@charset "utf-8";



/*********** btm setup ***********/

/* global class */
.lightbox_ph { /* lightbox呼び出し用のclassのため、ここに記述しないこと */ }
.clear { clear:both; }
.clearfix {zoom:1;}
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; zoom: 1; }

.color_01 { color:#ff3300; }
.color_02 { color:#384cd1; }

.no_wrap{ overflow:hidden;zoom:1; }
.hover80 a:hover img,a.hover80:hover img,a:hover img.hover80 {filter: alpha(opacity=80);-moz-opacity:0.80;opacity:0.80;}
.hover60 a:hover img,a.hover60:hover img,a:hover img.hover60 {filter: alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;}


.img_center { text-align: center; padding: 30px 0 0; }

.mt30 { margin-top: 30px; }
.mt45 { margin-top: 45px; }

@media screen and (max-width:768px){
	.img_center { padding: 15px 0 0; }
	.mt30 { margin-top: 15px; }
	.mt45 { margin-top: 22px; }
}



/* img area */
.left_box { float:left; }
.right_box { float:right; }
.left_box_space { float:left; padding:15px 20px 0; }
.right_box_space { float:right; padding:15px 20px 0; }

.left_box_no_wrap { float:left; padding:15px 0 0 20px; }
.right_box_no_wrap { float:right;padding:15px 20px 0 0;  }

.drop1 { border:1px solid #ddd; padding:1px; }

#content .photo_center { text-align:center; padding:10px 0 0; }
span.photo_center { display:block; }

/*=============================================

00. 共通

===============================================*/
.flex_s_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_s_a {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex_c {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_start {
	align-items: flex-start;
}

.align_c { text-align: center; }

.box_1_2 {
	width: 48%; margin-bottom: 10px;
}
.box_1_3 {
	width: 32%; margin-bottom: 10px;
}
.box_2_3 {
	width: 66%;
}
.box_1_4 {
	width: 25%;
}
.box_3_4 {
	width: 73%;
}
.box_1_5 {
	width: 20%;
}
.box_4_5 {
	width: 78%;
}
.box_3_7 {
	width: 41.71%;
}
.box_4_7 {
	width: 56.28%;
}


@media screen and (max-width: 640px){
	.box_1_2,
	.box_1_3,
	.box_2_3,
	.box_1_4,
	.box_3_4,
	.box_1_5,
	.box_4_5,
	.box_3_7,
	.box_4_7 {
		width: 100%; margin-bottom: 10px;
	}
}

.bg_01 {
	background: url("../images/bg_01.png") no-repeat;
	background-size: cover;
}


/*=============================================

00. 共通 main#contents

===============================================*/
main#contents .inner {
	width: 100%;
	margin: 0 auto;
	line-height: 1.6;
}
main#contents .inner.privacy {
	max-width: 1100px;
	margin: 0 auto 60px;
}
main#contents .inner#information {
	padding: 80px 0;
}

main#contents .inner_wide {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	line-height: 1.6;
}


@media screen and (max-width: 640px){
	main#contents .inner { width: 95%; min-width: auto; }
	main#contents .inner_wide {
		padding: 30px 0;
		overflow: hidden;
	}	
	main#contents section { }	
}






/* content caption */
h1.entry-title { display: none; }


#contents h2,h2#sld { 

}
#contents h3 { 
	padding:10px; text-align:center;
	margin: 20px auto 45px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 36px;
	color: #000;
}
#contents h3 img { width: 100%; height: auto; max-width: 960px;}
#contents h4 {
	text-align:center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	color: #1c69d4;
}
#contents h5 { padding-top:20px; text-align:center; }

@media screen and (max-width:768px){
	#contents h3 { font-size: 30px; }
	#contents h4 {
		font-size: 16px;
	}	
}
@media screen and (max-width:480px){
	#contents h3 { font-size: 26px; line-height: 1.3;}
}


/* content p */
#content p { padding:15px 20px 0; }

/*  rollup */
#content p.page-up { padding-top:20px; text-align:right; }


/*------------------------------------------------------------
sld
------------------------------------------------------------*/
#sld {
    position: relative;
    z-index: 3;
    height: 180px;
    padding-top: 90px;
	margin: 0 0 60px;
    background-color:#5d4d41;
	background: url("../images/sld_bg.jpg") no-repeat center top;
	background-size: cover;
	color: #fff;
	box-sizing:content-box;
	width: 100%;
}


#sld .inner {

    position: relative;
    z-index: 5;
    width: 90%; height: 100%;
    max-width: 1280px;
    margin: 0 auto;
	color: #fff;
}
#sld .inner h2 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.5em;
	text-align: center;
	position: absolute; left: 50%; top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	line-height: 1.2;	
}
#sld .inner h2 .jp {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;	
	font-size: .7em;
}


@media screen and (max-width: 640px){
	#sld {
		height: 100px;
		margin-top: 55px; margin-bottom: 35px;
		padding-top: 0;
		background-size: auto 100%;
	}
	#sld .inner {
		text-align: center;
		padding:0;
	}
	#sld .inner h2 {
		font-size: 2.0em;
	}	

}


/* INDEX
------------------------------------ */
#main_img { max-width: 1100px; margin: 105px auto 0; }
#main_img img { width: 100%; height: auto; }

body.top section { width: 100%; margin: 70px auto 0; }

