
body{
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
}
button{
  appearance: none;
  border: 0;
  line-height: 1;
  background-color: #fff;
}
a{
  color: #000;
}
#wrapper{
  background-color: #fff;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.bl_txtUnit{
  list-style-type: none;
}
.bl_txtUnit li{
  margin-bottom: 25px;
}

.el_txt_14{
  font-size: 14px;
  line-height: 1.64;
  text-align: center;
}
.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.53;
  text-align: center;
  letter-spacing: 1.6px;
}
.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_22{
  font-size: 22px;
  text-align: center;
  letter-spacing: 2.2px;
}

.el_btn{
  display: block;
  width: 80%;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  text-decoration: none;
}
.el_btn_green{
  background-color: #22ae3b;
}
.el_btn_gray{
  background-color: #707070;
}
.el_btn_border{
  padding-top: 19px;
  padding-bottom: 19px;
  border: 1px solid #000;
  color: #000;
}
.el_btn_pre_left{
  position: relative;
}
.el_btn_pre_left img{
  position: absolute;
  display: block;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}

.el_img img{
  display: block;
  width: 100%;
}

.el_input{
  font-family: kozuka-gothic-pr6n, sans-serif;
  display: block;
  width: 80%;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  font-size: 15px;
  border-radius: 20px;
  background-color: #e0e0e0;
  box-sizing: border-box;
}
.el_input::placeholder{
  font-size: 15px;
  color: #000;
}

.el_lv1Heading{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 19px;
}
.el_lv1Heading_green{
  color: #fff;
  background-color: #22ae3b;
}

.un_allCenter{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.un_modal{
  position: fixed;
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  top: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.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;
}
.un_modal_cont .el_input{
  font-size: 15px;
  letter-spacing: 1.6px;
  width: 90%;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
.un_modal_cont .el_btn{
  width: 90%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.hp_txt_center{
  text-align: center !important;
}
.hp_txt_left{
  text-align: left !important;
}

.hp_font_500{
  font-weight: 500 !important;
}

.hp_letter_135{
  letter-spacing: 1.35px !important;
}
.hp_letter_18{
  letter-spacing: 1.8px !important;
}

.hp_line_175{
  line-height: 1.75 !important;
}

.lg_ptpb43{
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

.lg_prpl10per{
  padding-right: 10% !important;
  padding-left: 10% !important;
}

.lg_mb8{
  margin-bottom: 8px !important;
}
.lg_mb17{
  margin-bottom: 17px !important;
}
.lg_mb18{
  margin-bottom: 18px !important;
}
.lg_mb20{
  margin-bottom: 20px !important;
}
.lg_mb30{
  margin-bottom: 30px !important;
}
.lg_mb40{
  margin-bottom: 40px !important;
}
.lg_mb45{
  margin-bottom: 45px !important;
}
.lg_mb49{
  margin-bottom: 49px !important;
}
.lg_mb52{
  margin-bottom: 52px !important;
}
.lg_mb62{
  margin-bottom: 62px !important;
}
.lg_mb82{
  margin-bottom: 82px !important;
}

.lg_mrmlat{
  margin-right: auto !important;
  margin-left: auto !important;
}

.lg_w300{
  width: 300px !important;
}

.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_bgGray{
  background-color: #f5f5f5 !important;
}

button:disabled{
  opacity: 0.5;
}


.line_share_block{
  display: flex;
  width: 80%;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  justify-content:center;
}


.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;
  width: 14px;
  height: 14px;
  border: 1px solid #3e9e26;
  left: 0px;
}
.el_checkbox:checked + .el_checkbox_label::before{
  background-color: #3e9e26;
}
.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);
}

