@charset "utf-8";

html {
  font-size: 62.5%;
  background-color: #fff;
  color: #1D2E39;
}

body {
  font-size: 1.6rem;
  font-family: "mizolet", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ネットクルー */

.side1 #main {
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
}

/* ==========================
=========header
=========================== */

#header {
  position: fixed;
  height: auto;
  width: 100%;
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .3);
  padding: 34px 40px;
  background-color: #fff;
  z-index: 4;
}

.container {
  display: flex;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.container img {
  height: 63px;
}

.container img:hover {
  opacity: .5;
}

.g_nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.g_nav_img {
  display: none;
}

.hamburger {
  display: block;
}

.gnav {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  margin-bottom: 0;
}

.gnav li {
  margin-left: 25px;
}

.gnav li:first-child {
  margin: 0;
}

.gnav li a {
  color: #1D2E39;
  text-decoration: none;
}

.gnav li:last-child a {
  color: #F54646;
}

.gnav li a:hover {
  opacity: .5;
}

/* Googleカスタム検索 */
.gsc-control-cse {
  padding: 0 0 0 25px !important;
}

.gsc-control-cse table {
  margin-bottom: 0 !important;
}

table.gsc-search-box {
  position: relative;
}

.gsc-input-box {
  padding: 0 !important;
  border: none !important;
  border-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, .3);
}

.gsib_a {
  padding: 6px 40px 6px 9px !important;
}

.gsc-input {
  padding-right: 0 !important;
  width: 220px !important;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}

.gsc-search-button {
  margin: 0 !important;
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  transition: .5s all;
}

.gsc-search-button:hover {
  opacity: .8;
}

.gsc-search-button-v2 {
  padding: 0 !important;
  border: none !important;
  background-color: #fff !important;
}

.gsc-search-button-v2 svg {
  fill: #c8c8c8 !important;
}

.gsib_b {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}

.gsst_a .gscb_a {
  color: #1D2E39;
  cursor: pointer;
}

.gcsc-branding-img-noclear {
  height: 16px !important;
}

