@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

body:not(.mailphp) input,
body:not(.mailphp) button,
body:not(.mailphp) select,
body:not(.mailphp) textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
body:not(.mailphp) textarea {
  resize: vertical;
}
body:not(.mailphp) input[type='checkbox'],
body:not(.mailphp) input[type='radio'] {
  display: none;
}
body:not(.mailphp) input[type='submit'],
body:not(.mailphp) input[type='button'],
body:not(.mailphp) label,
body:not(.mailphp) button,
body:not(.mailphp) select {
  cursor: pointer;
}
body:not(.mailphp) select::-ms-expand {
  display: none;
}
body:not(.mailphp) input, body:not(.mailphp) select {
  vertical-align: middle;
}

@media screen and (min-width: 991px) {
  .tab_display {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
body {
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 63px;
  }
}

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

.container {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

header {
  z-index: 10;
  background-color: #fff;
  padding: 15px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  header {
    min-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px;
  }
  header .logo {
    width: 260px;
  }
}
header .menu-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  position: relative;
  width: 40px;
  height: 30px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  header .menu-trigger {
    display: none;
  }
}
header .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
}
header .menu-trigger:focus:not(:focus-visible) {
  outline: none;
}
header .menu-trigger::before, header .menu-trigger::after {
  content: '';
}
header .menu-trigger::before, header .menu-trigger::after,
header .menu-trigger span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 4px;
  transform-origin: 50% 50%;
  transition: .2s;
}
header .menu-trigger:before {
  top: 14px;
  left: 0;
  transform: rotate(45deg) scaleX(0);
}
header .menu-trigger:after {
  top: 14px;
  right: 0;
  transform: rotate(-45deg) scaleX(0);
}
header .menu-trigger span:nth-of-type(1) {
  top: 0;
  left: 0;
  transition-delay: .2s;
}
header .menu-trigger span:nth-of-type(2) {
  top: 13px;
  left: 0;
  transition-delay: .2s;
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transition-delay: .2s;
}
header .menu-trigger.active::before {
  transform: rotate(45deg) scaleX(1);
  transition-delay: .2s;
}
header .menu-trigger.active::after {
  transform: rotate(-45deg) scaleX(1);
  transition-delay: .2s;
}
header .menu-trigger.active span {
  transform: scaleX(0);
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  header nav {
    position: absolute;
    top: 63px;
    height: 100vh;
    background-color: #fff;
    width: 80vw;
    right: -100vw;
    transition: right 0.5s;
    text-align: center;
  }
  header nav.open {
    right: 0;
  }
}
header nav ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  header nav ul {
    display: block;
  }
}
header nav ul li a {
  font-size: 1.4rem;
  display: block;
  padding: 22px 11px;
  color: #000;
  text-decoration: none;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.0rem;
  color: #008cc2;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .h2 {
    font-size: calc(46 / 750 * 100vw);
  }
}
.h2 span {
  width: 60px;
  margin-right: 8px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .h2 span {
    width: 35px;
  }
}
.h2.white {
  color: #fff;
}

.hissu {
  background: #d31c30;
  color: #fff;
  font-size: 1.5rem;
  padding: 2px 6px;
  margin-left: 6px;
  margin-bottom: 6px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .hissu {
    font-size: 1.25rem;
    font-size: 3.33vw;
  }
}

.text-center {
  text-align: center;
}

.width100 {
  width: 100%;
}

