/* 	ページビジュアル
-------------------------------------------- 
@charset "utf-8";
/* -------------------------------------------
	お問い合わせ用スタイル
-------------------------------------------- */
.inquiry-hd-img {
	background-image: url(../img/inquiry/main-vis/vis-pc.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.inquiry-hd-img-sp {
	background-image: url(../img/inquiry/main-vis/vis-sp.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

/*  コンテンツのレイアウト等の変更
------------------------------------------------------------- */
/* コンテンツのレイアウトを変更  サイドバーを削除し、
　シングルコンテンツに + 背景画像をここに設置 */
#green.main-conts {
	background-image: url(../img/inquiry/green-cont-bk.png);
	background-position: top left;
	background-repeat: no-repeat;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
	padding: 0;
    width: 100%;
}

#blue.main-conts {
	background-image: url(../img/inquiry/blue-cont-bk.png);
	background-position: top left;
	background-repeat: no-repeat;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
	padding: 0;
    width: 100%;
	background-position-y: 25%;
}

#brown.main-conts {
	background-image: url(../img/inquiry/brown-cont-bk.png);
	background-position: top left;
	background-repeat: no-repeat;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
	padding: 0;
    width: 100%;
}

section.section-in {
    margin-left: 25%;
    padding-right: 50px;
}
article.section-wrap {
	overflow: hidden;
}
section.section-in .article-body {
	line-height: inherit;
    margin: 0;
    width: auto;
}
section.section-in .article-body.inq {
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 30px;
	padding: 10px;
}
section.section-in .article-body p {
	line-height: 1.5;
}

/*  送信状況フロー表示部
------------------------------------------------------------- */
.inquiry-status-wrap {
	margin: 0 auto 30px auto;
	width: 100%;
}
.inquiry-status-wrap ul { 
	background-color: #fff;
	border: 2px solid #2c930a;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 64px;
	width: 100%;
}
.inquiry-status-wrap ul li {
	background-color: #fff;
	color: #333;
	font-size: 15px;
	line-height: 1.0;
	margin: 0;
	padding: 0;
	position: relative;
}
/*.inquiry-status-wrap ul li.on {
	box-sizing: border-box;
	/* background-color: #333; */ /* フロー部ONの時の背景色 */
/*	background-color: #006401;
	color: #fff;
}*/

#green.inquiry-status-wrap ul li.on {
	box-sizing: border-box;
	background-color: #2c930a;
	color: #fff;
}


#blue.inquiry-status-wrap ul li.on {
	box-sizing: border-box;
	/* background-color: #333; */ /* フロー部ONの時の背景色 */
	background-color: #1794AC;
	color: #fff;
}


#brown.inquiry-status-wrap ul li.on {
	box-sizing: border-box;
	/* background-color: #333; */ /* フロー部ONの時の背景色 */
	background-color: #473418;
	color: #fff;
}

.inquiry-status-wrap ul li:nth-child(1) {
	width: 33%;
}
.inquiry-status-wrap ul li:nth-child(2) {
	width: 34%;
}
.inquiry-status-wrap ul li:nth-child(3) {
	width: 34%;
}
.inquiry-status-wrap ul li > span.box {
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 0 12px 20px;
	width: 100%;
}
.inquiry-status-wrap ul li:nth-child(2) > span.box,
.inquiry-status-wrap ul li:nth-child(3) > span.box {
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 0 12px 45px;
	width: 100%;
}
.inquiry-status-wrap ul li span.en {
	color: #2c930a;
	display: block;
	font-style: italic;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 13px;
	float: none;
	letter-spacing: 1px;
	margin-top: 5px;
	padding-left: 0;
}
.inquiry-status-wrap ul li.on span.en {
	color: #fff;
}
.inquiry-status-wrap ul li::before {
	content: " ";
	position: absolute;
		top: -2px;
		right: -20px;
	width: 0;
	height: 0;
	border:0;
	border-left: 20px solid #2c930a;
	border-top: 32px solid transparent;
	border-bottom: 32px solid transparent;
	z-index: 1;
}
.inquiry-status-wrap ul li::after {
	content: " ";
	position: absolute;
		top: 0;
		right: -18px;
	width: 0;
	height: 0;
	border:0;
	border-left: 18px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	z-index: 2;
}
#green.inquiry-status-wrap ul li.on::before,
#green.inquiry-status-wrap ul li.on::after {
	content: " ";
	position: absolute;
		top: 0;
		right: -20px;
	width: 0;
	height: 0;
	border:0;
	border-left: 20px solid #2c930a; /* フロー部ONの時の背景色 */
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	z-index: 1;
}

