@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1.15;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html,
body {
  font-size: 1.3333333333vw;
}
html *,
body * {
  box-sizing: border-box;
}
html *::before, html *::after,
body *::before,
body *::after {
  box-sizing: border-box;
}

body {
  position: relative;
  padding-top: 13.6vw;
  color: #3c3c3c;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.35;
  background-color: #fff;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  color: #fff;
  background-color: #006cb6;
}

::selection {
  color: #fff;
  background-color: #006cb6;
}

a {
  outline: none !important;
  transition: all 0.5s ease-in-out;
}

a:link,
a:visited {
  color: #3c3c3c;
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  color: #006cb6;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: text-bottom;
  image-rendering: -webkit-optimize-contrast;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 4.6666666667vw 5.0666666667vw;
  border-bottom: solid 0.2666666667vw #9c9c9c;
  background-color: #fff;
}
.header .logo img {
  width: 26.6666666667vw;
}
.header .menubtn {
  position: absolute;
  top: 1.3333333333vw;
  right: 3.6vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
.header .menubtn .line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.0666666667vw;
  height: 1.0666666667vw;
  background-color: #286bb4;
  border-radius: 0.5333333333vw;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.header .menubtn .line::before, .header .menubtn .line::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 9.0666666667vw;
  height: 1.0666666667vw;
  background-color: #286bb4;
  border-radius: 0.5333333333vw;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.header .menubtn .line::before {
  top: -2.2666666667vw;
}
.header .menubtn .line::after {
  top: 2.2666666667vw;
}
.header .menubtn.active .line {
  background-color: transparent;
}
.header .menubtn.active .line::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
.header .menubtn.active .line::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}

.menunav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  padding-top: 13.3333333333vw;
  background-color: rgba(255, 255, 255, 0.95);
}
.menunav ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.menunav ul li a {
  display: block;
  padding: 4vw;
  font-size: 4vw;
  text-decoration: none;
}

.cta {
  padding: 4vw 5.0666666667vw;
}
.cta .lead {
  margin-bottom: 1.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.cta .lead p {
  position: relative;
  display: inline-block;
}
.cta .lead p::before, .cta .lead p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.2666666667vw;
  height: 1.25em;
  background-color: #545454;
}
.cta .lead p::before {
  left: -0.5em;
  transform: translate(-50%, -50%) rotate(-30deg);
}
.cta .lead p::after {
  right: -0.5em;
  transform: translate(-50%, -50%) rotate(30deg);
}
.cta .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 13.3333333333vw;
  padding: 1.3333333333vw;
  color: #fff;
  font-size: 5.0666666667vw;
  font-weight: 700;
  text-decoration: none;
  background-color: #f36500;
  box-shadow: 0 1.0666666667vw 0 #d94c00;
  border-radius: 6.6666666667vw;
}
.cta .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5.8666666667vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0 1.4666666667vw 2.5333333333vw;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}
.cta .notes {
  margin-top: 3.3333333333vw;
  font-size: 3.2vw;
  text-align: center;
  font-weight: 700;
  font-size: 2.6666666667vw;
  font-weight: 500;
}
.cta .line {
  margin-top: 4vw;
  width: 100%;
  text-align: center;
}
.cta .line img {
  width: 79.2vw;
}
.cta .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.3333333333vw;
}
.cta .sns dt {
  flex-basis: 32.8vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.cta .sns dd {
  flex-basis: 32.8vw;
}
.cta .sns dd ul {
  display: flex;
  justify-content: space-evenly;
}
.cta .sns dd ul li {
  flex-basis: 9.3333333333vw;
}
.cta .sns dd ul li img {
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  border-radius: 50%;
}
.cta.last {
  padding-bottom: 8vw;
}
.cta.floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 2vw 5.0666666667vw;
}
.cta.floating .lead {
  font-size: 3.4666666667vw;
}
.cta.floating .btn a {
  height: 8.6666666667vw;
  font-size: 4.5333333333vw;
}
.cta.floating .notes {
  margin-top: 2vw;
  font-size: 2.6666666667vw;
}
.cta.floating .edit {
  margin-top: 2vw;
  font-size: 2.6666666667vw;
}

