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