@charset "utf-8";

/* rem設定用 */
html {
  font-size: 15px;
}

/*============================
#layout
margin、paddingなどは親コンテナの幅を基準に％指定
30pxなら30/640*100=4.69%、通常4.69%に設定
画像は左右paddingとmax-widthでコントロール
============================*/

#wrapper {
  width: 100%;
  background-color: #fff;
}
#wrapper .mainCont {
  position: relative;
  max-width: 750px; /* デザインデータ幅を最大幅に設定 */
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
#wrapper img {
  width: 100%;
}

/* 画像下のmarginはここで一括指定しています */
#wrapper .sec_inner > img {
  margin-bottom: 7%;
}

/*============================
txt
font-size、line-heightは
基本デザインデータの2/3から半分程度に設定
(画面幅320pxのiPhone5で段落ちしない程度)
============================*/

#wrapper .offer-area {
  padding: 3% 0 2%;
}

#wrapper .offer-btn {
  width: 94%;
  margin: 0 auto;
}

#wrapper #faq {
  background: #ebf5fc;
  padding-bottom: 10%;
}
#wrapper #faq h2{
  overflow: hidden;
  height: 6.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

#wrapper .faq-inner {
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
}

#wrapper .accordion {
  margin-bottom: 3.9%;
  box-shadow: 6px 5px 3px #c6d7f0;
}

#wrapper #faq dl.accordion dt {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 4.5rem;
  display: flex;
  align-items: center;
}

@media (max-width: 749px) {
  #wrapper #faq dl.accordion dt {
    height: 2.5rem;
  }
  #wrapper #faq h2{
    height: 4.5rem;
    margin-bottom: 1.5rem;
  }
}

#wrapper #faq dl.accordion dt::before {
  position: absolute;
  background: transparent url(../img/acc-icon.webp) repeat top center/cover;
  top: 43%;
  right: 3.8%;
  width: min(calc(33 / 750 * 100vw), 33px);
  height: min(calc(20 / 750 * 100vw), 20px);
  z-index: 100;
  content: "";
}

#wrapper #faq dl.accordion dt.selected:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#wrapper #faq .acc_inner {
  display: none;
}

#wrapper a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#wrapper a:hover {
  opacity: 0.7;
}

/* 本文用のpはここで一括指定しています */
#wrapper p,
#wrapper h1,
#wrapper h2,
#wrapper h3 {
  font-size: 1rem;
  line-height: 1;
  text-align: left;
}

#wrapper #form-area {
  background: url(../img/form-bg.webp) top left no-repeat;
  background-size: cover;
  padding-bottom: 6%;
}

#wrapper .form-box {
  width: 92.1%;
  margin: 0 auto;
  padding-bottom: 4%;
  box-sizing: border-box;
}

#wrapper .form-box04 {
  padding-bottom: 10%;
}

#wrapper .form-box .form-title {
  margin-bottom: 3%;
}

#wrapper .form-box input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#wrapper .form-box input[type="radio"] + label {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 2.5%;
}

#wrapper .form-box input[type="radio"] + label::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(7.5vw, 56px);
  height: min(7.5vw, 56px);
  background: url(../img/radio-off.webp) top left no-repeat;
  background-size: contain;
}

#wrapper .form-box input[type="radio"]:checked + label::before {
  background: url(../img/radio-on.webp) top left no-repeat;
  background-size: contain;
}

#wrapper .form-box input[type="radio"] + label p {
  width: 100%;
  padding: 1% 0 2% 9.6%;
  font-size: min(4.8vw, 36px);
  line-height: 1;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  font-weight: 500;
}

/*202301追記*/
#wrapper .form-box .area-box {
  width: 100%;
  margin-bottom: 5%;
}

#wrapper .form-box .area-box02 {
  margin-bottom: 0;
}

#wrapper .form-box .area-box .area-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}

#wrapper .form-box .area-box .area-text .title {
  /*font-size: min(4.8vw, 36px);*/
  display: inline-block;
  font-size: min(5vw, 40px);
  font-weight: 500;
  line-height: 1;
}

#wrapper .form-box .area-box .area-text .req {
  display: inline-block;
  margin-left: 3%;
  padding: 1% 2.5%;
  background: #2c89bd;
  color: #fff;
  font-size: min(3.5vw, 24px);
  border-radius: min(1vw, 8px);
}


#wrapper .form-box .area-box .area-notes {
  margin-bottom: 3%;
  font-weight: 500;
  line-height: 1;
  font-size: min(3.2vw, 22px);
  color: #2c89bd;
}
#wrapper .form-box .area-box .area-notes.mod01 {
  display: inline-block !important;
  width: 20em;
  vertical-align: baseline;
  margin-left: 0.5em;
}

#wrapper .form-box .area-box .select-box {
  position: relative;
}
#wrapper .form-box .area-box .select-box::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 3%;
  width: min(2vw, 15px);
  height: min(2vw, 15px);
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
}
#wrapper .form-box .area-box select {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background: #fff;
  padding: 2% 3%;
  border: solid #000 1px;
  border-radius: min(1.9vw, 14px);
  font-size: min(3.2vw, 24px);
}
/*202301追記_end*/

#wrapper .form-box .post-area {
  width: 100%;
  display: flex;
  margin-bottom: 3%;
}
#wrapper .form-box .post-area .post-img {
  width: 7.4%;
}

#wrapper .form-box .post-area #postcode {
  width: 60.9%;
  border: solid #000 1px;
  border-radius: min(1.9vw, 14px);
  font-size: min(3.2vw, 24px);
  padding: 2% 3%;
}

#wrapper .form-box #address,
#wrapper .form-box #address02,
#wrapper .form-box #name,
#wrapper .form-box #tel,
#wrapper .form-box #email {
  width: 100%;
  border: solid #000 1px;
  border-radius: min(1.9vw, 14px);
  font-size: min(3.2vw, 24px);
  padding: 2% 3%;
}

#wrapper .form-box #email {
  margin-bottom: 6.4%;
}

#wrapper .form-box input::-webkit-input-placeholder {
  color: #c7c7c7;
  font-weight: 400;
}
#wrapper .form-box input:-moz-placeholder {
  color: #c7c7c7;
  font-weight: 400;
}
#wrapper .form-box input::-moz-placeholder {
  color: #c7c7c7;
  font-weight: 400;
}
#wrapper .form-box input:-ms-input-placeholder {
  color: #c7c7c7;
  font-weight: 400;
}

