/*
Last Updated: 20210831
Author: nakao
title: 土地売却　下層
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	/*font-size: 62.5%;*/font-size: 0.75em;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
body{ /*font-size:2.2rem;*/ font-size: 1.833em; /* 22px */}

img{ vertical-align: bottom; }
.max_respon{ max-width:100%; }
a{
	color: inherit;
	text-decoration: none;
}
a:hover{ color: #005194; }

.sale_body{
	color: #484848;
}

p{

}

@media screen and (max-width: 599px){


}/*END*/

/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }

.text_black{ color:#000; }

.text_10{ font-size:1.0rem !important; }
.text_11{ font-size:1.1rem !important; }
.text_12{ font-size:1.2rem !important; }
.text_13{ font-size:1.3rem !important; }
.text_14{ font-size:1.4rem !important; }
.text_15{ font-size:1.5rem !important; }

.ls_-1{ letter-spacing: -1px; }
.ls_1{ letter-spacing: 1px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }

.lh_14{ line-height: 1.4; }
.lh_16{ line-height: 1.6; }
.lh_17{ line-height: 1.7; }
.lh_18{ line-height: 1.8; }

@media print, screen and (min-width: 770px){

	.text_16{ font-size:1.6rem !important; }
	.text_17{ font-size:1.7rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_19{ font-size:1.9rem !important; }
	.text_20{ font-size:2.0rem !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_32{ font-size:3.2rem !important; }
	.text_34{ font-size:3.4rem !important; }
	.text_36{ font-size:3.6rem !important; }
	.text_38{ font-size:3.8rem !important; }
	.text_40{ font-size:4.0rem !important; }
	.text_42{ font-size:4.2rem !important; }
	.text_48{ font-size:4.8rem !important; }

}/*END*/

@media screen and (max-width: 769px){

	.text_16,
	.text_17,
	.text_18{
		font-size: 1.5rem;
	}
	.text_20,
	.text_19{
		font-size: 1.6rem !important;
	}
	.text_21,
	.text_22,
	.text_24{
		font-size: 1.8rem !important;
	}
	.text_26,
	.text_28,
	.text_30,
	.text_32,
	.text_34,
	.text_38,
	.text_36,
	.text_40,
	.text_42{
		font-size: 2rem !important;
	}
	.text_48{
		font-size: 3.2rem !important;
	}

}/*END*/

@media print, screen and (min-width: 660px) and ( max-width: 769px){

	.text_24{
		font-size: 2rem !important;
	}

}/*END*/

@media screen and (max-width: 599px){

	.text_16,
	.text_17,
	.text_18{
		font-size: 1.2rem;
	}
	.text_20,
	.text_19,
	.text_21{
		font-size: 1.3rem !important;
	}
	.text_22,
	.text_24{
		font-size: 1.5rem !important;
	}
	.text_26,
	.text_28,
	.text_30,
	.text_32,
	.text_34{
		font-size: 1.6rem !important;
	}
	.text_38,
	.text_36{
		font-size: 1.9rem !important;
	}
	.text_40,
	.text_42{
		font-size: 2rem !important;
	}
	.text_48{
		font-size: 2.8rem !important;
	}

	/*letter-spacing*/
	.ls_4{ letter-spacing: 2px; }
	.ls_5{ letter-spacing: 2px; }
	.ls_6{ letter-spacing: 2px; }
	.ls_7{ letter-spacing: 2px; }
	.ls_8{ letter-spacing: 2px; }

}/*END*/

li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }

.op:hover{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}
@media print, screen and (min-width: 769px) {
	.op:hover{
		-webkit-transition: opacity 0.1s ease-out;
		-moz-transition: opacity 0.1s ease-out;
		-ms-transition: opacity 0.1s ease-out;
		transition: opacity 0.1s ease-out;
	}
}/*END*/


/*----------------------------------------
	共通
----------------------------------------*/

.main_frame{
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.lp_frame{
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	/*max-width: 690px;*/
	margin-left: auto;
	margin-right: auto;
}
.btn_soudan{
	position: relative;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #f21d44;
	text-decoration: none;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	font-weight: 900;
	padding-right: 30px;
}
.btn_soudan img{
	position: absolute;
	height: 25px;
	right: 40px;
	margin: auto;
	top: 0;
	bottom: 0;
	transition: all 0.4s;
}
.btn_soudan:hover{
	color: #fff;
	background: #ff496a;
}
.btn_soudan:hover img{
	right: 30px;
}

.pc_block{
	display: block;
}
.sp_block{
	display: none;
}

@media screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_only{
		display: none !important;
	}

}/*END*/

@media screen and (max-width: 599px){

	.lp_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.btn_soudan{
		padding-top: 16px;
		padding-bottom: 16px;
		border-radius: 2px;
	}
	.btn_soudan img{
		height: 14px;
		right: 20px;
	}

	.pc_block{
		display: none;
	}
	.sp_block{
		display: block;
	}

	.inner_frame {
	    padding-right: 3.8%;
	    padding-left: 3.8%;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

header{
	background: #fff;
	padding:18px 2.6% 21px 2.6%;
	position: relative;
	box-sizing: border-box;
	border-top: 10px solid #26436d;
}
header a{
	position: relative;
	display: block;
	width: 36.23%;
	max-width: 250px;
}

.sale_logo{
	width: 40%;
	max-width: 497px;
}

.head_moji{
	position: absolute;
	width: 30%;
	top: 20px;
	right: 2%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.head_moji span.tex{
	display: inline-block;
	margin-right: 10px;
}

.size-button,.fontSize li,.fontSize div {
  background-color: #e6e6e6;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  line-height: 30px;
  padding:0 6px;
  text-align: center;
  margin-left: 10px;
  height: 30px;
}

.size-button:hover,.size-button.active,
.fontSize div:hover,
.fontSize div.current
{
    background-color: #26436d;
    color: #fff;
}



.fontSize .middle{
	font-size: 1.6rem;
}
.fontSize .large{
	font-size: 1.8rem;
}


.sp_menu{
	display: none;
}

.head_moji_fix{
	background: #fff;
	position: fixed;
	width: auto;
	top: 0;
	right: 0;
	text-align: left;
	padding: 5px 15px 10px 10px;
	z-index: 1;
}

.fontSize.head_moji_fix div{
	margin-left: 0;
}






#sd-overlay.block{
	z-index: 99;
}
.sd-trigger{
	float: none;
	margin-top: 0;
	border: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 110px;
	height: 110px;
	cursor: pointer;
	background: #faf2e7;
	z-index: 90;
	transition: all 0.4s;
}
.sd-trigger span{
	position: absolute;
	left: 0;
	width: 56%;
	height: 3px;
	background-color: #231815;
}
.sd-trigger span:nth-of-type(1) { top: 32px; left: 22%; }
.sd-trigger span:nth-of-type(2) { top: 52px; left: 22%; }
.sd-trigger span:nth-of-type(3) { top: 72px; left: 22%; }
#sd{
	width: 320px;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -320px;
	top: 0;
	padding: 30px 25px;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	background: #fff;
	box-sizing: border-box;
	z-index: 9999;
}

@media screen and (max-width: 400px) {
	#sd {
		width: 300px;
		right: -300px;
	}
}/*END*/

#sd ul{
	margin-bottom: 0 !important;
}
#sd li{
	font-family: inherit;
	float: none;
	margin: 0;
	font-size: inherit;
}
#sd li a{
	padding: 15px 2% 15px 6%;
	color: #000;
}
#sd li a:hover{
	border-bottom: none;
}

