@charset "UTF-8";
/**************************************

  formの追加分

***************************************/
.footer.form {
  margin-bottom: 30px;
  font-size: 11px;
  text-align: center;
}

.article_h2 {
  height: 130px;
}

@media screen and (max-width: 760px) {
  .article_h2 {
    height: 70px;
    padding-top: 0;
  }
  .article_h2 .txt_box {
    padding-bottom: 0;
  }
}

.article_h2 .cover {
  height: 100%;
  background: none;
}

.article_h2 h2 {
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .article_h2 h2 {
    font-size: 6.8vw;
  }
}

.section_contents_area h4 {
  margin-bottom: 30px;
  padding: 10px;
  background: #007696;
  color: #fff;
  font-size: 23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.section_contents_area h4 span {
  font-size: 17px;
}

.section_contents_area .tel_box {
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.4;
}

.section_contents_area .tel_box .tel {
  font-weight: 600;
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.section_contents_area .other_txt {
  margin-bottom: 50px;
  text-align: center;
}

.section_contents_area .tel_box.other_tel {
  width: 100%;
}

.section_contents_area .tel_box.other_tel .box {
  padding: 15px;
  border: dotted 1px #ccc;
  border-radius: 6px;
  text-align: center;
}

@media screen and (min-width: 761px) {
  .main_form .bnr {
    width: 990px;
    margin: 0 auto 30px;
  }
  .main_form .bnr img {
    width: 100%;
    height: auto;
  }
  .main_form .bnr_inquiry {
    width: 774px;
    margin: 0 auto 60px;
  }
  .main_form .bnr_inquiry img {
    width: 100%;
    height: auto;
  }
  .section_contents_area .tel_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 41%;
  }
  .section_contents_area .tel_box.other_tel .box {
    width: 32%;
  }
}

@media screen and (max-width: 760px) {
  .main_form .bnr_inquiry {
    width: 90%;
    margin: 0 5% 8%;
  }
  .main_form .unit_contact {
    width: 90%;
    margin: 0 5% 8%;
    padding: 8% 0;
    border: 2px solid #422d28;
    background: url(../img/cmn/bg_form.jpg) repeat center center;
    background-size: 100%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  .main_form .unit_contact .tit {
    margin-bottom: 5%;
  }
  .main_form .unit_contact .unit {
    margin-bottom: 5%;
  }
  .main_form .unit_contact .unit:last-child {
    margin-bottom: 0;
  }
  .main_form .unit_contact .unit .tit_area {
    margin-bottom: 3%;
    font-weight: bold;
    font-size: 5.07vw;
    line-height: 1;
  }
  .main_form .unit_contact .unit .tel_btn {
    width: 90%;
    margin: 0 5%;
  }
  .main_form .unit_contact .unit .tel_btn a {
    display: block;
    padding: 3% 0;
    border-radius: 100vh;
    background: #e63c04;
    color: #fff;
    font-size: 9.07vw;
    line-height: 1;
  }
  .main_form .unit_contact .unit .tel_btn a span {
    padding-left: 50px;
    background: url(../img/cmn/ico_free.png) no-repeat left center;
    background-size: 45px auto;
  }
}

@media screen and (max-width: 760px) and (max-width: 740px) {
  .main_form .unit_contact .unit .tel_btn.tel_btn02 a span {
    padding-left: 44px;
    background: url(../img/cmn/icon_tel_w.png) no-repeat left center;
    background-size: 34px auto;
  }
}

@media screen and (max-width: 760px) {
  .section_contents_area {
    width: 94%;
    margin: 0 auto;
  }
  .section_contents_area h4 {
    line-height: 1.5;
  }
  .section_contents_area h4 span {
    display: block;
  }
  .section_contents_area .tel_box {
    width: 95%;
    text-align: center;
  }
  .section_contents_area .tel_box.other_tel .box {
    width: 70%;
    margin: 0 auto 3%;
  }
}

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

cmn

**************************************/
.container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

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

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

.cnt_remaining.display {
  display: block;
}

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

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

.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-weight: 700;
  font-size: 26px;
  line-height: 1.4;
}

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

.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: 60px;
  }
  .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-weight: bold;
    font-size: 16px;
    line-height: 60px;
  }
  .stepBar .step:before, .stepBar .step:after {
    display: block;
    position: absolute;
    left: -15px;
    width: 25px;
    height: 30px;
    border-left: 4px solid #efefef;
    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: #422d28;
    color: #FFF;
  }
  .stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #422d28;
  }
  .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: #e63c04 solid 1px;
  background: #fff0f0;
}

