@charset "utf-8";
.entry {
  position: relative;
  z-index: 2;
}
.link {
  text-decoration: underline;
}
.container {
  position: relative;
}
main {
  background: #FFFDF5;
}
main p,a,ul,li,address,h1,h2,h3,h4,h5,h6,div {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', Meiryo, "sans-serif";
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0px;
  color: #000;
}
.wrapper_right {
  max-width: calc(100% - 210px);
  margin-left: auto;
  background: #fff;
}

/* iOSでのデフォルトスタイルをリセット
============================================== */
input[type="submit"],input[type="reset"],input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* form共通
============================================== */
.w_all {width: 100%;}
.w_full {width: 75%;}
.w_middle {width: 65%;}
.w_half {width: 50%;}

.required {color: red;}

input[type="text"], input[type="email"], input[type="password"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  padding: 8px 5px;
    box-sizing: border-box;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
  box-shadow: 0 0 7px #aaa;
}
select {
    padding: 5px;
    border: 1px solid #aaa;
}
/* checkbox ========== */
.form-input label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding-left: 20px;
    margin-bottom: 4px;
    &:last-of-type {
      margin-bottom: 0;
    }
}
[type="checkbox"], [type="radio"] {
    padding: 0;
    display: inherit;
    margin-top: 3px;
    margin-right: 8px;
    transform: scale(1.2);
    height: 16px;
}
/* 確認・送信 ========== */
input[type="submit"], input[type="reset"] {
    padding: 0;
    max-width: 242px;
    width: 100%;
    height: 70px;
    color: #fff;
    margin: 0;
    border-radius: 15px;
    background: #E00037;
    font-size: 1em;
  font-family: 'Noto Sans JP', "sans-serif", Meiryo;
}
input[type="reset"] {
  background: #CBCBCB;
}
input[name="ret"] {
  background: #CBCBCB;
}
/* リセット・戻る ========== */
input[type="reset"], input[type="submit"].back {
    background: #CBCBCB;
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    opacity: .8;
}
input[type="submit"]:active, input[type="reset"]:active, button:active {
    opacity: .8;
}
input.zipcode-3 {
    width: 45px;
}
input.zipcode-4 {
    width: 55px;
}
/* error
============================================== */
p.errmsg {
  color:#ff0000;
  margin:0px;
}
.msgarea {
  color:#ff0000;
  max-width: 1280px;
  margin: 20px auto;
  padding: 10px 5%;
}
.top_description {
  line-height: 2;
  margin: 44px auto 0;
  padding: 0 5%;
  text-align: justify;
  max-width: 1280px;
}
.top_caution {
  margin: 20px auto 0;
  padding: 0 5%;
  max-width: 1280px;
}
/* 以下ページごと
============================================== */
[type="checkbox"] {
    padding: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    accent-color: #0083BC;
}
/* 以下ページごと
============================================== */
.page_visual {
  background: url("../img/page_visual.png") center no-repeat;
  background-size: cover;
}
.tel_box {
  margin-top: 52px;
  padding: 82px 110px;
  background: #EFEFEF;
}
.top_text {
  margin: 50px auto 0;
  max-width: 1280px;
  padding: 0 5%;
  color: #000;
}
.form_table {
  padding: 0 5%;
  max-width: 1280px;
  margin: 0 auto;
}

/* TOPへ戻る ========== */
.back_btn {
  position: relative;
  padding: 10px;
  max-width: 240px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  margin: 50px auto 0;
  background: #81C8CD;
}
.back_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  color: #FFF;
  display: block;
  letter-spacing: 3.2px;
}
.thanks_text {
  margin-top: 50px;
  text-align: center;
}
.common_link.ex {
  margin-top: 20px;
}
.common_link.ex:hover{
  transition: all 0.3s;
  background: rgb(0,0,0,1);
  color: #000;
}

