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

/******************************************************************************
ナビゲーション
******************************************************************************/
.o-nav__list {
  margin: 0 auto;
}
.o-nav__list__item {
  box-sizing: border-box;
  width: 16.6666666667%;
}
.o-nav__list__item a {
  align-items: center;
  box-sizing: border-box;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 1.125em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  justify-content: center;
  line-height: 1.389em;
  padding: 0.639em;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1070px) and (min-width: 768px) {
  .o-nav__list__item {
    box-sizing: border-box;
    width: 33.33%;
  }
  .o-nav__list__item {
    border-bottom: solid 1px #ccc;
  }
  .o-nav__list__item:nth-child(3n) {
    border-right: solid 1px #ccc;
  }
  .l-header__speechBalloon {
    top: 0;
  }
}

@media screen and (max-width: 798px) {
  .o-nav__list__item {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
  }
  .o-nav__list__item a {
    padding-right: 0;
  }
  .o-nav__list__item a::after {
    display: none;
  }
  .burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    z-index: 3;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .bar {
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
  }
  .bar_top {
    top: 12px;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  /*開いた時*/
  body.noscroll {
    overflow: hidden;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%, 8px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }
  .nav-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .header_nav {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    display: flex;
    align-items: center;
  }
  .header_nav_wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .header_nav_item {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  .h_active {
    display: block;
  }
  .h_none {
    display: none;
  }
}
/******************************************************************************
mainvisual
******************************************************************************/
.o-mainvisual {
  position: relative;
}
.fv-slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 48.5em;
  margin: 0;
  /*
  background-image: url("../images/fv_bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 3.125em 0;
  
*/
}
.fv_slid {
}
.fv-slider__item1 {
  background-image: url("../images/fv_bg01.png");
}
.fv-slider__item2 {
  background-image: url("../images/fv_bg02.png");
}
.fv-slider__item3 {
  background-image: url("../images/fv_bg03.png");
}
.fv-slider__item4 {
  background-image: url("../images/fv_bg04.png");
}
.o-mainvisual__content {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px #fff;
  text-align: center;
  padding: 3.75em 2.8em;
  margin: 3em auto;
}
.o-Bg-Transparent {
  background-color: #fff;
}

@media screen and (max-width: 1070px) {
  .fv-slider__item {
    height: 35.273em;
  }
}
@media screen and (max-width: 767px) {
  .fv-slider__item {
    height: 55.429em;
  }
}

@media screen and (max-width: 684px) {
  .o-mainvisual__content {
    padding: 1.5em 1em;
  }
  .fv-slider__item {
    height: 116vw;
    max-height: 106vw;
  }
}
@media screen and (max-width: 683px) {
  .fv-slider__item {
    height: 116vw;
    max-height: 116vw;
  }
}

/******************************************************************************
ボタン
******************************************************************************/
.o-btn-L {
  border-radius: 5px;
  max-width: 25.875em;
  width: 80%;
}
.o-btn-L a {
  display: block;
  padding: 0.938em;
}
.p-L_areainner {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1070px) {
  .o-btn-L {
    width: 50%;
  }
  .o-btn-L a {
    display: block;
    padding: 0.5em 3em;
  }
}

.o-btn-M {
  border-radius: 2em;
  max-width: 180px;
}
.o-btn-M a {
  display: block;
  color: #fff;
  font-size: 1.125em;
  padding: 0.5em;
  letter-spacing: 0.1em;
}
.o-btn-M2 {
  border-radius: 2em;
  max-width: 380px;
}
.o-btn-M2 a {
  display: block;
  color: #fff;
  font-size: 1.125em;
  padding: 0.75em;
  letter-spacing: 0.1em;
}
.o-btn-S {
  border-radius: 2em;
  border: solid 1px #fff;
}
.o-btn-S a {
  display: block;
  color: #fff;
  font-size: 1.125em;
  padding: 0.3em 1.5em;
}
.o-btn-xS {
  border: 1px solid #ff6699;
  display: inline-block;
  border-radius: 5px;
  margin-left: 0.5em;
}
.o-btn-xS a {
  display: block;
  color: #ff6699;
  font-size: 0.889em;
  padding: 0.1em 0.5em;
}
/******************************************************************************
SNSボタン
******************************************************************************/
.o-sns-item a {
  border-bottom: solid 1px #000;
  font-size: 0.938em;
}
.o-sns-item {
  display: flex;
  align-items: center;
}
.o-sns-item::before {
  display: inline-block;
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 2.063em;
  height: 2.063em;
  margin-right: 0.625em;
}
.o-sns-item__facebook::before {
  background-image: url("../images/fa.png");
}
.o-sns-item__youtube::before {
  background-image: url("../images/youtube.png");
}
.o-sns-item__new::before {
  background-image: url("../images/news.png");
}

/******************************************************************************
見出し
******************************************************************************/
.o-caption {
  position: relative;
  padding-bottom: 2.5em;
}
.o-caption::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  height: 1px;
  content: "";
  background-color: #333;
  width: 72.46%;
}

