@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- お問い合わせ　ページのパーツ
---------------------------------------------------- */
/*----------------------------------------------------
*
*--contact
*
---------------------------------------------------- */
#contact .header__gnav,
#contact .header__top_gnav_sub,
#contact .footer_nav,
#contact .footer_address__nav {
  display: none;
}
#contact .header {
  height: 88px;
}
@media screen and (max-width: 899px) {
  #contact .header {
    height: 50px;
  }
}
#contact main {
  position: relative;
}
#contact #header__nav_btn {
  display: none;
}
#contact .footer__nav_ulist {
  justify-content: center;
}
#contact .footer__nav_ulist > li:not(:first-child) {
  display: none;
}

/*----------------------------------------------------
*--contact-top
---------------------------------------------------- */
.contact_top_txt {
  margin-bottom: 50px;
  text-align: center;
}

.contact_product__ulst {
  background: #f3f6f9;
  padding: 24px;
  font-size: 0;
}

.contact_product__ulst > li:first-child {
  margin-right: 24px;
}

.contact_product__ulst > li {
  display: inline-block;
  width: calc(50% - 12px);
  vertical-align: top;
}

.contact_block__ulst {
  font-size: 0;
}

.contact_block__ulst > li:first-child {
  margin-right: 48px;
}

.contact_block__ulst > li {
  display: inline-block;
  width: calc(50% - 24px);
  vertical-align: top;
}

.contact_product__desc {
  background: #fff;
}

.contact_product__desc > dt {
  border-bottom: dotted 1px #d6d6d7;
  padding: 18px 0 18px 0;
  font-size: 22px;
}

.contact_product__desc > dt > span {
  display: inline-block;
  padding-left: 16px;
  border-left: solid 4px #004198;
}

.contact_form__link {
  position: relative;
  display: block;
  background: #004198;
  padding: 11px 0 12px 0;
  margin: 20px 20px 2px 20px;
  border: solid 2px #00449a;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: color 0.2s ease-out, background 0.2s ease-out;
  box-shadow: 0px 2px 0px 0px #e9ecef;
}

.contact_form__link > span {
  display: inline-block;
}

.contact_form__link::before {
  display: inline-block;
  margin: 0 8px 0 0;
  content: "\f0e0";
  vertical-align: top;
  font-family: "FontAwesome";
  font-size: 17px;
}

.contact_form__link::after {
  position: absolute;
  content: "\f101";
  display: inline-block;
  margin: -8px 14px 0 0;
  height: 0px;
  vertical-align: top;
  font-weight: normal;
  font-size: 1em;
  font-family: "FontAwesome";
  top: 50%;
  right: 0;
}

.contact_form__link:hover {
  background: #fff;
  color: #004198;
}

.contact_link__desc {
  padding: 20px 20px 11px 20px;
}

.contact_link__desc > dt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.625;
  font-feature-settings: 'palt';
}

.contact_link__desc > dd {
  margin-bottom: 12px;
}

.contact_link__desc > dd > a {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 12px 0 12px 0;
  border: solid 2px #d6d6d7;
  border-radius: 6px;
  text-align: center;
  transition: color 0.2s ease-out, border 0.2s ease-out;
}

.contact_link__desc > dd > a::after {
  position: absolute;
  content: "\f101";
  display: inline-block;
  margin: -8px 14px 0 -14px;
  height: 0px;
  color: #004198;
  vertical-align: top;
  font-weight: normal;
  font-size: 1em;
  font-family: "FontAwesome";
  top: 50%;
  right: 0;
}

.contact_link__desc > dd > a:hover {
  color: #004198;
  border: solid 2px #004198;
}

.contact_phone__wrap {
  background: #f3f6f9;
  padding: 24px;
}

.contact_phone {
  background: #fff;
  padding: 20px;
  font-style: normal;
}

.contact_phone__desc {
  text-align: center;
}

.contact_phone__desc .ttl {
  background: #f3f6f9;
  padding: 8px 0 8px 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: 'palt';
}

