@charset "utf-8";
/* CSS Document */

.m_titleA.s_action {
  background-image: url(../img/action/bg_title_01_sp.png);
}
@media screen and (min-width: 768px),print {
  .m_titleA.s_action {
    background-image: url(../img/action/bg_title_01_pc.png)
  }
}

.action__navTitleBtn {
  background-color: var(--color_green01);
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  display: flex;;
  width: 100%;
  height: 36px;
  justify-content: center;;
  align-items: center;;
  position: relative;
  padding: 0 50px;
  margin-bottom: 20px;
}
.action__navTitleBtn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.action__navTitleBtn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: -135deg;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 26px;
  margin: auto;
  transition: 0.3s rotate;
}
.s_close .action__navTitleBtn::after {
  top: -2px;
  rotate: 45deg;
}
.action__navListItem {
  margin-bottom: 15px;
}
.action__navLink {
  text-decoration: none;
  font-size: 1.5rem;
}
.action__navLink.s_current {
  font-weight: bold;
  color: var(--color_green01)
}
@media (hover: hover) and (pointer: fine){
  .action__navLink:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px),print {
  .action {
    display: flex;
    justify-content: space-between;
  }
  .action__nav {
    width: 200px;
  }

  .action__navList.js_tglContents {
    display: block !important;
  }
  .action__contents {
    width: calc(100% - 220px);
  }
}

.titleB {
  border-bottom: 1px solid var(--color_green01);
  padding-bottom: 10px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--color_green01)
}
.titleB__num {
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;;
}
.titleB__text {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px),print {
  .titleB {
    margin-bottom: 30px;
  }
  .titleB__num {
    font-size: 5.0rem;
  }
  .titleB__text {
    font-size: 2.0rem;
  }
}

.section01 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color_gray01)
}
@media screen and (min-width: 768px),print {
  .section01 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px),print {
  .col2 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .col2__left {
    width: calc(100% - 220px);
  }
  .col2__right {
    width: 200px;
    text-align: right;
  }
}
.detail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.detail__list {
  display: flex;
}
.detail__head {
  color: var(--color_green01);
  width: 4em;
  font-weight: normal;
}
.detail__body {
  width: calc(100% - 4em);
}
@media screen and (min-width: 768px),print {
  .detail {
    margin-top: 25px;
  }
}