.wrap_cnt { width: 960px; margin: 20px auto 0; }
.wrap_cnt .head_box { text-align: center; }

@media screen and (max-width:959px){
	.wrap_cnt { width: 95%; margin: 20px auto 0; }
}
@media screen and (max-width:768px){
	#main_img { width: 100%; margin: 70px auto 0; }
	#main_img img { width: 100%; height: auto; }
	body.top section { width: 100%; margin: 40px auto 0; }
}


a.btn_examination {
	border: double 8px #fff;
	/* background: linear-gradient(to top, #00925D, #22B573); */
	background-color: #00925D;
	border-radius: 25px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	color: #fff;
	display: block;
	font-size: 2.75em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-style: normal;	
	text-shadow: 2px 2px 0 rgba(0,0,0,.15);
	letter-spacing: .1em;
	padding: .75em 1em;
	width: 95%; max-width: 650px;
	text-align: center;
	margin: 2em auto;
	text-decoration: none;
	transition: .3s;
}
a.btn_examination span {
	color: #FCEE21;
}
a.btn_examination:hover {
	box-shadow: 0px 0px 0 rgba(0,0,0,.0);
	transform: translate(4px,4px);
}
@media screen and (max-width:768px){
	a.btn_examination {
		border: double 6px #fff;
		padding: .25em 1em;
		width: 80%;
		border-radius: 15px;
	}
}


@media screen and (max-width:768px){
	a.btn_examination {
		padding: .25em 1em;
		width: 80%;
		font-size: 2.0em;
	}
}

#examination a {
	position: fixed;
	bottom: 10px;
	right: 10px;	
	border: double 5px #fff;
	/* background: linear-gradient(to top, #00925D, #22B573); */
	background-color: #00925D;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-style: normal;		
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(0,0,0,.15);
	width: 120px;
	padding: .75em 1em;
	text-align: center;
	display: block;
	z-index: 1000;
}
#examination a:hover {
	box-shadow: 0px 0px 0 rgba(0,0,0,.0);
	transform: translate(4px,4px);
}
#examination a span {
	color: #FCEE21;
}
@media screen and (max-width:768px){
	#examination a {
		padding: .5em 1em;
	}
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* #why
------------------------------------ */
#why {
	width: 95%;
	max-width: 960px; margin-left: auto; margin-right: auto;
	margin-bottom: 60px;
}
#why h3 {
	color: #E25517;
	display: table;
	margin: 0 auto .5em;
	padding: 0 50px;
	position: relative;
}
#why h3::before {
	content: "";
	width: 33px; height: 39px;
	position: absolute;
	left: 0; top: 50%; transform: translateY(-50%);
	background-image: url("../images/deco_reason_01.png");
	background-size: cover;
	background-repeat: no-repeat;
}
#why h3::after {
	content: "";
	width: 33px; height: 39px;
	position: absolute;
	right: 0; top: 50%; transform: translateY(-50%);
	background-image: url("../images/deco_reason_02.png");
	background-size: cover;
	background-repeat: no-repeat;
}

#why ul.reason li {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 15px 15px;
	margin-bottom: 1.5em;
}
#why ul.reason li h4 {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding-left: 75px;
	text-align: left;
}
#why ul.reason li h4::before {
	content: "";
	width: 50px; height: 50px;
	position: absolute;
	left: 10px; top: 50%; transform: translateY(-50%);
	background-size: cover;
	background-repeat: no-repeat;
}
#why ul.reason li:nth-child(1) h4::before {
	background-image: url("../images/img_reason_01.png");
}
#why ul.reason li:nth-child(2) h4::before {
	background-image: url("../images/img_reason_02.png");
}
#why ul.reason li:nth-child(3) h4::before {
	background-image: url("../images/img_reason_03.png");
}

#why ul.reason li p {
	background-color: #F4F1ED;
	border-radius: 0 0 10px 10px;
	padding: 15px 15px;
	margin: 10px 0 0;
}

@media screen and (max-width:768px){
	#why h3 {
		font-size: 2.25em;
	}
	#why ul.reason li h4 {
		font-size: 1.75em;
		padding-left: 50px;
	}
	#why ul.reason li h4::before {
		width: 45px; height: 45px;
		left: 0;
	}	
}


/* #flow
------------------------------------ */
#flow {
	background-color: #fff;
	margin: 0;
}
#flow .inner {
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 60px 0;
}
#flow .inner h3{
	width: 100%;
}
#flow .flow_wrap {
	width: 32%;
	border: solid 3px #F4F1ED;
	border-radius: 15px;
	background-color: #fff;
	overflow: hidden;
}
#flow .flow_wrap_arrow {
	content: "";
	width: 0;
	height: 0;
	border: 60px solid transparent;
	border-top: 40px solid #444;
	border-right: 60px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 60px solid transparent;
	margin: 1em auto -1em;
}

#flow .flow_wrap .img_box { width: 100%; position: relative; }
#flow .flow_wrap .txt_box { width: 100%; padding: 3% 5% 5%; box-sizing: border-box; }


#flow .flow_wrap .img_box img { width: 100%; height: auto; }




#flow .flow_wrap h4 {
	color: #E25517;
	display:  inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;	
	text-align: left;
	font-size: 24px;
	padding: 0; margin: 0 0 10px;
}
#flow .flow_wrap h4 span.num {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background: linear-gradient(to left, #F4BA2C, #FF8D1E);
	display: inline-block;
	width: 36px; height: 36px; line-height: 36px;
	border-radius: 50%;
	margin: 0 10px 0 0;
	text-align: center;	
}
#flow .flow_wrap p {
	display: inline-block;
	font-size: 100%;
}




