@charset "UTF-8";
/*-------------------------------------
00 additional reset
--------------------------------------*/
button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"]
,input[type="date"],
textarea
{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

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;
    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 #3DA4EB;
  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;
}
/*-------------------------------------
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
--------------------------------------*/

input, select, label,textarea {
  font-size: 1.6rem;
}

.step_title {
  background: #3DA4EB;
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 10px;
  position: relative;
  font-weight: bold;
}
.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: 'Philosopher', sans-serif;
  font-size: 20px;
  color: #FCEE00;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 1.8px;
  font-weight: bold;
}
.flow {
  background: #D7F3FA;
  text-align: center;
  padding: 16px 10px 6px;
}
.flow2 {
  background: #D7F3FA;
  text-align: center;
  padding: 8px 10px 2px;
}
/* .form_contents {
  padding: 20px 15px;
} */

.qbox {
  width: calc(100% - 28px);
  background: #fff;
  border: 1px solid #2B82D9;
  border-radius: 4px;
  margin: 14px 12px;
}
.qbox h3{
  min-height: 56px;
  background: #2B82D9;
  color: #fff;
  padding: 1.8rem 6rem 1.5rem 1.5rem;
  font-size: 17px;
  line-height: 1.3;
  vertical-align: middle;
  border-radius: 3px 3px 0 0;

}
.qbox.must h3,
.qbox.optional h3,
.qbox.ok h3 {
  position: relative;
}
.qbox p.qbox_txt{
  padding: 1em 0.5em 0;
  font-size: 14px;
}

.abox {
  padding: 1rem;
  font-size: 1.6rem;
}

.awrap {
  width: 100%;
  border: 1px solid #B3B3B3;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* height: 50px; */
  font-size: 1.6rem;
  font-weight: bold;
}

