/**************************************

cmn

**************************************/
main {
  padding-bottom: 0;
}

@media screen and (max-width: 760px) {
  main {
    padding-bottom: 0%;
  }
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.section_form {
  margin: 0px auto 80px;
}

.cnt_remaining {
  z-index: 999;
  position: fixed;
  right: 50px;
  bottom: 50px;
  padding: 5px 5px 10px 10px;
  border-radius: 5px;
  background: #dc0000;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.cnt_remaining var {
  font-size: 20px;
  font-style: normal;
}

.section_form .inner {
  width: auto;
  padding: 40px 80px 60px;
  background: #274574;
}

.section_form .message_box {
  width: 100%;
  height: 328px;
  padding: 110px 142px;
  background: url(../img/cmn/bg_form.jpg) top center no-repeat;
}

.section_form .message_box .box_inner {
  display: inline-block;
  text-align: center;
}

.section_form .message_box .catch {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.section_form .message_box .name {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
}

.section_form .message_box .name span {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}

.section_form .message_box .name img {
  height: 42px;
}

@media screen and (max-width: 760px) {
  .cnt_remaining {
    right: 10px;
    bottom: 10px;
  }
  .section_form .message_box {
    height: 0;
    margin-bottom: 5%;
    padding: 6% 10% 40%;
    background-size: auto 100%;
  }
  .section_form .message_box .catch {
    margin-bottom: 3%;
    font-size: 16px;
  }
  .section_form .message_box .name {
    margin-top: 3%;
    font-size: 12px;
  }
  .section_form .message_box .name span {
    display: block;
    margin: 0 8px;
  }
  .section_form .message_box .name img {
    width: auto;
    height: 32px;
    margin-top: -5px;
  }
}

.section_form img {
  border-radius: 0;
}

.section_form .section {
  width: 974px;
  margin: 0 auto;
  padding: 25px;
  background: #f2f8f8;
}

@media screen and (min-width: 761px) {
  /** For PC **/
  /**************************************

step bar

**************************************/
  .stepBar {
    *zoom: 1;
    position: relative;
    width: 100%;
    margin: 0 0 1em;
    padding: 0;
    overflow: hidden;
    list-style: none;
    text-align: center;
  }
  .stepBar .step {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 0 40px 0 20px;
    float: left;
    background-color: #fff;
    color: #888;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
  }
  .stepBar .step:before, .stepBar .step:after {
    display: block;
    position: absolute;
    left: -15px;
    width: 25px;
    height: 30px;
    border-left: 4px solid #274574;
    background-color: #fff;
    content: '';
  }
  .stepBar .step:after {
    top: 0;
    transform: skew(30deg);
  }
  .stepBar .step:before {
    bottom: 0;
    transform: skew(-30deg);
  }
  .stepBar .step.current {
    background-color: #A4B2C7;
    color: #FFF;
  }
  .stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #A4B2C7;
  }
  .stepBar.step2 .step {
    width: 50%;
  }
  .stepBar.step3 .step {
    width: 33.333%;
  }
  .stepBar.step4 .step {
    width: 25%;
  }
  .stepBar.step5 .step {
    width: 20%;
  }
}

/**************************************

form

**************************************/
.section_form .section .smust {
  padding: 0 5px;
}

.form_wrapper {
  padding: 25px;
  background: #fff;
}

.mini_title {
  margin: 10px 0 10px;
  text-align: center;
}

.choice_section {
  margin: 0 0 50px;
}

.choice_section img {
  margin: 0 0 7px;
}

.table-form {
  border-top: 1px dotted  #b9a195;
}

.section_form .table-form {
  border-top: 0;
}

.table-form .must input,
.table-form .must textarea,
.table-form .must select {
  border: #bbb solid 1px;
  background: #F8E2E6;
}

.table-form input,
.table-form textarea {
  box-sizing: border-box;
  padding: 10px;
  border: #bbb solid 1px;
}

.table-form select {
  box-sizing: border-box;
  padding: 5px;
  border: #bbb solid 1px;
}

.table-form input[name="birth_year"] {
  width: 100px !important;
}

.table-form input[name="birth_month"] {
  width: 50px !important;
}

.table-form input[name="birth_day"] {
  width: 50px !important;
}

.table-form input[type="text"],
.table-form input[type="email"],
.table-form textarea {
  width: 500px;
  font-size: 15px;
  vertical-align: middle;
}

.table-form input[type="text"]#res_date,
.table-form input[type="text"]#zip,
.table-form input#email {
  width: 250px;
}

