@charset "UTF-8";
/*
data-sc-sp
data-sc-pc
data-sc-onlyPc
data-sc-tab
data-sc-pcMin
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ
	@include f_min();
	@include f_min(400);Reguler
	@include f_min(600);SemiBold
*/
/*
* "はんなり明朝" licensed under the IPA Font License Agreement v1.0
* https://typingart.net/?p=44（配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@font-face {
  font-family: "hannari";
  src: url("/common/font/hannari.woff2") format("woff2"), url("/common/font/hannari.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* -----------------------------------------------------------------------------

既存CSS継承

----------------------------------------------------------------------------- */
input,
select,
textarea,
button {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  input,
  select,
  textarea,
  button {
    font-size: 0.16rem;
  }
}

/* -----------------------------------------------------------------------------

追加CSS 2023.2.9

----------------------------------------------------------------------------- */
.renewWrap .contHeader {
  height: 1.33rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .contHeader {
    padding-top: 0.25rem;
    height: auto;
  }
}
.renewWrap .mod_inquiry_contact {
  width: 100%;
  max-width: 10rem;
  margin: auto;
  padding-bottom: 0.63rem;
}
@media print, screen and (min-width: 641px) {
  .renewWrap .mod_inquiry_contact {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact {
    padding: 0.25rem 0.15rem;
    box-sizing: border-box;
  }
}
.form_confirm .renewWrap .mod_inquiry_contact {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .form_confirm .renewWrap .mod_inquiry_contact {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .form_confirm .renewWrap .mod_inquiry_contact {
    padding-top: 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .form_complete .renewWrap .mod_inquiry_contact {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .form_complete .renewWrap .mod_inquiry_contact {
    padding-top: 0.15rem;
  }
}
.form_confirm .renewWrap .mod_inquiry_contact .in {
  display: none;
}
.form_complete .renewWrap .mod_inquiry_contact .in {
  display: none;
}
.renewWrap .mod_inquiry_contact .tel_btn_wrap {
  width: 100%;
  height: 0.75rem;
  background-image: url(/img/contact/header_tel_pc.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .tel_btn_wrap {
    height: 44.72vw;
    background-image: url(/img/contact/header_tel_sp.svg);
  }
}
.renewWrap .mod_inquiry_contact .tel_btn_wrap .tel {
  display: block;
  width: 100%;
  height: 100%;
}
.renewWrap .mod_inquiry_contact .inquiry_wrap {
  margin-top: 0.15rem;
  background-color: #ebf4f3;
  border-radius: 0.18rem;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .inquiry_wrap {
    border-radius: 0.2rem;
    padding: 0 0.2rem 0.17rem;
  }
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .inquiry_title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0 0.2rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .inquiry_wrap .inquiry_title_wrap {
    padding: 0.25rem 0 0.2rem;
  }
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .inquiry_title_wrap .small_text {
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.21rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #03888e;
  position: relative;
  top: 0.03rem;
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .inquiry_title_wrap .free_icon {
  width: 0.826rem;
  height: 0.385rem;
  background-image: url(/img/contact/icon_free.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.05rem;
  margin: 0 0.1rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .inquiry_wrap .inquiry_title_wrap .free_icon {
    width: 0.65rem;
    height: 0.31rem;
    margin: 0 0.1rem 0 0;
  }
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .inquiry_title_wrap .big_text {
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.41rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #03888e;
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .inquiry_wrap .inquiry_title_wrap .big_text {
    font-size: 0.385rem;
    letter-spacing: 0.09em;
  }
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 7.4rem;
  padding: 0.22rem 0.27rem 0.25rem;
  background-color: #dae8e9;
  border-radius: 0.21rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox {
    padding: 0;
    background-color: transparent;
  }
  .renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .sp_text {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-size: 0.145rem;
    letter-spacing: 0.07em;
    line-height: 1.72;
    font-feature-settings: "palt";
  }
  .os-android .renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .sp_text {
    font-family: "Noto Serif JP", serif;
  }
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .book_wrap {
  position: absolute;
  top: -0.12rem;
  right: -0.5rem;
  width: 3.2rem;
  height: 1.91rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .book_wrap {
    width: 1.4rem;
    height: 1.1rem;
    top: -0.05rem;
    right: -0.4rem;
  }
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .book_wrap .main {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .book_wrap .main {
    width: 100%;
    height: 100%;
  }
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .book_wrap .sub {
  position: absolute;
  left: 0;
  bottom: 0;
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .book_wrap .ph {
  margin: 0;
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .pointDetail > li {
  position: relative;
  padding-left: 0.65rem;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.175rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #473933;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .pointDetail > li {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .pointDetail > li {
    padding-left: 0.65rem;
    font-size: 0.15rem;
    letter-spacing: 0.05em;
    line-height: 1.66;
  }
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .pointDetail > li:before {
  content: "";
  position: absolute;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .pointDetail > li + li {
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .pointDetail > li + li {
    margin-top: 0.15rem;
  }
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .pointDetail .point01:before {
  top: calc(50% - 0.17rem);
  left: 0;
  background-image: url("/common/img/mod_inquiry_point_ico01.png");
  width: 0.52rem;
  height: 0.34rem;
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .pointDetail .point02:before {
  top: calc(50% - 0.21rem);
  left: 0.12rem;
  background-image: url("/common/img/mod_inquiry_point_ico02.png");
  width: 0.36rem;
  height: 0.42rem;
}
.renewWrap .mod_inquiry_contact .inquiry_wrap .pointBox .pointDetail .point03:before {
  top: calc(50% - 0.19rem);
  left: 0.1rem;
  background-image: url("/common/img/mod_inquiry_point_ico03.png");
  width: 0.44rem;
  height: 0.38rem;
}
.renewWrap .sec_form {
  background-color: #f3efec;
  padding: 0.8rem 0;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form {
    padding: 0.4rem 0.15rem 0.65rem;
  }
}
@media print, screen and (min-width: 641px) {
  .form_confirm .renewWrap .sec_form, .form_complete .renewWrap .sec_form {
    padding: 0.4rem 0;
  }
}
@media screen and (max-width: 640px) {
  .form_confirm .renewWrap .sec_form, .form_complete .renewWrap .sec_form {
    padding-top: 0.15rem;
  }
}
.renewWrap .sec_form .in {
  max-width: 10rem;
  margin: auto;
  background-color: #fff;
  border-radius: 0.18rem;
  padding: 0 0.6rem 0.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .in {
    border-radius: 0.15rem;
    padding: 0 0.15rem 0.15rem;
  }
}
.renewWrap .sec_form .step_wrap {
  position: relative;
}
.form_confirm .renewWrap .sec_form .step_wrap::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #ce0a0a;
}
@media screen and (max-width: 640px) {
  .form_confirm .renewWrap .sec_form .step_wrap::after {
    font-feature-settings: "palt";
  }
}
@media print, screen and (min-width: 641px) {
  .form_confirm .renewWrap .sec_form .step_wrap::after {
    content: "入力内容にお間違いが無いかご確認ください。";
    padding: 0.15rem 0 0.4rem;
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .form_confirm .renewWrap .sec_form .step_wrap::after {
    content: "入力内容にお間違いが無いか\aご確認ください。";
    padding: 0.1rem 0;
    font-size: 0.2rem;
    white-space: pre;
  }
}
.renewWrap .sec_form .step_wrap .step_title {
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 100%;
  background-color: #03888e;
  padding: 0.2rem 0;
  border-radius: 0.2rem;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .step_wrap .step_title {
    padding: 0.185rem 0;
    font-size: 0.18rem;
    top: -0.185rem;
  }
}
.form_confirm .renewWrap .sec_form .step_wrap .step_title {
  display: none;
}
.renewWrap .sec_form .step_wrap .list {
  padding: 0.6rem 0 0.36rem;
  max-width: 3.53rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .step_wrap .list {
    padding: 0.4rem 0 0.25rem;
    max-width: calc(100% - 0.3rem);
    margin-left: 0.15rem;
  }
}
.renewWrap .sec_form .step_wrap .list::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #473933;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .step_wrap .list::before {
    height: 0.04rem;
    top: 48%;
  }
}
.renewWrap .sec_form .step_wrap .list::after {
  content: "";
  width: 0;
  height: 0.04rem;
  background-color: #03888e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .step_wrap .list::after {
    height: 0.04rem;
    top: 48%;
  }
}
.renewWrap .sec_form .step_wrap .list .detail {
  width: 0.71rem;
  position: relative;
  z-index: 2;
}
.renewWrap .sec_form .step_wrap .list .detail .num {
  width: 100%;
  height: 0.71rem;
  background-color: #473933;
  border-radius: 0.71rem;
  text-align: center;
  color: #fff;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 0.26rem;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .step_wrap .list .detail .num {
    font-size: 0.2rem;
  }
}
.renewWrap .sec_form .step_wrap .list .detail .num span {
  font-size: 0.154rem;
  display: block;
  padding-top: 0.13rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .step_wrap .list .detail .num span {
    padding-top: 0.19rem;
    font-size: 0.12rem;
  }
}
.renewWrap .sec_form .step_wrap .list .detail .txt {
  text-align: center;
  padding-top: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .step_wrap .list .detail .txt {
    font-size: 0.13rem;
  }
}
.renewWrap .sec_form .step_wrap.step1 .list::after {
  width: 50%;
}
.renewWrap .sec_form .step_wrap.step1 .list .detail:nth-child(1) .num {
  background-color: #03888e;
}
.renewWrap .sec_form .step_wrap.step1 .list .detail:nth-child(1) .txt {
  color: #03888e;
}
.renewWrap .sec_form .step_wrap.step2 .list::after {
  width: 100%;
}
.renewWrap .sec_form .step_wrap.step2 .list .detail:nth-child(1) .num, .renewWrap .sec_form .step_wrap.step2 .list .detail:nth-child(2) .num {
  background-color: #03888e;
}
.renewWrap .sec_form .step_wrap.step2 .list .detail:nth-child(1) .txt, .renewWrap .sec_form .step_wrap.step2 .list .detail:nth-child(2) .txt {
  color: #03888e;
}
.renewWrap .sec_form .step_wrap.step3 .list::after {
  width: 100%;
}
.renewWrap .sec_form .step_wrap.step3 .list .detail .num {
  background-color: #03888e;
}
.renewWrap .sec_form .step_wrap.step3 .list .detail .txt {
  color: #03888e;
}
.renewWrap .sec_form .form_wrapp .brder_box {
  border-top: 2px solid rgba(122, 113, 110, 0.2);
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box {
    border-top: 0;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(122, 113, 110, 0.2);
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl {
    border-bottom: 0;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dt {
  width: 2.3rem;
  padding: 0.3rem 0;
  font-size: 0.15rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #473933;
  position: relative;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dt {
    width: 100%;
    font-size: 0.14rem;
    padding: 0.3rem 0 0.1rem;
    border-bottom: 2px solid rgba(122, 113, 110, 0.2);
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd {
  width: calc(100% - 2.3rem);
  box-sizing: border-box;
  padding: 0.3rem 0 0.3rem 0.45rem;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  color: #473933;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd {
    width: 100%;
    font-size: 0.15rem;
    padding: 0.15rem 0;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd p {
  color: #473933;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd p {
    font-size: 0.14rem;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=text],
.renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=email] {
  border: 1px solid #DDD;
  padding: 0.1rem;
  margin: -0.1rem 0;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=text],
  .renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=email] {
    margin-top: 0;
    padding: 0.17rem 0.1rem;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd textarea {
  border: 1px solid #DDD;
  padding: 0.1rem;
  min-height: 1.61rem;
  width: 100%;
  box-sizing: border-box;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd textarea {
    min-height: 2.5rem;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=checkbox] {
  border: 1px solid #a39c99;
  border-radius: 0.02rem;
  width: 0.16rem;
  height: 0.16rem;
  box-sizing: border-box;
  margin: 0 0.05rem 0 0;
  position: relative;
  top: -0.02rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=checkbox] {
    width: 0.15rem;
    height: 0.15rem;
    top: -0.01rem;
    margin: 0 0.03rem 0 0;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=checkbox]:checked::after {
  content: "";
  width: 0.18rem;
  height: 0.13rem;
  background-image: url(/img/contact/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.02rem;
  right: -0.06rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=checkbox]:checked::after {
    width: 0.15rem;
    height: 0.12rem;
    right: -0.04rem;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=radio] {
  border: 1px solid #a39c99;
  width: 0.16rem;
  height: 0.16rem;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  border-radius: 0.16rem;
  top: -0.02rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=radio] {
    top: -0.02rem;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd input[type=radio]:checked::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background-color: #03888e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd input[name=u_name],
.renewWrap .sec_form .form_wrapp .brder_box dl dd input[name=pos_code],
.renewWrap .sec_form .form_wrapp .brder_box dl dd input[name=u_date] {
  width: 2.5rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd input[name=u_name],
  .renewWrap .sec_form .form_wrapp .brder_box dl dd input[name=pos_code],
  .renewWrap .sec_form .form_wrapp .brder_box dl dd input[name=u_date] {
    width: 100%;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd input[name=u_mail] {
  margin-bottom: 0.1rem;
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd p + p > input[type=text] {
  margin-top: 0.05rem;
  margin-bottom: 0;
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd p + p > input.mb10 {
  margin-bottom: 0.15rem;
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd .horizontal-item {
  padding-right: 0.2rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd .horizontal-item {
    display: block;
    padding-right: 0;
    padding-top: 0.13rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd.subject_list .horizontal-item {
    display: block;
    padding-right: 0;
    padding-top: 0.13rem;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd.subject_list .yuusou_chk {
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl dd.subject_list .yuusou_chk {
    font-size: 0.14rem;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd.add {
  padding-bottom: 0.15rem;
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd.add .add_title {
  padding-bottom: 0.05rem;
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd.add input[type=text] {
  margin: 0 0 0.15rem;
}
.renewWrap .sec_form .form_wrapp .brder_box dl dd .error {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.14rem;
  margin-top: 0.15rem;
}
.renewWrap .sec_form .form_wrapp .brder_box dl.ninni dt::after {
  content: "任意";
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #666;
  padding: 0.02rem 0.04rem 0;
  border-radius: 0.05rem;
  position: absolute;
  right: 0;
  top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl.ninni dt::after {
    font-size: 0.12rem;
    top: 0.28rem;
    padding: 0.01rem 0.04rem 0.01rem;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl.hissu dt::after {
  content: "必須";
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #03888e;
  padding: 0.02rem 0.04rem 0;
  border-radius: 0.05rem;
  position: absolute;
  right: 0;
  top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl.hissu dt::after {
    font-size: 0.12rem;
    top: 0.28rem;
    padding: 0.01rem 0.04rem 0.01rem;
  }
}
.form_confirm .renewWrap .sec_form .form_wrapp .brder_box dl.ninni dt::after, .form_confirm .renewWrap .sec_form .form_wrapp .brder_box dl.hissu dt::after {
  display: none !important;
}
.renewWrap .sec_form .form_wrapp .brder_box dl .jyoukyo .isogi {
  color: #c66061;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl .jyoukyo .isogi {
    font-size: 0.15rem;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl .jyoukyo .isogi a {
  color: #c66061;
  font-weight: 700;
  text-decoration: underline;
}
.renewWrap .sec_form .form_wrapp .brder_box dl .jyoukyo .horizontal-item {
  display: block;
  padding-right: 0;
  padding-top: 0.13rem;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .brder_box dl.s_mail .mwform-checkbox-field .mwform-checkbox-field-text {
    font-size: 0.14rem;
  }
}
.renewWrap .sec_form .form_wrapp .brder_box dl.s_mail .error {
  margin-top: 0;
}
.renewWrap .sec_form .form_wrapp .submit {
  width: 100%;
  max-width: 3.9rem;
  margin: 0.5rem auto 0;
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .submit {
    margin: 0.25rem auto 0;
  }
}
.no-touchevents .renewWrap .sec_form .form_wrapp .submit:hover {
  opacity: 0.5;
}
.renewWrap .sec_form .form_wrapp .submit input[type=submit] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.5rem;
  border-radius: 0.14rem;
  background-color: #78a98c;
  margin: auto;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.16rem;
  letter-spacing: 0.11em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .submit input[type=submit] {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .submit input[type=submit] {
    width: 100%;
    height: 0.5rem;
    border-radius: 0.07rem;
    font-size: 0.15rem;
  }
}
.renewWrap .sec_form .form_wrapp .submit:before {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: calc(50% - 0.15rem);
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("/common/img/btn_arrow_green02.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .renewWrap .sec_form .form_wrapp .submit:before {
    top: calc(50% - 0.14rem);
    width: 0.28rem;
    height: 0.28rem;
  }
}
.renewWrap .sec_form .none {
  display: none;
}
.renewWrap .mw_wp_form_input .step_wrap .list::after {
  width: 50%;
}
.renewWrap .mw_wp_form_input .step_wrap .list .detail:nth-child(1) .num {
  background-color: #03888e;
}
.renewWrap .mw_wp_form_input .step_wrap .list .detail:nth-child(1) .txt {
  color: #03888e;
}
.renewWrap .mw_wp_form_input .desc, .renewWrap .mw_wp_form_input .waribiki, .renewWrap .mw_wp_form_input .thanks_btn_wrap {
  display: none;
}
.renewWrap .mw_wp_form_confirm .step_wrap .list::after {
  width: 100%;
}
.renewWrap .mw_wp_form_confirm .step_wrap .list .detail:nth-child(2) .num {
  background-color: #03888e;
}
.renewWrap .mw_wp_form_confirm .step_wrap .list .detail:nth-child(2) .txt {
  color: #03888e;
}
.renewWrap .mw_wp_form_confirm .isogi {
  display: none;
}
.renewWrap .mw_wp_form_confirm .add .add_title {
  display: none;
}
.renewWrap .mw_wp_form_confirm .desc, .renewWrap .mw_wp_form_confirm .waribiki, .renewWrap .mw_wp_form_confirm .thanks_btn_wrap {
  display: none;
}
.renewWrap .mw_wp_form_complete .step_wrap .list::after {
  width: 100%;
}
.renewWrap .mw_wp_form_complete .step_wrap .list .detail .num {
  background-color: #03888e;
}
.renewWrap .mw_wp_form_complete .step_wrap .list .detail .txt {
  color: #03888e;
}
.renewWrap .mw_wp_form_complete .desc {
  padding: 0.4rem 0 0.3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .renewWrap .mw_wp_form_complete .desc {
    padding: 0.2rem 0 0.15rem;
  }
}
.renewWrap .mw_wp_form_complete .desc .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.28rem;
  font-weight: 600;
  padding-bottom: 0.2rem;
}
.os-android .renewWrap .mw_wp_form_complete .desc .title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .renewWrap .mw_wp_form_complete .desc .title {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .renewWrap .mw_wp_form_complete .desc .txt {
    text-align: justify;
  }
}
.renewWrap .mw_wp_form_complete .waribiki {
  padding: 0.3rem;
  border-radius: 0.18rem;
  background-color: #EBF3F3;
  margin-bottom: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .renewWrap .mw_wp_form_complete .waribiki {
    padding: 0.2rem;
    border-radius: 0.08rem;
    margin-bottom: 0.25rem;
  }
}
.renewWrap .mw_wp_form_complete .waribiki .title {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.2rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .renewWrap .mw_wp_form_complete .waribiki .title {
    font-size: 0.16rem;
  }
}
.renewWrap .mw_wp_form_complete .waribiki .yel_box {
  width: 100%;
  max-width: 4rem;
  margin: 0.15rem auto 0;
  background-color: #78a98c;
  border-radius: 0.08rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .mw_wp_form_complete .waribiki .yel_box {
    border-radius: 0.04rem;
    margin-bottom: 0.1rem;
  }
}
.renewWrap .mw_wp_form_complete .waribiki .yel_box .txt {
  font-size: 0.18rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .renewWrap .mw_wp_form_complete .waribiki .yel_box .txt {
    font-size: 0.15rem;
  }
}
.renewWrap .mw_wp_form_complete .waribiki .textbox .txt {
  font-size: 0.2rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .mw_wp_form_complete .waribiki .textbox .txt {
    font-size: 0.16rem;
    line-height: 1.45;
  }
}
.renewWrap .mw_wp_form_complete .waribiki .textbox .red_txt {
  color: #c66061;
  font-weight: 700;
}
.renewWrap .mw_wp_form_complete .waribiki .textbox .big_txt {
  font-size: 0.28rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .mw_wp_form_complete .waribiki .textbox .big_txt {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 640px) {
  .renewWrap .mw_wp_form_complete .thanks_btn_wrap {
    padding-bottom: 0.2rem;
  }
}
.renewWrap .mw_wp_form_complete .form_wrapp {
  display: none;
}

.mod_inquiry {
  display: none;
}/*# sourceMappingURL=contact.css.map */