@charset "UTF-8";
.gnavi_wrap {
	display: none;
}
.f_cont01 .right_box {
	width: 281px;
}
@media screen and (max-width: 767px) {
	.f_cont01 .right_box {
		width: auto;
	}
	div.header .nav_btn  {
		display: none;
	}
	div.header .tel_btn {
		right: 7px !important;
	}
}

body.page-form {
  font-size: 16px;
}
.page-form .contents_wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.main-ttl {
  font-size: 84px;
  font-family: "DIN Condensed";
  font-weight: normal;
  line-height: 1;
  letter-spacing: 10px;
  text-align: center;
  vertical-align: middle;
  max-width: 960px;
  padding: 80px 0 50px;
  margin: 0 auto 25px;
  /* margin-bottom: 25px; */
  border-bottom: 6px solid #023894;
}
.main-ttl img {
  max-width: 286px;
  width: 65%;
}

.contents_top {
  margin-bottom: 75px;
}
.contents_top .sub-ttl {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #033887;
  line-height: 2;
  letter-spacing: 2px;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 20px;
}
.contents_top .lead-txt {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 40px;
}
.contents_top .form-nav {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.contents_top .form-nav span {
  display: inline-block;
  width: 32%;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b4b4b4;
}
.contents_top .form-nav span span {
  display: inline;
  border: none;
}
.contents_top .form-nav span.current {
  border-bottom: 6px solid #033887;
}

.form-item {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 50px;
}
.form-item__ttl {
  width: 31%;
  max-width: 290px;
  padding-left: 40px;
  margin-right: 1%;
  /* margin-right: 8%; */
  position: relative;
}
.required .form-item__ttl::before {
  position: absolute;
  content: "必　須";
  top: 2px;
  left: 175px;
  /* right: 0; */
  font-size: 14px;
  width: 55px;
  padding: 0 5px;
  color: #fff;
  background: #8f1515;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .required .form-item__ttl::before {
    top: -1px;
    line-height: 1.5;
    padding: 4px 5px 0px;
  }
}
.required .form-item__ttl .mobile-Only {
  display: none;
  font-size: 14px;
  width: 55px;
  padding: 0 5px;
  margin-left: 10px;
  color: #fff;
  background: #8f1515;
  text-align: center;
}
.form-item__input {
  width: 65%;
}

span.error {
  color: red;
  font-size: 14px;
}

.error_red{
  color: red;
}

/* フォームのリセットCSS ここから*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
/* フォームのリセットCSS ここまで*/

/* フォームの追加CSS */
input {
  padding: 10px 30px;
  width: 100%;
  height: 50px;
  background: #e0e7f2;
  border-radius: 5px;
}
select {
  color: #898989; /* 初期値の色変更 */
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  background-color: #e0e7f2;
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: 90% 50%;
  border-radius: 5px;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  input {
    padding: 10px 30px 4px;
  }
  select {
    padding: 10px 30px 4px;
  }
}

.radio label {
  position: relative;
  padding-left: 25px;
  margin-right: 1em;
}

.radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}

.radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #033887;
  border-radius: 50%;
}

/* IEのみ */
/* @media all and (-ms-high-contrast: none) {
  .radio label::before {
    top: 3px;
  }
  .radio input:checked + label::after {
    top: 5px;
  }
} */

/* windowsのみ適用 */
.win .radio label::before {
  top: 3px;
}
.win .radio input:checked + label::after {
  top: 5px;
}


.date .form-item__input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.date select {
  max-width: 110px;
  width: 17%;
  margin-right: 2%;
}
.date span {
  margin-right: 2%;
}
.date span.error_red {
  margin-right: 0;
}

.name .form-item__input {
  display: flex;
  flex-wrap: wrap;
}
.name .form-item__input input {
  width: 45%;
  margin-right: auto;
}
.name .form-item__input input:last-child {
  margin-right: 0;
}

.address-num .form-item__input input {
  width: 45%;
}

.address .form-item__input select {
  width: 45%;
  /* margin-bottom: 30px; */
}
.address .form-item__input input {
  margin-top: 30px;
}

.tel .form-item__input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tel .form-item__input input {
  max-width: 174px;
  width: 28%;
  margin-right: 15px;
  /* margin-right: 2%; */
}
.tel .form-item__input input:last-of-type {
  margin-right: 0;
}
.tel .form-item__input span {
  margin-right: 15px;
  /* margin-right: 2%; */
}
.tel .form-item__input p {
  width: 100%;
}

.ttl02 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 8px;
  margin-bottom: 45px;
}

.form-item.area {
  align-items: flex-start;
}
.form-item.area span {
  display: inline-block;
  width: 30%;
  margin-bottom: 18px;
}
.form-item.area span:last-child {
  width: 68%;
}

