@charset "utf-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
}
.pc{ display: block; }
.sp{ display: none; }
.caption{ font-size:16px; }
main {
  width: 100%;
  text-align: center;
  margin: 0;
}
main img { width: 100%; }

/* KeyVisual */
#kv {
  width: 100%;
  text-align: center;
}
  #kv .kv-inner {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
  }
  #kv .kv-inner p {
    margin: 60px auto;
    max-width: 1100px;
    position: absolute;
    z-index: 1;
  }
  #kv .kv-inner p img {
    width: 40vw;
  }
  #kv .kv-inner picture {
    width: 100%;
    position: relative;
  }
  #kv .kv-inner img {
    width: 100%;
    height: auto;
  }

/* Period */
#period-section {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #FCC800;
}
  #period-section .period-inner {
    text-align: center;
  }
  #period-section .period-inner h2 {
    font-size: 17px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
    background:#fff;
    width: fit-content;
    margin: 0 auto 5px;
    padding: 10px 40px;
    border-radius: 30px;
  }
  #period-section .period-inner .period-text {
    font-size: 38px;
    margin-top: 5px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    font-feature-settings: "palt";
  }

.kv, .content01 {
  max-width: 900px;
  margin: 0 auto;
}
  .kv-main-image{
    margin: 0 auto 30px;
    max-width: 900px;
  }
  .kv-text{
    background-color:#fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
    font-feature-settings: "palt";
  }
  .kv-lead {
    color: #000;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0;
  }
  .kv-lead02 {
    color: #000;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .kv-lead-decoration{
    color: #000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .kv-lead02 .kv-lead-decoration{
    color: #000;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 12px;
    background: linear-gradient(transparent 0%, transparent 80%, #fcc802 80%, #fcc802 100%);
  }
  .kv-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.13;
    margin-bottom: 22px;
    color: #1e3932;
    letter-spacing: 0.03em;
  }
  .kv-catch {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 400;
  }
  .kv-catch-decoration{
    font-size: 30px;
    font-weight: bold;
    background: #fcc802;
    padding: 2px 5px;
    margin: 0 5px;
  }

.main-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ff9300 0%, #ffbd4c 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  padding: 18px 68px;
  margin: 0 0 0 0;
  box-shadow: 0 6px 24px rgba(255, 179, 0, 0.14);
  letter-spacing: 0.03em;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}
.main-btn:hover { opacity: 0.84; }

