@charset "utf-8";

.fea_flex_sp{
	display: flex;
	justify-content: space-between;
}
.fea_ww a{
	transition: 0.3s;
}
.fea_ww a:hover{
	opacity: 0.7;
}
.fea_note20{
	padding-left: 2.1em;
	text-indent: -2.1em;
}
.fea_flex_jc{
	justify-content: center;
}
.fea_flex_ac{
	align-items: center;
}
.fea_tal{
	text-align: left;
}
.fea_mb80{
	margin-bottom: 80px !important;
}
.fea_mb15sp{
	margin-bottom: 15px !important;
}
.fea_mb50sp{
	margin-bottom: 50px !important;
}
.fea_tal_sp{
	text-align: left;
}
.rec_main{
	padding-top: 20px;
	margin-bottom: 0 !important;
}
.rec_main_text{
	width: 280px;
	margin: 0 auto 15px;
}
.rec_main_pic{
	width: 250px;
	margin: 0 auto;
}
.rec_main_text h2{
	text-align: center;
	font-size: 0.875rem;
	font-weight: bold;
}
.rec_wpa{
	position: relative;
	z-index: 2;
	margin-top: -20px;
	padding: 30px 0;
	border-radius: 38px 38px 0 0;
	box-shadow: 0 -3px 8px rgba(0,0,0,0.16);
	background: #afdfec;
}
.rec_wpa .contentsWidth,.rec_wpb .contentsWidth,.rec_wpc .contentsWidth{
	max-width: calc(375px - 40px) !important;
}
.rec_head_text{
	margin-bottom: 35px;
}
.rec_head_text>div:nth-child(2){
	margin-left: 5px;
}
.rec_head_app{
	margin: 0 7%;
}
.rec_head_text .fea_flex{
	justify-content: flex-start;
	align-items: center;
}
.rec_head_mark{
	margin-left: 5px;
	margin-right: 20px;
	max-width: 79px;
	border-radius: 18px;
	box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.rec_head_tit{
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3;
	color: #333;
}
.rec_head_tit span{
	display: inline-block;
	margin-top: -3px;
	padding: 9px 15px 6px;
	border-radius: 18px;
	background: #529fb2;
	color: #fff;
}
.rec_btn_app{
	width: 43.3%;
}
.rec_btn_google{
	width: 53.6%;
}
.rec_tit{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #333;
}
.rec_lead{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
.rec_noteS{
	font-size: 0.75rem;
	line-height: 1.7;
}
.rec_wide_s{
	max-width: 766px;
	margin: 0 auto;
}
.contentsWidth.rec_wbox{
	padding: 50px 20px 10px;
	max-width: 100% !important;
	width: 100% !important;
	background: #fff;
}
.rec_panel{
	margin: 0 auto 40px;
	width: 245px;
	font-size: 1.25rem;
	color: #529fb2;
	text-align: center;
}
.rec_panel p{
	margin-left: -40px;
	margin-right: -40px;
}
.rec_panel_mark{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 -20px 20px;
	color: #441706;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
}
.rec_panel_mark img{
	max-height: 90px;
}
.rec_arr{
	margin: 0 auto 30px;
	width: 60px;
}
.rec_panel3{
	margin-bottom: 5px;
}
.rec_wpc{
	padding: 22vw 0 30px;
	position: relative;
	z-index: 3;
	background: #fff;
	color: #333;
}
.rec_wpc::before{
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 15.45vw;
	background: url(../img/bg_01_sp.png) no-repeat center top;
	background-size: 100% 100%;
}
.rec_titbg{
	margin: 40px 0 25px;
	padding: 14px 10px 8px;
	background: #c48c73;
	color: #fff;
	border-radius: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.rec_btn{
	position: relative;
	padding-top: 2px;
	height: 54px;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
	color: #529fb2 !important;
	text-decoration: none!important;
	background: #fff;
}
.rec_btn::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.rec_wpc .rec_btn{
	background: #333;
	color: #fff !important;
}
.rec_btn_out::after{
	width: 18px;
	height: 18px;
	background: url(../img/img_21.png) no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
	border: none;
}



@media screen and ( max-width:374px) {
	
}

