@charset "utf-8";
html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	background:#fef3de url(../img/bk.jpg) center top no-repeat;
	background-size: 100% auto;
}

h1 {
	margin: 0 auto 30px;
	font-size: 3rem;
	font-weight: bold;
	color: #520;
}

h1 .ja {
	display: block;
	margin-bottom: 5px;
	font-size: 2rem;
}

h1 .en {
	display: block;
	margin-top: 5px;
	font-size: 1.5rem;
	color: #daa300;
}

input[type="radio"] {
	margin-right: 10px;
}

label {
	line-height: 1;
	vertical-align: middle;
}

.right {
	float: right;
}

.left {
	float: left;
}

/*@clearfix*/
.clearfix:after { content:" ";clear:both;display:block;height:0;visibility:hidden;font-size:0;line-height:0;overflow:hidden; }
.clearfix { display:inline-block;min-height: 1%; }
/*¥*/
* html .clearfix { height:1%; }
.clearfix { display:block;zoom: 1; }
/**/

#wrapper{
	position:relative;
	overflow:hidden;
	z-index:9999;
}

#header {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding-top: 13px;
}

.bottomImg {
	position: absolute;
	bottom: 134px; right: 0;
	background: url(../img/bk_bread.png) 0 0 no-repeat;
	width: 505px;
	height: 506px; z-index: 100;
}

#footer {
	background: url(../img/footer.png) 0 0 no-repeat;
	width: 100%
	height: 164px;
	background-size: cover; 
	text-align: left;
	color: #fff;
	position: relative;
	z-index: 9999;
	min-width: 1000px;
}

#footer #infooter {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 85.5%;
	padding-top: 66px;
}

#footer #infooter ul.left {
	padding-top: 69px;
}

#footer #infooter ul.left li {
	float: left;
	margin-right: 12px;
}

#footer #infooter ul.left li	a {
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding-left: 10px;
}

.submit_btn {
	width: 20em;
	padding: 12px 0;
	background: #cc9913;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 5px;
	letter-spacing: 0.1em;
	display: block;
	margin: 0 auto 30px;
	cursor: pointer;
}

.ten {
	padding-right: 8px;
	font-size: 80%;
	color: #cc9913;
}



/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
box
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.box {
	width: 800px;
	margin: 30px auto;
}

.q_box {
	padding: 10px 20px;
	background: #cc9913;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-sizing: border-box;
}

.a_box {
	margin-top: -30px;
	padding: 30px 40px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #cc9913;
	overflow: hidden;
	background: #fff;
}

.box ul {
	display: flex;
	flex-wrap: wrap;
}

.box li {
	width: 50%;
	height: 2.5em;
	list-style: none;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
answer_box
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.answer_wrap h2 {
	font-size: 1.5rem;
}

.answer_wrap h2 span {
	display: inline-block;
	padding-bottom: 2px;
	font-size: 1.2rem;
}

.answer_box {
	width: 800px;
	margin: 30px auto;
	margin-top: -30px;
	padding: 30px 40px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #cc9913;
	overflow: hidden;
	background: #fff;
}

.center {
	text-align: center;
}

.attention_box {
	text-align: center;
}

.attention_box p+p {
	margin-top: 10px;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contact_box
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.contact_box {
	width: 800px;
	margin: 100px auto 50px;
}

.contact_box .contact_body {
	padding: 30px 40px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	border: 1px solid #cc9913;
	background: #fff;
}

.contact_box h2 {
	padding: 10px 20px;
	background: #cc9913;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.contact_box .address {
	margin-bottom: 15px;
}

.hosoku {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.2rem;
}

.remarks p+p {
	margin-top: 5px;
}

.remarks ul {
	padding-left: 2em;
	font-size: 1.2rem;
	margin-top: 3px;
}

.remarks ul li {
	position: relative;
	font-size: 1.2rem;
}

.remarks ul li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background: #222;
	display: block;
	top: 8px;
	left: -10px;
	border-radius: 50%;
}