@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*青*/
/*薄緑*/
/*黄*/
/*オレンジ*/
/*黄*/
/*ボタンhover*/
/*茶*/
/*濃ベージュ*/
/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.15s linear;
}

.ro:hover {
  opacity: .8;
  transition: all 0.15s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

/*.preload * {transition: none !important;}*/
.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_tn {
  cursor: pointer;
}

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

.lity-active body {
  overflow: hidden;
}

body {
  position: relative;
  background: white;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 900;
  font-weight: 400;
  color: #000;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.78571;
    min-width: inherit;
  }
}

body a {
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

.bold, strong {
  font-weight: bold;
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  background: url(../img/bg.png) top center;
  background-size: 170px auto;
  background-attachment: fixed;
}

.contents {
  position: relative;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .contents {
    padding-bottom: 45px;
  }
}

.innerWrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
  .innerWrap {
    padding: 0 20px;
  }
}

.red_txt {
  color: #ff4040;
}

sup {
  vertical-align: top;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*青*/
/*薄緑*/
/*黄*/
/*オレンジ*/
/*黄*/
/*ボタンhover*/
/*茶*/
/*濃ベージュ*/
.img img {
  max-width: 100%;
  height: auto;
}

/*-------------------------
block_sec
-------------------------*/
.block_sec {
  background: #fff;
  border: 6px solid #000;
  border-radius: 50px;
  padding: 26px 32px 63px;
}

@media only screen and (max-width: 767px) {
  .block_sec {
    border-width: 3px;
    border-radius: 20px;
    padding: 20px 20px 50px;
  }
}

.block_sec .txt {
  font-size: 2rem;
  line-height: 2.1;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .block_sec .txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.block_sec .txt + .txt {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .block_sec .txt + .txt {
    margin-top: 6px;
  }
}

/*-------------------------
hd
-------------------------*/
.hd01 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: #009E40;
  border-radius: 50px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .hd01 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 7px 10px;
  }
}

.hd02 {
  font-weight: 700;
  line-height: 1.3;
  color: #009E40;
  border-bottom: 1px solid #009E40;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .hd02 {
    font-size: 1.6rem;
  }
}

.hd03 {
  text-align: center;
}

.hd03 .in {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.hd03 .in:before, .hd03 .in:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
}

.hd03 .in:before {
  transform: translateY(-50%) rotate(-65deg);
  right: 0;
}

.hd03 .in:after {
  left: 0;
  transform: translateY(-50%) rotate(65deg);
}

/*-------------------------
btn
-------------------------*/
.btn01 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .btn01 {
    width: 100%;
  }
}

.btn01 .btn_inner {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  background: url(../img/ico_arrow01.png) no-repeat right 22px center #FFDD00;
  background-size: 39px auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 25px 75px 25px 50px;
  min-height: 100px;
  border: 3px solid #000;
  border-radius: 13px;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.25);
  transition: all 0.15s linear;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner {
    max-width: 435px;
    font-size: 1.6rem;
    background-position: right 16px center;
    background-size: 19px auto;
    min-height: 60px;
    padding: 15px 38px 15px 47px;
    border-width: 2px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  }
}

.btn01 .btn_inner:hover {
  background-color: #FF8159;
  color: #fff;
  background-image: url(../img/ico_arrow01_w.png);
}

.btn01.color_w .btn_inner {
  background-color: #fff;
}

.btn01.color_w .btn_inner:hover {
  background-color: #FF8159;
  color: #fff;
  background-image: url(../img/ico_arrow01_w.png);
}

.btn01.small .btn_inner {
  min-width: 300px;
}

