/* 
1.デバイス共通css
2.767px以下のみ (スマホのみ)
3.768px以上のみ (タブレット含むスマホサイズ以上)
4.1080px以上のみ (PC)
5.320px以下のみ (幅狭スマホ) 
*/

body {}

section {
  margin-bottom: 40px;
}

.contents__wrap>section:nth-of-type(1) {
  background-color: #FFFF;
  margin-bottom: 10px;
  margin-top: 10px;
}


.contents__wrap>section:nth-of-type(2) {
  background-color: #FFF9D9;
  padding: 20px 15px 20px 15px;
}

.contents__wrap>section:nth-of-type(4) {
  background-color: #E5F6E9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contents__wrap>section:nth-of-type(6) {
  background-color: #FFEFD9;
  padding-top: 40px;
  padding-bottom: 60px;
}

.contents__wrap>section:nth-of-type(8) {
  background-color: #E5F6E9;
  padding-top: 40px;
  padding-bottom: 60px;
}

.contents__wrap>section:nth-of-type(9) {
  margin-bottom: 0px;
}


.Tab__inner>div>*:not(:first-child) {
  margin-top: 15px;
  width: 100%;
}

.Tab__inner>div {
  display: block;
  flex-direction: column;
  align-items: center;
}

.ConversionArea__layout {
  gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: auto;
}

.Tab__inner .Benefits__Image {
  display: block;
  margin: 20px auto 0;
}

.Tab__inner .Benefits__Image div {
  margin: 0 auto 15px;
  width: fit-content;
}

.Tab__inner .Benefits__Image .Benefit__one {
  margin: 0 auto 15px;
}



h2 {
  font-size: 28px;
}

h3 {
  font-size: 18px;
  color: #009943;
  text-align: center;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}

.Link__arrow2 {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  color: #07a32b;
  text-decoration: none;
  margin: 0 5px;
}

.Link__arrow2::before {
  position: absolute;
  left: 0;
  top: 0.3em;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url(/oos/adv/tmp_277/image/ico_arrow_bottom_green.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ImageColumn__layoutA {
  display: flex;
}

.ImageColumn__image {
  flex-shrink: 0;
  padding-left: 5px;
}

.ImageColumn__layoutA>*+* {
  margin-top: 0px;
}

.Tab__inner>div>*:not(:first-child) {
  margin-top: 15px;
}

.Accordion__indent {
  display: block;
}

.Accordion__indent>span:nth-child(1) {
  display: contents;
  min-width: 3em;
  margin-right: 1em;
  flex-shrink: 0;
}

.notice {
  font-weight: 600;
}

.Tab__moduleA .Tab__list {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.text_green {
  color: #009943;
  font-size: 14px;
  font-weight: 600;
}

.text_greenb {
  color: #009943;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.text_greenc {
  color: #009943;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}

.text_red {
  color: #E60012;
}

.text_orange {
  color: #F60;
}


.flow_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  text-align: center;
}


.flow_ttl::before {
  transform: rotate(-30deg);
  left: 0;
}

.flow_ttl::after {
  transform: rotate(30deg);
  right: 0;
}

.flow_ttl::before {
  content: "";
  display: block;
  background: #009943;
  width: 3px;
  height: 30px;
  position: absolute;
  top: 20%;
}

.flow_ttl::after {
  content: "";
  display: block;
  background: #009943;
  width: 3px;
  height: 30px;
  position: absolute;
  top: 20%;
}

h2 .text_greenb::before {
  content: "";
  display: block;
  background: #009943;
  width: 3px;
  height: 30px;
  transform: rotate(-30deg);
  position: absolute;
  left: -50px;
  bottom: 12px;
}

h2 .text_greenb::after {
  content: "";
  display: block;
  background: #009943;
  width: 3px;
  height: 30px;
  transform: rotate(-30deg);
  position: absolute;
  left: -50px;
  bottom: 12px;
}



strong {
  font-weight: 600;
}

.Card__moduleA {
  width: 325px;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 20px 15px;
  border-radius: 8px;
  box-shadow: none;
  margin-inline: auto;
  background-color: #ffff;
  border: 0px;
  text-align: left;
}

.Card__moduleB {
  width: 325px;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: none;
  margin-inline: auto;
  background-color: #ffff;
  border: 0px;
}

.Card__modulec {
  width: 325px;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: none;
  margin-inline: auto;
  background-color: #ffff;
  border: 0px;
  border: 1px solid var(--cccccc, #CCC);

}

.Card__moduleA .Card__heading {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #F60;
  margin-bottom: 10px;
}

.Card__moduleA .Card__title {
  font-size: 28px;
  font-weight: 600;
  color: #F60;
}

.Card__moduleA .Card__title2 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.Card__moduleA .Card__title3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #F60;
}

.Card__moduleA .merit__title2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}



.Card_box {
  background-image: url('/oos/adv/tmp_277/image/img_34.png');
  background-repeat: no-repeat;
  background-position: 75%;
  height: 106px;
}




.Card__title4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.border {
  border-top: 3px solid;
  border-color: #FFEFD9;
  padding: 10px 0 10px 0;
  font-weight: 600;
  font-size: 15px;
}

.merit_text {
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.number {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #009944;
  line-height: 24px;
  text-align: center;
}

.Card__heading2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}

._text__center {
  text-align: center !important;
  margin-inline: auto;
}

.Table__wrapper th {
  padding: 10px;
  border: solid 1px #ccc;
  font-weight: 600;
}

.annotation {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

#annotation .inner h1 {
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
}

#annotation .inner .block h2 {
  background: #eee;
  width: 100%;
  border-top: 2px solid #009944;
  padding: 10px 0 10px 20px;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 600;
}

#annotation .inner .block p.list-indent {
  text-indent: -1em;
  margin-left: 2em;
}