.gsc-results-wrapper-overlay {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@media all and (max-width:1630px) {
  .container img {
    height: 40px;
  }

  .gnav {
    font-size: 1.6rem;
  }
}

@media all and (max-width:1279px) {
  #header {
    padding: 16px 24px;
  }

  .g_nav_img {
    display: block;
    position: relative;
    top: 16px;
    left: 24px;
    width: 100%;
  }

  /* ハンバーガーメニュー */
  .hamburger {
    position: absolute;
    background-color: #F8807A;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 16px;
    z-index: 9999;
    transform: translateY(-50%);
    border-radius: 50%;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 60%;
    height: 2px;
    background: #fff;
    transition: .3s;
    left: 50%;
    transform: translateX(-50%);
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 19px;
  }

  .hamburger span:nth-child(3) {
    top: 28px;
  }

  .hamburger.active span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* gnav */
  .g_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    transition: .5s;
    flex-direction: column;
    z-index: 999;
    transform: translate(100%);
  }

  .g_nav.panelactive {
    top: 0;
    left: 0;
    transform: translate(0);
  }

  .gnav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 48px);
    margin-top: 50px;
  }

  .gnav li {
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-image: repeating-linear-gradient(90deg, #707070, #707070 2px, transparent 2px, transparent 6px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
  }

  .gnav li:last-child {
    margin: 0;
  }

  .gnav li a {
    position: relative;
    display: block;
    width: 100%;
  }

  .gnav li a::before {
    position: absolute;
    content: "";
    display: block;
    background: url(/img/kosodate/event-btn_icon.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 0;
  }

  .gnav li:last-child a:before {
    position: absolute;
    content: "";
    display: block;
    background: url(/img/kosodate/gnav-last_icon.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 23px;
    height: 23px;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }

  .gnav li:first-child {
    margin-bottom: 20px;
  }

  .gnav li:last-child {
    background-image: none;
  }

  .gnav li:last-child a {
    position: relative;
    padding: 25px 50px 24px;
    background-color: #F54646;
    border-radius: 6px;
  }

  .gnav li:last-child a {
    color: #fff;
  }

  .gnav li:last-child a:after {
    position: absolute;
    content: "";
    display: block;
    background: url(/img/kosodate/gnav_last_btn.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  /* Googleカスタム検索 */
  .gsc-control-cse {
    padding: 0 !important;
  }

  .gsc-results-wrapper-overlay {
    top: 11% !important;
  }

  @media all and (max-width:768px) {
    .container img {
      height: 36px;
    }

    @media all and (max-width:330px) {
      .container img {
        height: 32px;
      }
    }
  }
}

.wrapper {
  overflow: hidden;
}

/* ==========================
=========slider
=========================== */

.slider {
  margin: 0 auto;
}

.slider img {
  height: 100%;
}

/* ==========================
=========main-visual
=========================== */

.main-visual {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}

.main-visual-bg {
  position: absolute;
  width: 100%;
  height: 140%;
  background: url(/img/kosodate/main-visual_image1.png) no-repeat;
  background-size: 105% auto;
  background-position: top;
  top: 0;
  left: 0;
}

.main-visual_wrap {
  position: relative;
  max-width: 1288px;
  margin: 0 auto;
}

/* item_free_area_3000メインスライド */

.free_box {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
  border-radius: 30px;
  margin: 160px 24px 10px;
  overflow: hidden;
}

.free_box img {
  display: block;
  border-radius: 30px 30px 0 0;
  object-fit: cover;
  width: 100% !important;
  height: 590px !important;
}

.free_box p {
  margin: 0;
}

/* item_free_area_3000メインスライド タイトル*/
.free_box p:nth-of-type(2) {
  padding: 27px 40px 16px;
  font-size: 2.4rem;
  font-weight: 600;
}

.free_box p:nth-of-type(3) {
  padding: 0 40px 27px;
  font-size: 1.6rem;
}

@media all and (max-width:1279px) {
  .free_box {
    margin-top: 90px;
  }


  @media all and (max-width:980px) {
    .main-visual {
      margin-bottom: 40px;
    }

    .main-visual-bg {
      height: 120%;
      background: url(/img/kosodate/mainvisual_bg_sh.png) no-repeat;
      background-size: cover;
      background-position: center center;
    }

    .free_box img {
      height: 390px !important;
    }

    .free_box p:nth-of-type(2) {
      font-size: 1.6rem;
      padding-bottom: 12px;
    }

    .free_box p:nth-of-type(3) {
      font-size: 1.4rem;
    }


    @media all and (max-width:768px) {
      .free_box img {
        height: 280px !important;
      }

      .free_box p:nth-of-type(2) {
        padding: 24px 24px 12px;
      }

      .free_box p:nth-of-type(3) {
        padding: 0 24px 24px;
        min-height: 90px;
      }

      @media all and (max-width:330px) {
        .free_box img {
          height: 200px !important;
        }

        .free_box p:nth-of-type(2) {
          padding: 20px 20px 12px;
          min-height: 80px;
        }

        .free_box p:nth-of-type(3) {
          padding: 0 20px 20px;
        }
      }
    }
  }
}


/* ==========================
=========main-container
=========================== */
/* タブ全体を囲むコンテナの設定 */
.main-container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 2;
  overflow: hidden;
}

#tabu {
  position: relative;
  background-color: #FFFCF0;
  height: auto;
  padding: 80px 24px 100px;
}

#tabu::before {
  content: "";
  display: block;
  background: url(/img/kosodate/btn-tabu_bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 1775px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* ボタンタブ */
.tab-group {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.6rem;
}

.tab-group::after {
  content: "";
  display: block;
  border: 2px solid #F8807A;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 210px);
  z-index: 2;
  border-radius: 10px;
}

.tab {
  max-width: 359px;
  width: 100%;
  text-align: center;
  padding: 1.5em 2em;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  color: #1D2E39;
  border: 4px solid #F8807A;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  transition: .3s all;
}

.tab:hover {
  background-color: #F8807A;
  color: #fff;
}

/* タブ押した後の処理 */
.tab.is-active {
  border-radius: 30px 30px 0 0;
  background-color: #F8807A;
  color: #fff;
  transition: .3s all;
}

/* パネルボタン */
.panel {
  display: none;
}

.panel.is-show {
  display: block;
}

.panel ul li {
  position: relative;
}

.panel-date {
  padding-left: 18px;
  vertical-align: middle;
  display: inline-block;
}

.panel-ttl {
  font-size: 1.6rem;
  color: #3d3d3d;
  padding-left: 2rem;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 400px;
}

/* button */
.button_container {
  margin-top: 50px;
  max-width: 1240px;
}

.button_container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 28px 32px;
  margin-bottom: 0 !important;
}

/* 対象者から、目的から配置 */
.button_container2 ul {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  max-width: 922px;
}

.btn-list-item {
  border: 2px solid #F8807A;
  border-radius: 20px;
  overflow: hidden;
  max-width: 286px;
  width: 100%;
  height: 180px;
  transition: .3s all;
  font-size: 1.8rem;
}

.btn-list-item-a {
  display: block;
  width: 100%;
  height: 180px;
  text-decoration: none;
  color: #1D2E39;
  background-color: #fff;
  text-align: center;
}

.btn-list-item-a::after {
  content: "";
  bottom: 0;
  right: 345px;
  position: absolute;
  background-color: #F8807A;
  width: 250%;
  height: 100%;
  transform: skewx(50deg);
  transition: .5s all;
}

.btn-list-item-a:hover::after {
  content: "";
  position: absolute;
  background-color: #F8807A;
  width: 200%;
  height: 200%;
  bottom: -5px;
  right: 0;
}

.svg_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.svg_icon svg {
  margin: 0;
  fill: #F8807A;
}

.btn-list-item-a:hover svg {
  position: relative;
  fill: #fff;
  z-index: 3;
}

.btn-list-item-a:hover div {
  position: relative;
  color: #fff;
  z-index: 3;
}

.icon-text {
  line-height: 1.2;
  padding-top: 16px;
}

@media all and (max-width:980px) {
  #tabu {
    padding: 35px 24px 40px;
  }

  #tabu::before {
    background-size: cover;
    background-position: right center;
    top: 0;
    transform: translateX(-50%);
  }

  .tab-group {
    flex-direction: column;
    font-size: 1.6rem;
    gap: 8px;
  }

  .tab-group:after {
    display: none;
  }

  .tab {
    max-width: 100%;
    border-radius: 6px;
    border-bottom: 4px solid #F8807A;
    padding: 1em 2em;
  }

  .tab.is-active {
    border-radius: 6px;
  }

  .button_container {
    margin-top: 30px;
  }

  .button_container ul {
    justify-content: center;
    gap: 14px;
  }

  @media all and (max-width:768px) {
    .btn-list-item {
      max-width: 156px;
      height: 107px;
    }

    .btn-list-item-a {
      height: 100%;
    }

    .btn-list-item-a::after {
      right: 180px;
    }

    .svg_icon {
      width: 25%;
      margin: 0 auto;
    }

    .svg-icon_amall {
      width: 13%;
    }

    .svg-icon_amall2 {
      width: 18%;
    }

    .svg_icon svg {
      width: 100%;
      height: auto;
    }

    .icon-text {
      font-size: 1.4rem;
      padding-top: 8px;
      width: calc(100% + 100px);
    }

    @media all and (max-width:374px) {
      .btn-list-item {
        max-width: 128px;
      }

      .btn-list-item-a::after {
        right: 160px;
      }

      .icon-text {
        font-size: 1.3rem;
        padding: 8px 8px 0;
      }
    }
  }
}