@media only screen and (max-width: 767px) {
  .btn01.small .btn_inner {
    min-width: inherit;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
}

.btn01.back .btn_inner {
  background-image: url(../img/ico_back.png);
  background-position: right 20px center;
  background-size: 38px auto;
}

@media only screen and (max-width: 767px) {
  .btn01.back .btn_inner {
    background-position: right 16px center;
    background-size: 23px auto;
  }
}

/*-------------------------
link
-------------------------*/
.link01 a {
  color: #0037FF;
  transition: all 0.15s linear;
}

.link01 a:hover {
  opacity: .8;
  transition: all 0.15s linear;
}

/*-------------------------
list
-------------------------*/
ul.kome li,
ol.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

.btn_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .btn_list {
    margin: 0;
  }
}

.btn_list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .btn_list li {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .btn_list li:last-of-type {
    margin-bottom: 0;
  }
}

.btn_list li.long {
  width: 100%;
}

.btn_list li .btn01 .btn_inner {
  width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  padding: 15px 0 43px;
}

@media only screen and (max-width: 767px) {
  #header {
    padding: 11px 0 15px;
  }
}

#header h1 {
  max-width: 520px;
  margin: 0 auto;
}

#header h1 img {
  max-width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  background: #000;
  color: #fff;
  padding: 36px 20px 70px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 10px 20px 35px;
    font-size: 1.2rem;
  }
}

#footer .copyright {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #footer .copyright {
    margin-top: 15px;
    font-size: 1.0rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■フォーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  form reset
--------------------------------------------------*/
.form {
  /*
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	select::-ms-expand {
		display: none;
	}
	*/
}

.form input,
.form select,
.form textarea,
.form button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 900;
  font-weight: 400;
  color: #000;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form input[type="url"],
.form input[type="date"],
.form input[type="month"],
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 3px solid #716060;
  border-radius: 5px;
  background: #fff;
  font-size: 2rem;
  background: none;
  padding: 13px 15px;
  box-shadow: none;
  max-width: 100%;
  color: #000;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form input[type="password"],
  .form input[type="number"],
  .form input[type="url"],
  .form input[type="date"],
  .form input[type="month"],
  .form textarea {
    padding: 8px 15px;
  }
}

.form input[type="date"] {
  outline: none;
  width: 100%;
  border: 3px solid #716060;
  border-radius: 5px;
  background: #fff;
  font-size: 2rem;
  background: none;
  padding: 0;
}

.form input[type=date]::-webkit-date-and-time-value,
.form input[type=month]::-webkit-date-and-time-value {
  text-align: left;
}

.form select {
  outline: none;
  width: 100%;
  border: 3px solid #716060;
  border-radius: 5px;
  background: #fff;
  font-size: 2rem;
  background: transparent;
  padding: 10px;
  box-shadow: none;
  color: #000;
}

.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 3px solid #716060;
  border-radius: 5px;
  background: #fff;
  font-size: 2rem;
  resize: none;
  resize: both;
  outline: none;
  width: 100% !important;
  height: 150px !important;
  background: transparent;
}

.form button,
.form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.form button:hover,
.form input[type="submit"]:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form label {
  cursor: pointer;
  padding: 0 !important;
  border: none !important;
}

.form label span {
  position: relative;
  padding: 0 0 0 40px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .form label span {
    padding-left: 32px;
  }
}

.form label span:before, .form label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.form label span:before {
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 3px solid #716060;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: auto 0;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .form label span:before {
    width: 22px;
    height: 22px;
    border-width: 2px;
  }
}

.form label span:after {
  opacity: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  display: none;
}

.form input[type="radio"]:checked + span:after,
.form input[type="radio"]:checked + input + span:after,
.form input[type="checkbox"]:checked + span:after,
.form input[type="checkbox"]:checked + input + span:after {
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.form label input[type="radio"] + span:before,
.form label input[type="radio"] + input + span:before,
.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  border-radius: 50%;
}

.form label input[type="radio"] + span:before,
.form label input[type="radio"] + input + span:before {
  background-color: #fff;
}

.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  left: 4px;
  width: 8px;
  height: 8px;
  background: #716060;
}