@media print, screen and (max-width: 900px) {

	#fontSize .middle{
		font-size: 1.4rem;
	}
	#fontSize .large{
		font-size: 1.6rem;
	}


}/*END*/

@media print, screen and (min-width: 600px) and ( max-width: 959px){


	.sd-trigger{
		width: 90px;
		height: 90px;
	}
	.sd-trigger span{
		height: 3px;
	}
	.sd-trigger span:nth-of-type(1) { top: 24px; left: 22%; }
	.sd-trigger span:nth-of-type(2) { top: 42px; left: 22%; }
	.sd-trigger span:nth-of-type(3) { top: 60px; left: 22%; }

}/*END*/

@media print, screen and (max-width: 599px) {
	header{
		background: #fff;
		padding:5px 2.6% 6px 2.6%;
	}

	.sd-trigger{
		width: 60px;
		height: 60px;
	}
	.sd-trigger span{
		height: 3px;
		width: 58%;
	}
	.sd-trigger span:nth-of-type(1) { top: 16px; left: 22%; }
	.sd-trigger span:nth-of-type(2) { top: 28px; left: 22%; }
	.sd-trigger span:nth-of-type(3) { top: 40px; left: 22%; }


	.mvlogo{
		top:5px;
	}

	.head_moji{
		width: 60%;
		top: 5px;
	}


	.fontSize .middle{
		font-size: 1.4rem;
	}
	.fontSize .large{
		font-size: 1.6rem;
	}

	.head_moji_fix{
		background: #fff;
		position: fixed;
		width: auto;
		top: 0;
		right: 0;
		text-align: left;
		padding:0 5px 5px 5px;
		z-index: 1;
	}



}/*END*/