.table-form input[type="tel"] {
  width: 350px;
}

.table-form input#year {
  width: 100px;
}

label {
  display: inline-block;
  width: 49%;
  margin: 0 0 10px 0;
  padding: 10px 5px;
  border: 1px solid #ccc;
  background: #efefef;
  font-size: 13px;
}

.must label {
  border: #bbb solid 1px !important;
  background: #F8E2E6 !important;
}

.policy {
  width: 100%;
  margin-top: 30px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.policy a {
  color: #274574;
  text-decoration: underline;
}

@media screen and (max-width: 760px) {
  .policy {
    width: 90%;
    margin: 6% 5% 0;
    font-size: 3.2vw;
    text-align: left;
  }
}

.table-form input[type="radio"],
.table-form input[type="checkbox"] {
  position: relative;
  margin-right: 3px;
  border: 0;
}

@media screen and (min-width: 761px) {
  .table-form dd #gender input,
  .table-form dd #job input {
    margin-right: 8px;
  }
}

.table-form input#mail {
  margin-bottom: 5px;
}

.table-form textarea {
  height: 130px;
}

.table-form dl {
  border-bottom: 1px dotted  #ccc;
}

.table-form dl.un {
  border-bottom: none;
}

.table-form dt p.tit {
  box-sizing: border-box;
  width: 24%;
  min-height: 30px;
  padding: 20px 12px 13px;
  float: left;
  font-size: 15px;
  line-height: 30px;
  text-align: right !important;
  vertical-align: top;
}

.table-form dt p.must {
  box-sizing: border-box;
  width: 8%;
  padding: 10px;
  float: left;
  text-align: right;
  vertical-align: top;
}

.table-form dt p.must span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #dc0000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
}

.table-form dd {
  box-sizing: border-box;
  width: 68%;
  padding: 20px 10px;
  float: left;
  word-break: break-all;
}

.table-form dd #department label {
  display: inline-block;
  width: 30%;
  margin-bottom: 5px;
}

@media screen and (min-width: 761px) {
  .table-form dd #gender label,
  .table-form dd #job label {
    display: inline-block;
    width: 200px;
  }
}

@media screen and (max-width: 760px) {
  .table-form dd #gender label,
  .table-form dd #job label {
    display: inline-block;
    width: 49%;
  }
}

.table-form #reference label {
  width: 49%;
  margin-bottom: 15px;
  float: left;
}

.table-form #reference label:nth-child(even) {
  width: 45%;
  float: right;
}

.table-form #reference label:hover {
  cursor: pointer;
  opacity: .8;
}

.table-form #reference label:nth-child(1),
.table-form #reference label:nth-child(2) {
  height: 90px;
}

.zip_txt {
  width: 200px;
  float: right;
  font-size: 0.8em;
}

.notice {
  width: 478px;
  margin-top: 10px;
  padding: 10px;
  border: 1px dotted #dc0000;
  color: #dc0000;
  font-size: 0.9em;
}

.table-form .calender {
  padding: 0 35px 0 0;
  float: right;
}

.table-form select {
  height: 40px;
  font-size: 1.1em;
}

.table-form input#items {
  border: 0;
}

.table-form dt span {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 0.8em;
}

.table-form .w500 {
  width: 350px;
}

.table-form .w350 {
  width: 350px;
}

.table-form .w250 {
  width: 250px;
}

.table-form .w150 {
  width: 150px;
}

.table-form .w80 {
  width: 80px;
}

.table-form .w50 {
  width: 50px;
}

.table-form td .box-a,
.table-form td .box-b {
  width: 200px;
  float: left;
}

.msg {
  display: block;
  margin-top: 5px;
  color: #dc0000;
}