/* ==========================
=========information
=========================== */
#information {
  background: url(/img/kosodate/information_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 74px;
  margin: 0 auto;
}

.information-wrap {
  background: url(/img/kosodate/information_bg2.png) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.information-container {
  margin: 0 auto;
}

/* お知らせ */
.information-news {
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 24px 104px;
}

/* 各タイトルh2 */
.title_h2 {
  display: flex;
  justify-content: center;
  font-size: 4rem;
  font-weight: 500;
  color: var(--title-color);
}

.title_h2::after {
  content: "";
  background: url(/img/kosodate/title-icon.png) no-repeat;
  background-size: 100% auto;
  background-position: top right;
  width: 43px;
  height: 48.85px;
  margin-left: 8px;
}

.title_h2_white {
  position: relative;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 48px;
}

.title_h2_white::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: #fff solid 3px;
  width: 60px;
  height: 3px;
  border-radius: 1.5px;
}

.title_h2_white::after {
  content: "";
  background: url(/img/kosodate/title-icon_white.png) no-repeat;
  background-size: 100% auto;
  background-position: top right;
  width: 43px;
  height: 48.85px;
  margin-left: 8px;
}

/* 各タイトルh2ここまで */

.title-text {
  font-size: 1.6rem;
  color: #8F989E;
  line-height: 0.9;
}

/* お知らせ */
.news-container {
  width: 100%;
}

.news-list {
  width: 100%;
  display: inline-block;
  padding: 52.5px 32px;
  margin: 26px 0 32px !important;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .16);
  border-radius: 25px;
  text-align: left;
}

.news-list li {
  border: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 15px 0 !important;
  background-image: repeating-linear-gradient(90deg, #1d2e39, #1d2e39 2px, transparent 2px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  line-height: 1.5;
}

.news-list li:first-child {
  padding-top: 0 !important;
}

.news-list li:last-child {
  padding-bottom: 0 !important;
  background-image: none;
  border-bottom: none;
}

.news-list li a {
  color: #1D2E39 !important;
  display: inline-block;
  text-decoration: none;
}

.news-list li a:hover {
  opacity: .5;
}

/* お知らせネットクルー */
.section_information_list ul li>span {
  display: flex;
  align-items: center;
  color: #1D2E39 !important;
  font-weight: normal !important;
}

.section_information_list ul li>span.article_date {
  width: 100% !important;
  color: #707070 !important;
  padding-bottom: 4px;
}

.icon_new {
  display: none !important;
}

/* お知らせ情報がない時 */
.no_data {
  display: inline-block;
  padding: 30px 32px;
  margin: 26px 0 32px !important;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .16);
  border-radius: 25px;
  width: 100%;
  text-align: left;
}

@media all and (max-width:1240px) {
  #information {
    padding-top: 40px;
  }

  .information-news {
    flex-direction: column;
    padding-bottom: 0;
  }

  .title_h2,
  .title_h2_white {
    font-size: 3.2rem;
    padding-bottom: 4px;
  }

  .title_h2::after,
  .title_h2_white::after {
    width: 30px;
    height: auto;
  }

  .title-text {
    font-size: 1.6rem;
    text-align: center;
  }

  .news-list {
    padding: 18px;
    height: auto;
    max-width: 437px;
  }

  .news-list li {
    padding: 10px;
  }

  @media all and (max-width:768px) {

    .title_h2,
    .title_h2_white {
      font-size: 2.4rem;
      padding-bottom: 4px;
    }

    .title_h2::after,
    .title_h2_white::after {
      width: 24px !important;
      height: auto !important;
    }

    .section_information_list {
      padding: 0;
    }

    .section_information_list ul li a {
      background-image: none;
    }

  }
}