/*----------------------------------------
	土地売却　下層  MV
----------------------------------------*/

.mv_frame{
	background: #fff;
	position: relative;
}

.mv_copy{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
		width: 60%;
		text-align: center;
}




@media screen and (max-width: 768px){


}/*END*/


@media screen and (max-width: 599px){


}/*END*/




/*----------------------------------------
	contents
----------------------------------------*/


.flexbox{
	display: flex;
	justify-content: space-between;
}

.flexbox .order1{ order:1; }
.flexbox .order2{ order:2; }
.flexbox .order3{ order:3; }


.intro_center_box{
	width: 47%;
	max-width: 576px;
	box-sizing: border-box;
	margin-left: 3%;
}

.intro_pc{
	display: block;
}
.intro_sp{
	display: none;
}


@media screen and (max-width:768px){
	.flexbox{
		display: block
	}

	.intro_center_box{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		padding:0 3.6%;
	}

	.intro_pc{
		display: none;
	}
	.intro_sp{
		display: block;
	}

}/*END*/


.bg_gray{
	background: #f0f0f0;
}

.bg_whitedotto{
	background: url("../images/sale/bg_whitedotto.jpg");
}

.bg_bluedotto{
	background: url("../images/sale/bg_bluedotto.jpg");
}

.border_style_gold{
	border-top: 8px solid #c7a450;
}


.our_content{
	display: flex;

}

.our_content .order1{ order:1; }
.our_content .order2{ order:2; }

.box_our_l45,.box_our_r45{
	width: 45%;
	background: #fff;
}

.box_our_r55,.box_our_l55{
	width: 55%;
	background: #fff;
}

.our_content .inner{
	width:88%;
	margin: 0 auto 0 auto;
	padding-top: 6.5%;
	padding-bottom: 6.5%;
}

.over_img_r{
	width: 55vw;
	height: 100%;
}

.over_img_l{
	width: 55vw;
	margin-left: calc(100% - 55vw);
	height: 100%;
}


.our_shadow{
	box-shadow: 0px 6px 0px 0px rgba(0,0,0, 0.5);
}

.our_shadow_2{
	box-shadow: 0px 6px 0px 0px rgba(0,0,0, 0.2);
}

.h_tex30{
	font-size: 1.364em;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: solid 5px #918560;
}


.st_text26{
	font-size: 1.182em;
}

.st_text22{
	font-size: 1.000em;
}

.st_text18{
	font-size: 0.818em;
}

.st_text16{
	font-size: 0.727em;
}

.st_text14{
	font-size: 0.636em;
}

.list_tex_inner{
	padding: 0 9% 8% 11%;
}


@media screen and (max-width:1360px){
	.over_img_l{
		width: 70vw;
		margin-left: calc(100% - 70vw);
	}


}/*END*/

@media screen and (max-width:1080px){
	.over_img_r{
		width: auto;
		height: 100%;
	}

	.over_img_l{
		width: auto;
		margin-left: 0;
		height: 100%;
		float: right;
	}

}/*END*/


@media screen and (max-width:660px){
	.our_content{
		display: block;
	}

	.box_our_l45,.box_our_r45{
		width: 100%;
	}
	.box_our_r55,.box_our_l55{
		width: 100%;
	}
	.over_img_r{
		width: 100%;
	}
	.over_img_l{
		width: 100%;
		margin-left: 0;
		height: 100%;
		float: none;
	}

	.sh_non{
		box-shadow: 0px 0 0px 0px rgba(0,0,0, 0.5);
	}



}/*END*/

