@charset "utf-8";
/* CSS Document */

#wrapper {
  padding: 116px 0 0;
}
.secondaryNavArea {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 210;
}
.mainArea {
  width: 100%;
  height: 340px;
  background-image: url(../../common/images/bg_main.jpg);
  background-size: cover;
  background-position: center center;
}
.mainBlock {
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/main.jpg);
}
.mainBox {
  width: 1000px;
  height: 340px;
  margin: 0 auto;
  position: relative;
}
.mainBox h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 154px;
  height: 154px;
  padding: 87px 0 10px;
  background-repeat: no-repeat;
  background-image: url(../../common/images/bg_h1.png);
  background-position: center 93px;
  color: #FFF;
  font-family: "hannari";
  font-size: 262%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  line-height: 1em;
}
.contents_bg {
  background-image: url(../../common/images/bg01.jpg);
}
.contents_bw {
}
.contents_bg .contentsBlock {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-image: url(../../common/images/bg_ttl01.png);
  background-position: 620px -10px;
}
.contents_bw .contentsBlock {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-image: url(../../common/images/bg_ttl03.png);
  background-position: 620px -10px;
}
.contentsBlock h2 {
  font-family: "hannari";
  font-size: 300%;
  text-align: center;
  line-height: 0.7em;
  padding: 0 0 20px;
}
.hen {
  font-size: 13px;
}
.subttl {
  font-size: 30px;
}



.faqBox {
}
.faqBox p {
  line-height:1.6em;
}
.accordion {
  margin: 20px 0 0;
}
.accordion_head {
  cursor: pointer;
}
.text_q {
  background: #F1E7D0 url(../images/icn_qa.jpg) no-repeat 98% 50%;
  border: 1px solid #D5B864;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
}
.text_a {
  background: #E5D7B4 none repeat scroll 0 0;
  border-left: 1px solid #D5B864;
  border-right: 1px solid #D5B864;
  border-bottom: 1px solid #D5B864;
  padding: 10px 15px;
  overflow: hidden;
}
.text_a p {
  float: left;
}
.qa_right {
  float: right;
}
.qa_right img {
  border: 5px solid #fff;
}
