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



.ConversionArea__layout {
  display: flex;
  gap: 0;
  justify-content: center !important;
}

.ConversionArea {
  background: #F8EDDB;
  width: 100%;
  padding: 30px 20px;
}

.naviarea{
    width: 100%;
    background: #fff;
}

.Section__inner {
  width: 100%;
  margin-inline: auto;
}


.AnchorLink__layout {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-left: 0;
  gap: 20px 16px;
}

.Button__moduleA {
  width: 100%;
  max-width: fit-content;
  margin-top: 10px;
}



.Button__layout {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  margin-top: 20px;
  gap: 16px;
}

.bonoronArea {
  background: #BFCA48;
  width: 100%;
  padding: 30px 20px 30px 20px;
  margin-top: 40px;
}

.Language {
  background-image: url('/oos/adv/tmp_110/image/haikei.png');
  padding: 5px 20px 10px 10px;
  max-width: 1000px;
  display: block;
}


.LanguageSwitch__layoutA {
  position: relative;
  z-index: 500;
  height: 50px;
  width: 194px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-top: 30px;
}



.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  box-shadow: var(--shadow);
}

.card-rounded {
  border-radius: 18px;
}

.ConversionArea button {
  border-radius: 20px;
  background: #EF5350;
}

.bonoron_text {
  color: #396E40;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about-support {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
  align-items: center;
}

.book{
  max-width: 170px !important;
}

.section-beige {
  background: #F8EDDB !important;
  padding: 40px 20px 40px 20px;
}


.title-block01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.title-block01 .img01 {
  margin-right: 12px;
}

.title-block01 .img01 img {
  display: block;
  height: 18px;
  width: auto;
}

.title-block01 .img02 {
  margin-left: 12px;
}

.title-block01 .img02 img {
  display: block;
  height: 18px;
  width: auto;
}

.title-block01 .ttl01 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #6b4b3f;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin: 0;
}




.merit_text {
  color: #795548;
  font-size: 16px;
  font-weight: 600;
}

.merit_textm {
  color: #396E40;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.merit_textb {
  color: #396E40;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.merit_textr {
  color: #E54A1F;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.AnchorLink__moduleA {
  width: 100%;
  max-width: 325px;
  border: solid 0px;
  border-radius: 0px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
  background-color: #ffff;
  margin-inline: auto;
}



.text12 {
  font-size: 12px;
}

.badge2 {
  position: absolute;
  background: #396E40;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  min-width: 320px;
  padding: 14px 28px;
  color: #fff;
  text-align: center;
  line-height: 1.15;
  font-weight: 600;
  border-radius: 999px;
  z-index: 1;
  box-shadow: 0px 6px #64ae6d;
}

.badge2::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--pill-under);
  transform: translateY(8px);
  z-index: -1;
}



.badge1 {
  position: absolute;
  left: 50%;
  background: #396E40;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  padding: 8px 25px 10px 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
  line-height: 1;
}

.badge {
  display: inline-flex;
  background: #396E40;
  color: var(--green);
  padding: 8px 25px 10px 25px;
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: .4rem;
  place-items: center;
  line-height: 1;
}

.badge_text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.badge_textb {
  font-size: 24px;
  font-style: normal;
}


/* 
緑ボタン
*/
.ColorButton__moduleA.-colordgreen>.ColorButton__text {
  background-color: #43A047;
}

.ColorButton__moduleD.-colordgreen>.ColorButton__text {
  background-color: #43A047;
  border-color: #43A047;
}

.ColorButton__moduleD.-colordgreen>.ColorButton__text:hover {
  background-color: #fff;
  color: #43A047;
}

.ColorButton__moduleD.-colordgreen>.ColorButton__text:hover::before {
  background-image: url('/shared2022/images/common/ico_arrow_right_green.svg');
}

.ColorButton__moduleD.-colordgreen.-blank>.ColorButton__text:hover::before {
  background-image: url('/oos/adv/tmp_110/image/ico_blank_green.svg');
}



/* 
ピンクボタン
*/
.radius20 {
  border-radius: 20px !important;
}

.ColorButton__moduleA.-colorPink>.ColorButton__text {
  background-color: #EF5350;
}

.ColorButton__moduleD.-colorPink>.ColorButton__text {
  background-color: #EF5350;
  border-color: #EF5350;
}

.ColorButton__moduleD.-colorPink>.ColorButton__text:hover {
  background-color: #fff;
  color: #EF5350;
}

.ColorButton__moduleD.-colorPink>.ColorButton__text:hover::before {
  background-image: url('/shared2022/images/common/ico_arrow_right_green.svg');
}

.ColorButton__moduleD.-colorPink.-blank>.ColorButton__text:hover::before {
  background-image: url('/oos/adv/tmp_10/image/ico_blank_pink.svg');
}

.pink_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}




:root {
  --primary-color: #07A32B;
}

.Heading__title_lp {
  color: var(--primary-color);
  font-weight: 600;
  text-align: center;
}

.Heading__module02 .Heading__title_lp {
  font-size: 28px;
}

