@charset "utf-8";

/* Page - freetrial
------------------------------------------- */

input,textarea{
  box-sizing: border-box;
}

input,textarea,select{
  font-size: 1.5rem;
}
.select-required:invalid {
  color: rgb(117, 117, 117);
}

/* .freetrial-sec {
  background-image: url(/assets/img/freetrial/main-sp.jpg);
}
.audition-sec {
  background-image: url(/assets/img/audition/main-sp.jpg);
}
.guidance-sec {
  background-image: url(/assets/img/guidance/main-sp.jpg);
} */

body.free-form .freetrial-form-sec{
  padding-top:2em !important;
}

.freetrial-intro-sec .lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height:1.5;
  margin-bottom:.1em;
  padding-top:2em;
}

.freetrial-intro-sec .desc {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom:1em;  
} 
.freetrial-intro-sec .desc.left {
  text-align: left;
} 

.freetrial-form-sec .form-ttl {
  font-size: 2.8rem;
  color: #3FC5D0;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em;
}
.wrap-inner {
  padding: 0 4%;
  margin-bottom: 3em;
}

.freetrial-form-sec .form-notice {
  font-size: 1.4rem;
}
.freetrial-form-sec .form-notice li {
  padding-left: 1em;
  position:relative;
  margin-top:.5em;
}
.freetrial-form-sec .form-notice li::before {
  content: "※";
  color: #ED1E79;
  position:absolute;
  top:0;
  left:0;
}
.freetrial-form-sec .wrap {
  padding: 0;
}
.form-wrapper {
  padding: 0;
  /* border-bottom: solid 1px #909090; */
  /* margin-bottom: 20px; */
}
.form-heading,.form-body {
  font-size: 1.5rem;
  padding: .8em 1em;
}
.form-heading {
  background-color: #e6f7fc;
  /* border: solid 1px #CCC; */
  padding: .8em 1em;
  font-size: 1.9rem;
  color:#333;
  font-weight:bold;
  border-left: none;
  border-right: none;
}
.form-heading .required {
  display: inline-block;
  height: 1.8rem;
  font-size: .9rem;
  padding:.1em .5em .2em;
  color: #FFF;
  background: #ec5f9d;
  border-radius: .9rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: center;
  margin-left: 10px;
}
.red-txt {
  color:#ED1E79;
  font-weight:bold;
  font-size:1.6rem;
}

input,button,textarea,select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],select,textarea {
  width: 100%;
  padding: 1.4rem 1em;
  border: solid 1px #ccc;
  border-radius: .6rem;
}
.half input{width:50%!important;margin-right:1em;}

 select {
    background: url(/assets/img/freetrial/select-bg.png) no-repeat right center transparent;
    background-size: 3.6rem auto;
}

 .cal {
    background: url(/assets/img/freetrial/cal-bg.png) no-repeat right center transparent;
    background-size: 3.6rem auto;
    margin-bottom: 1rem;
}

.trial_hour {
    margin-bottom: 1rem;
}

.sex_radio {
    padding: 1rem;
    border: solid 1px #909090;
    border-radius: 2rem;
    width: 48%;
    display: inline-block;
    text-align: center;
  cursor: pointer;
  position: relative;
}
label+label {
  float: right;
}

.sex_radio input {
    width: 1.5rem;
    height: 1.5rem;
    background: #FFF;
    float: left;
    border-radius: 50%;
    padding-top: .7em;
  display: block;
  border: solid 1px #909090;
  background: #E8E8E8;
  position: relative;
  outline: none;
}

.sex_radio.checked,.sex_radio.on {
    background: #3FC5D0;
    color: #FFF;
}
.sex_radio.checked::after,.sex_radio.on::after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 14px;
    background: #3FC5D0;
    border-radius: 50%;
} 

.submitArea {
  text-align: center;
  font-size:2.0rem;
  margin-bottom: 30px;
}
input[type="submit"] {
  display: inline-block;
  color: #FFF;
  background: #3FC5D0;
  border-radius: 3 rem;
  font-weight: bold;
  padding:.8em 1.4em;
  border: none;
}
.freetrial-form-sec .desc {
  text-align: center;
  font-size: 1.4rem;
}
.btnArea {
  text-align: center;
}
.freetrial-form-sec .pdf-btn {
  background: url(../img/freetrial/pdf-ico.png) no-repeat left 10px center #736357;
  color: #FFF;
  width: 70%;
  font-weight: bold;
  display: inline-block;
  background-size: 17px;
  text-indent: 20px;
  border-radius: 4px;
  padding:.8em 1.4em;
} 

