@charset "UTF-8";
/**********************************************

全体

**********************************************/
.main .article_h2 {
  padding: 11% 0 10%;
}

.main .article_h2 .sub {
  font-size: 3.8vw;

  margin-bottom: 6%;
}

.main .page_catch {
  font-size: 4.6vw;
}

/**********************************************

faq

**********************************************/
.main_faq h3.tit {
  margin: 9% 0 2%;
}

.main_faq .faq_box dd span {
  color: #db260e;
}

.main_faq .guest_box dt::before,
.main_faq .guest_box dd::before {
  content: none;
}

.main_faq .guest_box dt {
  padding-left: 11px;
}

/**********************************************

Access

**********************************************/
.main_access {
  text-align: center;
}

.main_access .article_h2 .catch_access {
  width: 67%;
  margin: 12% auto 5%;
}
.main_access .article_h2 .catch_access .page_catch {
  font-size: 5.9vw;

  padding-bottom: 5%;

  border-bottom: solid 2px;
}

.main_access .article_h2 .page_txt {
  font-size: 3.7vw;
  line-height: 1.9;
}
.main_access .article_h2 .page_txt span {
  font-size: 6vw;
}

.main_access .section_map {
  margin-bottom: 12%;
}
.main_access .section_map iframe {
  width: 85%;
  margin-bottom: 6%;

  border: none;
}

.main_access .section_map .btn a {
  font-size: 3.3vw;
  line-height: 300%;

  margin: 0 19%; 

  color: #fff;
  border: none;
  background-color: #151515;
}

.main_access .section_info {
  width: 85%;
  margin: 0 auto 15%;
}
.main_access .section_info .logo {
  width: 70%;
  margin: 0 auto 5%;
}
.main_access .section_info dl {
  margin-bottom: 3%;
}
.main_access .section_info dt {
  font-size: 4.5vw;

  margin-bottom: 2%;
}

/**********************************************

Item

**********************************************/
.main_item .anc_block {
  margin: 8% 12% 15%;
}
.main_item .anc_block li {
  font-size: 2vw;

  display: inline-block;

  width: 43%;
  margin-bottom: 8%; 

  text-align: center;
}
.main_item .anc_block li img {
  margin-bottom: 5%;
}
.main_item .anc_block .box_l {
  float: left;
}
.main_item .anc_block .box_r {
  float: right;
}
.main_item .anc_block .anc_arrow {
  width: 15%;
  margin: 6% auto 0;
}
.main_item .anc_block span {
  font-size: 4vw;
}

.main_item .section_contents {
  margin: -5% 7% 20%;
  padding-top: 5%;

  text-align: center;
}
.main_item .section_contents .unit {
  margin-bottom: 5%;
}

.main_item .section_contents .unit .ph {
  font-size: 6vw;
  line-height: 190%;
}

.main_item .section_contents .unit .tit {
  margin-bottom: 10%;
}
