@charset "UTF-8";
/* CSS Document */

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-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}



body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #FFF;
  font: 75% / 1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
  background-color: #89A2D3;
  padding: 10px 20px;
  color: white;
  line-height: 1.4;
  margin: 45px 0 25px;
}
h3 {
  margin: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
article table {
  margin: 20px 0 0 0;
}
article table td {
  padding: 3px 10px;
  font-size: 16px;
}
article ul {
  margin: 10px 0 20px 30px;
}
article li {
  font-size: 15px;
}
article p {
  margin: 20px 0 30px 0;
  font-size: 16px;
}
article p.kome1 {
  margin: 16px 0 10px 0;
  padding-left: 20px;
  text-indent: -20px;
  font-size: 15px;
  color: red;
}
article p.kome1:before {
  content: "※";
  padding-right: 4px;
}
article p.kome2 {
  margin: 20px 0 10px 0;
  padding-left: 20px;
  text-indent: -20px;
  font-size: 15px;
}
article p.kome2:before {
  content: "※";
  padding-right: 4px;
}
article div#line {
  border: solid 1px #89A2D3;
  margin: 50px;
  border-radius: 30px;
  padding: 30px 50px;
}
div.check {
  margin-top: 50px;
}
div.check p {
  text-align: center;
}
div.check label {
  font-size: 16px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
div.submit {
  margin: 50px 0;
  text-align: center;
}
button#notyet {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  color: #444;
  background: #AAA;
  border: solid 1px #AAA;
  padding: 15px 30px;
  margin: 0 auto;
  font-size: 16px;
}
button#confirm {
  display: none;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #718ac5;
  border: solid 1px #718ac5;
  margin: 0 auto;
}




.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: auto;
  opacity: 0;
  transition: opacity .5s, visibility .5s;
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s, visibility 1s;
}
.modalWrapper {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalContent {
  width: 640px;
  padding: 40px;
  background: url("../img/bg01.svg") no-repeat center / cover #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.modalContent::after {
  content:"";
  width: 120px;
  height: 265px;
  background: url("../img/illust01.svg") no-repeat 0 0 / cover;
  position: absolute;
  bottom: 0;
  right: 50px;
}
.modalContent__main {
  font-size: 20px;
  font-weight: bold!important;
  line-height: 2;
}
.modalContent__main i {
  font-size: 14px;
  font-weight: bold!important;
  font-style: normal!important;
}
.modalContent__main span {
  font-weight: bold!important;
  padding: 0 0 5px;
  background: linear-gradient(transparent 70%, #fffc8d 0%);
}
.modalContent__sub {
  color: #E60000;
  font-size: 14px;
  font-weight: bold!important;
  line-height: 1.75;
  margin-top: 10px;
}
.modalContent__sub + p {
  font-size: 14px;
  font-weight: bold!important;
  line-height: 1.75;
  margin-top: 10px;
}
.modalContent__comment {
  font-size: 12px;
  margin-bottom: 10px;
}
.modalContent__comment span {
  font-size: 16px;
  margin: 0 6px 0 3px;
}
.modalContent__operation {
  width: 240px;
  margin-top: 40px;
}
.modalContent__button {
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
  padding: 20px;
  background: #343434;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  display: block;
  transition: opacity .3s;
}
.modalContent__button:hover {
  opacity: 0.8;
}
.modalContent__button span {
  font-weight: bold!important;
  padding-right: 20px;
  position: relative;
  display: block;
}
.modalContent__button span::after {
  content:"";
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("../img/icon_close.svg") no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}





@media screen and (min-width: 768px) {
body, html {
  width: 1050px;
  margin: 0 auto;
}
#container {
  width: 100%;
  position: relative;
  padding: 80px 0 160px;
}
.wrap {
  width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
}
article {
  width: 870px;
  margin: 0 auto;
}
#header h1 {
  border-left: solid 6px #89A2D3;
  border-bottom: solid 1px #89A2D3;
  padding: 0 0 5px 10px;
  line-height: 1.4;
  margin: 0 0 45px;
  font-size: 1.5em;
}
.spOnly {
  display: none!important;
}
}

@media screen and (max-width: 767px) {
html, body {
  position: relative;
  overflow-x: hidden;
}
#container {
  width: 100%;
  z-index: 9999;
  padding: 30px 0 0;
}
.wrap {
  width: auto;
  margin: 0 15px;
}
article {
  width: 100%;
  margin: 0 auto;
}
#header h1 {
  border-bottom: solid 1px #89A2D3;
  border-left: solid 4px #5775B7;
  padding: 3px 0 5px 8px;
  margin: 0 0 20px;
  font-size: 1.5em;
}
.spOnly {
  display: block!important;
}
.pcOnly {
  display: none!important;
}

article div#line {
  margin: 0;
  border-radius: 20px;
  padding: 30px 20px;
}
  
  
  
  
.modalWrapper {
  padding: 0 15px;
}
.modalContent {
  width: 100%;
  padding: 180px 15px 30px;
  background: url("../img/bg01.svg") no-repeat center top / 150% #fff;
}
.modalContent::after {
  width: 32.5vw;
  height: 32.5vw;
  max-width: 140px;
  max-height: 140px;
  margin: auto;
  background: url("../img/illust01@2x.svg") no-repeat 0 0 / cover;
  position: absolute;
  top: 30px;
  bottom: initial;
  right: 0;
  left: 0;
}
.modalContent__main {
  font-size: 16px;
}
.modalContent__main i {
  font-size: 12px;
}
.modalContent__sub {
  font-size: 13px;
}
.modalContent__comment {
  text-align: center
}
.modalContent__operation {
  width: 70vw;
  margin: 40px auto 0;
}
}













