@charset "utf-8";
/* CSS Document */

.inquiry .toiHeadBox {
	padding: 20px;
	text-align: center;
	background: #f0f6da;
}

.inquiry .toiHeadBox h3 {
	margin: 0 0 20px!important;
	font-size: 28px!important;
	color: #417038;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight: 700;
}

.inquiry .toiHeadBox span.glyphicon {
	font-size: 30px;
}
.inquiry .toiHeadBox span.call {
	margin: 0 0 0 5px;
	font-size: 38px;
	font-weight: 700;
	display: inline-block;
}
.inquiry .toiHeadBox span.call a {
	color: #000000;
}
.inquiry .toiHeadBox span.call a:hover {
	text-decoration: none;
	cursor: default;
}

.inquiry .row .toiHeadBox ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 80%;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
}
@media (max-width: 760px) {
	.inquiry .toiHeadBox ul {
		margin: 0 auto;
		list-style: none;
		width: 95%;
		-webkit-box-align:center;
		-moz-box-align:center;
		-webkit-align-items:center;
		-moz-align-items:center;
		align-items:center;
		-webkit-box-direction:normal;
		-moz-box-direction:normal;
		-webkit-box-orient:vertical;
		-moz-box-orient:vertical;
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}
@media (max-width: 450px) {
	.inquiry .toiHeadBox h3 {
		margin: 0 0 20px!important;
		font-size: 20px!important;
		color: #417038;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
		font-weight: 700;
	}

	.inquiry .toiHeadBox span.glyphicon {
		font-size: 24px;
	}
	.inquiry .toiHeadBox span.call {
		margin: 0 0 0 5px;
		font-size: 28px;
		font-weight: 700;
		display: inline-block;
	}
}


.inquiry form { margin-top: 30px; }

.hissu {
	margin-left: 20px;
	padding: 2px 10px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	background: #dc143c;
	display: inline-block;
	border-radius: 5px;
}


.inquiry table {
	margin-bottom: 40px;
	width: 100%;
	border-collapse: collapse;
}

.inquiry table tr { border-bottom: 1px solid #a8bf93; }
.inquiry table tr:last-child { border-bottom: none; }
.inquiry table th, table td {
	padding: 10px;
	text-align: left;
	box-sizing: border-box;
}
.inquiry table th {
	width: 30%;
	background: #f8fbf8;
}
.inquiry table td {
	width: 70%;
}

@media (max-width: 760px) {
	.inquiry table th, .inquiry table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.inquiry table td { padding-bottom: 20px; }
}

.inquiry table td span {
	color: #A9A9A9;
	font-size: 14px;
}
.inquiry table td span:before {
	content: "（例）";
	margin-right: 5px;
}

.sentBtn {
	margin: 0 auto;
	width: 95%;
	text-align: center;
}
.sentBtn input


/* formパーツスタイル */
input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"],
textarea {
	padding: 5px;
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #1abc9c;
}

input[type="text"] {
	margin-right: 0;
	width: 40%;
}
@media (max-width: 820px) {
	input[type="text"] {
		margin-right: 20px;
		width: 80%;
	}
}


input[type="text"].zip { width: 20%; }
input[type="text"].address { width: 90%; }
@media (max-width: 820px) {
	input[type="text"].zip {
		width: 80%;
	}
}

textarea {
	width: 90%;
}

input[type="image"] {
	max-width: 100%;
	width: auto;
}
input[type="image"]:hover { opacity: 0.6;}

/* ラジオボタン */
input[type="radio"] {
	display: none;
}
label.radio {
	margin-right: 20px;
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
label.radio::before,
label.radio::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
label.radio::before {
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-right: 3px;
	background: #f3f3f3;
	border: 1px solid #ccc;
}
label.radio:hover::before {
	background: #fff;
}
label.radio::after {
	opacity: 0;
	left: 3px;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	background: #32cd32;
	-webkit-transform: scale(2);
	transform: scale(2);
}
input[type="radio"]:checked + label.radio::before {
	background: #fff;
	border: 1px solid #32cd32;
}
input[type="radio"]:checked + label.radio::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/* セレクトボックス */
select, option {
	padding: 5px 10px;
}


/* チェックボックス */
input[type="checkbox"] {
	display: none;
}
label.check {
	margin-right: 20px;
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 22px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}
label.check::before,
label.check::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
label.check::before {
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 3px;
}
label.check::after {
	opacity: 0;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 4px;
	margin-top: -4px;
	border-left: 2px solid #32cd32;
	border-bottom: 2px solid #32cd32;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
label.check:hover::before {
	background: #fff;
}
input[type="checkbox"]:checked + label.check::before {
	background: #fff;
	border: 1px solid #32cd32;
}
input[type="checkbox"]:checked + label.check::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}


/* ボタン */
.formBtn { float: left; }
.btnBackBox { float: right;}


.inquiry .container h3 {
	margin: 0 0 20px!important;
	font-size: 28px!important;
	color: #417038;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight: 700;
}


.inquiry .row ul, .inquiry .row ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inquiry table td.select ul li {
	padding-right: 20px;
}


/* en02*/
body.en em {
    margin: 0 0 0 5px;
    padding: 0;
    color: #dc143c;
    font-weight: 600;
    display: inline-block;
    background: none;
    border-radius: 0;
}
body.en.inquiry table td span:before {
	content: "（ex）";
	margin-right: 5px;
}