/* すべての～見るボタン */
.link_box {
  justify-content: center !important;
  padding: 0 !important;
}

.link_box,
.btn-all {
  margin: 0 auto !important;
  transition: .5s all;
}

.link_box a,
.btn-all a {
  position: relative;
  display: block;
  width: 450px;
  height: 59px;
  line-height: 59px;
  border: 1.5px solid #1D2E39 !important;
  border-radius: 30px;
  margin: 0 auto;
  color: #1D2E39;
  background-color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500 !important;
  text-align: center;
}

.link_box a::before,
.btn-all a::before {
  content: "";
  display: block;
  background: url(/img/kosodate/btn-all_icon.png) no-repeat;
  background-position: top right;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 26px;
  width: 18px;
  height: 18px;
}

.link_box a:hover,
.btn-all a:hover {
  color: rgba(0, 0, 0, 0.5);
}

@media all and (max-width:980px) {
  .link_box span {
    display: flex;
    justify-content: center;
    max-width: 680px;
    width: 100%;
  }

  @media all and (max-width:768px) {

    .link_box a,
    .btn-all a {
      max-width: 300px;
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 1.4rem;
    }

    .link_box a::before,
    .btn-all a::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
    }
  }
}


/* 主な支援策 */

.support-container {
  margin-left: 52px;
}

.support-item {
  margin-top: 26px;
}

.support-item_list {
  position: relative;
  height: auto;
  width: 437px;
  margin-bottom: 15px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .16);
  transition: .5s all !important;
}

.support-item_list:hover {
  opacity: .8;
}

.support-item_list a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
}

.support-item_list p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  width: 100%;
}

.support-item_list img {
  filter: brightness(60%);
}

@media all and (max-width:1240px) {
  .support-container {
    margin: 72px auto 40px;
  }

  .support-item_list p {
    font-size: 1.6rem;
  }

  @media all and (max-width:768px) {
    .support-item_list {
      max-width: 437px;
      width: 100%;
    }
  }
}

/* ==========================
=========feature
=========================== */

#feature {
  position: relative;
  background: url(/img/kosodate/feature_bg.jpg) no-repeat;
  background-size: 100% 1000px;
  width: 100%;
  height: 100%;
  padding: 74px 0 42px;
  margin: 0 auto;
}

.feature_bg {
  display: block;
  position: absolute;
  background: url(/img/kosodate/bg_before1.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 10vh;
  top: -1.9vw;
  left: 0;
}

.feature_container {
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 24px;
}


.feature_container_wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}

.title_h2_left {
  text-align: left;
  justify-content: flex-start;
}

.btn-feature {
  display: flex;
  text-align: center;
  justify-content: flex-end;
  margin: 0 0 0 auto !important;
  width: 390px;
}

.feature_list {
  max-width: 1264px;
  padding: 0 24px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.featuer-slider {
  display: flex;
  max-width: 1240px;
  gap: 6rem;
}

.free_box_2 {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  cursor: pointer;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
  margin: 0;
  transition: .3s all;
}

.free_box_2:hover {
  opacity: .8;
}

.free_box_2 a {
  color: #1D2E39;
  text-decoration: none;
}

.free_box_2 img {
  height: 349px !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}

.free_box_2 p:nth-of-type(2) {
  padding: 0 !important;
  width: 100% !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  font-size: 2rem !important;
}

.free_box_2 p:nth-of-type(2) a {
  display: block;
  padding: 20px;
}

.btn-feature_active {
  display: none !important;
}

@media all and (max-width:980px) {
  #feature {
    padding-top: 40px;
  }

  .feature_container_wrap {
    flex-direction: column;
    align-items: center;
  }

  .btn-feature {
    display: none;
  }

  .btn-feature_active {
    display: block !important;
    max-width: 450px;
    width: 100%;
    padding: 0 24px;
  }

  .btn-feature_active a {
    width: 100%;
    margin-top: 60px;
  }

  .free_box_2 img {
    height: 270px !important;
  }

  .free_box_2 p:nth-of-type(2) {
    padding: 16px 20px;
    font-size: 1.6rem;
  }

  @media all and (max-width:768px) {
    .feature_list_item {
      box-shadow: none;
    }

    .feature_list,
    .featuer-slider {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      max-width: 525px;
    }

    .featuer-wrap {
      width: 100%;
      border-radius: 18px;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
    }

    .dots-wrap {
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
    }

    .dots-main-wrap {
      position: static;
      transform: translate(0);
    }

    .free_box_2 {
      box-shadow: none;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      overflow: hidden;
    }

    .free_box_2 p:nth-of-type(2) a {
      min-height: 90px;
    }
  }
}


/* ==========================
=========event
=========================== */
#event {
  position: relative;
}

.event-bg {
  position: absolute;
  background: url(/img/kosodate/event_bg.png) no-repeat;
  background-position: center;
  background-size: 110% auto;
  width: 100%;
  height: 260%;
  top: 0;
  left: 0;
  z-index: -1;
  margin-top: -117px;
}

