@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;
}

/* for レスポンシブ
---------------------------------------------------- */
.menunav {
  display: none;
}

.section .anchor {
  position: absolute;
  top: -60px;
}
.section .anchor#join {
  top: -30px;
}
.section .anchor#faq {
  top: -45px;
}

/* 以下、オリジナル
---------------------------------------------------- */
html,
body {
  font-size: 10px;
}
html *,
body * {
  box-sizing: border-box;
}
html *::before, html *::after,
body *::before,
body *::after {
  box-sizing: border-box;
}

body {
  position: relative;
  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;
  letter-spacing: 0.05em;
  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 {
  padding: 26px 29px;
  border-bottom: solid 2px #9c9c9c;
  background-color: #fff;
}
.header .logo img {
  width: 149px;
}

.container {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.fv {
  background-color: #286bb4;
}
.fv .notes {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: #fff;
  font-size: 1.2rem;
}

.cta.ctaDouble {
  padding: 16px 0 44px;
}
.cta.ctaDouble .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 12px;
  width: 1172px;
}
.cta.ctaDouble .container .PCOnly {
  display: block;
}
.cta.ctaDouble .container .btn_tmnf a {
  background-color: #D94C00;
  box-shadow: 0 6px 0 #903200;
}
.cta.ctaDouble .container .btn a {
  width: 560px;
  padding: 12px 32px 12px 12px;
  color: #fff;
  font-size: 28px;
}
.cta.ctaDouble .container .btn a small {
  font-size: 0.86em;
  font-size: 0.9em;
}
.cta.ctaDouble .container .btn a .spaceR {
  margin-right: 8px;
}
.cta.ctaDouble .container .btn a {
  letter-spacing: 0em;
}
.cta.ctaDouble .container .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: none;
  width: 17px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
}
.cta.ctaDouble .container .notes {
  width: 100%;
}
.cta.ctaDouble.floating .container .btn a {
  font-size: 24px;
}

.cta {
  padding: 20px 0;
}
.cta .lead {
  margin-bottom: 10px;
  font-size: 1.8rem;
  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: 1px;
  height: 1.25em;
  background-color: #545454;
}
.cta .lead p::before {
  left: -0.625em;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cta .lead p::after {
  right: -0.625em;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 500px;
  height: 82px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  background-color: #f36500;
  box-shadow: 0 6px 0 #d94c00;
  border-radius: 41px;
}
.cta .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}
.cta .btn a:hover {
  opacity: 0.6;
}
.cta .notes {
  margin-top: 20px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
}
.cta .edit {
  margin-top: 14px;
  font-size: 1.8rem;
  text-align: center;
}
.cta .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.cta .sns dt {
  flex-basis: 130px;
  font-size: 1.8rem;
  font-weight: 700;
}
.cta .sns dd {
  flex-basis: 516px;
}
.cta .sns dd ul {
  display: flex;
  justify-content: space-between;
}
.cta .sns dd ul li {
  flex-basis: 42px;
}
.cta .sns dd ul li img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.cta .sns dd ul li:first-child {
  flex-basis: 355px;
}
.cta .sns dd ul li:first-child img {
  width: 350px;
  height: 46px;
  border-radius: 0;
}
.cta .sns dd ul li a:hover {
  opacity: 0.6;
}
.cta.last {
  padding-bottom: 60px;
}
.cta.floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 15px 0 10px;
}
.cta.floating .lead {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.cta.floating .btn a {
  height: 50px;
  font-size: 2.4rem;
}
.cta.floating .notes {
  margin-top: 10px;
  font-size: 1.4rem;
}

.localnav {
  padding-bottom: 20px;
}
.localnav ul {
  display: flex;
  justify-content: center;
}
.localnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 18px 25px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.localnav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #f36500 transparent transparent transparent;
  transform: translateX(-50%);
}

