* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

input, textarea, select {
  outline: none;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 3.125vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6em;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  img {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .-sp {
    display: none !important;
  }
}

.inner {
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-left: min(30 / 750 * 100vw, 30px);
    padding-right: min(30 / 750 * 100vw, 30px);
  }
}

.detail {
  border-left: 5px solid #0054ae;
  border-right: 5px solid #0054ae;
  border-bottom: 5px solid #0054ae;
  padding: 50px;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  .detail {
    padding-top: min(60 / 750 * 100vw, 60px);
    padding-bottom: min(60 / 750 * 100vw, 60px);
    padding-left: min(30 / 750 * 100vw, 30px);
    padding-right: min(30 / 750 * 100vw, 30px);
  }
}
.detail__caption {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .detail__caption {
    width: min(513.5 / 750 * 100vw, 513.5px);
    margin-left: auto;
    margin-right: auto;
  }
}
.detail__cont {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .detail__cont {
    flex-direction: column;
    row-gap: min(60 / 750 * 100vw, 60px);
  }
}
.detail__cont > div {
  flex: 1;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .detail__cont > div {
    width: 100%;
  }
}
.detail__about {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .detail__about {
    width: min(468 / 750 * 100vw, 468px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .detail__about.about02 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .detail__about.about03 {
    position: relative;
    left: max(-20 / 750 * 100vw, -20px);
  }
}
@media only screen and (max-width: 768px) {
  .detail__about.about04 {
    width: min(214 / 750 * 100vw, 214px);
  }
}
.detail__point {
  background-color: #ecf6ef;
  border-radius: 15px;
  padding: 20px 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .detail__point {
    padding: min(30 / 750 * 100vw, 30px);
  }
}
.detail__point > p {
  color: #14a435;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .detail__point > p {
    font-size: min(40 / 750 * 100vw, 40px);
  }
}
.detail__point > p::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 24px;
  background-image: url("../images/icon_typePoint01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .detail__point > p::after {
    width: min(26 / 750 * 100vw, 26px);
    height: min(38 / 750 * 100vw, 38px);
  }
}
.detail__point ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  .detail__point ul li {
    font-size: min(30 / 750 * 100vw, 30px);
    -moz-column-gap: min(10 / 750 * 100vw, 10px);
         column-gap: min(10 / 750 * 100vw, 10px);
  }
}
.detail__point ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .detail__point ul li + li {
    margin-top: min(10 / 750 * 100vw, 10px);
  }
}
.detail__point ul li.sup {
  line-height: 1.2;
}
.detail__point ul li.nowrap {
  white-space: nowrap;
}
.detail__point ul li b {
  color: #14a435;
  font-weight: bold;
}
.detail__point ul li sup {
  vertical-align: super;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .detail__point ul li sup {
    font-size: min(18 / 750 * 100vw, 18px);
  }
}
.detail__point ul li span {
  display: block;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .detail__point ul li span {
    font-size: min(18 / 750 * 100vw, 18px);
  }
}
.detail__point ul li::before {
  content: "";
  flex: none;
  display: inline-block;
  width: 26px;
  aspect-ratio: 1/1;
  background-image: url("../images/icon_typePoint02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .detail__point ul li::before {
    width: min(40 / 750 * 100vw, 40px);
  }
}
.detail__outro {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .detail__outro {
    margin-top: min(40 / 750 * 100vw, 40px);
  }
}
.detail__outro p {
  color: #0054ae;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .detail__outro p {
    font-size: min(32 / 750 * 100vw, 32px);
  }
}
.detail__outro ul {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .detail__outro ul {
    flex-direction: column;
    align-items: flex-end;
    row-gap: min(20 / 750 * 100vw, 20px);
    margin-top: min(40 / 750 * 100vw, 40px);
  }
}
.detail__outro ul li img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .detail__outro ul li:nth-child(1) {
    width: min(620 / 750 * 100vw, 620px);
  }
}
@media only screen and (max-width: 768px) {
  .detail__outro ul li:nth-child(2), .detail__outro ul li.-tokuyaku {
    width: min(427 / 750 * 100vw, 427px);
  }
}
.detail__table dl {
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .detail__table dl {
    border-radius: min(30 / 750 * 100vw, 30px);
  }
}
.detail__table dl dt {
  position: relative;
  background-color: #0054ae;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .detail__table dl dt {
    font-size: min(32 / 750 * 100vw, 32px);
    padding: min(10 / 750 * 100vw, 10px);
  }
}
.detail__table dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  display: none;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .detail__table dl dt::after {
    display: inline-block;
    cursor: pointer;
    right: min(30 / 750 * 100vw, 30px);
    width: min(15 / 750 * 100vw, 15px);
    height: min(15 / 750 * 100vw, 15px);
    border-bottom-width: min(3 / 750 * 100vw, 3px);
    border-right-width: min(3 / 750 * 100vw, 3px);
    transform: translateY(-70%) rotate(45deg);
  }
}
.detail__table dl dt.-open::after {
  transform: translateY(-20%) rotate(-135deg);
}
.detail__table dl dd {
  background-color: #eaeffb;
  padding: 22px;
}
.detail__table.-req dl dt::after {
  display: none;
}
.tokuyaku .detail {
  border-left: 5px solid #00a3d1;
  border-right: 5px solid #00a3d1;
  border-bottom: 5px solid #00a3d1;
}
@media only screen and (min-width: 769px) {
  .tokuyaku .detail__outro ul {
    max-width: 590px;
  }
}
@media only screen and (min-width: 769px) {
  .tokuyaku .detail__outro ul li {
    flex: 1;
  }
}
.tokuyaku .detail__outro p {
  color: #00a3d1;
}