#blue.inquiry-status-wrap ul li.on::before,
#blue.inquiry-status-wrap ul li.on::after {
	content: " ";
	position: absolute;
		top: 0;
		right: -20px;
	width: 0;
	height: 0;
	border:0;
	/* border-left: 20px solid #333; */ /* フロー部ONの時の背景色 */
	border-left: 20px solid #1794AC; /* フロー部ONの時の背景色 */
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	z-index: 1;
}

#brown.inquiry-status-wrap ul li.on::before,
#brown.inquiry-status-wrap ul li.on::after {
	content: " ";
	position: absolute;
		top: 0;
		right: -20px;
	width: 0;
	height: 0;
	border:0;
	/* border-left: 20px solid #333; */ /* フロー部ONの時の背景色 */
	border-left: 20px solid #473418; /* フロー部ONの時の背景色 */
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	z-index: 1;
}


.inquiry-status-wrap ul li:last-child::before,
.inquiry-status-wrap ul li:last-child::after{
	content: none;
}




.inquiry-head-in{
	margin: 30px auto;
}

/* 必須の赤文字 */
span.req-txt {
	color: #f00;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 0;
}
span.require {
	display: inline-block;
    font-weight: bold;
    padding: 0 10px 0 10px;
    border-radius: 6px;
    margin-right: 8px;
    margin-left: 8px;
    background: #2c930a;
    color: #fff;
	font-size: small;
}

/* 入力ボックス（全体・住所部分以外）レイアウト
----------------------------------------------------------------- */
.inquiry-contents {
	margin: 30px auto 0 auto;
	padding: 0 20px;
	width: 100%;
}

/* 個人情報テキスト部のWrap */
.inquiry-contents-sub {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}
.inquiry-contents dl {
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
}
.inquiry-contents dl dt {
	font-weight: bold;
	margin: 0;
	padding: 12px 20px 10px 0;
	vertical-align: middle;
	font-size: large;
}
.inquiry-contents dl dd {
	margin: 0;
	padding: 10px 0;
}

.error{
	padding:3px 0 3px 0;
	margin:0;
	text-size:12px;
	color:red;
}

/* 入力ボックス（住所部分入力）レイアウト
----------------------------------------------------------------- */
.address-box {
	margin: 0;
	width: 100%;
}
.address-box dl {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 100%;
}
.address-box dl dt {
	display: table-cell;
	font-weight: bold;
	margin: 0;
	padding: 12px 20px 10px 0;
	text-align: right;
	vertical-align: middle;
	width: 25%;
}
.address-box dl dd {
	display: table-cell;
	margin: 0;
	padding: 10px 0;
	vertical-align: middle;
	width: 75%;
}
.address-box dl:last-child {
	border-bottom: 0 !important;
}
.address-ttl,
.remarks-ttl {
	vertical-align: top !important;
	padding-top: 25px !important;
}
label.sub {
	font-weight: normal;
}

