
/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #1c1c1c;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;letter-spacing: 0.1rem;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }

a{
	color:#1a5fa7;
	transition: all 0.4s;
}
a:hover{
	color:#41dbcb;
	transition: all 0.4s;
}

.form_none{
	display: none;
}

/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }
.text_gray{ color: #333; }
/*
.text_blue{ color: #1a5fa7; }
*/

.ls_01{
	letter-spacing: 0.1rem;
}
/*line-height*/
.lh_11{ line-height: 1.1 !important; }
.lh_12{ line-height: 1.2 !important; }
.lh_13{ line-height: 1.3 !important; }
.lh_14{ line-height: 1.4 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_17{ line-height: 1.7 !important; }
.lh_18{ line-height: 1.8 !important; }

@media print, screen and (min-width: 769px){

	.text_14{ font-size:1.4rem !important; }
	.text_17{ font-size:1.7rem !important; }
	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_20{ font-size:2rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_30{ font-size:3.0rem !important; }
	.text_36{ font-size:3.6rem !important; }
	.text_48{ font-size:4.8rem !important; }

}/*END*/

@media print, screen and (min-width: 600px) and ( max-width: 768px){

	.text_14{ font-size:1.8vw !important; }
	.text_14{ font-size:2.1vw !important; }
	.text_16{ font-size:2vw !important; }
	.text_18{ font-size:2.2vw !important; }
	.text_20{ font-size:2.4vw !important; }
	.text_21{ font-size:2.7vw !important; }
	.text_22{ font-size:2.8vw !important; }
	.text_24{ font-size:3vw !important; }
	.text_26{ font-size:3.2vw !important; }
	.text_28{ font-size:3.4vw !important; }
	.text_30{ font-size:3.6vw !important; }
	.text_36{ font-size:4.2vw !important; }
	.text_48{ font-size:5.2vw !important; }

}/*END*/

@media screen and (max-width: 599px){

	.text_14{ font-size: 1.4rem !important; }
	.text_17{ font-size: 1.5rem !important; }
	.text_16{ font-size: 1.5rem !important; }
	.text_18{ font-size: 1.5rem !important; }
	.text_20{ font-size: 1.6rem !important; }
	.text_21{ font-size: 1.7rem !important; }
	.text_22{ font-size: 1.8rem !important; }
	.text_24{ font-size: 2rem !important; }
	.text_26{ font-size: 2rem !important; }
	.text_28{ font-size: 2rem !important; }
	.text_30{ font-size: 2rem !important; }
	.text_36{ font-size: 2.4rem !important; }
	.text_48{ font-size: 2.6rem !important; }

}/*END*/

li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}
	.txt_center{
		text-align: center;
	}
	.pc_none{
		display: none;
	}
.st_arrow{
	max-width: 100px;
}
@media screen and (max-width: 599px){
	.txt_center{
		text-align: left;
	}
	.sp_none{
		display: none;
	}
	.pc_none{
		display: block;
	}
}
.txt{
	color: #1c1c1c;
}
/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.main_frame_b{
	position: relative;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}
	.btn_hover{
		position: relative;
		display: block;
	}
	.btn_hover:hover{
		animation:btn_hover 0.5s ease-in;
	}
	@keyframes btn_hover{
		0% {
			top: 0;
		}
		40% {
			top: -5px;
		}
		100% {
			top: 0;
		}
	}

}/*END*/

@media print, screen and (min-width: 600px){

	.sp_br{
		display: none;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_only{
		display: none !important;
	}

}/*END*/

@media screen and (max-width: 599px){

	.main_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

.head_satei{
	float: right;
	width: 13.33%;
	max-width: 180px;
}
.head_tel{
	float: right;
	width: 31.11%;
	max-width: 420px;
}

@media print, screen and (min-width: 769px){

	.head_h1_sp,
	.head_satei_sp,
	.head_tel_sp,
	.sp_mv{
		display: none;
	}
	.pc_mv{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.mv_frame ul{
		max-width: 900px;
	}

}/*END*/

@media screen and (max-width: 768px){

	.head_h1,
	.head_satei,
	.head_tel,
	.pc_mv{
		display: none;
	}
	.contact_send .head_h1{
		display: block;
	}
	.sp_mv{
		width: 100%;
	}
	.head_satei_sp{
		float: right;
		width: 22.5%;
		max-width: 120px;
	}
	.head_tel_sp{
		float: right;
		width: 15%;
		max-width: 80px;
	}
	.head_logo{
		float: none;
		width: 100%;
	}

}/*END*/
.head_sp{
	display: none;
}
.head_pc{
	display: block;
	position: absolute;
	top: 30px;
	left: 9%;
}
.head_pc h1 img{
	max-width: 275px;
}
.head_pc a img{
	max-width: 211.5px;
}
nav{
	position: absolute;
	left: 10%;
	top: 20%;
}
nav ul li{
	margin-bottom: 50px;
}
nav ul li a{
	color: #fff;
	text-decoration: none;
	font-family: 'Hiragino Kaku Gothic ProN w6','ヒラギノ角ゴ ProN w6','Hiragino Kaku Gothic Pro w6','ヒラギノ角ゴ Pro w6',sans-serif;
	cursor: pointer;
}
@media screen and (max-width: 999px){
	nav{
		top: 15%;
	}
		nav ul li{
		margin-bottom: 30px;
	}

	.head_pc{
		top: 20px;
	}

	.head_pc h1 img{
		width: calc(275 / 1200 * 100vw);
	}
	.head_pc a img{
		width: calc(211.5 / 1200 * 100vw);

	}
}

@media screen and (max-width: 768px){
	nav{
		left: 50%;
		transform: translateX(-50%);
	}
	.head_sp{
		display: block;
		position: absolute;
		top: 2.5%;
		left: 5%;
	}
	.head_sp h1 img{
		max-width: 345px;
	}
	.head_sp a img{
		max-width: 240px;
		margin-left: 30px;
	}
	.head_pc{
		display: none;
}

}
@media screen and (max-width: 649px){
	.head_sp h1 img{
		width: calc(345 / 650 * 100vw);
	}
	.head_sp a img{
		width: calc(240 / 650 * 100vw);

	}
}
/*----------------------------------------
	contents
----------------------------------------*/

.bg_blue{
	background: #dbeaeb;
}
/*
.ttl_img{
	display: block;
	width: 53.33%;
	margin-left: auto;
	margin-right: auto;
}
*/
/*---------------------mv---------------------------------*/
.mv_frame{
	padding-bottom: 10%;
	padding-left: 5%;
	padding-right: 5%;
}
@media screen and (max-width: 768px){
	.mv_frame{
		padding: 0;
	}
}
/*--------------------悩み-----------------------------*/
#nayami .ttl_img{
	text-align: center;
}
#nayami .ttl_img img{

	max-width: 618.5px;
	width: 100%;
}
.bg_sky{
	background: #f7f7f9;
}
#nayami li{
	float: left;
}
@media screen and (max-width: 799px){
	#nayami h2{
		padding-top: 25px;
		margin-bottom: 20px;
	}
	#nayami ul{
		margin-left: -4%;
	}
	#nayami li{
		width: 46%;
		margin-left: 4%;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	#nayami li:nth-last-of-type(1){
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	#nayami li:nth-last-of-type(1) img{
		width: 46%;
	}
}
/*--------------------問題-----------------------------*/
#mondai .ttl_img{
	text-align: center;
}
#mondai .ttl_img img{
	max-width: 900px;
	width: 100%;
}
#mondai .box_l img, 
#mondai .box_r img{
	max-width: 422px;
}
#mondai .box_l{
	float: left;
	width: 47.22%;
}
#mondai .box_r{
	float: right;
	width: 47.22%;
}
/*
@media print, screen and (max-width: 599px){
	#mondai .box_l{
		float: none;
		width: 100%;
	}
	#mondai .box_r{
		float: none;
		width: 100%;
	}
}
*/
/*--------------------理由-----------------------------*/
#riyu .ttl_img{
	text-align: center;
}
#riyu .ttl_img img{
	max-width: 670px;
	width: 100%;
}
.riyu_flex{
	display: flex;
}
.riyu_flex div{
	width: 50%;
}
.riyu_flex:nth-of-type(2n){
	flex-direction: row-reverse;
}
#riyu .box_l h4 img, 
#riyu .box_r h4 img{
	max-width: 370px;
	margin-left: -5%;
	margin-top: -8%;
}
.text_white{
	color: #fff;
}
/*
#riyu .box_l{
	float: left;
	width: 50%;
}
#riyu .box_r{
	float: right;
	width: 50%;
}
*/
.riyu_flex .riyu_bk01{
	width: 35%;
	background: #5b7b7a;
	padding: 0 10% 0 5%;	
}
.riyu_flex .riyu_bk02{
	width: 35%;
	background: #3f5064;
	padding: 0 10% 0 5%;	
}
.btn_satei{
	display: block;
	text-align: center;
}
.btn_satei img{
	width: 100%; 
	max-width: 456px;
}
.tel_ttl_img{
	display: block;
	text-align: center;
}
.tel_ttl_img img{
	width: 100%;
	max-width: 342px;
}
.faq_img{
	display: block;
	text-align: center;
}
.faq_img img{
	width: 100%;
	max-width: 615px;
}
.faq_bk{
	background-image: url("../images/faq_bk.png");
	background-size: cover;
	background-position: center top;
	max-width: 1350px;
	margin: 0 auto;
}
.faq_box .faq_txt01{
	color: #5b7b7a;
}
.faq_box .faq_txt02{
	color: #3f5064;
}
@media print, screen and (max-width: 1099px){
	.faq_bk{
		background-image: none;
	}
}
@media print, screen and (max-width: 849px){
	.riyu_flex{
		display: block;
	}
	.riyu_flex div{
		width: 100%;
	}
	.riyu_flex .riyu_bk01{
		width: 90%;
		background: #5b7b7a;
		padding: 0 5% 10% 5%;	
	}
	.riyu_flex .riyu_bk01:first-child{
		margin-top: 50px;
	}
	.riyu_flex .riyu_bk02{
		width: 90%;
		background: #3f5064;
		padding: 0 5% 10% 5%;	
	}

}
/*--------------------service-----------------------------*/
#service{
	margin-bottom: 200px;
}
#service .ttl_img{
	text-align: center;
}
#service .ttl_img img {
	max-width: 621.5px;
	width: 100%;
}
#service h2.ttl_img img{
	margin-top: -10%;
}
.service_bk{
	background: #eeeeee;
}
.service_img01{
	position: absolute;
	left: 0;
	top: -5%;
	max-width: 355px;
}
.service_img02{
	position: absolute;
	right: 0;
	bottom: -5%;
	max-width: 355px;
}
@media print, screen and (max-width: 1249px){
	.service_img01,
	.service_img02{
		max-width: 280px;
	}
}
@media print, screen and (max-width: 1199px){
	.service_img01,
	.service_img02{
		max-width: 240px;
	}
}
@media print, screen and (max-width: 999px){
	.service_img01,
	.service_img02{
		display: none;
	}
	#service{
		margin-bottom: 0px;
	}
}

