@charset "UTF-8";
/*----------------------------------------------------
*
*--contact
*
---------------------------------------------------- */
/**--リセット
---------------------------------------------------- */
#contact_form .l-header_logo {
  margin: 0;
}
#contact_form .l-header_logo .main {
  display: block;
}
#contact_form .l-header__inner {
  height: 100%;
}
#contact_form .l-header__flex {
  height: 100%;
  align-items: center;
}
#contact_form .l-header_gnav_sub {
  display: none;
}
#contact_form .l-header_gnav {
  display: none;
}
#contact_form .l-header_gnav_sub {
  display: none;
}
#contact_form .l-header_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  #contact_form .l-content_wide {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  #contact_form .l-content_wide {
    padding: 0 calc( 4.688vw + 0px );
  }
}
#contact_form .l-footer_nav {
  display: none;
}
#contact_form .l-footer_sp_nav {
  display: none;
}

input, textarea, select {
  font-family: "YakuHanJP", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif;
  background: #fff;
  padding: 10px;
  border: 1px solid #d5deee;
  font-size: 14px;
  border-radius: 6px;
}

select option {
  font-family: "YakuHanJP", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif;
  background: #f8fbfb;
  padding: 0 0 0 10px;
  font-size: 14px;
}

input {
  height: 44px;
  padding: 0px 10px 0px 10px;
  line-height: 44px;
}
input:disabled {
  background: #f1f1f1;
  border: #f1f1f1;
  color: #aaa;
}
input[class^='input_w'] {
  width: 100%;
}
input.input_w100 {
  max-width: 600px;
}
input.input_w250 {
  max-width: 254px;
}
@media screen and (max-width: 900px) {
  input.input_w250 {
    max-width: 290px;
  }
}
input.input_w510 {
  max-width: 510px;
}
input.txt_w220 {
  max-width: 220px;
}
input.txt_w320 {
  max-width: 320px;
}
input.txt_w360 {
  max-width: 360px;
}
input.txt_w500 {
  max-width: 500px;
}
@media screen and (max-width: 900px) {
  input.txt_w500 {
    max-width: 600px;
  }
}
input.f_wzip1 {
  max-width: 80px;
}
input.f_wzip2 {
  max-width: 110px;
}
@media screen and (max-width: 900px) {
  input {
    width: 100%;
  }
}

textarea {
  width: 600px;
  min-width: 320px;
  max-width: 100%;
  height: 240px;
  min-height: 240px;
  padding-bottom: 0;
  line-height: 22px;
}
@media screen and (max-width: 900px) {
  textarea {
    min-width: auto;
    width: 100%;
    height: 210px;
  }
}

select {
  width: 600px;
  height: 44px;
  padding: 6px 0 6px 7px;
  cursor: pointer;
}
select.input_w100 {
  width: 600px;
}
@media screen and (max-width: 900px) {
  select.input_w100 {
    min-width: auto;
    width: 100%;
  }
}

.err {
  font-size: 14px !important;
  margin: 8px 0 6px 0 !important;
  color: red !important;
  line-height: 1.4 !important;
}

/*---------------------------------------------------- */
.form_top {
  margin-bottom: 42px;
}

.form_step {
  margin-bottom: 42px;
}
@media screen and (max-width: 900px) {
  .form_step {
    margin-bottom: 24px;
  }
}
.form_step__olist {
  list-style: none;
  font-size: 0;
  overflow: hidden;
}
.form_step__olist > li {
  position: relative;
  display: inline-block;
  background: #e5eaed;
  width: calc((100% - 17px)/3);
  padding: 16px 0 17px 0;
  margin-left: 12px;
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .form_step__olist > li {
    font-size: 12px;
  }
}
.form_step__olist > li:first-child {
  width: calc((100% - 17px)/3 - 8px);
  margin-left: 0;
  border-left: none;
}
.form_step__olist > li:first-child::before, .form_step__olist > li:last-child::after {
  content: none;
}
.form_step__olist > li::before, .form_step__olist > li::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 24px solid transparent;
  top: 0;
}
.form_step__olist > li::before {
  border-left: 21px solid #fff;
}
.form_step__olist > li::after {
  border-left: 21px solid #e5eaed;
  right: -42px;
  z-index: 20;
}
.form_step__olist > li > span {
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  .form_step__olist > li > span > span {
    display: none;
  }
}
.form_step__olist > li.active {
  background: #50648c;
  color: #fff;
}
.form_step__olist > li.active::after {
  border-left: 21px solid #50648c;
}
.form_step__olist > li.active > span {
  padding-left: 10px;
}

