@charset "UTF-8";
.cont_txtarea {
  margin-bottom: 40px;
}

.cont_txt {
  margin-bottom: 1.5em;
}

.step {
  margin-bottom: 40px;
}

.step_item {
  float: left;
  width: 20.4651%;
}

.step_item:last-child {
  width: 18.1395%;
}

.border_box {
  background-color: #fbfcf5;
  border: 3px solid #d9d9d9;
  border-radius: 5px;
  padding: 30px 0;
  margin: 0 auto;
}

.border_box-small {
  max-width: 480px;
}

.border_box-medium {
  max-width: 580px;
}

.border_box_complete {
  margin-bottom: 30px;
}

.login_txt {
  font-size: 129%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.login_txt-small {
  margin-bottom: 20px;
  font-size: 86%;
  color: #787878;
  text-align: center;
}

.login_box {
  width: 82%;
  margin: 0 auto;
}

.login_box dt {
  float: left;
  width: 40%;
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: right;
  font-weight: bold;
}

.login_box dd {
  float: left;
  width: 60%;
  margin-bottom: 5px;
}

.login_box input[type="text"],
.login_box input[type="password"] {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.login_txt {
  margin-bottom: 10px;
  text-align: center;
}

.login_alert {
  text-align: center;
  margin: 15px 0 10px;
}

.question_ttlarea {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f1f3f8;
}

.question_num {
  float: left;
  margin-right: 20px;
  font-size: 122%;
  font-weight: bold;
  color: #3b5998;
}

.question_ttl {
  font-size: 122%;
  font-weight: bold;
  color: #3b5998;
  overflow: hidden;
}

.question_caution {
  padding: 0 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.question_explanation {
  padding: 0 10px;
  margin-bottom: 10px;
}
.question_explanation h3 {
  font-weight: bold;
}


.question_cont {
  padding: 0 20px;
  margin-bottom: 40px;
}
.question_cont.flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.question_cont.flex span.after {
  position: relative;
  left: 10px;
  top: 12px;
}

.question_list {
  margin: 0 0 -20px -2%;
}

.question_item {
  width: 48%;
  float: left;
  margin: 0 0 20px 2%;
  font-size: 90%;
  overflow: hidden;
}

.question_item input[type="radio"],
.question_item input[type="checkbox"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}

.question_item label {
  min-height: 30px;
  display: block;
  padding: 0.5em 0 0 35px;
  cursor: pointer;
  overflow: hidden;
  background-repeat: no-repeat;
}

.question_cont_radio .question_item label {
  background-image: url(/form/common/images/icon_radio_pc.jpg);
}

.question_cont_check .question_item label {
  background-image: url(/form/common/images/icon_check_pc.jpg);
}

.question_cont_radio .question_item label.r_on {
  background-image: url(/form/common/images/icon_radio_on_pc.jpg);
}

.question_cont_check .question_item label.c_on {
  background-image: url(/form/common/images/icon_check_on_pc.jpg);
}

.nps_list {
  display: flex;
}
.nps_list  .question_item {
  width: inherit;
  float: none;
  margin: 0;
  font-size: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.nps_list  .question_item label {
  background-image: none;
  border: 1px solid #d9d9d9;
  padding: 15px 15px 6px;
  height: 30px;
  width: 30px;
  position: relative;
  text-align: center;
}
.nps_list  .question_item label.r_on {
  background-image: none;
  background-color: #0B8BD2;
  color: #fff;
}

.question_cont_txtarea textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 117%;
}

.question_cont label.select {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.question_cont label.select::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.question_cont label.select select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

.question_sub {
  padding: 10px;
  margin-bottom: 60px;
  border: 2px solid #e5e7ed;
}

.cont_txt-large {
  font-size: 122%;
  font-weight: bold;
  text-align: center;
}

.question_btnarea {
  padding-bottom: 50px;
  text-align: center;
}
.question_btnarea .two {
  display: inline-block;
  margin: 0 10px;
}

.btn {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #9F5700;
  padding: 10px 0;
  border-radius: 3px;
  cursor: pointer;
  background: -moz-linear-gradient(#E87E00, #B96400);
  background: -webkit-gradient(linear, left top, left bottom, from(#E87E00), to(#B96400));
  background: -moz-linear-gradient(top, #E87E00, #B96400);
  background: -ms-linear-gradient(top, #E87E00, #B96400);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E87E00', endColorstr='#B96400', GradientType=0)";
  font-weight: bold;
  font-size: 115%;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

.btn-blue {
  border: 1px solid #006A9F;
  background: -moz-linear-gradient(#009DEA, #007DBA);
  background: -webkit-gradient(linear, left top, left bottom, from(#009DEA), to(#007DBA));
  background: -moz-linear-gradient(top, #009DEA, #007DBA);
  background: -ms-linear-gradient(top, #009DEA, #007DBA);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DEA', endColorstr='#007DBA', GradientType=0)";
}

.fixbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.fixbar-hide {
  /*opacity: 0;*/
  display:none;
}

.fixbar_inner {
  position: relative;
  padding: 35px 0;
}

.fixbar_txt {
  text-align: center;
  font-weight: bold;
  font-size: 158%;
  color: #fff;
}

.fixbar_btn {
  position: absolute;
  display: block;
  top: 30px;
  right: 30px;
  margin: auto;
}

.alert {
  color: #f7224a;
  font-weight: bold;
}

.floatL { float: left; }
.floatR { float: right; }

.mt0   { margin-top: 0; }
.mt10  { margin-top: 10px; }
.mt20  { margin-top: 20px; }
.mt30  { margin-top: 30px; }
.mt40  { margin-top: 40px; }
.mt50  { margin-top: 50px; }
.mt60  { margin-top: 60px; }
.mt70  { margin-top: 70px; }
.mt80  { margin-top: 80px; }
.mt90  { margin-top: 90px; }
.mt100 { margin-top: 100px; }

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }

.mb0   { margin-bottom: 0; }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb30  { margin-bottom: 30px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
.mb60  { margin-bottom: 60px; }
.mb70  { margin-bottom: 70px; }
.mb80  { margin-bottom: 80px; }
.mb90  { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.alignL { text-align: left; }
.alignR { text-align: right; }
.alignC { text-align: center; }

.valignT { vertical-align: top; }

.fsm4  { font-size: 72%; }
.fsm3  { font-size: 79%; }
.fsm2  { font-size: 86%; }
.fsm1  { font-size: 93%; }
.fs0   { font-size: 100%; }
.fsp1  { font-size: 108%; }
.fsp2  { font-size: 115%; }
.fsp3  { font-size: 122%; }
.fsp4  { font-size: 129%; }
.fsp5  { font-size: 136%; }
.fsp6  { font-size: 143%; }
.fsp7  { font-size: 150%; }
.fsp8  { font-size: 158%; }
.fsp9  { font-size: 165%; }
.fsp10 { font-size: 172%; }
.fsp11 { font-size: 179%; }
.fsp12 { font-size: 186%; }

.bold { font-weight: bold; }
.view_pc { display: block; }
.view_sp { display: none; }
.none { display: none; }
.red  { color: #db3251; }
.gray { color: #a4a4a4; }
input[type="text"] { height: 25px; }
.ovh { overflow: hidden; }
.emp {
  color: #db3251;
  text-decoration:underline;
}

@media screen and (max-width: 768px) {
  .view_pc { display: none; }
  .view_sp { display: block; }
}
/******************************************************************************

フォントサイズ デフォルト12pxの場合

10px/84%  11px/92%  12px/100%  13px/109% 14px/117% 15px/125% 16px/134%
17px/142% 18px/150% 19px/159% 20px/167% 21px/175% 22px/184% 23px/192%
24px/200% 25px/209% 26px/217%

******************************************************************************/
/******************************************************************************

フォントサイズ デフォルト14pxの場合

10px/72%  11px/79%  12px/86%  13px/93% 14px/100% 15px/108% 16px/115%
17px/122% 18px/129% 19px/136% 20px/143% 21px/150% 22px/158% 23px/165%
24px/172% 25px/179% 26px/186%

******************************************************************************/
@media screen and (max-width: 768px) {
  .step_item {
    width: 100% !important;
  }

  .login_txt {
    font-size: 117%;
  }

  .login_box {
    width: 100%;
  }

  .login_box dt {
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .login_box dd {
    float: none;
    width: 100%;
  }

  .login_alert {
    text-align: left;
    margin: 10px 0;
  }

  .cont_txtarea {
    margin-bottom: 30px;
  }

  .border_box {
    padding: 20px 15px;
  }

  .border_box_complete {
    margin-bottom: 15px;
  }

  .question_ttlarea {
    padding: 10px;
    margin-bottom: 10px;
  }

  .question_num {
    margin-right: 10px;
    font-size: 100%;
  }

  .question_ttl {
    font-size: 100%;
  }

  .question_cont {
    padding: 0;
    margin-bottom: 20px;
  }

  .question_cont.mb10 {
    margin-bottom: 0;
  }

  .question_list {
    margin: 0;
  }

  .question_item {
    float: none;
    width: 100%;
    margin: 0 0 12px 0;
  }

  .question_item label {
    min-height: 25px;
    padding: 0.5em 0 0 35px;
    background-size: 25px 25px;
  }

  .question_cont_radio .question_item label {
    background-image: url(/form/common/images/icon_radio_sp.jpg);
  }

  .question_cont_check .question_item label {
    background-image: url(/form/common/images/icon_check_sp.jpg);
  }

  .question_cont_radio .question_item label.r_on {
    background-image: url(/form/common/images/icon_radio_on_sp.jpg);
  }

  .question_cont_check .question_item label.c_on {
    background-image: url(/form/common/images/icon_check_on_sp.jpg);
  }



  .nps_list {
    display: block;
  }
  .nps_list  .question_item {
    float: left;
  }
  .nps_list  .question_item label {
    background-image: none;
    width: 26px;
    height: 26px;
  }
  .nps_list  .question_item label.r_on {
    background-image: none;
  }
  .nps_list  .question_item:first-child label {
    height: 75px;
  }



  .question_sub {
    padding: 5px;
    margin-bottom: 20px;
  }

  .question_btnarea.flex {
    display: flex;
    flex-wrap: wrap;
  }
  .question_btnarea.flex a:first-child {
    order: 2;
  }
  .question_btnarea.flex a:last-child {
    order: 1;
  }
  .question_btnarea .two {
    margin: 10px 0;
  }

  .cont_txt-large {
    font-size: 117%;
  }

  .btn {
    width: 100%;
    font-size: 142%;
  }

  .fixbar_inner {
    position: relative;
    padding: 10px 0;
  }

  .fixbar_txt {
    margin-bottom: 10px;
    font-size: 108%;
  }

  .fixbar_btn {
    position: static;
    width: 200px;
    margin: 0 auto;
    font-size: 125%;
  }

  .break_sp {
    display: block;
  }
}


.g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
a.disabled {
  pointer-events:none;
  opacity: 0.5;
}