.event-btn {
  margin: 116px auto;
  max-width: 643px;
  width: 100%;
  transition: .3s all !important;
}

.event-btn a {
  position: relative;
  display: block;
  background: url(/img/kosodate/event-btn1.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: auto;
  padding: 45px 84px;
  font-size: 3.6rem;
  text-decoration: none;
  color: #1D2E39;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .16);
  border-radius: 17px;
}

.event-btn a::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/img/kosodate/event-btn_icon.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.event-btn a span {
  color: #d43730;
  transition: .3s all !important;
}

.event-btn a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.event-btn a:hover span {
  opacity: .5;
}

@media all and (max-width: 768px) {
  .event-bg {
    margin-top: -60px;
  }

  .event-btn {
    max-width: 330px;
    margin: 40px auto;
  }

  .event-btn a {
    font-size: 1.6rem;
    padding: 25px 59px;
    width: 100%;
    border-radius: 8px;
  }

  .event-btn a::before {
    width: 16px;
    height: 16px;
  }

  @media all and (max-width: 350px) {
    .event-btn {
      max-width: 280px;
    }

    .event-btn a {
      font-size: 1.4rem;
      padding: 21px 49px;
    }

    .event-btn a::before {
      width: 14px;
      height: 14px;
    }
  }
}

/* ==========================
=========instagram-area
=========================== */
#insta-area {
  position: relative;
  background: url(/img/kosodate/insta-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 80px 24px;
}

.insta-area-bg_before {
  content: "";
  display: block;
  position: absolute;
  background: url(/img/kosodate/insta_bg2.png) no-repeat;
  background-size: 100%;
  background-position: top;
  width: 100%;
  height: 7vh;
  top: -1.2vw;
  left: 0;
}

.insta-bg {
  position: absolute;
  background: url(/img/kosodate/insta_bg3.png) no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 1600px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title_h2_white {
  position: relative;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 48px;
}

.title_h2_white::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: #fff solid 3px;
  width: 60px;
  height: 3px;
  border-radius: 1.5px;
}

.title_h2_white::after {
  content: "";
  background: url(/img/kosodate/title-icon_white.png) no-repeat;
  background-size: 100% auto;
  background-position: top right;
  width: 43px;
  height: 48.85px;
  margin-left: 8px;
}

.insta-list_item {
  max-width: 1520px;
  margin: 0 auto 60px;
  overflow: hidden;
}

.eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
  border-radius: 12px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .16);
}

.btn-instagram {
  margin: 0 auto;
}

@media all and (max-width:768px) {
  #insta-area {
    padding: 50px 24px;
  }

  .insta-bg {
    background-size: cover;
    background-position: left center;
    top: 0;
    transform: translateX(-50%);
  }

  .title_h2_white::before {
    width: 35px;
  }
}

/* ==========================
=========link
=========================== */

#link {
  background-color: #FFF8DE;
  padding: 66px 0;
}

.link-list_wrap {
  position: relative;
}

.link-list {
  margin: 0 auto;
  max-width: 860px;

}

.link-item {
  margin: 8px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
  border-radius: 21px;
  overflow: hidden;
}

.link-item img {
  height: auto;
  width: 276px;
}

@media all and (max-width:768px) {
  .link-list {
    max-width: 273px;
  }

  .link-item img {
    width: 100%;
  }
}


/* ==========================
=========footer
=========================== */
/* 下層ページ用　CSSここから */
.footer {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
  background-color: #fff;
}

