@charset "UTF-8";
.c5-only--sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .c5-only--sp {
      display: block; } }

.c5-only--pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .c5-only--pc {
      display: none; } }

.c5-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 32px; }
  @media screen and (max-width: 639px) {
    .c5-heading {
      font-size: 1.5rem; } }

.c5-button {
  font-size: 18px;
  font-weight: 700;
  background-color: #F1906B;
  border: solid 3px #F1906B;
  border-radius: 42px;
  display: inline-block;
  padding: 16px 32px;
  color: #fff;
  transition: all 0.2s; }
  @media screen and (max-width: 639px) {
    .c5-button {
      font-size: 1rem; } }
  .c5-button:hover {
    transition: all 0.2s;
    color: #F1906B;
    text-decoration: none;
    background-color: #fff; }

.c5-button__text {
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0; }
  .c5-button__text .c5-button__textLink {
    position: relative;
    display: inline-block;
    padding: 12px 0 12px 52px;
    transition: all 0.2s; }
    .c5-button__text .c5-button__textLink::before, .c5-button__text .c5-button__textLink::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      transition: all 0.2s; }
    .c5-button__text .c5-button__textLink::before {
      left: 0;
      width: 40px;
      height: 40px;
      background-color: #F1906B;
      border: solid 1px #F1906B;
      border-radius: 45px; }
    .c5-button__text .c5-button__textLink::after {
      left: 14px;
      width: 15px;
      height: 23px;
      background-image: url(../images/arrow_wt.png);
      background-repeat: no-repeat;
      background-size: contain;
      transform: translate(0, -50%) rotate(-90deg); }
    .c5-button__text .c5-button__textLink:hover {
      transition: all 0.2s;
      color: #2F353D;
      text-decoration: none; }
      .c5-button__text .c5-button__textLink:hover::before {
        background-color: #fff;
        transition: all 0.2s; }
      .c5-button__text .c5-button__textLink:hover::after {
        background-image: url(../images/arrow_or.png);
        transition: all 0.2s; }

.c5-bg--be {
  background-color: #F9F5F0;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .c5-bg--be {
      padding-bottom: 80px; } }

.c5-bg--beNami {
  padding-bottom: 100px;
  background-color: #F9F5F0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .c5-bg--beNami {
      padding-bottom: 80px; } }
  .c5-bg--beNami::before {
    content: "";
    position: absolute;
    top: -72px;
    width: 100%;
    padding-top: 116px;
    background-image: url(../images/bg_nami.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .c5-bg--beNami::before {
        top: -60px;
        padding-top: 60px;
        background-size: contain;
        background-position: center bottom; } }

.c5-bg--wt {
  padding-bottom: 100px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .c5-bg--wt {
      padding-bottom: 80px; } }
  .c5-bg--wt::before {
    content: "";
    position: absolute;
    top: -72px;
    width: 100%;
    padding-top: 116px;
    background-image: url(../images/bg_nami_wt.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .c5-bg--wt::before {
        top: -60px;
        padding-top: 60px;
        background-size: contain;
        background-position: center bottom; } }

.c5-top__inner {
  margin-top: -40px; }
  @media screen and (max-width: 639px) {
    .c5-top__inner {
      margin-top: 0; } }

.c5-menu {
  margin-top: 32px; }
  .c5-menu .c5-menu__inner {
    display: flex;
    justify-content: space-between;
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      .c5-menu .c5-menu__inner {
        flex-wrap: wrap; } }
  .c5-menu .c5-menu__button {
    background-color: #fff;
    border-radius: 45px;
    list-style-type: none;
    width: 100%;
    max-width: 294px;
    margin-right: 8px;
    display: flex;
    align-items: center; }
    .c5-menu .c5-menu__button:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .c5-menu .c5-menu__button {
        width: calc(50% - 4px);
        max-width: none;
        margin-right: 8px;
        margin-bottom: 8px; }
        .c5-menu .c5-menu__button:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 490px) {
      .c5-menu .c5-menu__button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px; } }
  .c5-menu .c5-menu__anchorLink {
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    padding: 13px 70px 13px 20px;
    transition: all 0.2s;
    text-align: center; }
    @media screen and (max-width: 639px) {
      .c5-menu .c5-menu__anchorLink {
        font-size: 1rem;
        padding: 8px 72px 8px 24px; } }
    .c5-menu .c5-menu__anchorLink::before, .c5-menu .c5-menu__anchorLink::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      transition: all 0.2s; }
    .c5-menu .c5-menu__anchorLink::before {
      right: 20px;
      width: 40px;
      height: 40px;
      background-color: #F1906B;
      border: solid 1px #F1906B;
      border-radius: 45px; }
    .c5-menu .c5-menu__anchorLink::after {
      right: 33px;
      width: 15px;
      height: 23px;
      background-image: url(../images/arrow_wt.png);
      background-repeat: no-repeat;
      background-size: contain; }
    .c5-menu .c5-menu__anchorLink:hover {
      transition: all 0.2s;
      color: #2F353D;
      text-decoration: none; }
      .c5-menu .c5-menu__anchorLink:hover::before {
        background-color: #fff;
        transition: all 0.2s; }
      .c5-menu .c5-menu__anchorLink:hover::after {
        background-image: url(../images/arrow_or.png);
        transition: all 0.2s; }

