@charset "UTF-8";
/*-------------------------------------
00 additional reset
--------------------------------------*/
button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="button"], input[type="submit"] {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
  cursor: pointer;
    }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  font-size: 16px;
}
/*-------------------------------------
00 setup
--------------------------------------*/
*, *::before, *::after{
  box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
    font-size: 62.5%;/*10px*/
    box-sizing: border-box;
  }
  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; */
    overflow-x: 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%;
}

/*-------------------------------------
01 header
--------------------------------------*/
.header {
  height: 54px;
  border-top: 4px solid #40A3DE;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.header .header_logo,
.header .header_cs {
  display: inline-block;
  height: 35px;
}
.header .header_logo {
  height: 26px;
}
/*-------------------------------------
02 note & banner
--------------------------------------*/
.note {
  margin: 10px;
  width: 100%;
  background: #FEFFD3;
  padding: 13px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
}
.tx_pink {
  color: #F96EA4;
}
.banner {
  padding: 10px;
  text-align: center;
}
.banner img {
  min-width: 300px;
  max-height: 100px;
}
/*-------------------------------------
03 form
--------------------------------------*/
.step_title {
  background: #0C6AC4;
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 10px;
  position: relative;

}
.step_title:before {
  position: absolute;
  content: '';
  width: 0;
height: 0;
border-style: solid;
border-width: 19px 25px 0 25px;
border-color: #ffffff transparent transparent transparent;
  top: -5px;
}
.step_sub {
  font-family: 'Helvetica Neue','Arial', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #FCEE00;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 1.8px;
}
.flow {
  background: #D7F3FA;
  text-align: center;
  padding: 16px 10px 6px;
}
.form label, .form input {
  display: block;
}
.form label, .method {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.radio_wrap {
  padding-top: 5px;
  padding-bottom: 20px;
}
.radio_wrap label{

  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.form .radio_wrap label,
.form .radio_wrap input
 {
   display: inline-block;
  font-weight: normal;
}
.form_contents {
  padding: 20px 15px;
}
.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 input[type='text'],
.form input[type="email"],
.form input[type='tel'] {
  border: 1px solid #cccccc;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}
.form textarea {
  border: 1px solid #cccccc;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  height: 157px;

}
.form input::placeholder,
.form textarea::placeholder {
  color: #999999;
}
.form textarea::placeholder {
line-height: 1.5;
font-weight: 300;
}
.form_btn {
  width: 283px;
height: 50px;
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: 400;
display: block;
margin: 15px auto;
}
.form_btn:active {
  opacity: .8;
  color: #FCEE00;
  transition: .5s;

}
.error {
  margin-top: -10px;
  padding-bottom: 8px;
  font-size: 14px;
color: #FA1B00;
}
.form .input_wrap{
  position: relative;
}
.form .input_wrap.is_checked:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00c';
  color: #1FA232;
  font-size: 16px;
  bottom: 50%;
  transform: translateY(50%);
  right: 10px;
}
/*-------------------------------------
04 footer
--------------------------------------*/
.footer {
  text-align: center;
  font-size: 1.2rem;
  border-top: 1px solid #EEEEEE;
  padding: 10px;
}
/*-------------------------------------
05 confirmation&completed
--------------------------------------*/

#formWrap, #formWrap2 {
	width:95%;
  margin:0 auto;
  line-height:120%;
	font-size:1.6rem;
}

.step4 h4, .step4 p, .step4 a,
.step5 h4, .step5 p, .step5 a {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 1em;
  line-height: 1.75;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td{
	border:1px solid #ccc;
	padding:12px;
	height:40px;
}
table.formTable th {
	margin-top:10px;
	border-bottom:0;
  font-weight:bold;
	text-align:left;
	padding-bottom: 5px;
}

table.formTable th, table.formTable td {
	width:auto;
	display:block;
}

p.error_messe{
	margin:15px 0;
	color:red;
}

#formWrap input[type="submit"], #formWrap input[type="reset"], #formWrap input[type="button"],
#formWrap2 input[type="submit"], #formWrap2 input[type="reset"], #formWrap2 input[type="button"] {
	display:block;
	width:100%;
}


.btn_go_forward, .btn_go_back{
  width: 100%;
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: 400;
display: block;
margin: 15px auto;
/* padding-top: 17px; */
}
.btn_go_forward:active, .btn_go_back:active{
  opacity: .8;
  transition: .5s;

}
.btn_go_back {
  background: #eee 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 0px #bbb;
  color: #555;
  font-size: 15px;
}
.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;
}
.to_step2{
	white-space: nowrap;
}
.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.6rem;
  background: #e3eee2;
  border-bottom: 2px solid #e3eee2;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.4;
  margin-top: 15px;
  font-family: "新ゴ B", "メイリオ", Meiryo, "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #2f5289;
  box-sizing: border-box;
  word-break: break-word;
}
.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: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  width: 40%;
  min-height: 35px;
  margin-inline: auto;
  color: #fff;
  background-color: #1a2b88;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  padding: 0;
  height: auto;
}

.file__label:hover {
  opacity: 0.7;
}

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

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