@media screen and (max-width:599px){
	.sp_text_left{
		text-align: left;
	}
	.sp_intro_img_btm{
		margin-left: -20%;
		width: 120%;
		max-width: 120%;
	}

	.sp_text_17{
		font-size: 0.727em;
	}

	.list_tex_inner {
	    padding: 0 2% 8% 6%;
	}


}/*END*/


.omakase_area{
	background:linear-gradient(90deg,#7a0d12 0%,#7a0d12 50%,#042c63 50%,#042c63 100%);
}

.om_box_l{
	width: 46%;
	float: left;
}
.om_box_r{
	width: 46%;
	float: right;
}


.aside_white{
	background: #f7f7f7;
	padding: 5% 2% 2% 2%;
}


.introduction_area{
	position: relative;
}
.introduction_ttl{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}



@media screen and (max-width:599px){

	.aside_white{
		padding: 6% 4.5% 6% 4.5%;
	}


}/*END*/





/*----------------------------------------
	footer
----------------------------------------*/
.copy_area{
	text-align: center;
	color: #b3b3b3;
	font-size: 0.727em;
}

.add_pc{
	display: block;
}
.add_sp{
	display: none;
}

@media screen and (max-width:768px){
	.add_pc{
		display: none;
	}
	.add_sp{
		display: block;
		font-size: 0.727em;
		white-space: nowrap;
	}


}/*END*/


/*----------------------------------------
	page top
----------------------------------------*/

.btn_pagetop{
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 49;
}
.btn_pagetop a{
	display: block;
	width: 40px;
	height: 40px;
	background: #000;
	padding: 0;
}
.btn_pagetop a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	-webkit-transform: scaleY(0.9) rotate(45deg);
	-moz-transform: scaleY(0.9) rotate(45deg);
	-ms-transform: scaleY(0.9) rotate(45deg);
	-o-transform: scaleY(0.9) rotate(45deg);
	transform: scaleY(0.9) rotate(45deg);
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 849px){

	.btn_pagetop{
		right: 10px;
	}

}/*END*/










/*----------------------------------------
	Table基本
----------------------------------------*/
.base.contact{
	/*font-size: 0.727em;*/
	font-size: 0.818em;
}

.base th, .base td{
	border-right: none;
	border: 1px;
}



.base{
	width: 100%;
	line-height: 1.8;
}
.base th,
.base td{
	box-sizing: border-box;
	font-weight: normal;
	padding: 15px 20px;
	text-align: left;
}
.base th{
	background: #eee;
	border-top: 1px solid #b5a881;
	border-bottom: 1px solid #b5a881;
}
.base td{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}


.b_btm_non th,.b_btm_non td{
	border-bottom: none;
}
.b_top_non th,.b_top_non td{
	border-top: none;
}



@media screen and (max-width: 768px){

	.base{ line-height: 1.5; }
	.base th,
	.base td{
		display: block;
	}
	.base th{
		width: 100% !important;
		padding: 5px 3% !important;
		border-bottom: none !important;
	}
	.base td{ padding: 10px 3% 15px 3% !important; }

}/*END*/



/*----------------------------------------
	contact
----------------------------------------*/
.form_tel_box{
	background: #f3f3f3;
	padding: 6% 4%;
	text-align: center;
}

.contact_info p{
	float: left;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	color: #434343;
	line-height: 1.6;
	width:57%;
}
.contact_info a{
	float: right;
	display: block;
	width: 38.95%;
}
.base.contact th{ width: 300px; }
.base.contact td,
.base.contact th{
	padding: 20px 15px;
}
.hissu{
	background: #bc0015;
	color: #fff;
	border-radius: 3px;
	line-height: 1;
	display: inline-block;
	padding: 2px 5px;
	font-size: 1.2rem;
	margin-left: 10px;
}
.nini{
	background: #b5b5b5;
	color: #fff;
	border-radius: 3px;
	line-height: 1;
	display: inline-block;
	padding: 2px 5px;
	font-size: 1.2rem;
	margin-left: 10px;
}
.kind .mwform-checkbox-field{ display: block; }
.privacy_check .vertical-item{ display: inline-block !important; }
.privacy_check span.error{ margin-bottom: 10px; }
.mwform-radio-field{
	display: inline-block;
	margin-right: 15px;
}