.c5-about .c5-about__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }
  .c5-about .c5-about__inner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    width: 194px;
    height: 14.7vw;
    background-image: url(../images/illust01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    z-index: 0; }
    @media screen and (max-width: 1100px) {
      .c5-about .c5-about__inner::after {
        top: -92px;
        width: 12vw;
        bottom: auto;
        background-position: right bottom; } }
    @media screen and (max-width: 768px) {
      .c5-about .c5-about__inner::after {
        top: -20px;
        width: 15vw;
        height: 17.7vw; } }
    @media screen and (max-width: 639px) {
      .c5-about .c5-about__inner::after {
        top: -40px;
        width: 19vw;
        height: 22.7vw; } }
.c5-about .c5-about__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }
.c5-about .c5-about__text--underline {
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2;
  font-weight: 700;
  position: relative;
  display: inline;
  background: linear-gradient(transparent 65%, #F1906B60 0%);
  text-align: center; }
  @media screen and (max-width: 639px) {
    .c5-about .c5-about__text--underline {
      font-size: 1rem; } }
.c5-about .c5-about__text {
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2;
  margin: 32px auto 40px;
  text-align: center; }
  @media screen and (max-width: 639px) {
    .c5-about .c5-about__text {
      font-size: 1rem;
      margin: 24px auto 32px;
      text-align: left; } }
.c5-about .c5-aboutMember {
  text-align: center; }
  .c5-about .c5-aboutMember .c5-subHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 32px;
    text-align: center; }
    @media screen and (max-width: 639px) {
      .c5-about .c5-aboutMember .c5-subHeading {
        margin-bottom: 24px;
        font-size: 1.4rem; } }
    .c5-about .c5-aboutMember .c5-subHeading .c5-subHeading__text {
      width: 22%; }
      @media screen and (max-width: 768px) {
        .c5-about .c5-aboutMember .c5-subHeading .c5-subHeading__text {
          width: 30%; } }
      @media screen and (max-width: 490px) {
        .c5-about .c5-aboutMember .c5-subHeading .c5-subHeading__text {
          width: 48%; } }
    .c5-about .c5-aboutMember .c5-subHeading::before, .c5-about .c5-aboutMember .c5-subHeading::after {
      content: "";
      position: relative;
      height: 4px;
      background-image: url(../images/dot.png);
      background-repeat: repeat-x;
      background-size: contain;
      width: 39%; }
      @media screen and (max-width: 768px) {
        .c5-about .c5-aboutMember .c5-subHeading::before, .c5-about .c5-aboutMember .c5-subHeading::after {
          width: 35%; } }
      @media screen and (max-width: 490px) {
        .c5-about .c5-aboutMember .c5-subHeading::before, .c5-about .c5-aboutMember .c5-subHeading::after {
          width: 25%; } }
    .c5-about .c5-aboutMember .c5-subHeading::before {
      right: 0; }
    .c5-about .c5-aboutMember .c5-subHeading::after {
      left: 0; }
  .c5-about .c5-aboutMember .c5-aboutMember__box {
    display: flex;
    padding-left: 0;
    margin-bottom: 32px; }
    @media screen and (max-width: 639px) {
      .c5-about .c5-aboutMember .c5-aboutMember__box {
        margin-bottom: 24px; } }
    @media screen and (max-width: 490px) {
      .c5-about .c5-aboutMember .c5-aboutMember__box {
        display: block; } }
  .c5-about .c5-aboutMember .c5-aboutMember__boxItem {
    list-style-type: none; }
    .c5-about .c5-aboutMember .c5-aboutMember__boxItem:nth-child(2) {
      margin-left: 64px;
      margin-right: 90px; }
      @media screen and (max-width: 768px) {
        .c5-about .c5-aboutMember .c5-aboutMember__boxItem:nth-child(2) {
          margin-left: 4%;
          margin-right: 6%; } }
    .c5-about .c5-aboutMember .c5-aboutMember__boxItem img {
      width: 100%; }
  .c5-about .c5-aboutMember .c5-aboutMember__text {
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2;
    font-weight: 700; }
    @media screen and (max-width: 639px) {
      .c5-about .c5-aboutMember .c5-aboutMember__text {
        font-size: 1rem; } }
  .c5-about .c5-aboutMember .c5-aboutMember__text--notes {
    text-align: left; }