@media screen and (max-width:768px){
	#flow .inner {
		justify-content: center;
		padding: 30px 0;
	}	
	#flow .flow_wrap {
		width: 90%;
		margin: 0 auto 20px;
	}
	#flow  .flow_wrap .img_box { width: 100%; }
	#flow .flow_wrap .txt_box { padding: 2% 3% 3%; }
}


/* #faq
------------------------------------ */
#faq {
	background-color: #fff;
}
#faq .inner {
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 60px 0;
}

#faq .faq_wrap {
	border: solid 3px #F4F1ED;
	border-radius: 15px;	
	background:#fff;
	padding:30px;
	margin: 0 auto 2em;
	width: 100%;
}
	
#faq dt,
#faq dd {
	padding: 10px 0px 0px;
}
#faq dt {
	font-size: 112.5%; font-weight: bold;
	background:#fff url("../images/faq_icon_q.png") no-repeat 10px 5px;
	background-size: 35px 35px;
	padding-left: 55px;
	padding-bottom: 10px;

}
#faq dd {
	background:#fff url("../images/faq_icon_a.png") no-repeat 10px 5px;
	background-size: 35px 35px;
	padding-left: 55px;
	margin-top: 0.5em;
}


@media screen and (max-width:768px){
	#faq .inner {
		padding: 30px 0 0;
	}	
	#faq .faq_wrap {
		padding:15px;
	}
}






/* #about
------------------------------------ */
#about {
	background-color: #fff;
	padding: 60px 0;
	margin: -10px 0 0;
}
#about .inner {
	max-width: 1100px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#about .inner p {
	margin: 15px 0;
}
#about .about_wrap {
	width: 46%; margin: 0 auto 4em;
}

#about .about_wrap h4 {
	color: #000;
	position: relative;
	padding: .5em 0;
}
#about .about_wrap h4::before {
	content: "";
	background-color: #9E8A78;
	width: 150px;
	height: 3px;
	position: absolute; left: 50%; top: 0; transform: translateX(-50%);
}

#about table.tbl_about {
	border-collapse: collapse;
	width: 100%;
}
#about table.tbl_about th,
#about table.tbl_about td {
	border: solid 1px #c7c7c7;
}
#about table.tbl_about th {
	width: 25%; }
#about table.tbl_about td {
	width: 75%;
}
#about table.tbl_about td.telnum {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #1D69CD;
	text-decoration: none;
}
#about table.tbl_about td.telnum a {
	color: #1D69CD;
	text-decoration: none;
}
#about table.tbl_about.tbl_add th {
	background-color: #553739;
	color: #fff;
	padding: 10px 10px;
}
#about table.tbl_about.tbl_add td {
	padding: 10px 10px;
}
#about table.tbl_about.tbl_add td a {	
	display: flex;
	align-items: center;
}
#about table.tbl_about img,
#about ul li { 
	width: 100%; height: auto; }
#about table.tbl_about.tbl_add a {
	color: #333;
	text-decoration: none;
}
#about table.tbl_about.tbl_add td img {
	width: 30px; height: 30px;
	margin-left: 10px;
}

#about ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	margin: 15px auto;
}
#about ul li {
	width: 48%;
}
#about table.tbl_about th img,
#about ul li img {
	width: 100%; height: auto;
}


	
@media screen and (max-width:768px){
	#about {
		background-color: #fff;
		padding: 30px 0;
	}	
	#about .about_wrap {
	width: 95%; margin: 0 auto 3em;
}
	#about .about_wrap .img_box { width: 45%; margin: 0 auto 20px; }
	#about .about_wrap .txt_box { width: 100%; }
	#about .about_wrap .txt_box h4{ 
	margin: 0 auto 10px;
	width: 97%;
	}
	#about .about_wrap .txt_box p{ 
	width: 93%;
	margin: 0 auto 0;
	line-height: 1.7;
	color: #3c3c3c;
	}
	#about .float_l { float: none; }
	#about .float_r { float: none; }
	
	#about .about_wrap .txt_box h4 { font-size: 22px; }
	#about .about_wrap .txt_box h4 span { font-size: 12px; }
}



#about table.tbl_outline {
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto 3em;
}
#about table.tbl_outline th,
#about table.tbl_outline td {
	border-bottom: solid 1px #c7c7c7;
	padding: 1em 1em;
}
#about table.tbl_outline th {
	width: 25%; }
#about table.tbl_outline td {
	width: 75%;
}

#about table.tbl_outline .add a {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
}


#about table.tbl_outline .add img {
	width: 30px; height: 30px;
	margin-left: 5px;
}
@media screen and (max-width:768px){
	#about table.tbl_outline .add {
		justify-content: space-between;
	}	
	#about table.tbl_outline {
		width: 100%;
	}	
}



/* #contact
------------------------------------ */
#contact{
	padding-bottom: 4em;
	margin-top: 0;
	background:#f2f2f2;
}
#contact .inner {
	width: 800px; margin-left: auto; margin-right: auto;
}
#contact .inner h4 {
	margin: 3em auto 1em;
	text-align: center;
}
#contact .inner h4 img { width: 62.5%; height: auto; }
#contact p { color: #e95517; text-align: center; }