/*
td.kind.radio .mwform-radio-field{
	display: block !important;
	margin-right:0;
}
*/

.contact textarea{
	width: 100%;
	box-sizing: border-box;
}
.zip{ margin-bottom: 12px; }
.zip span{ margin-right: 6px; }
.family div{
	float: left;
	margin-right: 20px;
}
#datepicker1,
#datepicker2,
#datepicker3,
#datepicker4{
	width: 200px;
	display: inline-block;
	margin-right: 10px;
}
.privacy_list{
	/*border: 1px solid #aeaeae;*/
	padding: 20px;
}
.privacy_list li{
	position: relative;
	padding-left: 30px;
	line-height: 1.8;
}
.privacy_list li span{
	position: absolute;
	left: 0;
	top: 0;
	color: #a40000;
	font-weight: bold;
	font-size: 1.6rem;
}
.btn_area{ text-align: center; }
.btn_area .btn_send{
	background: url("../images/sale_contact/btn_send.jpg") center no-repeat;
	background-size: 100%;
	width: 450px;
	height: 100px;
	color: #fff;
	border: none;
	font-weight: bold;
	cursor: pointer;
	padding-left: 5%;
}
.btn_area .btn_back{
	background: url("../images/sale_contact/btn_back.jpg") center no-repeat;
	background-size: 100%;
	width: 450px;
	height: 100px;
	color: #fff;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
.btn_area input,
.btn_area button{
	display: block;
	margin: 0 auto 10px;
}
.btn_area input:hover,
.btn_area button:hover{
	opacity: 0.7;
}
.pd_L20{ padding-left:20px; }
.conte_area1,
.conte_area2,
.conte_area3{
	display: none;
}

.houmon_table{
	display: none;
}
.mw_wp_form_confirm .houmon_table{
	display: block;
}
.houmon_table tr:first-child th,
.houmon_table tr:first-child td{
	border-top: none;
}

.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0 !important;
}

.border_t_non th,.border_t_non td{
	border-top: none;
}



/*error*/
.mw_wp_form .error{
	font-size: inherit !important;
	color: inherit !important;
}
.mw_wp_form span.error{
	color: #e60012 !important;
	padding-top: 6px;
}
.mw_wp_form td.error{
	display: table-cell !important;
	background: #fff7f8;
}

@media screen and (max-width: 768px){

	.btn_area button,
	.btn_area input{
		margin-bottom: 10px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.mw_wp_form .vertical-item {
	    width: 100%;
	    padding-bottom: 10px;
	}


}/*END*/

@media screen and (max-width: 599px){

	.contact_info p,
	.contact_info a{
		float: none;
		width: 100%;
	}

}/*END*/

@media screen and (max-width: 599px){

	.btn_area .btn_send,
	.btn_area .btn_back{
		width: 100%;
		max-width: 360px;
		height: 53px;
	}

	.btn_send.st_text26,.btn_back.st_text26{
		font-size: 0.727em;
	}


}/*END*/


/*----------------------------------------
	フォーム
----------------------------------------*/
select,
textarea,
input[type="text"],
input[type="tel"]{
	border: 1px solid #aeaeae;
	padding: 6px 10px;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
		font-size: 0.818em;
}
input[type="button"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
}
button,
input[type="submit"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
}
select{
	background: url("images/common/select_arrow.gif") right center no-repeat #fff;
	background-size: auto 100%;
	padding-right: 60px;
}
.form1{ width: 100px; }
.form2{ width: 120px; }
.form3{ width: 200px; }
.form4{ width: 400px; }
.form_all{ width: 100%; }

@media screen and (max-width: 768px){

	select,
	textarea,
	input[type="text"]{
		/*font-size: 1.6rem;*/
	}
	.form3,
	.form4{
		width: 100%;
	}

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	display: none;
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	padding: 5px 0 5px 15px;
	line-height: 1.2;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 17px;
	height: 17px;
	margin-top: -10px;
	background: #fff;
	border:1px solid #b5b8bc;
	border-radius: 50%;
	box-sizing: border-box;
}
.check label:before{ border-radius: 4px; }
.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: -9px;
	width: 15px;
	height: 15px;
	margin-top: -9px;
	border-radius: 50%;
	background: #07b07a;
	border-color: #07b07a;
}
.check input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
}
.check input[type="checkbox"]:checked + label::after {
	left: -7px;
	width: 12px;
	height: 8px;
	margin-top: -7px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #07b07a;
	border-color: #07b07a;
}













