@charset "UTF-8";

table.mailform {
	/* width: 550px; */
	text-align: left;
	/* margin: 0 3rem; */
}

table.mailform caption {
	font-size: 75%;
	/* padding: 0 0 10px; */
}

table.mailform caption span {
	color: #007900;
	padding: 0 5px 0 0;
}

table.mailform th {
	/* width: 150px; */
	text-align: left;
	/* padding: 8px 0 0; */
}

table.mailform th span {
	color: #007900;
	padding: 0 0 0 5px;
}


/* table.mailform td {
	padding: 7px 0 0;
} */

table.mailform th.spc,
table.mailform td.spc {
	padding: 0 0 20px 5px;
}

table.mailform td.line {
	border-top: solid 1px #B5B380;
}

table.mailform td p {
	padding: 7px 0 0;
}

table.mailform input.inp {
	/* border: solid 1px #B5B380; */
	/* width: 390px; */
	border-radius: 5px;
}

table.mailform input.inp2 {
	border: solid 1px #B5B380;
	width: 100px;
	border-radius: 5px;
}

table.mailform select {
	border: solid 1px #B5B380;
	width: 200px;
	margin: 0 0 10px;
}

table.mailform textarea {
	width: 390px;
	height: 60px;
	/* border: solid 1px #B5B380; */
	border-radius: 5px;
}


div#mfp_buttons {
	/* width: 550px; */
	/* margin: 20px auto 0; */
	margin: 3rem auto 0;
	padding: 0;
	/* text-align: right; */
	text-align: center;
}

div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div#mailfrom_hidden_object input {
	margin: 10px;
}

div#mfp_closed {
	display: none;
}

div.mfp_disp {
	display: none;
}

div#input_time_disp {
	padding: 10px;
}

div#expires_time_disp {
	padding: 10px;
	text-align: center;
}

div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}

div#limit_disp {
	padding: 10px;
	text-align: center;
}

div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}

div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
}

div#mfp_buttons ul {
	width: 360px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

div#mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}

input#button_mfp_goconfirm {
	width: 166px;
	height: 39px;
	overflow: hidden;
	/* background-color: #000; */
	/* background-image: url(../images/mfp_goconfirm.gif); */
	border: none;
	border-style: none;
	cursor: pointer;
}

.confirm_over {
	background-image: url(../../inquiy/images/mfp_confirm_over.gif);
}

.confirm_out {
	background-image: url(../images/mfp_confirm.gif);
}


ul.confirm_layer {
	width: 560px;
	padding: 0px;
	margin: 0px;
}

ul.confirm_layer li {
	width: 560px;
	list-style: none;
	/* float: left; */
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

li.confirm_middle {
	/* background-image: url(../images/mfp_table_background.png); */
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_background.png', sizingMethod='scale');
}

li.confirm_top {
	height: 33px;
	background-image: url(../images/mfp_table_top.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_top.png', sizingMethod='scale');
}

li.confirm_bottom {
	height: 33px;
	background-image: url(../images/mfp_table_bottom.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_bottom.png', sizingMethod='scale');
}

div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div#disabled_submit input {
	margin: 10px;
}

table.infield {
	width: 500px;
	margin: 0px auto;
	padding: 10px 0;
}

table.infield tr th {
	padding: 5px 15px;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	color: #000;
}

table.infield tr td {
	padding: 5px 15px;
	font-size: 14px;
	color: #000;
	text-align: left;
}

/* .mfp_color {
	background-color: #EBEBEB;
} */

div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed !important;
	position
	/**/
	: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(document.documentElement && document.documentElement.scrollTop || document.body && body.scrollTop || 0 + 0 + 'px');
}

div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}

div#confirmBody h2 {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	/* height: 33px; */
	/* padding-top: 10px; */
}

div.buttons {
	margin: 0px auto 0px auto;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}

img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}


/*-----------レスポンシブ追加-------------*/
#formArea .formArea_topbox {
	position: relative;
}

#formArea .formArea_topbox::before {
	content: "";
	position: absolute;
	display: block;
	width: 23%;
	height: 100%;
	background-image: url(../../img/topArea_first.jpg);
	background-size: cover;
	right: 0;
}

/* #formArea .formArea_topbox.inner{
	padding-right: 0;
} */

#formArea .formArea_top {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#formArea .formArea_toptitle {
	font-size: 2.3rem;
	color: #00744d;
	margin-bottom: 1rem;
}

#formArea .formArea_toptext {
	font-size: 1.3rem;
}

