@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 {
  font-size: 2.3em;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  /*letter-spacing: -0.03em;*/
  margin-bottom: 1em;
  text-align: center;
  border-bottom: solid 2px #999;
  padding-bottom: 0.3em;
}

h3 {
  margin-bottom: 15px;
  padding: 0;
  color: #2B5F8C;
  font-size: 2rem;
  border-bottom: 2px dotted #ccc;
}

h4 {
  font-weight: bold;
  padding: 20px 0 10px;
}

.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;
  /* 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: 0;
}

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-color: #F6F6F6;
  background-image: url(../img/bg_d.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 10%;
}

p.k_btn {
  width: 83%;
  margin: 0 auto;
}

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

.count {
  background-color: #222;
  padding: 2% 0 1%;
}

.count .timer {
  max-width: 680px;
  margin: 0 2rem;
  padding: 1rem 2rem;
  font-size: 3vmin;
  text-align: center;
  color: #F4EC85;
  border-radius: 1rem;
}

/*************/

.mel_bg {
  background-color: #2B5F8C;
  background-image: url(../img/mel_bg_blue.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 150% auto;
  padding-bottom: 5%;
}

.mel {
  width: 94%;
  background-color: #FDFCFA;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  padding: 0 0 5%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.mel_inn {
  width: 92%;
  max-width: 740px;
  margin: 0 auto;
  /* background-color: #29728D;
  border: 1px solid #C3C7C9; */
  border-radius: 0.5rem;
  padding: 0 1rem 6%;
  border-radius: 6px;
  background-color: #EEF0E8;
}

form {
  width: 95%;
  max-width: 630px;
  margin: 0 auto;
}

.mel .InputName01 input,
.mel .InputName02 input,
.mel .InputMail input {
  border: none;
  color: #666;
}

.mel .inputText {
  width: 90%;
  padding: 15px 10px;
  border: 0;
  background-color: #fff;
  border: 3px solid #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0 15px;
}

input[type="text"] {
  font-size: 16px;
  border: 1px solid #ccc;
  /* -webkit-border-radius: 0; */
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: normal;
}

input[type="text"]:focus {
  outline: 0;
}

.mel .inputText.inputTextShortest {
  width: 38.5%;
}

.mel .inputText.inputTextLong {
  width: 100%;
}

.mel .inputText.inputTextShort {
  width: 70%;
}

.mel .inputSelect {
  position: relative;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 70%;
  padding: 15px 10px;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  border: none;
  border-radius: 6px;
  border: 3px solid #aaa;
  background: #fff url(../img/arrow.png) no-repeat;
  background-size: 15px 10px;
  background-position: right 10px center;
  margin: 5px 0 12px;
}

@-moz-document url-prefix() {

  /* for firefox */
  .mel .inputSelect {
    background: none;
    background-color: #FFF;
  }
}

.mel .txt {
  font-size: 1.4rem;
  text-align: center;
  padding: 0 0 1rem;
}

.mel .InputName01 span,
.mel .InputMail span {
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1C3E5B;
  padding: 0 0 0 0.1rem;
}

.mel .InputName01,
.mel .InputName02,
.mel .InputMail {
  /* padding-left: 20vw;
    position: relative;
    max-width: 630px; */
  margin: 0 auto 1rem;
  text-align: left;
  padding: 0;
}

.mel .InputMail {
  padding: 0 0 1.5rem;
}

.mel .InputName01 input,
.mel .InputMail input {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 4% 2%;
  height: auto;
  line-height: 1;
  /* box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5) inset; */
  border-radius: 4px;
  border: 2px solid #D5D9C6;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) inset;
}

.mel .InputSubmit {
  width: 100%;
  margin: 0 auto;
}

.mel .InputSubmit input {
  border: 0 none;
  cursor: pointer;
  text-indent: -9999px;
  display: block;
}

.mel .formBtn {
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 21.3%;
  background: url(../img/melBtn_Bk.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

input::placeholder {
  color: #aaa;
  /* font-size: 1.4rem; */
  font-size: clamp(1.4rem, 3.5vw, 2.1rem);
}

.require {
  color: #fff;
  font-size: 10px;
  background-color: #cc0000;
  padding: 0 2px;
  border-radius: 3px;
  letter-spacing: 2px;
  margin-left: 5px;
  vertical-align: middle;
}

.error {
  color: #FF0000;
}

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

.formBtn:hover {
  opacity: 1;
}

.patent {
  background-color: #fff;
  padding: 2rem;
}

.patent .inn {
  max-width: 940px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.patent .inn .pict {
  width: 40%;
  margin: 0 auto 20px;
}

.patent .inn .pict img {
  width: 100%;
  height: auto;
}

.patent .inn .title {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: bold;
  line-height: 1.3;
  border-top: 2px solid #444;
  border-bottom: 2px solid #444;
  padding: 10px 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .patent .inn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .patent .inn .pict {
    width: 26%;
    margin-right: 3%;
  }

}

.balloon2-left {
  position: relative;
  display: inline-block;
  /* margin: 1.5em 0 1.5em; */
  padding: 15px;
  width: 70%;
  background: #fff;
  border: solid 4px #333;
  border-radius: 10px;
  text-align: left;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: transparent #333 transparent transparent;
  translate: -100% -50%;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% + 0.4px);
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .balloon2-left {
    position: relative;
    display: inline-block;
    /* margin: 1.5em 0 1.5em; */
    padding: 15px;
    width: 95%;
    background: #fff;
    border: solid 3px #333;
    border-radius: 10px;
    text-align: left;
  }

  .balloon2-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    border-style: solid;
    border-width: 0 0 57px 57px;
    border-color: transparent transparent #333;
    translate: -50% -100%;
  }

  .balloon2-left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #fff;
    translate: calc(-50% + 0.4px) -100%;
  }
}

.faq {
  max-width: 800px;
  margin: 0 auto;
  /* padding: 2rem; */
  /* border: 3px dotted #0085b2; */
  /* box-shadow: 0px 0px 8px #999 inset; */
  border-radius: 6px;
}

.faq .qus {
  padding: 12px 10px 20px 60px;
  color: #2B5F8C;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 10px;
  /* 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: #fff;
  /* border: 2px solid #99CEE0; */
  border: 2px solid #809FBA;
  border-radius: 4px;
}

.voice {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  /* border: 3px dotted #0085b2; */
  /* box-shadow: 0px 0px 8px #999 inset; */
  background-color: #fff;
  border-radius: 6px;
}

.shadow {
  /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
  box-shadow: 7px 7px 0 rgba(0, 0, 0, .15) !important;
}

.jis {
  background-color: #eee;
  text-align: center;
  border-radius: 6px;
  padding-bottom: 2rem;
}

.jis P {
  padding: 0;
  max-width: 680px;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
}

.mov {
  background-color: #1c4260;
  padding: 4rem 0;
}

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

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

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

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: #111;
  margin: 0 auto;
  padding: 20px 0;
  color: #ccc;
  font-size: 14px;
  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: #999;
  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) {}

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


  .f-view {
    padding-bottom: 9rem;
  }

  /* .f-view .inn:before {
    content: "";
    display: block;
    padding-top: 113%;
  }

  .f-view .inn .huki {
    position: absolute;
    left: -1%;
    top: 24%;
    height: 9%;
  } */

  .count {
    padding: 2rem 0;
  }

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

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

  .mel_bg {
    background-image: url(../img/mel_bg_blue.webp);
    background-position: center top;
    background-size: cover;
    padding-bottom: 6rem;
  }

  .mel {
    padding: 0 0 3rem;
  }

  .mel .inn {
    padding: 0 1rem 4rem;
  }

  .mel .InputName01 span,
  .mel .InputMail span {
    font-size: 2rem;
  }

  .mel .InputName01 input,
  .mel .InputMail input {
    height: 75px;
  }

  .mel .InputName01,
  .mel .InputName02,
  .mel .InputMail {
    margin: 0 auto 2rem;
  }

  .mel .txt {
    font-size: 1.6rem;
  }

  /* .mel .InputSubmit {
    width: 100%;
  } */

  .mel .formBtn {
    margin: 0 auto;
  }

  /* input::placeholder {
    font-size: 2.1rem;
  } */

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

@media screen and (max-width: 576px) {
  .mel .txt {
    font-size: 2.5vw;
  }
}