.form label input[type="checkbox"] + span:after,
.form label input[type="checkbox"] + input + span:after {
  top: 0;
  bottom: 2px;
  left: 11px;
  width: 8px;
  height: 14px;
  background: none;
  border-bottom: 3px solid #716060;
  border-right: 3px solid #716060;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media only screen and (max-width: 767px) {
  .form label input[type="checkbox"] + span:after,
  .form label input[type="checkbox"] + input + span:after {
    border-width: 2px;
    left: 9px;
    width: 6px;
    height: 12px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■judgment_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#judgment_sec {
  /*-------------------------
	不正解
	-------------------------*/
}

#judgment_sec .judgment_box {
  background: #028BD4;
  border: 6px solid #000;
  border-radius: 50px;
  padding: 50px 30px 55px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .judgment_box {
    border-width: 3px;
    border-radius: 20px;
    padding: 35px 15px 30px;
    margin-bottom: 24px;
  }
}

#judgment_sec .hd {
  text-align: center;
  line-height: 1;
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .hd {
    margin-bottom: 13px;
  }
}

#judgment_sec .hd img {
  width: auto;
  height: 70px;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .hd img {
    height: 40px;
  }
}

#judgment_sec .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .result {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

#judgment_sec .result .txt {
  color: #fff;
}

#judgment_sec .result > * {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .result > * {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #judgment_sec .result .answer > * {
    margin-top: 6px;
    display: inline-block;
  }
}

#judgment_sec .result .answer_txt {
  color: #fff;
}

#judgment_sec .result .answer_txt strong {
  color: #FFFB00;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .result .answer_area.spW100 {
    width: 100%;
  }
}

#judgment_sec .result .answer_area .txt_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  border: 6px solid #7FD06A;
  padding: 10px 20px 13px;
  min-width: 220px;
  text-align: center;
  border-radius: 10px;
  margin-right: 8px;
  line-height: 1;
  /*黄色*/
  /*オレンジ*/
}

@media only screen and (max-width: 767px) {
  #judgment_sec .result .answer_area .txt_box {
    border-width: 3px;
    border-radius: 5px;
    padding: 5px 13px 7px;
    min-width: 112px;
  }
}

#judgment_sec .result .answer_area .txt_box.yellow {
  border-color: #FFC027;
}

#judgment_sec .result .answer_area .txt_box.orange {
  border-color: #ff8159;
}

#judgment_sec .comment {
  font-size: 2.4rem;
  line-height: 1.91667;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .comment {
    font-size: 1.8rem;
  }
}

#judgment_sec .explanation_box {
  background: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  max-width: 802px;
  padding: 35px 40px 35px 45px;
  margin: 27px auto 0;
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .explanation_box {
    border-width: 2px;
    border-radius: 10px;
    padding: 33px 15px 15px;
  }
}

#judgment_sec .explanation_box + .explanation_box {
  margin-top: 63px;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .explanation_box + .explanation_box {
    margin-top: 30px;
  }
}

#judgment_sec .explanation_box .ttl {
  line-height: 1;
  position: absolute;
  top: -33px;
  left: 34px;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .explanation_box .ttl {
    top: -21px;
    left: 50%;
    margin-left: -41px;
  }
}

#judgment_sec .explanation_box .ttl img {
  width: 127px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .explanation_box .ttl img {
    width: 83px;
  }
}

#judgment_sec .note {
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #judgment_sec .note {
    font-size: 13px;
    margin-top: 15px;
  }
}

#judgment_sec .judgment_box.ng_box {
  background: #FF4040;
}

#judgment_sec .judgment_box.ng_box .hd {
  margin-bottom: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■mystery_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mystery_sec {
  /*黄色*/
  /*オレンジ*/
  /*茶色*/
}

.mystery_sec .next_txt {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 5px 0 38px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .next_txt {
    font-size: 1.8rem;
    line-height: 1.66667;
    padding: 8px 0 25px;
  }
}

.mystery_sec .ttl {
  max-width: 732px;
  margin: 0 auto 45px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .ttl {
    margin-bottom: 22px;
  }
}

.mystery_sec .ttl img {
  max-width: 100%;
  height: auto;
}