/* 下層ページ用　CSSここまで */
.footer_bg {
  background: url(/img/kosodate/footer_bg.png) no-repeat;
  background-size: cover;
  background-position: top -80px center;
  max-width: 1800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.footer-container {
  max-width: 1264px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.container_wrapper {
  padding: 210px 0 110px;
  display: flex;
  justify-content: space-between;
}

.text_p {
  font-size: 1.6rem;
}

.text_p span {
  color: #F8807A;
}

.title_1 {
  font-size: 3.2rem;
  font-weight: 500;
  padding-bottom: 10px;
}

.text_1_oziya {
  font-size: 1.4rem;
  display: flex;
}

.text_p3 {
  margin-right: 16px;
}

.text-area {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}

.text_tel {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  margin-right: 16px;
}

.text_tel:last-child {
  margin: 0;
}

.text_tel span {
  background-color: #FDF6DC;
  width: 140px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  border-radius: 30px;
  border: 1px solid #333;
  font-size: 1.4rem;
  margin-right: 8px;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 387px;
}

.contact a {
  position: relative;
  color: #333;
  text-decoration: none;
  width: 100%;
  background-color: #FFF7DF;
  text-align: center;
  margin: 8px 0;
  line-height: 57px;
  border-radius: 30px;
  border: 1px solid #333;
  font-size: 1.9rem;
  transition: .3s all;
}

.contact a:first-child:hover {
  background-color: #FFEDAA;
}

.contact a:last-child {
  background-color: #fff;
}

.contact a:last-child:hover {
  color: rgba(0, 0, 0, 0.5);
}

.contact a::before {
  content: "";
  position: absolute;
  background: url(/img/kosodate/btn-all_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 20px;
  z-index: 2;
  transform: translateY(-50%);
}

.small {
  display: block;
  font-size: 1.6rem;
  color: var(--title-color);
  text-align: center;
  padding-bottom: 25px;
}

@media all and (max-width:1132px) {
  .text_tel {
    font-size: 1.8rem;
    margin-right: 8px;
  }
}

@media all and (max-width:986px) {

  .container_wrapper {
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
  }


  .contact {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .footer_bg {
    top: 0;
  }


  .wrapper_list {
    margin-right: 0;
  }

  .text_p {
    font-size: 1.4rem;
  }

  .title_1 {
    font-size: 2.4rem;
  }

  .text_1_oziya {
    flex-direction: column;
  }

  .text-area {
    align-items: flex-start;
    flex-direction: column;
  }

  .text_tel {
    font-size: 1.4rem;
    padding-bottom: 8px;
    align-items: baseline;
  }

  .text_tel:last-child {
    padding-bottom: 0;
  }


  .contact a {
    line-height: 39px;
    font-size: 1.4rem;
  }

  .contact a::before {
    width: 12px;
    height: 12px;
  }

  .small {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 10px 8px;
  }

}

/* ページトップに戻る */
#p-scroll {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 3;
}

#p-scroll a img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  width: 77px;
  height: 142px;
}

#p-scroll a:hover img {
  opacity: .8;
}

@media all and (max-width:768px) {
  #p-scroll {
    right: 11px;
    bottom: 16px;
  }

  #p-scroll a img {
    width: 55px;
    height: 100px;
  }

  #p-scroll a:hover img {
    opacity: 1;
  }
}

/* ==========================
=========slick-slider
=========================== */
/* slick-arow*/
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 210px);
  transform: translate(-50%);
  z-index: 2;
  pointer-events: none;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  transition: .4s all;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
  pointer-events: all;
}

.prev-arrow {
  right: 0;
}

.next-arrow {
  left: 0;
}

.prev-arrow:hover {
  right: 10px;
}

.next-arrow:hover {
  left: 10px;
}

.prev-arrow {
  transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 4px solid #1D2E39;
  border-top: 4px solid #1D2E39;
  top: 0;
  bottom: 0;
  left: -5px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.arrow_box_feature {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1.2em;
  pointer-events: none;
}

/* リンクバナーカルーセル */
.arrow_box_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
  max-width: 980px;
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  pointer-events: none;
}

@media all and (max-width:1500px) {
  .arrow_box {
    width: 100%;
  }

  .prev-arrow,
  .next-arrow {
    width: 46px;
    height: 46px;
  }

  .arrow_box_links {
    top: 28%;
  }

  @media all and (max-width:768px) {
    .arrow_box {
      max-width: 110px;
      top: auto;
      bottom: -10px;
      left: 10px;
      transform: translate(0, 0);
    }

    .prev-arrow,
    .next-arrow {
      width: 40px;
      height: 40px;
    }

    .prev-arrow:hover {
      right: 5px;
    }

    .next-arrow:hover {
      left: 5px;
    }

    .arrow_box_links {
      max-width: 350px;
      top: 34%;
    }

    @media all and (max-width:330px) {
      .arrow_box {
        max-width: 100px;
      }

      .prev-arrow,
      .next-arrow {
        width: 36px;
        height: 36px;
      }
    }
  }
}

/* .dots-wrap */
.dots-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.feature-dots-wrap {
  bottom: -35px !important;
}

.dots-wrap li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #F1EEEC;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s all;
}

/* 再生、停止ボタン */
.dots-wrap_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 20px;
}

.dots-wrap_btn img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
  margin-left: 10px;
}

@media all and (max-width:768px) {
  .dots-wrap_btn {
    margin-top: 0;
  }

  .dots-wrap li {
    width: 10px;
    height: 10px;
  }
}

.slick_start,
.slick_pause {
  background: transparent;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #F8807A;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick_start {
  display: none;
}

.slick_pause,
.slick_start {
  border: none;
  position: relative;
  margin-bottom: 0;
}


/* インスタ */
#insta-area {
  background-size: cover;
}

.insta-list_item {
  overflow: hidden;
}

/* ==========================
=========下層ページ　
=========================== */
.bg-wrapper {
  background: url(/img/kosodate/menu-bg2.jpg) !important;
}

#main_header {
  position: relative;
  background: url(/img/kosodate/menu-h1-bg.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 14.1rem 0 0 !important;
  height: 304px;
}

#main_header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