.awrap, .awrap li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.awrap li{
  width: 100%;
  /* min-height: 50px; */
  background: linear-gradient(#fff, #E0DFDF);
}
.awrap li label{
  display: flex;
  width: 100%;
  height: 100%;
color: inherit;
align-items: center;
position: relative;
padding: 1.4rem;
z-index: 1;

}

.awrap li label > input,
.awrap li label > span{
  z-index: 3;
}
.a_tx{
  padding-left: .5em;
}
.awrap li:not(:last-child){
  border-bottom: 1px solid #B3B3B3;
}



.form label {
  font-weight: bold;
  font-size: 1.6rem;
  /* margin-bottom: 6px; */
}
.tx_s{
  font-size: .7em;
}
.tx_condenced{
  letter-spacing: -1px;
}
.abox h4.form_title_s{
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: bold;
  margin: .5em 0 10px 0;
  border-bottom: 1px solid #8FDFF7;
}
.notes,
.subbox_content .notes {
  font-size: 1.3rem;
  line-height: 1.75;
}
.abox p.notes {
  padding-left: 1.5rem;
  padding-top: 0;
  text-indent: -1.5rem;
  letter-spacing: normal;
}
.abox p.notes.with_number {
  padding-left: 3rem;
  padding-top: 0;
  text-indent: -3rem;
  letter-spacing: normal;
}
.abox p.notes.no_indent{
  text-indent: 0;
  padding-left: 0;
}
.red {
  color: #FA1B00;
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  background: #fff;
  height: 42px;
  margin-right: 5px;
  margin-left: 5px;
padding-left: 5px;
}
.form_select{
  position: relative;
}
.form_select::before{/*矢印の設定*/
  position: absolute;
  display: inline-block;
  pointer-events: none;
  top: calc(50% - 4px);
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #999 transparent transparent transparent;
  content: '';
}
select:after{
  position: absolute;
}
.complete select{
  margin-left: 0;
}
.compensation2 label.y_select {
  display: inline-block;
  width: 250px;
  margin-bottom: 10px;
}
.compensation2 label.y_select::before {
  right: 60px;
}
.zip_wrap dl{
  display: flex;
  flex-direction: column;

}
.zip_wrap dt {

  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 1.5rem;
  padding-top: 2px;
  color: #265d94;
}

.zip_wrap {
  padding-top: 1.5rem;
}



/*必須の時のラベル表示*/
.qbox.must h3::after {
  position: absolute;
  content: '必須';
  background: #E88231;
  color: #fff;
  font-size: 14px;
  width: 36px;
  height: 24px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  right: .8rem;
  top: 50%;
  transform: translateY(-50%);
  /* border: 1px solid #FDC480; */
  border: 1px solid #fff;
  /* margin-top: 16px; */
}
.qbox.optional h3::after {
  position: absolute;
  content: '任意';
  background: #888;
  color: #fff;
  font-size: 14px;
  width: 36px;
  height: 24px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  right: .8rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  /* margin-top: 16px; */
}
/*OKの時のラベル表示*/
.qbox.ok h3::after {
  position: absolute;
  content: 'OK';
  background: #1FA232;
  color: #fff;
  font-size: 14px;
  width: 36px;
  height: 24px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  right: .8rem;
  top: 50%;
  transform: translateY(-50%);
  /* border: 2px solid #74C44A; */
  border: 1px solid #fff;
  /* margin-top: 16px; */
}
/*OKの時の選択肢の背景*/  /*radio*/
.awrap li.checked{
  background: linear-gradient(#5CCE47, #1AB96A);
  color: #fff;
}
/*OKの時の入力欄の枠*/  /*input, select*/
.abox select.checked,
.abox input[type="text"].checked,
.abox input[type="email"].checked,
.abox textarea.checked
 {
  border: 3px solid #1AB96A;
}


/*エラーの時の選択肢の背景*/

.error .form_tx input[type="text"],
.error .form_select select,
input[type="text"].error,
input[type="email"].error,
textarea.error
{
  background: #FFD3CF;
}
/*errorメッセージ*/
.error{
  display: none;
  margin: 0;
  padding: .5em 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FA1B00;  
}
.error.show{
  display: block;

}


/*subbox*/
.subbox {
  width: 100%;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.subbox_hd {
  border: 1px solid #8FDFF7;
  border-radius: 4px 4px 0 0;
  padding: 1rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
.subbox_hd:before {
  font-family: "Font Awesome 5 Free";
  content: '\f059';
  font-weight: 900;
  color: #64D5F0;
  margin-right: 0.4rem;
}

.subbox_content{
  display: none;
  padding: 1rem;
  border: 1px solid #8FDFF7;
  margin-top: -1px;
  border-radius: 0 0 4px 4px;

}
.subbox_content.open{
  display: block;
}
.subbox_arw {
  position: absolute;
  right: 10px;
  color: #64D5F0;
}
.subbox_content p{
  margin: 5px 0 0;
  padding: 0;
  font-size: 1.4rem;
}
.subbox_content h4 {
  border-bottom: 1px solid #8FDFF7;
 position: relative;
 font-size: 1.5rem;
 padding-bottom: 0.3em;
 padding-left: 1.2em;
}
.subbox_content h4::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #64D5F0;
  top: 2px;
  left: 0;
}
.subbox_content ul{

  font-size: 1.4rem;
  list-style: none;
}
.subbox_content li{
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em;
}
.subbox_content li::before{
  position: absolute;
  content: '';
  left: 0.3em;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #5AC9EA;
}

.subbox_content > .subbox_2col {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.subbox_content > .subbox_2col > .txt {
  width: 100%;
}
.subbox_content > .subbox_2col > .pic {
  width: 100%;
}
.subbox_content p.mt1em,
.subbox_content img.mt1em{
  margin-top: 1em;
}
.subbox_content img.mb1em{
  margin-bottom: 1em;
}
.fwb {
  font-weight: bold;
}
input[type="date"] {
  width: 200px;
  border: 1px solid #B3B3B3;
  height: 50px;
  border-radius: 4px;
  font-size: 1.7rem;
  padding: .5rem;

}

.form_checkbox{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form_checkbox > label{
  display: inline-block;
  padding: 10px;
  margin-right: 1em;
  margin-bottom: 10px;
}
.form_checkbox > label > input[type="checkbox"]{
  margin-right: 5px;
}
input[type="text"],
input[type="email"]{
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  background: #fff;
  height: 42px;
  margin-right: 10px;
padding-left: .5em;
width: 100%;
}
/* input[type="radio"]{
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #999999;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 3px 3px 8px rgba(0,0,0,0.2);
  box-shadow: inset 3px 3px 8px rgba(0,0,0,0.2);
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 10px;
  height: 10px;
  background: #CC0000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
} */
input.w200 {
  width: 200px;
}
textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  padding: .5em;
  width: 100%;
  font-size: 1.7rem;
}
.inquiry textarea {
  height: 100px;
}
.abox .attention {
  display: inline-block;
  padding: .5rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
}

textarea::placeholder
{
  font-size: 1.5rem;
line-height: 1.4;
}

/*ボタン*/

.form_btn {
  width: 283px;
height: 50px;
background: #eee;
box-shadow: 0px 4px 0px #CCC;
border: 1px solid #ccc;
color: #808080;
border-radius: 4px;
text-align: center;
font-size: 16px;
font-weight: 400;
display: block;
margin: 15px auto;
position: relative;
}
.form_btn::after{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-size: 15px;
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #808080;
}
.form_btn:hover {
  opacity: .8;
  transition: .5s;
}



.form_btn.go {
background: #F7931E 0% 0% no-repeat padding-box;
box-shadow: 0px 4px 0px #C47418;
border: none;
color: #FFFFFF;
}
.form_btn.go::after{
  color: #fff;
}


/* common parts */

.w100{
  width: 100px;
}
.w150{
  width: 150px;
}
.w80{
  width: 80px;
}
select.w100{
  width: 100px;
}
.w200 {
  width: 200px;
}
.mr20{
  margin-right: 20px;
}
.mr10{
  margin-right: 10px;
}
.mt30{
  margin-top: 30px;
}
.mt20{
  margin-top: 20px;
}
.mt10{
  margin-top: 10px;
}
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.pt0{
  padding-top: 0;
}
.pb0{
  padding-bottom: 0;
}
.tx_m {
  font-size: 1.7rem;
}


/*エラーの時の選択肢の背景*/
/* .form .must {
  display: inline-block;
  background: #E88231;
  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 {
  border: 1px solid #cccccc;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
} */
/* 



.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 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;
  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;
}