.price__tab {
  display: flex;
}
.price__tab > * {
  flex: 1;
  width: 50%;
  opacity: 0.4;
  cursor: pointer;
}
.price__tab > *.-open {
  opacity: 1;
}
.price__cont img {
  width: 100%;
  height: auto;
  display: none;
}
.price__cont img.-open {
  display: block;
}
.price__info {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .price__info {
    font-size: min(18 / 750 * 100vw, 18px);
  }
}
.tokuyaku .price dl dt {
  background-color: #00a3d1;
}
.tokuyaku .price dl dd {
  background-color: #e6f3f6;
}

.header {
  font-size: 0;
  padding: 16px 0;
  width: 100%;
  border-bottom: 9px solid #0054ae;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 12px 0;
    border-bottom: 5px solid #0054ae;
  }
}
.header__inner {
  max-width: 960px;
}
.header__inner img {
  max-width: 388px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header__inner img {
    max-width: 237.5px;
  }
}

.fv {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .fv {
    margin-bottom: -2vh;
  }
}
.fv__inner {
  max-width: 1070px;
}
@media only screen and (min-width: 769px) {
  .fv__inner {
    height: 540px;
  }
}
.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.fv__title {
  position: relative;
  left: max(-30 / 750 * 100vw, -30px);
  display: block;
  width: 100svw;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .fv__title {
    position: absolute;
    top: 0;
    left: 50%;
    width: 989px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateX(-50%);
  }
}
.fv__title img {
  width: 100%;
}

.cta {
  background-color: #0054ae;
  padding: 30px 0;
}
.cta__list ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .cta__list ul {
    flex-direction: column;
  }
}
.cta__list ul li p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta__list ul li p {
    font-size: min(35 / 750 * 100vw, 35px);
  }
}
.cta__list ul li span {
  display: inline-block;
  transition: opacity 0.3s;
  cursor: pointer;
}
.cta__list ul li span:hover {
  opacity: 0.7;
}

