/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
 *  .step_nav
 *--------------------*/
.step_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", "shippori-mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.progress_container {
  display: flex;
  align-items: center;
}

.progress_text {
  font-size: 12px;
  font-weight: 600;
  color: #D7AF37;
  margin: 0 8px 0 0;
}

.progress_bar {
  width: 120px;
  height: 8px;
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #D7AF37;
}

.progress_fill {
  height: 100%;
  background-color: #D4AF37;
  border-radius: 100px 0 0 100px;
  transition: width 0.3s ease;
}


/*--------------------*
 *  .q_box
 *--------------------*/
.q_box_wrapper {
  margin: 5% auto 4%;
  position: relative;
}

.q_box_wrapper div[id^="q_"]{
  width: 100%;
}
.q_box {
  padding: 5% 0 3%;
  box-sizing: border-box;
  border-radius: 12px;
}
.q_box ul {
  list-style: none;
  margin: 28px auto 0;
  max-width: 400px;
}
.q_box li p {
  font-size: 14px;
  padding-left: 16px;
}
.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.radio-inline__label {
  display: inline-block;
  min-height: 42px;
  padding: 11px 20px;
  border-radius: 8px;
  transition: all .2s;
  background: #FDFBF7;
  border: 1px solid #64738B;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0,0,0, .25);
  color: #475569;
  font-weight: 600;
}
input[type="radio"]:checked + label.radio-inline__label{
  background: #FFFAE6;
  border: 1px solid #D7AF37;
}
.radio-inline__label .number {
  display: inline-block;
  text-align: center;
  font-size: 16px;
}

.tab_nav ,
.q_box p.tab_nav {
  width: 100%;
  font-size: 16px;
  font-weight: 800;
}
.disp_sp .tab_nav ,
.disp_sp .q_box p.tab_nav {
  font-size: 1em;
}
.tab_nav .back_link {
  text-decoration: underline;
  cursor: pointer;
}

/*--------------------*
 *  #q_5
 *--------------------*/

/*--------------------*
 button
*--------------------*/
#frm_btn {
  width: 100%;
}
/*--------------------*
 q_box
*--------------------*/
.q_box_wrapper {
  margin: 20px auto 96px;
  font-family: "Shippori Mincho", "shippori-mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.q_box {
  background: #fff;
  border-radius: 10px;
  padding: 28px 24px;
  margin: 20px 0;
}

.q_box h2 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.02px;
  font-weight: 600;
  text-align: center;
}

.q_box ul {
  list-style: none;
  padding: 0;
}
.q_box ul li{
  margin: 16px 0 0;
}
.q_box ul li:first-child{
  margin: 0;
}



.q_box li:hover {
  border-color: #D4AF37;
  background: #FFF7ED;
}

.radio-inline__input {
  display: none;
}

.radio-inline__label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.back_link {
  color: #D7AF37;
  cursor: pointer;
}

.loading_box {
  text-align: center;
  min-height: calc(100vh - 222px);
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.loading_box .load_leadtop{
  font-weight: 600;
  letter-spacing: -.02px;
  font-size: 20px;
  line-height: 1.5;
  margin: 28px 0 0;
}
.loading_box .load_leadbottom{
  font-weight: 600;
  font-size: 14px;
  color: #64738B;
  margin: 12px 0 0;
}
.loading_box .load_leadbottom span{
  display: block;
  line-height: 1.5;
}