/*----------------------------------------
	sale individual corporation
----------------------------------------*/
.individual_mvbg{
	background: #7a0d12;
}

.corporation_mvbg{
	background: #042c63;
}

.individual_ttl img{
	max-width: 563px;
}

.bg_darkred{
	background: #7a0d12;
}

.bg_darkblue{
	background: #042c63;
}

.box_l50{
	width: 50%;
	float: left;
}
.box_r50{
	width: 50%;
	float: right;
}

.box_l60{
	width: 61%;
	float: left;
}
.box_r40{
	width: 35%;
	float: right;
}

.inner_frame_selct{
	max-width: 1048px;
	margin: 0 auto;
}


.mj_tex30{
	font-size: 1.364em;
	line-height: 1.3;
}
.mj_b{
	border-bottom: 1px solid #000;
}

.sp_inline_block{
	display: none;
}


.select_inner_content{
	background: #fff;
	width: 92%;
	margin: 0 auto;
}
.select_inner_content .in_inner{
	padding: 20px 6% 40px 6%;
}

.ttl_tyukai{
	background: #7a0d12;
	padding: 14px 10px;
}
.ttl_kaitori{
	background: #ba2c32;
	padding: 14px 10px;
}

.ttl_tyukai_co{
	background: #042c63;
	padding: 14px 10px;
}
.ttl_kaitori_co{
	background: #2c5fa6;
	padding: 14px 10px;
}


.text_darkred{
	color: #7a0d12;
}
.text_rightred{
	color: #ba2c32;
}

.text_dark_blue{
	color: #042c63;
}
.text_right_blue{
	color: #2c5fa6;
}


.in_osusume_tyukai{
	background: #f7eaea;
	padding: 6.5% 5%;
}
.in_osusume_kaitori{
	background: #fff5f5;
	padding: 6.5% 5%;
}


.in_osusume_tyukai_blue{
	background: #e5eaf1;
	padding: 6.5% 5%;
}
.in_osusume_kaitori_blue{
	background: #eef4fd;
	padding: 6.5% 5%;
}



.flow_yellow_box{
	background: #fef9d5;
	padding: 2% 2.5%;
}

.marker_y{
	display: inline-block;
	background: #fdf3c6;
	padding: 1% 4% 0.5% 4%;
}

.text_aka{
	color: #a61a21;
}



/*
.individual .list_three{
	margin-left: -3.33%;
}
.individual .list_three li{
	position: relative;
	float: left;
	box-sizing: border-box;
	margin-left: 3.33%;
	margin-bottom: 40px;
}
.individual .list_three li{ width: 30%; }


.individual .list_three li a{
	text-decoration: none;
}

@media print, screen and (min-width: 769px) {
	.individual .list_three li:nth-child(3n+1){
		clear: both;
	}

}

@media screen and (max-width: 768px){

	.individual .list_three li{ width: 46.67%; }
	.individual .list_three li:nth-child(2n+1){
		clear: both;
	}

}

@media screen and (max-width: 479px){

	.individual .list_three li{ width: 46.67%; }
	.individual .list_three li:nth-child(2n+1){
		clear: both;
	}

}


*/



.koma_whbox{
	background: #fff;
	padding:5.5% 4.5%;
}

.needs_box{
	background: #fff;
	padding: 4% 1%;
	margin-bottom: 120px;
}
.needs_box .inner{
	max-width: 780px;
	margin: 0 auto;
}





@media screen and (max-width: 599px){

	.box_l50,.box_r50{
		width: 100%;
		float: none;
	}
	.box_l60,.box_r40{
		width: 100%;
		float: none;
	}

	.select_inner_content{
		width: 100%;
	}

	.flow_yellow_box {
	    padding: 6% 4.5%;
	}

	.select_inner_content .in_inner{
		padding: 20px 4% 40px 4%;
	}


	.needs_box{
		background: #fff;
		padding: 5% 6% 8% 6%;
		margin-bottom: 40px;
	}

	.sp_inline_block{
		display: inline-block;
	}

	.sp_p_b15{
		padding-bottom: 15px;
	}

	.sp_lh_16{
		line-height: 1.6;
	}


}/*END*/






