@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
}
body {
  color: #000;
  background-color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
  font-size: 3.5897435897vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header {
  margin-top: 0;
}

section {
  padding: 0;
}

h1 {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  * {
    font-size: 16px;
  }
}
/**/
.pc-only {
  display: none;
}

@media (min-width: 1000px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .pc-only.inline {
    display: inline;
  }
}
/* 色 */
.container {
  margin: 0 auto;
  width: 89.7435897436%;
}

.bold {
  font-weight: bold;
}

.flex-box {
  display: flex;
}

.flex-box.-around {
  justify-content: space-around;
}

.em-pink {
  color: #fd634e;
  font-weight: bold;
}

.em-tenten {
  position: relative;
}
.em-tenten::before {
  content: "・";
  position: absolute;
  top: -1em;
  left: 1em;
}

.text-link {
  color: #419f91;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.text-link:hover {
  opacity: 0.7;
}

.text-link.arrow {
  margin-top: 8.5714285714%;
  padding-left: 1em;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.text-link.arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #419f91;
  position: relative;
  margin: auto 0.5em auto 0;
}

#header {
  background-image: none;
}
#header .local-nav-logo {
  position: absolute;
  top: 1.7094017094%;
  left: 50%;
  transform: translateX(-50%);
  width: 39.3333333333%;
}
#header .kv-title {
  line-height: 0;
}
#header .period {
  padding: 3.4188034188% 0;
  color: #2e7297;
  background-color: #ffe100;
  text-align: center;
  font-weight: bold;
}
#header .period dt {
  padding: 0.4273504274% 1.7094017094%;
  display: inline-block;
  border: solid 1px #2e7297;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: 3.0769230769vw;
}
#header .period .period-num {
  font-size: 62px;
  font-size: 6.2rem;
  font-size: 5.2991452991vw;
}

.anchor-navi ul {
  margin: 7.619047619% 0 6.6666666667%;
  display: flex;
  justify-content: space-between;
}

.anchor-navi ul li {
  padding-bottom: 0.2em;
  width: 23.8095238095%;
  height: auto;
  border: solid 1px #2e7297;
  border-radius: 0.5em;
}

.anchor-navi ul li a {
  padding: 20% 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #2e7297;
  border-radius: 0.5em;
  background: #fff;
  text-align: center;
  line-height: 1.1;
  color: #2e7297;
  font-weight: bold;
}

.anchor-navi ul li a::after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  width: 10.8%;
  height: 9.2%;
  background: #2e7297;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}

.anchor-navi .anchor-navi__col01 {
  background: #fdc3c0;
}
.anchor-navi .anchor-navi__col01 a:hover {
  background: #fbeae9;
}

.anchor-navi .anchor-navi__col02 {
  background: #c2ffe3;
}
.anchor-navi .anchor-navi__col02 a:hover {
  background: #dbfaeb;
}

.anchor-navi .anchor-navi__col03 {
  background: #86b2ff;
}
.anchor-navi .anchor-navi__col03 a:hover {
  background: #e0e9fa;
}

.anchor-navi .anchor-navi__col04 {
  background: #ffe100;
}
.anchor-navi .anchor-navi__col04 a:hover {
  background: #f8ffb9;
}

.sec-heading {
  margin-bottom: 7.619047619%;
  position: relative;
  color: #2e7297;
  text-align: center;
  font-size: 72px;
  font-size: 7.2rem;
  font-size: 6.1538461538vw;
  letter-spacing: 0.2em;
}
.sec-heading::before {
  content: "";
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url(../img/flag.svg);
  background-size: contain;
  width: 31.4285714286%;
  height: 100%;
}
.sec-heading.noflag::before {
  display: none;
}

.annotation {
  padding-left: 1em;
  text-indent: -1em;
}