.c5-free-rental .c5-free-rental__box {
  display: flex;
  padding-left: 0; }
  @media screen and (max-width: 639px) {
    .c5-free-rental .c5-free-rental__box {
      display: block; } }
.c5-free-rental .c5-free-rental__boxImg {
  max-width: 560px;
  margin-right: 40px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16)); }
  @media screen and (max-width: 768px) {
    .c5-free-rental .c5-free-rental__boxImg {
      filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16)); } }
  @media screen and (max-width: 639px) {
    .c5-free-rental .c5-free-rental__boxImg {
      max-width: 100%;
      margin-right: 24px; } }
  .c5-free-rental .c5-free-rental__boxImg img {
    width: 100%;
    border-radius: 10px; }
.c5-free-rental .c5-free-rental__boxText {
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-bottom: 24px; }
  @media screen and (max-width: 639px) {
    .c5-free-rental .c5-free-rental__boxText {
      font-size: 1rem;
      margin-bottom: 16px; } }

.c5-event-info .c5-event-info__text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2; }
  @media screen and (max-width: 639px) {
    .c5-event-info .c5-event-info__text {
      font-size: 1rem;
      text-align: left; } }
.c5-event-info .c5-event-info__inner {
  margin-top: -24px; }
  @media screen and (max-width: 639px) {
    .c5-event-info .c5-event-info__inner {
      margin-top: 16px; } }
  .c5-event-info .c5-event-info__inner .c5-button {
    transition: all 0.2s;
    position: relative;
    padding: 16px 64px 16px 32px; }
    .c5-event-info .c5-event-info__inner .c5-button::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 32px;
      width: 15px;
      height: 23px;
      background-image: url(../images/arrow_wt.png);
      background-size: contain;
      background-repeat: no-repeat;
      transform: translate(0, -50%) rotate(-90deg); }
    .c5-event-info .c5-event-info__inner .c5-button:hover {
      transition: all 0.2s;
      color: #F1906B;
      text-decoration: none;
      background-color: #fff; }
      .c5-event-info .c5-event-info__inner .c5-button:hover::after {
        background-image: url(../images/arrow_or.png); }
.c5-event-info .c5-event-info__tab {
  background-color: #FBD374;
  border-radius: 24px 24px 0 0;
  margin: 0 0 -2px;
  display: inline-block;
  padding: 12px 24px;
  line-height: 0;
  max-width: 104px; }
  .c5-event-info .c5-event-info__tab img {
    width: 100%; }
.c5-event-info .c5-event-info__innerBox {
  display: flex;
  border: solid 4px #FBD374;
  border-radius: 0 24px 24px 24px;
  justify-content: center;
  align-items: center;
  padding: 16px; }
  @media screen and (max-width: 490px) {
    .c5-event-info .c5-event-info__innerBox {
      display: block; } }
.c5-event-info .c5-event-info__boxText {
  align-items: center;
  display: flex; }
  @media screen and (max-width: 768px) {
    .c5-event-info .c5-event-info__boxText {
      display: block; } }
.c5-event-info .c5-event-info__boxImg {
  margin-right: 64px;
  max-width: 240px; }
  @media screen and (max-width: 768px) {
    .c5-event-info .c5-event-info__boxImg {
      margin-right: 20px; } }
  @media screen and (max-width: 490px) {
    .c5-event-info .c5-event-info__boxImg {
      margin-right: 0;
      max-width: 100%; } }
  .c5-event-info .c5-event-info__boxImg img {
    width: 100%; }
.c5-event-info .c5-event-info__boxText--text {
  margin: 0 40px 0 0;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2;
  font-weight: 700; }
  @media screen and (max-width: 639px) {
    .c5-event-info .c5-event-info__boxText--text {
      font-size: 1rem; } }
  @media screen and (max-width: 768px) {
    .c5-event-info .c5-event-info__boxText--text {
      margin-right: 0; } }
.c5-event-info .c5-event-info__button {
  flex-shrink: 0;
  text-align: right; }
.c5-event-info .c5-event-info__text--bold {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-top: 40px; }
  @media screen and (max-width: 639px) {
    .c5-event-info .c5-event-info__text--bold {
      font-size: 1rem;
      margin-top: 32px; } }
.c5-event-info .c5-event-info__box{
  position: relative;}
  .c5-event-info .c5-event-info__box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    width: 20vw;
    max-width: 272px;
    height: 14.5vw;
    background-image: url(../images/illust02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .c5-event-info .c5-event-info__box::after {
        right: -4%;
        top: 40%;
        width: 20vw;
        height: 17vw; } }
    @media screen and (max-width: 639px) {
      .c5-event-info .c5-event-info__box::after {
        right: 0;
        top: 20%; } }
    @media screen and (max-width: 490px) {
      .c5-event-info .c5-event-info__box::after {
        right: 0;
        top: 104%; } }

.c5-support .c5-flex {
  display: flex;
  padding-left: 0; }
.c5-support .c5-support__text {
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: center; }
  @media screen and (max-width: 639px) {
    .c5-support .c5-support__text {
      font-size: 1rem;
      text-align: left; } }
.c5-support .c5-flex__inner {
  list-style-type: none; }
  .c5-support .c5-flex__inner img {
    width: 100%; }
  .c5-support .c5-flex__inner .c5-icon-img {
    width: 1em; }
.c5-support .c5-fontSize22--bold {
  font-size: 22px;
  font-weight: 700;
  margin: 0; }
  @media screen and (max-width: 639px) {
    .c5-support .c5-fontSize22--bold {
      font-size: 1.1rem;
      text-align: left; } }
.c5-support .c5-fontSize32--bold {
  font-size: 32px;
  font-weight: 700;
  margin: 0; }
  @media screen and (max-width: 639px) {
    .c5-support .c5-fontSize32--bold {
      font-size: 1.6rem;
      text-align: left; } }
.c5-support .c5-general--mb32 {
  margin-bottom: 32px; }
  @media screen and (max-width: 639px) {
    .c5-support .c5-general--mb32 {
      margin-bottom: 24px; } }
.c5-support .c5-general--mb0 {
  margin-bottom: 0; }
.c5-support .c5-general--mt0 {
  margin-top: 0; }
.c5-support .c5-support__inner {
  margin-top: 40px; }
  .c5-support .c5-support__inner .c5-subHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 32px;
    text-align: center; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__inner .c5-subHeading {
        margin-bottom: 24px;
        font-size: 1.4rem; } }
    .c5-support .c5-support__inner .c5-subHeading .c5-subHeading__text {
      width: 49%; }
      @media screen and (max-width: 768px) {
        .c5-support .c5-support__inner .c5-subHeading .c5-subHeading__text {
          width: 76%; } }
    .c5-support .c5-support__inner .c5-subHeading::before, .c5-support .c5-support__inner .c5-subHeading::after {
      content: "";
      position: relative;
      height: 4px;
      background-image: url(../images/dot.png);
      background-repeat: repeat-x;
      background-size: contain;
      width: 25.5%; }
      @media screen and (max-width: 768px) {
        .c5-support .c5-support__inner .c5-subHeading::before, .c5-support .c5-support__inner .c5-subHeading::after {
          width: 12%; } }
    .c5-support .c5-support__inner .c5-subHeading::before {
      right: 0; }
    .c5-support .c5-support__inner .c5-subHeading::after {
      left: 0; }