.localnav {
  padding: 4vw 0;
}
.localnav ul {
  display: flex;
  justify-content: space-around;
}
.localnav ul li {
  flex-basis: 16.8%;
}
.localnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding-bottom: 4vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.localnav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.3333333333vw;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0.9333333333vw 0 0.9333333333vw;
  border-color: #f36500 transparent transparent transparent;
  transform: translateX(-50%);
}

.section {
  position: relative;
}
.section.content {
  padding: 6.6666666667vw 5.0666666667vw;
  background-color: #286bb4;
}
.section.content .panel {
  padding: 4vw 5.3333333333vw 3.3333333333vw;
  background-color: #fff;
  border-radius: 4vw;
}
.section .anchor-wrap {
  position: relative;
}
.section .anchor {
  position: absolute;
  top: -13.3333333333vw;
  left: 0;
}
.section h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8vw;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  background-color: #286bb4;
  border-radius: 4vw;
}
.section h3.vertical {
  flex-direction: column;
}
.section h3.vertical .small {
  font-size: 0.75em;
}

.merit.content {
  padding-bottom: 0;
}
.merit.content .panel {
  padding: 4vw 2.6666666667vw 3.3333333333vw;
}
.merit h3 {
  padding: 0.6666666667vw;
  line-height: 1.25;
  margin-bottom: 4vw;
  border-radius: 8vw;
}
.merit ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 2.6666666667vw);
  gap: 24px;
  padding: 8px;
}
.merit ul li {
  position: relative;
  flex-basis: 100%;
}
.merit ul li img {
  width: 33.3333333333vw;
  width: auto;
}
.merit .notes {
  margin: 1.3333333333vw 6.6666666667vw 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.6666666667vw;
}
.merit .notes::before {
  content: "※";
}