.head-desc {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.check .form-heading {
  text-align: center;
}

.check .form-body {
  padding: 0;
  text-align: center;
}
.check .form-body2 {
  padding:1.5em 0;
  text-align: center;
}
.check .form-body3 {
  padding:1.5em 0;
  text-align: center;
  border-bottom:1px solid #909090;
  margin-bottom:2em;
}


.check .form-body .form-data {
  padding: 8px 17px;
}

.check .form-body .form-data+.form-data {
  padding-top: 0;
}


.check input[type="submit"] {
  background-color: #ED1E79;
  display: block;
  margin: 0 auto 1em;
}

.check .back-page {
  display: inline-block;
  padding:.8em 1.4em;
  color: #FFF;
  background: #3FC5D0;
  border-radius: 30px;
  font-weight: bold;
  font-size:1.6rem;  
}


.complete .freetrial-intro-sec .lead {
  margin-bottom: 1rem;
}
.complete .freetrial-intro-sec .desc {
  font-size: 1.4rem;
}

.complete .freetrial-thanks-sec .form-comp-ttl {
  font-size: 1.5rem;
  color: #ED1E79;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}

.complete .freetrial-thanks-sec .desc {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 2em;
}

.complete  .fourth-btn {
    width:50%;
    display: inline-block;
    background-image: none;
    border-radius: 30px;
  font-size: 1.5rem;
    padding:.8em 1.4em;
}

.complete .restriction p{
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom:1.5em;
}
.complete .restriction .caution-txt{
  font-size: 1.6rem;
  font-weight:bold;
  line-height: 1.5;
}

.birth-input{display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; }
.birth-input li{width:20%;}
.birth-input li:first-child{width:30%;}
.birth-input li:nth-child(2),.birth-input li:nth-child(4),.birth-input li:nth-child(6){width:10%;text-align:center;}
.birth-input li input{width:100%!important;}
.form-body p{margin-bottom:.5em;}
.sns-body input{margin-bottom:1em;}
body.audition-entry .input-list input,body.audition-entry .agree-btn input{
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance:checkbox}
.agreement{margin-top:1em}


.form-notice {
  font-size: 1rem;
  padding: .5em 0;
}
.form-notice li {
  padding-left: 1em;
  position: relative;
  margin-top: 0.5em;
}
.form-notice li::before {
  content: "※";
  color: #ED1E79;
  position: absolute;
  top: 0;
  left: 0;
}
.form_caution {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 0.8em;
  margin-bottom: .3em;
  color: #323232;
}
.pdf_btn_wrap{
  padding: 5em 0;
}
.pdf-btn {
  background: url(/assets/img/freetrial/pdf-ico.png) no-repeat left 1rem center #736357;
  color: #FFF;
  width: 100%;
  font-weight: bold;
  display: inline-block;
  background-size: 1.6em;
  text-indent: 1em;
  border-radius: 4px;
  padding: 1em 1.4em;
  font-size: 1.4em;
  box-sizing: border-box;
  max-width: 40rem;
}

/* .guidance_tl_box .s-menu-tel-btn{	
box-shadow: 0 .25rem 0 #e2e2e2;	
} */	
.guidance_tl_box .sp-tel-menu-btn-wrap{	
justify-content: center;	
}	
.guidance_tl_box .sp-tel-menu-list{	
padding: 0.8em 0.2em;	
}	
.guidance_tl_box .sp-tel-menu-ttl{	
font-size: 1.5rem;	
text-align: center;	
display: block;	
margin-bottom: 0.3em;	
}	
.guidance_tl_box .s-menu-tel-btn{	
padding: .3em 0 .3em 0;	
box-sizing: border-box;	
background-color: transparent;	
}	
.guidance_tl_box .s-menu-tel-btn .tel {	
font-size: 2.6rem;	
line-height: 4rem;	
padding-left: 1em;	
position: relative;	
color: #3FC6D1;	
}	
.guidance_tl_box .s-menu-tel-btn:first-child {	
width: 69%;	
}	
.guidance_tl_box .s-menu-line-btn {	
width: 20%;	
}	
.guidance_tl_box .s-menu-tel-btn .tel::before {	
width: 2.6rem;	
height: 2.6rem;	
bottom: 0;	
top: 0;	
margin: auto;	
background-image: url(/kids/imgs/icon_tel_bluegreen.svg);	
}	

.trial_tl_box .sp-tel-menu-list {
  margin-bottom: 0;
}
input.link_round_btn.trial{
  display: block;
  cursor: pointer;
}

@media screen and (min-width: 860px){
  .form-wrapper{
    width: 60rem;
    margin: 0 auto;
    /* border: 1px solid #c7e2f4;
    border-radius: .5rem;
    overflow: hidden; */
  }
  input.link_round_btn.trial{
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .pdf-btn {
    font-size: 1.6em;
  }

  .complete .freetrial-intro-sec .desc {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .complete .freetrial-intro-sec .desc.left {
    text-align: center;
  }

  .complete .freetrial-thanks-sec .form-comp-ttl {
    font-size: 1.7rem;
  }
  .complete .freetrial-thanks-sec .lead {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .pc-entry-info table {
    width: 100%;
    margin-bottom: 95px;
  }
  .pc-entry-info table th {
    background: #efefef;
    border: solid 1px #CCCCCC;
    text-align: center;
    font-weight: normal;
    padding: 1rem;
    font-size: 1.3rem;
  }
  .pc-entry-info table td {
    border: solid 1px #CCCCCC;
    border-right: dotted 2px #CCC;
    text-align: center;
    padding: 1.5rem 0 1.2rem;
    font-size: 1.4rem;
  }
  .pc-entry-info table td .name {
    display: block;
  }
  .pc-entry-info table td .tel {
    font-size: 1.9rem;
    font-weight: 400;
  }
  .pc-entry-info table td a {
    color: #3FC6D1;
  }
  
  .form-heading {
    padding: .8em 1.6em;
} 
.form-body {
    padding: .5em 1.6em ;
  }

}/* 860px */


.form_box {
  margin: 1.5em 0;
}
.form_box.step3 .form-heading:not(:first-of-type){
  font-size: 1.5em;
  background-color: transparent;
  padding-bottom: 0;
}
.form-heading .num{
  display: block;
  font-size: .9em;
  color: var(--c-blue);
}

@media screen and (min-width:860px){
  .form-heading:first-of-type {
    margin: 0 0 .5em;
  }
  .form_box {
    margin: 2em 0;
    border: 1px solid #c7e2f4;
    border-radius: .5rem;
    overflow: hidden;
    padding-bottom: 1em;
  }

}/*  */




/* 希望校選択 */
/* .cam_st_list{
  padding: .5em 0;
} */
.cam_st_list input{
  display: none;
}
.cam_st_list_box{
  position: relative;
  border: 1px solid #ccc;
  border-radius: .5em;
  overflow: hidden;
  /* box-shadow: 0 0 1em rgb(227 227 227 / 40%); */
  margin: 0 0 .8em;
}
.cam_st_list_box_inner{
  display: flex;
  background-color: #fff;
}
.cam_st_detail_box{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 52%;
  font-size: 1em;
  font-weight: 600;
  padding: 1em 0 1em 2.7em;
  /* border: 1px solid var(--c-gray2); */
}
.cam_st_detail_box:before{
  content: '';
  position: absolute;
  display: block;
  width: 1.55em;
  height: 1.55em;
  top: 0;
  bottom: 0;
  left: .6em;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #cccccc;
  background-color: #fff;
  transform: none;
  margin: auto;
}
.cam_st_detail_box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .22em;
  left: .85em;
  margin: auto;
  display: block;
  width: 1.1em;
  height: 1.1em;
  background-color: var(--color-blue);
  clip-path: polygon(100% 75%, 0 75%, 0 25%, 15% 25%, 15% 60%, 100% 60%);
  transform: rotateZ(-45deg);
  opacity: 0;
}

/* after check ======== */
.cam_st_list_box_inner input[type="radio"]:checked  + label {
  color: #fff;
  background-color: var(--color-blue);
}
.cam_st_list_box_inner input[type="radio"]:checked + label:before {
  background-color: #fff;
  border-color: #fff;
}
.cam_st_list_box_inner input[type="radio"]:checked + label:after {
  opacity: 1;
}

.cam_st_img_box{
  aspect-ratio: 3 / 2;
  width: 48%;
  overflow: hidden;
  background-size: cover;
}
[data-sc-name="VOAT東京本校"] .cam_st_img_box{ background-image: url(/images/s_tokyo.jpg); }
[data-sc-name="VOAT原宿校"] .cam_st_img_box{ background-image: url(/images/s_harajuku.jpg); }
[data-sc-name="VOAT新宿校"] .cam_st_img_box{ background-image: url(/images/s_shinjuku.jpg); }
[data-sc-name="VOAT中野校"] .cam_st_img_box{ background-image: url(/images/s_nakano.jpg); }
[data-sc-name="VOAT名古屋校"] .cam_st_img_box{ background-image: url(/images/s_nagoya.jpg); }
[data-sc-name="VOAT福岡校"] .cam_st_img_box{ background-image: url(/images/s_fukuoka.jpg); }

a:hover .cam_st_list_box {
  transform: scale(1.05);
}

@media screen and (min-width:860px){
  .cam_st_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .8em .8em;
    margin: 0;
  }
  .cam_st_list_box{
    margin: 0;
  }

}/*  */