.campaign-container01 {
  background-color: #fcc802;
}
.campaign-container02 {
  background-color: #fff;
}
.campaign-container03 {
  background-color: #016F46;
}
.campaign-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.campaign-con02-box:first-child{
  margin-top: 6vw;
}
.campaign-con02-box{
  border:solid 5px #016F46;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
}
  .campaign-con02-box .title{
    color:#fff;
    background-color: #016F46;
    font-size: 34px;
    /* line-height: 34px; */
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    position: relative;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
  }
  .campaign-con02-box .title::after{
    width: 148px;
    height: 93px;
    position: absolute;
    content:"";
    background-image: url(../_images/icon-ttl.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left:50px;
    bottom:0;
  }

.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #006f46;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
}
.steps {
  background: #f3f6f4;
  padding: 38px 80px 16px 80px;
  max-width: 1280px;
  margin: 0 auto;
}
.step-list {
  display: flex;
  gap: 34px;
  margin-bottom: 14px;
}
  .step-list li {
    background: #eafaf0;
    border-radius: 16px;
    border: 1.5px solid #d7f5e4;
    box-shadow: 0 2px 10px rgba(0,111,70,0.06);
    padding: 28px 46px;
    min-width: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .step-label {
    color: #00954e;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
  }
  .step-desc {
    font-size: 24px;
    line-height: 44px;
    color: #222;
    font-weight: 600;
    font-feature-settings: "palt";
  }
  .step-desc span.deco{
    font-weight: 600;
    color:#E60012;
  }
  .step-desc .step-image:first-child {
    max-width: 330px;
    margin: 30px auto 20px auto;
  }
  .step-desc .step-image:nth-child(2) {
    max-width: 330px;
    margin: 0 auto 40px auto;
  }

.category {
  background: #fff;
  padding: 20px 0 0 0;
}
  .category-inner{
    background-image: url(../_images/category_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 50px;
    padding: 70px 0 40px 0;
    margin: 0 50px;
  }
  .category-inner:first-child{
    margin-bottom: 80px;
  }
  .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /* max-width: 650px; */ /* 210px × 3 + gap×2 */
    padding: 0 40px;
    margin: 20px auto;
    justify-content: center;
    list-style: none;
  }
  .category-list li {
    background: #fff;
    border: 2px solid #006f46;
    position: relative;
    /* width: 200px; */
    max-width: 30%;
    /* height: 200px; */
    font-size: 22px;
    font-weight: 500;
    color: #1e3932;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin-bottom:20px;
  }
  .category-list li img {
    width: 100%;
    height: 110%;
    object-fit: contain;
  }
  .category-title {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #006400; /* 濃い緑 */
    color: #fff;
    padding: 8px 13px;
    font-weight: bold;
    font-size: 16px;
    font-weight: 500;
  }
  .category-note {
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
    max-width: 1280px;
    margin: 0 auto 80px;
    font-weight: bold;
  }
  .category-note .deco{
    font-size: 42px;
    color:#E60012;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
    font-feature-settings: "palt";
  }
  .category-note .price{
    text-align: center;
    font-weight: bold;
    font-size: 60px;
  }
  .category-note .deco:before,
  .category-note .deco:after {
    position: relative;
    display: inline-block;
    content: "";
    background:#E60012;
    width: 3px;
    height: 1.4em;
    margin: 0 0.7em;
    margin-top: -.3em;
    vertical-align: middle;
  }
  .category-note .deco:before {
    transform: rotate(-35deg);
  }
  .category-note .deco:after {
    transform: rotate(35deg);
  }

.steps {
  background: #fff;
  padding: 50px 0 30px 0;
}
.info {
  background: #f8f9fa;
  border-radius: 0 0 32px 32px;
  padding: 38px 80px 24px 80px;
  font-size: 18px;
  color: #333;
}
  .info dl { margin: 0; }
  .info dt {
    font-weight: bold;
    color: #006f46;
    margin-top: 22px;
    font-size: 20px;
    letter-spacing: 0.02em;
  }
  .info dd {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #222;
  }

.section-title {
  position: absolute;
  top: 0;  /* 任意で調整、少し外にはみ出してもOK */
  left: 50%;
  transform: translate(-50%, -48%);
  font-size: 20px;
  background-color: #fcc802;
  color: #353535;
  font-weight: bold;
  text-align: center;
  padding: 0 5rem;
  /* height: 50px; */
  line-height: 56px;
  z-index: 2;
  display: inline-block;
}
  .section-title::before,
  .section-title::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #fcc802 transparent;
    border-style: solid;
    content: '';
  }
  .section-title::before {
    left: -15px;
    border-width: 28px 0px 28px 15px;
  }
  .section-title::after {
    right: -15px;
    border-width: 28px 15px 28px 0px;
  }
  