#annotation .inner .block p strong {
  font-weight: 600;
}

#annotation .inner .block p a {
  color: #00599b;
}

#annotation .inner .block p a i img {
  width: 14px;
}

#annotation .inner .block table {
  margin-top: 40px;
  margin-bottom: 45px;
}

#annotation .inner .block table tr th {
  text-align: center;
  background: #f2f8f4;
  padding: 10px 8px;
  line-height: 1;
  font-size: 12px;
  border: 1px solid #4d4d4d;
}

#annotation .inner .block table tr td {
  text-align: center;
  padding: 10px 8px;
  line-height: 1;
  font-size: 12px;
  border: 1px solid #4d4d4d;
}

#annotation .inner .block table tr td.rank {
  background: #eee;
}

#annotation .inner .block:not(:last-child) {
  margin-bottom: 40px;
}

#annotation .inner .block p.indent1em.kome {
  text-indent: -1em;
  margin-left: 1em;
}

.annotation {
  font-size: 9px;
  line-height: 14px;
}


#annotation .inner {
  width: 100%;
  margin-inline: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sp {
  display: none;
}


.FollowingBanner__block {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  height: auto;
  width: 100%;
  background-color: #FFF9D9;
  transition: opacity 0.3s, visibility 0.3s, pointer-events 0.3s;
}

i {
  margin-left: 3px;
  vertical-align: middle;
}

#annotation .inner .block p a i img {
  width: 14px;
  display: inline !important;
}

.FollowingBanner__content {
  max-width: 770px;
  padding-top: 25px;
  margin-inline: auto;
}

.ColorButton__layoutA {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  margin-top: 10px;
  -ms-grid-columns: (100%)[1];
  grid-template-columns: repeat(1, 100%);
  row-gap: 20px;
}





/* タブレットサイズ（スマホ）未満の指定 */
@media (max-width: 767px) {

  h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .annotation {
    font-size: 9px;
    line-height: 14px;
  }

  #annotation .inner h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #annotation .inner .block h2 {
    font-size: 13px;
    padding: 10px 13px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .Card__moduleA .merit__title2 {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
  }

  .Card__moduleA .Card__title2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  .Card_box {
    background-image: url('/oos/adv/tmp_277/image/img_34.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60px;
    height: 90px;
  }

  .Card__title4 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }

  .FollowingBanner__content {
    max-width: 770px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-inline: auto;
  }

}

/* タブレット以上の指定 */
@media (min-width: 768px) {

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
    color: #009943;
    text-align: center;
    font-weight: 600;
  }

  .text_green {
    color: #009943;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .Card__moduleA {
    width: 100%;
    padding: 29.5px 38px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    ;
  }

  .Card__moduleB {
    width: 100%;
    padding: 29.5px 38px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .Tab__inner .Benefits__Image {
    display: block;
    margin: 20px auto 0;
  }

  .Tab__inner .Benefits__Image div {
    margin: 0 auto 15px;
    width: fit-content;
  }

  .Tab__inner .Benefits__Image .Benefit__one {
    margin: 0 auto 15px;
  }

  .Carousel__moduleB {
    margin: 0 !important;
  }

  .Card__moduleA .Card__heading {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #F60;
    margin-bottom: 10px;
  }


  #annotation .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sp {
    display: none;
  }

  .Section__inner {
    width: 90%;
    max-width: 1000px;
    display: block;
  }

  .Carousel__moduleB .Carousel__image {
    flex-shrink: 0;
    text-align: center;
    margin: auto;
  }

  .contents__wrap>section:nth-of-type(1) {
    background-color: #FFFF;
    margin-bottom: 20px;
  }


  /* PCコンテンツ幅以下 */
  @media (max-width: 999px) {}


  /* PCコンテンツ幅以上 */
  @media (min-width: 1080px) {

    .contents__wrap>section:nth-of-type(1) {
      background-color: #FFFF;
      margin-bottom: 20px;
      margin-top: 20px;
    }


    .Section {
      padding: 0px;
    }


    h2 {
      font-size: 40px;
    }

    h3 {
      font-size: 30px;
      color: #009943;
      text-align: center;
      font-weight: 600;
    }

    .Tab__inner .Benefits__Image {
      width: 100%;
      margin: 30px auto 15px;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      display: flex;
    }

    .Table__wrapper th {
      padding: 10px;
      font-size: 20px;
      border: solid 1px #ccc;
      font-weight: 600;
    }

    .text_green {
      color: #009943;
      font-size: 20px;
      font-weight: 600;
    }

    .text_greenc {
      color: #009943;
      font-size: 20px;
      font-weight: 600;
    }

    .ImageColumn__description p {
      font-size: 24px;
      padding-top: 35px;
    }

    .Image__moduleA:not(:first-child) {
      margin-bottom: 40px;
      margin-top: 0px;
    }

    .border {
      border-top: 3px solid;
      border-color: #FFEFD9;
      padding: 10px 0 10px 0;
      font-weight: 600;
      font-size: 18px;
    }


    #annotation .inner {
      width: 950px;
    }

    .sp {
      display: none;
    }

  }

  /* iphone5等小さめのスマホ */
  @media (max-width: 320px) {}