.anc_box {
  max-width: 676px;
  width: 100%;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.anc_btn {
  max-width: 328px;
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(74deg, #CF3131 6.25%, #FC5A5A 93.9%);
  box-shadow: 5px 5px 0px 0px rgba(63, 63, 63, 0.25);
  span {
    position: relative;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    margin-left: 30px;
    &::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  }
}
.anc_tel {
  display: none;
  @media screen and (max-width: 767px) {
    display: flex;
  }
}
.anc_mail span::before {
  background: url(../img/mail.svg) no-repeat center/cover;
  width: 24px;
  height: 19px;
  left: -30px;
}
.anc_tel span::before {
  background: url(../img/tel.svg) no-repeat center/cover;
  width: 28px;
  height: 28px;
  left: -36px;
}


/* table ========== */

.form-field {
  display: table-cell;
  width: 236px;
  padding: 20px 10px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  background: #0083BC;
  border-bottom: 1px solid #D0D0D0;
}
.form-input {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #D0D0D0;
}
.inline-block {
  display: inline-block;
}
.form-input.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.flex_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-element-container {
  display: table;
  width: 100%;
  margin: 28px auto 0;
  border-top: 1px solid #D0D0D0;
}
.form-field-input-pair {
  display: table-row;
}
.form-field-input-pair:nth-child(odd) {
    background: #EEEEEE;
}
.ml_20 {
  margin-left: 20px;
  font-weight: 400;
  color: #000;
}
.mt {
  font-weight: 400;
  color: #000;
}
.mt_20 {
  margin-top: 20px;
  font-weight: 400;
  color: #000;
}
.mt_20 {
  margin-top: 20px;
}
.mr_10 {
  margin-right: 10px;
}
/* 確認部分
============================================== */
.btn_box {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 160px;
  text-align: center;
  padding: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px 70px;
}
.btn_des {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  width: 100%;
  text-align: center;
}
/* 三角フロー図
============================================== */
.flow-triangle{
  list-style-type: none;
  display:table;
  width:100%;
  max-width: 1280px;
  padding: 0 5%;
  margin: 0 auto;
  overflow:hidden;
}
.flow-triangle li {
    display: table-cell;
    position: relative;
    background: #CBCBCB;
    padding: 0.7em 0.5em 0.6em 2em;
    color: #0083BC;
    font-weight: bold;
    text-align: center;
    width: 33%;
}
.flow-triangle li:last-child{
  padding-right: 1em;
}
.flow-triangle li:last-child:before,
.flow-triangle li:last-child:after{
  display:none;
}
.flow-triangle li:before,
.flow-triangle li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.flow-triangle li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}
.flow-triangle li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #CBCBCB;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}
.flow-triangle li.is-current {
    background: #0083BC;
    color: #fff;
}
.flow-triangle li.is-current:after{
  border-color: transparent transparent transparent #0083BC;
}
.flow-triangle span {
    display: inline-flex;
    justify-content: center;
    margin-right: 10px;
    width: 23px;
    height: 23px;
    background: #fff;
    color: #0083BC;
    line-height: 1.5;
}
.flow-triangle .is-current span {
    background: #fff;
    color: #0083BC;
}
/* ページ固有
------------------------------------------------------
------------------------------------------------------*/

#contact-form {
  padding: 0 5%;
  max-width: 1280px;
  margin: 0 auto;
}
.common_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 241px;
  height: 40px;
  border-radius: 50px;
  background: #0083BC;
  position: relative;
  color: #fff;
  margin: 40px auto;
}


/* 固有レスポンシブ
------------------------------------------------------
------------------------------------------------------*/
/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 767px) {
  .page_visual {
    background-position: left;
  }
  .ml_20 {
    margin-left: 0;
  }
  .w_full ,.w_middle , .w_half.mail{
    width: 100%;
    max-width: calc(100% - 7em);
}
.anc_box {
  flex-direction: column;
  gap: 10px;
  padding: 0 5%;
}
  .form-element-container {
    margin: 30px auto 0;
    border-top: 1px solid var(--main-color02);
  }
  .form-field-input-pair {
    display: block;
}
  .form-field {
    display: block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
    padding: 10px 5%;
    text-align: left;
}
  .form-input {
    width: 100%;
    padding: 10px 5%;
    box-sizing: border-box;
    display: block;
  }
  .form-input.flex {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
  }
  .form-input label {
    max-width: 100%;
    padding-left: 0;
  }
input[type="submit"], input[type="reset"], button {
    width: 140px;
    height: 60px;
}
/* 三角フロー図 ----------------------------*/
.flow-triangle {
    display: flex;
    margin-top: 30px;
}
.flow-triangle span {
    display: block;
    margin: 0 auto 2px;
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
}
.flow-triangle li {
    padding: 8px 1% 5px 3%;
    font-size: 1.2rem;
    width: 33%;
}
/* 確認部分
============================================== */
.btn_box {
  padding: 0 0 30px;
  margin: 50px auto 0;
  gap: 20px 35px;
}
.btn_des {
  margin-bottom: 20px;
}
.flex_box {
  gap: 40px;
}
.thanks_text {
  padding: 0 5%;
}
}