.c5-support .c5-support__innerMore .c5-subHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 32px;
  text-align: center; }
  @media screen and (max-width: 639px) {
    .c5-support .c5-support__innerMore .c5-subHeading {
      margin-bottom: 24px;
      font-size: 1.4rem; } }
  .c5-support .c5-support__innerMore .c5-subHeading .c5-subHeading__text {
    width: 76%; }
  .c5-support .c5-support__innerMore .c5-subHeading::before, .c5-support .c5-support__innerMore .c5-subHeading::after {
    content: "";
    position: relative;
    height: 4px;
    background-image: url(../images/dot.png);
    background-repeat: repeat-x;
    background-size: contain;
    width: 11%; }
  .c5-support .c5-support__innerMore .c5-subHeading::before {
    right: 0; }
  .c5-support .c5-support__innerMore .c5-subHeading::after {
    left: 0; }
.c5-support .c5-support__bubble {
  width: 76%;
  margin: auto; }
.c5-support .c5-block__inner {
  max-width: 1120px; }
.c5-support .c5-support__box {
  display: flex;
  padding-left: 0;
  justify-content: center;
  margin-bottom: 32px; }
  @media screen and (max-width: 639px) {
    .c5-support .c5-support__box {
      margin-bottom: 24px; } }
  @media screen and (max-width: 490px) {
    .c5-support .c5-support__box {
      display: block; } }
