@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: #eee;
}

.wrapper {
  text-align: left;
}

/* h2 {
  font-size: 2.3em;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin-bottom: 1em;
  text-align: center;
  border-bottom: solid 2px #999;
  padding-bottom: 0.3em;
} */
h2 {
  max-width: 940px;
  margin: 0 auto;
  font-family: 'メイリオ', sans-serif;
  font-size: clamp(1.8rem, 4.7vw, 4rem);
  /* font-size: clamp(1.8rem, 0.355rem + 4.516vw, 4.6rem); */
  /* font-size: clamp(1.8rem, 0.467rem + 4.167vw, 3.8rem); */
  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: 940px;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  /* 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 3%;
}

.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 1.5rem;
}

img {
  vertical-align: bottom;
}

.pcview {
  display: none;
}

.spview {
  display: inline;
}

.border {
  display: block;
  border-bottom: 3px solid #333;
}

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

/**/

.f-view {
  background-color: #fff;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-bottom: 10px solid #0D2E43;
}

.f-catch {
  background-color: #0D2E43;
  /* background-image: url(../img/f-catchbg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; */
  padding-bottom: 3rem;
  /* box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, .8); */
}

.count {
  background-color: #F7DA5F;
  padding: 0;
  /* border-top: 10px solid #CECEBF; */
  border-bottom: 10px solid #CECEBF;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, .5);

}

.count .timer {
  max-width: 660px;
  margin: 0 2rem;
  padding: 1rem;
  font-size: 2.8vmin;
  color: #FFF100;
  border-radius: 5rem;
  background: #E98907;
  border: 1px solid #FFF100;
}

.voice {
  /* background-color: #FFD146; */
  background-color: #A9C2D6;
  padding: 1rem;
  box-shadow: 0px 0px 5px #eee;
}

.voice .inn {
  background-color: #fff;
  box-shadow: 0px 0px 5px #999 inset;
  padding: 1rem 2rem;
}

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

.voice .title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.5rem;
  font-weight: bold;
  /* color: #460000; */
  color: #333;
  padding: 0.3em 0.1em 0;
  line-height: 1.2;
}

.voice .namae {
  font-weight: 900;
  padding: 0 0 0.5em;
  color: #0C4681;
}

/* .toolbg {
  background-image: url(../img/toolbg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
} */

.tool {
  /* background-color: #FFD146; */
  background-color: #333;
  padding: 1.5rem;
  box-shadow: 0px 0px 5px #eee;
}

.tool .inn {
  background-color: #fff;
  box-shadow: 0px 0px 5px #999 inset;
  padding: 0 2rem 2rem;
}

.tool .txt {
  /* background-color: #ECF9FD; */
  padding: 2rem;
  /* box-shadow: 0px 0px 8px #999 inset; */
  text-align: left;
}


.s_toku {
  max-width: 860px;
  margin: 0 auto;
  background-image: url(../img/henkin_bg.webp);
  background-repeat: repeat;
  background-position: center top;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, .1);
  padding: 0 4rem;
}

.s_toku .inn {
  background-color: #fff;
  box-shadow: 0px 0px 5px #999 inset;
  /* padding: 0 2rem 2rem; */
}

.s_toku .txt {
  /* background-color: #ECF9FD; */
  padding: 0 4rem 3rem;
  /* box-shadow: 0px 0px 8px #999 inset; */
  text-align: left;
}

/* .gua {
  border: 5px solid #B20000;
}

.gua .txt {
  padding: 0 4rem 3rem;
  text-align: left;
} */

.gua {

  background-color: #A4A3A2;
  background-image: url(../img/guabg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 4rem 3rem;
}

.gua .inn {
  background-color: rgba(255, 255, 255, .85);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, .05);
  padding: 0 3rem;
}

.gua .txt {
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  /* padding: 0 4rem; */
}

.faq {
  padding: 0.7em;
  color: #333;
}

.faq .qus {
  padding: 15px 10px 15px 55px;
  font-weight: bold;
  line-height: 130%;
  position: relative;
  background-color: #338CB8;
  color: #fff;
}

.faq li.qus::before {
  content: "Q";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 3rem;
  color: #ADD1E3;
}

.faq .ans {
  padding: 15px 10px 15px 55px;
  text-align: left;
  background-color: #F1F1F1;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;

}

.faq li.ans::before {
  content: "A";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 3rem;
  font-weight: bold;
  color: #338CB8;
}


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 #ccc;
  font-size: 15px;
  line-height: 160%;
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
}

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

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

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 (min-width: 576px) {
  img.photo {
    max-width: 100%;
    width: auto;
  }
}

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

  .pcview {
    display: inline;
  }

  .spview {
    display: none;
  }

  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;
  }

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

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

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

  .btn {
    width: 100%;
  }

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

  footer {
    font-size: 80%;
  }

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

  .margin_l20b20 {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    width: auto;
  }
}
.s_toku {
  background-color: #FDFADF;
  /* border-radius: 6px; */
  /* box-shadow: 0px 0px 8px #aaa; */
  border-top: 6px double #C6BA99;
  border-bottom: 6px double #C6BA99;
}

.s_toku p {
  padding: 2rem;
}