@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- contact　ページのパーツ
---------------------------------------------------- */
#contact .header__gnav {
  display: none; }
#contact .top_visual__ttl {
  left: 50%;
  width: 320px; }
#contact .gnav_sub {
  display: none; }
#contact .header__hamburger_btn {
  display: none; }
#contact .footer__nav {
  display: none; }

.contact__btm_reset.top.headline__cnt {
  background-position: right top; }

.contact__btm_reset.headline__cnt {
  background-position: right -120px top 0;
  border-bottom: dotted 1px #d6d6d7;
  margin-bottom: 0; }

.contact__btm_reset.headline__cnt::after {
  content: none; }

/*----------------------------------------------------
*--contact_form
---------------------------------------------------- */
.form_step {
  margin-top: 32px; }
  @media screen and (max-width: 899px) {
    .form_step {
      margin-top: 0;
      padding: 0 15px 0 15px; } }
  .form_step::after {
    position: absolute;
    left: 0;
    content: '';
    background: #ced2d6;
    width: 100%;
    height: 1px;
    z-index: 10; }
  .form_step__olist {
    list-style: none;
    font-size: 0;
    border-radius: 6px; }
    .form_step__olist > li {
      position: relative;
      display: inline-block;
      background: #fff;
      width: calc( ( 100% / 3 ) - 1px);
      padding: 0 0 20px 0;
      color: #8b9daa;
      font-size: 16px;
      font-weight: 500;
      text-align: center; }
      .form_step__olist > li::before, .form_step__olist > li::after {
        position: absolute;
        display: block;
        content: '';
        width: 0;
        height: 0; }
      .form_step__olist > li::before {
        background: #d3d3d3;
        width: 40px;
        height: 1px;
        top: 7px;
        left: -20px; }
        @media screen and (max-width: 640px) {
          .form_step__olist > li::before {
            width: 26px;
            left: -14px; } }
      .form_step__olist > li::after {
        color: #8cd3f5;
        content: url(../images/icon/icon_contact_arrow.png);
        line-height: 0px;
        top: 1px;
        left: 13px; }
        @media screen and (max-width: 640px) {
          .form_step__olist > li::after {
            left: 7px; } }
      .form_step__olist > li:first-child {
        border-left: none; }
        .form_step__olist > li:first-child::before, .form_step__olist > li:first-child::after {
          content: none; }
      .form_step__olist > li.active {
        color: #00469b; }
        .form_step__olist > li.active > span::after {
          position: absolute;
          display: block;
          content: '';
          background: #00469b;
          width: 90px;
          height: 3px;
          bottom: -3px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 20; }
      @media screen and (max-width: 640px) {
        .form_step__olist > li > span > span {
          display: none; } }
    .form_step__olist.form_step__doc > li {
      font-size: 14px;
      padding: 14px 0 14px 0;
      vertical-align: top; }

.form__desc {
  border-bottom: 1px solid #d6d6d7;
  font-size: 0; }
  .form__desc.adj_mb {
    margin-bottom: 40px; }
  .form__desc > dt,
  .form__desc > dd {
    display: inline-block;
    border-top: 1px solid #d6d6d7;
    vertical-align: top; }
  .form__desc > dt {
    width: 360px;
    padding: 28px 0 0 20px; }
    .confirm .form__desc > dt {
      width: 360px;
      padding: 19px 0px 17px 30px; }
    .form__desc > dt label,
    .form__desc > dt strong {
      display: inline-block;
      width: 265px;
      font-weight: 500;
      font-size: 15px; }
  .form__desc > dd {
    background: #fff;
    width: calc( 100% - 360px );
    font-size: 15px;
    padding: 19px 0 19px 0; }

.form__desc_inner {
  font-size: 0; }

.form__desc_inner > dt,
.form__desc_inner > dd {
  display: inline-block;
  vertical-align: top;
  font-size: 15px; }

.form__desc_inner > dd {
  width: calc(100% - 86px);
  padding: 0 0 16px 0; }

.form__desc_inner > dt label {
  display: inline-block;
  width: 86px;
  padding: 9px 10px 32px 0px;
  text-align: right; }

.confirm .form__desc_inner > dt strong {
  display: inline-block;
  width: 100px;
  padding: 0;
  font-weight: normal; }

.confirm .form__desc_inner > dd {
  width: calc( 100% - 100px ); }

.contact_form input.name_m_adj {
  margin-right: 21px; }

.form_optional,
.form_required {
  position: relative;
  top: -2px;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  padding: 0px 6px 1px 6px;
  font-weight: normal;
  font-style: normal; }
  @media screen and (max-width: 899px) {
    .form_optional,
    .form_required {
      font-size: 10px; } }

.form_optional {
  background: #a1a1a1; }

.form_required {
  background: #dc0000; }

.contact_form .form__name {
  display: inline-block;
  width: 38px; }

.contact_form .label__kubun {
  display: inline-block;
  width: 80px;
  padding: 0 0 0 4px; }

.contact_form .form__annotation {
  font-size: 11px;
  margin: 0 0 0 4px; }

.contact_form .err {
  margin: 12px 0 6px 0;
  color: red; }

.contact_form .zip_hyphen {
  text-align: center;
  display: inline-block;
  width: 21px; }

.contact_form .form__text {
  font-size: 15px;
  line-height: 1.666;
  margin-top: calc( -.5em * .666 );
  margin-bottom: calc( -.5em * .666 );
  padding: 0 30px 0 0; }

.contact_form input.txt_w110 {
  width: 110px; }

.contact_form input.txt_w120 {
  width: 120px; }

.contact_form input.txt_w200 {
  width: 200px; }

.contact_form input.txt_w220 {
  width: 220px; }

.contact_form input.txt_w240 {
  width: 240px; }

.contact_form input.txt_w360 {
  width: 360px; }

.contact_form input.txt_w453 {
  width: 453px; }

.contact_form input.txt_w500 {
  width: 500px; }

.contact_form input.txt_w540 {
  width: 540px; }

.contact_form input.f_wzip1 {
  width: 190px; }

.contact_form input.f_wzip2 {
  width: 235px; }

.contact_form input,
.contact_form textarea,
.contact_form select {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #cccccc;
  font-size: 14px; }

.contact_form select option {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif;
  background: #f7f7f7;
  padding: 0 0 0 10px;
  font-size: 14px; }

.contact_form input {
  height: 36px;
  padding: 0px 10px 0px 10px;
  line-height: 36px; }

.contact_form input.color_hidden {
  color: #ddd;
  background: #f3f3f3; }

.contact_form textarea {
  width: 540px;
  height: 240px;
  padding-bottom: 0;
  line-height: 22px; }

.contact_form select {
  width: 453px;
  height: 36px;
  padding: 6px 0 6px 7px; }

.product_radio__ulst {
  display: flex;
  flex-wrap: wrap; }
  .product_radio__ulst input[type='radio'] {
    position: absolute;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none; }
  .product_radio__ulst > li {
    position: relative; }
    @media screen and (max-width: 899px) {
      .product_radio__ulst > li {
        width: 100%; } }
    .product_radio__ulst > li:not(:first-child) {
      margin-left: -1px; }
      @media screen and (max-width: 899px) {
        .product_radio__ulst > li:not(:first-child) {
          margin: 0;
          margin-top: -1px; } }
    .product_radio__ulst > li > label {
      position: relative;
      display: block;
      background: #fff;
      padding: 12px 24px 13px 22px;
      font-size: 15px;
      cursor: pointer;
      transition: border 0.2s ease-in-out;
      z-index: 10; }
      @media screen and (max-width: 899px) {
        .product_radio__ulst > li > label {
          border: solid 1px #dddddd;
          padding: 12px 24px 13px 30px; } }
      .product_radio__ulst > li > label::before, .product_radio__ulst > li > label::after {
        content: "";
        position: absolute;
        display: block;
        border-radius: 50%;
        transition: all 0.2s ease-in-out; }
      .product_radio__ulst > li > label::before {
        top: 13px;
        left: 2px;
        background: #fff;
        width: 14px;
        height: 14px;
        border: 2px solid #cfd0cf; }
        @media screen and (max-width: 899px) {
          .product_radio__ulst > li > label::before {
            left: 9px; } }
      .product_radio__ulst > li > label::after {
        background: #fff;
        top: 17px;
        left: 6px;
        width: 6px;
        height: 6px; }
        @media screen and (max-width: 899px) {
          .product_radio__ulst > li > label::after {
            left: 13px; } }
      .product_radio__ulst > li > label:hover::after {
        background: #cfd0cf; }
    .product_radio__ulst > li:first-child > label {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
      @media screen and (max-width: 899px) {
        .product_radio__ulst > li:first-child > label {
          border-bottom-left-radius: 0;
          border-top-right-radius: 8px; } }
    .product_radio__ulst > li:last-child > label {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
      @media screen and (max-width: 899px) {
        .product_radio__ulst > li:last-child > label {
          border-top-right-radius: 0;
          border-bottom-left-radius: 8px; } }
    .product_radio__ulst > li > input:checked + label {
      z-index: 11; }
      @media screen and (max-width: 899px) {
        .product_radio__ulst > li > input:checked + label {
          background: #eff7ff;
          border: solid 1px #4f86c3; } }
      .product_radio__ulst > li > input:checked + label::after {
        background: #1e509b; }

.form_privacy__wrap {
  clear: both;
  width: 100%;
  padding: 30px 0 30px 0; }

.form_privacy {
  border: solid 1px #e2e0dd;
  height: 280px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  padding: 20px 20px 20px 20px; }

.form_privacy__desc > dt,
.form_privacy__desc > dd,
.form_privacy__inner_desc > dt,
.form_privacy__inner_desc > dd {
  font-size: 14px;
  line-height: 1.571; }

.form_privacy__desc > dt,
.form_privacy__inner_desc > dt {
  font-weight: 500; }

.form_privacy__inner_desc {
  padding: 0 5px; }

.form_privacy__inner_desc .simple__ulist > li,
.form_privacy__inner_desc .simple__olist > li {
  margin: 0;
  margin-bottom: 2px;
  line-height: 1.625; }

.form__desc_kubun_inner .kubun_dt_top {
  margin: 10px 0 10px 5px; }

.form__desc_kubun_inner .kubun__dt {
  border-top: dotted 1px #d6d6d7;
  padding: 20px 0 0 6px; }

.form__desc_kubun_inner input[type="radio"] {
  position: relative;
  top: -2px;
  line-height: 0;
  height: 13px;
  padding: 0;
  margin: 0; }

.form_privacy__radio {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center; }
  .form_privacy__radio .form_required {
    top: -1px;
    margin-left: 8px; }
  .form_privacy__radio input,
  .form_privacy__radio input + label {
    cursor: pointer; }

.form_privacy__wrap input {
  height: 15px;
  padding: 0 0 0 0;
  margin: -3px 0 0 0; }

.form_privacy__wrap input + label {
  line-height: 1em;
  padding: 0px 0 0 0;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 500; }

.form__privacy_link {
  color: #00469b;
  transition: color 0.2s ease-out; }
  .form__privacy_link > i {
    font-style: normal;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 13px;
    color: #a1a1a1;
    margin: 0 4px 0 6px; }
  .form__privacy_link:hover {
    color: #28b4f4; }

.form_submit_confirm_box {
  clear: both;
  margin: 17px auto 0;
  padding: 30px 0 0 0;
  text-align: center; }
  .form_submit_confirm_box .form_inline {
    display: inline-block;
    width: 100%; }

.form_submit {
  display: block;
  text-align: center;
  background: #f2f4f7;
  padding: 24px 0 24px 0;
  border-top: solid 1px #d3d3d3; }

.button_return_top,
.form_submit .btn_submit {
  display: inline-block; }

.button_return_top span,
.form_submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  height: 52px;
  border: solid 2px #00469b;
  border-radius: 26px;
  color: #00469b;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease-out; }

.form_submit .return {
  margin-right: 8px; }

.button_return_top span,
.form_submit .btn {
  position: relative;
  display: block;
  text-align: center; }
  @media screen and (max-width: 639px) {
    .button_return_top span,
    .form_submit .btn {
      display: inline-block;
      width: 86vw; } }

.button_return_top span::after,
.form_submit .return .btn::after,
.form_submit .confirm .btn::after {
  position: absolute;
  content: "\f054";
  display: inline-block;
  margin: -6px 12px 0 0;
  height: 0px;
  color: #004198;
  vertical-align: top;
  font-size: 14px;
  font-family: "FontAwesome";
  font-weight: 900;
  top: 50%;
  right: 0; }

.form_submit .return .btn::after {
  content: "\f053";
  margin: -6px 0 0 12px;
  color: #aaaaaa;
  right: inherit;
  left: 0; }

.form_submit input#btn_return {
  width: 240px;
  color: #aaaaaa;
  border: solid 2px #aaaaaa; }

.button_return_top span {
  padding-top: 16px;
  text-align: center; }

.button_return_top span,
.form_submit input#btn_submit,
.form_submit input#btn_confirm {
  width: 360px; }

.button_return_top span:hover,
.form_submit input#btn_submit:hover,
.form_submit input#btn_confirm:hover {
  background: #f8f9fb; }

.form_submit .return .btn:hover::after {
  color: #666; }

.form_submit input#btn_return:hover {
  color: #666;
  background: #f8f9fb;
  border: solid 2px #666; }

.contact_distributors .content__wrap {
  position: relative; }

.contact_distributors .content__wrap::before {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f3f6f9;
  content: ""; }

.content_area {
  display: none; }

@media screen and (max-width: 899px) {
  .contact_link__desc > dd {
    width: 100%; }

  .contact_link__desc > dt + dd {
    margin-bottom: 20px; }

  #sp_layer_nav .asnav__link.inner_top > a::before {
    position: absolute;
    top: 45px;
    display: block;
    width: calc(100% - 20px);
    content: ""; }

  #sp_layer_nav .asnav__link.inner_top > a::after {
    margin-top: -16px; }

  #sp_layer_nav .asnav__link.inner > a {
    margin: 0 0 0 0;
    padding: 3px 40px 0px 34px;
    border-top: none;
    /*		border-bottom: none;*/ }

  #sp_layer_nav .asnav__link.inner_top > a {
    margin: 0 0 0 0;
    padding: 13px 40px 6px 34px;
    border: solid 1px #d6d6d7;
    border-top: none;
    border-bottom: none;
    background: #ffffff;
    font-size: 16px; }

  #sp_layer_nav .asnav__link.inner_btm > a {
    margin: 0 0 8px 0;
    padding-bottom: 16px;
    border-bottom: solid 1px #d6d6d7; }

  #sp_layer_nav .asnav__link.inner > a::before {
    margin-top: -32px;
    height: 0;
    color: #004198;
    content: "\f105"; }

  #sp_layer_nav .asnav__link > a::after {
    content: none; }

  #sp_layer_nav .asnav__link.inner_btm > a::before {
    margin-top: -18px; }

  #sp_layer_nav .asnav__link.inner.active > a {
    color: #004198; }

  .set_product #top_visual__nav_btn {
    display: none; }

  .set_product .content__aside {
    display: none; }

  #contact .content__aside {
    display: block; }

  .contact__btm_reset.headline__cnt {
    border-bottom: dotted 1px #d6d6d7;
    margin-bottom: 0; }

  /*----------------------------------------------------
  *--contact-top
  ---------------------------------------------------- */
  .contact_top_txt {
    margin-bottom: 30px;
    text-align: left; }

  #contact .text__set.sp_f14 {
    font-size: 14px; }

  .contact_product__desc > dt > span {
    padding-left: 10px; }

  .contact_product__ulst {
    padding: 10px; }

  .contact_product__ulst > li {
    width: 100%;
    margin: 0 0 20px 0; }

  .contact_product__ulst > li:last-child {
    margin-bottom: 0; }

  .contact_form__link {
    margin-left: 10px;
    margin-right: 10px; }

  .contact_form__link::before {
    margin: 0 2px 0 0; }

  .contact_form__link::after {
    margin: -8px 7px 0 0; }

  .contact_phone {
    padding-left: 10px;
    padding-right: 10px; }

  .contact_block__ulst > li:first-child {
    margin: 0 0 32px 0; }

  .contact_block__ulst > li {
    width: 100%; }

  .contact_product__desc > dt {
    font-size: 18px; }

  .contact_link__desc {
    padding-left: 10px;
    padding-right: 10px; }

  .contact_phone__wrap {
    padding: 10px; }

  .contact_form input,
  .contact_form textarea,
  .contact_form select,
  .contact_form select option {
    font-size: 15px; }

  .form__desc {
    border: none;
    margin: 0 10px; }

  .confirm .form__desc > dt,
  .form__desc > dt {
    width: 100%;
    padding: 14px 0 12px 0; }

  .form__desc > dd {
    width: 100%;
    padding: 0 0 20px 0px;
    border-top: none; }

  .confirm .form__desc > dd {
    padding: 15px 0 20px 10px; }

  .form__desc > dt label,
  .form__desc > dt strong {
    display: inline-block;
    width: auto;
    margin-right: 12px;
    font-weight: 500;
    font-size: 14px; }

  .contact_form input.txt_w110 {
    width: 100%; }

  .contact_form input.txt_w120 {
    width: 100%; }

  .contact_form input.txt_w200 {
    width: 100%; }

  .contact_form input.txt_w220 {
    width: 100%; }

  .contact_form input.txt_w240 {
    width: 100%; }

  .contact_form input.txt_w360 {
    width: 100%; }

  .contact_form input.txt_w453 {
    width: 100%; }

  .contact_form input.txt_w500 {
    width: 100%; }

  .contact_form input.txt_w540 {
    width: 100%; }

  .contact_form input.f_wzip1 {
    width: 80px; }

  .contact_form input.f_wzip2 {
    width: 160px; }

  .contact_form select {
    width: 100%; }

  .contact_form select option {
    width: 100%; }

  .contact_form textarea {
    width: 100%; }

  .contact_form .label__kubun {
    padding: 0 0 8px 0px; }

  .contact_form .form__kubun + .form__annotation {
    font-size: 11px;
    margin: 8px 0 20px 16px;
    display: block; }

  .contact_form .form__annotation {
    display: block;
    margin: 4px 0 0 0; }

  .form__desc_inner > dd {
    width: 100%; }

  .contact_form .form__desc_inner > dt {
    margin-bottom: 8px; }

  .confirm .form__desc_inner > dd {
    width: calc(100% - 90px); }

  .button_return_top span,
  .form_submit input#btn_submit,
  .form_submit input#btn_confirm {
    width: 270px; } }
  @media screen and (max-width: 899px) and (max-width: 639px) {
    .button_return_top span,
    .form_submit input#btn_submit,
    .form_submit input#btn_confirm {
      display: inline-block;
      width: 86vw; } }

@media screen and (max-width: 899px) {
  .form_privacy__wrap {
    padding: 24px 10px 20px 10px;
    margin: 0 0 0 0;
    border-top: 1px solid #d6d6d7; }

  .form_privacy {
    height: 150px; }

  .contact_form .form__name {
    display: inline-block;
    width: 38px;
    margin: 0 0 8px 0; }

  .contact_form input {
    margin: 0 !important; }

  .form__desc_inner > dt label {
    padding: 9px 0 8px 0;
    text-align: left; }

  .form_submit {
    margin-bottom: 40px; }

  .contact_form input.name_m_adj {
    margin-bottom: 12px !important; }

  .form_submit input {
    font-size: 16px; }

  .form_submit input#btn_return {
    width: 35vw;
    padding: 0 0 0 20px; }

  .form_submit input#btn_submit {
    width: 48vw;
    padding: 0 8px 0 0; }

  .button_return_top {
    margin-bottom: 40px; } }
@media screen and (max-width: 639px) {
  .form_submit input#btn_return {
    width: 100%; } }

@media screen and (max-width: 639px) {
  .form_submit input#btn_submit {
    width: 100%; } }

.form_submit_confirm_box {
  /*padding: 0;*/ }
  @media screen and (max-width: 639px) {
    .form_submit_confirm_box {
      display: flex;
      flex-direction: column; }
      .form_submit_confirm_box .btn_submit.return {
        order: 2;
        margin-top: 16px; }
      .form_submit_confirm_box .btn_submit.confirm {
        order: 1; } }

@media screen and (max-width: 340px) {
  .contact_form__link {
    text-align: left;
    padding-left: 15px; } }
@media screen and (max-width: 320px) {
  .contact_form__link {
    padding-left: 10px; } }

/*# sourceMappingURL=common_contact.css.map */