/*--------------------------------area------------------------------------*/

.area_bk{
	background: #d7e3e3;
}
#area .ttl_img{
	text-align: center
}
#area .ttl_img img{
	max-width: 557px;
	width: 100%;
}
.area_box{
	border: 2px solid #fff;
	border-radius: 20px;
}
.area_box h3{
	text-align: center;
}
.area_box h3 img{
	max-width: 104px;
}
.area_img{
	max-width: 1036px;
}
/*------------------------------flow---------------------------------------------------*/
#flow .ttl_img{
	text-align: center;
}
#flow .ttl_img img {
	max-width: 532px;
	width: 100%;
}
.flow_frame h3{
	background: #fff;
	display: inline-block;
	padding: 5px;
}
.flow_frame h3 span{
	color: #50878c;
}
.txt_st5{
	color: #36958b;
	font-weight: bold;
}
/*------------------------------support---------------------------------------------------*/
#support .ttl_img{
	text-align: center;
}
#support .ttl_img img{
	max-width: 530px;
	width: 100%;
}
/*------------------------------faq---------------------------------------------------*/
.bg_q{
	background: #d7e3e3;
}
#faq .ttl_img{
	text-align: center;
}
#faq .ttl_img img{
	max-width: 519px;
	width: 100%;
}
/*------------------------------form---------------------------------------------------*/
@media print, screen and (max-width: 884px){
.sp_m_b20{
	margin-bottom: 20px;
}
}
#sale_form .ttl_img{
	text-align: center;
}
#sale_form .ttl_img img{
	width: 100%;
	max-width: 532px;
}
.hosho_frame_t{
	background: url("../images/bg_hosho_t.jpg") center top no-repeat;
	background-size: 100%;
}
.hosho_frame_m{
	background: url("../images/bg_hosho_m.jpg") center;
	background-size: 100%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
}
.hosho_frame_b{
	position: relative;
	background: url("../images/bg_hosho_b.jpg") center bottom no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
}
.hosho_frame_b ul{
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.hosho_frame_b li{
	float: left;
	width: 30.33%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
@media print, screen and (min-width: 800px){
	#nayami ul{
		margin-left: -2.77%;
	}
	#nayami li{
		width: 30.55%;
		margin-left: 2.77%;
		margin-bottom: 50px;
		margin-top: 50px;
	}
	#nayami li img{
		max-width: 300px;
	}
	#nayami li:nth-of-type(1),
	#nayami li:nth-of-type(2),
	#nayami li:nth-of-type(6),
	#nayami li:nth-of-type(7){
		width: 47.22%;
		text-align: center;
	}
}
@media print, screen and (min-width: 600px){

	.hosho_frame_t p{
		width: 83.89%;
		margin-left: auto;
		margin-right: auto;
	}
	.hosho_frame_b{
		padding-bottom: 100px;
	}
	.hosho_hito01{
		width: 18.19%;
		position: absolute;
		left: 1px;
		bottom: 0;
	}
	.hosho_hito02{
		width: 21.61%;
		position: absolute;
		right: -30px;
		bottom: 0;
	}

}/*END*/
@media screen and (max-width: 599px){

	.hosho_frame_t,
	.hosho_frame_m,
	.hosho_frame_b{
		background: #055193;
		text-align: left;
	}
	.hosho_frame_b ul{
		margin-bottom: 20px;
	}
	.hosho_hito01{
		width: 40%;
		margin-left: 6%;
	}
	.hosho_hito02{
		width: 40%;
	}

}/*END*/