#participation {
  margin-top: 10.2564102564%;
  position: relative;
  background: #fbeae9;
}
#participation .wave {
  padding: 17.094017094% 0 8.547008547%;
  position: relative;
  height: 40%;
  width: 100%;
  background: #fbeae9;
  bottom: 0;
}
#participation .wave::before {
  content: "";
  position: absolute;
  background: url(../img/wave_p.svg) repeat-x top center;
  background-size: 150%;
  width: 100%;
  height: 4%;
  top: -1%;
  left: 0;
}
#participation .flex-box {
  flex-direction: column;
}
#participation .participation-txt h3 {
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
  font-size: 4.1025641026vw;
  font-weight: bold;
  color: #2e7297;
  border: solid 3px #2e7297;
  padding: 1.9047619048%;
  position: relative;
}
#participation .participation-txt h3 + p {
  margin-top: 8.5714285714%;
  font-size: 42px;
  font-size: 4.2rem;
  font-size: 3.5897435897vw;
}
#participation .participation-txt h3::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  bottom: -18px;
  left: 0;
  right: 7px;
  background-color: #fbeae9;
  border-right: 3px solid #2e7297;
  transform: skew(-30deg);
  margin: auto;
  z-index: 1;
}
#participation .participation-txt h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d7fefc;
  top: 0.3em;
  left: 0.3em;
  mix-blend-mode: multiply;
  z-index: 2;
}
#participation .participation-txt ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 42px;
  font-size: 4.2rem;
  font-size: 3.5897435897vw;
}
#participation .annotation {
  margin-top: 7.619047619%;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: 3.0769230769vw;
}
#participation .participation-img {
  margin: 6.6666666667% 0;
}
#participation .steps {
  margin-top: 17.1428571429%;
}
#participation .step-box {
  position: relative;
  margin-bottom: 14.2857142857%;
  padding: 7.619047619% 4.7619047619%;
  background-color: #fff;
  border: solid 2px #2e7297;
  border-radius: 2em 0 2em 0;
}
#participation .step-box .mt {
  margin-top: 1.5em;
}
#participation .step-box::before, #participation .step-box::after {
  content: "";
  position: absolute;
}
#participation .step1::before {
  background: url(../img/STEP1.svg) no-repeat top center;
  background-size: contain;
  width: 32%;
  height: 16%;
  top: -11%;
}
#participation .step1::after {
  background: url(../img/arrow.svg) no-repeat top center;
  background-size: contain;
  width: 11.0476190476%;
  height: 18%;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
}
#participation .step2::before {
  background: url(../img/STEP2.svg) no-repeat top center;
  background-size: contain;
  width: 32%;
  height: 18%;
  top: -12%;
}
#participation .step2::after {
  background: url(../img/arrow.svg) no-repeat top center;
  background-size: contain;
  width: 11.0476190476%;
  height: 18%;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
}
#participation .step3 .annotation {
  margin-top: 0;
  font-size: 42px;
  font-size: 4.2rem;
  font-size: 3.5897435897vw;
  padding-left: 1em;
  text-indent: -1em;
}
#participation .step3::before {
  background: url(../img/STEP3.svg) no-repeat top center;
  background-size: contain;
  width: 32%;
  height: 14%;
  top: -9%;
}
#participation .step-box-ttl {
  position: relative;
  font-size: 48px;
  font-size: 4.8rem;
  font-size: 4.1025641026vw;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff88f 0%);
  display: inline;
  padding: 0 1px 0px;
}
#participation .step-box-ttl + p {
  margin-top: 5.7142857143%;
}

.apply {
  text-align: center;
  padding: 10.4761904762% 0 17.1428571429%;
  background-color: #f8ffb9;
  background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 15px 15px;
}

.apply-link-btn a {
  margin: 0 auto 1em;
  position: relative;
  display: block;
  width: 85.7142857143%;
  height: 100%;
  padding: 2.8571428571% 0;
  border-radius: 32px;
  color: #fff;
  background-color: #299b95;
  font-size: 60px;
  font-size: 6rem;
  font-size: 5.1282051282vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: all 0.3s ease-out;
}
.apply-link-btn a:hover {
  background-color: #fd8a7e;
}

.apply-link-btn a::after {
  position: absolute;
  right: 2.5em;
  top: 50%;
  content: "";
  display: inline-block;
  width: min(16px, 4vw);
  height: 20px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translate(0, -50%);
}

