body{
  font-family: HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
button{
  appearance: none;
  border: 0;
  line-height: 1;
  background-color: #fff;
}
button:disabled{
  opacity: 0.5;
}
a{
  color: #000;
}
#wrapper{
  background-color: #eb7da8;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
#wrapper.-err{
  background-color: #fff;
  color: #000;
}

.ly_header{
  padding-top: 31px;
  padding-bottom: 31px;
}
.ly_cont_comp{
  padding: 38px 20px 30px 20px;
}

.bl_txtUnit{
  list-style-type: none;
}
.bl_txtUnit li{
  color: #000;
}
.bl_txtUnit li:not(:last-child){
  margin-bottom: 30px;
}

.bl_cardUnit{
  list-style-type: none;
  padding-right: 20px;
  padding-left: 20px;
}
.bl_cardUnit li:not(:last-child){
  margin-bottom: 30px;
}

.bl_btnUnit{
  list-style-type: none;
}
.bl_btnUnit li:not(:last-child){
  padding-bottom: 27px;
  border-bottom: 1px solid #fff;
  margin-bottom: 27px;
}

.el_txt_13{
  font-size: 13px;
  line-height: 1.62;
}
.el_txt_14{
  font-size: 14px;
  line-height: 1.71;
}
.el_txt_15{
  font-size: 15px;
  line-height: 2;
  text-align: center;
  letter-spacing: 1.5px;
}
.el_txt_16{
  font-size: 16px;
  line-height: 1.69;
}
.el_txt_17{
  font-size: 17px;
  line-height: 1.56;
  text-align: center;
}
.el_txt_18{
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
}
.el_txt_19{
  font-size: 19px;
  line-height: 1.58;
  text-align: center;
}
.el_txt_20{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 2px;
}
.el_txt_21{
  font-size: 21px;
  text-align: center;
}
.el_txt_22{
  font-size: 22px;
  text-align: center;
  letter-spacing: 2.2px;
}

.el_btn{
  display: block;
  width: 100%;
  font-family: HiraKakuProN-W6;
  font-size: 15px;
  text-align: center;
  color: #000;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  border-radius: 30px;
  text-decoration: none;
}
.el_btn_gray{
  background-color: #e5e5e5;
}
.el_btn_yellow{
  background-color: #ffeb00;
}
.el_btn_yellow:disabled{
  background-color: #e5e5e5;
  opacity: .7;
}
.el_btn_border{
  padding-top: 19px;
  padding-bottom: 19px;
  border: 1px solid #000;
  color: #000;
}
.el_btn_border.el_btn_border_white{
  padding-top: 21.5px;
  padding-bottom: 21.5px;
  border: 1px solid #fff;
  color: #fff;
}