.contact_phone__desc .tell {
  display: inline-block;
  background: url(../images/icon/icon_phone.svg) no-repeat;
  background-size: 15px 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.contact_phone__desc .text {
  font-size: 12px;
  line-height: 1.333;
  margin-top: calc( -0.5em * 0.333 );
  margin-bottom: calc( -0.5em * 0.333 );
}

.contact_phone__desc .text > span {
  display: inline-block;
}

/*----------------------------------------------------
*--distributors
---------------------------------------------------- */
.network_anker_link__ulist {
  font-size: 0;
}

.network_anker_link__ulist > li:first-child {
  margin-left: 0;
}

.network_anker_link__ulist > li {
  display: inline-block;
  width: calc((100% - 60px) / 4);
  margin-left: 20px;
}

.network_anker_link__ulist.type2 > li {
  width: calc((102% - 48px) / 2);
}

.network_anker_link__ulist > li > a {
  position: relative;
  display: block;
  padding: 11px 0 12px 0;
  border: solid 1px #d6d6d7;
  border-radius: 2px;
  font-size: 15px;
  text-align: center;
  transition: color 0.2s ease-out, border 0.2s ease-out;
}

.network_anker_link__ulist > li > a:hover {
  color: #004198;
  border: solid 1px #004198;
}

.network_anker_link__ulist > li > a::after {
  position: absolute;
  content: "\f103";
  display: inline-block;
  margin: -9px 0 0 12px;
  height: 0px;
  color: #004198;
  vertical-align: top;
  font-weight: normal;
  font-size: 1.2em;
  font-family: "FontAwesome";
  top: 50%;
  left: 0;
}

.network_address__ulst {
  background: #f3f6f9;
  padding: 24px;
}

.network_address__ulst > li:first-child {
  margin-top: 0;
}

.network_address__ulst > li {
  margin-top: 24px;
}

.network_address__ulst.half {
  font-size: 0;
}

.network_address__ulst.half > li:first-child {
  margin-right: 24px;
}

.network_address__ulst.half > li {
  display: inline-block;
  margin-top: 0;
  width: calc(50% - 12px);
}

.network_address__ttl {
  background: #a1a1a1;
  padding: 10px 0;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.network_address__desc {
  position: relative;
  background: #fff;
}

.network_address__desc .ttl {
  border-bottom: dotted 1px #d6d6d7;
  padding: 18px 0 18px 0;
  font-size: 22px;
}

.network_address__desc .ttl > em {
  display: inline-block;
  padding-left: 16px;
  border-left: solid 4px #004198;
  font-style: normal;
  font-weight: normal;
}

.network_address__desc .ttl .link {
  display: inline-block;
  font-size: 14px;
  border-left: solid 1px #d6d6d7;
  padding: 4px 0 4px 20px;
  margin-left: 20px;
  vertical-align: top;
}

.network_address__desc .street {
  padding: 16px 20px 20px 20px;
}

.network_address__desc .street + .street {
  padding-top: 17px;
}

.network_address__desc .street + .street::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  margin-top: -17px;
  margin-bottom: 17px;
  border-top: dotted 1px #d6d6d7;
}

.network_address__desc .street .link {
  position: absolute;
}

.network_address__desc .street .ttl_sub {
  display: block;
  margin-bottom: 16px;
  color: #004198;
  font-weight: 500;
  font-style: normal;
}

.network_address__desc .street .text__set {
  margin-bottom: 16px;
}

.network_address__desc .street .mail {
  display: block;
  width: 100%;
  max-width: 320px;
  min-width: 250px;
  position: relative;
  font-size: 16px;
  padding: 11px 0 11px 0;
  border: solid 2px #d6d6d7;
  border-radius: 6px;
  text-align: center;
  transition: color 0.1s ease-out, border 0.2s ease-out, background 0.2s ease-out;
}

.network_address__desc .street .mail::before {
  display: inline-block;
  margin: 0 8px 0 0;
  content: "\f0e0";
  vertical-align: top;
  color: #004198;
  font-family: "FontAwesome";
  font-size: 17px;
  transition: color 0.1s ease-out;
}

.network_address__desc .street .mail:hover {
  background: #004198;
  border: solid 2px #004198;
  color: #fff;
}

.network_address__desc .street .mail:hover::before {
  color: #fff;
}

.network_address__desc .sale {
  display: table;
  width: 100%;
  font-size: 14px;
}

.network_address__desc .sale > dt {
  width: 86px;
  background: #f3f6f9;
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}

.network_address__desc .sale > dd {
  display: table-cell;
  padding: 9px 15px;
  border: solid 2px #f3f6f9;
  border-left: none;
  line-height: 1.429;
}

.network_address__desc .street .text__set a {
  color: #004198;
}

.network_address__desc .street .text__set a:hover {
  text-decoration: underline;
}

.network_address__desc .street .text__set strong {
  width: 72px;
  display: inline-block;
  font-weight: 500;
}

.network_address__desc .street .text__set strong.adj {
  width: 36px;
}

.network_address__desc .street .text__set strong.w150 {
  width: 150px;
}

/*----------------------------------------------------
*--contact_form
---------------------------------------------------- */
.form_step {
  margin-top: 32px;
}
@media screen and (max-width: 899px) {
  .form_step {
    margin-top: 0;
  }
}

.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: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 {
  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: #7fc5ed;
  width: 40px;
  height: 1px;
  top: 7px;
  left: -20px;
}

.form_step__olist > li::after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon_contact_arrow.png);
  background-size: 6px 16px;
  height: 16px;
  width: 6px;
  line-height: 0px;
  top: 0;
  left: 16px;
}