@media screen and (max-width:959px){
	#contact { width: 100%; }
	#contact .inner { width: 90%; margin-left: auto; margin-right: auto; }
}
@media screen and (max-width:768px){
	#contact .inner h4 img { width: 80%; height: auto; }
}
@media screen and (max-width:480px){
	#contact .inner h4 img { width: 100%; height: auto; }

}


#contact .tbl_line {
	width: 500px; margin: 0 auto 2em;
	border-collapse: collapse;
}

#contact .tbl_line th,
#contact .tbl_line td {
	border: solid 1px #acacac;
	padding: 10px 10px;
	box-sizing: border-box;
}
#contact .tbl_line th {
	background: #00B900;
	color: #fff;
	width: 28.4%;
}
#contact .tbl_line td {
	width: 71.6%;
	text-align: center;
	background: #fff;
}
#contact .tbl_line td img {
	width: 100%; height: auto;
	max-width: 140px;
}
#contact .tbl_line td p {
	width: 100%; text-align: left;
	color: #666;
}

@media screen and (max-width:640px){
	#contact .tbl_line {
		width: 80%;
	}	
	#contact .tbl_line th,
	#contact .tbl_line td {
		display: block;
		width: 100%;
	}
	#contact .tbl_line th {
		background: #3aae36;
	}	
	#contact .tbl_line td p {
		text-align: center;
		margin-top: 10px;
	}	
	#contact .tbl_line td img {
		border-radius: 5px;
	}
}
@media screen and (max-width:480px){
	#contact .tbl_line {
		width: 100%;
	}
}


.fadeInUp {
  opacity : 0;
  transform: translateY(50px);
  transition: 0.2s;
}
.fadeInLeft {
  opacity : 0;
  transform: translateX(-50px);
  transition: 1s;
}
.fadeInRight {
  opacity : 0;
  transform: translateX(50px);
  transition: 1s;
}

/* thanks*/
	.thanks_title{
	text-align: center;
	font-size: 32px !important;
	margin: 70px 0 30px 0 !important;
	letter-spacing: 2px;
	color: #e95517;
	}
	.thanks_text{
	font-size: 20px !important;
	text-align: center;
	margin: 0 0 80px 0;
	line-height: 2.3;
	color: #3e3a39;
	}
@media screen and (max-width:768px){
	.thanks_title{
	font-size:17px !important;
	margin: 	25px 0 30px 0!important;
	letter-spacing: 0px;
	}
	.thanks_text{
	font-size: 12px !important;
	margin: 0 0 80px 0;
	}
}


/* アクセスマップ*/
#access { background: #fff; padding: 50px auto 60px; margin: 0; }
.googlemap { margin:15px auto 0; padding:0px; width:100%; }
.googlemap iframe { width:100%; height:500px; }

#access .wrap_cnt {
    padding-bottom: 2em;
}

#access p {
	/* border-bottom: solid 1px #99b0bc; */
	padding: 10px 15px;
}


#access dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
}

#access dt { 
	color: #517484; display: table-cell;
	padding: 8px 15px; background: #fff;
	line-height: 1;
	border: solid 1px #517484; border-radius: 3px;
	 box-sizing: border-box;
    margin: 0 0 15px;
}
#access dd { 
	padding: 8px 15px; display: table-cell;
	line-height: 1;
	 box-sizing: border-box;
}

@media screen and (max-width:768px){
	#access h4 img { width: 100%; max-width: 603px; height: auto; }
	#access .wrap_cnt { width: 100%; }
	.googlemap iframe { width:100%; height:300px; }
	#access dl { width: 95%; margin: 0 auto 1em; }
	#access dt { text-align: center; padding: 10px 10px 5px;  }
	#access dd { margin: 0 5% 5px 0; padding: 10px 10px 5px; }
}

@media screen and (max-width:640px){
	#access dt { margin: 0 1% 5px 15px; width:100%; padding-top: 10px; }
	#access dd { margin: 0 0 5px 0; width: 100%; padding-top: 10px; text-align: center;}
	#access p { font-size: 13px; }
}



/*仮審査申込入力*/
form#mailformpro {
  padding: 10px 0px;
	margin: 0 auto 60px;
}
form#mailformpro dl.mailform_examp {
	width: 95%; max-width: 1100px;
	margin: 0 auto;
}
form#mailformpro dl.mailform_examp dt {
	background-color: #fff;
	padding: 5px 5px;
	line-height: 2;
	font-size: 1.25em;
	float: none;
}
form#mailformpro dl.mailform_examp dd {
	padding: 20px 20px 40px;
}
form#mailformpro dl.mailform_examp dt .must {
	display: inline-block;
	background-color: #d2468c;
	padding: 0 1em;
	font-size: 1rem;
	color: #FFF;
	float: none;
	margin: 0 10px 0 0;
	line-height: 2.5;
	
}

.mailform_examp .mfp_rows input{
	box-shadow: none;
} 

.mailform_examp .mfp_rows .item_name_1{
	width: 250px;
	height: 27px;
	border-radius: 5px;
	border: 1px solid #8c8c8c;
	font-size: 16px;
	line-height: 1;
}

.mailform_examp .mfp_rows .item_name{
	width: 500px;
	height: 27px;
	border-radius: 5px;
	border: 1px solid #8c8c8c;
	font-size: 16px;
	line-height: 1;
}

