@charset "utf-8";

html {
  font-size: 10px;
}

body {
  line-height: 1.8;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  word-wrap: break-word;
  font-family: "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
  background-color: #F6F6F6;
}

.wrapper {
  text-align: left;
}

h2 {
  max-width: 940px;
  margin: 0 auto;
  font-family: 'メイリオ', sans-serif;
  font-size: clamp(1.8rem, 4.7vw, 4rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 2rem 0;
}

h3 {
  margin-bottom: 30px;
  color: #666;
  font-size: 2rem;
  text-align: center;
  padding-top: 4rem;
  font-weight: bold;
}

.button,
.file-cta,
.file-name,
.input,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
  font-size: 1.8rem;
}

.label {
  font-size: 1.0rem;
  font-weight: 600;
}

a:hover {
  color: #AAA;
}

a,
input[type="button"],
input[type="submit"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 1;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.columns:not(:last-child) {
  margin-bottom: 0;
}

.parallax-window {
  min-height: 600px;
  background: transparent;
}

.parallax-slider {
  top: 0;
  left: 0;
}

.container {
  max-width: 980px;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  box-shadow: 0px 10px 10px #aaa;
  /* background: rgba(255, 255, 255, 0.85); */
  background: #fff;
}

.container.n-bdr {
  border: none;
}

.container.is-full {
  max-width: 100%;
  width: 100%;
}

.inbox {
  padding: 0 4%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.flex .right {
  padding: 1em;
}

p {
  padding: 2rem;
}

img {
  vertical-align: bottom;
}

.pcview {
  display: none;
}

.spview {
  display: inline;
}

.border {
  display: block;
  border-bottom: 3px solid #ccc;
  padding: 0;
}

img.photo {
  border: 3px solid #FFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  width: 30%;
}

/**/

.f-view {
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.f-view .inn {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.f-view .inn .huki {
  position: absolute;
  z-index: 1;
  left: -3%;
  top: 23%;
  height: 13%;
}

@media screen and (min-width: 768px) {
  .f-view .inn .huki {
    position: absolute;
    left: -5%;
    top: 22.8%;
    height: 13%;
  }
}

.catch {
  background-color: rgba(255, 255, 255, 1);
}

.catch .inn {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.catch .inn .up {
  position: absolute;
  left: 0;
  right: 0;
  top: -30%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .catch .inn .up {
    position: absolute;
    left: 0;
    right: 0;
    top: -30%;
  }
}

.movBg {
  background-color: #1C437E;
  padding: 5% 3%;
}

.mov {
  max-width: 894px;
  /* margin: 0 3%; */
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  text-align: center;
  border: 3px solid #333;
  background-color: #333;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.count {
  background-color: #111;
  padding: 1rem 0 2rem;
  /* box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, .5); */
}

.count .timer {
  max-width: 700px;
  margin: 0 2rem;
  padding: 1rem;
  font-size: 2.9vmin;
  font-weight: bold;
  text-align: center;
  color: #F4EC85;
  border-top: 1px solid #F4EC85;
  border-bottom: 1px solid #F4EC85;

  /* background: rgba(0, 0, 0, .75); */
  /* border-radius: 5rem; */
}

.count-t {
  background-color: #0A2B45;
}

.counter02 {
  background-color: #B20000;
  box-shadow: 0px 0px 10px #333 inset;
  border-radius: 4px;
  padding: 0 1em .7em;
}

.counter02 .timer {
  max-width: 660px;
  margin: 0 auto;
  background-color: #690000;
  padding: .7em;
  text-align: center;
  font-size: 3vmin;
  color: #fff;
}

.voiceBg {
  background-color: #f7f6f5;
  /* background-color: #FFEB7F; */
  padding: 5rem;
}

.voice {
  background-color: #fff;
  border: 8px solid #0F5092;
  border-radius: 6px;
}

.voice .inn {
  padding: 1rem;
  overflow: hidden;
}

.voice .inn img {
  display: block;
  margin: 0 auto;
}

.voice .title {
  /* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  /* font-size: clamp(1.8rem, 0.505rem + 4.048vw, 3.5rem); */
  font-size: clamp(1.8rem, 0.276rem + 4.762vw, 3.8rem);
  font-weight: bold;
  /* color: #460000; */
  color: #444;
  padding: 1.5rem 0 1.5rem 1.5rem;
  line-height: 1.2;
  margin: 0;
  /* border-left: 5px solid #A7D1C8; */
  /* border-left: 5px solid #E68E55; */
  border-left: 5px solid #a4c1d7;
}

.voice .namae {
  font-size: clamp(1.8rem, 1.19rem + 1.905vw, 2.6rem);
  font-weight: 900;
  padding: 0 0.5rem 0 2rem;
  color: #E68E55;
}

.voice .txt {
  text-align: left;
  padding: 0 1rem;
  border-top: 3px dotted #ccc;
}

.profile {
  /* border: 8px solid #E5E5E5; */
}

.profile .txt {
  background-color: #F9F8F4;
  /* margin: 2rem; */
}

.center {
  text-align: center;
}

.p-15 {
  padding: 1rem;
}

.p-20 {
  padding: 1.5rem;
}

.p-30 {
  padding: 3rem;
}

.p-40 {
  padding: 2rem;
}

.detail {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center top;
}

.detail ul {
  background-color: #fff;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .6) inset;
}

.detail ul li {
  font-weight: bold;
  padding: 10px 5px 8px 55px;
  margin-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #E69196;
}

.detail ul li::before {
  content: " ";
  display: inline-block;
  width: 30px;
  padding-top: 29px;
  background: url(../img/chk1.gif) no-repeat;
  background-size: auto;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 10px;

}

.contents {
  max-width: 840px;
  margin: 0 1.5rem;
  background-color: #F5F6EC;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 10, .2) inset; */
  /* border: 8px solid #B20000; */
  border: 8px solid #B20000;
  border-radius: 10px;
  padding-top: 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .5) inset;
}

.contents p {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

.support {
  max-width: 840px;
  margin: 0 1.5rem;
  border: 8px solid #297AB6;
  border-radius: 10px;
  padding-top: 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .5) inset;
}

.semi {
  max-width: 840px;
  margin: 0 1.5rem;
  padding: 1rem;
  text-align: center;
  background-color: #248C75;
  /* border: 20px solid #248C75; */
  border-radius: 8px;
}

.semi .inn {
  /* background-color: #F5F6EC; */
  background-color: #fff;
  background-image: url(../img/s_toku_innBg.png);
  background-repeat: no-repeat;
  background-position: center top;
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem 1rem 2rem;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, .2);
}

.semi .inn p {
  background-color: #F5F6EC;
  text-align: left;
}

.s-tokuten {
  max-width: 840px;
  margin: 0 1.5rem;
  padding: 1rem;
  text-align: center;
  background-color: #FDD333;
  background-image: url(../img/s_tokuten_Bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  /* border: 20px solid #248C75; */
  border-radius: 8px;
  position: relative;
}

.s-tokuten .huki {
  position: absolute;
  z-index: 1;
  right: 0%;
  top: 0%;
  height: 4.6%;
}

.s-tokuten .inn {
  /* background-color: #F5F6EC; */
  background-color: #fff;
  background-image: url(../img/s_toku_innBg.png);
  background-repeat: no-repeat;
  background-position: center top;
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem 1rem 2rem;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, .2);
}

.s-tokuten .inn p {
  background-color: #F5F6EC;
  text-align: left;
}

.future {
  border-top: 3px solid #2D6FBF;
}

.future .txt {
  padding: 0 3rem;
  overflow: hidden;
}

.henkin {
  background-image: url(../img/henkin_bg.webp);
  background-repeat: repeat;
  background-position: center top;
  border: 10px solid #2D1F10;
  border-radius: 8px;
  text-align: center;
}

.faq {
  padding: 2rem;
  /* border: 3px dotted #0085b2; */
  /* box-shadow: 0px 0px 8px #999 inset; */
  background-color: #F1F1F1;
  border-radius: 6px;
}

.faq .qus {
  padding: 10px 10px 20px 60px;
  font-weight: bold;
  line-height: 130%;
  /* border-bottom: 1px solid #248C75; */
  border-bottom: 3px dotted #248C75;
  position: relative;
}

.faq li.qus::before {
  content: " ";
  display: inline-block;
  width: 40px;
  padding-top: 49px;
  background: url(../img/faq_q.png) no-repeat;
  background-size: auto;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 5px;
}

.faq .ans {
  padding: 15px;
  text-align: left;
  /* background-color: #F1F1F1; */
  border-radius: 4px;
  margin-bottom: 30px;
}


.check {
  border: 5px solid #ccc;
  padding: 20px;
  background-color: #FFF8E4;
}

.check li.title {
  padding: 15px 0 15px 55px;
  line-height: 130%;
  font-size: clamp(1.8rem, 3.5vw, 2.2rem);
  font-weight: bold;
  border-bottom: 1px dotted #aaa;
  position: relative;
  margin-bottom: 0;
}

.check li.title::before {
  content: " ";
  display: inline-block;
  width: 29px;
  padding-top: 29px;
  background: url(../img/chk1.gif) no-repeat;
  background-size: auto;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 10px;
}

input:focus,
select:focus,
textarea:focus {
  border: none;
}

.formBtn:hover {
  opacity: 1;
}

.btn_ani {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.btn {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.btn p {
  font-size: 3.5vw;
}

.appli_rebox {
  padding: 30px 0;
  border-top: 3px dotted #aaa;
  border-bottom: 3px dotted #aaa;
}

.box {
  background-color: #FDFADF;
  border: 1px solid #248C75;
  font-size: 1.5rem;
  line-height: 160%;
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
}

.box p {
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

footer {
  text-align: center;
  background-color: #333;
  margin: 0 auto;
  /* padding: 3vmin 0; */
  color: #ccc;
  font-size: 12px;
  position: relative;
}

footer .inn {
  max-width: 900px;
  margin: 0 auto;
  display: inline;
}

footer a {
  color: #ccc;
}

table#tokutei {
  background-color: #eee;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 12px;
}

table#tokutei tbody {
  display: table-row-group;
  vertical-align: middle;
}

table#tokutei tr {
  display: table-row;
  vertical-align: inherit;
}

table#tokutei th {
  background-color: #666;
  color: #FFFFFF;
  padding: 10px 2%;
  text-align: center;
  vertical-align: middle;
  width: 27%;
  font-weight: normal;
}

table#tokutei td {
  background-color: #FFFFFF;
  color: #666;
  padding: 4px 10px;
  text-align: left;
  vertical-align: middle;
}

.privacy {
  font-size: 12px
}

.appli {
  text-align: center;
  margin: 0 auto;
  padding: 2rem 0;
}

.appli img {
  margin-bottom: 3%;
}


/********************************************************
************* media screen   ****************************/

@media screen and (max-width: 580px) {
  .s-tokuten .huki {
    position: absolute;
    z-index: 1;
    right: 0%;
    top: 0%;
    height: 4%;
  }
}

@media screen and (max-width: 480px) {
  .s-tokuten .huki {
    position: absolute;
    z-index: 1;
    right: 0%;
    top: 0%;
    height: 3.3%;
  }

  .margin_l20b20 {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .s-tokuten .huki {
    position: absolute;
    z-index: 1;
    right: 0%;
    top: 0%;
    height: 2.5%;
  }
}

@media screen and (min-width:768px) {

  .pcview {
    display: inline;
  }

  .spview {
    display: none;
  }

  .p-15 {
    padding: 1.5rem;
  }

  .p-20 {
    padding: 2rem;
  }

  .p-40 {
    padding: 4rem;
  }

  .movBg {
    padding: 3.5rem 3%;
  }

  .count {
    padding: 2rem 0 3rem;
  }

  .count .timer {
    margin: 0 auto;
    font-size: 2rem;
  }

  .counter02 {
    padding: 0 1em 1.2em;
  }

  .counter02 .timer {
    font-size: 2rem;
  }

  .inbox {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }

  .mov {
    margin: 0 auto;
  }

  .movie-wrap {
    border: 8px solid #333;
  }

  .voice .inn {
    padding: 2rem;
  }

  .contents {
    margin: 0 auto;
    padding-top: 4rem;
    border: 15px solid #B20000;
  }

  .contents p {
    padding: 4rem 2rem;
  }

  .support {
    margin: 0 auto;
    padding-top: 4rem;
    border: 15px solid #297AB6;
  }

  .semi {
    margin: 0 auto;
    padding: 2rem;
  }

  .semi .inn {
    padding: 0 3rem 3rem;
  }

  .semi .inn p {
    padding: 2rem;
  }

  .s-tokuten {
    margin: 0 auto;
    padding: 2rem;
  }

  .s-tokuten .huki {
    position: absolute;
    z-index: 1;
    right: 0.8%;
    top: 0.2%;
    height: 4.66%;
  }

  .s-tokuten .inn {
    padding: 0 3rem 3rem;
  }

  .s-tokuten .inn p {
    padding: 2rem;
  }

  .voice .txt {
    padding: 0 2rem;
  }

  .voice .txt img {
    width: auto;
  }

  .appli_rebox {
    padding: 30px 0;
    border: 3px dotted #aaa;
  }

  .btn {
    width: 100%;
  }

  .btn p {
    font-size: 100%;
  }

  input[type="text"] {
    font-size: 2.2rem;
  }

  a:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    opacity: 0.7;
  }

  .label {
    font-size: 1.8rem;
    font-weight: 700;
  }

  footer {
    font-size: 80%;
  }

  footer .inn {
    display: flex;
    justify-content: space-between;
  }

  .margin_l20b20 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 35%;
  }
}