@charset "utf-8";

#contents .section_title {
	font-size: 18px;
	padding-top: 15px;
}
#contents .common_inner {
	padding: 10px 0;
}
#contents .section_inner {
	padding: 0;
}
/*  .contact_section
----------------------------------------*/
.contact_section .list {
	display: table;
	padding: 0 10px;
	margin: 0;
}
.contact_section .list li {
	background: url(../img/sp/bg-list_off.gif) no-repeat left top;
	background-size: 100% 40px;
	font-size: 12px;
	width: 33.33333%;
	padding: 12px 0;
}
.contact_section .list li.on {
	background: url(../img/sp/bg-list_on.gif) no-repeat left top;
	background-size: 100% 40px;
	color: #ffffff;
}
.contact_section .list li:last-child {
	background: url(../img/sp/bg-list_last.gif) no-repeat left top;
	background-size: 100% 40px;
}
.contact_section .txt {
	font-size: 12px;
	margin: 10px;
}
.contact_section .txt_s {
	font-size: 12px;
	margin: 10px;
}
.contact_section .txt span {
	background: #FF8000;
	border-radius: 4px;
	color: #ffffff;
	padding: 2px 10px;
	font-size: 10px;
	display: inline-block;
	margin-right: 5px;
}
.contact_section dl {
	display: block;
	width: 100%;
	font-size: 12px;
	border-bottom: 1px #E1DBD2 solid;
}
.contact_section dl.first {
	border-top: 1px #E1DBD2 solid;
}
.contact_section dl.first dd.radio span {
    width: 35%;
}
.contact_section dl dd.sex span {
    width: 35% !important;
}
.contact_section dl dd.sex span:first-child {
    width: 100% !important;
}
.contact_section dl dt {
	display: block;
	width: 100%;
	background: #F2F1EF;
	padding: 10px;
}
.contact_section dl dt.name {
    height: 40px;
}
.contact_section dl dt span {
	background: #FF8000;
	border-radius: 4px;
	color: #ffffff;
	padding: 0 8px;
	font-size: 10px;
	display: inline-block;
	margin-right: 0;
	float: right;
}
.contact_section dl dd {
	display: block;
	width: 100%;
	padding: 10px;
}   
.contact_section dl dd.radio ,
.contact_section dl dd.wish {
	padding: 8.5px 0 8.5px 20px;
}
.contact_section dl dd.radio span {
	padding-left: 0px !important;
	margin-left: 0px !important;
	width:100%;
}
.contact_section dl dd.wish span {
    width: 100%;
}
.contact_section dl dd.special {
	padding: 10px;
}
.contact_section dl dd span {
	color:#999999;
	display: inline-block;
	padding-left: 20px;
	font-size: 92%;
}
.contact_section dl dd p {
	margin-top: 10px;
}
select {
	padding: 5px;
	width: 100%;
}
.field01 {
	padding: 5px;
	width: 100%;
}
.field02 {
	padding: 5px;
	width: 100%;
}
textarea {
	padding: 0;
	width: 100%;
}
.contact_section .note {
	text-align: center;
	display: table;
	line-height: 1;
	margin: 27px auto 20px;
	font-size: 12px;
}
.contact_section label input {
	width: 15px;
	height: 15px;
}
.contact_section .note span{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.btn_send {	
    padding: 0 10px;
    margin: 0 auto;
}
.btn_send .send {	
    width: 100%;
    padding: 18px 0;
    font-size: 16px;
    background-size: 10px 18px;
    margin: 0 0 10px 0;
}
/*  .faq_section
----------------------------------------*/
#contents .faq_section .section_inner {
	padding: 0;
}
#contents .faq_section .common_inner {
	padding: 10px 0 0;
}
#contents .faq_area {
	border-bottom: 1px #9B8367 solid;
}
#contents .faq_section .section_title {
	padding-top: 30px;
	margin-bottom: 30px;
}
.faq_section .section_inner dl:last-child {
	padding-bottom: 0;
}
.faq_section dl {
	border-top: 1px #9B8367 solid;
	margin-bottom: 15px;
	padding-top: 15px;
}
.faq_section dl dt {
	font-size: 12px;
	border-bottom: none;
	padding: 0 10px;
	position: relative;
	cursor: pointer;
	margin-bottom: 15px;
}
.faq_section dl dt p {
	background: url(../img/bg-q.gif) no-repeat left 5px;
	background-size: 13px;
	padding: 0 18px;
}
.faq_section dl dt:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -10px;
  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: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faq_section dl dd {
	font-size: 12px;
	background: url(../img/bg-a.gif) no-repeat 10px 3px;
	background-size: 13px;
	padding: 0 28px 0 28px;
	margin-bottom: 30px;
	display: none;
}
.faq_section .main_title {
	padding: 0;
	background: none;
	background-size: 100%;
	margin: 10px 0;
	font-size: 14px;
}
.faq_section .specail {
	margin-top: 30px;
}