/*タブ*/
.plan_tab{
	margin-bottom:20px;
	border-bottom:4px solid #7a0d12;
}
.plan_tab li{
	position: relative;
	float: left;
	color: #fff;
	font-weight:bold;
	cursor: pointer;
	box-sizing: border-box;
	width: 28.9%;
	text-align: center;
	transition: all 0.4s;
	font-weight:bold;
	padding:16px 10px;
	margin-right: 0.6%;
	background: #b5b5b5;
	border-bottom:1px solid #b5b5b5;
}
.plan_tab li.active{
	transition: all 0.4s;
	background: #7a0d12;
	color:#fff;
	border-bottom:1px solid #7a0d12;
}

.plan_tab li.right_red.active{
	transition: all 0.4s;
	background: #ba2c32;
	color:#fff;
	border-bottom:1px solid #ba2c32;
}



.plan_tab.kai_blue{
	border-bottom:4px solid #042c63;
}

.plan_tab.kai_blue li.active{
	transition: all 0.4s;
	background: #042c63;
	color:#fff;
	border-bottom:1px solid #042c63;
}

.plan_tab.kai_blue li.right_blue.active{
	transition: all 0.4s;
	background: #2c5fa6;
	color:#fff;
	border-bottom:1px solid #2c5fa6;
}





.tab_inner{ display: none; }
.show{ display: block; }


.tab_arrow{
	position: relative;
}

/*
.tab_arrow.active .bl{
	display: none;
}
*/
.tab_arrow .bl{
	display: inline-block;
}
.tab_arrow.active .wh{
	display: inline-block;
}
/*
.tab_arrow .wh{
	display: none;
}
*/

.tab_arrow img{
	max-width:20px;
	vertical-align: middle;
}

@media screen and (max-width: 1100px) {
	.plan_copy_box .innerPD {
	    padding: 15px 10px 15px 10px;
	}
	.plan_copy_box{
		height:155px;
	}

	.plan_tab li{
		width: 40%;
	}

}/*END*/

@media screen and (max-width: 768px) {

	.plan_copy_box .innerPD {
	    padding: 15px 10px 15px 10px;
	}



}/*END*/

@media screen and (max-width: 599px) {
	#plan.concept_bg_gra{
		padding-top:0;
	}
	.plan_copy_box{
		display: block;
		height:auto;
	}
	.plan_inner .box_l,
	.plan_inner .box_r{
		width:100%;
	}
	.plan_copy_box .box_l{
		width:100%;
		float:none;
	}
	.plan_copy_box .box_r{
		width: 100%;
		float:none;
		text-align: center;
		padding-bottom: 20px;
	}

	.plan_tab li{
		width: 49.4%;
	}

	.tab_arrow.active .wh,.tab_arrow.active .bl,.tab_arrow .wh,.tab_arrow .bl{
		position: relative;
		top:3px;
	}

}/*END*/




/*----------------------------------------
	Flow
----------------------------------------*/
.flow_row{
	display: flex;
	justify-content: space-between;
}

.flow_no_area{
	width: 14%;
	position: relative;
}


.flow_content{
	width: 83%;
}


.flow_no_area .step_border{
	background: #7a0d12;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left:50%;
}
.flow_no_area .step_icon{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left:0;
}

.flow_no_area .step_border_2{
	background: #ba2c32;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left:50%;
}


.flow_no_area .co_step_border{
	background: #042c63;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left:50%;
}
.flow_no_area .co_step_border_2{
	background: #2c5fa6;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left:50%;
}

.flow_no_area .step_border_midori{
	background: #58631e;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left:50%;
}



.b_none{
	border: none;
}


.flow_step_ttl{
	max-width: 100%;
}

.pc_iblock{
	display: inline-block;
}
.sp_iblock{
	display: none;
}


@media screen and (max-width: 768px){
	.flow_white_box{
		padding: 15px 10px 22% 10px;
	}

	.no_circle {
	    width: 45px;
	    height: 45px;
	    left: 40%;
	}

	.flow_content h5{
		line-height: 1.4;
		padding-top: 7px;
		letter-spacing: 1.2px;
	}


}/*END*/