.mailform_examp .mfp_rows .item_address{
	width: 250px;
	height: 27px;
	border-radius: 5px;
	border: 1px solid #8c8c8c;
	font-size: 16px;
	line-height: 1;
}
.mailform_examp .mfp_rows .item_style1{
	width: 250px;
	height: 27px;
	border-radius: 5px;
	border: 1px solid #8c8c8c;
	font-size: 16px;
	line-height: 1;
	box-shadow: 0 0 0 !important;
}

.mailform_examp .mfp_rows .item_address_mail,
.mailform_examp .item_work_address{
	width: 500px;
	height: 27px;
	border-radius: 5px;
	border: 1px solid #8c8c8c;
	font-size: 16px;
	line-height: 1;
}


#yes_license {
	margin: 15px 0 0;
}

.mailform_examp .mfp_rows .item_number{
	width: 100px;
	height: 27px;
	border-radius: 5px;
	border: 1px solid #8c8c8c;
	font-size: 16px;
	line-height: 1;
	float: left;
}

.mailform_examp .mfp_rows .mfp_col5{
	float: left;
	margin: 0 20px 0 0;
}


.mailform_examp .mfp_rows p {
    font-size: 20px;
    color: #505050;
    line-height: 1;
    padding: 10px 0 0;
	display: inline-block;
}

.mailform_examp .item_income{float: left;}

#mailformpro .mfp_element_submit,
#mailformpro .mfp_element_reset,
#mailformpro .mfp_element_button,
#mailformpro button.mfp_next,
#mailformpro button.mfp_prev {
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: none;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}

#mailformpro .mfp_element_select-one {
	padding: .5em 1em;
	font-size: 1rem;
	height: auto;
}
#mailformpro .mfp_element_text {
	padding: .2em .5em;
	font-size: 1rem;
	line-height: 2;
	height: auto;
}
input::placeholder {
  padding: 0; color: #ccc;
	line-height: 1;
}


#mailformpro .mfp_element_checkbox {
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
}

.mfp_buttons button#mfp_button_send,
#mailformpro .mfp_element_submit {
	border: double 5px #fff;
	background: linear-gradient(to top, #00925D, #22B573);
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-style: normal;		
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(0,0,0,.15);
	padding: .75em 1em;
	text-align: center;
	transition: .3s;
}
.mfp_buttons button#mfp_button_cancel {
	border: double 5px #fff;
	background: linear-gradient(to top, #666, #999);
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-style: normal;		
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(0,0,0,.15);
	padding: .75em 1em;
	text-align: center;
	transition: .3s;
}
#mailformpro .mfp_element_submit:hover {
	box-shadow: 0px 0px 0 rgba(0,0,0,.0);
	transform: translate(4px,4px);
}
#mfp_phase_confirm {
	margin-bottom: 60px;
}

@media screen and (max-width:768px){
	form#mailformpro dl.mailform_examp dd {
		padding: 10px 0 40px;
	}	
	#mailformpro .mfp_element_submit {
		padding: .5em 1em;
	}
}

#exami_form .tbl_line {
	width: 500px;
	margin: 20px 0;
	border-collapse: collapse;
}

#exami_form .tbl_line th,
#exami_form .tbl_line td {
	border: solid 1px #acacac;
	padding: 10px 10px;
	box-sizing: border-box;
}
#exami_form .tbl_line th {
	background: #00B900;
	color: #fff;
	width: 28.4%;
}
#exami_form .tbl_line td {
	width: 71.6%;
	text-align: center;
	background: #fff;
}
#exami_form .tbl_line td img {
	width: 100%; height: auto;
	max-width: 140px;
}
#exami_form .tbl_line td p {
	width: 100%; text-align: left;
	color: #666;
}

p.text_add{
	font-size: 14px !important;
	color:#505050;
	display: block !important;
	padding: 0 !important;
	margin: 0 0 5px !important;
}
.mailform_examp .mfp_rows p.text_add2 {
	font-size: 14px !important;
	color:#505050;
	display: inline-block!important;
	padding: 0 !important;
	margin: 0 !important;
}

.text_name{
	font-size: 16px !important;
	color:#505050 ;
}

.text_years{
	font-size: 16px !important;
	color:#505050 ;
	float: left;
	margin: 2px 0 0 10px !important;
}

.text_agree {
    font-size: 14px !important;
    color: #505050 !important;
    border-bottom: 1px solid #505050;
    display: inline-block !important;
}


.text_agree a{
	color:#505050;
	float: left;
	text-decoration:none; 
	line-height: 1.5;
}

.text_agree a img {
    width: 20px;
    display: block;
    float: right;
    margin: 0px 0 0 10px;
    padding: 0 0 0 0;
}

.text_check {
    float: left !important;
    margin: -5px 0 0 !important;
	padding: 4px 0 0 !important;
}

.check_box {
    float: left;
}



#stack{
	position: relative;
	z-index: 900;
}

.car_stack_list {
	position: relative;
	z-index: 910;
    width: 1100px;
    margin: 30px auto 30px;
}

#stack .car_stack_list  a{
	text-decoration: none;
	
}

#stack .car_stack_list ul{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#stack .car_stack_list ul li {
    width: 23%;
    margin: 0 2% 20px 0;
}


#stack .car_stack_list ul li .car_stack_detail{
	width: 100%;
	background: #fff;
}
	
