@charset "utf-8";
#beginner01,
#beginner02,
#beginner03 {
	margin-bottom: 10px;
}
#contents .main_text .section_inner {
    padding: 0 10px;	
}
#contents .section_inner {
    padding: 15px 10px 0;
}
/*  .main_text
----------------------------------------*/
.main_text {
	background: #F4F6F8 url(../img/bg-mainimage.jpg) no-repeat top right;
	background-size: cover;
	height: auto;
	padding: 10% 0;
}
.main_text .title {
	font-size: 18px;
	margin-bottom: 0;
}
/*  .reason_section
----------------------------------------*/
#contents .reason_section .common_inner {
	background: #ffffff none;
	padding-bottom: 10px;
}
#contents .reason_section .section_title {
	font-size: 18px;
	padding-top: 15px;
}
.reason_section .point {
	margin-top: 25px;
}
.reason_section .border {
	border:1px #E1DAD1 solid;
	padding: 10px;
	background: rgba(244,244,242,0.3);
}
.reason_section .txt {
	margin: 15px 0 10px;
}
.reason_section .txt img {
	height: 24px;
	width: auto;
}
/*  .flow_section
----------------------------------------*/
#contents .flow_section .section_title {
	padding-top: 30px;
	margin-bottom: 20px;
}
#contents .flow_section .txt_content {
	text-align: left;
}
.flow_section .main_title {
	border-top: 1px #E2E2DC solid;
	padding: 10px 0 15px;
	background: #ffffff url(../img/sp/bg-main_title.jpg) no-repeat center bottom;
	background-size: 100%;
	margin: 20px 0;
	font-size: 14px;
}
.flow_section .main_txt {
	font-size: 14px;
	margin-bottom: 20px;
}
.flow_section .list li {
	position: relative;
	margin-bottom: 5px;
	font-size: 12px;
	padding-left: 15px;
}
.flow_section .flow_area_sp {
  padding: 20px 0 0;
}
.flow_section .flow_area_sp li {
	margin-bottom: 20px;
	padding-bottom: 25px;
	background: url(../img/sp/ico-arrow.gif) no-repeat bottom center;
	background-size: 25px 21px;
}
.flow_section .flow_area_sp li:last-child {
	background: none;
	margin-bottom: 0;
}
.flow_section .flow_area_sp li .info_area {
	display: table;
	width: 100%;
}
.flow_section .flow_area_sp li .photo {
	width: 50%;
	border: 1px #E1DAD1 solid;
	padding: 3px;
	background: #ffffff;
	display: table-cell;
	vertical-align: middle;
}
.flow_section .flow_area_sp li dl {
	display: table-cell;
	vertical-align: middle;
	color: #998366;
	padding-left: 15px;
}
.flow_section .flow_area_sp li dl dt {
	font-size: 12px;
}
.flow_section .flow_area_sp li dl dt span {
	font-size: 18px;
}
.flow_section .flow_area_sp li dl dd {
	font-size: 18px;
}
.flow_section .flow_area_sp li p {
	font-size: 12px;
	margin-top: 15px;
}

/*  .faq_section
----------------------------------------*/
#contents .faq_section .section_inner {
	padding: 0;
}
#contents .faq_section .section_title {
	padding-top: 30px;
	margin-bottom: 30px;
}
.faq_section dl:last-child {
	padding-bottom: 0;
	border-bottom: 1px #9B8367 solid;
}
.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-left: 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;
}