.flow_tab{
	border-bottom: 5px solid #5b5967;
}
.flow_tab li{
	float: left;
	width: 28.57%;
	cursor: pointer;
	margin-right: 1%;
}
.flow_frame{
	display: none;
}
.flow_frame.show{
	display: block;
}
.flow_text{
	padding-right: 3%;
	padding-left: 3%;
	background: #eeedf0;
}
.step_mark{
	position: relative;
	float: left;
	width: 18%;
}
.step_mark img{
	position: relative;
	z-index: 2;
}
.step_mark span{
	display: block;
	position: absolute;
	background: #0768ac;
	width: 10px;
	left: 50%;
	margin-left: -5px;
	top: 0;
	z-index: 1;
}
.step_mark.last span{
	display: none;
}
.step_text{
	float: right;
	width: 70%;
	box-sizing: border-box;
}
.step_text p{
	line-height: 1.8;
}
.step_text h4{
	color: #0768ac;
	line-height: 1.2;
	margin-bottom: 5px;
}
.step_text h4 span{
	color: #e4007f;
	display: block;
}
.step_text h5{
	background: #767284;
	display: inline-block;
	color: #fff;
	border: 2px solid #5b5967;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.yokattane{
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 659px;
	width: 100%;
}
.support_frame{
	background-image: url(../images/support_bk.jpg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #ededed;}
.faq_box{
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.faq_box dt{
	position: relative;
	cursor: pointer;
	margin-top: 50px;
	background: #5b7b7a;
	margin-bottom: 2px;
	color: #fff;
	line-height: 1.3;
	box-sizing: border-box;
	padding-left: 14%;
}
.faq_box dt:nth-of-type(even){
	background: #3f5064;
}
.faq_box dt:first-child{
	margin-top: 0;
}
.arrow_down{
	position: absolute;
	right: 5%;
	top: 45%;
	width: 4%;
	transition: all 0.4s;
}
.arrow_down.open{
	transform: rotate(180deg);
}
.faq_q{
	position: absolute;
	left: 70px;
	top: 35%;
	max-width: 100%
}
.faq_a{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 9.23%;
}
.faq_box dd{
	position: relative;
	display: none;
	background: #fff;
	line-height: 1.8;
	box-sizing: border-box;
	padding-left: 14%;
	padding-right: 4%;
	color: #1c1c1c
}
.btn_official{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 91.86%;
}
@media screen and (max-width: 899px){

	.support_frame{
		background-image: none;
		
	}
}
@media print, screen and (min-width: 600px){

	.step_img_sp{
		display: none;
	}
	.step_img{
		float: right;
		width: 40%;
		text-align: center;
	}
	.step_img img{
		width: 80%;
	}
	.step_r{
		float: left;
		width: 57.14%;
	}

}/*END*/
@media screen and (max-width: 849px){
	.faq_q{
		left: 30px;
	}
	.faq_box dd{
		padding-left: 14%;
	}
	.faq_box dt{
		padding-left: 10%;
		padding-right: 10%;
	}
}
@media screen and (max-width: 849px){
	.faq_box dd{
		padding-left: 4%;
	}
	.faq_a {
		position: relative;
		left: auto;
		top: auto;
		width: 20%;
		display: block;
		margin: 30px auto
	}
}
@media screen and (max-width: 599px){
	.support_frame{
		padding: 5%;
		
	}
	.flow_text{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.flow_tab li{
		width: 49%;
		margin-right: 2%;
	}
	.flow_tab li:last-child{
		margin-right: 0;
	}
	.step_mark {
		display: none;
	}
	.step_text{
		width: 90%;
		margin: 10px auto 20px auto;
		float: none;
	}
	.step_img{
		padding: 0 6%;
	}
	.yokattane{
		width: 80%;
	}
	.faq_box dt{
		margin-top: 20px;
	}
	#faq h2{
		padding-top: 25px;
	}
	.faq_box dt{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		padding-left: 16%;
		padding-right: 38px;
	}
	.faq_q{
		top: 14px;
		left: 12px;
	}
	.faq_a{
		left: 12px;
	}

}
@media screen and (max-width: 399px){
	.step_mark {
		width: 20%;
	}
}
/*END*/


/*----------------------------------------
	contact
----------------------------------------*/

.contact_frame{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	border-top: 1px solid #dedede;
}
.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
}
.contact th{
	padding: 20px 20px;
	background: #eee;
	width: 300px;
}
.contact td{
	padding: 20px 20px;
	background: #fff;
}
.contact td p{
	line-height: 1.2;
}
.contact td.radio{
	padding: 20px 20px 10px 20px;
}
.add_name{
	width: 70px;
	display: inline-block;
}
.menseki_name{
	width: 110px;
	display: inline-block;
}
.zip{
	display: inline-block;
}
.privacy_text{
	width: 100%;
	line-height: 2;
}
.privacy_text th{
	padding: 15px 0;
	text-align: left;
}
.hissu:after,
.nini:after{
	display: inline-block;
	padding: 2px 5px;
	line-height: 1;
	margin-left: 8px;
	vertical-align: middle;
	font-size: 1.2rem;
	color: #fff;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #e5493e;
	vertical-align: 1px;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #aaa;
	vertical-align: 1px;
}

/*error*/
td .error{
	color: #e60012;
	padding-top: 14px;
	line-height: 1;
	font-size: 1.4rem;
}
.privacy .error{
	display: inline-block;
	margin-top: 15px;
	color: #e60012;
	padding: 5px 14px;
	background: #fff7f8;
	line-height: 1.2;
}
td.error{
	background: #fff7f8;
}
.form_submit a{
	display: block;
	width: 420px;
	border: none;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 599px){

	.check div{
		padding: 8px 0;
	}
	.contact{
		font-size: 1.6rem;
	}
	.contact th{
		display: block;
		padding: 6px 3%;
		border-bottom: none;
		width: 100%;
	}
	.contact td.radio,
	.contact td{
		display: block;
		padding: 16px 2% 20px 2%;
	}
	.menseki_name{
		width: 120px;
	}
	th.hissu:after,
	th.nini:after{
		padding: 3px 6px;
	}
	.privacy label{
		font-size: 1.6rem;
	}
	.privacy .hissu::after{
		padding: 3px 6px;
		margin-left: 5px;
	}
	.form_submit a{
		width: 320px;
	}
	.form_submit{
		width: 100%;
	}
	.privacy .error,
	td .error{
		font-size: 1.4rem;
	}

}/*END*/

.contact_send{
	width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;}
.contact_send .head_logo{
	width: 55%;
	margin-top: 5px;
}


/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 5px 10px;
	border: 1px solid #aaa;
	background: #fff;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #1a5fa7;
}
select{
	width: 250px;
}

.form1{ width: 120px; }
.form2{ width: 250px; }
.form3{ width: 500px; }
.form4{ width: 300px; }
.form_all{ width: 100%; }
:focus{ outline: none; }

@media screen and (max-width: 599px){

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		font-size: 1.6rem;
	}
	select:focus{ outline:none; }
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus{
		border: 1px solid #867b5b;
	}
	.form1{ width: 150px; }
	.form2{ width: 100%; }
	.form3{ width: 100%; }

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	padding-left: 22px;
	line-height: 2;
	margin-right: 20px;
	margin-bottom: 10px;
}
.naiyo.radio label{
	display: block;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	background: #fff;
	border:1px solid #aaa;
	border-radius: 50%;
}
.check label:before{ border-radius: 0; }
.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	top: 50%;
	left: -6px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-radius: 50%;
	background: #1a5fa7;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: -6px;
	width: 18px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #1a5fa7;
	border-bottom: 4px solid #1a5fa7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #1a5fa7;
	box-shadow: 0 0 5px #1a5fa7;
}

