@charset "UTF-8";
/*-------------------------------------
00 additional reset
--------------------------------------*/
button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="button"] {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
  cursor: pointer;
    }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* .form input {   フォーカス時のアウトラインを消す
  outline: 0;
  } */
/*-------------------------------------
00 setup
--------------------------------------*/
*, *::before, *::after{
  box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
    font-size: 62.5%;/*10px*/
    box-sizing: border-box;
		height: 100%;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: Arial, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, "sans-serif";
    color: #333;
    background: #fff;
    /* overflow: hidden; */

    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  img {
    max-width: 100%;
  }
  a {
    text-decoration: none;
  }
  /* a:link {

  } */
  /* a:hover,
  a:active,
  a:focus {
    color: #;
  } */
  p {
    line-height: 1.75;
  }

/*-------------------------------------
00 layout
--------------------------------------*/
.header, .main, .footer {
  width: 100%;
}


.header_inner, .main_inner {
  width: 1000px;
  margin: 0 auto;

}
/*-------------------------------------
01 header
--------------------------------------*/
.header {
  height: 54px;
  border-top: 4px solid #40A3DE;
  border-bottom: 1px solid #EEEEEE;
}
.header_inner {
  height: 49px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.header_inner img {
  display: inline-block;
  height: 30px;
  margin-right: 20px;
}
.header_inner span {
  display: inline-block;
  margin-top: 7px;
}
/*-------------------------------------
02 flow & bnr
--------------------------------------*/
.flow {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
.flow .step1,
.flow .step2 {
  border: 1px solid #0C6AC4;
  border-radius: 4px;
  width: 300px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0C6AC4;
  position: relative;
}
.flow .step1:after,
.flow .step2:after {
  content: '';
  position: absolute;
  width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 14px;
border-color: transparent transparent transparent #182987;
right: -35px;
top: 50%;
transform: translateY(-50%);
}
.flow .step3 {
  border: 1px solid #FD6D03;
  border-radius: 4px;
  width: 300px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FD6D03;
}
.tx_step {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.flow .step1.is_selected,
.flow .step2.is_selected {
  background-color: #0C6AC4;
  color: #fff;
}
.is_selected .tx_step {
  color: #FCEE00;
}

.flow .step3.is_selected {
  background-color: #FD6D03;
  color: #fff;
}
.form_bnr {
  width: 1000px;
  height: auto;
}

.header {
  height: 54px;
  border-top: 4px solid #40A3DE;
  border-bottom: 1px solid #EEEEEE;
}
.header_inner {
  height: 49px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.header_inner img {
  display: inline-block;
  height: 30px;
  margin-right: 20px;
}
.header_inner span {
  display: inline-block;
  margin-top: 7px;
}
/*-------------------------------------
add flow2
--------------------------------------*/
.flow2 {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
.flow2 .step1 {
  border: 1px solid #0C6AC4;
  border-radius: 4px;
  width: 470px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0C6AC4;
  position: relative;
}
.flow2 .step1:after {
  content: '';
  position: absolute;
  width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 14px;
border-color: transparent transparent transparent #182987;
right: -40px;
top: 50%;
transform: translateY(-50%);
}
.flow2 .step2 {
  border: 1px solid #FD6D03;
  border-radius: 4px;
  width: 470px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FD6D03;
}
.flow2 .tx_step {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.flow2 .step1.is_selected {
  background-color: #0C6AC4;
  color: #fff;
}
.flow2 .is_selected .tx_step {
  color: #FCEE00;
}

.flow2 .step2.is_selected {
  background-color: #FD6D03;
  color: #fff;
}

/*-------------------------------------
03 form
--------------------------------------*/

.form_title_l {
  font-size: 2rem;
  background: #0C6AC4;
  border-bottom: 2px solid #182987;
  width: 100%;
  height: 48px;
  padding-left: 20px;
  line-height: 48px;
  margin-top: 20px;
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  color: #fff;
}
p {
  font-size: 1.6rem;
  padding: 1.6rem;
}
.form_title_m {
  font-size: 1.8rem;
  background: #0c6ac4;
  border-bottom: 2px solid #182987;
  width: 100%;
  height: 46px;
  padding-left: 20px;
  line-height: 46px;
  margin-top: 15px;
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  color: #fff;
}
.form table {
  letter-spacing: normal;
  text-align: left;
}
.info_wrap {
  display: flex;
  justify-content: space-between;

}
.customer, .travel {
  width: 480px;
}
.form_table {
  width: 100%;
}

.form_table th {
  width: 168px;
  background: #F6F6F6;
  border-bottom: 1px solid #CCCCCC;
  min-height: 50px;
  padding-left: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
  padding-top: 17px;
  line-height: 1.7;
}
.form_table th.higher {
  height: 80px;
}
.form_table td {
  padding: 10px 0 0 10px;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
}
.form .must {
  display: inline-block;
  background: #FD6D03;
  color: #fff;
  font-size: 12px;
  width: 36px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-left: 7px;
  font-weight: normal;
  padding-top: 1px;
}
.form .optional {
  display: inline-block;
  background: #999999;
  color: #fff;
  font-size: 12px;
  width: 36px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-left: 7px;
  font-weight: normal;
  padding-top: 1px;
}
.form .ml0{
  margin-left: 0;
}
.radio_wrap {
  height: 95px;
}
.radio_wrap label{
  display: inline-block;
  height: 30px;
  font-size: 1.6rem;
  line-height: 30px;
}


.form.step1 input:not(.custom-file-input){
  border: 1px solid #b3b3b3;
  padding: 12px;
  border-radius: 4px;
  font-size: 15px;
  width: 290px;
  height: 42px;

}
.form textarea {
  border: 1px solid #b3b3b3;
  padding: 12px;
  border-radius: 4px;
  font-size: 15px;
  width: 666px;
  height: 64px;
  margin: 10px;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #999999;
}
.inquiry_wrap {
  display: flex;
 border-top: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 margin-top: 10px;
}
.inquiry_wrap label {
  width: 310px;
  display: block;
  background-color: #F6F6F6;
  font-size: 1.4rem;
  padding: 25px 10px;
  font-weight: bold;
}
.form_btn {
  width: 400px;
height: 60px;
background: #F7931E 0% 0% no-repeat padding-box;
box-shadow: 0px 4px 0px #C47418;
border-radius: 4px;
text-align: center;
font-size: 16px;
color: #FFFFFF;
font-weight: 600;
display: block;
margin: 15px auto;
}
.form_btn:hover {
  opacity: .8;
  color: #FCEE00;
  transition: .5s;

}

/*---------------- EFO関連操作 -----------------------*/

.form input:required {
  background-color: #FFF9D9;
}
.form .ok {
  display: inline-block;
  background: #1FA232;
  color: #fff;
  font-size: 12px;
  width: 36px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-left: 7px;
  position: relative;
  z-index: 99999;
  padding-top: 1px;
}
.form .ok:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  right: -22px;
  color: #1FA232;
  font-size: 16px;
  font-weight: 900;
}

.form .error {
  background: #FFD3CF;
}
.form .error p {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  color: #FA1B00;
}
/*-------------------------------------
04 footer
--------------------------------------*/
.footer {
  text-align: center;
  font-size: 1.2rem;
  border-top: 1px solid #EEEEEE;
  margin-top: 20px;
  padding: 10px;
}
/*-------------------------------------
05 form confirm thanks
--------------------------------------*/

#formWrap2 h4, #formWrap2 p, #formWrap2 a {
			font-size: 20px;
			margin-top: 50px;
			margin-bottom: 50px;
			line-height: 1.75;
		}
.btn_go_forward {
  width: 400px;
height: 60px;
background: #F7931E 0% 0% no-repeat padding-box;
box-shadow: 0px 4px 0px #C47418;
border-radius: 4px;
text-align: center;
font-size: 16px;
color: #FFFFFF;
font-weight: 600;
display: block;
margin: 15px auto;
padding-top: 15px;
}
.btn_go_forward:hover {
  opacity: .8;
  transition: .5s;
}

.form_privacy{
	text-align: center;
	margin-top: 10px;

}
.form_privacy a {
    position: relative;
		text-decoration: underline;
		color:#474747;
		font-size: 1.5em;
}
.form_privacy a::after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../img/external-link.svg) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: -1px;
    right: -18px;
    margin-left: 5px;
    padding: 20px 5px 0;
}
.wrap{
	height: 100%;
}
.main_inner figure{
	margin-top: 50px;
}
.accordion_table {
  width: 100%;
}

.accordion_table th {
  width: 168px;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  min-height: 50px;
  padding-left: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
  padding-top: 17px;
  line-height: 1.7;
}
.accordion_table th.higher {
  height: 80px;
}
.accordion_table td {
  padding: 10px 0 0 10px;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
}
/* accordion */
.form_title_accordion {
  font-size: 1.8rem;
  background: #e3eee2;
  border-bottom: 2px solid #e3eee2;
  width: 100%;
  height: 46px;
  padding-left: 20px;
  line-height: 46px;
  margin-top: 15px;
  font-family: "新ゴ B" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
  color: #2f5289;
}
.accordion-content {
  display: none;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion-content.open {
  display: block;
}
.accordion-header {
  position: relative;
  cursor: pointer;
}
.accordion-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
}
/* photo-upload-wrapper style */
.photo-upload-wrapper {
  max-width: 100%;
  background-color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.photo-upload-pair {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.photo-box {
  flex: 1;
  min-width: 300px;
  border: 1px solid #e3eee2;
}
.photo-box h3 {
  margin-top: 0;
  font-size: 1.1em;
}
.photo-box input[type="file"] {
  margin-top: 10px;
}
/* サンプル画像のスタイル */
.sample-photo {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.file__label {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  width: min(40%, 350px);
  padding: 0.75em 0.5em;
  margin-inline: auto;
  color: #fff;
  background-color: #1a2b88;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.file__label:hover {
  opacity: 0.7;
}

.file__label input[type="file"] {
  display: none;
}

.file__none {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  word-break: break-all;
}