.form_step__olist > li.active {
  color: #008cdc;
}

.form_step__olist > li.active > span::after {
  position: absolute;
  display: block;
  content: '';
  background: #008cdc;
  width: 90px;
  height: 3px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.form_step__olist.form_step__doc > li {
  font-size: 14px;
  padding: 14px 0 14px 0;
  vertical-align: top;
}

.content__inside {
  text-align: center;
}
@media screen and (max-width: 899px) {
  .content__inside {
    text-align: left;
  }
}
.content__inside.text_lft {
  text-align: left;
}

.form__privacy_link {
  color: #28a0e0;
  transition: opacity 0.2s ease-out;
}
.form__privacy_link > i {
  font-style: normal;
  font-family: "FontAwesome";
  color: #a1a1a1;
  font-weight: 900;
  margin: 0 4px 0 6px;
  transition: color 0.2s ease-out;
}
.form__privacy_link:hover {
  opacity: 0.7;
}
.form__privacy_link:hover > i {
  color: #008cdc;
}

.form__desc {
  background: #f5f8fb;
  padding: 19px 40px 7px 40px;
  border-top: 1px solid #d6d6d7;
  font-size: 0;
}

.form__desc > dt,
.form__desc > dd {
  display: inline-block;
  /*	border-top: 1px solid #d6d6d7;*/
  vertical-align: top;
}

.form__desc > dd.message_padding {
  padding-bottom: 19px;
}

.form__desc > dd.message_padding.adj_text {
  line-height: 1.4;
  margin: 0 0 8px 0;
  word-break: break-all;
}

.form__desc > dd.pref_padding {
  padding: 0;
}

.form__desc > .border_top_dotted {
  border-top: 1px dotted #ced2d6;
}

.form__desc > dt {
  width: 260px;
  padding: 26px 0 0 0;
}

.form__desc > dd {
  width: calc(100% - 260px);
  font-size: 15px;
  padding: 13px 0 9px 0;
}

.confirm .form__desc > dt {
  width: 260px;
  padding: 16px 0px 17px 30px;
}

.form__desc > dt label,
.form__desc > dt strong {
  display: inline-block;
  width: 175px;
  font-size: 15px;
  text-align: right;
}

.form__desc_inner {
  font-size: 0;
  padding-top: 13px;
}

.form__desc_inner > dt,
.form__desc_inner > dd {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.form__desc_inner > dd {
  width: calc(100% - 88px);
  padding: 0 0 16px 0;
}

.form__desc_inner > dt label {
  display: inline-block;
  width: 88px;
  padding: 13px 13px 0 0;
  text-align: right;
}

.contact_form input.name_m_adj {
  margin-right: 20px;
}

.form_optional,
.form_required {
  position: relative;
  top: -2px;
  left: 19px;
  color: #fff;
  display: inline-block;
  background: #fff;
  padding: 0px 6px 1px 6px;
  border: solid 1px #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 17px;
}

.form_optional {
  color: #838383;
  border-color: #838383;
}

.form_required {
  color: #ff6464;
  border-color: #ff6464;
}

.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 {
  display: block;
  font-size: 11px;
  margin: 4px 0 0 0;
}

.contact_form .err {
  margin: 8px 0 0px 0px;
  color: red;
  font-size: 14px;
}

.contact_form .zip_hyphen {
  text-align: center;
  display: inline-block;
  width: 16px;
}

.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;
}

.confirm.form__desc {
  padding-bottom: 27px;
}

.confirm.form__desc > dd {
  padding: 17px 20px 9px 30px;
}

.confirm .form_submit_confirm_box {
  position: relative;
  margin-top: 0;
}

.confirm .form__desc_inner > dt strong {
  display: inline-block;
  width: 90px;
  padding: 0;
  font-weight: normal;
}

.confirm .form__desc_inner > dd {
  /*width: 589px;*/
  width: calc(100% - 90px);
}

.confirm .form__desc_inner {
  padding-top: 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_w350 {
  width: 350px;
}

.contact_form input.txt_w360 {
  width: 360px;
}

.contact_form input.txt_w480 {
  width: 480px;
}

.contact_form input.txt_w500 {
  width: 500px;
}

.contact_form input.f_wzip1 {
  width: 120px;
}

.contact_form input.f_wzip2 {
  width: 120px;
}

.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: #fff;
  padding: 10px;
  border: 1px solid #f3f5f7;
  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: 40px;
  padding: 0px 10px 0px 10px;
  line-height: 40px;
}

.contact_form input.color_hidden {
  color: #ddd;
  background: #f3f3f3;
}

.contact_form textarea {
  width: 700px;
  height: 240px;
  padding-bottom: 0;
  line-height: 22px;
}

.contact_form select {
  width: 262px;
  height: 40px;
  padding: 6px 0 6px 7px;
}

.contact_form input:focus,
.contact_form textarea:focus,
.contact_form select:focus {
  border-color: #008cdc;
}

.form_privacy__wrap {
  clear: both;
  background: #f5f8fb;
  width: 100%;
  padding: 0 40px 0 40px;
  border-bottom: solid 1px #ced2d6;
}

.form_privacy {
  padding: 32px 0 28px 0;
  border-top: 1px dotted #ced2d6;
}

.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: 300px;
  margin: 0 auto;
  font-size: 14px;
}

