@charset "utf-8";

html {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	text-align: left;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, "MS ゴシック", MS Gothic, Helvetica Neue, Helvetica, Arial, sans-serif;
}

/* clearfix */
.clearfix:after   {  
	content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

a {
  text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

img{
  display: block;
}

.logo {
	text-align: left;
	margin: 20px 0 50px;
}

.box1 {
	padding-bottom: 50px;
	 border-bottom: 1px solid #ccc;
}


@media screen and (min-width: 481px) {
  body{
    min-width: 960px;
  }
  
.wrap{
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}

li{
  width: calc(50% - 10px);
}

.sp{
  display: none;
}
}


h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
  text-align: left;
}

p{
  margin: 35px 0 25px;
  font-size: 18px;
}

.tousen{
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

 

span{
 display: flex;
 align-items: center;
 padding: 20px 25px;
 font-size: 25px;
 line-height: 3;
 font-weight: bold;
 justify-content: flex-start;
 flex-direction: row;
 align-content: center;
 flex-wrap: nowrap;
}

small{
  display: block;
  text-align: center;
  margin: 20px 0 0;
}

.btn a{
  display: block;
  position: relative;
  background: #ef510f;
  color: #fff;
  padding: 20px 10px;
  margin: 25px auto;
  width: 450px;
  text-align: center;
}

.btn a:after{
  content: ">";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  
}


@media screen and (max-width: 480px) {
  
  body, .main {
    width: 100%;
    margin: 0 auto;
  }
  
  .wrap{
    max-width: 100%;
    padding: 0 16px;
  }
  
  h2{
    font-size: 20px;
    margin: 10px 0;
  }
  
  p {
    margin: 20px 0;
    font-size: 16px;
}
  
  img{
   max-width: 100%;
   height: auto;
   vertical-align:bottom;
  }
  
  .headerimg{
    margin-top: 10px;
  }
  
	
  .tousen{
    display: block;
  }
  
  li{
    width: 100%;
  }
  
  span {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 2.4;
    text-align: center;
    justify-content: center;
}

  .dashed {
    margin: 15px 0;
}

a{
  width: 80%;
  padding: 10px;
  margin: 30px auto;
}

.btn a{
  width: 80%;
}

.logo {
	margin: 20px 0;
}

.logo img {
	margin: 0 auto;
}

.pc{
  display: none;
}

 

}