#stack .car_stack_list ul li .car_stack_detail p{
    background-color: #fff;
    color: #000;
	font-size: 12px;
	padding: 10px 10px;
	font-weight: normal;
	border-radius: 5px 5px 0 0;
	text-align: left;
	min-height: 54px;
}

#stack .car_stack_list ul li .car_stack_detail img{
	width: 100%;
	padding: 0;
}

#stack .car_stack_list ul li .car_stack_detail h3{
	font-size: 12px;
	padding: 0 10px;
	margin: 0;
	text-align: left;
	color: #191919;
	font-weight: normal;
}

#stack .car_stack_list ul li .car_stack_detail h4{
	font-size: 12px;
    color: #F00;
	padding: 0 10px;
	margin: 0;
	text-align: left;
	font-weight: normal;
}

#stack .car_stack_list ul li .car_stack_detail table{
	width: 180px;
	padding: 10px;
	border-collapse:collapse;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
	margin: 10px auto;
}

#stack .car_stack_list ul li .car_stack_detail table th{
	width: 50px;
    color: #FFF;
	font-size: 12px;
	font-weight: normal;
	background-color: #9F9F9F;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

#stack .car_stack_list ul li .car_stack_detail table td{
	width: 80px;
    border: 1px solid #333;
    padding: 2px 4px;
    font-weight: normal;
	font-size: 12px;
	color: #191919;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.stack_price_text {
	font-size: 20px !important;
    font-weight: bold;
    margin-top: -3px;
	display: inline-block;
}

#stack .car_stack_list ul li .car_stack_detail h5{
    background-color: #87C13F;
    color: #FFF;
	font-size: 16px;
	padding: 10px 10px;
	font-weight: normal;
	border-radius: 0 0 5px 5px;
}

#stack .car_stack_list h1{
	background: #ff6633;
	line-height: 1;
	width: 50%;
	margin: 25px auto 60px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	border-radius: 25px;
}

#stack .car_stack_list h1:hover{
	opacity: 0.75;
}

#stack .car_stack_list h1 a{
	color: #fff;
	padding: 15px 35px;
	display: block;
	text-decoration: none;
}


#stack a.btn_stock_car {
	border: double 5px #fff;
	/* background: linear-gradient(to left, #F4BA2C, #FF8D1E); */
	background: radial-gradient(#F4BA2C, #FF8D1E);
	border-radius: 50vh;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	color: #fff;
	display: block;
	font-size: 1.5em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;	
	text-shadow: 2px 2px 0 rgba(0,0,0,.15);
	letter-spacing: .1em;
	padding: .5em 1em;
	width: 95%; max-width: 650px;
	text-align: center;
	margin: 1em auto;
	text-decoration: none;
	transition: .3s;
}

#stack .car_stack_list a.btn_stock_car:hover {
	box-shadow: 0px 0px 0 rgba(0,0,0,.0);
	transform: translate(4px,4px);
}
@media screen and (max-width:768px){
	#stack a.btn_stock_car {
		padding: .25em 1em;
		width: 80%;
	}
}



.car_stack_detail_click{
	width: 900px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 30px 115px;
	position: relative;
}



.car_stack_detail_click h3{
	background: #0097e6;
	color: #fff;
	font-size: 20px;
	margin: 0 auto 20px;
	padding: 15px;
	text-align: center;
}

.car_stack_detail_click .car_stack_detail_click_tl{
	float: left;
	width: 47%;
}

.car_stack_detail_click .car_stack_detail_click_tl img{
	width: 100%;
}

.car_stack_detail_click .car_stack_detail_click_tl a{
	position: absolute;
	left: 30px;
	bottom: 20px;
	width: 44%
}

.car_stack_detail_click .car_stack_detail_click_tl a img{
	width: 100%
}

.car_stack_detail_click .car_stack_detail_click_tr{
	float: left;
	width: 50%;
	margin: 0 0 0 3%;
}

.car_stack_detail_click .car_stack_detail_click_tr table{
	width: 100%;
	border-collapse:collapse;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
	margin: 0 auto 35px;
}

.car_stack_detail_click .car_stack_detail_click_tr table th{
	width: 95px;
    color: #FFF;
	font-size: 12px;
	font-weight: normal;
	background-color: #9F9F9F;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
	padding: 10px 15px;
	line-height: 1;
}

.car_stack_detail_click .car_stack_detail_click_tr table td{
	width: 230px;
    border: 1px solid #333;
    font-weight: normal;
	font-size: 12px;
	color: #191919;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
	padding: 10px;
	line-height: 1.4;
}


