@charset "utf-8";

/* ------ trialform _ common ------ */

body {
  background: #eee;
}

.page_trialform {
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro W4", "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro",
    "Hiragino Maru Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",
    "Hiragino Kaku Gothic Pro", "HGä¸¸ï½ºï¾žï½¼ï½¯ï½¸M-PRO", "HGMaruGothicMPRO";
}

/* ------ trialform _ header ---G--- */

.page_trialform header {
  background: #fff;
}

.page_trialform header h1 {
  line-height: 0;
  text-align: center;
  padding: 0 25%;
  background: linear-gradient(to right, #08b1d1 0%, #91dcb4 100%);
}

.trialform_step header dl {
  text-align: center;
  margin: 0 auto;
  padding: 8px 0;
}

.trialform_step header h2 {
  font-size: 14px;
  color: #08b1d1;
  padding-bottom: 5px;
}

.trialform_caution header h2 {
  font-size: 14px;
  color: #08b1d1;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

@media (min-width: 900px) {
  .trialform_step header h2,
  .trialform_caution header h2 {
    font-size: 20px;
  }
}

/*---- trialform _ stepbar ----*/

.stepbar01 {
  text-align: center;
}

.stepbar01 li {
  color: #333;
  counter-increment: steps;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 40px;
}

.stepbar01 li::after {
  background-color: #b9b9b9;
  content: "";
  height: 2px;
  position: absolute;
  top: 9px;
  left: 50%;
  right: auto;
  width: 100%;
}

.stepbar01 li > * {
  display: inline-block;
  font-size: 0.6rem;
  padding-top: 25px;
}

.stepbar01 li > *::before {
  border-radius: 50%;
  background-color: #b9b9b9;
  content: "";
  color: #fff;
  content: counter(steps);
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  z-index: 1;
}

.stepbar01 li:last-of-type::after {
  display: none;
}

.stepbar01 li.visited > *::before,
.stepbar01 li.current > *::before {
  background-color: #08b1d1;
}

.stepbar01 li.visited::after {
  background-color: #08b1d1;
}

@media (min-width: 900px) {
  .stepbar01 li {
    width: 64px;
  }

  .stepbar01 li::after {
    height: 4px;
    position: absolute;
    top: 10px;
  }

  .stepbar01 li > * {
    font-size: 0.7rem;
    padding-top: 30px;
  }

  .stepbar01 li > *::before {
    font-size: 1rem;
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
}

/*---- trialform _ section ----*/

.page_trialform section {
  padding: 15px 5% 0;
}

.trialform_first section {
  padding: 100px 10% 0;
}

.page_trialform section h2 {
  color: #08b1d1;
  font-size: 1.2rem;
  padding-bottom: 10px;
}

.trialform_thanks section h2 {
  text-align: center;
  font-size: 1.2rem;
}

.page_trialform section .trialform_step_wrap01 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px #cecece;
  box-sizing: border-box;
  height: auto;
  min-height: 240px;
  overflow: hidden;
  padding: 20px 4%;
  margin-bottom: 30px;
}

.page_trialform span.hissu {
  background: #f66281;
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  margin-left: 5px;
}

.page_trialform span.ninni {
  background: #08b1d1;
  color: #fff;
  font-size: 9px;
  padding: 4px 12px;
  margin-left: 10px;
}

.page_trialform span.fukusu {
  background: #08b1d1;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  margin-left: 10px;
}

.page_trialform figure {
  margin-bottom: 20px;
}

.page_trialform figure img {
  width: 100%;
}

.page_trialform p {
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  line-height: 2;
  margin-bottom: 15px;
}

.trialform_first p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.trialform_caution p {
  font-size: 1rem;
  margin-bottom: 20px;
}

@media (min-width: 900px) {
  .page_trialform section {
    padding: 20px 0 0;
  }

  .trialform_first section {
    padding: 100px 0 0;
  }

  .page_trialform section h2 {
    font-size: 26px;
    width: 730px;
    margin: 0 auto;
  }

  .trialform_thanks section h2 {
    font-size: 24px;
    text-align: center;
  }
  .page_trialform section .trialform_step_wrap01 {
    width: 730px;
    margin: 0 auto;
    padding: 30px 50px;
    margin-bottom: 30px;
  }
}

/*---- form-tit ----*/

.page_trialform form .form-tit {
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin-top: 30px;
  /*margin-bottom: 10px;*/
}

.page_trialform form .form-tit:first-child {
  margin-top: 0;
}

.page_trialform form .form-tit:before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #83d8e8;
  display: inline-block;
  margin-right: 4px;
}

/*---- form radio ----*/

.page_trialform form .radio label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
  padding-top: 6px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.page_trialform form .radio label:before {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
}

.page_trialform form .radio input[type="radio"] {
  display: none;
}

.page_trialform form .radio input[type="radio"]:checked + label:after {
  background-color: #08b1d1;
  border-radius: 50%;
  content: "";
  height: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
}

/*---- form checkbox ----*/

.page_trialform form .checkbox label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
  padding-top: 6px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.page_trialform form .checkbox label:before {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
}

.page_trialform form .checkbox input[type="checkbox"] {
  display: none;
}

.page_trialform form .checkbox input[type="radio"] {
  display: none;
}

.page_trialform form .checkbox input[type="checkbox"]:checked + label:after {
  background-color: #08b1d1;
  border-radius: 50%;
  content: "";
  height: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
}

.page_trialform form .checkbox input[type="radio"]:checked + label:after {
  background-color: #08b1d1;
  border-radius: 50%;
  content: "";
  height: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
}

/*---- form text ----*/

.page_trialform form input[type="text"],
.page_trialform form input[type="tel"],
.page_trialform form input[type="email"] {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  height: 40px;
  letter-spacing: 0;
  line-height: 1rem;
  margin-top: 3px;
  margin-bottom: 10px;
  padding: 8px 2px 8px 5px;
  width: 100%;
}

.page_trialform form textarea {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  height: calc(1.3em * 5);
  letter-spacing: 0;
  line-height: 1.5rem;
  overflow: hidden;
  padding: 8px 2px 8px 10px;
  width: 100%;
  vertical-align: top;
}

.page_trialform form .form-nitiji {
  width: 60%;
  float: left;
  padding-right: 3%;
}

.page_trialform form input[type="text"]::placeholder,
.page_trialform form input[type="tel"]::placeholder,
.page_trialform form input[type="email"]::placeholder,
.page_trialform form textarea::placeholder {
  color: #bbb;
  font-size: 1rem;
  line-height: 1.5rem;
}

.page_trialform form input[type="text"]::-webkit-input-placeholder,
.page_trialform form input[type="tel"]::-webkit-input-placeholder,
.page_trialform form input[type="email"]::-webkit-input-placeholder,
.page_trialform form textarea::-webkit-input-placeholder {
  padding-top: 2px;
}

.page_trialform form input[type="text"]:focus,
.page_trialform form input[type="tel"]:focus,
.page_trialform form input[type="email"]:focus,
.page_trialform form textarea:focus,
.page_trialform form select:focus {
  border: 2px solid #08b1d1;
}

/*---- form select ----*/

.page_trialform form .selectbtn {
  display: inline-block;
  position: relative;
  width: 100%;
}

.page_trialform form .form-jikan {
  width: 40%;
}

.page_trialform form .selectbtn:before {
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  content: "";
  height: 8px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 18px;
  right: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  z-index: 1;
}

.page_trialform form .selectbtn select {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  height: 40px;
  letter-spacing: 0;
  line-height: 1rem;
  margin-top: 3px;
  margin-bottom: 10px;
  padding: 8px 2px 8px 5px;
  width: 100%;
}

.page_trialform form .selectbtn select::-ms-expand {
  display: none;
}

.page_trialform form .selectbtn select:-moz-focusring {
  color: transparent;
}

/*---- form kakunin-list ----*/

.kakunin-list dl {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding: 12px 4px;
  width: 100%;
}

.kakunin-list dl:last-child {
  border-bottom: none;
}

.kakunin-list dl dt {
  color: #08b1d1;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1rem;
  padding-bottom: 4px;
}

.kakunin-list dl dd {
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 900px) {
  .kakunin-list dl {
    padding: 10px 10px;
  }
  .kakunin-list dl dt {
    font-size: 0.9rem;
    padding-bottom: 10px;
  }
  .kakunin-list dl dd {
    font-size: 1.2rem;
  }
}

/*---- form btn----*/

.trialform_btn_wrap01 {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 30px;
}

.trialform_btn_wrap01 a,
.trialform_btn_wrap02 a {
  text-decoration: none;
}

.trialform_btn_wrap01 :last-child {
  margin-left: 12px;
}

.trialform_btn_wrap01 .btn-submit {
  background: linear-gradient(to right, #08b1d1 0%, #91dcb4 100%);
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
  padding: 12px 24px;
  text-align: center;
  border: none;
}

.trialform_btn_wrap02 .btn-submit {
  background: linear-gradient(to right, #08b1d1 0%, #91dcb4 100%);
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 2.5rem;
  padding: 20px 30px;
  text-align: center;
  border: none;
  width: 100%;
  margin-bottom: 20px;
}

.trialform_btn_wrap01 .btn-back {
  background: #fff;
  border: 1px solid #08b1d1;
  border-radius: 30px;
  box-sizing: border-box;
  color: #08b1d1;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
  padding: 12px 24px;
  text-align: center;
  margin-right: 10px;
}

.trialform_btn_wrap02 a {
  display: block;
}

.trialform_btn_wrap02 .btn-back {
  background: #fff;
  border: 1px solid #08b1d1;
  border-radius: 20px;
  box-sizing: border-box;
  color: #08b1d1;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 2.5rem;
  padding: 20px 30px;
  text-align: center;
  width: 100%;
  margin-right: 10px;
}

@media (min-width: 900px) {
  .trialform_btn_wrap01 .btn-submit {
    border-radius: 40px;
    font-size: 20px;
    padding: 20px 40px;
  }

  .trialform_btn_wrap01 .btn-back {
    border-radius: 40px;
    font-size: 20px;
    padding: 20px 40px;
  }

  .trialform_btn_wrap02 {
    margin: 20px auto 30px;
    width: 300px;
    margin-bottom: 20px;
  }
}

/*---- form form_attention ----*/

.form_attention01 {
  background-color: #f66281;
  padding: 10px 3%;
  color: #fff;
  display: flex;
  align-items: center;
}

.form_attention01 i {
  display: block;
  font-size: 2rem;
  padding-right: 0.5rem;
}

.form_attention01 p {
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.7;
}

@media (min-width: 900px) {
  .form_attention01 {
    width: 60%;
    margin: 0 auto;
    padding: 20px 3%;
  }
}

.machine {
  font-size: 12px !important;
}

/*---- trialform _ y5.html ----*/

.trialform_step_wrap01 h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.trialform_step_wrap01 dd {
  padding: 0 0 30px 0;
}

.trialform_step_wrap01 dd div {
  background: #f77a9f;
  padding: 15px 20px;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  margin-top: 10px;
}

@media (min-width: 900px) {
  .trialform_step_wrap01 h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .trialform_step_wrap01 dl {
    display: flex;
  }

  .trialform_step_wrap01 dt {
    width: 40%;
    padding: 0 5% 30px 0;
  }

  .trialform_step_wrap01 dd {
    width: 55%;
  }
}

/*---- form checkbox ----*/

/* The container checkmark */
#container_checkmark {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 3px;
}

#container_checkmark:hover input ~ .checkmark {
  background-color: #ccc;
}

#container_checkmark input:checked ~ .checkmark {
  background-color: #08b1d1;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#container_checkmark input:checked ~ .checkmark:after {
  display: block;
}

#container_checkmark .checkmark:after {
  left: 9px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.warning_checkmark {
  display: none;
  color: #f44176;
  border: 2px solid;
  padding: 3px 20px;
  border-radius: 5px;
  width: fit-content;
}

.disable_redirect {
  opacity: 0.5;
  cursor: no-drop !important;
}

#confirmTrial {
  display: none;
}

select.ui-datepicker-year {
  height: 2em !important;
  margin-right: 5px !important;
  padding-left: 4px;
  width: 70px !important;
  color: #333;
  border-radius: 5px;
}
/* 月プルダウンの変更 */
select.ui-datepicker-month {
  height: 2em !important;
  margin-left: 5px !important;
  width: 70px !important;
  padding-left: 4px;
  color: #333;
  border-radius: 5px;
}