.mystery_sec .img {
  max-width: 600px;
  margin: 0 auto;
}

.mystery_sec .txt_area {
  margin-top: 58px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .txt_area {
    margin-top: 30px;
  }
}

.mystery_sec .txt_area .hd {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .txt_area .hd {
    font-size: 1.65rem;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mystery_sec .txt_area .hd img {
    width: 95px;
    height: auto;
  }
}

.mystery_sec .txt_area .hd span + .txt {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .txt_area .hd span + .txt {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mystery_sec .txt_area .hd span:only-of-type {
    margin-bottom: -15px;
  }
}

.mystery_sec .input_area {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .input_area {
    font-size: 3rem;
  }
}

.mystery_sec .input_area .txt {
  font-weight: 700;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .input_area .txt {
    margin-left: 5px;
  }
}

.mystery_sec .form .form_item {
  width: 395px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .form .form_item {
    width: 100%;
    max-width: 288px;
  }
}

.mystery_sec .form input[type="text"] {
  border: 6px solid #7FD06A;
  border-radius: 10px;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .form input[type="text"] {
    border-width: 3px;
    border-radius: 6px;
    padding: 8px 15px;
  }
}

.mystery_sec .form .btn01 {
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .form .btn01 {
    margin-top: 30px;
  }
}

.mystery_sec .mystery_box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mystery_sec .mystery_box + .mystery_box {
  margin-top: 50px;
  padding-top: 34px;
  border-top: 2px dashed #000;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .mystery_box + .mystery_box {
    margin-top: 32px;
    padding-top: 40px;
  }
}

.mystery_sec .input_area.yellow input[type="text"] {
  border-color: #FFC027;
}

.mystery_sec .input_area.orange input[type="text"] {
  border-color: #ff8159;
}

@media only screen and (min-width: 768px) {
  .mystery_sec .input_area.brown .form_item {
    width: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .mystery_sec .input_area.brown .form_item {
    max-width: 315px;
  }
}

.mystery_sec .input_area.brown input[type="text"] {
  border-color: #716060;
}

.mystery_sec .note {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .note {
    font-size: 1.4rem;
  }
}

.mystery_sec .hint_area {
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .hint_area {
    margin-top: 20px;
  }
}

.mystery_sec .hint_area .hint_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mystery_sec .hint_area .hint_btn li {
  margin: 0 7px;
}

.mystery_sec .hint_area .hint_btn li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFDD00;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 7px 15px;
  border-radius: 5px;
  transition: all 0.15s linear;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .hint_area .hint_btn li a {
    padding: 7px 10px;
    min-width: 94px;
  }
}

.mystery_sec .hint_area .hint_btn li a:hover {
  color: #fff;
  background: #FF8159;
}

/*-------------------------
不正解のヒント
-------------------------*/
.mystery_sec .ng_box .hd {
  line-height: 1;
  font-size: 4rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .ng_box .hd {
    font-size: 2.4rem;
    margin-bottom: 23px;
  }
}

.mystery_sec .hint_list {
  max-width: 800px;
  margin: 0 auto;
}

.mystery_sec .hint_list li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .hint_list li {
    font-size: 1.4rem;
    height: 1.64286;
    padding: 17px;
    display: block;
    border-width: 1px;
    border-radius: 8px;
  }
}

.mystery_sec .hint_list li .hint_hd {
  background: #FFDD00;
  border-radius: 5px;
  padding: 10px 10px;
  width: 94px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .hint_list li .hint_hd {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 7px;
  }
}

.mystery_sec .hint_list li .txt {
  width: calc(100% - 94px);
  text-align: left;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .hint_list li .txt {
    width: 100%;
    padding: 0;
  }
}

.mystery_sec .hint_list li .txt a {
  text-decoration: underline;
  transition: all 0.15s linear;
}

.mystery_sec .hint_list li .txt a:hover {
  opacity: .8;
  transition: all 0.15s linear;
}