.Heading__module03 .Heading__title_lp {
  font-size: 18px;
}

.Box__title {
  font-size: 20px !important;
  color: #07A32B;
}

h3 {
  font-size: 20px !important;
  color: #07A32B;
}

.Box__inner .Box__title:not(:first-child) {
  margin-top: 20px;
}

.campaign-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.highlight {
  color: #f05a00;
  font-weight: bold;
}

.big-highlight {
  color: #f05a00;
  font-weight: bold;
  font-size: 22px;
}

.box_info {
  background-color: #fff9d9;
  text-align: center;
  color: #f05a00;
  font-weight: bold;
  font-size: 24px;
  padding: 40px 20px;
}

.Table__moduleD .Table__header01 {
  text-align: center;
  font-weight: 600;
}

.tabel_width {
  width: 70%;
  margin: 0 auto;
}

.Important__block {
  margin: 0;
  background-color: #fff9d9;
}

.bg1 {
  background-image: url("/oos/adv/tmp_280/image/coin.png");
  background-repeat: no-repeat;
  background-position: right;
}


._fsBig {
  font-size: 28px;
}

.Heading__title_attention {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.Heading__title_attention span:first-child {
  margin-right: 10px;
}

.Tab_midashi {
  color: var(--primary-color);
  font-weight: 600;
}

.Tab_midashi::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #E5F6E9;
}

.Tab_midashi_strong {
  font-size: 18px;
}

.Tab_midashi_strong span {
  font-size: 25px;
}

.Box__layoutA .Box__title+.Box__detail {
  margin-top: 10px;
}

.Table__data {
  text-align: center;
}

.Table__moduleA .Table__data {
  vertical-align: middle;
}

.Annotation__moduleA {
  font-size: 1.2rem;
}

.Tab__inner ._flex .Annotation__layout {
  width: 100%;
}

.FollowingBanner__block {
  background: #FFF9D9;
}

.FollowingBanner__content {
  padding: 10px;
}

.ConversionArea__layout {
  display: flex;
}

.ConversionArea__text {
  margin-bottom: 8px;
  font-weight: 400;
}

.ColorButton__layoutA {
  margin-top: 0;
  margin-bottom: 0;
}

.ConversionArea__layout {
  display: flex;
  gap: 0;
  justify-content: space-between;
}

.ConversionArea__item {
  width: calc((100% - 20px)/2);
}

.ColorButton__moduleE>.ColorButton__text,
.ColorButton__moduleF>.ColorButton__text {
  padding: 5px 5px 4px;
}

.ColorButton__moduleE>.ColorButton__text::before,
.ColorButton__moduleF>.ColorButton__text::before {
  right: 10px;
}

.FollowingBanner__close {
  display: none;
}

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

  .Section__inner {
    max-width: 100%;
    margin-inline: auto;
  }

  .Column__layoutA {
    display: -ms-grid;
    display: flex;
    gap: 10px;
  }

  .tabel_width {
    width: 100%;
    margin: 0 auto;
  }

  .bg1 {
    background-image: url("/oos/adv/tmp_280/image/coin.png");
    background-repeat: no-repeat;
    background-size: 80px 120px;
    background-position: right top;
  }

}


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

  .Important__block {
    padding: 50px 0;
  }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 20px 40px 20px;
  box-shadow: var(--shadow);
  max-width: 1000px;
  margin-inline: auto;
}

.bonoronArea {
  background: #BFCA48;
  width: 100%;
  padding: 40px 30px 40px 30px;
  margin-top: 40px;
}

.section-beige {
  background: #F8EDDB !important;
  padding: 40px 30px 40px 30px !important;
}

.section-language {
  padding: 0px !important;
}

.section-navi {
  max-width: 1000px;
  margin-inline: auto;
  padding: 0px;
}

.AnchorLink__layout.-column03 {
  justify-content: space-between;
  grid-template-columns: repeat(3, 31%);
  margin-top: 40px;
}

.book {
  max-width: 340px !important;
}

.Section__inner {
  max-width: 100%!important;
  margin-inline: auto;
  padding: 0px;
}

.Button__moduleA {
  width: 100%;
  max-width: fit-content;
  margin-top: 20px;
}

}

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

  
}


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

picture{
  background-color: #F5F7E4;
}

.section-language {
    background-color: #F5F7E4 !important;
}

.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 30px 30px 50px 30px;
    box-shadow: var(--shadow);
  }

  .Box__title {
    font-size: 20px !important;
  }

  .Heading__title_attention {
    font-size: 20px;
  }

  .Heading__module03 .Heading__title_lp {
    font-size: 20px;
  }

  .Tab_midashi {
    font-size: 20px;
  }

  .Tab_midashi_strong {
    font-size: 22px;
  }

  .Tab_midashi_strong span {
    font-size: 26px;
  }

  .Tab_midashi::after {
    width: 40%;
    height: 4px;
  }

  .Tab__inner ._flex .Annotation__layout {
    width: 60%;
  }
}

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