.from__block {
  color: #333333;
}

.form_blank_link {
  color: #234b9b;
  transition: color 0.3s ease-in-out;
}
.form_blank_link > span {
  position: relative;
}
.form_blank_link > span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #234b9b;
  transition: background 0.3s ease-in-out;
}
.form_blank_link > i {
  display: inline-block;
  margin: 0 5px 0 7px;
  font-family: "FontAwesome";
  content: "\f0da";
  color: #c6cfe0;
  font-weight: 900;
  font-style: normal;
  transition: color 0.3s ease-in-out;
}
.form_blank_link:hover {
  color: #eb2e3b;
}
.form_blank_link:hover > span::before {
  background: #eb2e3b;
}
.form_blank_link:hover > i {
  color: #eb2e3b;
}

.form_desc {
  background: #f9f9f9;
  margin-bottom: 60px;
  border-bottom: 1px solid #d6d6d7;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .form_desc {
    background: #fff;
    margin-bottom: 24px;
  }
}
.form_desc > dt, .form_desc > dd {
  display: inline-block;
  border-top: 1px solid #d6d6d7;
  vertical-align: top;
}
.form_desc > dt {
  width: 360px;
  min-height: 54px;
  padding: 32px 0 0 30px;
}
.confirm .form_desc > dt {
  padding: 18px 0 0 20px;
}
@media screen and (max-width: 900px) {
  .confirm .form_desc > dt {
    padding: 18px 0 0 0;
  }
}
@media screen and (max-width: 900px) {
  .form_desc > dt {
    padding: 20px 0 0 0;
    min-height: auto;
    width: 100%;
  }
}
.form_desc > dt > label, .form_desc > dt > strong {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .form_desc > dt > label, .form_desc > dt > strong {
    width: auto;
    margin-right: 12px;
  }
}
.form_desc > dd {
  background: #fff;
  width: calc(100% - 360px);
  min-height: 54px;
  font-size: 15px;
  padding: 19px 20px 19px 20px;
}
@media screen and (max-width: 900px) {
  .form_desc > dd {
    width: 100%;
    min-height: auto;
    padding: 16px 0 20px;
    border-top: none;
  }
}
.form_desc > dd > p {
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -3.75px;
  margin-bottom: -3.75px;
  line-height: 1.5;
}
.form_desc__products_radio {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .form_desc__products_radio {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .form_desc__products_radio li:first-child .cont {
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .form_desc__products_radio li:last-child .cont {
    border-radius: 0 0 6px 6px;
  }
}
.form_desc__products_radio li:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .form_desc__products_radio li:nth-child(n+3) {
    margin-top: 0;
  }
}
.form_desc__products_radio li:not(:first-child) {
  margin-top: -1px;
}
.form_desc__products_radio input {
  display: none;
}
.form_desc__products_radio input:checked + .cont {
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .form_desc__products_radio input:checked + .cont {
    background: #ffffff;
    border: 1px solid #26346e;
  }
}
.form_desc__products_radio input:checked + .cont::after {
  opacity: 1;
}
.form_desc__products_radio .cont {
  display: block;
  width: 288px;
  border-bottom: 1px solid #d5deee;
  color: #26346e;
  padding: 15px 0 15px 20px;
  margin: 0 24px 0 0;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .form_desc__products_radio .cont {
    width: 100%;
    width: 100%;
    background: #f8fbfb;
    padding: 13px 0 13px 38px;
    border: 1px solid #d5deee;
  }
}
.form_desc__products_radio .cont:hover {
  color: #eb2e3b;
}
.form_desc__products_radio .cont:hover::after {
  opacity: 0.3;
}
.form_desc__products_radio .cont::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #234b9b;
  border-radius: 50%;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .form_desc__products_radio .cont::before {
    left: 15px;
  }
}
.form_desc__products_radio .cont::after {
  content: '';
  position: absolute;
  top: 19px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #ed1b29;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .form_desc__products_radio .cont::after {
    left: 19px;
  }
}
.form_desc__confirm > dt {
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 900px) {
  .form_desc__confirm > dt {
    padding: 20px 15px 0 15px;
  }
}
.form_desc_inner_item.adj_half > li {
  display: inline-block;
  width: 300px;
}
@media screen and (max-width: 900px) {
  .form_desc_inner_item.adj_half > li {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .form_desc_inner_item.adj_half > li:first-child {
    margin-bottom: 16px;
  }
}
.form_desc_inner_item.adj_half > li > label {
  display: inline-block;
  width: 40px;
  padding: 0 6px 0 0;
  margin-bottom: 4px;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .form_desc_inner_item.adj_half > li > label {
    text-align: left;
    width: 100%;
    margin-bottom: 7px;
  }
}

.form_address__pref_select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .form_address__pref_select {
    max-width: 600px;
    display: block;
  }
}
.form_address__pref_select::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b2bbcc;
  pointer-events: none;
}
.form_address__pref_select select {
  width: 510px;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 900px) {
  .form_address__pref_select select {
    width: 100%;
  }
}
.form_address__pref_select select::-ms-expand {
  display: none;
}