.o-hedingCenter__img {
  padding-bottom: 1.875em;
  position: relative;
  margin-bottom: 1.25em;
}
.o-hedingCenter__img::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  height: 1px;
  content: "";
  background-color: #fff;
  width: 72.46%;
}
.o-hedingCenter__txt {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .o-hedingCenter__img {
    width: 80%;
  }
}
.o-ttl {
  position: relative;
  color: #fff;
  background-color: #666666;
  font-weight: 500;
  font-size: 1.375em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0.2em 1.182em;
  line-height: 1.4;
  alignment-baseline: center;
}
.o-ttl::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0.591em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/**説明文**/
.o-explanation__txt {
  font-size: 1.063em;
  line-height: 2.118;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/******************************************************************************
表
******************************************************************************/
.o-tableBlock01 {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  font-weight: 600;
  margin-bottom: 2.5em;
}
.o-tableBlock01__tableHeader {
  padding: 0.667em;
  text-align: left;
  font-weight: 600;
}
.o-tableBlock01__tableHeader,
.o-tableBlock01__tableData {
  height: 100%;
  box-sizing: border-box;
}
.o-tableBlock01__tableHeader:not(.bodernone),
.o-tableBlock01__tableData:not(.bodernone) {
  border-bottom: 1px solid #cccccc;
}
.o-tableBlock01__tableData {
  padding: 0.667em;
  font-weight: 400;
}
.o-tableBlock01__caption {
  position: relative;
  padding: 0.2em 0.591em;
  font-weight: 500;
  font-size: 1.25em;
}
.vertical-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.o-tableBlock01__caption::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 50%;
  background-color: #669933;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1070px) {
  .o-tableBlock01 {
    border-top: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 1.2em;
  }
  .tableBlock01__tableData {
    border-bottom: none;
  }
}
@media screen and (max-width: 1070px) {
  .o-tableBlock01,
  .o-tableBlock01 td,
  .o-tableBlock01 th {
    border-collapse: collapse;
  }
  .o-tableBlock01 th {
    display: block;
    width: 100%;
  }
  .o-tableBlock01 td {
    display: block;
    width: 100%;
  }

  .o-innerTable {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1070px) {
  .o-tableBlock01__row th {
    text-align: left;
  }
  .o-tableBlock01__row .o-tableBlock01__tableData {
    border-right: none;
  }
  .load1,
  .load2,
  .load3 {
    display: flex !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #cccccc;
  }
  .load1::before {
    content: "一割負担";
    display: inline-block;
  }
  .load2::before {
    content: "二割負担";
    display: inline-block;
  }
  .load3::before {
    content: "三割負担";
    display: inline-block;
  }
}
/******************************************************************************
背景
******************************************************************************/
.o-BgColor-f0f0f0 {
  background-color: #f0f0f0; /*薄い灰色*/
}
.o-BgColor-999 {
  background-color: #999; /*薄い灰色*/
}
.o-BgColor-666 {
  background-color: #666; /*濃い灰色*/
}
.o-BgColor-669933 {
  background-color: #669933; /*緑色*/
}
.o-BgColor-7eaa52 {
  background-color: #7eaa52; /*緑色*/
}
.o-BgColor-e0f0d1 {
  background-color: #e0f0d1; /*緑色*/
}
.o-BgColor-477a1e {
  background-color: #477a1e; /*深緑色*/
}
.o-BgColor-333 {
  background-color: #333; /*黒*/
}
.o-Bg-Transparent {
  background: rgb(255, 255, 255, 0.6); /*白透明*/
}
.o-Bg-Transparent02 {
  background: rgb(255, 255, 255, 0.8); /*白透明*/
}
/* ウインドウ幅いっぱいに広げる*/
.o-background--window-full {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  overflow: hidden;
  width: 100vw;
}

/******************************************************************************
モーダル
******************************************************************************/
.o-modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
}
.o-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: absolute;
  width: 100%;
}
.o-modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
/******************************************************************************
アコーディオン
******************************************************************************/
.o-accordion__btn:after {
  content: "";
  background-image: url("../images/arrow_open.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  padding: 0em;
  font-weight: 900;
  right: -1.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1.188em;
  width: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-accordion__btn {
  position: relative;
  background: #669933;
  padding: 0.5em;
  border-right: solid 2.5em #477a1e;
  font-size: 1.063em;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.o-accordion__btn.selected:after {
  background-image: url("../images/arrow_close.png");
}
.o-accordion__btn_arrow {
  height: 100%;
}
.o-accordion__contents {
  display: none;
  padding: 1.875em;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
