@charset "UTF-8";
/*-------------------------
	フォームcss
	date 2018.09.04
-------------------------*/
/*=========================
	cssの読み込み
=========================*/
/*-------------------------
	共通css
	date 2018.09.04
-------------------------*/
/*=========================
	カラー設定
=========================*/
/*=========================
	汎用設定
=========================*/
.method_h2 {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.6rem; }
  .method_h2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("/contact/img/icon_ttl.svg") center/cover no-repeat; }

.atention {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  margin-left: 20px;
  text-indent: -13px;
  font-weight: normal;
  font-size: 1.2rem; }

.sp_only {
  display: none; }

.wrp .block .inner {
  max-width: 800px; }

.backbtn {
  margin-right: 30px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 180px;
  height: 47px;
  line-height: 47px;
  font-size: 1.6rem;
  text-align: center;
  transition: all .3s;
  background: #eee; }
  .backbtn:hover {
    color: #fff;
    background-color: #000; }

a:hover {
  text-decoration: none; }

/*--------------------------------------------------

--------------------------------------------------*/
.grecaptcha-badge {
  bottom: 100px !important; }

/*=========================
	formパーツ
=========================*/
textarea,
input[type="text"] {
  font-size: 1.4rem;
  border: 1px solid #ccc; }

input[type="text"] {
  box-sizing: border-box;
  height: 36px;
  padding: 3px 6px; }

textarea {
  width: 100%;
  max-width: 600px;
  min-height: 120px;
  resize: vertical; }

select {
  height: 36px;
  border: 1px solid #ccc; }

/*=========================
	flow
=========================*/
#flow {
  margin: 35px 0;
  font-size: 0; }
  #flow ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between; }
  #flow li {
    flex: 1 1 calc((100% - 6px) / 3);
    max-width: calc((100% - 6px) / 3);
    position: relative;
    height: 64px;
    line-height: 60px;
    font-size: 0;
    text-align: center;
    background-color: #B5B5B5; }
    #flow li span, #flow li p {
      display: inline-block;
      vertical-align: middle; }
    #flow li p {
      font-size: 1.6rem; }
    #flow li span {
      box-sizing: border-box;
      width: 42px;
      height: 42px;
      padding-top: 3px;
      margin-right: 6px;
      text-align: center;
      line-height: 1;
      font-family: 'Poppins', sans-serif;
      font-size: 1.6rem;
      font-weight: bold;
      color: #B5B5B5;
      background-color: #fff;
      border-radius: 50%; }
      #flow li span b {
        font-size: 1.0rem;
        color: #B5B5B5; }
    #flow li p {
      font-size: 1.7rem;
      color: #fff; }
    #flow li:nth-child(1):before, #flow li:nth-child(1):after, #flow li:nth-child(2):before, #flow li:nth-child(2):after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 100%;
      border-style: solid;
      transform: translateY(-50%); }
    #flow li:nth-child(1):before, #flow li:nth-child(2):before {
      z-index: 2;
      border-width: 10px 12px;
      border-color: transparent transparent transparent #B5B5B5; }
    #flow li:nth-child(1):after, #flow li:nth-child(2):after {
      z-index: 1;
      border-width: 14px 16px;
      border-color: transparent transparent transparent #fff; }
    #flow li.active {
      background-color: #800072; }
      #flow li.active span {
        color: #800072; }
        #flow li.active span b {
          color: #800072; }
      #flow li.active:before {
        border-color: transparent transparent transparent #800072; }
    #flow li:nth-child(1) {
      z-index: 3; }
    #flow li:nth-child(2) {
      z-index: 2; }