.type {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .type {
    padding-top: min(80 / 750 * 100vw, 80px);
    padding-bottom: min(80 / 750 * 100vw, 80px);
  }
}
.type__title {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .type__title {
    width: min(610 / 750 * 100vw, 610px);
    margin-left: auto;
    margin-right: auto;
  }
}
.type__tab {
  margin-top: 35px;
}
.type__tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 35px;
}
@media only screen and (max-width: 768px) {
  .type__tab ul {
    -moz-column-gap: min(30 / 750 * 100vw, 30px);
         column-gap: min(30 / 750 * 100vw, 30px);
    row-gap: min(50 / 750 * 100vw, 50px);
  }
}
@media only screen and (max-width: 768px) {
  .type__tab ul li {
    width: calc(50% - min(4vw, 30px));
  }
}
.type__tab ul li a {
  display: block;
}
.type__tab ul li a p {
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .type__tab ul li a p {
    font-size: min(28 / 750 * 100vw, 28px);
  }
}
.type__tab ul li a .image {
  position: relative;
  margin-top: 10px;
}
.type__tab ul li a .image.reccomended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 56px;
  aspect-ratio: 1/1;
  background-image: url("../images/icon_fav.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .type__tab ul li a .image.reccomended::after {
    width: min(88 / 750 * 100vw, 88px);
    background-image: url("../images/icon_fav_sp.png");
    transform: translate(-25%, -50%);
  }
}
.type__item {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .type__item {
    margin-top: min(80 / 750 * 100vw, 80px);
  }
}
.type__item h3 {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #0054ae;
  border-radius: 20px 20px 0 0;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .type__item h3 {
    font-size: min(40 / 750 * 100vw, 40px);
    border-top-left-radius: min(30 / 750 * 100vw, 30px);
    border-top-right-radius: min(30 / 750 * 100vw, 30px);
  }
}
.type__item.reccomended h3 {
  background-image: radial-gradient(circle, #0091dc 0%, #0054ae 100%);
}
@media only screen and (max-width: 768px) {
  .type__item.reccomended h3 {
    background-image: radial-gradient(circle, #0091dc 0%, #0054ae 70%, #0054ae 100%);
  }
}
.type__item.reccomended h3 span {
  position: relative;
}
.type__item.reccomended h3 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 56px;
  aspect-ratio: 1/1;
  background-image: url("../images/icon_fav.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 768px) {
  .type__item.reccomended h3 span::after {
    width: min(88 / 750 * 100vw, 88px);
    background-image: url("../images/icon_fav_sp.png");
  }
}

.reason {
  background-color: #db76a7;
  padding-top: 60px;
  padding-bottom: 85px;
}
.reason h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reason h2 {
    width: min(610 / 750 * 100vw, 610px);
    margin-left: auto;
    margin-right: auto;
  }
}
.reason__list ul li {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .reason__list ul li {
    padding-top: min(50 / 750 * 100vw, 50px);
    padding-bottom: min(50 / 750 * 100vw, 50px);
    padding-left: min(35 / 750 * 100vw, 35px);
    padding-right: min(35 / 750 * 100vw, 35px);
  }
}
.reason__list ul li.icon::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 10px;
  display: inline-block;
  width: 91px;
  height: 104px;
  background-image: url("../images/icon_reasonCont.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .reason__list ul li.icon::after {
    top: max(-10 / 750 * 100vw, -10px);
    right: max(-10 / 750 * 100vw, -10px);
    width: min(114 / 750 * 100vw, 114px);
    height: min(136 / 750 * 100vw, 136px);
  }
}
.reason__img {
  text-align: center;
}
.reason__text {
  margin-top: 30px;
}
.reason__text p {
  text-align: center;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  .reason__text p {
    font-size: min(30 / 750 * 100vw, 30px);
    text-align: left;
  }
}
.reason__text p.anno {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .reason__text p.anno {
    font-size: min(18 / 750 * 100vw, 18px);
  }
}