/**************************************

input btn

**************************************/
.btn_confirm,
.btn_submit {
  -webkit-appearance: none;
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto 10px;
  padding: 20px 0 !important;
  border: none !important;
  background: #274574;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.btn_back,
.btn_top a {
  display: block;
  position: relative;
  width: 55%;
  margin: 0 auto 10px;
  padding: 15px 0;
  border: none;
  background: #aaa;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.btn_back:hover,
.btn_top a:hover {
  background: #bbb;
  color: #fff;
  text-decoration: none;
}

.form_bnr02 {
  padding: 50px 0 0;
  text-align: center;
}

/**************************************

thanks

**************************************/
.form_thanks {
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .form_thanks {
    padding: 10% 5% 5%;
    text-align: center;
  }
}

.section_form .catch {
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: bold;
}

@media screen and (max-width: 760px) {
  .section_form .catch {
    margin-bottom: 15px;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.4;
  }
}

.section_form .txt {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .section_form .txt {
    margin-bottom: 8%;
  }
}

.sp_flow {
  display: none;
}

.btn_top {
  padding: 30px 0 0;
}

.form_footer {
  text-align: center;
}

.privacy_lead {
  padding: 10px 15px 0;
  text-align: center;
}

.privacy_lead a {
  color: #274574;
  text-decoration: none;
}

.privacy_lead a:hover {
  color: #ccc;
}

.table-form dl:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  overflow: hidden;
  content: ".";
}

.table-form dl {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .table-form dl {
  height: 1%;
}

.table-form dl {
  display: block;
  overflow: hidden;
}

/* End hide from IE-mac */
@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .container {
    width: 100%;
    padding: 0;
  }
  .form_wrapper {
    padding: 0 0 10%;
  }
  .section_form {
    margin: 0;
  }
  .section_form .inner {
    padding: 5px 0 0;
    background: none;
  }
  .section_form img {
    border-radius: 0;
  }
  .section_form .section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  /**************************************

stepBar

**************************************/
  .stepBar {
    *zoom: 1;
    position: relative;
    width: 90%;
    margin: 0 auto 1em;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    list-style: none;
    text-align: center;
  }
  .stepBar .step {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 0 15px 0 5px;
    float: left;
    background-color: #ccc;
    color: #888;
    font-weight: bold;
    line-height: 40px;
  }
  .stepBar .step:before, .stepBar .step:after {
    display: block;
    position: absolute;
    left: -5px;
    width: 10px;
    height: 20px;
    border-left: 4px solid #fff;
    background-color: #ccc;
    content: '';
  }
  .stepBar .step:after {
    top: 0;
    transform: skew(20deg);
  }
  .stepBar .step:before {
    bottom: 0;
    transform: skew(-20deg);
  }
  .stepBar .step:first-child:before, .stepBar .step:first-child:after {
    content: none;
  }
  .stepBar .step.current {
    background-color: #A4B2C7;
    color: #FFF;
  }
  .stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #A4B2C7;
  }
  .stepBar.step3 .step:nth-child(1) {
    width: 34%;
  }
  .stepBar.step3 .step:nth-child(2) {
    width: 33%;
  }
  .stepBar.step3 .step:nth-child(3) {
    width: 33%;
  }
  /**************************************

input btn

**************************************/
  input.btn-success {
    width: 90%;
    margin: 0 auto;
  }
  .btn_confirm, .btn_submit {
    -webkit-appearance: button;
    display: block;
    position: relative;
    width: 86%;
    margin: 5% auto 0;
    padding: 12px 0;
    border: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
  }
  .btn_confirm:hover, .btn_submit:hover {
    background: #ff6700;
  }
  .btn_back, .btn_top a {
    -webkit-appearance: button;
    display: block;
    position: relative;
    width: 70%;
    margin: 5% auto;
    padding: 8px 0;
    border: none;
    background: #aaa;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .btn_back:hover, .btn_top a:hover {
    background: #bbb;
    color: #fff;
    text-decoration: none;
  }
  /**************************************

table_form

**************************************/
  .table-form dt {
    margin: 10px 10px 0;
    padding: 10px 0 0;
    background: #fff;
  }
  .table-form dt p.tit {
    width: auto;
    margin: 0;
    padding: 0;
    float: left;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
  }
  .table-form dt p.tit br {
    display: none;
  }
  .table-form dt p.must {
    width: auto;
    padding: 0px 0 0 10px;
    float: left;
    text-align: left;
  }
  .table-form dt p.must span {
    display: inline-block;
    height: auto;
    margin-top: -5px;
    padding: 4px;
    border-radius: 0px;
    color: #fff;
    font-size: 11px;
    line-height: 1.4em;
    text-align: center;
  }
  .table-form dt p.must img {
    display: none;
  }
  .table-form dt:after {
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    content: ' ';
  }
  .table-form dd {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px 20px;
    font-family: Arial;
    font-size: 15px;
  }
  .table-form dd input, .table-form dd textarea {
    box-sizing: border-box;
    padding: 15px;
    border: none;
    background: #efefef;
    font-size: 15px;
  }
  .table-form dd select {
    height: 40px;
    font-size: 13px;
  }
  .table-form dd #department label {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
  }
  .table-form input[type="text"],
  .table-form input[type="tel"],
  .table-form input[type="email"],
  .table-form textarea {
    box-sizing: border-box;
    width: 96%;
    padding: 15px;
  }
  .table-form input#zip,
  .table-form input#email {
    box-sizing: border-box;
    width: 96%;
    padding: 15px;
  }
  .table-form input[type="radio"],
  .table-form input[type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 3px;
    padding: 0;
    border: 0;
  }
  .notice {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px dotted #dc0000;
    color: #dc0000;
    font-size: 0.9em;
  }
  .table-form .w350 {
    width: 100%;
  }
  .table-form .w120,
  .table-form .w180 {
    width: 40%;
  }
  .table-form .w50,
  .table-form .w80 {
    width: 35%;
  }
  #item {
    width: 100%;
    font-size: .85em;
  }
  .msg {
    display: block;
    margin-top: 5px;
    color: #dc0000;
  }
  .privacy_lead {
    padding: 5px 15px 0;
  }
  .privacy_lead a {
    color: #274574;
    text-decoration: none;
  }
  .privacy_lead a:hover {
    color: #ccc;
  }
  .ui-datepicker {
    width: 90% !important;
  }
  .table-form #reference label,
  .table-form #reference label:nth-child(even) {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    float: none;
    border: 3px solid #efefef;
  }
  .table-form #reference label:nth-child(1),
  .table-form #reference label:nth-child(2) {
    height: auto;
  }
  .table-form #reference input {
    /*-webkit-appearance: none;*/
    top: 3px;
  }
  .table-form .zip_txt {
    width: auto;
    padding: 0;
    float: none;
    text-indent: 0;
  }
  .table-form .zip_txt br {
    display: none;
  }
}

