@charset "utf-8";
html, body {
	width: 100%;
}
a:hover img.hv {
	opacity: 0.8;
}
#wrapper {
	clear: both;
	width: 100%;
}
#header {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 40px 0px 40px;
	background: url(../img/mainimage.jpg) no-repeat center top;
	border-top: 10px solid #E96D24;
	border-bottom: 10px solid #E96D24;
	margin: 0px 0px 40px 0px;
}
#header p {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: bold;
}
.section {
	clear: both;
	overflow: hidden;
	width: 1000px;
	margin: 0px auto 20px;
}
.pickup {
	float: left;
	width: 320px;
	text-align: center;
	position: relative;
	margin: 0px 20px 20px 0px;
}
.fnone {
	margin: 0px 0px 0px 0px !important;
}
.pickup h2 {
	width: 100%;
	font-size: 44px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.1em;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 0 2px 2px #19BC03, 2px 0 2px #19BC03, 0 -2px 2px #19BC03, -2px 0 2px #19BC03, -2px -2px 2px #19BC03, 2px -2px 2px;
	position: absolute;
	top: 0px;
}
.pickup img {
	margin-top: 70px;
}
h3.h3_001 {
	clear: both;
	width: 100%;
	font-size: 36px;
	line-height: 1.4em;
	text-align: center;
}
h3.h3_001 span {
	font-size: 50px;
	font-weight: bold;
}
p.caps {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 13px;
}
#block01 {
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 30px 0px 30px 0px;
	border-top: 10px solid #E96D24;
}
#block01 h4 {
	font-size: 30px;
	font-weight: bold;
	color: #E96D24;
	margin: 0px 0px 10px 0px;
}
.thumbnail {
	float: right;
}
ol.num {
	float: left;
	width: 630px;
}
ol.num li {
	font-size: 26px;
	color: #000000;
	list-style-type: none;
	margin-bottom: 5px;
}
ol.num li span {
	font-size: 16px;
}
ol.num li:nth-child(1)::before {
	float: left;
	display: block;
	width: 34px;
	content: '1';
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.6em;
	text-align: center;
	border-radius: 50%;
	background-color: #E96D24;
	margin: 4px 10px 0px 0px;
}
ol.num li:nth-child(2)::before {
	float: left;
	display: block;
	width: 34px;
	content: '2';
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.6em;
	text-align: center;
	border-radius: 50%;
	background-color: #E96D24;
	margin: 4px 10px 0px 0px;
}
ol.num li:nth-child(3)::before {
	float: left;
	display: block;
	width: 34px;
	content: '3';
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.6em;
	text-align: center;
	border-radius: 50%;
	background-color: #E96D24;
	margin: 4px 10px 0px 0px;
}
ol.num li:nth-child(4)::before {
	float: left;
	display: block;
	width: 34px;
	content: '4';
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.6em;
	text-align: center;
	border-radius: 50%;
	background-color: #E96D24;
	margin: 4px 10px 0px 0px;
}
ol.num li:nth-child(5)::before {
	float: left;
	display: block;
	width: 34px;
	content: '5';
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.6em;
	text-align: center;
	border-radius: 50%;
	background-color: #E96D24;
	margin: 4px 10px 0px 0px;
}
ol.num li:nth-child(6)::before {
	float: left;
	display: block;
	width: 34px;
	content: '6';
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.6em;
	text-align: center;
	border-radius: 50%;
	background-color: #E96D24;
	margin: 4px 10px 0px 0px;
}
/*-----------------------------------------------------------------*/
.attention {
	clear: both;
	width: 1000px;
	padding: 20px;
	margin: 0px auto 35px;
	box-sizing: border-box;
	background: url(../img/bg_st.gif) repeat 0px 0px;
}
.attention p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	color: #000000;
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
#buttonbox {
	clear: both;
	width: 1000px;
	margin: 0px auto 40px;
}
#buttonbox li {
	float: left;
	width: 48%;
}
#buttonbox li:last-child {
	float: right;
}
a.button01 {
	display: block;
	width: 100%;
	font-size: 35px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background-color: #19BC03;
	border-style: none;
	box-shadow: 0px 5px 0px 0px #0F6A02;
	-moz-box-shadow: 0px 5px 0px 0px #0F6A02;
	-webkit-box-shadow: 0px 5px 0px 0px #0F6A02;
	border-radius: 5px 5px 5px 5px;
}
a.button01:hover {
	opacity: 0.7;
	text-decoration: none;
	cursor: pointer;
}
a.button02 {
	display: block;
	width: 100%;
	font-size: 35px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background-color: #B39631;
	border-style: none;
	box-shadow: 0px 5px 0px 0px #937B28;
	-moz-box-shadow: 0px 5px 0px 0px #937B28;
	-webkit-box-shadow: 0px 5px 0px 0px #937B28;
	border-radius: 5px 5px 5px 5px;
}
a.button02:hover {
	opacity: 0.7;
	text-decoration: none;
	cursor: pointer;
}

