/* --------------------------------------
request
-------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:300");
@import url("https://fonts.googleapis.com/css?family=Cinzel");
@media screen and (max-width: 640px) {
  .sp_none {
    display: none; } }
@media screen and (min-width: 200px) and (max-width: 900px) {
  .w900-only {
    display: block; } }
@media screen and (min-width: 901px) {
  .w900-only {
    display: none !important; } }
@media screen and (min-width: 200px) and (max-width: 980px) {
  .tab-sp-only {
    display: block; } }
@media screen and (min-width: 981px) {
  .tab-sp-only {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block; } }
a {
  color: #333;
  text-decoration: none;
  overflow: hidden;
  outline: none;
  font-size: 1em; }

.thanks {
  font-size: 13px; }
  .thanks a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent; }

button,
button:focus,
a:focus {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none; }

.thanks_privacy {
  margin-top: 20px;
  border: 1px solid #ccc;
  text-align: left;
  padding: 10px;
  font-size: 13px;
  width: 90%;
  max-width: 700px;
  margin: auto; }

.thanks_privacy a {
  color: #007bff;
  font-size: 13px; }

@media screen and (max-width: 768px) {
  .thanks_privacy {
    margin-top: 0px;
    border: 1px solid #ccc;
    text-align: left;
    padding: 10px;
    font-size: 13px; } }
body {
  width: 100%;
  /* Override browser form filling */ }
  body .count_on, body .count_off {
    display: inline-block;
    position: fixed;
    top: 50%;
    font-size: 14px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #F6B469;
    border-left: 5px solid #F6B469;
    font-weight: bold;
    padding: 1em; }
    @media screen and (max-width: 768px) {
      body .count_on, body .count_off {
        position: fixed;
        bottom: 0%;
        width: 100%;
        top: auto !important; } }
    body .count_on .text-danger, body .count_off .text-danger {
      font-weight: bold;
      font-size: 16px; }
  body .container_f {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    background: #FFF;
    padding-bottom: 30px; }
    @media screen and (min-width: 1000px) {
      body .container_f {
        max-width: 1000px; } }
    @media screen and (max-width: 522px) {
      body .container_f {
        width: 100%; } }
    body .container_f header {
      margin: 30px auto; }
      body .container_f header .title img {
        max-width: 300px;
        margin-right: 8px; }
        @media screen and (max-width: 768px) {
          body .container_f header .title img {
            margin-right: 0; } }
        @media screen and (max-width: 414px) {
          body .container_f header .title img {
            width: 90%;
            margin-right: 0;
            text-align: center;
            margin: 0 auto;
            display: block; } }
      body .container_f header .s_title {
        font-weight: bold;
        font-size: 20px;
        margin-top: 6px; }
    body .container_f section .content {
      max-width: 900px;
      margin: auto; }
    body .container_f section .require-label {
      border-radius: 3px;
      background-color: #ef1818;
      color: #fff;
      padding: 1px 5px;
      display: inline-block;
      font-size: 13px;
      vertical-align: middle;
      margin-left: 6px;
      width: 37px;
      font-weight: bold; }
    body .container_f section .ok-label {
      border-radius: 3px;
      background-color: #008000;
      color: #fff;
      padding: 1px 5px;
      display: inline-block;
      font-size: 13px;
      vertical-align: middle;
      margin-left: 6px;
      width: 37px;
      text-align: center;
      letter-spacing: 1px;
      font-weight: bold; }
    body .container_f section .option-label {
      border-radius: 3px;
      background-color: #FFF;
      color: gray !important;
      padding: 1px 5px;
      display: inline-block;
      font-size: 13px;
      vertical-align: middle;
      margin-left: 6px;
      text-align: center;
      letter-spacing: 1px;
      font-weight: bold; }
    body .container_f section .formFlow {
      max-width: 900px;
      width: 90%;
      margin: 0 auto 30px auto;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      height: 40px;
      padding: 0;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        body .container_f section .formFlow {
          margin-bottom: 20px; } }
      @media screen and (max-width: 414px) {
        body .container_f section .formFlow {
          width: 100%; } }
      body .container_f section .formFlow li {
        width: 50%;
        background: #aaa;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        height: 40px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 16px;
        position: relative; }
        @media screen and (max-width: 768px) {
          body .container_f section .formFlow li {
            font-size: 12px;
            line-height: 120%; } }
        @media screen and (max-width: 414px) {
          body .container_f section .formFlow li {
            font-size: 10px;
            line-height: 120%; } }
        body .container_f section .formFlow li span.step {
          margin-right: 12px;
          padding: 1px 8px 2px 10px;
          background: #FFF;
          color: #999;
          font-size: 14px;
          border-radius: 3px; }
          @media screen and (max-width: 768px) {
            body .container_f section .formFlow li span.step {
              font-size: 10px; } }
          @media screen and (max-width: 414px) {
            body .container_f section .formFlow li span.step {
              margin-right: 5px;
              padding: 3px; } }
          @media screen and (max-width: 320px) {
            body .container_f section .formFlow li span.step {
              margin-right: 5px;
              padding: 3px; } }
    body .container_f section .formFlow li.cr {
      background: #ef1818;
      color: #FFF;
      font-weight: bold; }
      body .container_f section .formFlow li.cr span.step {
        margin-right: 12px;
        padding: 1px 8px 2px 10px;
        background: #FFF;
        color: #ef1818;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          body .container_f section .formFlow li.cr span.step {
            font-size: 10px; } }
        @media screen and (max-width: 414px) {
          body .container_f section .formFlow li.cr span.step {
            margin-right: 5px;
            padding: 3px; } }
        @media screen and (max-width: 320px) {
          body .container_f section .formFlow li.cr span.step {
            margin-right: 5px;
            padding: 3px; } }
    body .container_f section .formFlow li.cr:before {
      border-color: transparent transparent transparent #eee; }
    body .container_f section .formFlow li:before {
      content: "";
      border-style: solid;
      border-width: 24px 0 24px 14px;
      border-color: transparent transparent transparent #eee;
      position: absolute;
      right: -14px;
      top: 50%;
      margin-top: -24px;
      z-index: 1; }
    body .container_f section .formFlow li:after {
      content: "";
      border-style: solid;
      border-width: 22px 0 22px 12px;
      border-color: transparent transparent transparent #aaa;
      color: #FFF;
      position: absolute;
      right: -12px;
      top: 50%;
      margin-top: -22px;
      z-index: 1; }
    body .container_f section .formFlow li:nth-of-type(3):before {
      display: none; }
    body .container_f section .formFlow li.cr:after {
      border-color: transparent transparent transparent #ef1818 !important; }
    body .container_f section .request-desc {
      max-width: 900px;
      width: 90%;
      margin: 0 auto 38px;
      font-size: 16px; }
    body .container_f section .request-thanks {
      text-align: center;
      margin: 0 auto;
      max-width: 900px;
      width: 90%;
      margin: 0 auto 38px;
      font-size: 16px; }
      body .container_f section .request-thanks h3 {
        width: 90%;
        margin: auto;
        font-weight: bold;
        font-size: 24px;
        margin: 30px auto; }
        @media screen and (max-width: 768px) {
          body .container_f section .request-thanks h3 {
            font-size: 20px; } }
      body .container_f section .request-thanks p.thanks-text {
        line-height: 160%;
        font-size: 14px; }
      body .container_f section .request-thanks .line {
        max-width: 600px;
        width: auto;
        text-align: center;
        margin: auto;
        display: block; }
        body .container_f section .request-thanks .line img {
          width: 100%; }
      body .container_f section .request-thanks .modelhouse {
        margin-top: 40px; }
        body .container_f section .request-thanks .modelhouse a {
          margin: auto;
          width: 252px;
          height: 48px;
          line-height: 48px;
          display: block;
          background: #767676;
          color: #FFF;
          text-decoration: none;
          font-size: 14px; }
          body .container_f section .request-thanks .modelhouse a:hover {
            opacity: 0.7; }
      body .container_f section .request-thanks .back-top a {
        margin: auto;
        width: 252px;
        height: 48px;
        line-height: 48px;
        display: block;
        background: #0aa70e;
        color: #FFF;
        text-decoration: none;
        font-size: 14px; }
        body .container_f section .request-thanks .back-top a:hover {
          opacity: 0.7; }
    body .container_f section .option_title {
      width: 90%;
      max-width: 900px;
      color: #FFF;
      background: #c4c4c4;
      font-size: 15px;
      padding: 15px;
      margin: 40px auto 30px auto; }
      @media screen and (max-width: 768px) {
        body .container_f section .option_title {
          margin: 40px auto 0 auto; } }
    body .container_f section .main_table {
      max-width: 900px;
      width: 90%;
      margin: auto;
      border: 1px solid #FFF; }
      body .container_f section .main_table tr {
        background: #ffe7e7; }
        @media screen and (max-width: 768px) {
          body .container_f section .main_table tr {
            border-bottom: 1px solid #FFF; } }
      @media screen and (max-width: 768px) {
        body .container_f section .main_table {
          border: 0 !important; } }
      body .container_f section .main_table td {
        font-size: 14px;
        border: 1px solid #FFF;
        padding: 15px; }
        body .container_f section .main_table td strong {
          font-weight: bold; }
        @media screen and (max-width: 768px) {
          body .container_f section .main_table td {
            display: block;
            width: 100%;
            border: 0 !important;
            padding: .75rem; } }
        body .container_f section .main_table td.hed {
          background: #f7b562 !important;
          color: #FFF;
          font-weight: bold;
          width: 10%; }
          @media screen and (max-width: 768px) {
            body .container_f section .main_table td.hed {
              display: block;
              width: 100%;
              color: #212529;
              background: transparent !important; } }
        body .container_f section .main_table td.s_hed {
          background: #ffe1ba !important;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            body .container_f section .main_table td.s_hed {
              display: block;
              width: 100%;
              color: #212529;
              background: transparent !important; } }
        body .container_f section .main_table td.main {
          width: 72%; }
          @media screen and (max-width: 768px) {
            body .container_f section .main_table td.main {
              display: block;
              width: 100%;
              padding: 0 0.75rem 0.75rem 0.75rem; } }
        body .container_f section .main_table td.bg-ok {
          background: #dbf7e5; }
          @media screen and (max-width: 768px) {
            body .container_f section .main_table td.bg-ok {
              background: #dbf7e5 !important; } }
        body .container_f section .main_table td.bg-ng {
          background: #ffe7e7; }
    body .container_f section .option_table {
      max-width: 900px;
      width: 90%;
      margin: auto;
      border: 1px solid #FFF; }
      body .container_f section .option_table tr {
        background: #efefef; }
        @media screen and (max-width: 768px) {
          body .container_f section .option_table tr {
            border-bottom: 1px solid #FFF; } }
      @media screen and (max-width: 768px) {
        body .container_f section .option_table {
          border: 0 !important; } }
      body .container_f section .option_table td {
        font-size: 14px;
        border: 1px solid #FFF;
        padding: 15px; }
        body .container_f section .option_table td strong {
          font-weight: bold; }
        @media screen and (max-width: 768px) {
          body .container_f section .option_table td {
            display: block;
            width: 100%;
            border: 0 !important;
            padding: .75rem; } }
        body .container_f section .option_table td.hed {
          background: #dedede !important;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            body .container_f section .option_table td.hed {
              display: block;
              width: 100%;
              background: transparent !important; } }
        body .container_f section .option_table td.s_hed {
          background: #f5f2e9;
          font-weight: bold;
          white-space: nowrap; }
          @media screen and (max-width: 768px) {
            body .container_f section .option_table td.s_hed {
              display: block;
              width: 100%;
              color: #212529;
              background: transparent; } }
        @media screen and (max-width: 768px) {
          body .container_f section .option_table td.main {
            display: block;
            width: 100%;
            padding: 0 0.75rem 0.75rem 0.75rem; } }
        body .container_f section .option_table td.bg-ok {
          background: #dbf7e5; }
          @media screen and (max-width: 768px) {
            body .container_f section .option_table td.bg-ok {
              background: #dbf7e5 !important; } }
        body .container_f section .option_table td.bg-ng {
          background: #ffe7e7; }
  body .form-control::placeholder {
    font-size: 13px;
    color: #aaa; }
  body .form-control:disabled, body .form-control[readonly] {
    background-color: #aaa !important;
    outline: none !important; }
  @media screen and (max-width: 768px) {
    body .sp-block {
      display: block; } }
  body .col-form-label {
    font-size: 13px; }
  body label {
    margin-bottom: 0; }
  body .form-row > .col, body .form-row > [class*=col-] {
    font-size: 0.8rem; }
  body .form-control,
  body .custom-select {
    padding: 0.3rem 0.5rem !important;
    min-height: calc(1.5em + .5rem + 2px);
    font-size: 0.9rem;
    border-radius: 0;
    border: 0; }
    @media screen and (max-width: 768px) {
      body .form-control,
      body .custom-select {
        font-size: 1rem; } }
  body textarea#message1, body textarea#message2 {
    width: 100%;
    height: 120px; }
    @media screen and (max-width: 768px) {
      body textarea#message1, body textarea#message2 {
        margin-top: 0; } }
  body .custom-select {
    background: url(../img/form-triangle.png) no-repeat;
    background-position: right center;
    background-color: #ffffff;
    color: #808080;
    border: none;
    margin-bottom: 8px;
    border-radius: 1px !important;
    padding-left: 10px;
    min-width: 200px;
    min-height: 30px; }
  body input[type=text]:after {
    display: block;
    content: ""; }
  body .searchform button[type='submit'] {
    width: 40px;
    height: 33px;
    line-height: 19px; }
  body .serch_form_btn {
    line-height: 10px !important; }
  body input[type=checkbox],
  body input[type=radio] {
    visibility: hidden;
    width: 0px; }
  body input[type=checkbox] + .custom-checkbox,
  body input[type=radio] + .custom-radio {
    padding: .8rem;
    display: inline-block;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    position: relative;
    vertical-align: middle;
    background: #FFF;
    border-radius: 0;
    border: 0; }
    @media screen and (max-width: 768px) {
      body input[type=checkbox] + .custom-checkbox,
      body input[type=radio] + .custom-radio {
        border: 1px solid #ccc; } }
  body input:disabled + .custom-checkbox,
  body input:disabled + .custom-radio {
    background: #EEE; }
  body input[type=radio] + .custom-radio {
    border-radius: 100%; }
  body input[type=checkbox] + .custom-checkbox:before,
  body input[type=radio] + .custom-radio:before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0;
    transition: .3s; }
  body input[type=checkbox] + .custom-checkbox:before {
    left: 7px;
    top: 2px;
    width: 11px;
    height: 17px;
    border-right: 3px solid #0aa70e;
    border-bottom: 3px solid #0aa70e;
    transform: rotate(45deg); }
  body input[type=radio] + .custom-radio:before {
    border-radius: 100%;
    border: 6px solid #fff;
    border-top-width: 5.5px;
    background: #0aa70e; }
  body input[type=checkbox]:checked + .custom-checkbox,
  body input[type=radio]:checked + .custom-radio {
    border-color: #999; }
  body input[type=checkbox]:checked + .custom-checkbox:before,
  body input[type=radio]:checked + .custom-radio:before {
    opacity: 1; }
  body button a:link, body button a:hover, body button a:visited {
    color: #FFF !important;
    text-decoration: none; }
  body input:-webkit-autofill {
    background: black;
    color: red; }
  body .cnf_btn {
    margin: 0 auto 25px auto;
    text-align: center;
    width: 94%;
    max-width: 600px; }
  body .ngbtn, body .okbtn {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    max-width: 400px; }
    @media screen and (max-width: 414px) {
      body .ngbtn, body .okbtn {
        width: 100% !important; } }
  body .btn {
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    cursor: pointer;
    background: none; }
    body .btn:disable {
      opacity: .4;
      cursor: not-allowed;
      background: #c3bfc3; }
    body .btn:active {
      top: 3px;
      position: relative; }
    body .btn.btn-red {
      width: 100%;
      pointer-events: none;
      padding: 20px 0;
      color: #fff;
      background: #ef1818;
      height: auto;
      font-size: 18px;
      letter-spacing: 1px; }
      body .btn.btn-red small {
        font-size: 12px !important; }
      @media screen and (max-width: 768px) {
        body .btn.btn-red {
          padding: 10px 0; }
          body .btn.btn-red small {
            font-size: 10px !important; } }
      @media screen and (max-width: 320px) {
        body .btn.btn-red {
          width: 100%; } }
    body .btn.btn-red:hover {
      background: #ef1818;
      pointer-events: none; }
    body .btn.btn-green {
      width: 100%;
      padding: 20px 0;
      height: auto;
      line-height: 28px;
      color: #fff;
      background: #0aa70e;
      height: auto;
      font-size: 18px;
      letter-spacing: 1px; }
      body .btn.btn-green small {
        font-size: 12px !important; }
      @media screen and (max-width: 768px) {
        body .btn.btn-green {
          padding: 10px 0; }
          body .btn.btn-green small {
            font-size: 10px !important; } }
      @media screen and (max-width: 320px) {
        body .btn.btn-green {
          width: 100%; } }
      body .btn.btn-green small {
        font-size: 10px; }
    body .btn.btn-green:hover {
      background: #0aa70e;
      opacity: 0.7; }
    body .btn.btn-green_cnf {
      width: 100%;
      padding: 10px 0;
      height: auto;
      line-height: 28px;
      color: #fff;
      background: #0aa70e;
      height: auto;
      font-size: 18px;
      letter-spacing: 1px; }
      body .btn.btn-green_cnf small {
        font-size: 12px !important; }
      @media screen and (max-width: 768px) {
        body .btn.btn-green_cnf {
          padding: 10px 0; }
          body .btn.btn-green_cnf small {
            font-size: 10px !important; } }
      @media screen and (max-width: 414px) {
        body .btn.btn-green_cnf {
          font-size: 16px; } }
      @media screen and (max-width: 320px) {
        body .btn.btn-green_cnf {
          width: 100%; } }
      body .btn.btn-green_cnf small {
        font-size: 10px; }
    body .btn.btn-green_cnf:hover {
      background: #0aa70e;
      opacity: 0.7; }
    body .btn.btn-gray {
      width: 100%;
      padding: 10px 0;
      height: auto;
      line-height: 28px;
      color: #fff;
      background: #c3bfc3;
      height: auto;
      font-size: 18px;
      letter-spacing: 1px; }
      body .btn.btn-gray small {
        font-size: 12px !important; }
      @media screen and (max-width: 768px) {
        body .btn.btn-gray {
          padding: 10px 0; }
          body .btn.btn-gray small {
            font-size: 10px !important; } }
      @media screen and (max-width: 414px) {
        body .btn.btn-gray {
          font-size: 16px; } }
      @media screen and (max-width: 320px) {
        body .btn.btn-gray {
          width: 100%; } }
      body .btn.btn-gray small {
        font-size: 10px; }
    body .btn.btn-gray:hover {
      background: #c3bfc3;
      opacity: 0.7; }
    body .btn .btn.disabled, body .btn .btn:disabled {
      opacity: .65;
      background: #eeeeee !important; }
  body .btn_arrow {
    min-width: 10px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background: transparent; }
    body .btn_arrow a {
      color: #99cccc; }
    body .btn_arrow:disable {
      opacity: .4;
      cursor: not-allowed; }
    body .btn_arrow:active {
      top: 3px;
      position: relative; }
  body .btn-sm {
    min-width: 50px;
    padding: 1px 10px 2px 10px;
    border-color: #e7e7e7;
    box-shadow: 0 1px 0 0 #e7e7e7;
    color: #555;
    background: #fff; }
    body .btn-sm:hover {
      background: #fff; }
    body .btn-sm:active {
      position: relative;
      top: 2px; }
  body button.alink {
    border: 0;
    background: none;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer; }
    body button.alink:hover {
      color: #0056b3;
      text-decoration: underline; }
  body footer {
    background: #FFF; }
    body footer .d-flex {
      width: 93.75%;
      max-width: 1200px;
      margin: 20px auto 0 auto;
      padding: 60px 0 30px 0;
      /*	.tel:before {
      	  font-family: "Font Awesome 5 Free";
      	  content: '\f095';
      	  font-weight: 900;
      	  transform:rotateY(180deg);
      	}*/ }
      body footer .d-flex .ft_logo {
        margin-right: 25px; }
        @media screen and (max-width: 1024px) {
          body footer .d-flex .ft_logo {
            margin-right: 10px; } }
        body footer .d-flex .ft_logo img {
          width: 230px;
          max-width: 100%; }
      body footer .d-flex .caption {
        font-size: 11px;
        margin-left: 25px; }
        @media screen and (max-width: 1080px) {
          body footer .d-flex .caption {
            margin-left: 10px; } }
        @media screen and (max-width: 980px) {
          body footer .d-flex .caption {
            display: none; } }
      body footer .d-flex .tel {
        margin-right: 25px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 1080px) {
          body footer .d-flex .tel {
            font-size: 1.3rem;
            margin-right: 10px; } }
        body footer .d-flex .tel img {
          width: auto;
          max-width: 100%; }
        body footer .d-flex .tel .fa-phone {
          transform: rotateY(180deg); }
      body footer .d-flex .info {
        font-size: 11px; }
    body footer .footer-copy {
      text-align: center;
      margin: 0 auto 11%;
      position: relative;
      background: #f1f1f1;
      width: 100%; }
      @media screen and (max-width: 414px) {
        body footer .footer-copy {
          padding-bottom: 7%; } }

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