/* ===================================================================
CSS information

 file name  : trial.css
 author     : UCI
 style info : trial
=================================================================== */
/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	.wpcf7-form
----------------------------------------------------------- */
.wpcf7-form .schoolphone,
.wpcf7-form select[name="schoolphone"] {
  display: none !important;
}
.wpcf7-form .form-row.radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wpcf7-form .form-row.radio .wpcf7-list-item label input[type="radio"] {
  display: none;
}
.wpcf7-form .form-row.radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
}
.wpcf7-form .form-row.radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  left: 0;
  top: 50%;
  margin-top: -12px;
  border-radius: 50%;
}
.wpcf7-form .form-row.radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 0;
  left: 3px;
  top: 50%;
  margin-top: -9px;
  border-radius: 50%;
  background: #ff6464;
  opacity: 0;
}
.wpcf7-form .form-row.radio .wpcf7-list-item label input[type="radio"]:checked + .wpcf7-list-item-label:before,
.wpcf7-form .form-row.radio .wpcf7-list-item label input[type="radio"]:checked + input + .wpcf7-list-item-label:before {
  border-color: #ff6464;
}
.wpcf7-form .form-row.radio .wpcf7-list-item label input[type="radio"]:checked + .wpcf7-list-item-label:after,
.wpcf7-form .form-row.radio .wpcf7-list-item label input[type="radio"]:checked + input + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-form .form-row.radio .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-form .form-row.other {
  align-items: flex-start;
}
.wpcf7-form .form-row.other textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.wpcf7-form .note2 {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
}
.wpcf7-form .ajax-loader {
  margin-top: 20px !important;
}
.wpcf7-form .submit-btn {
  margin-top: 10px !important;
}

/* -----------------------------------------------------------
	.banner-page
----------------------------------------------------------- */
.banner-page.new {
  height: 220px;
  text-align: center;
  background: transparent url(../img/trial/img_mv_trial.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner-page.new {
    height: 200px;
    background-image: url(../img/trial/img_mv_trial_sp.jpg);
  }
}
.banner-page.new:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 40, 0.3);
}
.banner-page.new .container h1 {
  display: flex;
  height: 100%;
  width: 100%;
}
.banner-page.new .container h1 span {
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .banner-page.new .container h1 span {
    font-size: 29px;
  }
}

/* -----------------------------------------------------------
	.con_step
----------------------------------------------------------- */
.con_step {
  padding: 50px 0 60px;
}
@media only screen and (max-width: 767px) {
  .con_step {
    padding: 30px 0;
  }
}
.con_step .container h2 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .con_step .container h2 {
    font-size: 21px;
  }
}
.con_step .container .box_step .box_top {
  display: flex;
  position: relative;
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_top {
    display: none;
  }
}
.con_step .container .box_step .box_top li {
  width: calc(100%/3);
  position: relative;
}
.con_step .container .box_step .box_top li:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent url(../img/trial/ic_line.png) repeat-x left center;
  background-size: auto 4px;
  z-index: -1;
}
.con_step .container .box_step .box_top li:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  width: 53px;
  height: 28px;
  background: #fff url(../img/trial/ic_right.png) no-repeat left center;
  background-size: auto 28px;
  margin-left: -53px;
  z-index: -1;
}
.con_step .container .box_step .box_top li p {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f96364;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}
.con_step .container .box_step .box_top li p span {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: '';
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
}
.con_step .container .box_step .box_top li p span.txt {
  text-transform: uppercase;
  font-size: 12px;
}
.con_step .container .box_step .box_top li p span.num {
  font-size: 28px;
  font-weight: bold;
}
.con_step .container .box_step .box_top li.step1:before {
  left: 50%;
  width: 50%;
}
.con_step .container .box_step .box_top li.step1:after {
  content: none;
}
.con_step .container .box_step .box_top li.step3:before {
  right: 50%;
  width: 50%;
}
.con_step .container .box_step .box_txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con_step .container .box_step .box_txt li {
  width: calc( (100% - 40px) /3 );
  border: 2px solid #f96364;
  border-radius: 10px;
  padding: 25px 10px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
  }
}
.con_step .container .box_step .box_txt li:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 0;
  left: -15px;
  width: 2px;
  background: transparent url(../img/trial/ic_line_down.png) repeat-y top center;
  background-size: 2px;
  z-index: -1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li:before {
    display: block;
  }
}
.con_step .container .box_step .box_txt li:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 9px;
  top: -8px;
  left: -21px;
  background: transparent url(../img/trial/ic_down.png) repeat-y top center;
  background-size: contain;
  z-index: -1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li:after {
    display: block;
  }
}
.con_step .container .box_step .box_txt li .icon {
  width: 64px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li .icon {
    width: 55px;
    height: 55px;
    margin: 0;
    margin-left: 10px;
  }
}
.con_step .container .box_step .box_txt li .box {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li .box {
    width: calc(100% - 80px);
    text-align: left;
  }
}
.con_step .container .box_step .box_txt li .box h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #f96364;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li .box h4 {
    font-size: 15px;
  }
}
.con_step .container .box_step .box_txt li .box .txt {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li .box .txt {
    font-size: 12px;
  }
}
.con_step .container .box_step .box_txt li .minutes {
  position: absolute;
  right: 0;
  top: 0;
  background: #f96364;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  margin: 0;
  padding: 5px 25px;
  border-bottom-left-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li .minutes {
    top: auto;
    bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    padding: 2px 10px;
  }
}
.con_step .container .box_step .box_txt li .minutes span {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}
.con_step .container .box_step .box_txt li .minutes span.num {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li .minutes span.num {
    font-size: 19px;
  }
}
.con_step .container .box_step .box_txt li .minutes span.txt {
  font-size: 16px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li .minutes span.txt {
    font-size: 12px;
    line-height: 1.8;
  }
}
.con_step .container .box_step .box_txt li .pin {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f96364;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li .pin {
    display: flex;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -40px;
    top: 3px;
  }
}
.con_step .container .box_step .box_txt li .pin span {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: '';
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
}
.con_step .container .box_step .box_txt li .pin span.txt {
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li .pin span.txt {
    font-size: 9px;
  }
}
.con_step .container .box_step .box_txt li .pin span.num {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li .pin span.num {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li.step1:after {
    content: none;
  }
}
.con_step .container .box_step .box_txt li.step1 .icon {
  background-image: url(../img/trial/ic_1.png);
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li.step1 .icon {
    background-image: url(../img/trial/ic_1_sp.png);
  }
}
.con_step .container .box_step .box_txt li.step2 .icon {
  background-image: url(../img/trial/ic_2.png);
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li.step2 .icon {
    background-image: url(../img/trial/ic_2_sp.png);
  }
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li.step3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li.step3:before {
    content: none;
  }
}
.con_step .container .box_step .box_txt li.step3 .icon {
  background-image: url(../img/trial/ic_3.png);
}
@media only screen and (max-width: 767px) {
  .con_step .container .box_step .box_txt li.step3 .icon {
    background-image: url(../img/trial/ic_3_sp.png);
  }
}

/* -----------------------------------------------------------
	.box_txt_new
----------------------------------------------------------- */
.contact-page .box_txt_new {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-page .box_txt_new {
    margin-bottom: 20px;
  }
}
.contact-page .box_txt_new h2.text-center {
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .contact-page .box_txt_new h2.text-center {
    font-size: 21px;
    margin: 0 0 5px;
  }
}
.contact-page .box_txt_new p.text-center {
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .contact-page .box_txt_new p.text-center {
    font-size: 12px;
    line-height: 2;
  }
}

.view_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .view_sp {
    display: block;
  }
}