/* 入力ボックス等のスタイル設定
----------------------------------------------------------------- */
.inquiry-contents input[type="text"],
.inquiry-contents select,
.inquiry-contents textarea {
	background: #eaedf2;
	border: 1px solid #ddd !important;
	border-radius: 5px;
	flex: 1;
	font-size: 14px;
	line-height: 1.25em;
	outline: none;
	padding: 8px 5px;
	vertical-align: middle;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.inquiry-contents input[type="text"]:focus,
.inquiry-contents select:focus,
.inquiry-contents textarea:focus {
	background-color: #fff;
	border: 1px solid #0C8235 !important;
}
.inquiry-contents textarea {
	height: 80px;
}

/* 入力ボックスのサイズの調整
----------------------------------------------------------------- */
/* 都道府県のセレクトボックス */
.input_3_select {
	min-width: 135px;
	width: 30%;
}

/* 苗字・名前のインプットボックス */
.inquiry-contents input.name-sei,
.inquiry-contents input.name-mei {
	min-width: 120px;
	margin-right: 14px;
	width: 23%;
}

/* 郵便番号入力インプットボックス */
.inquiry-contents input.zip1 {
	min-width: 76px;
	width: 18%;
}
.inquiry-contents input.zip2 {
	min-width: 93px;
	width: 22%;
}

/* インプットボックス（コンテンツ幅いっぱい）*/
.inquiry-contents input.input-full,
.inquiry-contents textarea.input-full {
	width: 82%;
}

/* インプットボックス（一段下がった項目部分・横いっぱい）*/
.inquiry-contents input.input-full-sub {
	width: 75%;
}

/* インプットボックス（電話番号部） */
.inquiry-contents input.tel-box {
	min-width: 80px;
	width: 18%;
}

/*  個人情報保護に関する基本方針について部
-----------------------------------------------------------------*/
.main-body h2.inquiry-sub-ttl{
	background-color: inherit;
	border-bottom: 0;
	border-left: 0;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 !important;
	padding: 0;
	position: relative;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.main-body h2.inquiry-sub-ttl::before { content: none; }

.inq-border-txt {
	border: 1px solid #f00;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	width: 100%;
}

/* チェックボックスのスタイル（CSS3） ---------------------------*/
input[type="checkbox"] { display: none; }

label.p-chk {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 35px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}
label.p-chk::before,
label.p-chk::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
label.p-chk::before {
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -12px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
label.p-chk::after {
	opacity: 0;
	top: 50%;
	left: 4px;
	width: 14px;
	height: 6px;
	margin-top: -6px;
	border-left: 2px solid #f00;
	border-bottom: 2px solid #f00;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
label.p-chk:hover::before {
	border: 1px solid #666;
}
input[type="checkbox"]:checked + label::before {
	background: #fff;
	border: 1px solid #f00;
}
input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/* ラジオボタンスタイル ----------------------------------------------*/

/* 送信ボタンスタイル ----------------------------------------------*/
.submit-wrap {
	margin: 30px auto;
	text-align: center;
}
input[type="submit"],
input[type="button"] {
	background-color: #eaedf2;
	border: 1px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #488f65;
	padding: 10px 20px;
	-webkit-appearance: none;/* iPhone */
}
.submit-wrap a:link,
.submit-wrap a:visited,
.submit-wrap a:active,
.submit-wrap a:hover {
	color: #333;
	text-decoration: none;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #fff;
}







table.formTable {
	margin: 0 auto;
	width: 100%;
}
table.formTable th {
	min-width: 120px;
	width: 30%;
	/*font-size: large;*/
}

/* 個人情報同意チェックボックススタイル ----------------------------------------------*/
.ck {
    background-color: #EEEEEE;
    padding: 20px;
    margin: 40px 0 0 0;
	text-align: center;
}

input[type=checkbox] + .checkbox-icon {
	position: relative;
	vertical-align: middle;
}
input[type=checkbox] + .checkbox-icon:after {
	content: "";
	display:inline-block;
	width:20px;
	height:20px;
	background: url(/img/inquiry/bg_c01.png) no-repeat 0 0px;
	background-size:100%;
	position:absolute;
	top:0px;
	left:-30px;
}
input[type=checkbox]:checked + .checkbox-icon:after {
	content: "";
	display:inline-block;
	width:20px;
	height:20px;
	background: url(/img/inquiry/bg_c02.png) no-repeat 50% 0px;
	background-size:100%;
}

.contact-display {
    display: none;
}

/* google recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha-text{
	text-align: center;
	font-size: x-small !important;
	margin: 40px 0 !important;
}

/* --------------------------------------------------------------*/
/* 1024px以下の設定 */
/* ------------------------------------------------------------- */
@media only screen and (max-width : 1024px){
	
	/* 全体のWrapperの横幅の調整 */
	section.section-in {
	    margin-left: 20%;
    	padding-right: 10px;
	}
	
	/* インプットボックスの長さ調整 */
	.inquiry-contents input.input-full {
		width: 96%;
	}
	.inquiry-contents textarea.input-full {
		width: 96%;
	}
	.inquiry-contents input.input-full-sub {
		width: 95%;
	}
}

/* -------------------------------------------------------------*/
/* 767px以下の設定 */
/* ------------------------------------------------------------ */
@media only screen and (max-width : 767px){
	
	/* 全体のWrapperのレイアウト等の調整 */
	.main-conts {
		background-image: none; /* 背景画像を非表示 */
		padding: 20px 10px 0 10px;
	}
		/* 全体のWrapperのレイアウト等の調整 */
	#green.main-conts {
		background-image: none; /* 背景画像を非表示 */
		padding: 20px 10px 0 10px;
	}

	/* 全体のWrapperのレイアウト等の調整 */
	#blue.main-conts {
		background-image: none; /* 背景画像を非表示 */
		padding: 20px 10px 0 10px;
	}

	/* 全体のWrapperのレイアウト等の調整 */
	#brown.main-conts {
		background-image: none; /* 背景画像を非表示 */
		padding: 20px 10px 0 10px;
	}

	section.section-in {
		margin-left: 0;
		padding-right: 0;
	}
	section.section-in .article-body.inq {
	    padding: 0;
	}

/*  送信状況フロー表示部 767px以下
------------------------------------------------------------- */
	.inquiry-status-wrap ul li {
		font-size: 12px;
	}
	.inquiry-status-wrap ul li > span.box {
		padding: 15px 0 12px 10px;
	}
	.inquiry-status-wrap ul li:nth-child(2) > span.box,
	.inquiry-status-wrap ul li:nth-child(3) > span.box {
		padding: 15px 0 12px 25px;
	}
	.inquiry-status-wrap ul li span.en {
		font-size: 12px;
	}

/* 入力ボックス（全体・住所部分以外）レイアウト　767px以下
----------------------------------------------------------------- */
	.inquiry-contents {
		padding: 0;
	}
	.inquiry-contents-sub {
		padding: 0;
	}
	.inquiry-contents dl {
		border-bottom: 0px solid #ccc;
		display: block;
		table-layout: inherit;
	}
	#green.inquiry-contents dl dt {
		/* スマートフォンの場合の背景色 */
		/*background-color: #9BDC72;
		color: #FFF;*/
		display: block;
		padding: 5px 10px;
		text-align: left;
		width: 100%;
	}
	
	#blue.inquiry-contents dl dt {
		/* スマートフォンの場合の背景色 */
		display: block;
		padding: 5px 10px;
		text-align: left;
		width: 100%;
	}
	
	#brown.inquiry-contents dl dt {
		/* スマートフォンの場合の背景色 */
		background-color: ##473418;
		color: #FFF;
		display: block;
		padding: 5px 10px;
		text-align: left;
		width: 100%;
	}
	
	.inquiry-contents dl dd {
		display: block;
		width: 100%;
	}

