/*-----------------初期---------------------*/
@charset "utf-8";
/* CSS Document */



/* 共通のインクルードコンテンツ　選ばれる理由 */

	
.s_reason {	
	margin: 20px 0;
	position: relative;	
	background: #f9f9f9;
	}


.s_reason h2 img{
	text-align: center;
	width: 80%;
    margin: 0 auto;
    display: block;
}	
	
.s_reason .main{
	width: 45%;
    position: relative;
    float: right;
}	


.s_reason .main .badge{
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto -30px;
    position: relative;
    width: 28%;
    top: -75px;
    right: 28%;
}
	
.s_reason .reason_arrow{
	width: 12%;
    position: relative;
    top: 60px;
    left: 44%;
}

.s_reason h3{
	margin: 10px auto;
	text-align: center;
	}	

.s_reason h3 img{
	width: 90%;
}	

.s_reason .copy{
	margin: 10px auto;
	text-align: center;
}	

.s_reason .reason_cap{
	text-align: center;
	font-size: 0.8em;
	color: #999999;
	clear: both;
}

.s_reason .sub{
	clear: both;
	overflow: hidden;
    width: 100%;
    margin: 0 auto;	
}

.simple_btn{
	border-radius: 40px;
    background: #fff;
    border: 2px solid #d3487e;
    padding: 10px;
    width: 300px;
    color: #d3487e;
    text-align: center;
    margin: 20px auto;
	font-size: 18px;
}


/*PCのみ*/
@media screen and (min-width:769px), print {	
	
.s_reason .bg_s_reason {	
 	background-image: url(/area_template/img/common/s_reason/bg_s_reason_pc.png) ,url(/area_template/img/common/s_reason/bg_s_reason_pc_btm.png);
	background-repeat: no-repeat, no-repeat;
	background-size: contain ,contain;
	background-position: center top, right 45% bottom 25%;
	padding: 100px 30px 30px 30px;
}

.s_reason .pc_box {
	width: 50%;
    float: left;
}	
	
.s_reason .pc_box h2{
	width: 90%;
	margin: 0 auto;
}	
	
.s_reason h3{
	float: left;
	width: 50%;
	margin-top: 30px;
	}		
.s_reason .pc_box .pc_txt {
	font-size: 17px;
	margin-top: 20px;
	line-height: 2.2;
}	
	
.s_reason .main img.saidan{
	float: right;
	width: 100%;
	}	
	
.s_reason .copy{
	width: 50%;
	float: right;
	}
.s_reason .copy img{
	width: 90%;
	}
.s_reason .reason_cap {
	position: relative;
	top: -40px;
    left: -225px;
    font-size: 17px;
	}		
.s_reason .sub{
    width: 100%;
    background: #fff;
    padding: 40px 10px 20px;

	/*box-shadow: 0 0 8px gray;*/
	}	
}


/*-------------------------------PCのみ------------------------------- ここまで*/



	
	
/* -------------------  SP  -------------------  */	
@media screen and (max-width: 767px) {
	
.s_reason .bg_s_reason {
		background-image: url(/area_template/img/common/s_reason/bg_s_reason.png) ,url(/area_template/img/common/s_reason/bg_s_reason_btm.png); 		
		background-repeat: no-repeat, no-repeat;
		background-position: center top, right 20% bottom 35%;
		background-size: contain, contain;		
		width: 100%;
		height: auto;
		padding: 15px;		
	}	
	.s_reason h2{
		text-align: center;
		width: 100%;
		margin-top: 60px;
	}	
	
	.s_reason h2 img{
		width: 70%;
		font-size: 6.93vw;
		margin: 20px auto 20px;
	}	
	
	.s_reason .main{
		width: 100%;
		margin: 0 auto;
		padding: 15px 15px 30px 15px;
        height: auto;
		box-shadow: 3px 4px 4px 3px rgba(168, 166, 166, 0.51);
		background: #f9f9f9;
	}	
	
	.s_reason .main img.saidan{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}	
	.s_reason .main .badge{
		width: 92%;
		position: absolute;	
		top: 160px;
		right: 12px;
	}	
	
	.s_reason .main .badge img{
		width: 32%;
	}	
	.s_reason .main .sp_txt{
		margin-top: 18%;
		font-size: 4.27vw;/*375pxの横幅の機種で16px*/
		line-height: 2;
	}
	.s_reason .reason_arrow{
		width: 30%;
		position: relative;
		top: -10px;
		left: 35%;
	}
	
	.s_reason h3 img{
		width: 90%;
		margin: 0 auto;
	}
	.s_reason .copy img{
		width: 80%;
	}
	.simple_btn{
		padding: 5px;		
		width: 60%;
		font-size: 4.8vw;		
}
	
}	