.el_btn_pre_left,
.el_btn_pre_right{
  position: relative;
}
.el_btn_pre_left img{
  position: absolute;
  display: block;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.el_btn_yellow.el_btn_pre_right img,
.el_btn_gray.el_btn_pre_right img{
  position: absolute;
  display: block;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.el_img img{
  display: block;
  width: 100%;
}

.el_input{
  font-family: HiraKakuProN-W3;
  display: block;
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 3px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
}
.el_input::placeholder{
  font-size: 15px;
  color: #000;
}

.el_checkbox{
  display: none;
}
.el_checkbox_label{
  position: relative;
  display: block;
  padding-left: 23px;
  font-size: 14px;
}
.el_checkbox_label::before{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
}
.el_checkbox:checked + .el_checkbox_label::before{
  border: 1px solid #d35083;
  background-color: #d35083;
}
.el_checkbox:checked + .el_checkbox_label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 6px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.el_radio{
  display: none;
}
.el_radio_label{
  position: relative;
  display: block;
  padding-left: 23px;
  font-size: 14px;
}
.el_radio_label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.el_radio:checked + .el_radio_label::before{
  border: 1px solid #d35083;
  background-color: #d35083;
}
.el_radio:checked + .el_radio_label::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.el_lv1Heading{
  font-family: HiraKakuProN-W6;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.el_lv1Heading_pink{
  color: #fff;
  background-color: #d35083;
}

.el_label{
  font-family: HiraKakuProN-W6;
  font-size: 15px;
  padding: 8px 12px;
}
.el_label.el_label_red{
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  background-color: #d50000;
  word-break: keep-all;
}
.el_label.el_label_white{
  background-color: #fff;
  color: #e63178;
}

.el_select{
  font-family: HiraKakuProN-W3;
  display: block;
  width: 100%;
  height: 52px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.el_select_pre{
  position: relative;
}
.el_select_pre::before{
  position: absolute;
  content: url(../images/arrow_bottom.png);
  display: block;
  right: 25px;
  bottom: 11px;
  z-index: 1;
}
.el_txt_alert{
  color: #d50000;
}

.un_allCenter{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.un_modal{
  position: fixed;
  width: 100%;
  min-height: 100vh;
  top: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  max-width: 750px;
}
.un_modal_cont{
  width: 80%;
  background-color: #fff;
  border-radius: 11px;
  padding-top: 66px;
  padding-bottom: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}
.un_modal_cont .el_input{
  width: 90%;
  background-color: #e5e5e5;
}
.un_modal_cont .el_btn{
  width: 90%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.un_qsUnit{
  list-style-type: none;
}
.un_qsUnit_obj{
  font-family: HiraKakuProN-W6;
  font-size: 30px;
  line-height: 1.3;
  margin-right: 12px;
}
.un_qsUnit li{
  padding-bottom: 35px;
  border-bottom: 1px solid #fff;
}
.un_qsUnit li:not(:last-child){
  margin-bottom: 35px;
}
.un_qsUnit li .el_input{
  width: 100%;
  height: 40px;
  padding-right: 18px;
  padding-left: 18px;
}
.un_qsUnit_ttl{
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.un_countLg{
  font-family: HiraKakuProN-W6;
  font-size: 50px;
  text-align: center;
}
.un_countLg span{
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.un_countSm{
  font-family: HiraKakuProN-W6;
  font-size: 27px;
  padding-left: 12px;
}

.un_scrollBox{
  list-style-type: none;
  padding: 30px 20px;
  height: 240px;
  background-color: #fff;
  overflow-y: scroll;
}
.un_scrollBox li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
.un_scrollBox li .txt{
  padding-right: 23px;
  text-decoration: underline;
}
.un_scrollBox li .badge{
  font-family: HiraKakuProN-W6;
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.un_scrollBox li:not(:last-child){
  margin-bottom: 47px;
}

.un_close {
  width: 71%;
  max-width: 536px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #000;
  border-radius: 40px;
}
.un_close > .el_img {
  max-width: 364px;
  width: 68%;
  margin: auto;
  padding: 18% 0 17%;
}

.hp_d_flex{
  display: flex !important;
}
.hp_txt_center{
  text-align: center !important;
}
.hp_txt_left{
  text-align: left !important;
}
.hp_font14{
  font-size: 14px !important;
}
.hp_font18{
  font-size: 18px !important;
}
.hp_font_500{
  font-weight: 500 !important;
}
.hp_font_w6{
  font-family: HiraKakuProN-W6;
}
.hp_line_167{
  line-height: 1.67 !important;
}
.hp_border_white{
  border: 1px solid #fff !important;
  border-radius: 3px !important;
}
.hp_d_flex{
  display: flex !important;
}
.hp_align_center{
  align-items: center !important;
}
.hp_justify_center{
  justify-content: center !important;
}
.hp_bgGray{
  background-color: #f5f5f5 !important;
}
.hp_bgWhite{
  background-color: #fff !important;
}
.hp_colorBlack{
  color: #000 !important;
}

.lg_pt45{
  padding-top: 45px !important;
}
.lg_pb30{
  padding-bottom: 30px !important;
}
.lg_ptpb18{
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.lg_ptpb30{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.lg_prpl20{
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.lg_mr12{
  margin-right: 12px !important;
}

.lg_mb10{
  margin-bottom: 10px !important;
}
.lg_mb14{
  margin-bottom: 14px !important;
}
.lg_mb15{
  margin-bottom: 15px !important;
}
.lg_mb16{
  margin-bottom: 16px !important;
}
.lg_mb17{
  margin-bottom: 17px !important;
}
.lg_mb18{
  margin-bottom: 18px !important;
}
.lg_mb20{
  margin-bottom: 20px !important;
}
.lg_mb26{
  margin-bottom: 26px !important;
}
.lg_mb28{
  margin-bottom: 28px !important;
}
.lg_mb30{
  margin-bottom: 30px !important;
}
.lg_mb34{
  margin-bottom: 34px !important;
}
.lg_mb35{
  margin-bottom: 35px !important;
}
.lg_mb36{
  margin-bottom: 36px !important;
}
.lg_mb42{
  margin-bottom: 42px !important;
}
.lg_mb49{
  margin-bottom: 49px !important;
}
.lg_mb50{
  margin-bottom: 50px !important;
}
.lg_mb52{
  margin-bottom: 52px !important;
}
.lg_mb200{
  margin-bottom: 200px !important;
}
.lg_ml5{
  margin-left: 5px !important;
}

.lg_h42{
  height: 42px !important;
}
.lg_minh100vh{
  min-height: 100vh;
}

@media (max-width:374px){
  .hp_min_flex_column{
    flex-direction: column;
  }
}