/* 入力ボックス（住所部分）レイアウト 767px以下
----------------------------------------------------------------- */
	.address-box dl {
		display: block;
		table-layout: inherit;
	}
	.address-box dl dt {
		background-color: inherit;
		border: 0;
		display: block;
		color: #333;
		padding: 10px 0 2px 0;
		text-align: left;
		width: 100%;
	}
	.address-box dl dd {
		display: block;
		padding: 0;
		width: 100%;
	}
	.address-ttl,
	.remarks-ttl {
		vertical-align: top !important;
		padding-top: 5px !important;
	}
	
	#no-color.address-box dl {
		display: block;
		table-layout: inherit;
	}
	#no-color.address-box dl dt {
		background-color: inherit;
		border: 0;
		display: block;
		color: #333;
		padding: 10px 0 2px 0;
		text-align: left;
		width: 100%;
	}
	#no-color.address-box dl dd {
		display: block;
		padding: 0;
		width: 100%;
	}
	#no-color.address-ttl,
	#no-color.remarks-ttl {
		vertical-align: top !important;
		padding-top: 5px !important;
	}
	
/* 入力ボックスのサイズの調整　767px以下
----------------------------------------------------------------- */
	.inquiry-contents input.name-sei,
	.inquiry-contents input.name-mei {
		min-width: 105px;
		margin-right: 10px;
	}
	.inquiry-contents input.input-full,
	.inquiry-contents textarea.input-full {
		width: 100%;
	}
	.inquiry-contents input.input-full-sub {
		width: 100%;
	}
	
/* 個人情報保護に関する基本方針について部　767px以下
----------------------------------------------------------------- */
	.main-body h2.inquiry-sub-ttl{
		font-size: 18px;
		line-height: 1.25;
		padding-left: 0;
		text-align: left;
	}
	
}

/* -------------------------------------------------------------*/
/* 480px以下の設定 */
/* ------------------------------------------------------------ */
@media only screen and (max-width : 480px){

/* 送信ボタン
--------------------------------------------------------------- */	
	input[type="submit"],
	input[type="button"] {
		font-size: 14px;
		padding: 8px 14px;
	}

/* 送信確認
--------------------------------------------------------------- */	
	table.formTable {
		font-size: 12px;
	}
	table.formTable td,
	table.formTable th {
		padding: 8px 5px;	
	}
	table.formTable th {
		min-width: 70px;
		width: 25%;
	}
	
	

	


}