#benefit {
  position: relative;
  text-align: center;
}
#benefit .wave {
  padding: 17.094017094% 0 22.2222222222%;
  position: relative;
  height: 40%;
  width: 100%;
  background: #c2ffe3;
  bottom: 0;
}
#benefit .wave::before {
  content: "";
  position: absolute;
  background: url(../img/wave_g.svg) repeat-x top center;
  background-size: 150%;
  width: 100%;
  height: 4%;
  top: -2%;
  left: 0;
}
#benefit .benefit-ttl {
  padding: 10px 16px;
  margin-bottom: 3%;
  position: relative;
  left: -30px;
  display: inline-block;
  color: #2e7297;
  background: #c2ffe3;
  font-size: 42px;
  font-size: 4.2rem;
  font-size: 3.5897435897vw;
  font-weight: bold;
  border: solid 3px #2e7297;
  border-radius: 50px;
}
#benefit .benefit-ttl::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  background: #c2ffe3;
  bottom: -10px;
  left: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  margin: auto;
}
#benefit .benefit-ttl::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  background: #2e7297;
  bottom: -15px;
  left: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto;
  }
#benefit .benefit-img {
  position: relative;
  z-index: 2;
}
#benefit .quopay-img {
  position: relative;
  margin-top: -15.2380952381%;
  z-index: 1;
}
#benefit .blue-baloon {
  margin-top: 5.7142857143%;
  padding: 8.5714285714% 3.8095238095% 3.8095238095%;
  position: relative;
  font-size: 54px;
  font-size: 5.4rem;
  font-size: 4.6153846154vw;
  color: #fff;
  background-color: #2e7297;
}
#benefit .blue-baloon p::before {
  content: "";
  position: absolute;
  background: url(../img/kirakira-r.svg) no-repeat top center;
  background-size: contain;
  width: 22%;
  height: 17%;
  top: -2%;
  right: 2%;
}
#benefit .blue-baloon p::after {
  content: "";
  position: absolute;
  background: url(../img/kirakira-l.svg) no-repeat top center;
  background-size: contain;
  width: 22%;
  height: 17%;
  bottom: 1%;
  left: 2%;
}
#benefit .blue-baloon span {
  font-size: 48px;
  font-size: 4.8rem;
  font-size: 4.1025641026vw;
}
#benefit .blue-baloon .yellow-font{
  margin-bottom: 1em;
  display: inline-block;
  color: #ffe100;
  font-size: 48px;
  font-size: 4.8rem;
  font-size: 4.1025641026vw;
}
#benefit .blue-baloon .white-box {
  margin: 0.3em 0;
  padding: 2% 5%;
  display: inline-block;
  color: #fd8a7e;
  background-color: #fff;
  font-size: 60px;
  font-size: 6rem;
  font-size: 5.1282051282vw;
  font-weight: bold;
}
#benefit .blue-baloon::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 50%;
  height: 11%;
  width: 6%;
  transform: translateX(-50%);
  background-color: #2e7297;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
#benefit .blue-baloon::after {
  content: "";
  position: absolute;
  background: url(../img/benefit-gift-img.png) no-repeat top center;
  background-size: contain;
  width: 17%;
  height: 30%;
  bottom: -7%;
  right: 3%;
}
#benefit .annotation {
  margin-top: 11%;
  line-height: 1.9em;
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  font-size: 2.5641025641vw;
}