#formWrap {
	background-color: #f1f1f0;
}

#formInner {
	padding: 3rem 1rem;
}

#formInner .form_Caution_Title {
	color: #00744d;
	font-size: 1.2rem;
}

#ruleBox {
	margin: 1rem 0;
}

#formInner .cBtn {
	font-size: 1rem;
	text-align: center;
	font-weight: 500;
}

#inputArea.inner {
	padding: 3rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#mailform {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#inputArea .mailform {
	width: 100%;
	max-width: 940px;
}

#inputArea .mailform caption,
#inputArea .mailform th {
	font-size: 1rem;
}

#inputArea .mailform caption {
	border-bottom: 2px solid #00744d;
	margin-bottom: 1rem;
}

#inputArea .mailform span.asterisk {
	color: #ff0000;
}

#inputArea .mailform span.asterisk.off {
	display: none;
}

#inputArea .mailform th,
#inputArea .mailform td {
	padding: 1rem 0;
}

#inputArea .mailform th {
	padding-left: 1rem;
	vertical-align: middle;
	padding-right: 1rem;
}

#inputArea .mailform td {
	padding-right: 1rem;
}

#inputArea .mailform td input {
	width: 100%;
	min-height: 3rem;
	border: solid 1px #a0a0a0;
	font-size: 1rem;
}

#inputArea .mailform td textarea {
	width: 100%;
	min-height: 100px;
	font-size: 1rem;
}

#inputArea .mailform .btns_radio input,
#inputArea .mailform .btns_radio_flex input {
	width: auto;
	min-height: auto;
}

#inputArea .mailform .btns_radio label {
	margin-right: 1rem;
	font-size: 0.9rem;
}

#inputArea .mailform #block,
#inputArea .mailform #block2,
#inputArea .mailform #block3 {
	font-size: 0.9rem;
}

#block input,
#block3 input {
	max-width: 15%;
	text-align: center;
}

#block .btns_radio_flex label {
	margin-right: 0.5rem;
}

#inputArea .mailform td .question {
	font-size: 1rem;
}

#mfp_buttons p {
	font-size: 1.2rem;
}

input#button_mfp_goconfirm {
	width: auto;
	height: auto;
	padding: 0.8rem 2rem;
	background-color: #00744d;
	color: #fff;
	border-radius: 5px;
	transition: .2s;
}

input#button_mfp_goconfirm:hover {
	background-color: #479d80;
}

#addArea {
	background-color: #f1f1f0;
	padding: 3rem 0;
}

#addArea .addArea_Topic {
	font-size: 1rem;
}

#addArea .addArea_Contents dt {
	font-size: 0.9rem;
}

#addArea .addArea_madoguchi {
	margin-top: 2rem;
	font-size: 1rem;
}

#addArea .addArea_Contact {
	font-size: 1rem;
	font-weight: 500;
	line-height: 31px;
}

#addArea .addArea_Contact span {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0;
}

#addArea .addArea_Contact span a {
	color: #000;
	text-decoration: none;
}

@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*-----------thanks.html------------*/
#formBox #thankBox {
	width: 600px;
}

#formBox #thankBox p {
	display: block;
}

/*-----------確認画面------------*/
ul.confirm_layer {
	display: inline-block;
	margin: 1.5rem 0;
	/* width: 100%; */
}

/* .confirm_layer .confirm_middle{
	width: auto;
} */

.confirm_layer .confirm_middle tbody {
	word-break: break-word;
}

.confirm_layer .confirm_middle .infield {
	width: auto;
	min-width: 500px;
}

.confirm_layer .confirm_middle tbody {
	display: inline-block;
	background-color: #fff;
	padding: 1rem;
	width: 100%;
	border-radius: 10px;
}

.confirm_layer .confirm_middle tbody tr {
	width: 100%;
	/* display: block; */
}

.confirm_layer .confirm_middle tbody tr:nth-child(odd) {
	background-color: #EDEDED;
}

.confirm_layer .confirm_middle tbody th {
	width: 40%;
}

.confirm_layer .confirm_middle tbody td {
	width: 60%;
}

#confirmBody * {
	box-sizing: border-box;
}

#confirmBody h2 {
	padding-top: 3rem;
	font-size: 1.5rem;
}

#confirmBody .buttons {
	margin-bottom: 1rem;
}

#confirmBody .buttons input {
	border: none;
	padding: 0.5rem 2rem;
	border-radius: 5px;
	color: #fff;
	font-size: 1.1rem;
	transition: .2s;
}

