@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------


↓岩屋追加


----------------------------------------------------*/
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
よく使う疑似要素、小技
----------------------------------------------------*/
/* ボックス影 */
/* 反転*/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/* icon 横にぐるっと回転 */
/* 親要素よりも幅を超えて表示 */
/* 矢印 */
/*----------------------------------------------------
擬似要素
----------------------------------------------------*/
/*----------------------------------------------------
テキスト内リンク
//html例：
<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>
----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/*----------------------------------------------------
中央から下線 

//・HTML 基本、下記で統一
//<a class="link" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
左から下線 

//・HTML 基本、下記で統一
//<a class="link_L" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/*----------------------------------------------------
疑似要素
----------------------------------------------------*/
/*----------------------------------------------------
線
----------------------------------------------------*/
/*-------------------------------------------*/
/* 問い合わせ                                  */
/*-------------------------------------------*/
.intro {
  text-align: center; }

.tel {
  margin: 30px auto 45px auto;
  padding: 20px;
  max-width: 480px;
  background-color: rgba(48, 113, 185, 0.15);
  text-align: center; }
  .tel h2 {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    /* 751- */ }
    @media all and (min-width: 751px) {
      .tel h2 {
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 1; } }
  .tel .number {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .tel .number a {
      color: #3071B9;
      font-size: 22px;
      letter-spacing: 0.05em;
      line-height: 1;
      font-weight: bold;
      /* 751- */ }
      @media all and (min-width: 751px) {
        .tel .number a {
          font-size: 26px;
          letter-spacing: 0.05em;
          line-height: 1; } }
    .tel .number .icon {
      width: 30px;
      margin-left: 6px; }
  .tel p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    /* 751- */ }
    @media all and (min-width: 751px) {
      .tel p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1; } }

#form .row {
  padding: 40px 0;
  border-top: 1px solid #DEDEDE;
  /* 751- */ }
  #form .row:first-child {
    border-top: 4px solid #DEDEDE; }
  #form .row:last-child {
    border-bottom: 4px solid #DEDEDE; }
  @media all and (min-width: 751px) {
    #form .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      #form .row .title {
        width: 30%;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #form .row .form {
        width: 70%; } }
  #form .row h3 {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #form .row h3 {
        font-size: 18px; } }
  #form .row .required {
    display: inline-block;
    background: #DD6060;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 5px;
    margin: 0 0 0 5px;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #form .row .required {
        margin: 0 0 0 15px; } }
  #form .row .multiple {
    display: block;
    font-size: 14px;
    color: #DD6060; }
  #form .row .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    margin: 15px 0 0 0;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #form .row .form {
        font-size: 16px;
        margin: 0; } }
    #form .row .form .mwform-checkbox-field {
      width: 49%;
      margin: 10px 0;
      padding: 0 0 0 30px;
      text-indent: -30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 751- */ }
      #form .row .form .mwform-checkbox-field .mwform-checkbox-field-text {
        padding: 0 0 0 30px; }
      @media all and (min-width: 751px) {
        #form .row .form .mwform-checkbox-field {
          width: 33%;
          margin: 15px 0; } }
    #form .row .form input, #form .row .form textarea {
      border: none;
      background: #E2E2E2;
      padding: 20px;
      border-radius: 5px;
      width: 100%; }
    #form .row .form.w_mid {
      /* 751- */ }
      @media all and (min-width: 751px) {
        #form .row .form.w_mid input {
          width: 70%; } }
    #form .row .form .textinput {
      width: 100%;
      margin: 10px 0;
      padding-left: 30px;
      text-indent: -30px;
      /* 751- */ }
      @media all and (min-width: 751px) {
        #form .row .form .textinput {
          margin: 15px 0; } }
      #form .row .form .textinput .mwform-checkbox-field {
        padding-left: 0;
        text-indent: 0; }
      #form .row .form .textinput input {
        border: none;
        background: rgba(48, 113, 185, 0.15);
        border-radius: 4px;
        padding: 3px;
        width: auto; }
    #form .row .form .accordion {
      position: relative;
      width: 100%; }
      #form .row .form .accordion .accordion_parent {
        position: relative;
        margin: 10px 0; }
        #form .row .form .accordion .accordion_parent .mwform-checkbox-field {
          padding-left: 0;
          text-indent: 0; }
          #form .row .form .accordion .accordion_parent .mwform-checkbox-field label::after {
            content: "";
            position: absolute;
            top: 20%;
            left: 100px;
            width: 7px;
            height: 7px;
            border-bottom: 2px solid #4D4D4D;
            border-right: 2px solid #4D4D4D;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            /* 751- */ }
            @media all and (min-width: 751px) {
              #form .row .form .accordion .accordion_parent .mwform-checkbox-field label::after {
                left: 120px; } }
        #form .row .form .accordion .accordion_parent.checked label::after {
          top: 35%;
          -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
          transform: rotate(225deg); }
      #form .row .form .accordion .accordion_child {
        display: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 20px; }
    #form .row .form .error {
      display: none; }
  #form .row.bring .form .mwform-checkbox-field {
    width: 49%;
    margin: 10px 0;
    padding: 0 0 0 30px;
    text-indent: -30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #form .row.bring .form .mwform-checkbox-field {
        width: 24%;
        margin: 15px 0; } }
    #form .row.bring .form .mwform-checkbox-field .mwform-checkbox-field_text {
      padding: 0 0 0 30px; }