@media all and (max-width:1630px) {
  #main_header {
    margin: 11.8rem 0 0 !important;
    background-position-x: center;
  }

  @media all and (max-width:1279px) {
    #main_header {
      margin: 8.1rem 0 0 !important;
      height: 260px;
    }

    @media all and (max-width:670px) {
      #main_header {
        margin: 6.8rem 0 0 !important;
        height: 160px;
      }

      #sp_page_index_link_wrap {
        background: url(/img/kosodate/menu-bg2.jpg) !important;
        padding: 1.6rem 1.6rem 0 !important;
        margin: 0 auto !important;
      }

      #sp_page_index_link_toggle {
        border: 2px solid #F8807A !important;
        background-color: #fff !important;
        font-family: "mizolet", sans-serif !important;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
      }

      #sp_page_index_link a {
        color: #333;
      }

      ul#sp_page_index_link {
        margin-bottom: 0 !important;
      }

      ul#sp_page_index_link li a.sp_headtype_h2 {
        border: none;
      }

      ul#sp_page_index_link li a.sp_headtype_h4 {
        background-color: #fff;
      }



      @media all and (max-width:330px) {
        #main_header {
          margin: 6.4rem 0 0 !important;
          height: 160px;
        }
      }
    }
  }
}

/* 印刷ページ　ここから */
#content_header {
  max-width: 1137px;
  margin: 0 auto !important;
  padding: 8rem 1.6rem 0;
}

.content_item {
  position: relative;
  gap: 5px 20px;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  flex-wrap: wrap;
}

.content_item .link_print a {
  color: #333;
}

@media screen and (max-width:670px) {
  #print_mode_link {
    display: block !important;
  }

  #content_header {
    padding-top: 2.4rem !important;
  }
}

/* 印刷ページ　ここまで */

/* h1 */
.p-sub-section__title {
  background: none !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 3% !important;
  margin: 0 !important;
  font-size: 4rem !important;
  width: 100%;
  text-align: center;
}

.p-sub-section__title::before,
.p-sub-information__list {
  display: none;
}

.menu-main {
  position: relative;
}

.menu-main::before {
  content: "";
  display: block;
  background: url(/img/kosodate/menu-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

.p-sub-section__inner {
  max-width: 1105px !important;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .16);
  margin: 1rem auto 9rem !important;
  padding: 2rem 4.4rem !important;
}

.p-sub-section__container {
  margin: 0 !important;
}

.p-sub-section__main {
  width: 100% !important;
}

/* 下層ページ　パンくず ここから */
#pankuzu_wrap {
  position: relative;
  z-index: 2;
  width: 100% !important;
  background-color: #FDF6DC;
  font-size: 1.6rem !important;
  margin: 0 !important;
  padding: 0 1.6rem !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

#pankuzu_wrap>div {
  line-height: 1.5;
  margin: 0 auto !important;
}

.pankuzu {
  max-width: 1105px !important;
  padding: 3rem 0 3rem 10.5rem !important;
}

.pankuzu_class {
  transition: .5s all;
}

.pankuzu_class a {
  color: #333;
}

.pankuzu_class a:hover {
  opacity: .5;
}

.pankuzu:first-child .icon_current {
  width: 8rem !important;
  height: 3rem !important;
  border: 2px solid #F8807A;
  color: #333 !important;
  background: #fff !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.pankuzu_mark {
  letter-spacing: -3px;
  margin: 0 0.8rem;
}

#footstep_wrap {
  display: none;
}

/* 下層ページ　パンくず ここまで */

/* ==========================
=========見出し　ここから
=========================== */
#main_body .detail_free p,
#main_body .detail_writing {
  margin: 3rem 0 !important;
  line-height: 1.375 !important;
}

/* h2 */
.p-sub-section__news h2 {
  position: relative;
  background-color: #FDF6DC;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 2.9rem 0 2.8rem 3rem;
  border: none !important;
  color: #333;
  /* ▼ 影を h2 のみに付ける */
  box-shadow: -3px 3px 2px rgba(0, 0, 0, 0.15);
  z-index: 0;
  isolation: isolate;
}

/* 装飾バー（左） */
.p-sub-section__news h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FBC750;
  width: 10px;
  height: 100%;
  z-index: 1;
}

/* アイコン画像（右下） */
.p-sub-section__news h2::after {
  content: "";
  position: absolute;
  bottom: -11.5px;
  right: -43px;
  background: url(/img/kosodate/menu-h2-icon.jpg) no-repeat;
  background-size: 50%;
  width: 87px;
  height: 51.5px;
  z-index: 1;
}

/* h3 */
.p-sub-section__news h3 {
  position: relative;
  font-size: 2.2rem !important;
  font-weight: 500 !important;
  background: transparent;
  border-bottom: 1.5px solid #F8807A;
  color: #333;
  padding: 1.25rem 0 1.25rem 3.85rem !important;
}

.p-sub-section__news h3::before {
  position: absolute;
  content: "";
  background: url(/img/kosodate/menu-h3-icon.png) no-repeat;
  top: 10px;
  left: 8px;
  background-size: 100%, 100%;
  width: 18px;
  height: 34px;
}

/* h4 */
.p-sub-section__news h4 {
  position: relative;
  font-size: 2rem !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-image: repeating-linear-gradient(to right,
      #FBC750 0,
      #FBC750 3px,
      transparent 3px,
      transparent 6px) 1 !important;
  font-weight: 500 !important;
  color: #333 !important;
  padding: 0.4rem 0 1.25rem 3rem !important;
}

.p-sub-section__news h4::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  top: 6px;
  left: 10px;
  background: #FBC750;
}