.price.content {
  padding-bottom: 0;
}
.price h3 {
  margin-bottom: 5.3333333333vw;
}
.price h4 {
  margin-bottom: 3.3333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
.price .plan {
  padding: 4vw 2.6666666667vw;
  margin-top: 2.6666666667vw;
  padding: 2.6666666667vw 2.6666666667vw;
  background-color: #dfe9f4;
  border-radius: 2.6666666667vw;
}
.price .plan .price {
  margin-bottom: 3.3333333333vw;
}
.price .plan .nav {
  text-align: center;
}
.price .plan .nav .detailnav {
  display: inline-block;
  position: relative;
  padding-right: 4vw;
  color: #286bb4;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.price .plan .nav .detailnav::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.7333333333vw 0 1.7333333333vw 2.9333333333vw;
  border-color: transparent transparent transparent #286bb4;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.price .plan .nav .detailnav.active::after {
  transform: translateY(-50%) rotate(90deg);
}
.price .plan .detail {
  display: none;
  padding-top: 4vw;
  padding-top: 5.3333333333vw;
  padding-bottom: 2.6666666667vw;
  line-height: 1.2;
}
.price .plan .detail .flexCenter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 1.3333333333vw 0 -1.3333333333vw 0;
  font-size: 3.2vw;
  margin-left: 2.6666666667vw;
}
.price .plan .detail .notes {
  margin: 2.6666666667vw auto 5.3333333333vw;
  margin: 0vw auto 5.3333333333vw;
  font-size: 2.6666666667vw;
  text-align: right;
  text-align: center;
}
.price .plan .detail dl + dl {
  margin-top: 3.3333333333vw;
}
.price .plan .detail dl + dl {
  margin-top: 5.3333333333vw;
}
.price .plan .detail dl dt {
  position: relative;
  padding: 0.6666666667vw 1.3333333333vw 0 0;
  font-size: 3.2vw;
  font-weight: 700;
  border-left: 0.3em solid #286bb4;
}
.price .plan .detail dl dt .h3,
.price .plan .detail dl dt .h4 {
  display: inline-block;
  font-size: 3.2vw;
  font-size: 2.6666666667vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
  margin-left: 2.6666666667vw;
  margin-left: 0.5em;
}
.price .plan .detail dl dt .h3 strong,
.price .plan .detail dl dt .h4 strong {
  font-size: 4vw;
  font-size: 3.2vw;
  font-size: 3.7333333333vw;
}
.price .plan .detail dl dt::before {
  width: 0.3em;
  height: 1.4em;
  background: #286bb4;
  display: inline-block;
  margin: 0 0.5em -0.4em 0;
}
.price .plan .detail dl dt .modalopen {
  position: absolute;
  top: 0.6666666667vw;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  color: #fff;
  font-size: 2.9333333333vw;
  background-color: #3c3c3c;
  border-radius: 50%;
}
.price .plan .detail dl dt span.SPOnly {
  display: inline-block;
}
.price .plan .detail dl dd {
  padding-top: 0.6666666667vw;
}
.price .plan .detail dl dd p {
  margin-bottom: 1.3333333333vw;
  padding: 0 1.3333333333vw 0 0;
  font-size: 2.9333333333vw;
}
.price .plan .detail ul {
  display: flex;
  justify-content: space-between;
  margin: 2.6666666667vw 0 0 0;
}
.price .plan .detail ul li {
  width: 24vw;
  min-height: 10.4vw;
  font-size: 5.0666666667vw;
  font-weight: normal;
  padding: 2vw 1.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.price .plan .detail ul li:nth-child(1) {
  color: #008bf7;
}
.price .plan .detail ul li:nth-child(2) {
  color: #57a745;
}
.price .plan .detail ul li:nth-child(3) {
  color: #f36500;
}
.price .plan .detail ul li span {
  display: block;
  width: 100%;
  font-size: 2.9333333333vw;
  line-height: 1.13;
}
.price .plan .detail ul li .left-small {
  text-align: left;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
}
.price .plan .detail ul li.one_column {
  width: 100%;
  color: #3c3c3c;
  font-weight: bold;
  font-size: 2.9333333333vw;
}
.price .notes {
  margin: 2.6666666667vw 4vw 0;
  font-size: 2.6666666667vw;
}
.price .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.price .notes li::before {
  content: "※";
}

.flow h3 {
  margin-bottom: 3.3333333333vw;
  border-radius: 100px;
  padding: 8px;
}
.flow.content {
  padding-bottom: 4vw;
}
.flow div.step {
  position: relative;
  width: calc(100% + 10.6666666667vw);
  left: -5.3333333333vw;
}
.flow .step {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flow .step li {
  flex-basis: 100%;
}
.flow .step li:not(:first-child) {
  margin-top: 2.5vw;
}
.flow .necessary {
  margin-top: 2.6666666667vw;
  padding: 2.6666666667vw;
  border: solid 0.4vw #286bb4;
  border-radius: 3.3333333333vw;
}
.flow .necessary h4 {
  margin-bottom: 2.6666666667vw;
  color: #286bb4;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
.flow .necessary figure {
  text-align: center;
}
.flow .necessary figure + figure {
  margin-top: 2.4vw;
}
.flow .step + .notes {
  margin: 2vw 0 0;
  font-size: 2.6666666667vw;
}
.flow .step + .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.flow .step + .notes li::before {
  content: "※";
}
.flow .repeater {
  margin-top: 5.3333333333vw;
  padding: 2.6666666667vw 2vw;
  border: solid 0.4vw #286bb4;
  border-radius: 3.3333333333vw;
}
.flow .repeater h4 {
  margin-bottom: 1.3333333333vw;
  color: #286bb4;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
.flow .repeater figure {
  margin: 2.1333333333vw 0 1.3333333333vw;
  text-align: center;
}
.flow .repeater p {
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
}
.flow .repeater p strong {
  color: #286bb4;
}

.join {
  padding: 4vw 4vw 4.9333333333vw;
  background-color: #dfe9f4;
}
.join h3 {
  padding: 0;
  background-color: transparent;
}
.join h4 {
  margin-bottom: 4vw;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.join .tabs {
  display: flex;
  justify-content: space-between;
  width: 89.8666666667vw;
  margin: 0 auto;
}
.join .tabs .tab {
  flex-basis: 28.6666666667vw;
  padding: 2.6666666667vw 0 1.3333333333vw;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  background-color: #ccc;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  transition: all 0.5s ease-in-out;
}
.join .tabs .tab.active {
  color: #286bb4;
  background-color: #fff;
}
.join .panels {
  width: 89.8666666667vw;
  margin: 0 auto;
  padding: 4.5333333333vw 4.9333333333vw 0;
  background-color: #fff;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}
.join .panels .panel {
  display: none;
}
.join .panels .panel.active {
  display: block;
}
.join .panels .panel h5 {
  margin: 3.2vw 0 6.4vw;
}
.join .panels .panel ol li {
  position: relative;
  padding-top: 2.1333333333vw;
  padding-left: 12vw;
}
.join .panels .panel ol li + li {
  margin-top: 6.6666666667vw;
}
.join .panels .panel ol li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.join .panels .panel ol li:nth-child(1)::before {
  background-image: url("../img/icon_step01.png");
}
.join .panels .panel ol li:nth-child(2)::before {
  background-image: url("../img/icon_step02.png");
}
.join .panels .panel ol li:nth-child(3)::before {
  background-image: url("../img/icon_step03.png");
}
.join .panels .panel ol li:nth-child(4)::before {
  background-image: url("../img/icon_step04.png");
}
.join .panels .panel ol li h5 {
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.join .panels .panel ol li .notes {
  margin-top: 1.6vw;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.6666666667vw;
}
.join .panels .panel ol li .notes::before {
  content: "※";
}
.join .panels .panel ol li .attention {
  margin-top: 2vw;
  padding-left: 1em;
  text-indent: -1em;
  color: #286bb4;
  font-size: 3.2vw;
  font-weight: 700;
}
.join .panels .panel ol li .attention::before {
  content: "＊";
  margin: 0 0.125em;
}
.join .panels .panel ol li figure {
  margin-top: 2.6666666667vw;
}
.join .panels .panel ol li figure img {
  width: 55.3333333333vw;
}

.scene.content .panel {
  padding-bottom: 4.8vw;
}
.scene h3 {
  margin-bottom: 2.6666666667vw;
}
.scene figure {
  text-align: center;
}
.scene figure + figure {
  margin-top: 5.3333333333vw;
}
.panel.defaultHidden > *:not(h3) {
  display: none;
}
.panel.defaultHidden h3 {
  margin-bottom: 3.3333333333vw;
  position: relative;
  cursor: pointer;
}
.panel.defaultHidden h3::before, .panel.defaultHidden h3::after {
  content: "";
  position: absolute;
  top: 4vw;
  right: 4.6666666667vw;
  width: 4vw;
  height: 0.8vw;
  background-color: #fff;
  transition: transform 0.5s ease-in-out;
}
.panel.defaultHidden h3::before {
  transform: translate(50%, -50%);
}
.panel.defaultHidden h3::after {
  transform: translate(50%, -50%) rotate(90deg);
}
.panel.defaultHidden h3.active::after {
  transform: translate(50%, -50%) rotate(0deg);
}

.faq {
  padding: 6vw 5.0666666667vw 4vw;
}
.faq h3 {
  margin-bottom: 4vw;
}
.faq .panel {
  padding: 5.3333333333vw;
  background-color: #dfe9f4;
  border-radius: 4vw;
}
.faq .panel dl + dl {
  margin-top: 5.3333333333vw;
}
.faq .panel dl dt {
  position: relative;
  padding: 1.3333333333vw 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.faq .panel dl dt::before, .faq .panel dl dt::after {
  content: "";
  position: absolute;
  top: 3.2vw;
  right: 2vw;
  width: 4vw;
  height: 0.8vw;
  background-color: #286bb4;
  transition: transform 0.5s ease-in-out;
}
.faq .panel dl dt::before {
  transform: translate(50%, -50%);
}
.faq .panel dl dt::after {
  transform: translate(50%, -50%) rotate(90deg);
}
.faq .panel dl dt .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  color: #286bb4;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
.faq .panel dl dt.active::after {
  transform: translate(50%, -50%) rotate(0deg);
}
.faq .panel dl dd {
  display: none;
  position: relative;
  padding: 1.3333333333vw 0 1.3333333333vw 6.6666666667vw;
  font-size: 3.2vw;
}
.faq .panel dl dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  color: #f36500;
  font-size: 5.3333333333vw;
  font-weight: 700;
}

.footer {
  position: relative;
  padding: 8vw 4.6666666667vw 10.6666666667vw;
  padding: 1.3333333333vw 0vw 10.6666666667vw;
  background-color: #e5e5e5;
}
.pageType_global .footer {
  padding: 8vw 4.6666666667vw 10.6666666667vw;
}
.footer .info li + li {
  margin-top: 2vw;
}
.footer .info li a {
  display: inline-block;
  position: relative;
  padding-right: 1.3333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
}
.footer .info li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6666666667vw 0 0.6666666667vw 1.2vw;
  border-color: transparent transparent transparent #3c3c3c;
  transform: translateY(-50%);
}
.footer p {
  margin-top: 4vw;
  font-size: 2.9333333333vw;
}
.footer table {
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 4vw;
  border-top: solid 1px #3c3c3c;
  border-left: solid 1px #3c3c3c;
  font-size: 2.9333333333vw;
}
.footer table thead tr th {
  padding: 1.3333333333vw;
  border-right: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #777777;
}
.footer table tbody tr th,
.footer table tbody tr td {
  padding: 1.3333333333vw;
  border-right: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
  background-color: #fff;
}
.footer table tbody tr th {
  text-align: center;
  white-space: nowrap;
}
.footer dl {
  margin-top: 5.3333333333vw;
  font-size: 2.9333333333vw;
}
.footer dl dt {
  padding: 0.6666666667vw;
  text-align: center;
  background-color: #fff;
}
.footer dl dd strong {
  display: block;
  padding: 1.3333333333vw;
  text-align: center;
}
.footer dl dd strong a {
  text-decoration: none;
}
.footer dl dd ul {
  display: flex;
  justify-content: center;
}
.footer dl dd ul li {
  padding: 0 1.3333333333vw;
}
.footer dl dd ul li + li {
  border-left: solid 1px #6a6a6a;
}
.footer .copyright {
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 5.3333333333vw;
}
.modal .modaloverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .inner {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding: 10.6666666667vw 4.6666666667vw 5.3333333333vw;
  overflow: auto;
  background-color: #fff;
  pointer-events: all;
  transform: translateY(-50%);
}
.modal .content h2 {
  margin-bottom: 2.6666666667vw;
  color: #286bb4;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.modal .content h3 {
  margin-bottom: 2.6666666667vw;
  text-align: center;
}
.modal .content h3 strong {
  display: inline-block;
  min-height: 8vw;
  padding: 1.3333333333vw 4vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  background-color: #286bb4;
  border-radius: 6.6666666667vw;
}
.modal .content h4 {
  margin-bottom: 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
}
.modal .content h4.center {
  text-align: center;
}
.modal .content h4 strong {
  font-size: 4vw;
}
.modal .content p {
  font-size: 2.9333333333vw;
  line-height: 1.5;
}
.modal .content p + p {
  margin-top: 3.3333333333vw;
}
.modal .content dl + dl {
  margin-top: 6vw;
}
.modal .content dl dt {
  margin-bottom: 2vw;
  color: #286bb4;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .content .disc {
  margin-top: 3.3333333333vw;
  font-size: 2.9333333333vw;
}
.modal .content .disc li {
  position: relative;
  padding-left: 1em;
}
.modal .content .disc li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 0.25em;
  height: 0.25em;
  background-color: #3c3c3c;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.modal .content .notes {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
}
.modal .content .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.modal .content .notes li::before {
  content: "※";
}
.modal .content .numnotes {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
}
.modal .content .numnotes li {
  padding-left: 1.875em;
  text-indent: -1.875em;
}
.modal .content .attention {
  margin-top: 6.6666666667vw;
  padding: 2.6666666667vw;
  border: solid 0.2666666667vw #e5e5e5;
  border-radius: 2.6666666667vw;
}
.modal .content .attention p {
  margin-bottom: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .content .attention .disc {
  margin-top: 0;
  font-size: 3.2vw;
}
.modal .content hr {
  display: block;
  position: relative;
  width: 100%;
  height: 0.2666666667vw;
  margin: 4vw 0 5.3333333333vw;
  background-color: #e5e5e5;
}
.modal .close {
  margin-top: 5.3333333333vw;
  text-align: center;
}
.modal .close .modalclose {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .close .modalclose::before, .modal .close .modalclose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.4vw;
  height: 1em;
  background-color: #3c3c3c;
}
.modal .close .modalclose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .close .modalclose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* info
---------------------------------------------------- */
#info section {
  margin: 2% auto 1%;
  width: 98vw;
}
#info .info_inner {
  padding: 7px 5px 2px 5px;
  border: 2px solid #f00;
  border-radius: 10px;
  text-align: center;
}
#info .info_inner p {
  font-size: 11px;
  color: #f00;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin: 0 0 5px 0;
}
#info .info_inner p .small {
  font-size: 9px;
}
#info .info_inner + .info_inner {
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */