@charset "utf-8";

html {
  font-size: 10px;
}

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

.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: 0 0 2rem;
  color: #FEE580;
}

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.6rem;
  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;
  appearance: none;
  -webkit-appearance: none;
}

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

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

/**/

section {
  padding: 40px 0;
}

.anno {
  font-size: 1.2rem;
  margin: 2rem auto 0;
  text-align: right;
  color: #2B608C;
}

.sub {
  font-size: 1.6rem;
  text-align: left;
}

.fview {
  background-color: #F6F6F6;
  background-image: url(../img/bg2.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.fview .f_flex {
  max-width: 1000px;
  margin: 0 auto;
  /* padding: 20px 30px; */
  display: flex;
  /*横並び*/
  justify-content: space-between;
  /* align-items: center; */
}

.fview .f_flex .image {
  margin: 0;
  padding: 0;
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.fview .f_flex .right {
  /* margin: 0 0 0 40px; */
  padding: 0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.f_flex .right .form {
  max-width: 680px;
  margin: 0 auto;
  background-color: #EEF0E8;
  border-radius: 6px;
}


.info {
  background: #F8F4E5;
  padding-right: 20px;
  padding-left: 20px;
}

.info .inn {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 3px solid #FF4B3A;
  border-radius: 15px;
  padding: 30px 10px 0;
}

.mainVisualb__text {
  color: #854205;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.mainVisualb__notice {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 20px 0 20px;
}

.present {
  padding-top: 0;
  background: #FFDF62;
}

.nayami {
  background: #7AA7BE;
}

.problem {
  position: relative;
  padding-top: 60px;
  background: #E7EEFA;
}

.problem::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 147px solid transparent;
  border-left: 147px solid transparent;
  border-top: 60px solid #7AA7BE;
  border-bottom: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  /* margin-top: 40px; */

}

/* .solution {
  background-image: url(../img/solution_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
} */

.authority {
  background: #E6DAB2;
  padding: 0 0 60px;
}

.authority .inn {
  background: #1C4260;
}

.profile {
  max-width: 1000px;
  margin: 0 20px;
  text-align: center;
}

.profile .text {
  max-width: 980px;
  margin: 20px auto 0;
  padding: 30px;
  background-image: url(../img/grid.gif);
  background-repeat: repeat;
  background-position: left top;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 3px solid #2C3D51;
  color: #2C3D51;
  text-align: left;
}

.profile .text p {
  padding: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
}

.voice {
  background-image: url(../img/voicebg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #ccc;
}

.voice2 {
  background: #F2ECD5;
  padding-right: 20px;
  padding-left: 20px;

}

.step {
  position: relative;
  margin: 0 auto 45px;
}

.step::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 35px solid #007DC9;
  border-bottom: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}

.flex {
  max-width: 800px;
  margin: 0 auto 20px;
  background-color: #fff;
  padding: 20px 30px;
  /* border: 2px solid #E3E3E3; */
  border: 2px solid #C3DAE9;
  /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); */
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  display: flex;
  /*横並び*/
  justify-content: space-between;
  /* align-items: center; */
}

.flex .image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 22%;
}

.flex .right {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.flex .image2 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 34%;
}

.flex .right2 {
  margin: 0 0 0 0;
  padding: 40px;
  text-align: left;
  width: 66%;
  background-color: #fff;
}

.flex .title {
  margin: 0 0 20px;
  padding: 0;
  font-weight: bold;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.flex .text {
  margin: 10px 0 0;
  padding: 0;
}

.flex:last-child {
  margin-bottom: 0;
}

.procedure {
  padding-right: 20px;
  padding-left: 20px;
}

.recommen {
  background: #216BA9;
}

.plan {
  background-image: url(../img/plan_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.plan p.text {
  margin-top: 0;
}

.plan .plan-box {
  background-image: none;
}

.plan .plan-box2 {
  background-image: none;
}

.form {
  /* background: #EEF0E8; */
  /* padding: 30px 0; */

}

.form .inn {
  background: #EEF0E8;
  max-width: 680px;
  /* margin: 0 3%; */
  padding: 1% 0;
  /* padding: 40px 0; */
  /* background: #fff; */
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

form {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem 0 2rem;
  text-align: center;
  line-height: 1.4;

}

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

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

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

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

.form .inputSelect {
  position: relative;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 70%;
  padding: 15px 10px;
  line-height: 1.5;
  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 */
  .form .inputSelect {
    background: none;
    background-color: #FFF;
  }
}

.form .txt {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 2rem;
}

.form .InputName01 span,
.form .InputMail span {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  color: #172831;
  padding: 0 0 0.3rem 0.1rem;
}

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

.form .InputName01 input,
.form .InputMail input {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 0 2%;
  height: 10vw;
  border-radius: 4px;
  color: #444;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5) inset;
  border-style: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 224) inset;
}

.form .InputSubmit {
  padding: 0;
}

.form .InputSubmit input {
  border: 0 none;
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  width: 100%;
  max-width: 628px;
  height: auto;
  margin: 20px auto 0;
}

.form .subtxt {
  max-width: 800px;
  width: 90%;
  padding: 0 0 10px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 10px;
  line-height: 130%;
}

input::placeholder {
  color: #666;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}

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







.label {
  width: 100%;
  text-align: left;
  color: #313131;
}

.label::after {
  content: "必須";
  display: inline-block;
  margin: 0 0 0 12px;
  padding: 0 8px;
  color: #fff;
  font-weight: normal;
  background-color: #cf1f1f;
  font-size: 1.4rem;
  text-align: center;
  /* line-height: 20px; */
}

.w-90 {
  width: 100%;
}

.w-60 {
  width: 100%;
}

.control {
  width: 100%;
  font-size: 100%;
}

/* input[type="text"],
input[type="mail"] {
  font-size: 2.2rem;
  padding: 2%;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
}

input[type="image"] {
  width: 100%;
} */

/* .input {
  padding: 2.2rem 1.5rem;
  background-color: #f1f1f1;
  border: 1px solid #c9c9c9;
  border-radius: 0;
} */

/* .input:focus {
  background-color: #fff;
  border: 1px solid #c9c9c9;
} */

.d-md-flex {
  display: block;
}

/* ::placeholder {
  font-size: 85%;
  color: #bebebe !important;
} */

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button-g {
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  /* background-color: #FF4B39; */
  /* background-color: #FF2626; */
  /* background-color: #1da39a; */
  background-color: #268C38;
  /* border-radius: 5px; */
  font-weight: bold;
  /* box-shadow: 0 4px 0 0 #118362; */
  /* border: 5px solid #FF7373; */
  border-style: none;
  border: 5px solid #e0f2f1;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  width: 80%;
  cursor: pointer;
}

.button-g:active {
  border: 5px solid #FF7373;
}

.mb-2 {
  margin-bottom: 2rem;

}

.mt-3 {
  margin-top: 3rem;
}

/* .field:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

/* .label:not(:last-child) {
  margin-bottom: 0;
} */

.price {
  background: #2BB38C;
  padding: 0 20px 30px;
}

.faq {
  background: #2C3D51;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 0 0 10px;
  text-align: left;
}

.accordion-area section {
  background-color: #E7EEFA;
}

/*アコーディオンタイトル*/
.ftitle {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  color: #2C3D51;
  font-weight: bold;
  padding: 16px 50px 16px 78px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.ftitle::before,
.ftitle::after {
  position: absolute;
  /* content: '';
  width: 15px;
  height: 2px;
  background-color: #333; */

}

.ftitle::before {
  /* top: 48%;
  left: 15px;
  transform: rotate(0deg); */

  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 9.5px;
  left: 40px;
  color: #587fc7;
  font-size: 25px;
  font-size: 2.5rem;

}

.ftitle::after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ftitle::after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ftitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #5e6f90;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ftitle::after {
  /* top: 48%;
  left: 15px;
  transform: rotate(90deg); */

}

/*　closeというクラスがついたら形状変化　*/
.ftitle.close::before {
  /* transform: rotate(45deg); */
}

.ftitle.close::after {
  /* transform: rotate(-45deg); */
}

/*アコーディオンで現れるエリア*/
.fbox {
  display: none;
  /*はじめは非表示*/
  background: #fff;
  padding: 20px 60px 20px 78px;

  text-align: left;
  font-weight: normal;
  position: relative;
}

.fbox::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 40px;
  color: #cd7878;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}

/*========= レイアウトのためのCSS ===============*/

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


.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_ani2 {
  animation: pulse2 2s ease-out infinite;
  opacity: 1;
}

@keyframes pulse2 {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1.0);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}

.btn {
  width: 80%;
  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: #2C3D51;
  margin: 0 auto;
  padding: 10px 0 20px;
  color: #ccc;
  font-size: 14px;
  line-height: 2;
}

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: 767px) {
  .sp500view {
    display: none;
  }

  .f_flex {
    display: block !important;
  }

  .flex {
    display: block;
    padding: 20px;
  }



  .flex .image {
    width: 40%;
    margin: 0 auto;
  }

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

  .flex .image2 {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 10px 0 0;
  }

  .flex .right2 {
    margin: 0;
    padding: 20px;
    width: 100%;
  }
}

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

  .pcview {
    display: inline;
  }

  .spview {
    display: none;
  }

  .flex .right {
    margin: 0 0 0 30px;
    width: 100%;
  }

  .f_flex .right .form {
    max-width: 480px;
  }

  section {
    padding: 60px 0;
  }

  .sub {
    text-align: center;
  }

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

  .fview {
    background-image: url(../img/bg2.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .fview .f_flex .image {
    margin: 0;
    padding: 0;
    position: relative;
    width: 433px;
    margin: 0 auto;
  }

  .fview .f_flex .right {
    /* margin: 0 0 0 40px; */
    padding: 0;
    text-align: left;
    width: 567px;
    margin: 0 auto;
  }

  .info .inn {
    padding: 50px 10px 0;
  }

  .mainVisualb__notice {
    padding: 40px 0 20px;
  }

  .profile {
    margin: 0 auto;
    text-align: left;
  }

  .plan .plan-box {
    background-image: url(../img/plan-boxBg01.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .plan .plan-box2 {
    background-image: url(../img/plan-boxBg02.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .form .inn {
    margin: 0 auto;
  }

  .button-g {
    width: 60%;
    padding: 30px;
  }

  .d-md-flex {
    display: flex;
  }

  .label {
    width: 30%;
    padding-right: 1%;
  }

  .w-90 {
    width: 90%;
  }

  .w-60 {
    width: 60%;
  }

  /* input[type="text"],
  input[type="mail"] {
    font-size: 2.2rem;
    padding: 2%;
  }

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

  /* .label {
    font-weight: 700;
  } */

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

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

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

  .form .InputName01 span,
  .form .InputMail span {
    font-size: 2rem;
    color: #333;
  }

  .form .InputName01 input,
  .form .InputMail input {
    height: 60px;
  }

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

  .form .InputSubmit {
    width: 100%;
  }

  .form .InputSubmit input {
    margin: 3rem auto 0;
    width: 100%;
  }

  .formBtn:hover {
    opacity: .7;
    transition: all .6s;
  }

  input::placeholder {
    font-size: 1.8rem;
  }


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

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

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

  .btn {
    width: auto;
  }

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