#form .agree {
  padding: 45px 0 0 0;
  /* 751- */ }
  @media all and (min-width: 751px) {
    #form .agree {
      padding: 65px 0 0 0; } }
  #form .agree .agree_text {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #form .agree .agree_text {
        font-size: 18px; } }
    #form .agree .agree_text a {
      color: #3071B9;
      text-decoration: underline; }
  #form .agree .agree_check {
    margin: 30px 0 35px;
    text-align: center;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #form .agree .agree_check {
        margin: 30px 0 65px; } }
    #form .agree .agree_check .mwform-checkbox-field-text {
      font-size: 16px;
      font-weight: bold;
      /* 751- */ }
      @media all and (min-width: 751px) {
        #form .agree .agree_check .mwform-checkbox-field-text {
          font-size: 18px; } }
    #form .agree .agree_check .error {
      display: none; }
  #form .agree .houseservice {
    border: 2px solid #DEDEDE;
    padding: 20px 10px;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #form .agree .houseservice {
        padding: 30px 55px; } }
    #form .agree .houseservice li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      /* 751- */ }
      @media all and (min-width: 751px) {
        #form .agree .houseservice li {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      #form .agree .houseservice li h2 {
        padding: 5px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 15px;
        letter-spacing: 0.02em;
        line-height: 1;
        font-weight: bold;
        font-family: 'Meiryo UI','メイリオ',sans-serif;
        text-align: center;
        /* 751- */ }
        @media all and (min-width: 751px) {
          #form .agree .houseservice li h2 {
            width: 120px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-right: 30px; } }
        #form .agree .houseservice li h2.icras {
          background-color: #17375E; }
        #form .agree .houseservice li h2.manualdock {
          background-color: #948A54; }
      #form .agree .houseservice li .text {
        /* 751- */ }
        @media all and (min-width: 751px) {
          #form .agree .houseservice li .text {
            width: calc(100% - 150px); } }
        #form .agree .houseservice li .text a {
          font-size: 13px;
          color: #3071B9;
          text-decoration: underline;
          /* 751- */ }
          @media all and (min-width: 751px) {
            #form .agree .houseservice li .text a {
              font-size: 15px; } }
      #form .agree .houseservice li:first-child {
        padding-bottom: 20px; }
  #form .agree .btn_area {
    margin: 45px 0 25px 0;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #form .agree .btn_area {
        margin: 65px 0 35px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    #form .agree .btn_area .submit_btn {
      background-color: #004EA2;
      border: none;
      display: block;
      width: 100%;
      max-width: 335px;
      padding: 25px 0;
      margin: 0 auto;
      color: #fff;
      font-weight: bold;
      cursor: pointer;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      /* 751- */ }
      @media all and (min-width: 751px) {
        #form .agree .btn_area .submit_btn {
          width: 300px;
          margin: 0 10px;
          font-size: 18px;
          letter-spacing: 0.1em;
          line-height: 1; }
          #form .agree .btn_area .submit_btn:hover {
            background-color: #0a3e76; } }
    #form .agree .btn_area .back_btn {
      background-color: #E2E2E2;
      border: none;
      display: block;
      width: 100%;
      max-width: 335px;
      padding: 25px 0;
      margin: 0 auto 10px;
      color: #004EA2;
      font-weight: bold;
      cursor: pointer;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      /* 751- */ }
      @media all and (min-width: 751px) {
        #form .agree .btn_area .back_btn {
          margin: 0 10px;
          width: 300px;
          font-size: 18px;
          letter-spacing: 0.1em;
          line-height: 1; }
          #form .agree .btn_area .back_btn:hover {
            background-color: #d1d1d1; } }

