@charset "utf-8";
/* contact お問い合わせ
----------------------------------------------------------------------------------------------*/

.contact_form {
  width: 100%;
  background: linear-gradient(90deg, #F3F8FA 0%, #DAEBF4 100%);
  margin-top: 4em;
  padding: 60px 0;
}

.contact_form_inner {
  width: clamp(50px, 90%, 780px);
  margin-inline: auto;
}

.mf_01_tbl {
  width: 100%;
}

.mf_01_tbl tr {
  display: flex;
  flex-direction: column;
}

.mf_01_tbl th {
  font-weight: bold;
  margin-top: 2.5em;
}

.mf_01_tbl tr:nth-child(1) th {
  margin-top: 0;
}

.mf_req {
  color: #fff;
  font-size: .8em;
  font-weight: 700;
  padding: 2px 7px 3px;
  margin-left: .8em;
  display: inline-block;
  transform: translateY(-.2em);
  border-radius: 2px;
  background: #D11E1E;
}

.mf_nini {
  color: #fff;
  font-size: .7em;
  padding: 2px 7px;
  background: #9b9b9c;
  margin-right: .8em;
  display: inline-block;
  transform: translateY(-.2em);
  border-radius: 3px;
}

.mf_hidden {
  display: none;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.mf_01_tbl td {
  margin-top: 12px;
  position: relative;
}
.mfbtn_ar {
  position: relative;
	width: 280px;
	margin-inline: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#mfbtn_send, #mfbtn_back {
	border: none;
  position: relative;
  display: inline-block;
	cursor: pointer;
  border-radius: 100px;
  background: linear-gradient(90deg, #47A1D2 0%, #2987EA 100%);
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 600;
	display: block;
	margin-inline: auto;
	margin-top: 2em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mfbtn_ar::after {
  content: '→';
  color: #fff;
  position: absolute;
  top: 29%;
  right: 15px;
  width: 1.4em;
  height: 1.4em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#mfbtn_send:hover, #mfbtn_back:hover {
	filter: brightness(1.2);
}

.mfbtn_ar:hover::after {
  right: 10px;
}

.error_messe {
	color: #f00;
	margin: 0 0 10px;
}

.thanks_ttl {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 24px;
  color: #000;
}

.thanks_txt {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  margin-top: 2em;
  line-height: 2;
}

input,
textarea {
	width: 100%;
	padding: 13px 1em;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 3px;
}

textarea {
	width: 100%;
}
input[type=radio] {
	width: initial;
	display: inline-block;
}
input.form-control-zip {
	padding: 10px 1em 10px 3.5em;
}
.long {
	width: 100%;
	box-sizing: border-box;
}

label {
  font-weight: bold;
  cursor: pointer;
}
.label_ttl {
  display: block;
  margin-bottom: 10px;
}
.form_set {
  margin-bottom: 20px;
}
select {
	padding: 13px 1em;
	font-size: 16px;
	border-radius: 3px;
	width: 100%;
  border: #ebebec solid 1px;
}
.hiss {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  padding: 3px 5px;
  background: #e60012;
  line-height: 1.2;
  margin-left: .8em;
  transform: translatey(-.2em);
}
.cheack {
  text-align: center;
}

input[type="submit"],
input[type="button"] {
   -webkit-appearance: none;
   border-radius: 0;
}

::placeholder {
  color: #b5b5b6;
}

.from-column {
  display: flex;
  gap: 1em;
}
.form-zip {
  position: relative;
  width: calc((100% - 1em) / 2);
}
.form-zip::after {
  content: "〒";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #232323;
  background: #ebebec;
  padding: .4em .7em;
  border: 1px solid #9b9b9c;
  border-radius: 3px 0 0 3px;
}
.form-prefecture {
  width: calc((100% - 1em) / 2);
}

.contact_notes {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 1.5em;
}

/* 確認画面 */
.kakunin_ttl {
    color: #fff;
    text-align: center;
    background: #000;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 5px 0;
    line-height: 1.2;
}
.kakunin_t01 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.contact_section01 {
  width: clamp(50px, 90%, 920px);
  margin-inline: auto;
  padding: 60px 0 0;
}

._inline {
  display: flex;
  gap: 1em;
  align-items: flex-end;
}
._inline input,
._inline select {
  width: auto;
}

._inline input {
  width: 6em;
}

@media screen and (max-width:768px){
  /*----------------------------------------------------------------------------------------------
	contact sp
----------------------------------------------------------------------------------------------*/


  input,
  textarea {
    padding: .5em;
    font-size: 1.2em;
  }
  select {
    font-size: 1.2em;
    padding: .5em;
	-webkit-appearance: none;
	appearance: none;
  }
  .hiss {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    background: #e60012;
    line-height: 1.2;
    position: inherit;
    right: inherit;
    margin-left: 10px;
  }

  /* 確認画面 */
  .kakunin_ttl {
      color: #fff;
      text-align: center;
      background: #000;
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 20px;
      padding: 5px 0;
      line-height: 1.2;
  }
  .kakunin_t01 {
    text-align: center;
      font-size: 14px;
      margin-bottom: 30px;
  }

  .thanks_ttl {
    font-size: 20px;
  }

  .contact_section01 {
    width: clamp(50px, 90%, 920px);
    margin-inline: auto;
    padding: 40px 0 0;
  }

  .contact_ttl {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 21px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.1;
    color: #3e3a39;
    display: flex;
    flex-direction: column;
  }
  .contact_ttl .u-en {
    display: none;
  }

  .contact_txt01 {
    margin-top: 2em;
  }

  .contact_form {
    width: 100%;
    margin-top: 2em;
    padding: 30px 0 60px;
  }

  .mf_01_tbl {
    width: 100%;
  }

  .mf_01_tbl tr {
    display: flex;
    flex-direction: column;
    border-top: 0.8px dashed #040000;
    padding: 1.2em 0;
  }

	.mf_01_tbl tr:first-child {
	    border-top: none;
	}

  .mf_01_tbl tr.mf_noborder01 {
    padding: 1.2em 0 0;
  }

  .mf_01_tbl tr.mf_noborder02 {
    border-top: none;
    padding: 0;
  }

  .mf_01_tbl tr.mf_noborder03 {
    border-top: none;
    padding: 0 0 1.2em;
  }

  .mf_01_tbl th {
    font-weight: bold;
    margin-top: 0;
  }

  .mf_01_tbl tr:nth-child(1) th {
    margin-top: 0;
  }

  .mf_req {
    color: #fff;
    font-size: .7em;
    padding: 2px 7px;
    background: #e60012;
    margin-right: .8em;
    display: inline-block;
    transform: translateY(-.2em);
    border-radius: 3px;
  }

  .mf_nini {
    color: #fff;
    font-size: .7em;
    padding: 2px 7px;
    background: #9b9b9c;
    margin-right: .8em;
    display: inline-block;
    transform: translateY(-.2em);
    border-radius: 3px;
  }

  .mf_hidden {
    display: none;
  }

  .mf_01_tbl td {
    margin-top: 12px;
    position: relative;
  }

  #mfbtn_send, #mfbtn_back {
    border: none;
    cursor: pointer;
    /* background: var(--color-main); */
    color: #fff;
    /* font-size: 18px; */
    /* font-weight: 700; */
    /* width: 220px; */
    /* height: 46px; */
    display: block;
    margin-inline: auto;
    margin-top: .5em;
  }
  
  .error_messe {
    color: #f00;
    margin: 0 0 10px;
  }

  .thanks_ttl {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 22px;
    color: #000;
    text-align: center;
  }

  .thanks_txt {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    margin-top: 2em;
  }

  input,
  textarea {
    width: 100%;
    padding: 10px 1em;
    font-size: 16px;
    /* border: 1px solid #9b9b9c; */
    border-radius: 3px;
  }
  textarea {
    width: 100%;
  }
  input[type=radio] {
    width: initial;
    display: inline-block;
  }
  input.form-control-zip {
    padding: 0.4em 1em 0.4em 3em;
  }
  .long {
    width: 100%;
    box-sizing: border-box;
  }

  label {
    font-weight: bold;
    cursor: pointer;
  }
  .label_ttl {
    display: block;
    margin-bottom: 10px;
  }
  .form_set {
    margin-bottom: 20px;
  }
  select {
    /* font-size: 1em; */
    padding: .6em 1em 0.6em .6em;
    /* border: 1px solid #9b9b9c; */
    border-radius: 3px;
    width: 100%;
  }
  .hiss {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
    background: #e60012;
    line-height: 1.2;
    margin-left: .8em;
    transform: translatey(-.2em);
  }
  .cheack {
    text-align: center;
  }

  input[type="submit"],
  input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  ::placeholder {
    color: #b5b5b6;
    font-size: .8em;
  }
  .from-column {
    display: flex;
    gap: 1em;
  }
  .form-zip {
    position: relative;
    width: calc((100% - 1em) / 2);
  }
  .form-zip::after {
    content: "〒";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #232323;
    background: #ebebec;
    padding: .35em .7em;
    border: 1px solid #9b9b9c;
    border-radius: 3px 0 0 3px;
  }
  .form-prefecture {
    width: calc((100% - 1em) / 2);
  }
}
