@charset "utf-8";
#beginner01,
#beginner02,
#beginner03 {
	margin-top: -220px;
	padding-top: 220px;
	margin-bottom: 20px;
}

/*  .main_text
----------------------------------------*/
.main_text {
	background: url(../img/bg-mainimage.jpg) no-repeat top center;
	height: 291px;
	padding-top: 109px;
}
.main_text .title {
	color: #998366;
	font-size: 300%;
	margin-bottom: 13px;
	font-weight: normal;
}
.main_text p {
	color: #998366;
	font-size: 117%;
	line-height: 2.3;
}
/*  .anchor_section
----------------------------------------*/
.anchor_section {
	background: #ffffff;
	border-bottom: 1px #E1DBD2 solid;
	text-align: center;
	padding: 35px 0 20px;
}
.anchor_section li {
	display: inline-block;
}
.anchor_section li a {
	border-left: 1px #E1DBD2 solid;
	color: #947D5F;
	font-size: 150%;
	padding: 0 15px 0 26px;
	text-decoration: none;
	line-height: 1;
}
.anchor_section li:last-child a {
	border-right: 1px #E1DBD2 solid;
}
.anchor_section li a span {
	background: url(../img/bg-anchor.gif) no-repeat right center;
	padding-right: 22px;
}
.anchor_section li a:hover {
	opacity: 0.7;
	background: none;
	color: #947D5F;
}

/*  .reason_section
----------------------------------------*/
#contents .reason_section .common_inner {
	background: #ffffff url(../img/bg-reason.jpg) no-repeat right bottom;
	padding-bottom: 60px;
}
#contents .reason_section .section_title {
	color: #9B8367;
	font-size: 297%;
	padding-top: 30px;
}
.reason_section .point {
	border:1px #9B8367 solid;
	padding: 3px;
	text-align: center;
	margin-top: 55px;
}
.reason_section .border {
	border:1px #F6F4F1 solid;
	padding: 20px 10px;
	background: rgba(244,244,242,0.3);
}
.reason_section .txt {
	margin: 16px 0 10px;
}
/*  .flow_section
----------------------------------------*/
#contents .flow_section .section_title {
	padding-top: 83px;
	margin-bottom: 58px;
}
#contents .flow_section .txt_content {
	text-align: center;
}
.flow_section .main_title {
	background: #ffffff 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;
}
.flow_section .main_txt {
	font-size: 150%;
	margin-bottom: 30px;
}
.flow_section .list li {
	position: relative;
	margin-bottom: 15px;
	font-size: 117%;
	padding-left: 20px;
}
.flow_section .list li:after {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
	background: #9B8367;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow_section .flow_area {
	padding: 75px 0 40px;
}
.flow_section .flow_area li {
	margin-bottom: 20px;
	background: url(../img/ico-arrow.gif) no-repeat 38.4% bottom;
}
.flow_section .flow_area li .photo {
	float: left;
	width: 32.4%;
	border: 1px #E1DAD1 solid;
	padding: 3px;
	background: #ffffff;
}
.flow_section .flow_area li .photo img {
	width: 100%;
}
.flow_section .flow_area li dl {
	float: right;
	width: 63%;
	padding-bottom: 40px;
}
.flow_section .flow_area li:last-child {
	background: none;
}
.flow_section .flow_area li dl dt {
	font-size: 209%;
	color: #998366;
	margin-bottom: 8px;
	font-weight: normal;
}
.flow_section .flow_area li dl dt .step {
	font-size: 74%;
	padding-right: 10px;
}
.flow_section .flow_area li dl dt .title {
	background: url(../img/bg-title_flow.gif) no-repeat left center;
	padding-left: 15px;
	display: inline-block;
	margin-left: 15px;
}
.flow_section .flow_area li dl dd {
	font-size: 109%;
	line-height: 1.8;
}

/*  .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-left: 55px;
	margin-bottom: 70px;
	display: none;
}