.mystery_sec .hint_list li + li {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mystery_sec .hint_list li + li {
    margin-top: 12px;
  }
}

/*-------------------------
lity
-------------------------*/
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.lity {
  background: rgba(0, 158, 64, 0.8);
}

.lity-wrap {
  padding: 40px 20px;
}

.lity-close {
  display: none;
}

.lity-content::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-container {
  width: 100%;
  max-width: 600px;
}

.lity_box {
  max-height: calc(100vh - 80px) !important;
  overflow-y: auto;
  background: #fff;
  border: 2px solid #000;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}

.lity_box .box {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}

.lity_box .box .hint_hd {
  background: #FFDD00;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.lity_box .box .txt a {
  text-decoration: underline;
  transition: all 0.15s linear;
}

.lity_box .box .txt a:hover {
  opacity: .8;
  transition: all 0.15s linear;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index {
  padding-bottom: 0;
}

/*-------------------------
main_vs
-------------------------*/
#page_index #main_vs {
  padding-top: 55px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs {
    padding-top: 0;
    margin-bottom: 40px;
  }
}

#page_index #main_vs img {
  max-width: 100%;
  height: auto;
}

/*-------------------------
intro_sec
-------------------------*/
#page_index #intro_sec {
  font-weight: 700;
  margin-bottom: 79px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec {
    margin-bottom: 90px;
  }
}

#page_index #intro_sec .img {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .img {
    width: 100px;
    margin: 0 auto 14px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .txt {
    font-size: 1.6rem;
    line-height: 1.8125;
  }
}

/*-------------------------
treasure_sec
-------------------------*/
#page_index #treasure_sec {
  margin-bottom: 86px;
}

@media only screen and (max-width: 767px) {
  #page_index #treasure_sec {
    margin-bottom: 38px;
  }
}

#page_index #treasure_sec .reasure_box {
  background: #F3F1E7;
  position: relative;
  border: 3px solid #000;
  border-radius: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 63px 20px 30px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #page_index #treasure_sec .reasure_box {
    padding: 56px 3px 30px;
  }
}

#page_index #treasure_sec .reasure_box:before {
  content: "";
  display: block;
  width: 90px;
  height: 68px;
  background: url(../img/img_strongbox.png) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -45px;
}

@media only screen and (max-width: 767px) {
  #page_index #treasure_sec .reasure_box:before {
    width: 78px;
    top: -24px;
    margin-left: -39px;
  }
}

#page_index #treasure_sec .reasure_box .ttl {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  #page_index #treasure_sec .reasure_box .ttl {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #treasure_sec .reasure_box .ttl img {
    width: 162px;
    height: auto;
  }
}

#page_index #treasure_sec .reasure_box .txt {
  font-size: 2.2rem;
  line-height: 1.81818;
}

@media only screen and (max-width: 767px) {
  #page_index #treasure_sec .reasure_box .txt {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

#page_index #treasure_sec .reasure_box .present {
  margin-top: 8px;
}

#page_index #treasure_sec .reasure_box .present .txt {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  #page_index #treasure_sec .reasure_box .present .txt {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 374px) {
  #page_index #treasure_sec .reasure_box .present .txt {
    font-size: 2.4rem;
  }
}

#page_index #treasure_sec .reasure_box .present .txt.txt02 {
  padding-left: 10px;
}

#page_index #treasure_sec .reasure_box .present .img {
  margin: 8px 0 5px;
}

@media only screen and (max-width: 767px) {
  #page_index #treasure_sec .reasure_box .present .img {
    width: 240px;
    margin: 5px auto 3px;
  }
}

#page_index #treasure_sec .reasure_box .note {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 90%;
  font-weight: 500;
  padding: 0 20px;
}

/*-------------------------
festival_sec
-------------------------*/
#page_index #festival_sec {
  margin-top: 60px;
  background: #FFDD00;
  padding: 41px 20px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #page_index #festival_sec {
    margin-top: 45px;
    padding: 24px 20px 34px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_complete
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
thanks_sec
-------------------------*/
#page_complete #thanks_sec {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  #page_complete #thanks_sec {
    padding-top: 25px;
  }
}

