@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

/* Reset ----- */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

input,
button,
select {
  font-family: inherit;
  font-weight: inherit;
}

input[type="submit"],
input[type="button"],
button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration,
button[type="submit"]:-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button[type="submit"]:focus {
  outline: none;
}

/* IE 10+ ----- */
:-ms-input-placeholder {
  color: #999;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

img,
iframe {
  border: 0
}

img {
  vertical-align: bottom;
}

svg {
  fill: currentColor;
}

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

td,
th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*++++++++++++++++++*/
body {
  font: 400 18px/1.6 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /* color: #0D74B5; */
  color: #333;
}

a {
  color: #408fb1;
}

.small {
  display: inline-block;
  font-size: 0.8em;
}

.b {
  font-weight: bold;
  font-size: 1.1em;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}


.mv_wrapper {
  /* background: #F6E7D4; */
  background: #fff;
  /* padding-bottom: 50px; */
  text-align: center;

  .sp {
    display: none;
  }

  img {
    width: 100%;
    max-width: 960px;
  }

  .inner {
    max-width: 1060px;
    padding: 50px;
    margin: auto;
  }

  .box {
    padding: 50px;
    border: 2px solid #eee;
    background: #fff;
    border-radius: 15px;
    text-align-last: left;

    p {
      font-size: 20px;
      line-height: 2em;
    }
  }
}

.bg {
  background: #FEECEA;

  .inner {
    max-width: 1060px;
    padding: 50px;
    margin: auto;
  }

  .border {
    border: 3px solid #000;
    border-radius: 15px;
    padding: 50px;
  }

  .border.c1 {
    border-color: #6495ed;
  }

  .border.c2 {
    border-color: #f13ac0;
  }

  .border.c3 {
    border-color: #f1802d;
  }

  .border+.border {
    margin-top: 50px;
  }

  p+p {
    margin-top: 1em;
  }
}

.bg.w {
  background: #fff;
}

.h1_base {
  text-align: center;
  margin-bottom: 50px;

  .jp {
    display: block;
    padding: 0.3em 1em;
    font-size: 25px;
    font-weight: bold;
    background: #000;
    color: #fff;
    border-radius: 15px;

    span {
      display: inline-block;
    }
  }

  .jp2 {
    padding: 0.3em;
    font-size: 25px;
    font-weight: bold;

    span {
      display: inline-block;
    }
  }

  .jp.c1 {
    background: #4f81db;
  }

  .jp.c2 {
    background: #f13ac0;
  }

  .jp.c3 {
    background: #f1802d;
  }
}

.list_wrap {
  h2 {
    display: inline-block;
    background: #fe6e67;
    padding: .5em 1em;
    border-radius: .5em .5em 0 0;
    color: #fff;
    font-weight: bold;
  }

  ul {
    padding: 1em;
    background: #fff;
    border-radius: 0 .5em .5em .5em;

    li {
      margin-left: 1em;
      text-indent: -1em;
    }

    li:before {
      display: inline-block;
      vertical-align: middle;
      content: '';
      width: .7em;
      height: .7em;
      background: #fe6e67;

      border-radius: 50%;
      margin-right: .5em;
      margin-bottom: 0.25em;
    }

    li+li {
      margin-top: 1em;
    }
  }
}

.list_wrap2 {
  h2 {
    display: inline-block;
    background: #fe6e67;
    padding: .5em 1em;
    margin-top: 50px;
    border-radius: .5em .5em 0 0;
    color: #fff;
    font-weight: bold;
  }

  .box {
    padding: 1em;
    background: #fff;
    border-radius: 0 .5em .5em .5em;

    span {
      /* display: inline-block; */
      font-size: 1.1em;
    }
  }

}

.marker {
  background: linear-gradient(transparent 50%, #ffee00 50%);
}

.h2_simple {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}

.list_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;

  li {
    background: #fff;
    border-radius: 100px;
    padding: .2em 1em;
  }
}

.table_price {
  margin-top: 1em;

  tr {
    border-bottom: 1px solid #0D74B5;
  }

  th,
  td {
    padding: 0.5em;
    border-top: 1px solid #0D74B5;
    vertical-align: top;
  }

  th {
    font-weight: bold;
  }
}

.note {
  margin-top: 0.5em;
  font-size: 0.9em;
}

.btn_wrap {
  display: flex;
  gap: 1em;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  background: #fff;
  padding: 1em 0;
  margin: 30px 0;
  border: 1px solid #0D74B5;
}

.btn {
  display: inline-block;
  width: 180px;
  padding: .25em 3em;
  background: #408fb1;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;

  span {
    font-size: 1.5em;
  }
}
.line {
  background: #00b900;
}

.box {
  background: #fff;
  border-radius: .5em;
  padding: 1em;
}

.footer {
  .inner {
    max-width: 1060px;
    padding: 50px;
    margin: auto;
    text-align: center;

    .h2_simple {
      margin-bottom: 0;
    }
  }
}

.list {

  li {
    margin-left: 1em;
    text-indent: -1em;
  }

  li:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: .4em;
    height: .4em;
    background: #333;

    border-radius: 50%;
    margin-right: .5em;
    margin-bottom: 0.25em;
  }

  li+li {
    margin-top: .75em;
  }
}

@media (max-width: 960px) {
  .mv_wrapper {
    padding-bottom: 0;
  }
}

@media (max-width: 700px) {
  .mv_wrapper {
    .inner {
      padding: 15px;
    }

    .box {
      padding: 20px;
    }
  }

  .bg {
    .inner {
      padding: 15px;
    }

    .border {
      padding: 20px;
    }
  }

  .h1_base {
    margin-bottom: 50px;

    .jp {
      padding: 0.3em .5em;
      font-size: 20px;
    }

    .jp.c3 {
      font-size: 22px;
    }
  }


  .h2_simple {
    font-size: 20px;
  }

  .table_price {
    width: 100%;
  }

  .btn_wrap {
    margin: 30px 0;
  }


  .footer {
    .inner {
      padding: 30px;
    }
  }
}

@media (max-width: 600px) {
  .min600 {
    tr:not(:first-child) th {
      border-top: none;
    }

    th,
    td {
      display: block;
    }

    th {
      padding-bottom: 0;
    }

    td {
      padding-top: 0;
      border-top: none;
    }
  }
}

@media (max-width: 500px) {
  .mv_wrapper {
    .pc {
      display: none;
    }

    .sp {
      display: inline-block;
    }
  }

  .min500 {
    tr:not(:first-child) th {
      border-top: none;
    }

    th,
    td {
      display: block;
    }

    th {
      padding-bottom: 0;
    }

    td {
      padding-top: 0;
      border-top: none;
    }
  }
}

@media (max-width: 400px) {
  .min400 {
    tr:not(:first-child) th {
      border-top: none;
    }

    th,
    td {
      display: block;
    }

    th {
      padding-bottom: 0;
    }

    td {
      padding-top: 0;
      border-top: none;
    }
  }
}

.font-s.h2_simple {}
.font-s {
  font-size: 80%;
  .h2_simple {
    margin-bottom: .5em;
    font-size: 16px;
    font-weight: normal;
  }
  .table_price {
    margin-top: 0;
  }
  th {
    font-weight: normal;
  }
  .b {
    font-size: 1em;
    font-weight: normal;
  }
}