.category-btn-container{
  margin-top: 5vw;
}
  .category-btn-container .text1{
    font-weight: bold;
    position: relative;
    font-size: 21px;
  }
  .category-btn-container .text1:before,
  .category-btn-container .text1:after {
    position: relative;
    display: inline-block;
    content: "";
    background:#E60012;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
  }
  .category-btn-container .text1:before {
    transform: rotate(-35deg);
  }
  .category-btn-container .text1:after {
    transform: rotate(35deg);
  }
  .category-btn-container .text2{
    font-size: 37px;
    font-weight: bold;
  }
  .category-btn{
    max-width:740px;
    height:120px;
    margin:25px auto;
    background-color: #FF6E00;
    border-radius: 60px;
    position: relative;
  }
  .category-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .category-btn::after{
    position: absolute;
    width:15px;
    height:15px;
    content:"";
    background-image: url(../_images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top:50%;
    right: 5%;
    transform: translate(0%, -50%);
  }
  .category-btn img{
    max-width: 500px;
  }

.subject-item{
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 0px 0px 20px 20px;
  background: #FFF;
  padding: 40px 0;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  -o-border-radius: 0px 0px 20px 20px;
}
.category-inner .red-btn,
.win-container .red-btn {
  max-width: 600px;
  margin: 35px auto 20px auto;
  background-color: #E60012;
  border-radius: 50px;
  position: relative;
  /* font-size: 22px; */
}
.category-inner .red-btn a {
  display: block;
  padding: 25px 0 25px 0;
  color:#fff;
  font-weight: bold;
  font-size: 22px;
}
.win-container .red-btn a {
  display: block;
  padding: 15px 0;
  color:#fff;
  font-weight: bold;
  font-size: 15px;
}
.category-inner .red-btn a:hover,
.win-container .red-btn a:hover {
  text-decoration: none;
}
.category-inner .red-btn::after,
.win-container .red-btn::after {
  position: absolute;
  width:15px;
  height:15px;
  content:"";
  background-image: url(../_images/icon-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top:50%;
  right: 5%;
  transform: translate(0%, -50%);
}
.win-container {
  display: flex;
  /* gap: 50px; */
  /* align-items: flex-start; */
  /* flex-wrap: wrap; */ /* レスポンシブ対策 */
  padding: 50px;
}
.left {
  width: 35%;
  max-width: 400px;
}
.left img{
  border-radius: 12px;
}
.right {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 5%;
}
.right-text-block {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  font-feature-settings: "palt";
  margin: 1vw 0 0 0;
}
.right p{
  font-weight: 600;
}
.right p.download {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0;
}
.right p.sizeup{
  font-size: 22px;
}
.right .deco{
  color:#E60012;
  font-weight: 600;
}
.right-btn-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.right-btn-block01 {
  width: 50%;
  display: flex;
  border-radius: 8px;
  /* padding: 10px; */
  align-items: center;
  gap: 10px;
}
.right-btn-block01 .text-area {
  font-size: 16px;
  line-height: 1.1;
  text-align: left;
  margin-right: 10px;
}
.right-btn-block01 .image-area {
  width: 85px;
  height: auto;
  border: solid 2px #000000;
  padding: 8px;
  border-radius: 8px;
}
.right-btn-block01 .image-area img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.right-btn-block02 {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-size: 15px;
}
.right-btn-block02 .app-select-box img {
    width: 34vw;
}
.win-container .red-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0;
}
.campaign-container03 .campaign-inner {
  padding: 60px 0 80px 0;
}
.attention {
  padding: 30px 35px;
  background: #016F46;
  max-width: 1090px;
  margin: 30px auto 0 auto;
  background-color:#fff;
  border-radius: 14px;
}
.attention-title {
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.attention ul {
  margin: 0;
  padding: 0;
  color: #222;
  font-feature-settings: "palt";
}
  .attention li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 2px;
    position: relative;
    padding-left: 15px;
  }
  .attention li::before {
    content: "※";
    position: absolute;
    left: 0;
  }

.point-ex{
  color:#fff;
  text-align: left;
  max-width: 1160px;
  margin: 0 auto;
}
  .point-ex-title{
    font-size: 20px;
    position: relative;
    padding-left: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .point-ex-title::before {
    content: "";
    background-image: url(../_images/icon-date.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 38px;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  .point-ex-title::after {
    content: "";
    position: absolute;
    left: 50px; /* ← .point-ex-titleのpadding-leftと同じ値 */
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #fff;
  }
  .point-ex ul li{
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    font-size:14px;
  }
  .point-ex ul li::before {
    content: "※";
    position: absolute;
    left: 0;
  }
  .point-ex-text{
    font-size: 26px;
    margin:20px auto;
    line-height: 1.7;
    font-weight: 500;
    font-feature-settings: "palt";
  }

@media only screen and (max-width: 1160px) {
  .campaign-inner{
    width: 94%;
  }
  .right-btn-block {
    display: block;
  }
  .right {
    gap: 2vw;
  }
  .right-btn-block01 {
    width: 100%;
    gap: 1.2vw;
  }
}

/* ----- スマホ版（vwのみ） ----- */
@media only screen and (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .caption{
    font-size: 3.6vw;
    line-height: 5.6vw;
  }
  main {
    margin: 0;
  }
  /* key visual */
  #kv {
    padding:0;
  }
    #kv .kv-inner {
      margin: 0 auto;
    }
    #kv .kv-inner p img{
      width: 80vw;
    }
    #kv .kv-inner img {
      width: 100%;
    }
    #kv .kv-inner p{
      margin: 0vw auto 40vw;
    }

  /* period */
  #period-section {
    padding: 4.5vw 0 0;
    margin-top: 0;
  }
    #period-section .period-inner h3 {
      font-size: 4vw;
      margin-bottom: 0;
    }
    #period-section .period-inner .period-text {
      font-size: 7vw;
      margin: 2vw auto 4vw auto;
      font-weight: bold;
    }

  .campaign-inner{
    width: 92%;
  }
  .campaign-container {
    max-width: 100vw;
    border-radius: 6vw;
    margin: 0;
    box-shadow: none;
    border: none;
  }

  .kv {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
    .kv-text{
      padding: 6vw 2vw;
      margin-bottom: 4vw;
    }
    .kv-main { width: 100%; }

    .kv-main-image{
      margin: 0;
      max-width: initial;
    }

    .kv-lead {
      font-size: 5.2vw;
      margin-bottom: 0;
    }
    .kv-lead-decoration {
      font-size: 6vw;
    }
    .kv-lead02 {
      font-size: 5.2vw;
      line-height: 8.6vw;
      margin-bottom: 3vw;
    }
    .kv-lead02 .kv-lead-decoration {
      font-size: 6.8vw;
    }
    .kv-title {
      font-size: 7vw;
      margin-bottom: 2vw;
      font-weight: 900;
      line-height: 1.13;
    }
    .kv-catch {
      font-size: 4.4vw;
      margin-bottom: 3vw;
      line-height: 1.62;
    }
    .kv-catch-decoration{
      font-size: 4.8vw;
    }

  .main-btn {
    font-size: 4vw;
    padding: 4vw 18vw;
    border-radius: 20vw;
    margin: 0 0 0 0;
  }
  .kv-image {
    width: 84vw;
    height: 24vw;
    margin: 5vw 0 0 0;
    border-radius: 3vw;
    background-size: cover;
  }

  .campaign-inner{
    padding: 0 3% 2% 3%;
  }
    .campaign-con02-box {
      border: solid 5px #016F46;
      border-radius: 2.6vw;
      margin-bottom: 5vw;
      background: #fff;
    }
    .campaign-con02-box .title{
      font-size: 5vw;
      height: 13vw;
      border-radius: 1.0vw 1.0vw 0 0;
      font-weight: bold;
    }
    .campaign-con02-box .title::after{
      width: 15vw;
      height: 9vw;
      left: 2vw;
    }

  .category {
    background: #fff;
    padding: 0;
  }
    .category-title {
      top: -2vw;
      left: -2vw;
      padding: 1.5vw 2vw;
      font-size: 3.5vw;
      line-height: 3.5vw;
    }
    .subject-item{
      padding:7vw 4vw 4vw 4vw;
    }
    .category-title {
      position: absolute;
      top: -2vw;
      left: -2vw;
      background-color: #006400;
      color: #fff;
      padding: 1.5vw 2vw;
      font-weight: 500;
      font-size: 3.5vw;
      line-height: 3.5vw;
      letter-spacing: 0;
    }
    .category-note {
      font-size: 4.2vw;
      margin: 0 auto 13vw;
      max-width: initial;
    }
    .category-note .deco{
      font-size: 4.5vw;
      text-align: center;
      margin: 2vw auto 3vw auto;
    }
    .category-note .price{
      font-size: 8vw;
      text-align: center;
      font-weight: bold;
    }
    .category-note .deco:before{
      position: absolute;
      display: inline-block;
      content: "";
      background: #E60012;
      width: 3px;
      height: 14vw;
      margin: 0 1.5em;
      vertical-align: middle;
      transform: rotate(-35deg);
      bottom: 0;
      left: 0;
    }
    .category-note .deco:after{
      position: absolute;
      display: inline-block;
      content: "";
      background: #E60012;
      width: 3px;
      height: 14vw;
      margin: 0 1.5em;
      vertical-align: middle;
      transform: rotate(35deg);
      bottom: 0;
      right: 0;
    }
    .category-list {
      gap: 3vw;
      margin: 2vw auto 0 auto;
      padding: 0;
      gap: 4vw;
    }
    .category-list li {
      font-size: 4vw;
      width: 35vw;
      height: 33vw;
      max-width: inherit;
      border: .5vw solid #006f46;
      margin-bottom: 2vw;
    }
    .category-list li:last-child{
      font-size: 4vw;
      width: 50vw;
      height: 33vw;
      padding: 0;
    }
    .category-list li:last-child img{
      width: 100%;
      height: 110%;
      object-fit: cover;
    }
    .category-btn-container .text1 {
      font-size: 3.7vw;
    }
    .category-btn-container .text2 {
      font-size: 5.5vw;
    }
    .category-btn{
      max-width: inherit;
      height: 13vw;
      margin: 4vw 0 0 0;
    }
    .category-btn img {
      max-width: 76%;
    }
    
  .section-title {
    font-size: 3.8vw;
    width: 50%;
    line-height: 12vw;
    padding: 0 5vw;
    font-weight: bold;
  }
    .section-title::before{
      left: -5.8vw;
      border-width: 6vw 0 6vw 6vw;
    }
    .section-title::after {
      right: -5.8vw;
      border-width: 6vw 6vw 6vw 0px;
    }
    
  .steps {
    padding: 0;
  }
    .step-list {
      flex-direction: column;
      gap: 4vw;
      margin-bottom: 3vw;
    }
    .step-list li {
      padding: 4vw 8vw;
      border-radius: 4vw;
      min-width: 0;
    }
    .step-label {
      font-size: 3.6vw;
      margin-bottom: 1.5vw;
    }
    .step-desc {
      font-size: 3.8vw;
      line-height: 6.8vw;
      font-weight: bold;
    }
    .step-desc .step-image:first-child {
      max-width: initial;
      width: 90%;
      margin: 3vw auto 2vw auto;
    }
    .step-desc .step-image:nth-child(2) {
      max-width: initial;
      width: 90%;
      margin: 0 auto 4vw auto;
    }

  .category-inner{
    padding: 10vw 0 5vw 0;
    margin: 5vw 0 0 0;
  }
  .category-inner .red-btn,
  .win-container .red-btn {
    width: 92%;
    max-width: initial;
    margin: 4vw auto 2vw auto;
    border-radius: 10vw;
    font-weight: bold;
  }
  .category-inner .red-btn a,
  .win-container .red-btn a{
    font-size: 4vw;
    padding: 4vw 0;
  }
  .category-inner:first-child {
    margin-bottom: 12vw;
  }
  .step-desc .step-image {
    max-width: 250px;
    margin: 20px auto;
  }
  .win-container{
    padding: 7vw 4vw;
    gap: 3vw;
    display: block;
  }
  .win-container .left,
  .win-container .right{
    width:100%;
    margin-left: 0;
    max-width: inherit;
  }
  .right-btn-block{
    background-color:#FFFAE8;
    border-radius: 20px;
    justify-content: center;
    height: 30vw;
    display: flex;
  }
  .right-btn-block01 {
    width: 42%;
    border-radius: 0;
    padding: 0;
  }
  .right-btn-block02 {
    width: 40%;
    padding:0;
  }
  .right p.sizeup {
    font-size: 5vw;
    font-weight: bold;
  }
  .right p {
    font-size: 3.6vw;
  }
  .right p.download {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
  .win-container .red-btn{
    display: none;
  }
  .right-btn-block01 .text-area{
    position: relative;
  }
  .right-btn-block01 .text-area::before {
    content: "";
    background-image: url(../_images/win-decoration.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -4vw;
    left: -3.8vw;
    width: 7vw;
    height: 7vw;
  }
  .campaign-container03 .campaign-inner{
    padding: 6vw 0 6vw 0;
  }
  .point-ex-title{
    font-size: 5vw;
    font-weight: bold;
  }
  .point-ex-text {
    font-size: 4.5vw;
    font-weight: bold;
    margin: 4vw 0 3vw 0;
  }
  .point-ex ul li {
    line-height: 5.4vw;
    margin-bottom: 1vw;
    padding-left: 4vw;
    font-size: 3.5vw;
    letter-spacing: 0;
  }
  .info {
    padding: 7vw 4vw 2vw 4vw;
    border-radius: 0 0 6vw 6vw;
    font-size: 3vw;
  }
  .info dt {
    margin-top: 3vw;
    font-size: 3.5vw;
  }
  .info dd {
    font-size: 3vw;
  }
  .attention {
    padding: 4vw 5vw 4vw 5vw;
    margin: 4vw auto 0 auto;
  }
  .attention .section-title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .attention-title {
    margin: 0 0 3vw 0;
    font-size: 5vw;
  }
  .attention ul {
    margin-left: 0;
  }
  .attention li {
    font-size: 3.5vw;
    margin-bottom: 1vw;
    padding-left: 3.8vw;
  }
}