@media screen and (max-width: 769px){

	.radio label,
	.check label{
		display: block;
	}
	.privacy.check label{
		margin-right: 0;
		line-height: 1.8;
		padding-left: 0;
		margin-left: 20px;
	}

}/*END*/


/*----------------------------------------
	footer
----------------------------------------*/

.sp_fixed{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}
.sp_fixed li{
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.sp_fixed li:first-child{
	border-right: 1px solid #fff;
}
.sp_fixed li:last-child{
	border-left: 1px solid #fff;
}


footer{
	background: #82909b;
}
footer a{
	color: #000;
	text-decoration: none;
}
footer a:hover{
	color: #000;
}

.foot_logo{
	max-width: 241px;
	width: 100%;
}
.foot_link{
	margin-left: 20px;
}
@media screen and (max-width: 549px){
	.foot_link{
		margin-top: 20px;
		display: block;
	}

}

@media screen and (max-width: 768px){
	
.menu_btn{
	width: 66px;
	height: 60px;
	position: fixed;
	top: 0;
	left: 50%;
	cursor: pointer;
	margin-left: 184px;
	z-index: 9999;
	background: #555362;
}
.menu_btn span{
	display: inline-block;
	width: 42px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 12px;
	transition: all 0.5s;
}
.menu_btn span:nth-child(1){
	top: 17px;
}
.menu_btn span:nth-child(2){
	top: 50%;
	margin-top: -1px;
}
.menu_btn span:nth-child(3){
	bottom: 17px;
}
.open .menu_btn span{
	background: #eeecd9;
}
.menu_btn:hover span{
	background: #eeecd9;
}
.open .menu_btn span:nth-child(1){
	transform: rotate(-45deg);
	top: 29px;
}
.open .menu_btn span:nth-child(2){
	opacity: 0;
}
.open .menu_btn span:nth-child(3){
	transform: rotate(45deg);
	bottom: 29px;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #fff;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 120px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
	padding-bottom: 25px;
	line-height: 1.4;
}
.drawer ul li:nth-child(2){ transition-delay: 0.1s; }
.drawer ul li:nth-child(3){ transition-delay: 0.15s; }
.drawer ul li:nth-child(4){ transition-delay: 0.2s; }
.drawer ul li:nth-child(5){ transition-delay: 0.25s; }
.drawer ul li:nth-child(6){ transition-delay: 0.3s; }
.drawer ul li:nth-child(7){ transition-delay: 0.35s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li a{
	position: relative;
	transition: all 0.4s;
	display: inline-block;
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.drawer ul li a:before{
	display: inline-block;
	content: "";
	width: 2px;
	height: 20px;
	background: #eeecd9;
	position: absolute;
	left: -12px;
	top: 2px;
	transition: all 0.4s;
	opacity: 0;
}
.drawer li a:hover{
	color: #fff;
}
.drawer ul li a:hover:before{
	opacity: 1;
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}
	.menu_btn{
		left: auto;
		right: 0;
		margin-left: 0;
	}
	.drawer ul{
		padding-top: 50px;
	}
	.drawer ul li{
		transform: translateX(-70px);
	}
	.drawer ul li a{
		font-size: 1.5rem;
	}

}/*END*/

@media screen and (max-width: 479px){

	.menu_btn{
		width: 56px;
		height: 50px;
	}
	.menu_btn span{
		width: 32px;
		height: 2px;
		left: 12px;
	}
	.menu_btn span:nth-child(1){
		top: 15px;
	}
	.menu_btn span:nth-child(3){
		bottom: 15px;
	}
	.open .menu_btn span:nth-child(1){
		top: 24px;
	}
	.open .menu_btn span:nth-child(3){
		bottom: 24px;
	}

}/*END*/

.form_link{
	display: block;
	color: #46a89e;
	text-decoration: underline;
}
.form_link2{
	color: #46a89e;
	text-decoration: underline;
}
.rela{
	position: relative;
}
.page_top{
	max-width: 70px;
	position: absolute;
	top: -30px;
	right: 30px;
}
@media screen and (max-width: 599px){
	.page_top{
		top: -50px;
	}

}


/*
.frame{
	max-width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
}
*/
.frame .aside_bnr_list{
	margin: 0 auto;
	max-width: 950px;
}