.tokuyaku h2 {
  text-align: center;
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  .tokuyaku h2 {
    width: min(662 / 750 * 100vw, 662px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) {
  .tokuyaku__tab {
    max-width: 481px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .tokuyaku__tab {
    margin-top: min(30 / 750 * 100vw, 30px);
  }
}
.tokuyaku__tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 35px;
}
@media only screen and (max-width: 768px) {
  .tokuyaku__tab ul {
    -moz-column-gap: min(30 / 750 * 100vw, 30px);
         column-gap: min(30 / 750 * 100vw, 30px);
    row-gap: min(50 / 750 * 100vw, 50px);
  }
}
@media only screen and (max-width: 768px) {
  .tokuyaku__tab ul li {
    width: calc(50% - min(4vw, 30px));
  }
}
.tokuyaku__tab ul li a {
  display: block;
}
.tokuyaku__tab ul li a p {
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .tokuyaku__tab ul li a p {
    font-size: min(28 / 750 * 100vw, 28px);
  }
}
.tokuyaku__tab ul li a .image {
  position: relative;
  margin-top: 10px;
}
.tokuyaku__item {
  margin-top: 50px;
}
.tokuyaku__item h3 {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #00a3d1;
  border-radius: 20px 20px 0 0;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .tokuyaku__item h3 {
    font-size: min(40 / 750 * 100vw, 40px);
    border-top-left-radius: min(30 / 750 * 100vw, 30px);
    border-top-right-radius: min(30 / 750 * 100vw, 30px);
  }
}

.floating {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .floating {
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: #0054ae;
    padding: 10px 15px 5px;
  }
}
.floating ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .floating ul {
    flex-direction: row;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.floating ul li img {
  display: block;
  width: 100%;
}
.floating ul li span {
  display: block;
  transition: opacity 0.3s;
  cursor: pointer;
}
.floating ul li span:hover {
  opacity: 0.7;
}

.cta_wrap {
  max-width: 960px;
}
@media only screen and (max-width: 768px) {
  .cta_wrap {
    margin-top: min(80 / 750 * 100vw, 80px);
  }
}

.ctaModal * {
  box-sizing: border-box;
}

.ctaModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eef6fe;
  padding: 60px 0;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .ctaModal {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.ctaModal__body {
  position: relative;
  max-width: 1000px;
  width: calc(100% - 30px);
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .ctaModal__body {
    max-width: 600px;
    width: calc(100% - 30px);
    background-color: #eef6fe;
    border: 2px solid #0062b1;
  }
}
.ctaModal__close {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .ctaModal__close {
    top: 0;
    left: unset;
    right: 0;
    background-color: #eef6fe;
    border: 2px solid #0062b1;
    transform: translate(50%, -50%);
  }
}

.ctaModal__close::before, .ctaModal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #0062b1;
}

@media screen and (max-width: 768px) {
  .ctaModal__close::before, .ctaModal__close::after {
    width: 15px;
    height: 3px;
  }
}
.ctaModal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ctaModal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ctaModal__intro {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.ctaModal__detail {
  margin-top: 15px;
}

.ctaModal__anno {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}

.ctaModal.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.ctaModal .select .tgl-btn {
  color: #111;
  background-color: #c8e3fe;
}

@media screen and (min-width: 769px) {
  .ctaModal .select-top .tgl + .tgl .tgl-btn {
    border-top: 5px solid #ecf7fd;
  }
}

@media screen and (min-width: 769px) {
  .ctaModal .select-top .tgl + .tgl .tgl-box {
    border-top: 5px solid #ecf7fd;
  }
}

@media screen and (max-width: 768px) {
  .ctaModal .select .tgl + .tgl {
    margin-top: 15px;
  }
  .ctaModal .select .tgl-box .tgl-child li {
    text-align: center;
  }
  .ctaModal .select-top .tgl.hokkaido .tgl-box {
    background-color: #c8e3fe;
  }
  .ctaModal .select .tgl.hokkaido .tgl-box a {
    display: block;
    color: #111;
    text-decoration: none;
  }
  .ctaModal .select .tgl-btn .arrow {
    display: none;
    border-color: #fff;
  }
  .ctaModal .select .tgl.hokkaido .tgl-child {
    position: relative;
  }
  .ctaModal .select .tgl.hokkaido .tgl-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #0062b1;
    border-radius: 100px;
    transform: translateY(-50%);
  }
  .ctaModal .select .tgl.hokkaido .tgl-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #c8e3fe;
    border-width: 6px 0px 6px 10.39px;
    transform: translateY(-50%);
  }
  .ctaModal .select .tgl.hokkaido .tgl-box a::after {
    display: none;
  }
  .ctaModal .select .tgl-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #0062b1;
    border-radius: 100px;
    transform: translateY(-50%);
  }
  .ctaModal .select .tgl-btn::after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    right: 20px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #c8e3fe transparent transparent transparent;
    border-width: 10.39px 6px 0px 6px;
    transform: translateY(-50%);
  }
  .ctaModal .select .tgl-btn.-open::after {
    top: calc(50% - 1px);
    border-color: transparent transparent #c8e3fe transparent;
    border-width: 0px 6px 10.39px 6px;
  }
  #header {
    padding: 10px 0;
    line-height: 1 !important;
  }
  .ctaModal .tgl-anno {
    display: block;
    padding: 0 16px 16px;
  }
  .ctaModal .tgl-anno p {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.footer_bottom {
  color: #fff;
  background-color: #3eabdd;
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .footer_bottom {
    padding-bottom: min(120 / 500 * 100vw, 120px);
  }
}

.footer_bottom .footer_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.footer_bottom .footer_nav li {
  padding: 16px 0;
  width: 50%;
}

.footer_bottom .footer_nav a {
  color: #fff;
  font-size: 14px;
}

.footer_bottom .copyright {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .footer_bottom {
    min-width: 960px;
  }
  .footer_bottom .footer_nav li {
    padding: 20px 0 16px;
  }
}/*# sourceMappingURL=style.css.map */