.section {
  position: relative;
}
.section.content {
  padding: 60px 0;
  background-color: #286bb4;
}
.section.content .panel {
  padding: 30px 80px;
  background-color: #fff;
  border-radius: 30px;
}
.section h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  min-height: 45px;
  margin: 0 auto;
  padding: 5px;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #286bb4;
  border-radius: 23px;
}
.section h3.vertical {
  flex-direction: column;
}
.section h3.vertical .small {
  font-size: 0.75em;
}

.merit.content {
  padding-bottom: 0;
}
.merit h3 {
  margin-bottom: 30px;
}
.merit ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: auto;
  margin: 0 auto;
}
.merit ul li {
  width: 150px;
  display: flex;
  justify-content: center;
}
.merit ul li img {
  width: auto;
  height: auto;
}
.merit ul li.merit01 img {
  margin-left: -10px;
}
.merit .notes {
  margin-top: 32px;
}
.merit .notes + .notes {
  margin-top: 8px;
}
.merit .notes {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  text-align: center;
}
.merit .notes::before {
  content: "※";
}

.price.content {
  padding-bottom: 0;
}
.price h3 {
  margin-bottom: 30px;
}
.price h4 {
  margin-bottom: 15px;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}
.price .plan2 {
  padding: 0 44px;
  margin: 24px auto 32px;
}
.price .plan {
  padding: 23px 40px 16px;
  padding: 23px 40px 16px;
  background-color: #dfe9f4;
  border-radius: 15px;
}
.price .plan .price {
  margin-bottom: 20px;
}
.price .plan .nav {
  text-align: center;
}
.price .plan .nav .detailnav {
  display: inline-block;
  position: relative;
  padding-right: 27px;
  color: #286bb4;
  font-size: 2.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.price .plan .nav .detailnav::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  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 .nav .detailnav:hover {
  opacity: 0.6;
}
.price .plan .detail {
  display: none;
}
.price .plan .detail .flexCenter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 -3px 0;
  margin: 0px 0 -3px 0;
  font-size: 24px;
  margin-left: 24px;
}
.price .plan .detail .notes {
  margin: 40px auto -20px;
  font-size: 20px;
  text-align: right;
}
.price .plan .detail dl {
  margin-top: 30px;
}
.price .plan .detail dl dt {
  position: relative;
  padding: 0;
  font-size: 2.4rem;
  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: 18px;
  font-weight: 700;
}
.price .plan .detail dl dt .h3 strong,
.price .plan .detail dl dt .h4 strong {
  font-size: 24px;
}
.price .plan .detail dl dt .h3,
.price .plan .detail dl dt .h4 {
  margin: 0;
  margin-left: 20px;
}
.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: 5px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 2.2rem;
  background-color: #3c3c3c;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.price .plan .detail dl dt .modalopen:hover {
  opacity: 0.6;
}
.price .plan .detail dl dd {
  padding-top: 5px;
}
.price .plan .detail dl dd p {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.price .plan .detail ul {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0 0;
}
.price .plan .detail ul li {
  width: 280px;
  min-height: 78px;
  font-size: 38px;
  font-weight: normal;
  padding: 15px 0;
  background: #fff;
  border-radius: 15px;
  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: 22px;
  line-height: 1.13;
}
.price .notes {
  margin-top: 20px;
  font-size: 1.2rem;
}
.price .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.price .notes li::before {
  content: "※";
}

.flow.content .panel {
  padding: 30px 98px;
  padding: 30px 144px;
}
.flow h3 {
  margin-bottom: 30px;
  border-radius: 1000px;
  padding: 8px;
}
.flow .step {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 34px auto;
}
.flow .step li {
  flex-basis: 49%;
}
.flow .necessary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding: 20px 40px 25px;
  border: solid 3px #286bb4;
  border-radius: 20px;
}
.flow .necessary h4 {
  flex-basis: 100%;
  margin-bottom: 25px;
  color: #286bb4;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}
.flow .necessary figure {
  flex-basis: 100%;
}
.flow .step + .notes {
  margin-top: 20px;
  font-size: 1.8rem;
  font-size: 1.4rem;
}
.flow .step + .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.flow .step + .notes li::before {
  content: "※";
}
.flow .step + .notes li:last-child::before {
  content: "＊";
  margin: 0 0.125em;
}
.flow .repeater {
  margin-top: 30px;
  padding: 20px 40px 25px;
  border: solid 3px #286bb4;
  border-radius: 20px;
}
.flow .repeater h4 {
  margin-bottom: 12px;
  color: #286bb4;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}
.flow .repeater figure {
  margin: 23px 0 2px;
  text-align: center;
}
.flow .repeater figure img {
  width: 558px;
}
.flow .repeater p {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
.flow .repeater p strong {
  color: #286bb4;
}

.join {
  padding: 30px 0 45px;
  background-color: #dfe9f4;
}
.join h3 {
  padding: 0;
  background-color: transparent;
}
.join h3 img {
  width: 510px;
}
.join h4 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.join .tabs {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.join .tabs .tab {
  flex-basis: 534px;
  flex-basis: 350px;
  padding: 30px 30px 20px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #ccc;
  border-radius: 15px 15px 0 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.join .tabs .tab.active {
  color: #286bb4;
  background-color: #fff;
}
.join .panels {
  width: 100%;
  margin: 0 auto;
  padding: 30px 50px 7px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}
.join .panels .panel {
  display: none;
}
.join .panels .panel.active {
  display: block;
}
.join .panels .panel > h5 {
  margin: 48px auto 48px;
}
.join .panels .panel ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.join .panels .panel ol li {
  flex-basis: 440px;
  position: relative;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-left: 70px;
}
.join .panels .panel ol li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.join .panels .panel ol li:nth-child(2n) {
  margin-top: 50px;
}
.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: 1.9rem;
  font-weight: 700;
}
.join .panels .panel ol li .notes {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
}
.join .panels .panel ol li .notes::before {
  content: "※";
}
.join .panels .panel ol li .attention {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  color: #286bb4;
  font-size: 1.8rem;
  font-weight: 700;
}
.join .panels .panel ol li .attention::before {
  content: "＊";
  margin: 0 0.125em;
}
.join .panels .panel ol li figure {
  margin-top: 15px;
}
.join .panels .panel ol li figure img {
  width: 270px;
}
.join .panels .panel ol li:nth-child(4) {
  margin-bottom: 0;
}
.join .panels .panel ol li:nth-child(4) figure {
  margin-top: 5px;
}

.scene.notAreaEnd {
  padding-bottom: 0;
}
.scene h3 {
  margin-bottom: 20px;
}
.scene .figures {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.scene .figures > * {
  width: 33.3%;
  width: calc((100% - 32px) / 3);
  overflow: hidden;
}
.scene .figures figure:nth-of-type(1) {
  padding-top: 9px;
}
.scene .figures figure:nth-of-type(2) img {
  margin-bottom: -45px;
}
.scene .notes {
  margin: 14px 5px 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.8rem;
  font-size: 1.4rem;
}
.scene .notes::before {
  content: "※";
}

.panel.defaultHidden > *:not(h3) {
  display: none;
}
.panel.defaultHidden h3 {
  position: relative;
  cursor: pointer;
}
.panel.defaultHidden h3::before, .panel.defaultHidden h3::after {
  content: "";
  position: absolute;
  top: 0.85em;
  right: -30px;
  width: 22px;
  height: 4px;
  background-color: #286bb4;
  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: 45px 0;
}
.faq h3 {
  width: 100%;
  margin-bottom: 30px;
}
.faq .panel {
  padding: 40px;
  background-color: #dfe9f4;
  border-radius: 30px;
}
.faq .panel dl + dl {
  margin-top: 40px;
}
.faq .panel dl dt {
  position: relative;
  padding: 5px 40px;
  font-size: 2.2rem;
  font-weight: 700;
  cursor: pointer;
}
.faq .panel dl dt::before, .faq .panel dl dt::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 22px;
  height: 4px;
  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: 30px;
  height: 30px;
  color: #286bb4;
  font-size: 3rem;
  font-weight: 700;
}
.faq .panel dl dt.active::after {
  transform: translate(50%, -50%) rotate(0deg);
}
.faq .panel dl dd {
  display: none;
  position: relative;
  padding: 5px 40px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.faq .panel dl dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  color: #f36500;
  font-size: 3rem;
  font-weight: 700;
}

.footer {
  position: relative;
  padding: 60px 0 50px;
  background-color: #e5e5e5;
}
.footer .container {
  width: 1020px;
}
.footer .info {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.footer .info li + li {
  margin-left: 70px;
}
.footer .info li a {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  font-size: 15px;
  font-weight: 700;
}
.footer .info li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #3c3c3c;
  transform: translateY(-50%);
}
.footer p {
  margin-top: 25px;
  font-size: 1.6rem;
}
.footer table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
  border-top: solid 1px #3c3c3c;
  border-left: solid 1px #3c3c3c;
  font-size: 1.6rem;
}
.footer table thead tr th {
  padding: 12px;
  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: 12px;
  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: 30px;
  font-size: 1.6rem;
}
.footer dl dt {
  padding: 2px;
  text-align: center;
  background-color: #fff;
}
.footer dl dd strong {
  display: block;
  padding: 10px;
  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 5px;
}
.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: 50px;
}
.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: 50%;
  width: 800px;
  max-height: 100%;
  padding: 60px 50px 40px;
  overflow: auto;
  background-color: #fff;
  pointer-events: all;
  transform: translate(-50%, -50%);
}
.modal .content::-webkit-scrollbar {
  width: 6px;
}
.modal .content::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.modal .content::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.modal .content h2 {
  margin-bottom: 10px;
  color: #286bb4;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.modal .content h3 {
  margin-bottom: 15px;
  text-align: center;
}
.modal .content h3 strong {
  display: inline-block;
  min-height: 48px;
  padding: 10px 40px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #286bb4;
  border-radius: 24px;
}
.modal .content h4 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}
.modal .content h4.center {
  text-align: center;
}
.modal .content h4 strong {
  font-size: 2.4rem;
}
.modal .content p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.modal .content p + p {
  margin-top: 20px;
}
.modal .content dl + dl {
  margin-top: 40px;
}
.modal .content dl dt {
  margin-bottom: 15px;
  color: #286bb4;
  font-size: 2.4rem;
  font-weight: 700;
}
.modal .content dl dd p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.modal .content dl dd p + p {
  margin-top: 25px;
}
.modal .content .disc {
  margin-top: 20px;
  font-size: 1.8rem;
}
.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: 15px;
  font-size: 1.6rem;
}
.modal .content .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.modal .content .notes li::before {
  content: "※";
}
.modal .content .numnotes {
  margin-top: 15px;
  font-size: 1.6rem;
}
.modal .content .numnotes li {
  padding-left: 1.875em;
  text-indent: -1.875em;
}
.modal .content .attention {
  margin-top: 40px;
  padding: 20px;
  border: solid 1px #e5e5e5;
  border-radius: 15px;
}
.modal .content .attention p {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
.modal .content .attention .disc {
  margin-top: 0;
  font-size: 1.8rem;
}
.modal .content hr {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin: 20px 0 30px;
  background-color: #e5e5e5;
}
.modal .close {
  margin-top: 40px;
  text-align: center;
}
.modal .close .modalclose {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
.modal .close .modalclose::before, .modal .close .modalclose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  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: 20px auto 10px;
  width: 1000px;
}
#info .info_inner {
  padding: 20px 20px 15px 20px;
  border: 2px solid #f00;
  border-radius: 10px;
  text-align: center;
}
#info .info_inner p {
  font-size: 24px;
  color: #f00;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin: 0 0 5px 0;
}
#info .info_inner p .small {
  font-size: 18px;
}
#info .info_inner + .info_inner {
  margin-top: 20px;
}/*# sourceMappingURL=style_pc.css.map */