@charset "UTF-8";

.contact_area {
	width: 800px;
	margin: 70px auto 100px;
	border: 1px solid #B3B3B3;
	border-radius: 20px;
	padding: 40px 50px;
}

.contact_area > h4 {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px solid #B3B3B3;
	padding: 0px 10px 18px;
	text-align: center;
	margin-bottom: 20px;
}

.contact_area ul {
	width: 550px;
	margin: 35px auto 25px;
}

.contact_area ul > li {
	text-align: left;
	padding: 1px 10px 3px 30px;
	font-size: 15px;
	margin-bottom: 3px;
}

.contact_area ul > li:first-child {
	background-image: url("../images/order/icon_01.png");
	background-position: left 3px;
	background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.contact_area ul > li:first-child {
		background-image: url("../images/order/icon_01@2x.png");
		background-size: 24px 25px;
	}
}

.contact_area ul > li:last-child {
	background-image: url("../images/order/icon_02.png");
	background-position: left 3px;
	background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.contact_area ul > li:last-child {
		background-image: url("../images/order/icon_02@2x.png");
		background-size: 24px 25px;
	}
}



/***   ***/


.form_box dt {
	float: left;
	width: 27%;
	padding: 3px 2px 3px 15px;
	clear: left;
	color: #000;
	font-weight: 900;
	font-size: 16px;
	letter-spacing: -0.05em;
	text-align: center;
	background-color: #FFF39F;
	border-radius: 5px;
}


.form_box dd {
	margin-left: 29%;
	margin-bottom: 15px;
}

.soushin {
	margin-top: 10px;
	text-align: center;
}

.submit_a {
	border-radius: 30px;
	width: 260px;
	padding: 10px;
	background-color: #006DBC;
	color: #fff;
	font-size: 22px;
	box-shadow: 2px 4px 1px #1B1464;
	font-weight: 700;
	position: relative;
}


.form_box dt span {
	color: #FF0000;
	font-size: 12px;
	padding: 1px 4px;
	margin-right: 5px;
	right: 5px;
	top: 3px;
}




.form_box input,
.form_box textarea {
	border: 1px solid #B3B3B3;
	padding: 3px 10px 3px;
	border-radius: 5px;
	font-size: 15px;
}

.type_01 {
	width: 67%;
}

.type_02 {
	width: 100%;
}

.file input {
	border: 0;
	padding: 3px 0;
	width: 100% !important;
}


.cont_form_btn input[type="submit"] {
	width: 299px;
	height: 41px;
	background: url("../images/common/btn_01.png") left top no-repeat;
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	color: #fff;
}

.cont_form_btn input[type="submit"]:hover {
	opacity: 0.8;
}








/**** よくある質問
*******************************************/
.faq_box {
	width: 810px;
	margin: 0 auto;
}

.faq_box > dd,
.faq_box > dt {
	line-height: 1.9em;
	margin-left: 110px;
	margin-bottom: 32px;
	position: relative;
}

.faq_box > dd {
	margin-bottom: 90px;
	padding-bottom: 33px;
	font-size: 16px;
}

.faq_box > dd:after {
	content: "";
	position: absolute;
	width: 113%;
	height: 1px;
	bottom: -68px;
	left: -110px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #B3B3B3;
}

.faq_box > dt > span {
	font-size: 20px;
	font-weight: 900;
	background-color: #FFF391;
	padding: 17px;
	line-height: 1.3em;
	display: block;
	color: #000;
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
}

.faq_box > dt:before {
	content: "";
	position: absolute;
	background-image: url("../images/contact/qa_q.png");
	width: 80px;
	height: 70px;
	left: -105px;
}

.faq_box > dd:before {
	content: "";
	position: absolute;
	background-image: url("../images/contact/qa_a.png");
	width: 80px;
	height: 70px;
	left: -105px;
}

.faq_box .btn_01 {
	margin-top: 30px;
}

.faq_box .btn_01 a {
	margin-left: 0;
	margin-right: auto;
}





/**** 特定商取引法に基づく表記
*******************************************/
.rule .top_cont {
	margin-bottom: 45px;
}

.rule .table_01 {
	width: 100% !important;
	margin-bottom: 100px;
}

.rule .table_01 th {
	width: 240px;
}

.rule .table_01 a {
	font-weight: bold;
}

.rule_box {
	border: 1px solid #C7B299;
	padding: 40px 50px;
}

.rule_box > h4 {
	font-weight: bold;
	margin-bottom: 25px;
}

.rule_box hr {
	margin: 40px 0;
	width: 480px;
	border-top: 1px dashed #000;
	color: #000;
	text-align: left;
}

.rule_box p {
	margin-bottom: 30px;
}

.rule_box p span {
	font-weight: bold;
	display: block;
}