.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[type="text"],
.table-form input[type="email"],
.table-form textarea {
  width: 500px;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: middle;
}

.table-form input[type="text"]#res_date,
.table-form input[type="text"]#zip {
  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: 8px 5px;
  border: 1px solid #ccc;
  background: #fcebe5;
  font-size: 13px;
}

.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-weight: 600;
  font-size: 14px;
  line-height: 30px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  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 span.must {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 2px;
  margin-right: 10px;
  border-radius: 50%;
  background: #e63c04;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 38px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  text-align: center;
}

.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 #e63c04;
  color: #e63c04;
  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: #e63c04;
}

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

input btn

**************************************/
.btn_confirm,
.btn_submit {
  -webkit-appearance: none;
  display: block;
  position: relative;
  width: 70%;
  margin: 30px auto;
  padding: 20px 0 !important;
  border: none !important;
  background: #e63c04;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  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-weight: bold;
  font-size: 1.1em;
  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;
}

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

.sp_flow {
  display: none;
}

.btn_top {
  padding: 30px 0 0;
}

.form_footer {
  text-align: center;
}
.policy {
  text-align: center;
}
.policy.text {
  margin-top: 20px;
  text-align: left;
}

.policy a {
  text-decoration: underline;
}

.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;
  }
  .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: #422d28;
    color: #FFF;
  }
  .stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #422d28;
  }
  .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-weight: bold;
    font-size: 1.2em;
    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-weight: bold;
    font-size: 1.1em;
    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-weight: bold;
    font-size: 13px;
    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 span.must {
    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-size: 14px;
    font-family: Arial;
  }
  .table-form dd input, .table-form dd textarea {
    box-sizing: border-box;
    font-size: 13px;
  }
  .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 {
    box-sizing: border-box;
    width: 50%;
    padding: 15px;
  }
  .table-form input[type="radio"],
  .table-form input[type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 3px;
    border: 0;
    background: #e63c04;
  }
  .notice {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px dotted #e63c04;
    color: #e63c04;
    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: #e63c04;
  }
  .policy {
    padding: 15px 15px 0 15px;
  }
  .policy a {
    text-decoration: underline;
  }
  .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 #fcebe5;
  }
  .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;
  }
}

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

form_thanks

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

@media screen and (max-width: 740px) {
  .form_thanks {
    padding: 10% 5% 0;
  }
}

.form_thanks ul {
  display: inline-block;
  margin: 0 auto 20px;
  padding-left: 20px;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .form_thanks ul {
    margin: 0 auto 3%;
    padding-left: 0;
  }
}

.form_thanks li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px;
  font-weight: 700;
}

@media screen and (max-width: 740px) {
  .form_thanks li {
    margin-bottom: 3%;
  }
}

.form_thanks li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 6px;
  background: #e63c04;
  content: "";
}

.form_thanks .catch {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1.4;
}

.form_thanks .txt_tit {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}

.form_thanks .txt_tit.merit {
  color: #e63c04;
}

@media screen and (max-width: 740px) {
  .form_thanks .txt_tit {
    margin-bottom: 3%;
    font-size: 4vw;
  }
}

.form_thanks .mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 740px) {
  .form_thanks .mb30 {
    margin-bottom: 5% !important;
  }
}

.form_thanks .mb10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 740px) {
  .form_thanks .mb10 {
    margin-bottom: 3% !important;
  }
}

.form_thanks .btn {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .form_thanks .btn a {
    font-size: 4vw;
  }
}

@media screen and (max-width: 740px) {
  .form_thanks .btn {
    width: 80%;
  }
}

.form_thanks .btn.consultation {
  margin-bottom: 40px;
}

@media screen and (max-width: 740px) {
  .form_thanks .btn.consultation {
    margin-bottom: 8%;
  }
}

.form_thanks .btn.consultation a {
  background: #e63c04;
}

.form_thanks .btn.line a {
  background: #00B900;
}

#name01_l, #name01_f,
#name02_l, #name02_f,
#kana01_l, #kana01_f,
#kana02_l, #kana02_f {
  width: 40%;
}
/*# sourceMappingURL=form.css.map */