/* 2023.05.31 追記 */
#wrapper .confirm-title {
  color: #ff0000;
  font-size: min(36px, calc(36 / 750 * 100vw));
  font-weight: 700;
  line-height: calc(46 / 36);
  text-align: center;
}
#wrapper .confirm-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(10px, calc(10 / 750 * 100vw));
  position: relative;
}
#wrapper .confirm-label input {
  position: absolute;
  top: min(30px, calc(30 / 750 * 100vw));
  left: min(145px, calc(145 / 750 * 100vw));
  z-index: -1;
}
#wrapper .confirm-label span.checkmark {
  display: block;
  width: min(47px, calc(47 / 750 * 100vw));
  height: min(47px, calc(47 / 750 * 100vw));
  border: 2px solid #2c89bd;
  border-radius: min(10px, calc(10 / 750 * 100vw));
  position: relative;
}
#wrapper .confirm-label input:checked + span.checkmark {
  background-color: #2c89bd;
}
#wrapper .confirm-label input:checked + span.checkmark::before {
  content: "";
  display: block;
  width: min(37px, calc(37 / 750 * 100vw));
  height: min(30px, calc(30 / 750 * 100vw));
  background: url(../img/check-mark.webp) top left no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrapper .confirm-label .agree {
  color: #000;
  font-weight: 700;
  font-size: min(30px, calc(30 / 750 * 100vw));
  line-height: calc(41 / 30);
  margin-left: min(15px, calc(15 / 750 * 100vw));
}

#wrapper .confirm-annotation {
  color: #000;
  font-size: min(22px, calc(22 / 750 * 100vw));
  font-weight: 500;
  line-height: calc(33 / 22);
  text-align: center;
  margin-top: min(12px, calc(12 / 750 * 100vw));
  margin-bottom: min(12px, calc(12 / 750 * 100vw));
}


#wrapper form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 91.3%;
  margin: 0 auto;
  cursor: pointer;
  filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(0%);
  transition-duration: 0.3s;
}


#wrapper form button:disabled {
  filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(100%);
  transition-duration: 0.3s;
}


#wrapper footer {
  padding: 6% 4.69% 0;
}

#wrapper footer .footer-inner {
  width: 100%;
  padding: 6% 0 8%;
  border-top: solid 1px #7c7c7c;
}

#wrapper footer .footer-inner p {
  font-size: min(3.7vw, 28px);
  line-height: 1.6;
  text-align: left;
  margin-bottom: 6%;
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper footer .footer-inner p:last-child {
  margin-bottom: 0;
}
.privacy {
  font-size: 11px !important;
  text-align: center !important;
  padding: 0 auto !important;
  margin: 0 auto 20px auto !important;
  display: block !important;
  padding-bottom: 100px;
}
.float {
    display: block;
    width: 55%;
    height: auto;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 10000;
}
.floatarea {    
    background-color: #FFF;
    border: solid 1px #aaa;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 20px 0 10px 0;
    position: fixed;
    bottom: 0;  
    z-index: 100000;
    text-align: center;
}
.floatarea a {    
    color: #000;
    text-decoration: none;
}
.floatarea a span {
    color: #F00;
}
.floatarea img {
    width: 70% !important;
    height: auto;
    margin: 8px auto 0 auto;
    text-align: center;
}

@media (min-width: 750px) {
  #wrapper form button {
    filter: drop-shadow(1vw 1.2vw 2.1vw rgba(0, 0, 0, 0.15));
  }
.float {
    display: block;
    width: 32%;
    height: auto;
    position: fixed;
    bottom: 10px;
    left: 60%;
    z-index: 10000;
}
.floatarea img {
    width: 200px !important;
    height: auto;
    margin: 8px auto 0 auto;
    text-align: center;
}
}

