@charset "utf-8";

#contents .section_title {
	color: #9B8367;
	font-size: 297%;
	padding-top: 30px;
	margin-bottom: 30px;
}
#contents .anchor_section .common_inner {
	padding-bottom: 0;
}
#contents .common_inner {
	padding-bottom: 40px;
}
/*  .contact_section
----------------------------------------*/
.contact_section .list {
	display: table;
	width: 100%;
	margin-top: 48px;
}
.contact_section .list li {
	background: url(../img/bg-list_off.gif) no-repeat left top;
	background-size: 100%;
	display: table-cell;
	vertical-align: middle;
	color: #555555;
	text-align: center;
	font-size: 135%;
	width: 33.33333%;
	padding: 12px 0;
}
.contact_section .list li.on {
	background: url(../img/bg-list_on.gif) no-repeat left top;
	background-size: 100%;
	color: #ffffff;
}
.contact_section .txt {
	font-size: 135%;
	margin: 30px 0 50px;
}

.contact_section .txt_s {
	font-size: 120%;
    margin: -35px 0 20px;
}

.contact_section .txt span {
	background: #FF8000;
	border-radius: 4px;
	color: #ffffff;
	padding: 0 8px;
	font-size: 79%;
	display: inline-block;
	margin-right: 5px;
}
.contact_section dl {
	display: table;
	width: 100%;
	font-size: 117%;
	border-bottom: 1px #E1DBD2 solid;
}
.contact_section dl.first {
	border-top: 1px #E1DBD2 solid;
}
.contact_section dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 27%;
	background: #F9F8F7;
	padding: 15px 20px;
}
.contact_section dl dt p.left{
	width: 68%;
    float: left;
}
.contact_section dl dt span {
	background: #FF8000;
	border-radius: 4px;
	color: #ffffff;
	padding: 0 8px;
	font-size: 92%;
	display: inline-block;
	float: right;
}
.contact_section dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 19px 0 19px 20px;
}
.contact_section dl dd.sex {
    padding: 8.5px 0 8.5px 20px;
}
.contact_section dl dd.special {
	padding: 19px 0 5px 20px;
}
.contact_section dl dd span {
	color:#999999;
	display: inline-block;
	padding-left: 20px;
	font-size: 92%;
}
.contact_section dl dd.radio span:first-child {
	padding-left: 0px !important;
}
.contact_section dl dd.sex span:nth-child(2n) {
	padding-left: 0px !important;
}
.contact_section dl dd.wish > span {
    padding-left: 0px !important;
    width: 25%;
    margin-left: 0px !important;
}
.contact_section dl dd span.block {
    display: block;
}
.contact_section dl dd p {
	margin-top: 10px;
}
select {
	border: 1px solid #E1DBD2;
	padding: 0 0 0 13px;
	width: 200px;
	height: 40px;
  outline: none;
	resize: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
}
.field01 {
  border: 1px solid #E1DBD2;
  padding: 0 10px;
  width: 440px;
	height: 40px;
  resize: none;
  outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
}
.field02 {
  border: 1px solid #E1DBD2;
  padding: 0 10px;
  width: 260px;
	height: 40px;
  resize: none;
  outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
}
textarea {
  border: 1px solid #E1DBD2;
  padding: 10px;
  width: 96%;
  height: 150px;
  resize: none;
  outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
}
.contact_section .note {
	text-align: center;
	display: table;
	line-height: 1;
	margin: 27px auto 0;
	font-size: 135%;
}
.contact_section label input {
	width: 15px;
	height: 15px;
}
.contact_section .note span{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.btn_send {
	margin: 30px auto 10px;
	width: 100%;
	text-align:center;
}
.btn_send .send {
	color: #9c8365;
	padding: 28px 0;	
	width: 40%;
	display:inline-block;
	margin: 0 15px;
	background: #fff;
	font-size: 200%;
	font-weight: normal;
	border: 1px solid #e1dbd2;
	cursor: pointer;
	background: url(../img/bg-arrow.png) no-repeat 92% center;
}
/*  .faq_section
----------------------------------------*/
#contents .faq_section .section_title {
	padding-top: 83px;
	margin-bottom: 58px;
}
.faq_section dl:last-child {
	padding-bottom: 50px;
}
.faq_section dl dt {
	font-size: 134%;
	border-bottom: 1px #9B8367 solid;
	padding: 0 10px 20px 20px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.faq_section dl dt p {
	background: url(../img/bg-q.gif) no-repeat left 5px;
	padding-left: 35px;
}
.faq_section dl dt:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  margin-top: -18px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq_section dl dt.current:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faq_section dl dd {
	font-size: 109%;
	background: url(../img/bg-a.gif) no-repeat 15px center;
	padding: 2px 0 2px 55px;
	margin-bottom: 70px;
	display: none;
}
.faq_section .main_title {
	background: url(../img/bg-main_title.jpg) no-repeat center bottom;
	padding-bottom: 23px;
	margin: 33px 0 20px;
	font-size: 175%;
	font-weight: normal;
	color: #9A8366;
	text-align: center;
}
.faq_section .specail {
	margin-top: 73px;
}






@media screen and (max-width: 1000px) {

.field01 {
  width: 60%;
}
.field02 {
  width: 260px;
}
textarea {
  width: 96%;
}
.contact_section dl dt {
	padding: 15px 10px;
	width: 31%;
}
.contact_section dl dd span {
	padding-left: 10px;
}
}