.car_stack_detail_click .car_stack_detail_click_tl input {
	width: 100%;
	border: 1px solid #ccc; border-radius: 10px;
	background: #009BFA;
	color: #fff;
	text-align: center;
	font-weight: bold; font-size: 1.25em;
	padding: 1.1em 1em;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.car_stack_detail_click .car_stack_detail_click_tr input {
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 47%
}

@media screen and (max-width:768px){
	.car_stack_detail_click .car_stack_detail_click_tl input {
		position: inherit;
		box-sizing: border-box;
		width: 100%;
		margin: 10px auto;
	}	
}



 .car_stack_detail_click .car_stack_detail_click_tr h4{
	margin: 0;
	color: #000;
	text-align: left;
	font-size: 18px;
	padding: 0;
}

 .car_stack_detail_click .car_stack_detail_click_tr h5{
	margin: 0 0 10px;
    color: #F00;
    text-align: left;
    font-size: 20px;
	padding: 0;
    font-weight: normal;
}

 .car_stack_detail_click .car_stack_detail_click_tr h6{
	margin: 0;
    color: #000;
    text-align: right;
    font-size: 16px;
	padding: 0;
    font-weight: normal;line-height: 1.4;
}

 .car_stack_detail_click .car_stack_detail_click_tr img{
    width: 100%;
}

.car_stack_detail_click .car_stack_detail_click_tr a{
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 44%;
}

.car_stack_detail_click .car_stack_detail_click_tr a img{
	width: 100%;
}

 .car_stack_detail_click .car_stack_detail_click_tr .stack_price_text_1{
    font-size: 36px !important;
    font-weight: bold;
    color: #F00;
	line-height: 1;
	display: inline-block;
}

        #mainImg{
            margin-bottom: 10px;
			height: auto;
        }
        #subImg{
            display: flex;
            flex-wrap: wrap;
        }
		#subImg li {
			width: 24%;
			margin: 0 1% 1% 0;
		}
        #subImg li.current{
            border: 1px solid #0097e6;
        }

        @media (max-width: 1000px) {
            #mainImg{height: 66.7vw}
        }


p.otoriyose {
	font-size: 1.5em;
	text-align: center;
	margin: 1.5em auto 3em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	font-style: normal;	
	color: #333;
}
p.otoriyose span { /* background: linear-gradient(transparent 0%, #F2DDA4 80%); */ color: #CC3300; font-family: "Zen Maru Gothic", serif; font-weight: 500; }

p.otoriyose a {
	font-size: .8em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;	
	color: #81B93C;
	transition: .3s;
}
p.otoriyose a:hover {
	color: #007C4F;
}
    
/*ページネーション*/
div.pagination {
	clear:both;
	margin: 3em 0;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px ;
	background:none;
}
div.pager ul {
	vertical-align: middle;
	display: flex;
	justify-content: center;
}

div.pagination span, .pagination a {

    display: block;
    float: left;
    margin: 5px;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;background:#FF6F59;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
	font-size: 1.125em;
}

div.pagination a:hover{
	color:#fff ;
	background: #fdcd1a;
}

div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #fdcd1a;
	color:#fff ;
}
.pagination li a.active {
    background-color: #FFCC66;
    color: #FFFFFF;
    cursor: not-allowed;
}


.wrap_page{
	width: 100%;
	text-align: center;
}

.wrap_page ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wrap_page ul li {
    margin: 0 20px 0 0;
    background: #666;
	line-height: 1;
	color: #fff;
	border-radius: 20px;
}

.wrap_page ul li:first-child {
	margin: 0 20px 0 0;
	width: auto;
	padding: 0;
	border-radius: 20px;
}

.wrap_page ul li:last-child{
	margin: 0;
	width: auto;
	padding: 0;
	border-radius: 20px;
}

.wrap_page ul li a{
	color: #fff;
	text-decoration: none;
    width: 30px;
    border-radius: 20px;
    padding: 9px 0 5px;
	display: block;
	background: #ff6735 !important;
}

.wrap_page ul li .current{
	padding: 0 13px;
	line-height: 2.2;
}

.wrap_page ul li a:hover{
    opacity: 0.75;
}

.wrap_page ul li a:first-child {
	width: auto;
	padding: 10px 13px;
	border-radius: 20px;
}

.wrap_page ul li a:last-child{
	width: auto;
	padding: 10px 13px;
	border-radius: 20px;
}


