@charset "utf-8";

/**
共通
***************/
.content{
	width: 100%;
	margin: 100px auto 0;
}
.content02{
	width: 100%;
	background: #eee;
}


.maintitle {
	margin: 0 auto 45px;
}

.maintitle > h1:nth-child(1) {
	font-size: 36px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 25px;
	text-align: center;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	padding: 20px;
}

.maintitle > p:nth-child(1) span,
.maintitle > h1:nth-child(1) span {
	border-bottom: 3px solid #000;
	padding: 10px 50px 15px;
	letter-spacing: .1em;
}

.maintitle > p:nth-child(2) {
font-size: 20px;
text-align: center;
font-weight: bold;
letter-spacing: .1em;
}




/**
特典アイコン部分
***************/
#benefit{
	width: 1200px;
	margin: 70px auto 0;
}
#benefiticon,#benefittitle,#benefittext{
	text-align: center;
}
#benefiticon{
	margin-bottom: 30px;
}
#benefittitle{
	margin-bottom: 20px;
}
#benefittext{
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 45px;
}
#benefitlist{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#benefitlist li{
	width: 20%;
	text-align: center;
	margin-bottom: 44px;
	font-size: 18px;
 line-height: 1.2 !important;
}

#benefitlist li p {
	font-size: 16px;
}

/**
特典説明部分
***************/
#benefit02{
	width: 1200px;
	margin: 0 auto;
}
#benefit02 h2{
	text-align: center;
	padding: 70px 0 0;
}
#description{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#description li{
	width: 570px;
	margin-bottom: 60px;
	background: #fff;
	text-align: center;
}
#description li:nth-child(odd){
	margin-right: 60px;
}
#description li p:nth-child(2){
	/*color: #b69e60;*/
	font-size: 22px;
	font-weight: bold;
	margin: 40px 0 30px;
}
#description li p:nth-child(3){
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 150%;
}

#benefittitle {
    font-size: 22px;
    line-height: 1.7;
    margin: 73px 0 0;
    text-align: center;
    width: 100%;
}
#benefitsubtitle {
    font-size: 13px;
    color: #9e9e9e;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin: 0 0 30px;
}
/**
SP用
***************/
@media screen and (max-width:768px) { 
	
	
		.maintitle {
margin: 0 0 8%;
letter-spacing: normal;
}

	.maintitle > h1:nth-child(1) {
	margin-bottom: 15px;
}
	
.maintitle > h1:nth-child(1) span, .maintitle > h2:nth-child(1) span {
padding: 4% 5%;
}
	
.maintitle > p:nth-child(1) span, .maintitle > h2:nth-child(1) span {
	border-bottom: 1px solid #000;
}
	
.maintitle > p:nth-child(2) {
font-size: 16px;
}
	
	
	
	
	
	#benefit,#benefit02{
		width:96%;
		margin:2%;
	}
	#benefiticon{
	/*	width: 15%;*/
  margin: 5% auto 0;
	}
	#benefittitle{
		margin: 3% auto 5%;
    	width: 75%;
	}
	#benefitlist li {
	 	width: 48%;
		text-align: center;
		margin: 5% 1%;
  	}
#benefitlist li p {
	font-size: 14px;
}
	#benefitlist li img{
		width:70%;
	}
	#benefit02 h2 {
		padding: 15% 0 5%;
	}
	#description li {
		width: 48%;
		margin: 3% 1%;
		display:inline-block;
	}
	#description li:nth-child(odd) {
		margin-right: 0;
	}
	#description li > p:nth-child(1){
		width:100%;
	}
	#description li > p:nth-child(2){
		 width: 100%;
			/*color: #b69e60;*/
			font-size: 18px;
			margin: 1% 1% 5%;
			line-height: 130%;
	}
	#description li > p:nth-child(3){
		    width: 100%;
			font-size: 13px;
			margin-bottom: 3%;
			line-height: 150%;
			text-align: left;
			padding: 2%;
			box-sizing: border-box;
	}
	
	
	#description li img {
		width: 100%;
	}
	
	
	
	
	
	
	
	
}