#overview {
  position: relative;
  text-align: center;
}
#overview .wave {
  padding: 17.094017094% 0;
  position: relative;
  height: 40%;
  width: 100%;
  background: #e0e9fa;
  bottom: 0;
}
#overview .wave::before {
  content: "";
  position: absolute;
  background: url(../img/wave_b.svg) repeat-x top center;
  background-size: 150%;
  width: 100%;
  height: 4%;
  top: -2%;
  left: 0;
}
#overview .overview-table {
  margin: 16px auto 0;
  border: 1px solid #2e7297;
  background-color: #fff;
}
#overview .overview-table dt {
  padding: 4px 8px;
  color: #fff;
  background-color: #2e7297;
  text-align: center;
}
#overview .overview-table dd {
  padding: 5% 3%;
  text-align: left;
}
#overview .overview-table dd .annotation {
  font-size: 36px;
  font-size: 3.6rem;
  font-size: 3.0769230769vw;
}
#overview .asterisk {
  margin-bottom: 1.5em;
  font-size: 40px;
  font-size: 4rem;
  font-size: 3.4188034188vw;
}
#overview .mt1_5em {
  margin-top: 1.5em;
}
#overview ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#overview .melmaga span {
  font-size: 36px;
  font-size: 3.6rem;
  font-size: 3.0769230769vw;
}
#overview #point {
  margin-top: 3em;
}
#overview #point h3 {
  margin-bottom: 1em;
  position: relative;
  text-align: left;
  color: #2e7297;
  font-size: 50px;
  font-size: 5rem;
  font-size: 4.2735042735vw;
}
#overview #point h3::after {
  content: "";
  position: absolute;
  border: solid 1px #2e7297;
  width: 80%;
  height: 0;
  top: 50%;
  right: 0;
}
#overview .point-list {
  text-align: left;
}
#overview .point-list li {
  margin-bottom: 1em;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: 3.0769230769vw;
}

#inquiry {
  padding: 13.6752136752% 0 8.547008547%;
  position: relative;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: 3.0769230769vw;
}
#inquiry p {
  letter-spacing: -0.01em;
}
#inquiry .text-link.arrow {
  margin-top: 1em;
  margin-bottom: 2em;
  justify-content: center;
}

#quopay-attention {
  padding: 8.547008547% 0;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: 3.0769230769vw;
}
#quopay-attention h3 {
  margin-bottom: 1em;
}
#quopay-attention ul li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

footer {
  padding: 5.1282051282% 0;
  background-color: #2e7297;
  font-size: 30px;
  font-size: 3rem;
  font-size: 2.5641025641vw;
  text-align: center;
  color: #fff;
}
footer div.container p {
  color: #fff;
}
footer .link-arrow {
  margin: 1em 0;
  display: inline-block;
  position: relative;
  padding-left: 0.7em;
  color: #fff;
}
footer .link-arrow:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 0;
}