.c5-support .c5-support__service {
  margin-right: 20px;
  background-color: #fff;
  width: 33.333%;
  border-radius: 24px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  padding: 20px 6px 6px; }
  @media screen and (max-width: 639px) {
    .c5-support .c5-support__service {
      font-size: 1.1rem; } }
  @media screen and (max-width: 490px) {
    .c5-support .c5-support__service {
      width: 100%;
      margin-bottom: 8px;
      padding: 6px 6px 6px; } }
  .c5-support .c5-support__service .c5-support__serviceText {
    text-align: center;
    margin: 0 auto; }
  .c5-support .c5-support__service .c5-support__serviceImg {
    max-width: 124px;
    margin: 12px auto 0; }
    .c5-support .c5-support__service .c5-support__serviceImg img {
      width: 100%; }
  .c5-support .c5-support__service:last-child {
    margin-right: 0;
    padding-top: 40px; }
    @media screen and (max-width: 490px) {
      .c5-support .c5-support__service:last-child {
        padding-top: 6px; } }
    .c5-support .c5-support__service:last-child .c5-support__serviceImg {
      margin: 24px auto 0; }
      @media screen and (max-width: 639px) {
        .c5-support .c5-support__service:last-child .c5-support__serviceImg {
          margin: 12px auto 0; } }
