@charset "utf-8";
.mb15 {
  margin-bottom: 15px;
}
.mgb_none {
  margin-bottom: 0 !important;
}
.matome_ttl {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
/*ナビ5つの場合 開始↓*/
/* .fukidashi_list {
display: flex;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
} */
/*ナビ5つの場合 終了↑*/

.fukidashi_list {
  font-size: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
}
.fukidashi_list.mb70 {
  margin-bottom: 70px;
}
/*ナビ5つの場合 開始↓*/
/* .fukidashi_list li {
  width: 100%;
  transition: all 0.3s;
} */
/*ナビ5つの場合 終了↑*/

.fukidashi_list li {
  width: 20%;
  transition: all 0.3s;
  display: inline-block;
}
.fukidashi_list li:hover {
  background-color: #036eb8;
}
.fukidashi_list li.active {
  background-color: #036eb8;
}
.fukidashi_list li a {
  padding: 20px 5px;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.fukidashi_list li:hover span {
  color: #fff;
}

.fukidashi_list li a span {
  color: #036eb8;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.fukidashi_list li span.active {
  color: #fff;
}
.fukidashi_list li.active a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #036eb8 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 1;
}
.fukidashi_list li:hover a:after {
  top: 100%;
  /* bottom: -8px; */
  opacity: 1;
  transition: all 0.3s;
}
.fukidashi_list li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #036eb8 transparent transparent transparent;
  position: absolute;
  top: 100%;
  /* bottom: -8px; */
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.anchor_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.anchor_list li {
  font-weight: normal;
  font-size: 15px;
}
#faq_fuji .anchor_list li {
  width: 12.2%;
}
#faq_ski .anchor_list li:not(:last-child) {
  margin-right: 70px;
}
.anchor_list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.anchor_list a {
  display: inline-block;
  position: relative;
}
.anchor_list a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #92bfe0;
  position: absolute;
  top: 0.685em;
}
.anchor_list a span {
  padding-left: 18px;
}
#jizenjyunbi,
#bus,
#gogoume,
#tozan,
#yamagoya,
#gezan,
#nyuyoku,
#oufuku_bus,
#oufuku_jr,
#yado {
  padding-top: 60px;
}
.FaqBox .nav_ttl {
  color: #036eb8;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 7px;
}
.FaqBox .faq_conts {
  line-height: 1.6;
}
.FaqBox .faq_conts .mb15 {
  display: block;
  margin-bottom: 15px;
}
.FaqBox .faq_conts .font15 {
  font-size: 15px;
}
.FaqBox dl {
  width: 100%;
  padding-top: 23px;
  border-top: 1px solid #e6e6e6;
  line-height: 1.4;
}
.FaqBox dt,
.FaqBox dd {
  font-size: 14px;
  padding: 0 20px 0 44px;
  position: relative;
}
.FaqBox dt {
  color: #323940;
  font-weight: bold;
  margin-bottom: 11px;
}
.FaqBox dd {
  color: #000;
  font-weight: normal;
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e6e6e6;
}
.FaqBox dd a {
  color: #000;
  display: inline;
}
.FaqBox dt:before,
.FaqBox dd:before {
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, sans-serif;
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  margin-right: 20px;
  line-height: 1.7;
}
.FaqBox dt:before {
  content: "Q";
  color: #ffa830;
}
.FaqBox dd:before {
  content: "A";
  color: #036eb8;
}
.FaqBox dd .mini_list {
  width: 100%;
  padding: 0;
  margin: 14px 0;
}
.FaqBox dd .mini_list .table_mini {
  width: 100%;
  display: table;
}
.FaqBox dd .mini_list .table_mini dt,
.FaqBox dd .mini_list .table_mini dd {
  font-size: 14px;
  padding: 15px 0;
  display: table-cell;
  vertical-align: middle;
}
.FaqBox dd .mini_list .table_mini dt {
  text-align: center;
  font-weight: normal;
  width: 290px;
  background-color: #f2f2f2;
}
.FaqBox dd .mini_list .table_mini dd {
  color: #323940;
  text-align: left;
  font-weight: bold;
  width: calc(100% - 290px);
  padding-left: 20px;
  line-height: 1.7;
}
.FaqBox dd .mini_list .table_mini dt:before,
.FaqBox dd .mini_list .table_mini dd:before {
  display: none;
}
@media screen and (max-width: 1100px) {
  .fukidashi_list li a span {
    font-size: 13px;
  }
  .fukidashi_list li a {
    padding: 15px 2px;
  }
}
@media screen and (max-width: 1000px) {
  #faq_fuji .anchor_list li {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  /*ナビ5つの場合 開始↓↑*/
  /* .fukidashi_list {
    flex-wrap: wrap;
  } */
  /*ナビ5つの場合 終了↑*/

  .fukidashi_list li a {
    padding: 10px 2px;
  }
  /*ナビ5つの場合 開始↓↑*/
  /* .fukidashi_list li {
    width: calc(100% / 2);
  }
  .fukidashi_list li:nth-child(n + 3) {
    width: calc(100% / 3);
  }
  .fukidashi_list li.active a:after,
  .fukidashi_list li:hover a:after,
  .fukidashi_list li a:after {
    display: none;
  }*/
  /*ナビ5つの場合 終了↑*/

  .anchor_list li {
    font-size: 14px;
  }
  .anchor_list a:before {
    top: 0.555em;
  }
  .anchor_list a span {
    padding-left: 15px;
  }
  #faq_ski .anchor_list li:not(:last-child) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 880px) {
  #faq_ski .anchor_list li:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 850px) {
  .fukidashi_list.mb70 {
    margin-bottom: 40px;
  }
  .anchor_list {
    flex-wrap: wrap;
    justify-content: initial;
  }
  .anchor_list li {
    margin-bottom: 10px;
  }
  #faq_fuji .anchor_list li {
    width: 21%;
  }
  #jizenjyunbi,
  #bus,
  #gogoume,
  #tozan,
  #yamagoya,
  #gezan,
  #nyuyoku,
  #oufuku_bus,
  #oufuku_jr,
  #yado {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .matome_ttl {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .FaqBox dl {
    padding-top: 18px;
  }
  .FaqBox dt,
  .FaqBox dd {
    font-size: 13px;
    padding: 0 0 0 27px;
  }
  .FaqBox dt {
    margin-bottom: 9px;
  }
  .FaqBox dd {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .FaqBox dt:before,
  .FaqBox dd:before {
    font-size: 19px;
    margin-right: 0px;
    left: 0;
  }

  .FaqBox dd .mini_list .table_mini dt,
  .FaqBox dd .mini_list .table_mini dd {
    font-size: 13px;
    padding: 10px 0;
  }
  .FaqBox dd .mini_list .table_mini dt {
    width: 230px;
  }
  .FaqBox dd .mini_list .table_mini dd {
    width: calc(100% - 230px);
    padding-left: 15px;
  }
  .FaqBox .faq_conts .font15 {
    font-size: 14px;
  }
  .FaqBox .faq_conts .mb15 {
    margin-bottom: 10px;
  }
  .FaqBox .nav_ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .fukidashi_list.mb70 {
    margin-bottom: 30px;
  }
  /*ナビ5つの場合 開始↓*/
  /* .fukidashi_list {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
  .fukidashi_list li,
  .fukidashi_list li:nth-child(n + 3) {
    width: 100%;
  } */
  /*ナビ5つの場合 終了↑*/

  .fukidashi_list li a {
    padding: 10px 0;
  }

  .FaqBox dl {
    padding-top: 10px;
  }
  .FaqBox dt {
    margin-bottom: 7px;
  }
  .FaqBox dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .FaqBox dd .mini_list {
    margin: 10px 0;
  }
  .FaqBox dd .mini_list .table_mini dt {
    width: 100%;
    display: block;
  }
  .FaqBox dd .mini_list .table_mini dd {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-bottom: 0;
  }
  .FaqBox .nav_ttl {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 580px) {
  #faq_fuji .anchor_list li {
    width: 26%;
  }
}
@media screen and (max-width: 480px) {
  .anchor_list {
    margin: 0 auto;
    display: block;
  }
  #faq_fuji .anchor_list {
    max-width: 85px;
  }
  #faq_fuji .anchor_list li {
    width: 100%;
  }
  .anchor_list li {
    width: 100%;
    margin-bottom: 3px;
  }
  #faq_ski .anchor_list {
    max-width: 223px;
  }
}

@media screen and (max-width: 385px) {
}