@media (min-width: 1000px) {
  .container {
    margin: 0 auto;
    width: 1000px;
  }
  #header {
    text-align: center;
  }
  #header .local-nav-logo {
    padding: 10px 0 0;
    position: relative;
    width: 160px;
    top: 0;
    left: 0;
    transform: none;
  }
  #header .kv {
    background: url(../img/kv_bg.jpg) repeat-x top center;
    background-size: contain;
    height: 340px;
  }
  #header .kv-container {
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }
  #header .kv-title img {
    width: 750px;
    height: 270px;
  }
  #header .tekiyou {
    position: absolute;
    color: #fff;
    bottom: -10px;
    left: 450px;
    font-size: 12px;
  }
  #header .kv-phone-img {
    position: relative;
    bottom: -20px;
    right: -30px;
  }
  #header .kv-phone-img img {
    width: 380px;
    height: 320px;
  }
  #header .period {
    padding: 14px 0;
  }
  #header .period dl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .period dt, #header .period dd {
    display: inline-block;
  }
  #header .period dt {
    margin-right: 1em;
    padding: 2px 5px;
    border: solid 2px #2e7297;
    font-size: 14px;
  }
  #header .period dd {
    font-size: 18px;
  }
  #header .period .period-num {
    font-size: 25px;
  }
  .anchor-navi ul {
    margin: 34px 0 70px;
  }
  .anchor-navi ul li {
    margin: 0 1px 2px;
    padding-bottom: 3px;
    overflow: hidden;
    height: 90px;
    width: 235px;
    border: solid 1px #2e7297;
    border-radius: 20px;
  }
  .anchor-navi ul li a {
    border-bottom: solid 1px #2e7297;
    border-radius: 20px;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 15px;
  }
  .anchor-navi ul li a::after {
    content: "";
    position: absolute;
    top: 40px;
    left: auto;
    right: 10px;
    width: 18px;
    height: 15px;
    transition: none;
  }
  .anchor-navi ul li a:hover::after {
    top: 45px;
    transition: all 0.3s ease-out;
  }
  .sec-heading {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .sec-heading::before {
    width: 200px;
    height: 52px;
  }
  .sec-heading.noflag {
    font-size: 24px;
  }
  #participation {
    margin-top: 80px;
  }
  #participation .wave {
    padding: 120px 0 80px;
    height: 40%;
    width: 100%;
    background: #fbeae9;
    bottom: 0;
  }
  #participation .wave::before {
    content: "";
    position: absolute;
    background: url(../img/wave_p.svg) repeat-x top center;
    background-size: 100%;
    width: 100%;
    height: 4%;
    top: -50px;
    left: 0;
  }
  #participation .flex-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #participation .participation-txt{
    order: 2;
  }
  #participation .participation-img {
    margin: 0;
    width: 392px;
    order: 1;
  }
  #participation .participation-txt {
    width: 570px;
  }
  #participation .participation-txt ul {
    margin-top: 30px;
  }
  #participation .participation-txt h3 {
    font-size: 22px;
    padding: 13px;
    display: inline-block;
  }
  #participation .participation-txt h3 + p {
    margin-top: 50px;
    font-size: 18px;
  }
  #participation .participation-txt h3::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 18px;
    bottom: -18px;
    left: 0;
    right: 7px;
    background-color: #fbeae9;
    border-right: 3px solid #2e7297;
    transform: skew(-30deg);
    margin: auto;
    z-index: 1;
  }
  #participation .participation-txt h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d7fefc;
    top: 0.3em;
    left: 0.3em;
    mix-blend-mode: multiply;
    z-index: 2;
  }
  #participation .participation-txt ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 18px;
  }
  #participation .em-pink {
    font-size: 18px;
  }
  #participation .em-pink span {
    font-size: 18px;
  }
  #participation .annotation {
    margin-top: 30px;
    font-size: 16px;
  }
  #participation .text-link.arrow {
    font-size: 18px;
  }
  #participation .steps {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
  }
  #participation .step-box {
    padding: 40px 15px 10px;
    margin-bottom: 20px;
    width: 310px;
    border-radius: 50px 0 50px 0;
    letter-spacing: -0.03em;
  }
  #participation .step-box .mt {
    margin-top: 20px;
  }
  #participation .step1 .annotation {
    margin-top: 20px;
    font-size: 13px;
  }
  #participation .step1::before {
    width: 154px;
    height: 68px;
    top: -36px;
  }
  #participation .step1::after,
  #participation .step2::after {
    background: url(../img/arrow.svg) no-repeat top center;
    background-size: contain;
    width: 34px;
    height: 28px;
    bottom: -15%;
    top: 50%;
    left: auto;
    right: -37px;
    transform: translateY(-50%) rotate(-90deg);
  }
  #participation .step2::before {
    width: 154px;
    height: 68px;
    top: -36px;
  }
  #participation .step3 .annotation {
    font-size: 13px;
  }
  #participation .step3::before {
    width: 154px;
    height: 68px;
    top: -36px;
  }
  #participation .step3 .text-link {
    font-size: 13px;
  }
  #participation .step-box-ttl {
    font-size: 18px;
  }
  #participation .step-box-ttl + p {
    margin-top: 20px;
  }
  .apply {
    padding: 70px 0 100px;
  }
  .apply .annotation {
    font-size: 14px;
  }
  .apply .annotation .text-link {
    font-size: 14px;
  }
  .apply-link-btn a {
    margin: 0 auto 1em;
    width: 380px;
    height: 60px;
    padding: 15px 0;
    border-radius: 32px;
    font-size: 24px;
    transition: all 0.3s ease-out;
  }
  #benefit .wave {
    padding: 120px 0;
    height: 40%;
    width: 100%;
    background: #c2ffe3;
    bottom: 0;
  }
  #benefit .wave::before {
    content: "";
    position: absolute;
    background: url(../img/wave_g.svg) repeat-x top center;
    background-size: 100%;
    top: -50px;
    left: 0;
  }
  #benefit .benefit-ttl {
    margin-bottom: 10px;
    font-size: 20px;
    left: -60px;
  }
  #benefit .benefit-img {
    position: relative;
    z-index: 2;
  }
  #benefit .benefit-img img {
    width: 637px;
    height: 189px;
  }
  #benefit .benefit-box {
    display: flex;
    justify-content: space-between;
  }
  #benefit .quopay-img {
    margin-top: 30px;
    width: 518px;
    height: 518px;
  }
  #benefit .blue-baloon {
    margin-top: 150px;
    padding: 80px 20px 30px;
    width: 405px;
  }
  #benefit .blue-baloon p {
    font-size: 28px;
  }
  #benefit .blue-baloon p::before {
    content: "";
    position: absolute;
    background: url(../img/kirakira-b-r.svg) no-repeat top center;
    background-size: contain;
    width: 111px;
    height: 54px;
    top: -90px;
    right: 10px;
  }
  #benefit .blue-baloon p::after {
    content: "";
    position: absolute;
    background: url(../img/kirakira-b-l.svg) no-repeat top center;
    background-size: contain;
    width: 111px;
    height: 54px;
    top: -90px;
    left: 10px;
  }
  #benefit .blue-baloon span {
    font-size: 20px;
  }
  #benefit .blue-baloon .yellow-font{
  margin-bottom: 10px;
  font-size: 20px;
}

  #benefit .blue-baloon .white-box {
    margin: 0.3em 0;
    padding: 8px;
    font-size: 28px;
  }
    #benefit .blue-baloon .white-box .small{
    display: inline;
    font-size: 20px;
  }
  #benefit .blue-baloon::before {
    content: "";
    position: absolute;
    top: 100px;
    left: -17px;
    height: 43px;
    width: 35px;
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
            clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  #benefit .blue-baloon::after {
    width: 111px;
    height: 131px;
    top: -70px;
    left: 50%;
    transform: translateX(-50px);
  }
  #benefit .annotation {
    margin-top: 10%;
    line-height: 1.9em;
    text-align: left;
    font-size: 16px;
  }
  #overview .wave {
    padding: 120px 0 80px;
    height: 40%;
    width: 100%;
    background: #e0e9fa;
    bottom: 0;
  }
  #overview .wave::before {
    content: "";
    position: absolute;
    background: url(../img/wave_b.svg) repeat-x top center;
    background-size: 100%;
    top: -50px;
    left: 0;
  }
  #overview .overview-table {
    margin: 16px auto 0;
    border: 1px solid #e0e9fa;
  }
  #overview .overview-table dl {
    display: table;
  }
  #overview .overview-table dt {
    padding: 20px 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 300px;
    border: 1px solid #e0e9fa;
    font-size: 18px;
  }
  #overview .overview-table dd {
    padding: 20px 40px;
    display: table-cell;
    vertical-align: middle;
    width: 700px;
    border: 1px solid #e0e9fa;
    font-size: 18px;
  }
  #overview .overview-table dd .annotation {
    font-size: 18px;
  }
  #overview .overview-table dd p, #overview .overview-table dd span {
    font-size: 18px;
  }
  #overview .asterisk {
    margin-bottom: 1.5em;
    font-size: 18px;
  }
  #overview .mt1_5em {
    margin-top: 1.5em;
  }
  #overview ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 18px;
  }
  #overview .melmaga span {
    font-size: 18px;
  }
  #overview #point {
    margin-top: 60px;
  }
  #overview #point h3 {
    font-size: 24px;
  }
  #overview #point h3::after {
    content: "";
    position: absolute;
    border: solid 1px #2e7297;
    width: 86%;
    height: 0;
    top: 50%;
    right: 0;
  }
  #overview .point-list {
    text-align: left;
  }
  #overview .point-list li {
    margin-bottom: 1em;
    font-size: 16px;
  }
  #inquiry {
    padding: 80px 0;
    font-size: 16px;
  }
  #inquiry .text-link.arrow {
    margin: 20px 0 40px;
    justify-content: center;
  }
  #quopay-attention {
    padding: 80px 0;
    font-size: 16px;
  }
  footer {
    padding: 40px 0;
  }
  footer p, footer a {
    font-size: 14px;
  }
  footer .copyright {
    margin-top: 20px;
    font-size: 12px;
  }
} /* スマホの最後閉じ */
/*# sourceMappingURL=local.css.map */