.err {
  display: none;
  padding: 10px 0 0;
  color: #DD6060; }

/*-------------------------------------------*/
/* チェックボックスのデザイン変更                 */
/*-------------------------------------------*/
input[type=checkbox] {
  display: none; }

input[type=checkbox] + span,
input[type=checkbox]:checked + span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 20px;
  position: relative;
  width: auto; }

input[type=checkbox] + span::before,
input[type=checkbox]:checked + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #E2E2E2;
  -webkit-transition: all .275s;
  -o-transition: all .275s;
  transition: all .275s; }

input[type=checkbox] + span::after,
input[type=checkbox]:checked + span::after {
  content: '';
  background-image: url(../images/contact/icon_check.png);
  width: 14px;
  height: 12px;
  position: absolute;
  background-size: cover;
  left: 4px;
  top: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* checked mark aspect changes */
input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg); }

input[type=checkbox]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0); }

/*--------------------同意するのチェックボックス----------------*/
.agree {
  /* checkbox aspect */
  /* checked mark aspect */ }
  .agree input[type=checkbox] + span,
  .agree input[type=checkbox]:checked + span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 0 5px 40px;
    position: relative;
    width: auto; }
  .agree input[type=checkbox] + span::before,
  .agree input[type=checkbox]:checked + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #E2E2E2;
    border-radius: 100px;
    -webkit-transition: all .275s;
    -o-transition: all .275s;
    transition: all .275s; }
  .agree input[type=checkbox] + span::after,
  .agree input[type=checkbox]:checked + span::after {
    content: '';
    background: #004EA2;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    position: absolute;
    left: 8px;
    top: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

/*-------------------------------------------*/
/* 問い合わせ 確認                             */
/*-------------------------------------------*/
#check .agree_text, #check .agree_check, #check .houseservice {
  display: none; }

#check .agree {
  padding: 0; }

#check .row .form .accordion .accordion_child {
  display: inline-block; }

/*-------------------------------------------*/
/* 問い合わせ 完了                             */
/*-------------------------------------------*/
#thanks {
  padding: 77px 20px 101px 20px;
  text-align: center;
  /* 751- */ }
  @media all and (min-width: 751px) {
    #thanks {
      padding: 150px 20px 230px 20px; } }
  #thanks h2 {
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #3071B9;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #thanks h2 {
        font-size: 46px; } }
  #thanks img {
    width: 104px;
    padding: 35px 0 40px;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #thanks img {
        padding: 50px 0 70px; } }
  #thanks p {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.9;
    color: #3071B9;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #thanks p {
        font-size: 20px; } }
  #thanks .btn_area {
    padding-top: 81px;
    /* 751- */ }
    @media all and (min-width: 751px) {
      #thanks .btn_area {
        padding-top: 100px; } }