#page_complete #thanks_sec .thanks_inner {
  max-width: 815px;
  margin: 0 auto;
}

#page_complete #thanks_sec .hd_area {
  border-top: 14px solid #009E40;
  border-bottom: 14px solid #028BD4;
  padding: 18px 0;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #page_complete #thanks_sec .hd_area {
    border-width: 8px;
    padding: 7px 0;
    margin-bottom: 20px;
  }
}

#page_complete #thanks_sec .hd_area .ttl {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #page_complete #thanks_sec .hd_area .ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

#page_complete #thanks_sec .label {
  border: 3px solid #7FD06A;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 12px;
  line-height: 1.5;
  color: #009E40;
  margin: 0 2.5px;
}

@media only screen and (max-width: 767px) {
  #page_complete #thanks_sec .label {
    border-width: 2px;
    border-radius: 4px;
    padding: 2px 8px;
    margin: 0 1px;
  }
}

#page_complete #thanks_sec .label.yellow {
  border-color: #FFC027;
  color: #FFC027;
}

#page_complete #thanks_sec .label.oerange {
  border-color: #ff8159;
  color: #ff8159;
}

#page_complete #thanks_sec .img {
  margin: 24px 0 30px;
}

@media only screen and (max-width: 767px) {
  #page_complete #thanks_sec .img {
    margin-top: 11px;
  }
}

#page_complete #thanks_sec .clear_area {
  margin: 27px 0 40px;
}

@media only screen and (max-width: 767px) {
  #page_complete #thanks_sec .clear_area {
    margin: 11px 0 20px;
  }
}

#page_complete #thanks_sec .clear_area .box {
  background: #FAF5D8;
  max-width: 560px;
  padding: 30px 24px;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 767px) {
  #page_complete #thanks_sec .clear_area .box {
    padding: 15px 18px 22px;
  }
}

#page_complete #thanks_sec .clear_area .box .img {
  /*max-width: 453px;*/
  margin: 0 auto 20px;
}

#page_complete #thanks_sec .clear_area .box .rank_txt {
  font-size: 3.6rem;
  line-height: 1.16667;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #page_complete #thanks_sec .clear_area .box .rank_txt {
    font-size: 2.1rem;
    line-height: 1.19048;
  }
}

#page_complete #thanks_sec .clear_area .box .rank_txt small {
  font-size: 3rem;
  display: block;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  #page_complete #thanks_sec .clear_area .box .rank_txt small {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 767px) {
  #page_complete #thanks_sec .clear_area .txt {
    font-size: 1.2rem;
  }
}

/*-------------------------
bottom_sec
-------------------------*/
#page_complete #bottom_sec {
  margin-top: 63px;
}

@media only screen and (max-width: 767px) {
  #page_complete #bottom_sec {
    margin-top: 20px;
  }
}

#page_complete #bottom_sec .attention_box {
  max-width: 600px;
  padding: 18px;
  margin: 0 auto 50px;
  color: #fff;
  background: #009E40;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 13px 0px #007D33E5 inset, -5px -5px 10px 0px #00BF4DE5 inset, 5px -5px 10px 0px #007D3333 inset, -5px 5px 10px 0px #007D3333 inset, -1px -1px 2px 0px #007D3380, 1px 1px 2px 0px #00BF4D4D;
  box-shadow: 5px 5px 13px 0px #007D33E5 inset, -5px -5px 10px 0px #00BF4DE5 inset, 5px -5px 10px 0px #007D3333 inset, -5px 5px 10px 0px #007D3333 inset, -1px -1px 2px 0px #007D3380, 1px 1px 2px 0px #00BF4D4D;
}

