@charset "utf-8";

/**
共通
***************/
.content{
	width: 100%;
}
.content02{
	width: 100%;
	background: #ececec;
}
/**
メインビジュアル
***************/
#mainVisual{
	background: url(../img/main_img.png?rel=2) center center no-repeat #111111;
	width: 100%;
	height: 490px;
	background-size: cover;
	position: relative;
}

/**
特典アイコン部分
***************/
#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;
}

/**
特典説明部分
***************/
#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) { 
	#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 img{
		width:70%;
	}
	#benefit02 h2 {
		padding: 15% 0 5%;
	}
	#description li {
		width: 48.5%;
		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: 14px;
			margin-bottom: 3%;
			line-height: 150%;
			text-align: left;
			padding: 2%;
			box-sizing: border-box;
	}
}

/*updated: 20250401*/
.br-smp {
	display: none;
}
#benefit,
#benefit02 {
    width: initial;
    max-width: 1200px;
}
#description li img {
    width: 100%;
}
@media screen and (min-width:769px) {
    #description li {
        width: calc(50% - 30px);    
    }
    #description li p:nth-child(2),
    #description li p:nth-child(3)  {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width:768px) { 
	.br-smp {
		display: block;
	}
	#description li > p:nth-child(2){
        font-size: 16px;
        line-height: 1.4;    
    }
    #description li > p:nth-child(3){
        font-size: 13px;
    }
    #description li > p:nth-child(2),
    #description li > p:nth-child(3) {
        width: 94%;
        margin: 0.6em auto 0.6em;    
    }
}