/* h5 */
.p-sub-section__news h5 {
  border: none !important;
  font-size: 1.8rem !important;
  color: #333 !important;
  background: #ECF6FF;
  border-radius: 5px;
  padding: 0.4rem 1.5rem !important;
  font-weight: 500 !important;
}

/* リスト */
.p-sub-section__news ul {
  list-style: none !important;
  margin-bottom: 3rem !important;
}

.p-sub-section__news ul li {
  margin-bottom: 0.8rem !important;
  line-height: 1 !important;
  position: relative;
}

.p-sub-section__news ul li::before {
  position: absolute;
  content: "・";
  top: 50%;
  transform: translateY(-50%);
  color: #F8807A !important;
  left: -30px;
  font-size: 3rem;
}

.p-sub-section__news ol li::marker {
  color: #F8807A !important;
}

.p-sub-section__news ol {
  margin-bottom: 3rem !important;
}

.p-sub-section__news ol li {
  margin-bottom: 0.8rem !important;
  line-height: 1 !important;
}

#content_footer {
  display: none;
}

/* 表 */
.sw_large_table.sp_button {
  display: none;
}

#main_body table {
  text-align: left !important;
  border-color: #333;
  border-style: none;
  max-width: 760px !important;
  margin-bottom: 4rem !important;
}

#main_body th {
  background: #FFE9E8;
  border-color: #333 !important;
  padding: 2.8rem 1.2rem !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

#main_body td {
  border-color: #333 !important;
  padding: 2.8rem 1.2rem !important;
  line-height: 1 !important;
}

table th:first-child,
table td:first-child {
  width: 142px !important;
}

/* スマホ表示 */
@media all and (max-width:1279px) {
  .p-sub-section {
    padding: 0 1.6rem !important;
  }

  .p-sub-section__inner {
    padding: 1.6rem 2rem !important;
  }

  .p-sub-section__title {
    font-size: 2.6rem !important;
  }

  @media all and (max-width:670px) {
    .p-sub-section__title {
      font-size: 2rem !important;
    }

    #pankuzu_wrap {
      display: none;
    }
  }
}

/* ==========================
=========大メニュー　ここから
=========================== */
.p-sub-section__menu__inner {
  margin: 10.6rem auto 14.5rem !important;
  padding: 3.6rem 4rem 5.4rem !important;
}

.info_list_item ul {
  margin-bottom: 0 !important;
}

.info_list_item ul li {
  position: relative;
  padding: 2rem 0 2rem 4.8rem;
  margin: 0 !important;
  border-bottom: none !important;
}

.info_list_item ul li::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/img/kosodate/menu-icon1.png) no-repeat;
  background-size: 25px 30px;
  width: 25px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.info_list_item ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  /* サイズ2 */
  background-image: repeating-linear-gradient(to right,
      #E1E1E1,
      #E1E1E1 3px,
      /* 線分3px */
      transparent 3px,
      transparent 6px
      /* 間隔3px */
    );
}

.info_list_wrap .info_list a {
  color: #1A0DAB;
  transition: opacity 0.5s;
}

.info_list_wrap .info_list a:hover {
  opacity: 0.5;
}

/* スマホ表示 */

@media all and (max-width:670px) {
  .p-sub-section__menu__inner {
    padding: 2rem 2rem 3rem !important;
  }

  .sp-sub-section__inner {
    margin: 4rem auto !important;
  }

  .info_list_item ul li {
    padding-left: 4rem;
  }

  .info_list_wrap .info_list a {
    padding: 0 !important;
    text-decoration: underline !important;
    background: none !important;
    display: inline-block !important;
  }
}

/* ==========================
=========大メニュー　ここまで
=========================== */

/* ==========================
=========小メニュー　ここから
=========================== */
.info_list_date ul li {
  position: relative;
  padding: 2rem 0;
  margin-bottom: 0 !important;
}

.info_list_date ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  /* サイズ2 */
  background-image: repeating-linear-gradient(to right,
      #E1E1E1,
      #E1E1E1 3px,
      /* 線分3px */
      transparent 3px,
      transparent 6px
      /* 間隔3px */
    );
}

.article_img {
  background: url(/img/kosodate/noimage.jpg) no-repeat;
  width: 130px !important;
  padding-right: 3rem !important;
}

.article_img span {
  width: 130px;
  height: 130px !important;
  border-radius: 10px;
  border: 1px solid #dcdcdc !important;
}

.article_txt {
  vertical-align: middle !important;
  width: 100%;
}

.article_date_bg {
  display: inline-block !important;
  background-color: #FFE9E8;
  border-radius: 20px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem 1.2rem;
  margin-bottom: 1.2rem;
}

/* 掲載がない時 */
.main-body_menu .no_data {
  display: inline-block;
  padding: 0;
  margin: 0 !important;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  text-align: left;
}

/* スマホ表示 */
@media all and (max-width:670px) {
  .info_list_date ul li {
    border-bottom: none !important;
    padding: 10px 0.5rem 2rem !important;
    margin-bottom: 2rem !important;
  }

  .list_pack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

}