.tokyo_fv4_2_bg {
  background: url(../img/tokyo_fv4_2_bg_250613.webp) no-repeat center/cover;
  width: 750px;
  height: 857px;
}
.tokyo_fv4_2_bg .contents_wrap {
  position: relative;
  width: 690px;
  margin: 0 auto;
  /* padding-top: 214px; */
  padding-top: 188px;
  /*Google Chrome、Safariへの対応*/
}
.tokyo_fv4_2_bg .contents_wrap_ttl {
  position: absolute;
  width: 690px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 200px;
}
.tokyo_fv4_2_bg .contents_wrap .contents_box {
  background: #fff;
  height: 587px;
  border-radius: 20px;
  border: 4px solid #018ac0;
  padding: 86px 35px 106px;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.tokyo_fv4_2_bg .contents_wrap .contents_box_txt {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  border-bottom: #018ac0 solid 2px;
  padding: 32px 0;
}
.tokyo_fv4_2_bg .contents_wrap .contents_box_txt-ttl {
  display: inline-block;
  width: 210px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.51;
  letter-spacing: 0.06em;
}
.tokyo_fv4_2_bg .contents_wrap .contents_box_txt-note {
  display: inline-block;
  background: #018ac0;
  font-size: 28px;
  color: #fff;
  margin-left: 26px;
  padding: 25px 20px;
}
.tokyo_fv4_2_bg .contents_wrap .contents_box::-webkit-scrollbar {
  display: none;
}

@media (max-width: 749px) {
  .tokyo_fv4_2_bg {
    width: 100vw;
    height: 111.2vw;
  }
  .tokyo_fv4_2_bg .contents_wrap {
    width: 92vw;
    padding-top: 26vw;
  }
  .tokyo_fv4_2_bg .contents_wrap_ttl {
    width: 92vw;
    top: 26.667vw;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box {
    height: 78.267vw;
    border-radius: 2.667vw;
    border: 0.533vw solid #018ac0;
    padding: 11.467vw 4.667vw 14.133vw;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt {
    border-bottom: #018ac0 solid 0.267vw;
    padding: 4.267vw 0;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-ttl {
    width: 28vw;
    font-size: 2.667vw;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-note {
    font-size: 3.733vw;
    margin-left: 3.467vw;
    padding: 3.255vw 2.604vw;
  }
}


/* LPページから移動 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	max-height: 99999px;
}
img {
  vertical-align: bottom;
  display: block;
  /*輪切り縦ならベ時に主にAndroidで画像同士の間に隙間ができるのを避ける設定*/
  /*inline要素にしたい場合は適宜クラス設定してください*/

}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	line-height: 1.3;
  font-size: 1rem;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
.fgot{
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif ;
  font-size: 0;
  line-height: 0;
}
.fmin {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*
	SP向けテキストサイズ自動調整避け#2
	文字が指定したサイズを無視して拡大していたら適宜セレクタを加える
*/
span,
div,
p{
	/*max-height: 100%; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */
.clearfix {
	width:100%;
}
.clearfix:after{
  content: "";
  display: block;
  clear: both;
}

/* util */

/*画像縦並べで隙間が開いた時の調整用*/

.mtNeg{
	margin-top: -1px;
}

/*style.css*/
#wrapper {
  width: 100%;
  background-color: #fff;
}
#wrapper .mainCont {
  position: relative;
  max-width: 750px; /* デザインデータ幅を最大幅に設定 */
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
#wrapper img {
  width: 100%;
  height: auto;
}

/* 画像下のmarginはここで一括指定しています */
#wrapper .sec_inner > img {
  margin-bottom: 7%;
}
/*float*/
.floatarea {
    background-color: #FFF;
    border: solid 1px #aaa;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 20px 0 10px 0;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    text-align: center;
}
.floatarea a {
    color: #000;
    text-decoration: none;
}
.floatarea a span {
    color: #F00;
}
.floatarea img {
    width: 70% !important;
    height: auto;
    margin: 8px auto 0 auto;
    text-align: center;
}

@media (min-width: 750px) {
  #wrapper form button {
    filter: drop-shadow(1vw 1.2vw 2.1vw rgba(0, 0, 0, 0.15));
  }
.float {
    display: block;
    width: 32%;
    height: auto;
    position: fixed;
    bottom: 10px;
    left: 60%;
    z-index: 10000;
}
.floatarea img {
    width: 200px !important;
    height: auto;
    margin: 8px auto 0 auto;
    text-align: center;
}
}

.hojokin {
  background-color : #10357b;
  font-family: "Noto Sans JP", serif;
  width: 100%;
  padding:1rem;
}

.hojokin-gentei {
  font-size:2.4rem !important;
  font-weight:500 !important;
  color:#FFF;
  text-align:center !important;
  padding:1rem;
  letter-spacing:3px;
}

.hojokin-title {
  font-size: 2.4rem !important;
  font-family: "Noto Sans JP", serif;
  font-weight:500;
  text-align:center !important;
  color:yellow;
  padding: .5rem 1rem;
  margin:0 auto;
  letter-spacing:3px;
}

.hojokin-limit {
  background-color:#018ac0;
  font-size:2.4rem !important;
  font-weight:600 !important;
  font-family: "Noto Sans JP", serif;
  border-radius:10px 10px 0 0;
  color: #FFF !important;
  text-align:center !important;
  padding:1rem;
  line-height:2.8rem !important;
}

.count-area {
  display: flex;
  justify-content: center;
  align-items:baseline;
  padding:0 0 1rem;
}

.limit {
  font-size:2.4rem !important;
  line-height:1.8rem !important;
  font-weight:500 !important;
  margin-right:2rem;
  color:#FFF;
  letter-spacing:3px;
}

.count {
  font-size: 2.4rem !important;
  font-family: "Noto Sans JP", serif;
  color:#FFF;
  letter-spacing:3px;
  font-weight:500;
  text-align:center !important;
}
.count span {
  color:red;
  font-weight: bold;
  font-size:5.4rem;
}

.notes {
  font-size:1rem !important;
  color:#515151;
  padding:1rem 0;
  line-height:1.2rem !important;
  text-align:left;
}

.notes {
  list-style: none;
  padding-left: 0; 
  color:#525252;
}

.notes li {
  position: relative;
  padding-left: 2em;
  margin-bottom:.5rem;
}

.notes li::before {
  content: attr(data-marker) " ";
  font-weight: bold;
  white-space: nowrap;
  position:absolute;
  left:0;
}





.show-sp {
display: none;
}

@media screen and (max-width: 700px) {
.hojokin-title {
  font-size: 1.8rem !important;
}

.hojokin-gentei{
  font-size: 1.8rem !important;
}
.hojokin-limit {
  font-size: 1.8rem ;
  line-height:1.8rem ;    
}

.limit {
  font-size: 1.4rem !important;
}

.count-area {
  padding:1rem;
  align-items:end;
}

.count {
  font-size: 1.8rem !important;
}

.count span {
  font-size: 4.2rem;
}

.show-sp {
  display: block;
}

.notes {
  padding:1rem;
}
}

@media screen and (max-width: 600px) {
.hojokin-limit {
  font-size: 1.2rem !important;
  line-height:1.6rem !important;    
}
}
@media screen and (max-width: 450px) {
.hojokin {
  padding:1rem 0;
}

.hojokin-limit {
  font-size: 1rem !important;
  line-height:1.2rem !important;    
}
.count-area {
  padding:1rem 0;
}
.count {
  font-size: 1.4rem !important;
  letter-spacing:0;
}
.count span {
  font-size: 2.8rem;
}
/* .hojokin-limit {
  font-size: 1.6rem !important;    
} */
}

.tokyo_fv4_2_bg {
  position: relative; /* 親要素として相対位置を指定 */
  background: none;
  height: auto;
}
.tokyo_fv4_2_bg .ttl{
  position: relative;
  left: 0;
  top: 0;
}
.tokyo_fv4_2_bg .att{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.tokyo_fv4_2_bg .contents_wrap {  
  position: absolute;
  top: 0;
  left: 5%;
  transform: none;
  width: 90%; /* 画面幅に応じて縮小 */
}
.tokyo_fv4_2_bg .contents_wrap .scroll-container{
  height: 75vw;
  max-height: 570px;
}
.tokyo_fv4_2_bg .contents_wrap_ttl sup{
    vertical-align: super;
    font-size: 8px;  
}

.tokyo_fv4_2_bg .contents_wrap {
    padding-top: 214px;
}
@media (max-width: 749px) {
    .tokyo_fv4_2_bg .contents_wrap {
        padding-top: 28.533vw;
    }
}

.scroll-container {
  width: 100%;
  max-height: 600px ;/* PC用の最大高さ */
  overflow: hidden; /* はみ出し防止 */
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #018ac0;
  padding: 0px 5%;
}

.contents_box {
  display: flex;
  flex-direction: column;
  gap: 10px; /* li の間隔調整 */

  background: transparent !important;
    height: unset !important;
    border-radius: unset !important;
    border: unset !important;
    padding: unset !important;
}

.contents_box_txt {
  white-space: nowrap;
  padding: 10px;
  font-size: 16px;
}

/* スクロールアニメーション */
@keyframes scroll-loop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* ul 内のすべての li をループさせる */
.contents_box {
  overflow:unset !important;
  animation: scroll-loop 40s linear infinite;
  /* animation-play-state: running; */
  z-index: 0;
}

/* .contents_box:hover {
  animation-play-state: paused;
} */

.contents_wrap_ttl {
  top:-10px !important;
  z-index: 1;
}
/* 画面幅が700px以下のとき */
@media screen and (max-width: 750px) {
  .scroll-container {
    max-height: 550px;
  }
}

/* 画面幅が650px以下のとき */
@media screen and (max-width: 650px) {
  .scroll-container {
    max-height: 500px;
  }
}

/* 画面幅が600px以下のとき */
@media screen and (max-width: 600px) {
  .scroll-container {
    max-height: 450px;
  }
}

/* 画面幅が450px以下のとき */
@media screen and (max-width: 550px) {
  .scroll-container {
    max-height: 400px;
  }
}
/* 画面幅が500px以下のとき */
@media screen and (max-width: 500px) {
  .scroll-container {
    max-height: 350px;
  }
}

/* 画面幅が450px以下のとき */
@media screen and (max-width: 450px) {
  .scroll-container {
    /* max-height: 300px; */
    max-height: 328px;
  }
}

/* 画面幅が400px以下のとき */
@media screen and (max-width: 400px) {
  .scroll-container {
    /* max-height: 250px; */
    max-height: 290px;
  }
}

.warning-message {
  color: red;
  /* font-size: 1rem;  */
  font-size: min(3.6vw, 18px) !important;
  padding-top:0 !important;
}
.form-title{
  font-size: min(4.8vw, 36px) !important;
  text-align: center !important;
  padding: 16px 0;
  font-weight: bold;
  background: #022771;
  color: #fff;
  border-radius: 50px;
}

.hidden {
    animation: fade .2s ease-in-out forwards;
    pointer-events:none;/* 重要 */
  }
  @keyframes fade {
    from {opacity: 1;}
    to {opacity: 0;}
  }
  .visible {
    animation: fadeOut .2s ease-in-out forwards;
    pointer-events:all;/* 重要 */
  }
  @keyframes fadeOut {
    from {opacity: 0;}
    to {opacity: 1;}
  }



  html {
    font-size: 15px;
  }
  #wrapper {
    width: 100%;
    background-color: #fff;
  }
  #wrapper .mainCont {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
  }
  #wrapper img {
    width: 100%;
  }
  #wrapper .sec_inner > img {
    margin-bottom: 7%;
  }
  #wrapper .offer-area {
    padding: 3% 0 2%;
  }
  #wrapper .offer-btn {
    width: 94%;
    margin: 0 auto;
  }
  #wrapper #faq {
    background: #ebf5fc;
    padding-bottom: 10%;
  }
  #wrapper #faq h2{
    overflow: hidden;
    height: 6.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  #wrapper .faq-inner {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
  }
  #wrapper .accordion {
    margin-bottom: 3.9%;
    box-shadow: 6px 5px 3px #c6d7f0;
  }
  #wrapper #faq dl.accordion dt {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 4.5rem;
    display: flex;
    align-items: center;
  }
  @media (max-width: 749px) {
    #wrapper #faq dl.accordion dt {
      height: 2.5rem;
    }
    #wrapper #faq h2{
      height: 4.5rem;
      margin-bottom: 1.5rem;
    }
  }
  #wrapper #faq dl.accordion dt::before {
    position: absolute;
    background: transparent url(img/acc-icon.webp) repeat top center/cover;
    top: 43%;
    right: 3.8%;
    width: min(calc(33 / 750 * 100vw), 33px);
    height: min(calc(20 / 750 * 100vw), 20px);
    z-index: 100;
    content: "";
  }
  #wrapper #faq dl.accordion dt.selected:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #wrapper #faq .acc_inner {
    display: none;
  }
  #wrapper a {
    text-decoration: none;
    color: #000;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  #wrapper a:hover {
    opacity: 0.7;
  }
  #wrapper p,
  #wrapper h1,
  #wrapper h2,
  #wrapper h3 {
    font-size: 1rem;
    line-height: 1;
    text-align: left;
  }
  #wrapper #form-area {
    background: url(img/form-bg.webp) top left no-repeat;
    background-size: cover;
    padding-bottom: 6%;
  }
  #wrapper .form-box {
    width: 92.1%;
    margin: 0 auto;
    padding-bottom: 4%;
    box-sizing: border-box;
  }
  #wrapper .form-box04 {
    padding-bottom: 10%;
  }
  #wrapper .form-box .form-title {
    margin-bottom: 3%;
  }
  #wrapper .form-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  #wrapper .form-box input[type="radio"] + label {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 2.5%;
  }
  #wrapper .form-box input[type="radio"] + label::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: min(7.5vw, 56px);
    height: min(7.5vw, 56px);
    background: url(../img/radio-off.webp) top left no-repeat;
    background-size: contain;
  }
  #wrapper .form-box input[type="radio"]:checked + label::before {
    background: url(../img/radio-on.webp) top left no-repeat;
    background-size: contain;
  }
  #wrapper .form-box input[type="radio"] + label p {
    width: 100%;
    padding: 1% 0 2% 9.6%;
    font-size: min(4.8vw, 36px);
    line-height: 1;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    font-weight: 500;
  }
  #wrapper .form-box .area-box {
    width: 100%;
    margin-bottom: 5%;
  }
  #wrapper .form-box .area-box02 {
    margin-bottom: 0;
  }
  #wrapper .form-box .area-box .area-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2%;
  }
  #wrapper .form-box .area-box .area-text .title {
    /*font-size: min(4.8vw, 36px);*/
    display: inline-block;
    font-size: min(5vw, 40px);
    font-weight: 500;
    line-height: 1;
  }
  #wrapper .form-box .area-box .area-text .req {
    display: inline-block;
    margin-left: 3%;
    padding: 1% 2.5%;
    background: #2c89bd;
    color: #fff;
    font-size: min(3.5vw, 24px);
    border-radius: min(1vw, 8px);
  }
  #wrapper .form-box .area-box .area-notes {
    margin-bottom: 3%;
    font-weight: 500;
    line-height: 1;
    font-size: min(3.2vw, 22px);
    color: #2c89bd;
  }
  #wrapper .form-box .area-box .area-notes.mod01 {
    display: inline-block !important;
    width: 20em;
    vertical-align: baseline;
    margin-left: 0.5em;
  }
  #wrapper .form-box .area-box .select-box {
    position: relative;
  }
  #wrapper .form-box .area-box .select-box::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 3%;
    width: min(2vw, 15px);
    height: min(2vw, 15px);
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
  }
  #wrapper .form-box .area-box select {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: #fff;
    padding: 2% 3%;
    border: solid #000 1px;
    border-radius: min(1.9vw, 14px);
    font-size: min(3.2vw, 24px);
  }
  #wrapper .form-box .post-area {
    width: 100%;
    display: flex;
    margin-bottom: 3%;
  }
  #wrapper .form-box .post-area .post-img {
    width: 7.4%;
  }
  #wrapper .form-box .post-area #postcode {
    width: 60.9%;
    border: solid #000 1px;
    border-radius: min(1.9vw, 14px);
    font-size: min(3.2vw, 24px);
    padding: 2% 3%;
  }
  #wrapper .form-box #address,
  #wrapper .form-box #address02,
  #wrapper .form-box #name,
  #wrapper .form-box #tel,
  #wrapper .form-box #email {
    width: 100%;
    border: solid #000 1px;
    border-radius: min(1.9vw, 14px);
    font-size: min(3.2vw, 24px);
    padding: 2% 3%;
  }
  #wrapper .form-box #email {
    margin-bottom: 6.4%;
  }
  #wrapper .form-box input::-webkit-input-placeholder {
    color: #c7c7c7;
    font-weight: 400;
  }
  #wrapper .form-box input:-moz-placeholder {
    color: #c7c7c7;
    font-weight: 400;
  }
  #wrapper .form-box input::-moz-placeholder {
    color: #c7c7c7;
    font-weight: 400;
  }
  #wrapper .form-box input:-ms-input-placeholder {
    color: #c7c7c7;
    font-weight: 400;
  }
  #wrapper .confirm-title {
    color: #ff0000;
    font-size: min(36px, calc(36 / 750 * 100vw));
    font-weight: 700;
    line-height: calc(46 / 36);
    text-align: center;
  }
  #wrapper .confirm-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: min(10px, calc(10 / 750 * 100vw));
    position: relative;
  }
  #wrapper .confirm-label input {
    position: absolute;
    top: min(30px, calc(30 / 750 * 100vw));
    left: min(145px, calc(145 / 750 * 100vw));
    z-index: -1;
  }
  #wrapper .confirm-label span.checkmark {
    display: block;
    width: min(47px, calc(47 / 750 * 100vw));
    height: min(47px, calc(47 / 750 * 100vw));
    border: 2px solid #2c89bd;
    border-radius: min(10px, calc(10 / 750 * 100vw));
    position: relative;
  }
  #wrapper .confirm-label input:checked + span.checkmark {
    background-color: #2c89bd;
  }
  #wrapper .confirm-label input:checked + span.checkmark::before {
    content: "";
    display: block;
    width: min(37px, calc(37 / 750 * 100vw));
    height: min(30px, calc(30 / 750 * 100vw));
    background: url(../img/check-mark.webp) top left no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #wrapper .confirm-label .agree {
    color: #000;
    font-weight: 700;
    font-size: min(30px, calc(30 / 750 * 100vw));
    line-height: calc(41 / 30);
    margin-left: min(15px, calc(15 / 750 * 100vw));
  }
  
  #wrapper .confirm-annotation {
    color: #000;
    font-size: min(22px, calc(22 / 750 * 100vw));
    font-weight: 500;
    line-height: calc(33 / 22);
    text-align: center;
    margin-top: min(12px, calc(12 / 750 * 100vw));
    margin-bottom: min(12px, calc(12 / 750 * 100vw));
  }
  #wrapper form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 91.3%;
    margin: 0 auto;
    cursor: pointer;
    filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(0%);
    transition-duration: 0.3s;
  }
  #wrapper form button:disabled {
    filter: drop-shadow(8px 9px 16px rgba(0, 0, 0, 0.15)) grayscale(100%);
    transition-duration: 0.3s;
  }
  #wrapper footer {
    padding: 6% 4.69% 0;
  }
  #wrapper footer .footer-inner {
    width: 100%;
    padding: 6% 0 8%;
    border-top: solid 1px #7c7c7c;
  }
  #wrapper footer .footer-inner p {
    font-size: min(3.7vw, 28px);
    line-height: 1.6;
    text-align: left;
    margin-bottom: 6%;
    font-family: "Noto Sans JP", sans-serif;
  }
  #wrapper footer .footer-inner p:last-child {
    margin-bottom: 0;
  }
  .privacy {
    font-size: 11px !important;
    text-align: center !important;
    padding: 0 auto !important;
    margin: 0 auto 20px auto !important;
    display: block !important;
    padding-bottom: 100px;
  }
  .float {
      display: block;
      width: 55%;
      height: auto;
      position: fixed;
      bottom: 10px;
      right: 5px;
      z-index: 10000;
  }
  .floatarea {    
      background-color: #FFF;
      border: solid 1px #aaa;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      padding: 20px 0 10px 0;
      position: fixed;
      bottom: 0;  
      z-index: 100000;
      text-align: center;
  }
  .floatarea a {    
      color: #000;
      text-decoration: none;
  }
  .floatarea a span {
      color: #F00;
  }
  .floatarea img {
      width: 70% !important;
      height: auto;
      margin: 8px auto 0 auto;
      text-align: center;
  }
  @media (min-width: 750px) {
    #wrapper form button {
      filter: drop-shadow(1vw 1.2vw 2.1vw rgba(0, 0, 0, 0.15));
    }
  .float {
      display: block;
      width: 32%;
      height: auto;
      position: fixed;
      bottom: 10px;
      left: 60%;
      z-index: 10000;
  }
  .floatarea img {
      width: 200px !important;
      height: auto;
      margin: 8px auto 0 auto;
      text-align: center;
  }
  }
  .tokyo_fv4_2_bg {
    background: url(../img/tokyo_fv4_2_bg_250613.webp) no-repeat center/cover;
    width: 750px;
    height: 857px;
  }
  .tokyo_fv4_2_bg .contents_wrap {
    position: relative;
    width: 690px;
    margin: 0 auto;
    padding-top: 188px;
  }
  .tokyo_fv4_2_bg .contents_wrap_ttl {
    position: absolute;
    width: 690px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 200px;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box {
    background: #fff;
    height: 587px;
    border-radius: 20px;
    border: 4px solid #018ac0;
    padding: 86px 35px 106px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt {
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    border-bottom: #018ac0 solid 2px;
    padding: 32px 0;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-ttl {
    display: inline-block;
    width: 210px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.51;
    letter-spacing: 0.06em;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-note {
    display: inline-block;
    background: #018ac0;
    font-size: 28px;
    color: #fff;
    margin-left: 26px;
    padding: 25px 20px;
  }
  .tokyo_fv4_2_bg .contents_wrap .contents_box::-webkit-scrollbar {
    display: none;
  }
  @media (max-width: 749px) {
    .tokyo_fv4_2_bg {
      width: 100vw;
      height: 111.2vw;
    }
    .tokyo_fv4_2_bg .contents_wrap {
      width: 92vw;
      padding-top: 26vw;
    }
    .tokyo_fv4_2_bg .contents_wrap_ttl {
      width: 92vw;
      top: 26.667vw;
    }
    .tokyo_fv4_2_bg .contents_wrap .contents_box {
      height: 78.267vw;
      border-radius: 2.667vw;
      border: 0.533vw solid #018ac0;
      padding: 11.467vw 4.667vw 14.133vw;
    }
    .tokyo_fv4_2_bg .contents_wrap .contents_box_txt {
      border-bottom: #018ac0 solid 0.267vw;
      padding: 4.267vw 0;
    }
    .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-ttl {
      width: 28vw;
      font-size: 2.667vw;
    }
    .tokyo_fv4_2_bg .contents_wrap .contents_box_txt-note {
      font-size: 3.733vw;
      margin-left: 3.467vw;
      padding: 3.255vw 2.604vw;
    }
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    max-height: 99999px;
  }
  img {
    vertical-align: bottom;
    display: block;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.3;
    font-size: 1rem;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body,
  .fgot{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif ;
    font-size: 0;
    line-height: 0;
  }
  .fmin {
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  span,
  div,
  p{
    /*max-height: 100%; */
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  :focus {
    outline: 0;
  }
  ins {
    text-decoration: none;
  }
  del {
    text-decoration: line-through;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .clearfix {
    width:100%;
  }
  .clearfix:after{
    content: "";
    display: block;
    clear: both;
  }
  .mtNeg{
    margin-top: -1px;
  }
  #wrapper {
    width: 100%;
    background-color: #fff;
  }
  #wrapper .mainCont {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
  }
  #wrapper img {
    width: 100%;
    height: auto;
  }
  #wrapper .sec_inner > img {
    margin-bottom: 7%;
  }
  .floatarea {
      background-color: #FFF;
      border: solid 1px #aaa;
      font-size: 14px;
      font-weight: bold;
      width: 100%;
      padding: 20px 0 10px 0;
      position: fixed;
      bottom: 0;
      z-index: 100000;
      text-align: center;
  }
  .floatarea a {
      color: #000;
      text-decoration: none;
  }
  .floatarea a span {
      color: #F00;
  }
  .floatarea img {
      width: 70% !important;
      height: auto;
      margin: 8px auto 0 auto;
      text-align: center;
  }
  @media (min-width: 750px) {
    #wrapper form button {
      filter: drop-shadow(1vw 1.2vw 2.1vw rgba(0, 0, 0, 0.15));
    }
  .float {
      display: block;
      width: 32%;
      height: auto;
      position: fixed;
      bottom: 10px;
      left: 60%;
      z-index: 10000;
  }
  .floatarea img {
      width: 200px !important;
      height: auto;
      margin: 8px auto 0 auto;
      text-align: center;
  }
  }
  .hojokin {
    background-color : #10357b;
    font-family: "Noto Sans JP", serif;
    width: 100%;
    padding:1rem;
  }
  .hojokin-gentei {
    font-size:2.4rem !important;
    font-weight:500 !important;
    color:#FFF;
    text-align:center !important;
    padding:1rem;
    letter-spacing:3px;
  }
  .hojokin-title {
    font-size: 2.4rem !important;
    font-family: "Noto Sans JP", serif;
    font-weight:500;
    text-align:center !important;
    color:yellow;
    padding: .5rem 1rem;
    margin:0 auto;
    letter-spacing:3px;
  }
  .hojokin-limit {
    background-color:#018ac0;
    font-size:2.4rem !important;
    font-weight:600 !important;
    font-family: "Noto Sans JP", serif;
    border-radius:10px 10px 0 0;
    color: #FFF !important;
    text-align:center !important;
    padding:1rem;
    line-height:2.8rem !important;
  }
  .count-area {
    display: flex;
    justify-content: center;
    align-items:baseline;
    padding:0 0 1rem;
  }
  .limit {
    font-size:2.4rem !important;
    line-height:1.8rem !important;
    font-weight:500 !important;
    margin-right:2rem;
    color:#FFF;
    letter-spacing:3px;
  }
  .count {
    font-size: 2.4rem !important;
    font-family: "Noto Sans JP", serif;
    color:#FFF;
    letter-spacing:3px;
    font-weight:500;
    text-align:center !important;
  }
  .count span {
    color:red;
    font-weight: bold;
    font-size:5.4rem;
  }
  .notes {
    font-size:1rem !important;
    color:#515151;
    padding:1rem 0;
    line-height:1.2rem !important;
    text-align:left;
  }
  .notes {
    list-style: none;
    padding-left: 0; 
    color:#525252;
  }
  .notes li {
    position: relative;
    padding-left: 2em;
    margin-bottom:.5rem;
  }
  .notes li::before {
    content: attr(data-marker) " ";
    font-weight: bold;
    white-space: nowrap;
    position:absolute;
    left:0;
  }
  .show-sp {
  display: none;
  }
  @media screen and (max-width: 700px) {
  .hojokin-title {
    font-size: 1.8rem !important;
  }
  .hojokin-gentei{
    font-size: 1.8rem !important;
  }
  .hojokin-limit {
    font-size: 1.8rem ;
    line-height:1.8rem ;    
  }
  .limit {
    font-size: 1.4rem !important;
  }
  .count-area {
    padding:1rem;
    align-items:end;
  }
  .count {
    font-size: 1.8rem !important;
  }
  .count span {
    font-size: 4.2rem;
  }
  .show-sp {
    display: block;
  }
  .notes {
    padding:1rem;
  }
  }
  @media screen and (max-width: 600px) {
  .hojokin-limit {
    font-size: 1.2rem !important;
    line-height:1.6rem !important;    
  }
  }
  @media screen and (max-width: 450px) {
  .hojokin {
    padding:1rem 0;
  }
  .hojokin-limit {
    font-size: 1rem !important;
    line-height:1.2rem !important;    
  }
  .count-area {
    padding:1rem 0;
  }
  .count {
    font-size: 1.4rem !important;
    letter-spacing:0;
  }
  .count span {
    font-size: 2.8rem;
  }
  }
  .tokyo_fv4_2_bg {
    position: relative;
    background: none;
    height: auto;
  }
  .tokyo_fv4_2_bg .ttl{
    position: relative;
    left: 0;
    top: 0;
  }
  .tokyo_fv4_2_bg .att{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .tokyo_fv4_2_bg .contents_wrap {  
    position: absolute;
    top: 0;
    left: 5%;
    transform: none;
    width: 90%;
  }
  .tokyo_fv4_2_bg .contents_wrap .scroll-container{
    height: 75vw;
    max-height: 570px;
  }
  .tokyo_fv4_2_bg .contents_wrap_ttl sup{
      vertical-align: super;
      font-size: 8px;  
  }
  .tokyo_fv4_2_bg .contents_wrap {
      padding-top: 214px;
  }
  @media (max-width: 749px) {
      .tokyo_fv4_2_bg .contents_wrap {
          padding-top: 28.533vw;
      }
  }
  .scroll-container {
    width: 100%;
    max-height: 600px ;/* PC用の最大高さ */
    overflow: hidden; /* はみ出し防止 */
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 4px solid #018ac0;
    padding: 0px 5%;
  }
  .contents_box {
    display: flex;
    flex-direction: column;
    gap: 10px; /* li の間隔調整 */
  
    background: transparent !important;
      height: unset !important;
      border-radius: unset !important;
      border: unset !important;
      padding: unset !important;
  }
  .contents_box_txt {
    white-space: nowrap;
    padding: 10px;
    font-size: 16px;
  }
  @keyframes scroll-loop {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  .contents_box {
    overflow:unset !important;
    animation: scroll-loop 40s linear infinite;
    z-index: 0;
  }
  .contents_wrap_ttl {
    top:-10px !important;
    z-index: 1;
  }
  @media screen and (max-width: 750px) {
    .scroll-container {
      max-height: 550px;
    }
  }
  @media screen and (max-width: 650px) {
    .scroll-container {
      max-height: 500px;
    }
  }
  @media screen and (max-width: 600px) {
    .scroll-container {
      max-height: 450px;
    }
  }
  @media screen and (max-width: 550px) {
    .scroll-container {
      max-height: 400px;
    }
  }
  @media screen and (max-width: 500px) {
    .scroll-container {
      max-height: 350px;
    }
  }
  
  @media screen and (max-width: 450px) {
    .scroll-container {
      max-height: 328px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .scroll-container {
      max-height: 290px;
    }
  }
  
  .warning-message {
    color: red;
    font-size: min(3.6vw, 18px) !important;
    padding-top:0 !important;
  }
  .form-title{
    font-size: min(4.8vw, 36px) !important;
    text-align: center !important;
    padding: 16px 0;
    font-weight: bold;
    background: #022771;
    color: #fff;
    border-radius: 50px;
  }
  
  .hidden {
      animation: fade .2s ease-in-out forwards;
      pointer-events:none;/* 重要 */
    }
    @keyframes fade {
      from {opacity: 1;}
      to {opacity: 0;}
    }
    .visible {
      animation: fadeOut .2s ease-in-out forwards;
      pointer-events:all;/* 重要 */
    }
    @keyframes fadeOut {
      from {opacity: 0;}
      to {opacity: 1;}
    }

    .m-plus {
      font-family: "M PLUS 1p", sans-serif;
    }
    .t_pink {
      color: #ff6098;
    }
    sup {
      font-size: 14px;
      color: #000!important;
    }
    .txt_line {
      background: linear-gradient(transparent 50%, #f6ff02 50%);
    }
    .txt_line2 {
      background: linear-gradient(transparent 50%, #f6ff02 100%);
    }
    .flex_box {
      display: flex;
      flex-wrap: wrap;
    }
    .flex_column {
      flex-direction: column;
    }
    .align_center {
      align-items: center;
    }
    .justify_center {
      justify-content: center;
    }
    .justify_between {
      justify-content:space-between;
    }
    #reasons_3 {
      background-color: #ff6098;
      padding: 5% 5% 0 5%;
    }
    #reasons_3 .inner {
      background-color: #ffeef1;
    }
    #reasons_3 .reasons_tit {
      background-image: url("../img/campaign_01.webp");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      /* display: block;
      width: 100%;
      height: 103px;
      position: relative; */
    }
    #reasons_3 .reasons_tit .tit {
      text-align: center;
      /* position: absolute;
      bottom: 18px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; */
      font-size: clamp(10px, 4.5vw, 39px);
      font-weight: bold;
      color: #fffe02;
      padding: 6% 0 2% 0;
      margin-bottom: 2%;
    }
    #reasons_3 .reasons_tit .tit span {
      font-size: clamp(10px, 3vw, 30px);
    }
    #reasons_3 .reasons_area .reasons_box {
      text-align: center;
    }
    #reasons_3 .reasons_area .reasons_box .reasons_sbtit {
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      display: block;
      width: 100%;
      margin: auto;
      /* height: 87px; */
      /* position: relative; */
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(1) .reasons_sbtit {
      background-image: url("../img/campaign_02.webp");
      /* height: 108px; */
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(2) .reasons_sbtit {
      background-image: url("../img/campaign_03.webp");
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) .reasons_sbtit {
      background-image: url("../img/campaign_04.webp");
    }
    #reasons_3 .reasons_area .reasons_box .reasons_sbtit p {
      /* text-align: center;
      position: absolute;
      bottom: 27px;
      left: 6%;
      width: 100%; */
      font-size: clamp(10px, 3.8vw, 28px);
      font-weight: bold;
      padding: 5% 4% 5% 17%;
    }
    #reasons_3 .reasons_area .reasons_box .txt_box p {
      text-align: center;
      font-weight: bold;
      position: relative;
    }
    #reasons_3 .reasons_area .reasons_box .txt_box p sup {
      position: absolute;
      right: -22px;
      top: 0;
      font-size: 10px;
    }
    #reasons_3 .reasons_area .reasons_box .txt_box .sb_txt {
      font-size: clamp(10px, 4vw, 28px);
      width: 36%;
    }
    #reasons_3 .reasons_area .reasons_box .txt_box .arrow {
      width: 5vw;
    }
    #reasons_3 .reasons_area .reasons_box .txt_box .txt {
      margin-top: 10px;
      font-size: clamp(10px, 6.5vw, 45px);
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(1) .txt_box {
      margin-top: 10px;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(2) {
      margin-top: 20px;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(2) .txt_box .txt {
      font-size: clamp(10px, 4vw, 28px);
      display: inline-block;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(2) .txt_box .txt span {
      font-size: clamp(10px, 6.5vw, 45px);
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) {
      margin-top: 20px;
      padding-bottom: 30px;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) .txt_box p:not(:first-of-type) {
      margin-left: 3%;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) .txt_box .sb_txt {
      width: 18%;
      line-height: 1.4;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) .txt_box .arrow {
      width: 8%;
    }
    #reasons_3 .reasons_area .reasons_box:nth-child(3) .txt_box .txt {
      margin-top: 0;
      line-height: 1.2;
      text-align: left;
    }
  
    #jisseki {
      padding-bottom: 50px;
      background-color: #64c5e8;
    }
    #jisseki .inner {
      background-image: url("../img/jisseki_bg.webp");
      background-repeat: repeat;
      background-size: contain;
      background-position: center;
      display: block;
      width: 100%;
    }
    #jisseki .tit_box {
      background-image: url("../img/250731_ecodalp_donyu_01.webp");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: top;
      display: block;
      width: 100%;
      /* height: 207px;
      position: relative; */
    }
    #jisseki .tit_box .tit {
      text-align: center;
      /* position: absolute;
      bottom: 32%;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; */
      font-size: clamp(10px, 7.5vw, 54px);
      font-weight: bold;
      color: #fff;
      padding: 8% 0 12%;
    }
    #jisseki .tit_box .tit::before,#jisseki .tit_box .tit::after {
      position: relative;
      display: inline-block;
      content: "";
      background: #fff;
      width: 2px;
      height: 1.5em;
      margin: 0 0.8em;
      margin-top: -.2em;
      vertical-align: middle;
    }
    #jisseki .tit_box .tit::before {
      transform: rotate(-35deg);
    }
    #jisseki .tit_box .tit::after {
      transform: rotate(35deg);
    }
    #jisseki .tit_box .tit span {
      color: #fffe02;
    }
    #jisseki .tit_box .tit small {
      font-size: clamp(10px, 4.5vw, 45px);
    }
    #jisseki .cont_area .txt {
      text-align: center;
      font-size: clamp(10px, 4vw, 30px);
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    
    #voice {
      background-color: #2c8ac0;
      /* padding: 5% 0 0; */
    }
    #voice .tit_area {
      padding: 0 5% 5% 5%;
    }
    #voice .tit_area p {
      text-align: center;
      color: #fff;
    }
    #voice .tit_area .v_sbtit {
      font-size: clamp(10px, 4.5vw, 30px);
      line-height: 2;
      font-weight: bold;
      position: relative;
      padding: 5% 12% 2%;
      display: inline-block;
    }
    #voice .tit_area .v_sbtit::before,#voice .tit_area .v_sbtit::after {
      position: absolute;
      top: 0.8rem;
      height: 40px;
      content: '';
    }
    #voice .tit_area .v_sbtit::before {
      border-left: double 10px;
      left: 0;
      top: 40%;
      transform: rotate(-30deg);
    }
    #voice .tit_area .v_sbtit::after {
      border-right: double 10px;
      right: 0;
      top: 40%;
      transform: rotate(30deg);
    }
    #voice .tit_area .v_tit {
      font-size: clamp(10px, 7.5vw, 60px);
      line-height: 1.4;
      font-weight: bold;
    }
    #voice .tit_area .v_tit small {
      font-size: clamp(10px, 5.5vw, 45px);
    }
    #voice .inner {
      background-color: #fff;
      border-radius: 30px;
      padding: 5% 5%;
    }
    #voice .cont_area .tit_box .case_icon {
      width: 24%;
    }
    #voice .cont_area .tit_box .tit {
      width: 72%;
      font-size: clamp(10px, 6vw, 45px);
      font-weight: bold;
      line-height: 1.2;
    }
    #voice .cont_area .tit_box .tit span {
      color: #ff6098;
    }
    #voice .cont_area .tit_box .tit small {
      font-size: clamp(10px, 4.5vw, 36px);
      font-weight: bold;
    }
    #voice .simulation_box {
      background-image: url("../img/voice_bg.png");
      background-repeat: repeat;
      background-size: auto;
      margin-top: 20px;
      padding: 5% 0;
    }
    #voice .simulation_box .tit {
      font-size: clamp(10px, 4.5vw, 30px);
      line-height: 1.4;
      text-align: center;
    }
    #voice .simulation_box .tit span {
      font-size: clamp(10px, 6.5vw, 36px);
      font-weight: bold;
      color: #2c8ac0;
    }
    #voice .simulation_box .pay {
      text-align: center;
      font-size: clamp(10px, 4.5vw, 30px);
      font-weight: bold;
      display: inline-block;
      margin-top: 10px;
      padding: 10px;
      border: 2px solid #2c8ac0;
      color: #2c8ac0;
    }
    #voice .simulation_box .img_box {
      margin-top: 20px;
    }
    #voice .simulation_box .img_box .graph{
      width: 55%;
    }
    #voice .simulation_box .img_box .uchiwake {
      width: 35%;
      margin-right: 5%;
      border: 1px solid #ff6098;
      background-color: #fff;
      padding: 4% 2%;
    }
    #voice .simulation_box .img_box .uchiwake .tit {
      font-size: clamp(10px, 2.5vw, 18px);
      font-weight: bold;
      color: #ff6098;
    }
    #voice .simulation_box .img_box .uchiwake .txt {
      font-size: clamp(10px, 2.5vw, 16px);
      margin-top: 4%;
      line-height: 1.4;
    }
    #voice .simulation_box .att {
      font-size: clamp(10px, 2.5vw, 14px);
      margin-top: 4%;
      line-height: 1.4;
    }
    #voice .txt_box{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }
    #voice .txt_box .txt{
      font-size: clamp(10px, 3.5vw, 28px);
      margin-top: 4%;
      text-align: center;
    }
    #voice .txt_box .txt span{
      font-size: clamp(10px, 4.5vw, 32px);
      font-weight: bold;
      padding: 8px 8px;
      background: #f6ff02;
      color: #018ac0;
      display: inline-block;
      margin-top: 2%;
      box-sizing: border-box;
    }
    #voice .att{
      font-size: clamp(10px, 2.5vw, 12px);
      padding: 2% 5% 0%;
    }
  
    #henka{
      background: #eaeaea;
      padding-bottom: 5%;
    }
    #henka .tit_area{
      background-image: url("../img/henka_ttl_bg.webp");
      background-repeat: no-repeat;
      background-size: 100% auto;
    }
    #henka .tit_area p{
      font-size: clamp(10px, 6.5vw, 46px);
      color: #fffe02;
      text-align: center;
      letter-spacing: 2px;
      font-weight: bold;
    }
    #henka .tit_area p small{
      font-size: clamp(10px, 5.5vw, 42px);
      color: #fffe02;
      text-align: center;
      font-weight: bold;
    }
    #henka .tit_area p.ttl1{
      padding-top: 8%;
    }
    #henka .tit_area p.ttl2{
      margin-top: 2%;
      padding-bottom: 12%;
    }
    #henka .henka_cont .ttl3{
      font-size: clamp(10px, 3.5vw, 28px);
      line-height: 1.2em;
      color: #fff;
    }
    #henka .henka_cont.henka1{
      background-image: url(../img/henka_img01_0121.webp);
      background-repeat: no-repeat;
      background-size: 100% auto;
      margin-bottom: 5%;
      padding: 8.5% 5% 37% 42%;
    }
    #henka .henka_cont.henka2{
      background-image: url(../img/henka_img02_0121.webp);
      background-repeat: no-repeat;
      background-size: 100% auto;
      padding: 8.5% 5% 59% 8%;
    }
    #henka .henka_cont.henka1 .txt_box p{
      font-size: clamp(10px, 3.5vw, 26px);
      line-height: 1.4em;
      margin-top: 6%;
    }
    #henka .henka_cont.henka1 .txt_box p span{
      font-size: clamp(10px, 4vw, 34px);
    }
    #faq h2{
      background: #f6e427;
      text-align: center;
      color: #022771;
      font-size: clamp(10px, 5.5vw, 42px);
      display: block!important;
      padding: 5% 0;
      margin-bottom: 5%;
    }
    #faq dt{
      padding: 0 12% 0 12%;
      color: #022771;
      font-size: clamp(10px, 3vw, 24px);
      line-height: 1.2em;
      text-align: left;
      background: #f6e427;
    }
    #faq dt::after{
      content: "";
      display: block;
      width: 10%;
      height: 80%;
      background-image: url(../img/q.webp);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 2%;
    }
    #faq dd{
      height: auto;
      padding: 3% 5% 3% 12%;
      font-size: clamp(10px, 3vw, 21px);
      line-height: 1.4em;
      text-align: left;
      background: #fff;
      position: relative;
    }
    #faq dd span{
      color: #022771;
      position: absolute;
      left: 6%;
    }
    @media screen and (max-width: 750px) {
      #reasons_3 .reasons_area .reasons_box .txt_box .sb_txt {
        width: 34vw;
      }
    }

  
    .soki_shuryo_aera {
      position: relative;
      margin-bottom: 2%;
    }
    .soki_shuryo_aera .img_box {
      padding-bottom: 18%;
      background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff8dc 50%, #fff8dc 100%);
    }
    .soki_shuryo_aera .txt {
      position: absolute;
      bottom: 8%;
      left: 50%;
      transform: translateX(-50%);
      font-size: clamp(10px, 4vw, 30px)!important;
      text-align: center!important;
      width: 100%;
      font-weight: bold;
      color: #333;
      line-height: 1.4 !important;
    }
    .soki_shuryo_aera .txt span {
      color: #ff0000;
      font-size: clamp(10px, 6vw, 46px);
    }
  
    .henka-note {
      padding: 0 5% 0;
      font-size: .8rem !important;
    }

  

  
    .sim_area {
      background-color:#10256b;
      padding: 0 3rem 3rem;
    }
  
    .sim_inner {
      background-color: #fff;
      padding: 3rem;
      border-radius: 10px;
      position: relative;
      margin-top: -10%;
    }
  
    .sim_items {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 0;
    }
  
    .sim_item {
      padding: 0 8px;
    }
  
    .sim_item.checked {
      filter: saturate(2);
      transition: all 0.3s ease;
    }
  
  .result_area .result_item {
    display: none;
  }
  .result_area .result_item.checked {
    display: block !important;
  }
  
  .sim-arrow {
    width: 30%;
    height: auto;
    margin: 0 auto 8px;
  }
  
  @media (max-width: 750px) {
    .sim_area {
      padding: 0 1rem 1rem;
    }
  
    .sim_inner {
      padding: 1rem;
    }
  
    .sim_item {
      padding: 0 3px;
    }
  }
  
  .result-note {
      font-size: 8px !important;
      color: #666;
      margin-top: 10px;
      padding: 0 8px;
      text-align: right !important;
    }
    @media (max-width: 750px) {
      .result-note {
        text-align: left !important;
      }
    }
  
    #construction_flow {
      padding-bottom: 1rem;
    }