/*=========================
	step1
=========================*/
.border_box {
  padding: 23px 15%;
  border: 1px solid #B5B5B5; }
  .border_box .tel_num {
    margin: 10px auto;
    font-size: 4.6rem;
    text-decoration: none;
    color: #800072;
    font-weight: bold;
    line-height: 1; }
  .border_box .txt-l {
    font-size: 1.6rem; }
  .border_box .txt-2 {
    font-size: 1.1rem; }

/*=====[ フォーム設定 ]=====*/
form .form_cate h2 {
  height: 20px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 1.4rem; }
  form .form_cate h2:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 20px;
    margin-right: 6px;
    background-color: #800072; }
form ul {
  margin-bottom: 30px; }
  form ul .list__fields {
    display: table;
    width: 100%;
    border-bottom: 2px solid #ededed; }
    form ul .list__fields:first-child {
      border-top: 2px solid #ededed; }
    form ul .list__fields .head, form ul .list__fields .body {
      display: table-cell;
      vertical-align: middle;
      box-sizing: border-box;
      padding: 30px 0 30px 38px; }
    form ul .list__fields .head {
      position: relative;
      width: 33.333%;
      font-size: 1.3rem;
      background-color: #F8F8F8; }
      form ul .list__fields .head b {
        margin-top: -3px;
        font-size: 10px;
        color: #999; }
      form ul .list__fields .head span {
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        padding: 0 6px;
        color: #fff;
        font-size: 0.6em;
        background-color: #d50000;
        border-radius: 3px; }
    form ul .list__fields .body {
      width: auto; }
    form ul .list__fields input[name="name01"],
    form ul .list__fields input[name="kana01"] {
      margin-right: 30px; }
    form ul .list__fields.error .body {
      background-color: #ffebec; }
  form ul .mail h3, form ul .mail div,
  form ul .addr h3,
  form ul .addr div,
  form ul .note h3,
  form ul .note div {
    vertical-align: top; }
  form ul .mail p {
    margin: 5px 0; }
  form ul .addr .addr_field {
    display: table;
    table-layout: fixed;
    width: 100%; }
    form ul .addr .addr_field + .addr_field {
      margin-top: 10px; }
    form ul .addr .addr_field .addr_head {
      display: table-cell;
      width: 20%;
      padding-top: 5px; }
    form ul .addr .addr_field .addr_body {
      display: table-cell;
      vertical-align: middle;
      width: 80%; }
      form ul .addr .addr_field .addr_body input[name=addr01],
      form ul .addr .addr_field .addr_body input[name=addr02] {
        width: 100%; }
    form ul .addr .addr_field:last-child .head {
      vertical-align: top;
      padding-top: 10px; }
form input[name^="name"],
form input[name^="kana"] {
  width: 36%;
  max-width: 180px; }
form input[name^="tel"] {
  width: 80px; }
form input.max_length {
  width: 100%; }
form input[name^="zip"] {
  width: 100px; }
form input[name^="addr"] {
  width: 200px; }
form input[name="addr03"] {
  width: 340px; }
form .step2 .c-button.-center {
  display: inline-block;
  margin: 0; }
form .btn_outer {
  margin: 20px auto;
  text-align: center; }
  form .btn_outer .hankyu_link {
    display: inline-block;
    line-height: 1;
    padding: 14px 24px;
    color: #fff;
    background: #333; }

.btn_box a {
  font-size: 1.2rem; }
  .btn_box a i {
    margin-left: 6px;
    font-size: 1.4em; }

.center {
  text-align: center; }

/*=========================
	step3
=========================*/
#flow-comoplete .border_box h2 {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center; }

@media screen and (min-width: 640px) and (max-width: 767px) {
  #flow-check form .step2 .c-button {
    max-width: 260px; }

  form input[name^="name"],
  form input[name^="kana"] {
    width: 36%;
    max-width: 180px; } }
@media screen and (max-width: 640px) {
  .method_h2:before {
    width: 16px;
    height: 16px;
    margin-right: 8px; }

  .sp_only {
    display: revert; }

  .atention {
    display: block;
    width: 100%;
    margin-left: 0;
    text-indent: 0;
    font-size: 1.1rem; }

  #flow li {
    height: auto; }
    #flow li span {
      margin: 0;
      padding-top: 4px; }
    #flow li p {
      display: block;
      font-size: 1.4rem; }

  .border_box {
    padding: 15px; }
    .border_box .tel_num {
      font-size: 3.6rem; }
    .border_box .txt-l {
      font-size: 1.4rem; }
    .border_box .txt-s {
      font-size: 1.2rem; }

  .backbtn {
    width: 100%;
    margin: 0; }
    .backbtn:hover {
      color: #000;
      background-color: #eee; }

  form ul {
    margin-bottom: 30px; }
    form ul .list__fields {
      display: block; }
      form ul .list__fields .head, form ul .list__fields .body {
        display: block;
        padding: 10px; }
      form ul .list__fields .head {
        width: 100%;
        font-size: 1.4rem; }
        form ul .list__fields .head h3 {
          display: inline; }
        form ul .list__fields .head br {
          display: none; }
        form ul .list__fields .head span {
          position: static;
          margin: 0 0 0 10px;
          transform: none; }
      form ul .list__fields input[name="name01"],
      form ul .list__fields input[name="kana01"] {
        margin-right: 15px; }
      form ul .list__fields.error .body {
        background-color: #ffebec; }
    form ul .addr .addr_field:first-child .head {
      vertical-align: top;
      padding-top: 10px; }
  form input[name^="name"],
  form input[name^="kana"] {
    width: 30vw;
    max-width: 180px; }
  form input[name^="tel"] {
    width: 22vw; }
  form input.max_length {
    width: 100%; }
  form input[name^="addr"] {
    width: 77vw; }
  form input[name="addr03"] {
    width: 100%; }
  form .step2 .btn, form .step2 button {
    width: 100%; }
  form .step2 button {
    margin-left: 20px; }
  form .btn_outer .hankyu_link {
    line-height: 1.2;
    padding: 14px 24px; }

  /*==================================================
  	step2
  ==================================================*/
  #flow-check form ul .list__fields .body {
    font-size: 1.4rem; }
  #flow-check form .step2 .c-button {
    margin: 40px auto 0; }

  /*==================================================
  	step3
  ==================================================*/
  #flow-comoplete .border_box p {
    margin: 10px; } }

/*# sourceMappingURL=style.css.map */