.form_privacy__radio .form_required {
  top: -1px;
}

.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;
}

.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;
}

.form_submit {
  display: block;
  background: #edf7fb;
  text-align: center;
  padding: 32px 0 40px 0;
}

.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: 48px;
  border: solid 2px #008cdc;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 500;
  color: #008cdc;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.form_submit .return {
  position: absolute;
  left: 20px;
  top: 32px;
  margin-right: 8px;
}

.button_return_top span,
.form_submit .btn {
  position: relative;
  display: block;
}

.button_return_top span::after,
.form_submit .return .btn::after,
.form_submit .confirm .btn::after {
  position: absolute;
  content: "\f105";
  display: inline-block;
  margin: -6px 12px 0 0;
  height: 0px;
  color: #008cdc;
  vertical-align: top;
  font-weight: 900;
  font-size: 13px;
  font-family: "FontAwesome";
  top: 50%;
  right: 0;
}

.form_submit .return .btn::after {
  content: "\f053";
  margin: -6px 0 0 12px;
  color: #fff;
  right: inherit;
  left: 0;
}

.form_submit input#btn_return {
  background: #8b9daa;
  width: 180px;
  color: #fff;
  border: solid 2px #8b9daa;
}

.button_return_top span {
  text-align: center;
  padding: 12px 0 0 0;
}

.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: #f9f9f9;
}

.form_submit input#btn_return:hover {
  background: #acc9de;
  border: solid 2px #008cdc;
}

.contact_distributors .content__wrap {
  position: relative;
}

.contact_distributors .content__wrap::before {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f3f6f9;
  content: "";
}

.salese-sites_tab .tab_area_wrap {
  position: relative;
  margin: 0 0 36px;
}

.salese-sites_tab .tab_area {
  display: table;
  margin: 0 auto 36px;
  width: 980px;
  height: 56px;
}

.salese-sites_tab .tab_area li {
  position: relative;
  z-index: 5;
  float: left;
  margin: 0 0 16px;
  padding: 10px 0 9px 0;
  width: calc(50%);
  height: 36px;
  border-left: 1px solid #d6d6d7;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.salese-sites_tab .tab_area li span {
  position: relative;
  display: inline-block;
  height: 22px;
}

.salese-sites_tab .tab_area li:nth-child(2) {
  border-right: 1px solid #d6d6d7;
}

.salese-sites_tab .tab_area li.select {
  background-color: #ffffff;
  /* background: url(../images/icon/bg_top_tab_on.png) no-repeat; */
  color: #00449a;
}

.salese-sites_tab .tab_area li.select:after {
  position: absolute;
  top: 56px;
  left: calc(50% - 4px);
  margin: 0;
  width: 8px;
  height: 8px;
  background: url(../images/icon/arrow_under_8x8.svg);
  content: "";
}