#block02 {
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 40px 0px;
	background: url(../img/bg_01.jpg) repeat-x top center;
	background-size: 100% auto;
	margin: 0px 0px 40px 0px;
}
#block03 {
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 50px 0px;
	background: url(../img/bg_02.jpg) repeat-x top center;
	background-size: 100% auto;
	margin: 0px 0px 40px 0px;
}

@media screen and (max-width: 1340px) {
#block02 {
	background-size: auto 100%;
}
#block03 {
	background-size: auto 100%;
}
}
.white_section {
	clear: both;
	width: 1000px;
	margin: 0px auto;
}
.white_section h3 {
	font-size: 36px;
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;
}
.white_section h3 span {
	font-size: 48px;
	font-weight: bold;
}
.white_section ul li {
	font-size: 26px;
	color: #FFFFFF;
	padding: 0px 0px 7px 46px;
	background: url(../img/ic_check.png) no-repeat 0px 7px;
}
/*-----------------------------------------------------------------*/

dl.accordion {
	margin-bottom: 20px;
}
dl.accordion dt {
	width: 100%;
	overflow: hidden;
	background: #F2F2F2;
	font-weight: bold;
	padding: 8px 20px 0px;
	box-sizing: border-box;
	font-size: 18px;
	cursor: pointer;
	position: relative;
}
dl.accordion dt span {
	width: 54px;
	float: left;
	margin: 0px 10px 0px 0px;
}
dl.accordion dt p {
	font-size: 20px;
	margin: 10px 0px 0px 0px;
}
dl.accordion dt:hover {
	opacity: 0.8;
}
dl.accordion dt:after {
	content: '∨';
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 26px;
	color: #DAC57A;
}
dl.accordion dt.active:after {
	content: '∧';
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 26px;
	color: #DAC57A;
}
dl.accordion dd {
	display: none;
	color: #000000;
	font-size: 15px;
	box-sizing: border-box;
	padding: 10px 20px 10px 80px;
}
h2#h2_001 {
	margin-bottom: 20px;
}
h2#h2_002 {
	width: 1000px;
	font-size: 38px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4em;
	margin: 0px auto;
}
/**/


#form {
	clear: both;
	width: 1000px;
	margin: 0px auto 50px;
}
#form p.desc {
	margin-bottom: 30px;
}
.red {
	color: #FF0000;
}
dl.form_dl {
	clear: both;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
}
dl.form_dl dt {
	float: left;
	width: 240px;
}
dl.form_dl dd {
	padding: 0px 0px 10px 260px;
}
dl.form_dl dd p.subcaps {
	font-size: 13px;
	color: #666666;
}
dl.form_dl dd ul li {
	float: left;
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
dl.form_dl dd ul li span {
	float: left;
	width: 120px;
}
dl.form_dl dd ul li label {
	float: left;
	width: 610px;
}
dl.form_dl dd label.list {
	display: block;
	width: 100%;
}
input.text01 {
	width: 98%;
	font-size: 16px;
	padding: 1px 4px;
	border: 1px solid #CFCFCF;
}
textarea {
	width: 98%;
	font-size: 16px;
	padding: 1px 4px;
	border: 1px solid #CFCFCF;
}
#formPolicy {
	clear: both;
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}
#formPolicy > .title {
	padding-top: 30px;
	padding-bottom: 15px;
}
#formPolicy > #formPolicyDetail {
	width: calc(100% - 20px);
	padding: 10px;
	height: 180px;
	overflow-y: scroll;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	font-size: 12px;
}
#formPolicy > .caution {
	padding: 20px 0;
}
#formButton {
	clear: both;
	text-align: center;
	margin-bottom: 60px;
}
#formButton > input#submit_btn {
	font-size: 18px;
	color: #fff;
	width: 380px;
	padding: 20px 0;
	background-color: #B19530;
	border-style: none;
	border-radius: 5px 5px 5px 5px;
}
#formButton > input#submit_btn:hover {
	opacity: 0.7;
	cursor: pointer;
}

#formButton > #msg_ok {
  display: none;
  text-align: center;
  color: #ff0000;
  font-weight: 700;
}
#formButton > #btn_ng {
  display: none;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  width: 380px;
  padding: 20px 0;
  background-color: #B19530;
  border-style: none;
  border-radius: 5px 5px 5px 5px;
}
#formButton > #btn_ng:hover {
  opacity: 0.7;
  text-decoration: none;
}
/**/

#footer {
	clear: both;
	width: 386px;
	margin: 0px auto;
}
#footer p.site {
	width: 350px;
	overflow: hidden;
	margin: 0px auto 40px;
}
#footer p.site img {
	float: left;
}
#footer p.site a {
	float: left;
	font-size: 12px;
	color: #000000;
	margin: 12px 0px 0px 20px;
}
#footer p#copyright {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #353535;
}