body .contact {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body .contact {
    padding-top: 0 !important;
  }
}
body .contact .contact_form select {
  width: 200px;
}
body .contact_head {
  background: #f1f1f1;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  body .contact_head {
    padding: 0 0 calc(50/750*100vw);
  }
}
body .contact_ttl {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body .contact_ttl {
    font-size: 2.5rem;
    font-size: calc(40 / 750 * 100vw);
  }
}
body .contact_ttl-wrap {
  background: linear-gradient(0deg, #b00013 0%, #d40005 0%, #ed0008 100%);
  text-align: center;
  margin-bottom: 39px;
  box-shadow: 0px 3px 0px 0px rgba(163, 141, 12, 0.2);
  padding: 34px 0;
}
@media screen and (max-width: 768px) {
  body .contact_ttl-wrap {
    margin-bottom: calc(40/750*100vw);
    padding: calc(32/750*100vw) 0;
  }
}
body .contact_text {
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .contact_text {
    font-size: 1.25rem;
    font-size: 3.33vw;
  }
}
body .contact_main {
  background: #fff;
}
body .contact_form {
  width: 710px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  body .contact_form {
    width: 100%;
    padding: calc(50/750*100vw) 15px;
  }
}
body .contact_form dt {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body .contact_form dt {
    font-size: 1.25rem;
    font-size: 3.33vw;
  }
}
body .contact_form dd {
  margin-bottom: 38px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body .contact_form dd {
    margin-bottom: calc(40/750*100vw);
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}
body .contact_form input[type="text"], body .contact_form textarea, body .contact_form select {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  padding: 5px 10px;
  font-size: 1.6rem;
  display: inline-block;
}
body .contact_form textarea {
  height: 15rem;
}
@media screen and (max-width: 768px) {
  body .contact_form textarea {
    height: 10rem;
  }
}
body .contact_form input[type="checkbox"] {
  display: none;
}
body .contact_form input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: '';
  top: 8px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #80c269;
  border-bottom: 2px solid #80c269;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  body .contact_form input[type="checkbox"]:checked + label:after {
    top: 6px;
    left: 2px;
  }
}
body .contact_form .check {
  position: relative;
  display: block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body .contact_form .check {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}
body .contact_form .check:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #b5b5b5;
}
body .contact_form .selectOuter {
  position: relative;
}
body .contact_form .selectOuter:after {
  position: absolute;
  top: calc(50% - 10px);
  left: 168px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
}
body .contact_form .selectOuter_pref:after {
  left: 68px;
}
body .contact_form input[type="submit"] {
  background: #ffb400;
  box-shadow: 0px 2px 0px 0px rgba(163, 141, 12, 0.2);
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 117px;
  font-size: 2.2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body .contact_form input[type="submit"] {
    width: 100%;
    padding: calc(40/750*100vw) calc(20/750*100vw);
    font-size: 1.75rem;
    font-size: 4.66vw;
  }
}
body .contact_agree {
  text-align: center;
}
body .contact_agree dt {
  border-bottom: 2px solid #000000;
  padding-bottom: 8px;
  margin-bottom: 12px;
  display: inline-block;
}
body .contact_agree .check {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body .contact_agree .check {
    font-size: 1.35rem;
    font-size: 3.6vww;
  }
}
body .contact_agree .check:before {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  body .contact_agree .check:before {
    width: 14px;
    height: 14px;
  }
}
body .contact_agree input[type="checkbox"]:checked + label:after {
  top: 10px;
  left: 2px;
  width: 18px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  body .contact_agree input[type="checkbox"]:checked + label:after {
    top: 6px;
    left: 2px;
    width: 13px;
    height: 5px;
  }
}
body .contact_privacy {
  font-size: 1.4rem;
  padding-bottom: 8px;
  margin-bottom: 30px;
  display: inline-block;
}
body .contact_attend {
  margin: 22px 0 35px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body .contact_attend {
    font-size: 1.1rem;
    font-size: 2.933vw;
    margin: calc(26/750*100vw) 0;
  }
}
body .contact_attend i {
  font-size: 2.3rem;
  margin-right: 0.4rem;
  font-weight: 700;
}
body .contact_pmark {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .contact_pmark {
    width: calc(140/750*100vw);
    margin: 0 auto;
  }
}
body .main-v {
  text-align: center;
  background-image: url(../img/main_v.jpg);
  background-position: center top;
  height: 773px;
}
@media screen and (max-width: 768px) {
  body .main-v {
    background-image: url(../img/sp/main_v.jpg);
    height: 100vw;
    background-size: cover;
  }
}
body .main-v_copy {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  body .main-v_copy {
    padding-top: 15px;
  }
}
body .main-v_copy02 {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  body .main-v_copy02 {
    margin: 0 auto;
    padding-top: 26vw;
    width: calc(310 / 750 * 100vw);
  }
}
body .main-v_btn {
  padding-top: 24px;
  text-align: center;
}
body .main-v_btn a {
  text-decoration: none;
  display: inline-block;
  background-color: #df0000;
  color: #fff;
  font-size: 2.6rem;
  padding: 30px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  body .main-v_btn a {
    font-size: calc(26 / 750 * 100vw);
    padding: 15px 15px;
  }
}

section:not(.main-v) {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  section:not(.main-v) {
    padding: 50px 0;
  }
}