.form-item__input textarea {
  padding: 10px 30px;
  width: 100%;
  /* height: 186px; */
  background: #e0e7f2;
  border-radius: 5px;
  resize: none;
}

.privacy-txt {
  text-align: center;
  margin-bottom: 60px;
}
.privacy-txt a {
  color: #003399;
  border-bottom: 2px solid #003399;
  transition: .2s;
}
.privacy-txt a:hover {
  opacity: 0.7;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 90px;
  /* margin-bottom: 90px; */
}

input[type="submit"] {
  /* max-width: 600px; */
  height: 80px;
  font-size: 20px;
  color: #fff;
  background: #08348b;
  border: 1px solid #08348b;
  border-radius: 0px;
  padding: 10px 20px;
  transition: .4s;
}
input[type="submit"]:hover {
  color: #08348b;
  background: #fff;
}

.sp {
  display: none;
}
#sp_submit {
  display: none;
}

@media screen and (max-width:768px) {
  .form-item.area span {
    width: 36%;
  }
  .form-item.season span {
    display: inline-block;
  }
  .tel .form-item__input input {
    width: 27.4%;
    margin-right: 2%;
  }
  .tel .form-item__input span {
    margin-right: 2%;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block;
  }
  #pc_submit {
    display: none;
  }
  #sp_submit {
    display: block;
  }
  .main-ttl {
    font-size: 60px;
    letter-spacing: 6px;
    padding: 40px 0 30px;
    /* padding: 70px 0 50px; */
    margin-bottom: 0;
  }
  body.page-form {
    font-size: 14px;
  }
  .contents_top .form-nav {
    padding: 0;
  }
  .form-item {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px;
  }
  .form-item__ttl {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-item__input {
    width: 100%;
    padding-left: 10px;
  }
}
@media screen and (max-width:480px) {
  .page-form div.container {
    padding: 30px 10px 50px;
  }
  .contents_top {
    margin-bottom: 40px;
  }
  .contents_top .form-nav span {
    padding-bottom: 5px;
    margin-bottom: 30px;
  }
  .contents_top .form-nav span .mobile-non {
    display: none;
  }
  .contents_top .lead-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .radio label {
    font-size: 15px;
    padding-left: 26px;
  }
  .date .form-item__input {
    flex-wrap: wrap;
  }
  .date select {
    width: 36%;
    margin-right: 3%;
    margin-bottom: 14px;
  }
  .required .form-item__ttl {
    display: flex;
    align-items: center;
  }
  .required .form-item__ttl::before {
    display: none;
    /* left: auto;
    right: 0;
    margin-top: 3px; */
  }
  .required .form-item__ttl .mobile-Only {
    display: inline-block;
  }
  input,
  select,
  textarea {
    padding: 10px;
  }
  .address .form-item__input select {
    width: 165px;
  }
  .form-item__input textarea {
    padding: 10px;
  }
  .form-item.area,
  .form-item.season {
    margin-bottom: 10px;
  }
  .form-item.area span {
    width: 49%;
  }
  .form-item.season span {
    display: inline-block;
    width: 41%;
    margin-bottom: 18px;
  }
  .form-item.season span:last-child {
    width: 57%;
  }
  .ttl02 {
    margin-bottom: 20px;
  }
  .form-item.area span:last-child {
    width: 49%;
  }
  .form-item.other {
    margin-bottom: 20px;
  }
  .privacy-txt {
    margin-bottom: 20px;
  }
  .btn-wrap {
    margin-bottom: 20px;
  }
  input[type="submit"] {
    font-size: 18px;
    height: 60px;
  }
}

/* 確認ページ */
.btn-send {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.btn-send input[type="submit"] {
  width: 47%;
}

/* 完了ページ */
.form-thanks .contents_top {
  margin-bottom: 35px;
}
.thanks-wrap {
  padding: 0 20px;
}
.thanks-ttl {
  font-size: 30px;
  margin-bottom: 20px;
}
.thanks-txt {
  margin-bottom: 40px;
}
.btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  height: 80px;
  font-size: 20px;
  color: #fff;
  background: #08348b;
  border: 1px solid #08348b;
  border-radius: 0px;
  padding: 10px 20px;
  transition: .4s;
}
.btn-wrap a:hover {
  color: #08348b;
  background: #fff;
}

@media screen and (max-width:767px) {
  .form-thanks .contents_top {
    margin-bottom: 0;
  }
  .thanks-wrap {
    padding: 0 10px;
  }
  .thanks-ttl {
    font-size: 20px;
  }
  .btn-wrap a {
    font-size: 18px;
    height: 60px;
  }
}