.c5-support .c5-support__safety {
  border-radius: 24px;
  background-color: #fff;
  padding: 0 60px 40px 60px;
  margin-bottom: 32px; }
  @media screen and (max-width: 768px) {
    .c5-support .c5-support__safety {
      padding: 0 24px 24px 24px; } }
  .c5-support .c5-support__safety .c5-support__safetyTab {
    border-radius: 0 0 24px 24px;
    background-color: #FBD374;
    display: inline-block;
    padding: 16px 38px;
    line-height: 0;
    margin-bottom: 24px;
    margin-top: -1px; }
    .c5-support .c5-support__safety .c5-support__safetyTab img {
      width: 100%; }
  .c5-support .c5-support__safety .c5-support__safetyTitle {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 700; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety .c5-support__safetyTitle {
        font-size: 1.6rem;
        margin-bottom: 16px; } }
  .c5-support .c5-support__safety .c5-support__safety--border {
    display: inline;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 8px;
    line-height: 2; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety .c5-support__safety--border {
        font-size: 1.4rem; } }
  .c5-support .c5-support__safety .c5-support__safetyText {
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety .c5-support__safetyText {
        font-size: 1rem;
        text-align: left; } }
  .c5-support .c5-support__safety .c5-support__safetyText--big {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety .c5-support__safetyText--big {
        font-size: 1.2rem;
        text-align: left; } }
  .c5-support .c5-support__safety .c5-support__safetyText--or {
    color: #F1906B; }
  .c5-support .c5-support__safety .c5-support__safetyText--example {
    font-size: 0.8em;
    vertical-align: top; }
  .c5-support .c5-support__safety .c5-support__safetyText--notes {
    margin: 24px 0;
    text-align: center;
    font-size: 1rem; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety .c5-support__safetyText--notes {
        margin: 16px 0;
        text-align: left; } }
  .c5-support .c5-support__safety .c5-support__safetyText--bold {
    font-weight: 700; }
  .c5-support .c5-support__safety .c5-support__safetyProducts {
    display: flex;
    column-gap: 24px;
    padding-left: 0;
    margin-top: 24px; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety .c5-support__safetyProducts {
        display: block;
        margin-top: 16px; } }
  .c5-support .c5-support__safety .c5-support__safetyProducts--img {
    max-width: 280px; }
.c5-support .c5-support__safety01 {
  border: solid 2px #81C0EB; }
  .c5-support .c5-support__safety01 .c5-support__safetyTab {
    background-color: #81C0EB;
    max-width: 90px; }
  .c5-support .c5-support__safety01 .c5-support__safetyTitle {
    color: #81C0EB; }
  .c5-support .c5-support__safety01 .c5-support__safety--border {
    border-bottom: solid 2px #81C0EB; }
  .c5-support .c5-support__safety01 .c5-support__safetyBox {
    display: flex;
    padding-left: 0;
    justify-content: center;
    margin-top: 24px; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety01 .c5-support__safetyBox {
        margin-top: 16px; } }
    @media screen and (max-width: 490px) {
      .c5-support .c5-support__safety01 .c5-support__safetyBox {
        display: block; } }
  .c5-support .c5-support__safety01 .c5-flex__inner {
    margin-right: 20px; }
    @media screen and (max-width: 490px) {
      .c5-support .c5-support__safety01 .c5-flex__inner {
        margin-right: 0; } }
    .c5-support .c5-support__safety01 .c5-flex__inner:last-child {
      margin-right: 0; }
.c5-support .c5-support__safety02 {
  border: solid 2px #FBD374; }
  .c5-support .c5-support__safety02 .c5-support__safetyTab {
    background-color: #FBD374;
    max-width: 92px; }
  .c5-support .c5-support__safety02 .c5-support__safetyTitle {
    color: #E3A511; }
  .c5-support .c5-support__safety02 .c5-support__safety--border {
    border-bottom: solid 2px #FBD374; }
  .c5-support .c5-support__safety02 .c5-support__safetyBox {
    display: flex;
    padding-left: 0;
    justify-content: center;
    margin-top: 24px; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety02 .c5-support__safetyBox {
        margin-top: 16px; } }
  .c5-support .c5-support__safety02 .c5-flex__safetyBoxInner--img {
    margin-right: 40px;
    width: calc(19% - 20px); }
    @media screen and (max-width: 490px) {
      .c5-support .c5-support__safety02 .c5-flex__safetyBoxInner--img {
        margin-right: 20px;
        width: calc(30% - 10px); } }
    .c5-support .c5-support__safety02 .c5-flex__safetyBoxInner--img img {
      width: 100%; }
  .c5-support .c5-support__safety02 .c5-flex__safetyBoxInner--text {
    width: 81%;
    margin-right: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2;
    text-align: left;
    margin-bottom: 0; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety02 .c5-flex__safetyBoxInner--text {
        font-size: 1rem; } }
    @media screen and (max-width: 490px) {
      .c5-support .c5-support__safety02 .c5-flex__safetyBoxInner--text {
        margin-right: 0;
        width: 70%; } }
.c5-support .c5-support__safety03 {
  border: solid 2px #97CE85; }
  .c5-support .c5-support__safety03 .c5-support__safetyTab {
    background-color: #97CE85;
    max-width: 92px; }
  .c5-support .c5-support__safety03 .c5-support__safetyTitle {
    color: #72AF5E; }
  .c5-support .c5-support__safety03 .c5-support__safety--border {
    border-bottom: solid 2px #97CE85; }
  .c5-support .c5-support__safety03 .c5-support__safetyBox {
    display: flex;
    padding-left: 0;
    margin-top: 24px; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety03 .c5-support__safetyBox {
        margin-top: 16px; } }
  .c5-support .c5-support__safety03 .c5-flex__safetyBoxInner--img {
    margin-right: 40px;
    width: calc(21% - 20px); }
    @media screen and (max-width: 490px) {
      .c5-support .c5-support__safety03 .c5-flex__safetyBoxInner--img {
        margin-right: 20px;
        width: calc(30% - 10px); } }
    .c5-support .c5-support__safety03 .c5-flex__safetyBoxInner--img img {
      width: 100%; }
  .c5-support .c5-support__safety03 .c5-flex__safetyBoxInner--text {
    width: 79%;
    margin-right: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__safety03 .c5-flex__safetyBoxInner--text {
        font-size: 1rem; } }
    @media screen and (max-width: 490px) {
      .c5-support .c5-support__safety03 .c5-flex__safetyBoxInner--text {
        margin-right: 0px;
        width: 70%; } }
.c5-support .c5-support__recom {
  background-color: #F2F5F5;
  border-radius: 8px;
  padding: 24px 40px;
  margin-top: 24px; }
  @media screen and (max-width: 639px) {
    .c5-support .c5-support__recom {
      margin-top: 16px;
      padding: 24px 24px; } }
  .c5-support .c5-support__recom .c5-support__recomTitle {
    color: #72AF5E;
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2;
    font-weight: 700; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__recom .c5-support__recomTitle {
        font-size: 1rem; } }
  .c5-support .c5-support__recom .c5-support__recomText {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2; }
    @media screen and (max-width: 639px) {
      .c5-support .c5-support__recom .c5-support__recomText {
        margin-bottom: 8px;
        font-size: 1rem;
        text-align: left; } }

.c5-others {
  padding-bottom: 0; }
  .c5-others .c5-others__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px; }
  .c5-others .c5-others__box {
    background-color: #F9F5F0;
    padding: 40px;
    border-radius: 24px;
    margin-bottom: 32px; }
    @media screen and (max-width: 639px) {
      .c5-others .c5-others__box {
        padding: 24px 24px;
        margin-bottom: 24px; } }
    .c5-others .c5-others__box:last-child {
      margin-bottom: 0; }
    .c5-others .c5-others__box .c5-others__title {
      font-size: 28px;
      line-height: 1.2;
      font-weight: 700;
      margin: 0 0 32px 0; }
      @media screen and (max-width: 639px) {
        .c5-others .c5-others__box .c5-others__title {
          font-size: 1.2rem;
          margin: 10px 0 16px 0; } }
    .c5-others .c5-others__box .c5-others__boxInner {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 639px) {
        .c5-others .c5-others__box .c5-others__boxInner {
          display: block; } }
    .c5-others .c5-others__box .c5-others__inner--img {
      margin-right: 40px;
      width: 35%; }
      @media screen and (max-width: 639px) {
        .c5-others .c5-others__box .c5-others__inner--img {
          margin-right: 0;
          width: 100%; } }
      .c5-others .c5-others__box .c5-others__inner--img img {
        width: 100%; }
    .c5-others .c5-others__box .c5-others__inner--text {
      width: 65%;
      font-size: 18px;
      letter-spacing: 0.01em;
      line-height: 2; }
      @media screen and (max-width: 639px) {
        .c5-others .c5-others__box .c5-others__inner--text {
          width: 100%;
          font-size: 1rem;
          margin-bottom: 10px; } }

.c5-button__modal {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  background-color: #F1906B;
  border: solid 3px #F1906B;
  border-radius: 42px;
  display: inline-block;
  padding: 16px 60px 16px 32px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s; }
  @media screen and (max-width: 639px) {
    .c5-button__modal {
      font-size: 1rem; } }
  .c5-button__modal::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 20px;
    height: 15px;
    background-image: url(../images/icon_link_wt.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(0, -50%); }
  .c5-button__modal:hover {
    transition: all 0.2s;
    color: #F1906B;
    text-decoration: none;
    background-color: #fff; }
    .c5-button__modal:hover::after {
      background-image: url(../images/icon_link_or.png); }

/* モーダルと背景の指定 */
.c5-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 24px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 9999; }
  @media screen and (max-width: 639px) {
    .c5-modal {
      padding: 32px 16px; } }

.c5-modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em; }

.c5-modal.is-active {
  opacity: 1;
  visibility: visible; }

.c5-modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%; }

.c5-modal-close {
  cursor: pointer; }

.c5-modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 24px; }

.c5-modal-content p {
  margin: 1em 0; }

.c5-news {
  border: solid 2px #D14;
  padding: 16px;
  margin-top: 22px; }

.c5-news h3 {
  margin-bottom: 8px; }

.c5-news p {
  margin-top: 0px; }

.c5-news--margin {
  display: inline-block;
  margin: 6px 0; }