.comic {
  background-color: #e5f5f9;
}
.comic-wrapper {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.comic-box {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .comic-box {
    width: calc(50% - 5px);
  }
}
.comic-box a:focus {
  outline: none;
}
.comic h2 {
  margin-bottom: 30px;
}

.about {
  background-image: url(../img/sec01_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.about p {
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about p {
    font-size: 1.4rem;
    text-align: left;
  }
}
.about a {
  text-decoration: none;
  display: block;
  margin: 20px auto 20px;
  cursor: pointer;
  height: 38px;
  line-height: 36px;
  text-align: center;
  display: block;
  width: 150px;
  background: #7cb4cc;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
}
.about a:hover {
  text-decoration: none;
}

.requirements {
  background-color: #7cb4cc;
}
.requirements-wrapper {
  padding: 74px 60px 40px;
  background-color: #ecf7fc;
  border-radius: 20px;
}
.requirements-wrapper .note {
  text-align: center;
  color: #888;
  font-size: 1.2rem;
}
.requirements-wrapper-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .requirements-wrapper {
    padding: 15px 5px 1px;
  }
}
.requirements-box {
  border-radius: 20px;
  border: 1px solid #e7f1f6;
  background-color: #fff;
  margin: 0 20px 30px;
  padding: 12px 15px 25px;
  width: calc(25% - 40px);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .requirements-box {
    margin: 0 10px 20px;
    border-radius: 10px;
    width: calc(50% - 20px);
    padding: 12px 8px 12px;
  }
}
.requirements-box figure {
  text-align: center;
}
.requirements-box p {
  font-size: 1.4rem;
  line-height: 1.6;
}

body .cp_ipselect {
  display: inline-block;
  overflow: hidden;
  width: 140px;
  text-align: center;
}
body .simulation-box-row-days .cp_ipselect {
  width: 100px;
}
body .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
body .cp_ipselect select::-ms-expand {
  display: none;
}
body .cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
body .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
body .cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}
body .simulation {
  background-color: #ecf7fc;
}
body .simulation .note {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  body .simulation .note {
    margin-top: -3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  body .simulation .note {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5;
  }
}
body .simulation-box {
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid #7cb4cc;
}
@media screen and (max-width: 768px) {
  body .simulation-box {
    border-radius: 10px;
    margin-top: 20px;
  }
}
body .simulation-box-inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 35px 15px;
}
body .simulation-box h3 {
  margin-bottom: 20px;
}
body .simulation-box h3 span {
  font-size: 25px;
  background: linear-gradient(transparent 80%, #df0000 80%);
}
@media screen and (max-width: 768px) {
  body .simulation-box h3 span {
    font-size: calc(44 / 750 * 100vw);
  }
}
body .simulation-box-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px 0 30px;
}
@media screen and (max-width: 768px) {
  body .simulation-box-row {
    margin-bottom: 20px;
  }
}
body .simulation-box-row p {
  margin-top: 10px;
  font-size: 13px;
  width: 100%;
}
body .simulation-box-row span {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 0.5em;
}
body .simulation-box-row input {
  border: 1px solid #c3c3c3;
  font-size: 16px;
  padding: 4px 10px;
}
@media screen and (max-width: 768px) {
  body .simulation-box-row input {
    width: 200px;
  }
}
body .simulation-box-note {
  font-size: 13px;
  color: #666;
  text-align: center;
}
body .simulation-box .result-box {
  background: #ecf7fc;
  border-radius: 10px;
  color: #1f94c6;
  margin: 40px auto 10px;
  max-width: 440px;
  padding: 30px 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .simulation-box .result-box {
    margin-top: 20px;
  }
}
body .simulation-box .result-box h4 {
  margin: 0 0 20px;
}
body .simulation-box .result-box-num {
  text-align: center;
}
body .simulation-box .result-box-num span {
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  color: #000;
}
body .simulation .calc button {
  cursor: pointer;
  height: 38px;
  line-height: 36px;
  text-align: center;
  display: block;
  width: 150px;
  background: #7cb4cc;
  border-radius: 5px;
  border: 1px solid #000;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto;
}
body .simulation .calc button:disabled {
  background: #bbb;
}
@media screen and (max-width: 768px) {
  body .simulation .calc button {
    width: 100%;
  }
}

.flow {
  background: #7cb4cc;
}
.flow-box {
  font-size: 2.8rem;
  line-height: 1.5;
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 25px 25px 25px 130px;
  display: flex;
  align-items: center;
  min-height: 132px;
}
@media screen and (max-width: 768px) {
  .flow-box {
    font-size: 1.4rem;
    overflow: hidden;
    padding: 15px 15px 15px 75px;
    min-height: auto;
    border-radius: 10px;
  }
}
.flow-box-num {
  font-size: 4.0rem;
  color: #fff;
  background: #efc9be;
  width: 90px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .flow-box-num {
    height: 100%;
    font-size: 25px;
    width: 60px;
    left: 0;
  }
}
.flow-arrow {
  width: 30px;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .flow-arrow {
    width: 20px;
  }
}

.fee-box {
  max-width: 700px;
  margin: 0 auto;
  background: #f1f1f1;
  padding: 50px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .fee-box {
    padding: 20px 12px;
  }
}
.fee-box h3 {
  font-size: 2.3rem;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .fee-box h3 {
    font-size: 1.6rem;
  }
}
.fee-box p {
  font-size: 2.0rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fee-box p {
    font-size: 1.4rem;
  }
}

.l_footer {
  padding: 60px 15px 60px;
  text-align: center;
  background: #abaaaa;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l_footer {
    font-size: 1.2rem;
    padding: 30px 15px 30px;
  }
}

#loading {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  background: #e5f5f9;
  background-position: center;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
#loading .autoplay {
  opacity: 0;
}
#loading h2 {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
}

@media screen and (min-width: 991px) {
  .tab_display {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  display: none;
}

#pageTop i {
  padding-top: 6px;
}

#pageTop a {
  line-height: 2;
  display: block;
  z-index: 99;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #000;
  font-size: 4.0rem;
}
@media screen and (max-width: 768px) {
  .close {
    font-size: 2.4rem;
  }
}
.close i {
  margin-left: 0.3em;
}