.form_privacy {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .form_privacy {
    margin-bottom: 20px;
  }
}
.form_privacy__btn {
  position: relative;
  display: inline-block;
}
.form_privacy__btn > input[type="checkbox"] {
  height: 0px;
  width: 0;
  position: absolute;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  z-index: 10;
}
.form_privacy__btn > input[type="checkbox"] + label {
  position: relative;
  background: #f8fbfb;
  display: inline-block;
  width: 360px;
  padding: 13px 0 14px;
  border: solid 1px #d5deee;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  color: #26346e;
  cursor: pointer;
  z-index: 11;
}
@media screen and (max-width: 900px) {
  .form_privacy__btn > input[type="checkbox"] + label {
    font-size: 13px;
    width: 290px;
    padding: 15px 0 17px;
  }
}
.form_privacy__btn > input[type="checkbox"] + label::before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 16px;
  height: 16px;
  border: solid 1px #b5b5b5;
  border-radius: 3px;
  margin-top: -1px;
  margin-right: 8px;
  vertical-align: top;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 11px;
  font-weight: 700;
}
.form_privacy__btn > input[type="checkbox"] + label > .form_required {
  color: #dc0000;
  font-size: 12px;
  font-style: normal;
  padding-left: 5px;
}
@media screen and (max-width: 900px) {
  .form_privacy__btn > input[type="checkbox"] + label > .form_required {
    font-size: 11px;
  }
}
.form_privacy__btn > input[type="checkbox"]:checked + label {
  background: #ffffff;
  box-shadow: none;
  border: solid 1px #50648c;
}
.form_privacy__btn > input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  background: #ed1b29;
  border: solid 1px #ed1b29;
  font-size: 0.75em;
}

.form_required__on, .form_required__off {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 6px;
  margin-right: 14px;
  font-weight: normal;
  font-style: normal;
}
.form_required__on {
  background: #dc0000;
}
.form_required__off {
  background: #b5b5b5;
}

.form_address > li:not(:first-child) {
  margin-top: 20px;
}
.form_address > li > label {
  display: inline-block;
  width: 86px;
  padding: 0 8px 0 0;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .form_address > li > label {
    margin-bottom: 9px;
  }
}
.confirm .form_address > li > label {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .form_address > li > label {
    text-align: left;
    width: 100%;
  }
}

.form_annotation {
  display: block;
  margin: 4px 0 0 0;
  color: #333;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .form_annotation {
    margin: 4px 0 0 0;
  }
}
.form_annotation.adj_ml {
  margin-left: 90px;
}
@media screen and (max-width: 900px) {
  .form_annotation.adj_ml {
    margin: 4px 0 0 0;
  }
}

.form_submit__inner {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #f8fbfb;
  padding: 25px 20px 25px;
  border-top: solid 1px #d3d3d3;
}
.form_submit__thanks_page {
  text-align: center;
}