#confirmBody .buttons input:hover {
	cursor: pointer;
}

#confirmBody .buttons input:first-child {
	background-color: #909090;
	margin-right: 2rem;
}

#confirmBody .buttons input:first-child:hover {
	background-color: #c9c9c9;
}

#confirmBody .buttons input:last-child {
	background-color: #16953c;
}

#confirmBody .buttons input:last-child:hover {
	background-color: #31b157;
}

/*------------完了画面--------------*/
#formBox #thankBox {
	width: 100%;
	margin: 1rem;
	font-size: 1.2rem;
}

#thankBox h3 {
	font-size: 1.3rem;
	line-height: 31px;
}

#thankBox p {
	margin: 2rem 0 0.5rem;
}

#thankBox dl {
	margin-top: 1rem;
}



/*------------タブレット表示------------------*/
@media only screen and (max-width: 991px) {
	#formArea .formArea_toptitle {
		font-size: 2.1rem;
	}

	#formArea .formArea_topbox::before {
		right: 0;
	}

	#formArea .formArea_toptext {
		font-size: 1.2rem;
	}

	#formArea .tablet_br {
		display: inline-block;
	}

	#ruleBox {
		height: 200px;
	}
}

/*-----------スマホ表示-------------*/
@media only screen and (max-width: 767px) {
	#formArea .formArea_top {
		height: 175px;
	}

	#formArea .formArea_topbox::before {
		background-image: none;
	}

	#formArea .formArea_toptitle {
		font-size: 1.8rem;
	}

	#formArea .formArea_toptext {
		font-size: 1rem;
	}

	#formInner.inner {
		padding: 3rem 1rem 2.5rem;
	}

	#formInner .form_Caution_Title {
		font-size: 1.1rem;
	}

	#formBox p.cBtn {
		font-size: 0.9rem;
	}

	#inputArea .mailform caption {
		margin-bottom: 2rem;
	}

	#inputArea .mailform th,
	#inputArea .mailform td {
		display: inline-block;
		width: 100%;
	}

	#inputArea .mailform th {
		padding: 0;
	}

	#inputArea .mailform td {
		padding: 0.5rem 0 1rem;
	}

	#inputArea .mailform .btns_radio label {
		display: block;
		margin-bottom: 0.5rem;
	}

	#block .btns_radio_flex,
	#block3 .btns_radio_flex {
		margin-bottom: 1rem;
	}

	#block .btns_radio_flex label,
	#block2 .btns_radio_flex label,
	#block3 .btns_radio_flex label {
		display: block;
		margin-bottom: 0.5rem;
	}

	#block input,
	#block3 input {
		max-width: 27%;
	}

	#inputArea .mailform #block>p:first-of-type,
	#inputArea .mailform #block2>p:first-of-type,
	#inputArea .mailform #block3>p:first-of-type {
		margin-bottom: 1rem;
	}

	#addArea {
		margin-top: 0;
		padding-bottom: 1rem;
	}

	#addArea .addArea_Contact {
		line-height: 23px;
	}

	#addArea .addArea_madoguchi {
		margin-bottom: 0.5rem;
	}

	#addArea .addArea_Contact span {
		display: block;
		margin-top: 0.5rem;
		font-size: 1.7rem;
	}

	/*------------完了画面--------------*/
	#formBox #thankBox {
		width: 100%;
		margin: 1rem 0;
	}

	#thankBox h3 {
		font-size: 1.1rem;
		line-height: 21px;
	}

	#formArea.thanks .formArea_top {
		grid-template-columns: 35% 65%;
		grid-template-rows: 85% 15%;
	}

	#formArea.thanks #formInner {
		padding: 2rem 1rem 2rem;
	}

	#thankBox dl {
		margin-top: 1rem;
	}

	#thankBox dd {
		padding-left: 1rem;
		margin: 0 0 1rem;
	}

	/*-----------確認画面------------*/
	#confirmBody h2 {
		padding-top: 2rem;
		height: auto;
	}

	#confirmBody .buttons input {
		padding: 0.5rem 1rem;
	}

	ul.confirm_layer {
		width: 100%;
	}

	ul.confirm_layer li {
		width: 100%;
	}

	.confirm_layer .confirm_middle .infield {
		min-width: auto;
		width: 100%;
		max-width: 350px;
	}

	.confirm_layer .confirm_middle tbody {
		word-break: break-word;
	}
}

/* tr.introObj{
	display: none;
} */