.salese-sites_tab .tab_area li.select span:after {
  position: absolute;
  bottom: -24px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #00449a;
  content: "";
  transition: all 0.1s ease-in-out;
}

.content_area {
  display: none;
}

input[type='radio'],
.enquete_impression input[type='checkbox'] {
  height: 0px;
  position: absolute;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

.enquete_radiobtn {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
@media screen and (max-width: 899px) {
  .enquete_radiobtn {
    width: 100%;
    background: #fff;
    border: solid 1px #cfcfcf;
    border-radius: 6px;
    overflow: hidden;
  }
}
.enquete_radiobtn > li {
  position: relative;
  width: 25%;
  font-size: 15px;
  padding: 0 0 0 0;
}
@media screen and (max-width: 899px) {
  .enquete_radiobtn > li {
    width: 100%;
    padding: 0 0 0 12px;
  }
  .enquete_radiobtn > li:not(:first-child) {
    border-top: solid 1px #cfcfcf;
  }
}
.enquete_radiobtn > li > label {
  position: relative;
  display: block;
  background: #f5f8fb;
  padding: 13px 0 10px 20px;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .enquete_radiobtn > li > label {
    background: #fff;
  }
}
.enquete_radiobtn > li > label::before, .enquete_radiobtn > li > label::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.enquete_radiobtn > li > label::before {
  top: 13px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #cfd0cf;
}
.enquete_radiobtn > li > label::after {
  background: #fff;
  top: 17px;
  left: 4px;
  width: 6px;
  height: 6px;
}
.enquete_radiobtn > li > label:hover::after {
  background: #cfd0cf;
}
.enquete_radiobtn > li > input:checked + label::after {
  background: #008cdc;
}

/* -----

   SP

---------------------------------------------------- */
/*-
---------------------------------------------------- */
@media screen and (max-width: 899px) {
  .footer_address__inner {
    padding-top: 15px;
  }

  .form_step__olist {
    margin: 0 -12px;
  }

  .form_step__olist > li {
    font-size: 13px;
  }

  .form_step__olist > li.active > span::after {
    width: 36px;
  }

  .form_step__olist > li::before {
    width: 20px;
    left: -8px;
  }

  .form_step__olist > li::after {
    left: 8px;
  }

  .form__desc {
    margin: 0 -12px;
    padding: 24px 12px 0;
  }

  .form__desc > dd.border_top_dotted {
    border-top: none;
  }

  .form__desc > dt {
    width: 100%;
    padding: 12px 0 0 0;
    border-top: 1px dotted #ced2d6;
  }

  .form__desc > dt label,
  .form__desc > dt strong {
    width: auto;
  }

  .form__desc > dd.message_padding {
    padding-bottom: 24px;
  }

  .form_optional,
  .form_required {
    left: 12px;
  }

  .form__desc > dd {
    width: 100%;
    padding: 8px 0 9px 0;
  }

  .contact_form textarea {
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .form__desc_inner > dt,
  .form__desc_inner > dd {
    display: block;
  }

  .form__desc_inner > dt label {
    width: auto;
    padding: 0 0 9px 0;
  }

  .form__desc_inner > dd {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .confirm.form__desc {
    padding-bottom: 0;
  }

  .confirm.form__desc > dt {
    width: 100%;
    padding: 16px 0px 10px 0;
  }

  .confirm.form__desc > dd {
    padding: 0 0 20px 0;
  }

  .confirm .form__desc_inner > dd {
    width: 100%;
    padding: 8px 0 16px 0;
  }

  .form_privacy__wrap {
    padding: 0 12px;
    margin: 0px -12px;
    width: auto;
  }

  .contact_form input.txt_w350 {
    width: 100%;
  }

  .contact_form input.txt_w480 {
    width: 100%;
  }

  .button_return_top span,
  .form_submit input#btn_submit,
  .form_submit input#btn_confirm {
    width: 300px;
  }

  .form_submit {
    margin: 0 -12px;
    padding: 24px 0 40px 0;
  }

  .confirm .form_submit_confirm_box {
    position: relative;
    margin-top: 0;
    padding-bottom: 100px;
  }

  .confirm .form_submit .return {
    position: absolute;
    left: 50%;
    top: 88px;
    margin-right: 8px;
    transform: translateX(-50%);
  }

  .form_submit input#btn_return {
    width: 300px;
  }
}
@media screen and (max-width: 540px) {
  .form_step__olist > li > span > span {
    display: none;
  }
}

/*# sourceMappingURL=common_contact.css.map */