@media screen and (max-width: 599px){
	.flow_white_box{
		padding: 15px 10px 30% 10px;
	}

	.flow_step_ttl{
		max-width: 140%;
		width: 140%;
		margin-left: -3%;
	}

	.no_circle {
	    width: 40px;
	    height: 40px;
	    left: 5%;
	}

	.koma li{
		text-align: center;
	}
	.koma li img{
		width: 90%;
	}

	.list_three.koma li{
		margin-bottom: 15px;
	}

	.flow_content {
	    width: 81%;
	}

	.step_ttl img{
		max-width: 118%;
		width: 118%;
	}

	.pc_iblock{
		display: none;
	}
	.sp_iblock{
		display: inline-block;
	}


}/*END*/




/*----------------------------------------
	sale Lease
----------------------------------------*/
.text_red{
	color: #c8161d;
}
.text_pita_blue{
	color: #004098;
}

.text_underline{
	text-decoration: underline;
}

.tex_s_kome{
	display: inline-block;
	vertical-align: 20%;
}

.leaseback_ttl img{
	max-width: 836px;
}

.yurai_area{
	border: 3px solid #758427;
	position: relative;
	padding-bottom: 30px;
}

.yurai_content{
	width: 86.4%;
	margin: 85px auto 10px auto;
	display: flex;
	justify-content: space-between;
}

.yurai_content .item{
	width: 30%;
	margin-bottom: 20px;
}

.yurai_ttl{
	max-width: 459px;
	position: absolute;
	top:-28px;
	left: 50%;
	transform: translate(-50%,0);
}


.overview{
	background: #e6e6e6;
	padding: 6%;
}

.list_two_case{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list_two_case li.box{
	width: 47.5%;
	margin-bottom: 38px;
	background: #fff;
}

.lease_case_area li.box{
	box-shadow: 0px 6px 0px 0px rgba(187,187,161, 1);
}

.list_tex_point,.list_tex_point li{
	/*list-style: disc !important;*/
}

.list_tex_point li{
	width: 92%;
	margin-left: 6.4%;
	margin-bottom: 25px;
	position: relative;
}

.list_tex_point li:before{
	content: "";
	width: 5px;
	height: 5px;
	background: #484848;
	border-radius:  50%;
	display: inline-block;
	position: absolute;
	left: -15px;
	top: 18px;
}


.bg_brown_dotto{
	background: url("../images/leaseback/brown_dotto_bg.gif");
}
.bg_wh_dotto{
	background: url("../images/leaseback/white_dotto_bg.gif");
}


.list_three.three_lease{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list_three.three_lease li{
	background: #fff;
}



@media screen and (max-width: 860px){
	.yurai_content {
	    width: 95%;
	    margin: 60px auto 0 auto;
	}


}/*END*/

@media screen and (max-width: 599px){
	.yurai_content{
		width: 86.4%;
		margin: 40px auto 10px auto;
		display: block;
	}
	.yurai_content .item{
		width: 100%;
	}

	.yurai_ttl{
		max-width: 459px;
		position: absolute;
		top: -16px;
		left: 50%;
		transform: translate(-50%,0);
		width: 85%;
	}


	.overview{
		background: #e6e6e6;
		padding: 3.2%;
	}


	.list_two_case{
		width: 100%;
		display: block;
	}

	.list_two_case li.box{
		width: 100%;
		margin-bottom: 30px;
	}


	.leaseback_ttl.copy_pittari img{
		width: 160%;
		margin-left: -30%;
	}

	.leaseback_ttl.copy_lease01 img{
		width: 116%;
		margin-left: -8%;
	}

	.leaseback_ttl.copy_lease02 img{
		width: 160%;
		margin-left: -32%;
	}


}/*END*/




/*----------------------------------------
	footer
----------------------------------------*/
.foot_l .text_12{
	font-size: 1.0rem !important;
}

.foot_r ul{
	font-size: 	1.1rem !important;
	font-weight: 400;
}

.foot_l .btn_black{
    font-size: 1.2rem;
    color: #000;
}

.copyright small{
	font-size: 1.15rem;
}


.foot_contact{
	font-size: 1.15rem;
}
.foot_contact .text_16{
	font-size: 1.3rem !important;
}
.foot_contact .text_42{
	font-size: 3.8rem !important;
}