@media only screen and (max-width: 767px) {
  #page_complete #bottom_sec .attention_box {
    margin-bottom: 27px;
    border-radius: 6px;
    -webkit-box-shadow: 2.79px 2.79px 7.26px 0px #007D33E5 inset, -2.79px -2.79px 5.58px 0px #00BF4DE5 inset, 2.79px -2.79px 5.58px 0px #007D3333 inset, -2.79px 2.79px 5.58px 0px #007D3333 inset, -0.56px -0.56px 1.12px 0px #007D3380, 0.56px 0.56px 1.12px 0px #00BF4D4D;
    box-shadow: 2.79px 2.79px 7.26px 0px #007D33E5 inset, -2.79px -2.79px 5.58px 0px #00BF4DE5 inset, 2.79px -2.79px 5.58px 0px #007D3333 inset, -2.79px 2.79px 5.58px 0px #007D3333 inset, -0.56px -0.56px 1.12px 0px #007D3380, 0.56px 0.56px 1.12px 0px #00BF4D4D;
  }
}

#page_complete #bottom_sec .attention_box .hd {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #page_complete #bottom_sec .attention_box .hd {
    font-size: 2.2rem;
  }
}

#page_complete #bottom_sec .attention_box .hd .icon {
  display: block;
  margin-bottom: 5px;
}

#page_complete #bottom_sec .attention_box .hd .icon img {
  width: 42px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_complete #bottom_sec .attention_box .hd .icon img {
    width: 30px;
  }
}

#page_complete #bottom_sec .attention_box p.txt {
  font-size: 1.2rem;
}

/*-------------------------
lity
-------------------------*/
.wallpaper_box {
  text-align: center;
}

.wallpaper_box .txt {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .wallpaper_box .txt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.wallpaper_box .img img {
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_form .block_sec {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #page_form .block_sec {
    border-width: 3px;
    border-radius: 40px;
  }
}

#page_form .block_sec .thanks_inner {
  max-width: 675px;
  margin: 0 auto;
}

/*-------------------------
intro_sec
-------------------------*/
#page_form #intro_sec {
  margin-bottom: 46px;
}

@media only screen and (max-width: 767px) {
  #page_form #intro_sec {
    margin-bottom: 30px;
  }
}

#page_form #intro_sec .txt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #page_form #intro_sec .txt {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

#page_form #intro_sec .note {
  margin-top: 25px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #page_form #intro_sec .note {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

/*-------------------------
applications_sec
-------------------------*/
#page_form #applications_sec .read_txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  #page_form #applications_sec .read_txt {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

#page_form #applications_sec .form {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  #page_form #applications_sec .form {
    margin-top: 20px;
  }
}

#page_form #applications_sec .form_list {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #page_form #applications_sec .form_list {
    margin-bottom: 10px;
  }
}

#page_form #applications_sec input[type="text"] {
  text-align: center;
}

#page_form #applications_sec .btn01 {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  #page_form #applications_sec .btn01 {
    margin-top: 15px;
  }
}

.form .req {
  font-size: 2rem;
  color: #FF4040;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .form .req {
    font-size: 1.6rem;
  }
}

.form .form_list li + li {
  margin-top: 15px;
  font-size: 2rem;
}

.form .form_list .consent {
  background: #F0F0F0;
  border-radius: 5px;
  padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
  .form .form_list .consent {
    padding: 8px 20px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}

.form .form_list .consent a {
  color: #0037FF;
  text-decoration: underline;
}

.attention_area {
  margin-top: 28px;
  background: #F0F0F0;
  border-radius: 5px;
  padding: 25px 34px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .attention_area {
    margin-top: 40px;
    padding: 15px;
  }
}

.attention_area .txt {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}

.attention_area .txt dt {
  font-weight: 700;
  font-size: 1.5rem;
}

.attention_area .txt dd + dt {
  margin-top: 15px;
}

.attention_area .txt ul.kome > li {
  margin-bottom: 5px;
}

.attention_area .txt ul.kome > li:last-of-type {
  margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■COMING SOON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_coming_soon {
  text-align: center;
  padding: 30px 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page_coming_soon .img {
  max-width: 600px;
  margin: 0 auto;
}
