@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
[data-aos=line-bl] {
  width: 200px;
  -webkit-transition-property: width;
  transition-property: width;
}

[data-aos=line-bl].aos-animate {
  width: 100%;
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.wrap {
  margin: 0 auto;
  overflow: hidden;
}

.l-main, .p-index .thanks, .p-index .popup-container .popup, .p-index .section-9, .p-index .section-8, .p-index .contact-banner, .p-index .section-7, .p-index .section-6, .p-index .section-5, .p-index .section-4, .p-index .section-3, .p-index .section-2, .p-index .banner, .p-index .section-1 {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 0 2.5%;
}
@media screen and (max-width: 767px) {
  .l-main, .p-index .thanks, .p-index .popup-container .popup, .p-index .section-9, .p-index .section-8, .p-index .contact-banner, .p-index .section-7, .p-index .section-6, .p-index .section-5, .p-index .section-4, .p-index .section-3, .p-index .section-2, .p-index .banner, .p-index .section-1 {
    width: auto;
  }
}

html.modal-open,
body.modal-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  html.modal-open,
body.modal-open {
    touch-action: none;
    -ms-touch-action: none;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Headding
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Lp page
------------------------------------------------------------*/
.p-index .section-1 {
  padding: 0;
  width: 100%;
}
.p-index .section-1 img {
  width: 100%;
}
.p-index .banner {
  width: 100%;
  padding: 0;
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10000;
}
.p-index .banner img {
  width: 100%;
}
.p-index .banner a:hover {
  opacity: 1;
}
.p-index .section-2 {
  width: 100%;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 1rem 2.5% 2rem;
}
@media screen and (min-width: 450px) {
  .p-index .section-2 {
    padding: 3rem 2.5% 5rem;
  }
}
.p-index .section-2 .section-2-container {
  width: 333px;
  height: 146px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .p-index .section-2 .section-2-container {
    width: 664px;
    height: 290px;
  }
}
@media screen and (max-width: 350px) {
  .p-index .section-2 .section-2-container {
    width: 299px;
    height: 131;
  }
}
.p-index .section-2 .section-2-title {
  display: block;
  margin: 1em auto;
  padding: 0;
}
.p-index .section-2 .section-2-title h3 {
  font-size: 19px;
  font-weight: bold;
  color: #9F855C;
  margin: 0.5em;
}
@media screen and (min-width: 450px) {
  .p-index .section-2 .section-2-title h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .p-index .section-2 .section-2-title {
    font-size: 15px;
  }
}
.p-index .section-3 {
  width: 100%;
  color: black;
  text-align: center;
  background-color: #eff0e2;
  padding: 3rem 2.5%;
}
.p-index .section-3 .section-3-title {
  font-family: "Noto Sans JP";
  font-size: 24px;
}
.p-index .section-3 .section-3-title .u-text-green {
  font-weight: bold;
}
@media screen and (min-width: 450px) {
  .p-index .section-3 .section-3-title {
    font-size: 30px;
  }
}
.p-index .section-3 .section-3-box {
  width: 100%;
  background: white;
  border-radius: 10px;
  margin: 6rem auto;
  padding: 2rem 0 0;
}
.p-index .section-3 .section-3-box .box-number {
  width: 77px;
  height: 74px;
  position: relative;
  /*or absolute*/
  left: 5%;
  top: -38px;
}
@media screen and (min-width: 450px) {
  .p-index .section-3 .section-3-box .box-number {
    -webkit-transform: scale(2);
            transform: scale(2);
    top: -20px;
    left: 70px;
  }
}
.p-index .section-3 .section-3-box .box-img {
  margin-top: -7rem;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media screen and (max-width: 450px) {
  .p-index .section-3 .section-3-box .box-img {
    margin-top: -9rem;
  }
}
.p-index .section-3 .section-3-box .box-banner {
  width: 90%;
  height: 65px;
  background-color: #eff0e2;
  font-size: 14px;
  margin: 2rem auto;
  border-radius: 5px;
}
@media screen and (max-width: 450px) {
  .p-index .section-3 .section-3-box .box-banner {
    margin-top: -1px;
  }
}
.p-index .section-3 .section-3-box .box-title {
  font-size: 16px;
}
.p-index .section-3 .section-3-box .box-title h2 {
  font-size: 22px;
  color: #009502;
  margin-top: 0.5em;
}
@media screen and (min-width: 450px) {
  .p-index .section-3 .section-3-box .box-title h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 450px) {
  .p-index .section-3 .section-3-box .box-title .none {
    display: none;
  }
}
.p-index .section-3 .section-3-box .box-content {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  padding: 1em;
}
.p-index .section-3 .section-3-box .box-bottom {
  width: 100%;
}
.p-index .section-3 .section-3-box .box-bottom img {
  width: 100%;
}
.p-index .section-4 {
  width: 100%;
  padding: 420px 2.5% 812px;
  background: url(../img/section4-bg.png) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 450px) {
  .p-index .section-4 {
    padding: 209px 2.5% 406px;
  }
}
.p-index .section-4 .section-4-content {
  width: 100%;
  padding: 25px 23px 25px 46px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 26px;
  font-weight: bold;
  background-color: #EFF0E2;
  border-radius: 5px;
}
@media screen and (min-width: 450px) {
  .p-index .section-4 .section-4-content {
    padding: 33px 23px 31px 60px;
    font-size: 32px;
    line-height: 62px;
  }
}
.p-index .section-4 .section-4-content ul li {
  list-style-image: url(../img/check-icon.png);
  margin-bottom: 13px;
}
.p-index .section-4 .section-4-content ul li:last-child {
  margin-bottom: 0;
}
.p-index .section-5 {
  width: 100%;
  background-color: #EFF0E2;
  padding: 3rem 0 0;
}
@media screen and (min-width: 750px) {
  .p-index .section-5 {
    padding: 6rem 0 0;
  }
}
.p-index .section-5 .section-5-title {
  font-size: 24px;
  text-align: center;
  line-height: 42px;
}
.p-index .section-5 .section-5-title .u-text-green {
  text-decoration: underline;
  text-decoration-coloe: #009502;
  text-underline-offset: 5px;
}
@media screen and (min-width: 450px) {
  .p-index .section-5 .section-5-title {
    font-size: 30px;
  }
}
.p-index .section-5 .box-container {
  padding: 0 5%;
}
.p-index .section-5 .box-container .section-5-box {
  width: 100%;
  margin: 2rem auto;
  color: black;
  font-size: 16px;
  line-height: 30px;
  background-color: white;
  border-radius: 5px;
  padding: 1rem 0;
}
.p-index .section-5 .box-container .section-5-box .box-number {
  width: 65px;
  height: 40px;
  position: relative;
  left: -8px;
  top: 15px;
}
@media screen and (min-width: 450px) {
  .p-index .section-5 .box-container .section-5-box .box-number {
    -webkit-transform: scale(2);
            transform: scale(2);
    left: 16px;
    top: 30px;
  }
}
.p-index .section-5 .box-container .section-5-box .box-title {
  font-size: 25px;
  line-height: 32px;
  color: #009502;
  padding-left: 150px;
  margin-top: -7px;
  margin-bottom: 68px;
}
@media screen and (max-width: 450px) {
  .p-index .section-5 .box-container .section-5-box .box-title {
    padding-left: 81px;
    margin-top: -20px;
    margin-bottom: 28px;
    font-size: 22px;
  }
  .p-index .section-5 .box-container .section-5-box .box-title span {
    display: block;
  }
}
.p-index .section-5 .box-container .section-5-box .box-img {
  margin: 1rem auto;
  text-align: center;
  border-radius: 5px;
  width: 280px;
  height: 131px;
}
@media screen and (min-width: 750px) {
  .p-index .section-5 .box-container .section-5-box .box-img {
    width: 560px;
    height: 262px;
  }
}
.p-index .section-5 .box-container .section-5-box .box-content {
  padding: 2rem;
  text-align: justify;
}
.p-index .section-5 .shape {
  width: 100%;
}
.p-index .section-5 .shape img {
  width: 100%;
  opacity: 130%;
}
.p-index .section-6 {
  width: 100%;
  padding: 2rem 2.5%;
}
@media screen and (min-width: 750px) {
  .p-index .section-6 {
    padding: 6rem 2.5%;
  }
}
.p-index .section-6 .s6_bg {
  position: relative;
}
.p-index .section-6 .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 62% 7% 0;
  font-size: 32px;
  line-height: 1.8;
}
.p-index .section-6 .content .u-text-green {
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #009502;
          text-decoration-color: #009502;
  text-underline-offset: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-index .section-6 .content {
    font-size: 4.27vw;
    line-height: 2;
  }
}
.p-index .section-7 {
  width: 100%;
  background: url(../img/board-bg.png) center top no-repeat;
  background-size: 100% 167px;
  background-color: white;
  padding: 4rem 2.5%;
  font-size: 12px;
  line-height: 21px;
}
.p-index .section-7 .section-7-container .section-7-title {
  font-family: "Noto Sans JP";
  color: white;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 450px) {
  .p-index .section-7 .section-7-container .section-7-title {
    font-size: 30px;
  }
}
.p-index .section-7 .section-7-container .price-box {
  width: 333px;
  height: 109px;
  margin: 0 auto;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .p-index .section-7 .section-7-container .price-box {
    margin-top: 3rem;
    width: 664px;
    height: 217px;
  }
}
@media screen and (max-width: 350px) {
  .p-index .section-7 .section-7-container .price-box {
    width: 299px;
    height: 98px;
  }
}
.p-index .section-7 .section-7-container .award-box {
  text-align: center;
  width: 333px;
  height: 73px;
  margin: 0 auto;
  margin-top: 2rem;
}
@media screen and (min-width: 750px) {
  .p-index .section-7 .section-7-container .award-box {
    width: 664px;
    height: 145px;
  }
}
@media screen and (max-width: 350px) {
  .p-index .section-7 .section-7-container .award-box {
    width: 299px;
    height: 66px;
  }
}
.p-index .section-7 .section-7-container .section-7-footer {
  margin-top: 2rem;
  padding-left: 1.5rem;
  font-family: "Noto Sans JP";
}
.p-index .contact-banner {
  width: 100%;
  padding: 2rem 2.5%;
  background: url(../img/contact-bg.png) center no-repeat;
  background-size: cover;
  text-align: center;
}
.p-index .contact-banner .title {
  font-size: 18pt;
  line-height: 18pt;
  color: white;
  margin-bottom: 20px;
}
@media screen and (min-width: 450px) {
  .p-index .contact-banner .title {
    margin-bottom: 30px;
  }
}
.p-index .contact-banner .button-container {
  width: 333px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .p-index .contact-banner .button-container {
    width: 664px;
  }
}
@media screen and (max-width: 350px) {
  .p-index .contact-banner .button-container {
    width: 299px;
  }
}
.p-index .contact-banner .button-container a {
  display: block;
  line-height: 1rem;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (min-width: 750px) {
  .p-index .contact-banner .button-container a {
    margin-top: 0;
  }
}
.p-index .contact-banner .button-container a:last-child {
  margin-top: 12px;
}
.p-index .section-8 {
  width: 100%;
  color: black;
  padding: 3rem 22px;
}
@media screen and (min-width: 450px) {
  .p-index .section-8 {
    padding: 5rem 32px;
  }
}
.p-index .section-8 .section-8-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.p-index .section-8 .section-8-form {
  margin-top: 2rem;
  width: 100%;
}
.p-index .section-8 .section-8-form .form-group {
  width: 100%;
  margin-top: 2em;
}
.p-index .section-8 .section-8-form .form-group .form-label {
  font-size: 16px;
  font-weight: bold;
  color: #009502;
}
@media screen and (min-width: 450px) {
  .p-index .section-8 .section-8-form .form-group .form-label {
    font-size: 20px;
  }
}
.p-index .section-8 .section-8-form .form-group .form-label .label-highlight {
  display: inline-block;
  width: 45px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: #DB2229;
  margin-left: 2em;
}
@media screen and (min-width: 450px) {
  .p-index .section-8 .section-8-form .form-group .form-label .label-highlight {
    font-size: 14px;
  }
}
.p-index .section-8 .section-8-form .form-group .form-label .random {
  background-color: #9F855C;
}
.p-index .section-8 .section-8-form .form-group .form-input .radio-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 14px;
  margin-top: 0.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-index .section-8 .section-8-form .form-group .form-input .radio-container input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.p-index .section-8 .section-8-form .form-group .form-input .radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #EEEEEE;
  border-radius: 50%;
}
.p-index .section-8 .section-8-form .form-group .form-input .radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.p-index .section-8 .section-8-form .form-group .form-input .radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.p-index .section-8 .section-8-form .form-group .form-input .radio-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.p-index .section-8 .section-8-form .form-group .form-input .radio-container input:checked ~ .checkmark:after {
  display: block;
}
.p-index .section-8 .section-8-form .form-group .form-input .radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.p-index .section-8 .section-8-form .form-group .form-input .checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-index .section-8 .section-8-form .form-group .form-input .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.p-index .section-8 .section-8-form .form-group .form-input .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #EEEEEE;
}
.p-index .section-8 .section-8-form .form-group .form-input .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.p-index .section-8 .section-8-form .form-group .form-input .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.p-index .section-8 .section-8-form .form-group .form-input .checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.p-index .section-8 .section-8-form .form-group .form-input .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.p-index .section-8 .section-8-form .form-group .form-input .checkbox-container .checkmark:after {
  left: 5px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-index .section-8 .section-8-form .form-group .form-input input[type=text] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #EEEEEE;
  padding-left: 1em;
  margin-top: 0.5em;
}
.p-index .section-8 .section-8-form .form-group .form-input input.code {
  width: 50%;
}
.p-index .section-8 .section-8-form .form-group .form-input input[type=checkbox] {
  margin-top: 0.5em;
  background-color: #EEEEEE;
}
.p-index .section-8 .section-8-form .form-group .form-input textarea {
  width: 100%;
  height: 250px;
  margin-top: 0.5em;
  font-size: 16px;
  padding: 1em;
  background-color: #EEEEEE;
}
.p-index .section-8 .section-8-form .form-group .form-input label {
  font-size: 14px;
}
.p-index .section-8 .section-8-form .form-group .form-input td {
  width: 170px;
}
.p-index .section-8 .section-8-form .form-btn {
  display: block;
  width: 290px;
  height: 50px;
  border-radius: 5px;
  background-color: #009502;
  margin: 3rem auto;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 450px) {
  .p-index .section-8 .section-8-form .form-btn {
    width: 500px;
    height: 70px;
    font-size: 23px;
  }
}
.p-index .section-9 {
  width: 100%;
  background-color: black;
  color: white;
  font-size: 16px;
  line-height: 27px;
  padding: 3em 34px;
  padding-bottom: 220px;
}
@media screen and (max-width: 450px) {
  .p-index .section-9 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 120px;
  }
}
.p-index .section-9 p {
  margin-bottom: 2em;
}
.p-index .section-9 p:last-child {
  margin-bottom: 0;
}
.p-index .section-9 a {
  color: white;
  font-size: 16px;
}
.p-index .popup-container .popup {
  width: 100%;
  height: 98%;
  background-color: white;
  border: 10px solid #b0b0b0;
  color: white;
  text-align: center;
  padding: 0;
  position: fixed;
  top: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10001;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 99vh;
  overflow-y: scroll;
}
.p-index .popup-container .popup .close-btn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}
.p-index .popup-container .popup .popup-content {
  width: 167px;
  height: 199px;
  margin: 40px auto 34px;
  position: relative;
}
@media screen and (min-width: 350px) {
  .p-index .popup-container .popup .popup-content {
    margin: 50px auto 34px;
    width: 223px;
    height: 265px;
  }
}
@media screen and (min-width: 750px) {
  .p-index .popup-container .popup .popup-content {
    width: 298px;
    height: 354px;
  }
}
.p-index .popup-container .popup .popup-contact-banner {
  width: 100%;
  height: 240px;
  background: url(../img/contact-banner-bg.png) center no-repeat;
  background-size: 100% 100%;
  padding: 2rem 2.5%;
  font-weight: bold;
  /*position: absolute;
  bottom: 0px;*/
}
.p-index .popup-container .popup .popup-contact-banner button {
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}
.p-index .popup-container .popup .popup-contact-banner .title {
  text-align: center;
  color: white;
  font-size: 24px;
}
.p-index .popup-container .popup .popup-contact-banner .phone-box {
  width: 100%;
  height: 70px;
  background: url(../img/banner-box-bg.png) center;
  background-size: 100% 100%;
  margin: 1.5em auto;
  color: white;
  font-size: 12px;
  text-align: center;
}
.p-index .popup-container .popup .popup-contact-banner .phone-box .text {
  width: 50%;
}
.p-index .popup-container .popup .popup-contact-banner .phone-box .phonenum {
  width: 90%;
}
@media screen and (max-width: 374px) {
  .p-index .popup-container .popup .popup-contact-banner .phone-box img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (min-width: 750px) {
  .p-index .popup-container .popup .popup-contact-banner .phone-box .text {
    width: 27%;
  }
  .p-index .popup-container .popup .popup-contact-banner .phone-box .phonenum {
    width: 50%;
  }
}
.p-index .popup-container .popup .popup-contact-banner .mail-box {
  width: 100%;
  height: 60px;
  background-color: #6FBE44;
  background: url(../img/banner-box-bg2.png) center;
  background-size: 100% 100%;
  font-size: 16px;
  color: white;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .p-index .popup-container .popup .popup-contact-banner .mail-box img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.p-index .popup-container .popup .popup-contact-banner .mail-box .mail-text {
  width: 90%;
}
@media screen and (min-width: 750px) {
  .p-index .popup-container .popup .popup-contact-banner .mail-box .mail-text {
    width: 50%;
  }
}
.p-index .thanks {
  padding: 0;
  min-height: 100vh;
  border: 2px solid black;
}
.p-index .thanks .section-8 {
  padding: 3rem 0;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .p-index .thanks .section-8 {
    padding: 6rem 0 4rem;
  }
}
.p-index .thanks .section-8 .section-8-title, .p-index .thanks .section-8 .thanks_txt {
  margin: 50px 0;
  line-height: 2;
  padding: 0 45px;
}
@media screen and (max-width: 375px) {
  .p-index .thanks .section-8 .thanks_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-index .thanks .section-8 .thanks_txt {
    font-size: 13px;
  }
}
.p-index .thanks .section-8 a {
  color: blue;
}
.p-index .thanks .section-8 .logo {
  width: 267px;
  height: 60px;
  margin: auto;
}
@media screen and (min-width: 750px) {
  .p-index .thanks .section-8 .logo {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.p-index .thanks .section-9 {
  padding: 3em 2.5%;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.text_read {
  font-size: 1.8rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .text_read {
    font-size: 1.6rem;
  }
}

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

.u-text-bold {
  font-weight: bold;
}

.u-text-red {
  color: red;
}

.u-text-right {
  text-align: right;
}

.u-text-yellow {
  color: #fcee21;
}

.u-text-green {
  color: #009502;
}

.u-text-brown {
  color: #998675;
}

.u-text-underline {
  text-decoration: underline;
  -webkit-text-decoration-color: #fcee21;
          text-decoration-color: #fcee21;
  text-underline-offset: 15%;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-center, .p-index .popup-container .popup .popup-contact-banner .phone-box, .p-index .popup-container .popup .popup-contact-banner .mail-box {
  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;
}

.u-sp-visible {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-visible {
    display: block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
.u-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

/*
------------------------------------------------------------*/
.spBtn {
	display:none;
}


@media screen and (max-width: 767px) {

.spBtn {
	display:block;
}