.form_submi_btn {
  display: inline-block;
  width: 100%;
  	/*&__item {
  		position: relative;
  		
  		&::after {
  			content: "\f105";
  			position: absolute;
  			top: calc(50% - 0.4em);
  			right: 14px;
  			display: inline-block;
  			font-family: "FontAwesome";
  			color: #19aa46;
  			font-weight: 900;
  			font-size: 16px;
  			z-index: 10;
  			
  			.form_submi_btn.c-return & {
  				content: "\f104";
  				right: auto;
  				left: 14px;
  				color: #dddddd;
  			}
  		}
  		
  		.input {
  			display: flex;
  			justify-content: center;
  			align-items: center;
  			-webkit-appearance: none;
  			-moz-appearance: none;
  			appearance: none;
  			background: #fff;
  			width: 100%;
  			height: 60px;
  			border: solid 2px $point_color;
  			border-radius: 6px;
  			font-size: 17px;
  			font-weight: 500;
  			color: $point_color;
  			cursor: pointer;
  			transition: all 0.2s ease-out;
  
  			.form_submi_btn.c-return & {
  				color: #999;
  				border: 2px solid #dddddd;
  			}
  			
  			.form_submi_btn:hover & {
  				letter-spacing: 0.04em;
  				opacity: 0.9;
  			}
  		}
  	}*/
}
.form_submi_btn.c-confirm {
  max-width: 540px;
}
.form_submi_btn.c-complete {
  order: 2;
  max-width: 360px;
}
.form_submi_btn.c-return {
  order: 1;
  max-width: 160px;
  margin-right: 20px;
}
.form_submi_btn.c-thanks_page {
  width: 100%;
  max-width: 540px;
}
.form_submi_btn__item {
  display: block;
  text-align: center;
  padding: 2px;
  background: #d5deee;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #d5deee 0) top left, linear-gradient(225deg, transparent 0, #d5deee 0) top right, linear-gradient(315deg, transparent 7px, #d5deee 0) bottom right, linear-gradient(45deg, transparent 0, #d5deee 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: color 0.3s ease-in-out;
  position: relative;
}
@-moz-document url-prefix() {
  .form_submi_btn__item {
    background-size: 50% 50%;
  }
}
.form_submi_btn.c-return .form_submi_btn__item {
  background: #dddddd;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #dddddd 0) top left, linear-gradient(225deg, transparent 0, #dddddd 0) top right, linear-gradient(315deg, transparent 7px, #dddddd 0) bottom right, linear-gradient(45deg, transparent 0, #dddddd 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
}
@-moz-document url-prefix() {
  .form_submi_btn.c-return .form_submi_btn__item {
    background-size: 50% 50%;
  }
}
.form_submi_btn__item:hover::before {
  opacity: 1;
}
.form_submi_btn__item:hover .cont ._input {
  color: #eb2e3b;
}
.form_submi_btn__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #adb6c6;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #adb6c6 0) top left, linear-gradient(225deg, transparent 0, #adb6c6 0) top right, linear-gradient(315deg, transparent 7px, #adb6c6 0) bottom right, linear-gradient(45deg, transparent 0, #adb6c6 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@-moz-document url-prefix() {
  .form_submi_btn__item::before {
    background-size: 50% 50%;
  }
}
.form_submi_btn.c-return .form_submi_btn__item::before {
  background: #eeeeee;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #eeeeee 0) top left, linear-gradient(225deg, transparent 0, #eeeeee 0) top right, linear-gradient(315deg, transparent 7px, #eeeeee 0) bottom right, linear-gradient(45deg, transparent 0, #eeeeee 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
}
@-moz-document url-prefix() {
  .form_submi_btn.c-return .form_submi_btn__item::before {
    background-size: 50% 50%;
  }
}
.form_submi_btn__item .cont {
  display: block;
  background: #ffffff;
  /* fallback */
  background: linear-gradient(135deg, transparent 6px, #ffffff 0) top left, linear-gradient(225deg, transparent 0, #ffffff 0) top right, linear-gradient(315deg, transparent 6px, #ffffff 0) bottom right, linear-gradient(45deg, transparent 0, #ffffff 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: background 0.3s ease-in-out;
  position: relative;
}
@-moz-document url-prefix() {
  .form_submi_btn__item .cont {
    background-size: 50% 50%;
  }
}
.form_submi_btn__item .cont::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 16px);
  border-right: 1px dotted #d5deee;
  z-index: 10;
}
.form_submi_btn.c-return .form_submi_btn__item .cont::before {
  left: 22px;
  right: auto;
  border-right: 1px dotted #dddddd;
}
.form_submi_btn__item .cont::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "FontAwesome";
  color: #ed1b29;
  font-weight: 900;
  font-size: 16px;
  z-index: 10;
}
.form_submi_btn.c-return .form_submi_btn__item .cont::after {
  content: "\f104";
  right: auto;
  left: 8px;
  color: #cccccc;
}
.form_submi_btn__item .cont ._input {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 16px;
  line-height: 56px;
  cursor: pointer;
  color: #26346e;
  transition: 0.3s ease-in-out;
}
.form_submi_btn.c-return .form_submi_btn__item .cont ._input {
  color: #999999;
}

/*# sourceMappingURL=common_contact.css.map */