@media screen and (max-width:768px){
	
	#main h2, h2#sld {
		font-size: 1.6rem;
		line-height: 1;
		padding: 10px 0;
	}
	
	.mailform_examp {
		width: 95%;
		margin: 0 auto;
	}

	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 1.1rem;
		padding: 10px 0 10px 20px;
		text-align: left;
		height: auto;
	}
	
	.must {
		padding: 10px 35px;
		font-size: 1.1rem;
		margin: -10px 0 5px;
	}
	
	.mailform_examp .mfp_rows .item_name_1 {
		width: 120px;
		font-size: 1rem;
		line-height: 1.2 ;
	}
	
	.mailform_examp .mfp_rows .item_name {
		width: 300px;
		font-size: 1rem;
		line-height: 1;
	}
	
	.mailform_examp .mfp_rows p {
		font-size: 1.2rem;
		margin: 1% 0 0 0;
	}
	
	.mailform_examp .item_birthday{
		width: 150px;
		font-size: 1.1rem;
	}
	
	.mailform_examp .item_gender,
	.mailform_examp .item_loan, 
	.mailform_examp .item_job {
		font-size: 1.1rem;
	}
	
	.text_add {
		font-size: 1rem !important;
		color: #505050;
		margin: 0 0 10px;
	}
	
	.text_years{
		font-size: 1rem !important;
		color:#505050 ;
		float: left !important;
		margin: 7px 0 0 10px !important;
	}
	
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 10px 0 30px;
		font-size: 1rem;
		line-height: 1.5em;
	}
	
	.mailform_examp .mfp_rows .mfp_col5 {
		float: left;
		margin: 0 10px 0 0;
	}
	

	#exami_form .tbl_line {
		width: 80%;
	}	
	#exami_form .tbl_line th,
	#exami_form .tbl_line td {
		display: block;
		width: 100%;
	}
	#exami_form .tbl_line th {
		background: #3aae36;
	}	
	#exami_form .tbl_line td p {
		text-align: center;
		margin-top: 10px;
	}	
	#exami_form .tbl_line td img {
		border-radius: 5px;
	}

	#exami_form .tbl_line {
		width: 100%;
	}
	
	.mailform_examp .mfp_rows .item_address {
		width: 100%;
		height: 30px;
		font-size: 1.15rem;
		line-height: 1;
	}
	.mailform_examp .mfp_rows .item_style1{
		width: 90%;
		height: 30px;
		font-size: 1.15rem;
		line-height: 1;
	}	
	
	.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
		font-size: 1rem;
	}
	
	.mailform_examp .mfp_rows .item_address_mail,
	.mailform_examp .item_work_address {
		width: 100%;
		height: 30px;
		font-size: 1.1rem;
		line-height: 1;
	}
	
	.mailform_examp .mfp_rows .item_img {
		font-size: 1.2rem !important;
		float: none;
		margin: 0;
	}
	#yes_license input {
		margin: 15px 0 0;
	}
	
	.mailform_examp .mfp_rows .item_number {
		width: 10%;
		height: 30px;
		font-size: 1.1rem;
	}
	
	.mailform_examp .mfp_rows .text_job {
		font-size: 1.1rem;
	}
	.mailform_examp .item_income {
		float: left;
	}
	
	.text_agree {
		font-size: 1.1rem !important;
		margin: 0 !important;
		float: none !important;
	}

	.text_agree a{
		float: left;
		text-decoration:none; 
		line-height: 1.5;
		font-size: .8em;
	}
	
	.btn_agree{
		cursor: pointer;
		font-size: 1.1rem;
		line-height: 1.2;
	}
	
	.check_box{
		float: left;
	}
	
	.text_check {
		float: left !important;
		margin: 0 !important;
		width: 90%;
		padding: 0 !important;
		margin: -5px 0 0 !important;
	}
	
	div.mfp_buttons button {
		font-size: 1.4rem !important;
	}
	
	
	.popup {
		width: 95%;
		height: 650px;
		overflow-y: scroll;
		box-sizing: border-box;
	}
	
	.car_stack_list {
		position: relative;
		z-index: 910;
		width: 100%;
		margin: 15px auto 30px;
	}
	
	#stack .car_stack_list ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	
	#stack .car_stack_list ul li .car_stack_detail img {
		width: 90%;
		padding: 5%;
	}
	
	#stack .car_stack_list ul li .car_stack_detail h3 {
		font-size: 0.75rem;
		padding: 0 5%;
	}
	
	#stack .car_stack_list ul li .car_stack_detail h4 {
		font-size: 0.75rem;
		padding: 0 5%;
	}
	
	#stack .car_stack_list ul li .car_stack_detail table {
		width: 90%;
		padding: 0 5%;
	}
	
	#stack .car_stack_list ul li .car_stack_detail table th {
		font-size: 0.75rem;
	}
	
	#stack .car_stack_list ul li .car_stack_detail table td {
		font-size: 0.75rem;
	}
	
	.stack_price_text {
		font-size: 1.25rem !important;
	}
	
	#stack .car_stack_list ul li .car_stack_detail_click .car_stack_detail_click_tl {
		float: none;
		width: 95%;
		margin: 0 auto 40px;
	}
	
	#stack .car_stack_list ul li .car_stack_detail_click .car_stack_detail_click_tr {
		float: none;
		width: 95%;
		margin: 0 auto 10px;
	}
	
	#stack .car_stack_list ul {
		width: 95%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	
	#stack .car_stack_list ul li {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	
	#stack .car_stack_list ul li:nth-child(4n) {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	
	#stack .car_stack_list ul li:nth-child(2n) {
		margin: 0 0 20px 0 !important;
	}
	
	.car_stack_detail_click {
		width: 100%;
		margin: -45px auto 0;
		background: #fff;
		padding: 10px;
		overflow: scroll;
		height: 550px;
	}
	
	.car_stack_detail_click h3 {
		font-size: 1rem !important;
		margin: 0 auto 20px;
		padding: 10px;
		text-align: left;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tl {
		float: none;
		width: 90%;
		margin: 0 auto 20px;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tl a {
		position: inherit;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tr {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tr a {
		position: inherit;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tr h4 {
		font-size: 0.9rem;
		padding: 0;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tr h5 {
		font-size: 1rem !important;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tr table th {
		width: 30%;
		font-size: 0.75rem;
		padding: 10px 15px;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tr table td {
		width: 70%;
		font-size: 0.75rem;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tr h6 {
		font-size: 0.75rem;
		margin: 0 auto 25px;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tr .stack_price_text_1 {
		font-size: 1.3rem !important;
	}
	
	.car_stack_detail_click .car_stack_detail_click_tr img {
		width: 100%;
		margin: 0 auto 20px;
	}

	#mainImg {
		height: auto;
	}
}


.head_logo{
    width:100%;
    text-align: center;
    margin: 40px auto 120px;
}

.head_logo img{
    width:320px;
 }

@media screen and (max-width:768px){
    
    .head_logo{
        margin: 40px auto 80px;
    }
    
    .head_logo img{
        width:65%;
    }
}