#name01_l, #name01_f,
#name02_l, #name02_f,
#kana01_l, #kana01_f,
#kana02_l, #kana02_f {
  width: 40%;
}

/**************************************

upsell

**************************************/
.upsell .unit01 {
  width: 80%;
  margin: 80px auto 80px;
}

.upsell .table-form {
  margin-bottom: 40px;
}

.upsell ul {
  margin-bottom: 40px;
}

.upsell ul li {
  position: relative;
  width: 48%;
  float: left;
}

.upsell ul li::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 5px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../img/icn_btn_2.png) no-repeat center/contain;
  content: '';
  transition: .3s;
}

.upsell ul li:hover::after {
  background-image: url(../img/icn_btn_1.png);
}

.upsell ul li:last-child {
  float: right;
}

.upsell ul li input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  border: 3px solid #274574 !important;
  border-radius: 4px;
  background: #274574;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3.57143;
  text-align: center;
  transition: .3s;
}

.upsell ul li input:hover {
  border: 3px solid #274574 !important;
  background: #fff;
  color: #111;
}

.upsell ul li input {
  overflow: hidden;
  transition-duration: 300ms;
}

.upsell ul li.normal input {
  border: 3px solid #787878 !important;
  background: #787878;
}

.upsell ul li.normal input:hover {
  border: 3px solid #787878 !important;
  background: #fff;
}

.upsell ul li .btn_submit {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  border: 3px solid #274574 !important;
  border-radius: 4px;
  background: #274574;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  transition: .3s;
}

.upsell ul li .btn_submit:hover {
  border: 3px solid #274574 !important;
  background: #fff;
  color: #111;
}

#back input {
  display: block;
  width: 300px;
  margin: 10px auto 0;
  padding: 16px 0;
  border: 1px solid #e3d4ef !important;
  background: #fff !important;
  color: #aaa;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .upsell {
    text-align: center;
  }
  .upsell .unit01 {
    width: 80%;
    margin: 10% auto 5%;
  }
  .upsell ul {
    margin-bottom: 20px;
    padding: 0 15px 0;
  }
  .upsell ul li {
    width: 100%;
    margin: 0 auto 10px;
    float: none;
  }
  .upsell ul li input {
    padding: 3% !important;
  }
  .upsell ul li:last-child {
    float: none;
  }
  #back input {
    width: 86%;
  }
  /* GDPR */
  .table-form #policy label {
    width: 100%;
  }
}
/*# sourceMappingURL=form.css.map */
