:root {
  --base-background-color: #fff;
  --base-text-color: #000;
  --btn-background-color: #22ae3b;
  --btn-text-color: #fff;
  --title-background-color: #22ae3b;
  --title-text-color: #fff;
  --term-alert-background-color: #d00010;
  --term-alert-text-color: #fff;
  --go-to-top-background-color: transparent;
  --accent-background-color: #542500;
  --accent-text-color: #fff;
}

body{
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  position: fixed;
  width: 100%;
}
button{
  font-family: kozuka-gothic-pr6n, sans-serif;
  appearance: none;
  border: 0;
  line-height: 1;
  background-color: #fff;
}
button:disabled{
  opacity: 0.5;
}

a {
  color: inherit;
}

#wrapper{
  background-color: #fff;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}
#wrapper.fixed{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

.ly_cont.mypage {
  padding-bottom: 80px;
}

.ly_cont.jan_code {
  padding-bottom: 80px;
}

.ly_cont_comp .el_txt_16 > span{
  font-weight: bold;
}

.ly_column_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ly_column_2 .button_receipt_point_modal {
  position: relative;
  background: #fff;
  color: #000;
  padding: 16px 24px;
  border: 2px solid #000;
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
  flex: 1 1 137px;
}

.ly_column_2 .button_receipt_point_modal span {
  position: absolute;
  right: 4px;
  bottom: 4px;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
}

.ly_column_2 .button_receipt_point_modal span::before,
.ly_column_2 .button_receipt_point_modal span::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ly_column_2 .button_receipt_point_modal span::after {
  transform: rotate(90deg);
}

.bl_txtUnit{
  background-color: #f5f5f5;
  list-style-type: none;
  color: #000;
}
.bl_txtUnit li:not(:first-of-type){
  margin-top: 25px;
}

.bl_collapse{
  width: 89.3333%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e0c6e1;
  border-radius: 4px;
  background: #fff;
  color: #000;
}
.bl_collapse_title{
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
}
.bl_collapse_title::after,
.bl_collapse_title::before{
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.bl_collapse_title::after{
  transform: rotate(90deg);
}
.bl_collapse_title.active::after{
  transform: rotate(0deg);
}
.bl_collapse_body{
  display: none;
}
.bl_collapse_body .el_img.-no1{
  width: 53.89%;
  padding-right: 43px;
  margin-right: auto;
  margin-left: auto;
}
.bl_collapse.store_all{
  border: 2px solid #000 !important;
  border-radius: 0;
  box-sizing: border-box;
}
.bl_collapse.store_all .bl_collapse_title{
  padding-left: 32px;
  padding: 18px 0 18px 32px;
  text-align: left;
}


.bl_title_image{
  padding: 30px 20px 30px;
  list-style-type: none;
}
.bl_title_image li:not(:first-of-type){
  margin-top: 25px;
}

.bl_title_image li > .meta {
  display: flex;
  align-items: center;
}
.bl_title_image li > .meta .seal-count {
  display: block;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid black;
  padding: 6px 10px;
}
.bl_title_image li > .meta .entry-count {
  font-size: 12px;
  font-weight: 500;
}
.bl_title_image li > .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.66;
  display: block;
  letter-spacing: 1.5px;
}
.bl_title_image li > .title span{
  font-weight: bold;
}
.bl_title_image li > .title span:first-of-type{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.17px;
  text-align: center;
  color: #fff;
  background-color: #019c3b;
  border-radius: 13px;
  display: inline-block;
  padding: 6px 10px;
}
.bl_title_image li > .title span:last-of-type{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.66;
  display: block;
  margin-top: 8px;
}
.bl_title_image li > .el_img{
  margin-top: 10px;
}
.bl_title_image li > .el_btn{
  width: 100%;
}
.bl_title_image.bl_title_image_wide li:not(:first-of-type){
  margin-top: 60px;
}
.bl_title_image li .note{
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
.bl_title_image li .note .color_red{
  color: #f63242;
}

.bl_liststyle{
  list-style-type: none;
}
.bl_liststyle li{
  font-size: 15px;
  line-height: 1.57;
  position: relative;
  padding-left: 15px;
}
.bl_liststyle li::before{
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  top: 10px;
  left: 0;
  margin: auto;
  transform: translateY(-1px);
}

.bl_redArea{
  background-color: #f63242;
  padding: 19px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 2.1px;
  text-align: center;
}
.bl_redArea.bl_redArea_type2{
  font-size: 18px;
  line-height: 1.77;
  padding: 25px 15px;
}
.bl_redArea.term-alert {
  background-color: var(--term-alert-background-color, #d00010);
  color: var(--term-alert-text-color, #fff);
  font-size: 18px;
  line-height: 1.77;
  padding: 25px 10px;
}

.bl_yellowArea{
  background-color: #FEF102;
  padding: 19px 15px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 2.1px;
  text-align: center;
}

.bl_line_share_block .el_checkbox_label{
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 1.4px;
}
.bl_line_share_block .el_checkbox_label::before{
  top: 2px;
}
.bl_line_share_block .el_checkbox:checked + .el_checkbox_label::after{
  top: 6px;
}

.el_txt_12{
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_13{
  font-size: 13px;
  line-height: 1.57;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_14{
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_15{
  font-size: 15px;
  line-height: 1.57;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_16{
  font-size: 16px;
  line-height: 1.53;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_17{
  font-size: 17px;
  line-height: 1.56;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_18{
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_19{
  font-size: 19px;
  line-height: 1.58;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_20{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_21{
  font-size: 21px;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_22{
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_txt_23{
  font-size: 23px;
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
  letter-spacing: 0.1em;
}

.el_btn{
  font-weight: normal;
  display: block;
  width: 89.3333%;
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  text-decoration: none;
}
.el_btn.el_btn_green{
  background-color: #22ae3b;
}
.el_btn.el_btn_green2 {
  background-color: #22ae3b;
}
.el_btn.el_btn_gray{
  background-color: #707070;
}
.el_btn.el_btn_gray2{
  background-color: #e5e5e5;
  color: #000;
}
.el_btn.el_btn_white{
  background-color: #fff;
}
.el_btn.el_btn_blue{
  background-color: #0070c0;
}
.el_btn.el_btn_black{
  background-color: #000;
}
.el_btn.el_btn_border{
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.el_btn.el_btn_border_blue{
  border: 1px solid #0070c0;
}
.el_btn.el_btn_border_black{
  border: 1px solid #000;
}
.el_btn.el_btn_border_red{
  border: 4px solid #f63242;
  color: #c63242;
  padding: 14px 0;
}
.el_btn.el_btn_border_yellow{
  border: 4px solid #FEF102;
  color: #000;
  padding: 14px 0;
}
.el_btn.el_btn_border_red.el_btn_pre_right::after{
  border-color: #f63242 transparent transparent transparent !important;
}
.el_btn.el_btn_pre_right,
.el_btn.el_btn_pre_left{
  position: relative;
}
.el_btn.el_btn_pre_right::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 11px 0 11px 11px;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  transform: translateY(20%) rotate(45deg);
}
.el_btn.el_btn_pre_left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 11px 0 11px 11px;
  top: 0;
  left: 22px;
  bottom: 0;
  margin: auto;
  transform: translateY(-20%) rotate(-135deg);
}
.el_btn.el_btn_pre_left img{
  position: absolute;
  display: block;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.el_btn.el_btn_large{
  text-align: left;
  border-radius: 40px;
  background-color: #e0c6e1;
  display: flex;
  align-items: center;
  line-height: 1.39;
  letter-spacing: .5px;
}
.el_btn.el_btn_large.camera{
  justify-content: center;
  line-height: 1;
  padding-top: 19px;
  padding-bottom: 19px;
}

.el_btn.el_btn_large > img{
  width: 23px;
  margin-right: 10px;
}

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

.el_input{
  font-weight: bold;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #959595;
  border-radius: 4px;
  font-size: 20px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.el_input::-webkit-input-placeholder,
.el_input::placeholder{
  font-family: HiraKakuProN-W3;
  font-size: 15px;
  color: #959595;
}

.el_lv1Heading{
  font-size: 22px;
  letter-spacing: .75px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  word-break: break-all;
}
.el_lv1Heading_green{
  color: #fff;
  background-color: #22ae3b;
}

.el_checkbox {
  display: none;
}

.el_checkbox_label {
  position: relative;
  display: block;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.5;
}

.el_checkbox_label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid var(--btn-background-color);
  left: 0;
}

.el_checkbox_label.el_checkbox_label_v2::before {
  top: 2px;
}

.el_checkbox:checked + .el_checkbox_label::before {
  background-color: var(--btn-background-color);
}

.el_checkbox:checked + .el_checkbox_label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 4px;
  width: 6px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.el_underFrame{
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #000;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: .7px;
}
.el_underFrame::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.el_underFrame::before{
  width: 10px;
  height: 10px;
  top: 33px;
  border: 2px solid #000;
  border-width: 2px;
  border-style: solid;
  border-color: #fff #000 #000 #fff;
  background-color: #fff;
  transform: rotate(45deg);
}

.el_btn_anchor{
  text-align: center;
  position: relative;
  display: inline-block;
}
.el_btn_anchor::before{
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: translateY(-50%) rotate(-45deg);
}
.el_btn_anchor > a{
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px;
  padding-left: 23px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  line-height: 1;
}
.el_btn_anchor.el_btn_anchor2::before{
  width: 7px;
  height: 7px;
  left: 0;
  transform: translateY(-30%) rotate(-135deg);
}
.el_btn_anchor.el_btn_anchor2 > a{
  padding-left: 15px;
}

.el_select {
  font-family: kozuka-gothic-pr6n, sans-serif;
  display: block;
  width: 100%;
  height: 40px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 18px;
  padding-left: 18px;
  margin: 0;
  border: 1px solid var(--btn-background-color);
  border-radius: 20px;
  font-size: 13px;
  letter-spacing: 1.3px;
  position: relative;
  background-color: #fff;
  color: #000;
  line-height: 2;
  text-align: left !important;
}
.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_input_qs{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.el_input_qs p{
  font-size: 17px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 1.53px;
}

.un_allCenter{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.un_modal{
  position: fixed;
  width: 100%;
  max-width: 750px;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.un_modal_cont{
  width: calc(100% - 40px);
  max-height: 90%;
  background-color: #fff;
  border-radius: 11px;
  padding: 40px 16px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.un_modal_cont_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.un_modal_cont .text{
  font-weight: bold;
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: .5px;
  text-align: center;
  margin-top: 22px;
}
.un_modal_cont .number_wrapper{
  background-color: #f4f5f7;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  margin-top: 12px;
  border: 2px solid #959595;
  border-radius: 4px;
}
.un_modal_cont .number_wrapper .top{
  font-size: 12px;
  letter-spacing: .35px;
  color: #959595;
}
.un_modal_cont .number_wrapper .bottom{
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.6px;
  color: #000;
}

.un_modal_cont .el_btn{
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
}
.un_modal_cont form {
  width: 100%;
}
.un_modal_cont .el_btn.camera {
  display: flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  padding: 20px;
}
.un_modal_cont .el_btn.camera > img{
  width: 23px;
  margin-right: 10px;
}

.un_modal.receipt_point {
  /* left: 0; */
}
.un_modal.receipt_point .un_modal_cont{
  padding: 20px 0;
  width: 90%;
  max-height: 80vh;
}
.un_modal.receipt_point .un_modal_cont_inner{
  display: block;
}
.un_modal.receipt_point .caution {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: .9px;
  color: #de0000;
  text-align: center;
  padding: 0 10px;
}
.un_modal.receipt_point .close{
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  position: absolute;
}
.un_modal.receipt_point .close::before,
.un_modal.receipt_point .close::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 30px;
  background-color: #a9a;
}
.un_modal.receipt_point .close::before{
  transform: rotate(45deg);
}
.un_modal.receipt_point .close::after{
  transform: rotate(-45deg);
}

.un_close{
  width: 80%;
  max-width: 536px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
}
.un_close > .el_img{
  max-width: 364px;
  width: 100%;
  margin: auto;
  padding: 18% 0 17%;
}

.un_pageTop{
  position: fixed;
  display: block;
  right: 10px;
  bottom: 15px;
  background-color: transparent;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 9999;
}
.un_pageTop > *{
  width: 100%;
  height: 100%;
}
.un_pageTop .cls-1,
.un_pageTop .cls-2{
  stroke: #000;
}

.un_footer{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
}

.un_sealCount {
  text-align: center;
}

.un_sealCount .title {
  font-size: 16px;
  font-weight: 500;
}

.un_sealCount .title.multiple {
  line-height: 1.55;
}

.un_sealCount .body {
  font-weight: bold;
  width: fit-content;
  margin: 15px auto 0;
}

.un_sealCount .body .number {
  font-size: 87px;
}

.un_sealCount .body .unit{
  font-size: 30px;
}

.un_sealCount .bottom {
  width: calc(300 / 375 * 100%);
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.35px;
  background: white;
  color: black;
}

.un_sealCount .bottom > span {
  font-size: 21px;
  letter-spacing: .75px;
  padding: 0 5px 10px;
}

.un_history{
  list-style-type: none;
  padding-right: 20px;
  padding-left: 20px;
}
.un_history li:not(:first-of-type){
  margin-top: 30px;
}
.un_history li .title{
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #000;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.88;
}
.un_history_list{
  list-style-type: none;
  background-color: #f5f5f5;
  border: 1px solid #000;
  padding: 15px 10px 17px 15px;
  max-height: 350px;
  overflow-y: scroll;
}
.un_history_list li.empty{
  font-size: 16px;
  text-align: center;
}
.un_history_list li:not(.empty){
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 0;
}
.un_history_list li:not(.empty):not(:first-of-type){
  margin-top: 25px;
}
.un_history_list li .date{
  font-weight: bold;
  font-size: 13px;
}
.un_history_list li .text{
  font-size: 15px;
  line-height: 1.53;
  margin-top: 4px;
}
.un_history_list li .el_btn_anchor{
  margin-top: 4px;
}
.un_history_list li .el_btn_anchor > a{
  font-size: 14px;
  padding-bottom: 3px;
}
.un_history_list li .stamp{
  display: block;
  width: 58px;
  height: 58px;
  margin: auto 0;
}
.un_history_list li .stamp.hit3{
  top: -10px;
}

.un_choice{
  list-style-type: none;
}
.un_choice li:not(:first-of-type){
  margin-top: 15px;
}
.un_choice li.disabled{
  opacity: .5;
}
.un_choice li > input{
  display: none;
}
.un_choice li .title{
  font-weight: bold;
  font-size: 14px;
}
.un_choice li .body{
  padding: 15px;
  margin-top: 10px;
  border: 2px solid #e0c6e1;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: flex;
}
.un_choice li > input:checked + label .body{
  background-color: #e0c6e1;
}
.un_choice li .body .el_img{
  width: 38%;
  flex-shrink: 0;
}
.un_choice li .body .text{
  padding-left: 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .42px;
}

.un_caution{
  padding: 25px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #cf000d;
  border: 2px solid #cf000d;
  box-sizing: border-box;
  width: 89.3333%;
  margin: 30px auto;
}
.un_caution h2{
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
}

.un_caution p{
  text-align: left;
}


.un_receipt{
  padding: 30px 0;
}
.un_receipt .balloon{
  background-color: #fff;
  padding: 13px 15px;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 1.6px;
  text-align: center;
  width: 224px;
  margin: 0 auto 23px;
  box-sizing: border-box;
  position: relative;
  color: #000;
}
.un_receipt .balloon::before{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-right: 14px solid transparent;
  border-top: 18px solid #000;
  border-left: 14px solid transparent;
}
.un_receipt .balloon::after{
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-right: 14px solid transparent;
  border-top: 18px solid #fff;
  border-left: 14px solid transparent;
}
.un_receipt .camera{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #000;
  display: flex;
}
.un_receipt .camera.disabled{
  opacity: .5;
}
.un_receipt .camera > button{
  margin: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.un_receipt .camera > button > img{
  width: 49px;
}
.un_receipt .camera > button > span{
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.26px;
  color: #fff;
}
.un_receipt > .caution{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 1.6px;
  text-align: center;
  color: #de0000;
  margin-top: 28px;
}
.un_receipt > .text{
  background-color: #fff;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 1.4px;
  padding: 15px;
  margin-top: 18px;
}
.un_receipt .point{
  width: calc(335 / 375 * 100%);
  padding: 15px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  box-sizing: border-box;
}
.un_receipt .point > .title{
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.71px;
  text-align: center;
  position: relative;
}
.un_receipt .point > .title::after,
.un_receipt .point > .title::before{
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}
.un_receipt .point > .title::after{
  transform: rotate(90deg);
}
.un_receipt .point > .title.active::after{
  transform: rotate(0deg);
}
.un_receipt .point .caution{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: .9px;
  color: #de0000;
  text-align: center;
  margin-top: 22px;
}
.un_receipt .point .images{
  padding: 22px 0;
  background-color: #e5e5e5;
  border-radius: 10px;
}
.un_receipt .point .images > p{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: .84px;
  text-align: center;
}
.un_receipt .point .images > .el_img{
  padding: 0 15px;
  margin-top: 18px;
}
.un_receipt .point .images > .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.53px;
  text-align: center;
  margin-bottom: 20px;
}
.un_receipt .point .text{
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 1.17px;
  margin-top: 8px;
}

.un_receipt .links{
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
}

.un_receipt .links__item {
  width: calc(160 / 335 * 100%);
}

.un_receipt .links__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.un_receipt .links__item img {
  width: 100%;
}

.un_receipt .tax-radio {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.un_receipt .tax-radio .radio {
  display: flex;
  accent-color:black;
}
.un_receipt .amount-input {
  display: flex;
  align-items: baseline;
}
.un_receipt .amount-input .unit {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.un_receipt .breakdown {
  display: flex;
  justify-content: space-around;
  border: 1px solid;
  padding: 20px;
  list-style: none;
}
.un_receipt .breakdown ul {
  list-style: none;
}
.un_receipt .breakdown li:not(:last-child) {
  margin-bottom: 10px;
}
.un_receipt .breakdown span {
  display: inline-block;
}

.un_maintenanceInfo {
  background-color: #d00010;
  color: #fff;
  padding: 15px 10px;
}

.un_maintenanceInfo .title {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: .5px;
  position: relative;
}

.un_maintenanceInfo .sub {
  font-size: 12px;
}

.un_maintenanceInfo .arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 5px;
  right: 0;
  transform: rotate(-135deg);
  transform-origin: 3px 3px;
}

.un_maintenanceInfo .body {
  display: none;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px;
}

.un_maintenanceInfo .title.active .arrow {
  transform: rotate(45deg);
}

.un_maintenanceInfo .title.active .sub {
  visibility: hidden;
}

.un_loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50px;
}

.dot-spin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 #000, 12.72984px -12.72984px 0 0 #000, 18px 0 0 0 #000, 12.72984px 12.72984px 0 0 rgb(152 128 255 / 0%), 0 18px 0 0 rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 0 rgb(152 128 255 / 0%), -18px 0 0 0 rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 0 rgb(152 128 255 / 0%);
  animation: dot-spin 1.5s infinite linear;
}

@keyframes dot-spin {
  0%, 100% {
      box-shadow: 0 -18px 0 0 #000, 12.72984px -12.72984px 0 0 #000, 18px 0 0 0 #000, 12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), 0 18px 0 -5px rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), -18px 0 0 -5px rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%);
  }
  12.5% {
      box-shadow: 0 -18px 0 -5px rgb(152 128 255 / 0%), 12.72984px -12.72984px 0 0 #000, 18px 0 0 0 #000, 12.72984px 12.72984px 0 0 #000, 0 18px 0 -5px rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), -18px 0 0 -5px rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%);
  }
  25% {
      box-shadow: 0 -18px 0 -5px rgb(152 128 255 / 0%), 12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%), 18px 0 0 0 #000, 12.72984px 12.72984px 0 0 #000, 0 18px 0 0 #000, -12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), -18px 0 0 -5px rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%);
  }
  37.5% {
      box-shadow: 0 -18px 0 -5px rgb(152 128 255 / 0%), 12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%), 18px 0 0 -5px rgb(152 128 255 / 0%), 12.72984px 12.72984px 0 0 #000, 0 18px 0 0 #000, -12.72984px 12.72984px 0 0 #000, -18px 0 0 -5px rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%);
  }
  50% {
      box-shadow: 0 -18px 0 -5px rgb(152 128 255 / 0%), 12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%), 18px 0 0 -5px rgb(152 128 255 / 0%), 12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), 0 18px 0 0 #000, -12.72984px 12.72984px 0 0 #000, -18px 0 0 0 #000, -12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%);
  }
  62.5% {
      box-shadow: 0 -18px 0 -5px rgb(152 128 255 / 0%), 12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%), 18px 0 0 -5px rgb(152 128 255 / 0%), 12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), 0 18px 0 -5px rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 0 #000, -18px 0 0 0 #000, -12.72984px -12.72984px 0 0 #000;
  }
  75% {
      box-shadow: 0 -18px 0 0 #000, 12.72984px -12.72984px 0 -5px rgb(152 128 255 / 0%), 18px 0 0 -5px rgb(152 128 255 / 0%), 12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), 0 18px 0 -5px rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), -18px 0 0 0 #000, -12.72984px -12.72984px 0 0 #000;
  }
  87.5% {
      box-shadow: 0 -18px 0 0 #000, 12.72984px -12.72984px 0 0 #000, 18px 0 0 -5px rgb(152 128 255 / 0%), 12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), 0 18px 0 -5px rgb(152 128 255 / 0%), -12.72984px 12.72984px 0 -5px rgb(152 128 255 / 0%), -18px 0 0 -5px rgb(152 128 255 / 0%), -12.72984px -12.72984px 0 0 #000;
  }
}

.un_purchase{
  padding-top: 30px;
  padding-bottom: 40px;
}
.un_purchase .el_txt_18{
  letter-spacing: 1.62px;
}
.un_purchase .list{
  list-style-type: none;
  padding: 30px 20px;
}
.un_purchase .list li{
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
  display: flex;
  flex-direction: column;
}
.un_purchase .list li .wrap{
  display: flex;
  align-items: center;
}
.un_purchase .list li .title{
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: .36px;
  width: calc(175 / 335 * 100%);
  padding-right: 5px;
  box-sizing: border-box;
}
.un_purchase .list li:not(:last-of-type){
  margin-bottom: 13px;
}
.un_purchase .list li .input{
  width: calc(90 / 335 * 100%);
  height: 40px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0 5px;
  box-sizing: border-box;
}
.un_purchase .list li .unit{
  width: calc(70 / 335 * 100%);
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: .36px;
  text-align: center;
}
.un_purchase .text{
  font-size: 13px;
  line-height: 1.8;
  padding: 0 20px;
}
.un_purchase .validation_error{
  color: #de0000;
  margin-top: 10px;
  font-size: 13px;
}
.un_purchase.confirm .list li .input{
  border: 0;
  height: auto;
  text-align: center;
  word-break: break-all;
}
.un_purchase.confirm .sealCount{
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-top: 15px;
}
.un_purchase.confirm .sealCount span{
  font-size: 18px;
  letter-spacing: .36px;
  box-sizing: border-box;
}
.un_purchase.confirm .sealCount span:nth-of-type(1){
  width: calc(175 / 335 * 100%);
}
.un_purchase.confirm .sealCount span:nth-of-type(2){
  width: calc(90 / 335 * 100%);
  padding: 0 5px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .88px;
  word-break: break-all;
  color: #c11920;
}
.un_purchase.confirm .sealCount span:nth-of-type(3){
  width: calc(70 / 335 * 100%);
  padding: 0 5px;
  text-align: center;
}
.un_purchase.confirm .text{
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .48px;
  text-align: center;
  margin-top: 40px;
}

.un_coming_soon{
  width: calc(350 / 375 * 100%);
  padding-top: 12px;
  padding-bottom: 12px;
  border: 4px solid #019c3b;
  margin: 12px auto 0;
  box-sizing: border-box;
}
.un_coming_soon p{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 2.1px;
  text-align: center;
  color: #019c3b;
}

.un_camp_end{
  background-color: #c11920;
  padding: 24px 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 2.1px;
  text-align: center;
  color: #fff;
}
.un_camp_end.green{
  background-color: #019c3b;
}

.el_radio {
  display: none;
}

.el_radio_label {
  position: relative;
  display: block;
  padding-left: 28px;
  font-size: 14px;
  opacity: 1;
  line-height: 1.5;
}

.el_radio_label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid var(--btn-background-color);
  border-radius: 50%;
}

.el_radio:checked+.el_radio_label::before {
  border: 1px solid var(--btn-background-color);
  background-color: var(--btn-background-color);
}

.el_radio:checked+.el_radio_label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 4px;
  width: 6px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.el_radio[disabled] + .el_radio_label {
  opacity: 0.5;
}

.el_label {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 5px;
}

.el_label.el_label_red {
  background-color: #d50000;
  color: #fff;
  border-radius: 6px;
  word-break: keep-all;
}

.un_qs {
  padding-right: 20px;
  padding-left: 20px;
}
.un_qsUnit {
  list-style-type: none;
  background-color: white;
  border: var(--btn-background-color) solid 2px;
  border-radius: 20px;
}
.un_qsUnit li {
  padding: 20px 16px 30px;
  color: black;
}
.un_qsUnit li:not(:first-child) {
  border-top: var(--btn-background-color) dotted 2px;
}
.un_qsUnit li.disabled {
  opacity: .5;
}
.un_qsUnit li .el_input {
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding-right: 18px;
  padding-left: 18px;
  margin: 0;
  border: 1px solid var(--btn-background-color);;
  border-radius: 20px;
}
.un_qsUnit li .el_input::placeholder {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 15px;
  color: #999;
}

.un_qsUnit li .options {
  margin: 15px 10px 0;
}

.un_qsUnit select {
  width: 100%;
  background-color: white;
  color: black;
  border: thin solid var(--btn-background-color);
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--btn-background-color) 50%),
    linear-gradient(135deg, var(--btn-background-color) 50%, transparent 50%),
    linear-gradient(to right, var(--btn-background-color), var(--btn-background-color));
  background-position:
    calc(100% - 19px) 1em,
    calc(100% - 11px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    8px 8px,
    8px 8px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.un_qsUnit_ttl_container {
  display: flex;
  margin-top: 5px;
}
.un_qsUnit_ttl_circle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  transform: translateY(-5px);
}
.un_qsUnit_ttl_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 1.53px;
}
.un_qsUnit_ttl_required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  padding: 0 3px;
  background-color: pink;
  color: red;
  font-size: 13px;
  font-weight: 500;
}


.hp_text_center{
  text-align: center !important;
}
.hp_text_left{
  text-align: left !important;
}
.hp_font_13 {
  font-size: 13px !important;
}
.hp_font_16 {
  font-size: 16px !important;
}
.hp_font_19{
  font-size: 19px !important;
}
.hp_font_20{
  font-size: 20px !important;
}
.hp_font_500{
  font-weight: 500 !important;
}
.hp_font_600{
  font-weight: 600 !important;
}
.hp_line_100{
  line-height: 1 !important;
}
.hp_line_150{
  line-height: 1.5 !important;
}
.hp_line_160{
  line-height: 1.6 !important;
}
.hp_line_167{
  line-height: 1.67 !important;
}
.hp_line_175{
  line-height: 1.75 !important;
}
.hp_line_193{
  line-height: 1.93 !important;
}
.hp_letter_135{
  letter-spacing: 1.35px !important;
}
.hp_letter_12{
  letter-spacing: 1.2px !important;
}
.hp_letter_18{
  letter-spacing: 1.8px !important;
}
.hp_letter_normal{
  letter-spacing: normal !important;
}
.hp_color_black{
  color: #000 !important;
}
.hp_color_red{
  color: #cf000d !important;
}
.hp_color_red2{
  color: #c11920 !important;
}
.hp_color_red3 {
  color: #f63242 !important;
}
.hp_bgGray{
  background-color: #f5f5f5 !important;
}
.hp_bgRed{
  background-color: #d00010 !important;
  color: #fff !important;
}
.hp_borderTop{
  border-top: 1px solid #000 !important;
}
.hp_breakAll{
  word-break: break-all !important;
}
.hp_d_block{
  display: block !important;
}
.hp_d_inlineblock{
  display: inline-block !important;
}
.hp_radius_40{
  border-radius: 40px !important;
}

.lg_ptpb10{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.lg_ptpb14{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.lg_ptpb15{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.lg_ptpb16{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.lg_ptpb17{
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.lg_ptpb25{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.lg_ptpb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.lg_ptpb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.lg_prpl10{
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.lg_prpl16{
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.lg_prpl20{
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.lg_pt20{
  padding-top: 20px !important;
}
.lg_pt30{
  padding-top: 30px !important;
}
.lg_pt40{
  padding-top: 40px !important;
}

.lg_pb10 {
  padding-bottom: 10px !important;
}
.lg_pb30{
  padding-bottom: 30px !important;
}
.lg_pb45{
  padding-bottom: 45px !important;
}
.lg_pb70{
  padding-bottom: 70px !important;
}

.lg_pl5{
  padding-left: 5px !important;
}
.lg_pl15{
  padding-left: 15px !important;
}
.lg_pl20{
  padding-left: 20px !important;
}

.lg_mt0{
  margin-top: 0px !important;
}
.lg_mt5{
  margin-top: 5px !important;
}
.lg_mt10{
  margin-top: 10px !important;
}
.lg_mt12{
  margin-top: 12px !important;
}
.lg_mt15{
  margin-top: 15px !important;
}
.lg_mt20{
  margin-top: 20px !important;
}
.lg_mt25{
  margin-top: 25px !important;
}
.lg_mt28{
  margin-top: 28px !important;
}
.lg_mt30{
  margin-top: 30px !important;
}
.lg_mt35{
  margin-top: 35px !important;
}
.lg_mt40{
  margin-top: 40px !important;
}
.lg_mt50{
  margin-top: 50px !important;
}
.lg_mt60{
  margin-top: 60px !important;
}
.lg_mt70{
  margin-top: 70px !important;
}

.lg_mr15{
  margin-right: 15px !important;
}

.lg_mb8{
  margin-bottom: 8px !important;
}
.lg_mb14{
  margin-bottom: 14px !important;
}
.lg_mb15{
  margin-bottom: 15px !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_mb35{
  margin-bottom: 35px !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_ml10 {
  margin-left: 10px !important;
}
.lg_ml15{
  margin-left: 15px !important;
}

.lg_mrmlat{
  margin-right: auto !important;
  margin-left: auto !important;
}

.lg_w76{
  width: 76px !important;
}
.lg_w300{
  width: 300px !important;
}
.lg_w89_3333per{
  width: 89.3333% !important;
}
.lg_w100per{
  width: 100% !important;
}

.lg_minh100vh{
  min-height: 100vh;
}

.rule {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  word-break: break-all;
  padding: 30px 20px;
}

.rule p {
  margin-bottom: 1rem;
}

.btn_choice.disabled{
  opacity: 0.5;
}

.hp_txt_center{
  text-align: center !important;
}

.warning-text {
  font-size: 15px;
  line-height: 1.57;
  display: flex;
  justify-content: center;
  align-items: center;
}

.warning-text .icon {
  font-size: 24px;
  margin-right: 5px;
}

.result-container {
  min-height: 100vh;
  min-height: 100dvh;
}

.result-spaced-section {
  padding: 40px 20px 70px;
}

.result-message {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28;
  text-align: center;
}

.result-description {
  font-size: 16px;
  line-height: 1.53;
  width: fit-content;
  margin: 0 auto;
}

.error-container {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px;
  box-sizing: border-box;
}

.error-message {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.58;
  text-align: center;
  letter-spacing: 0.1em;
}

.error-description {
  font-size: 15px;
  line-height: 1.57;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
}

.receipt-error-description {
  font-size: 15px;
  margin: 0 auto;
  width: fit-content;
  line-height: 1.57;
}

.underline {
  text-decoration: underline;
}

.receipt-history-box {
  padding: 0 20px;
}

.receipt-history-list {
  list-style-type: none;
  background-color: #f5f5f5;
  border: 1px solid #000;
  padding: 15px 10px 17px 15px;
  max-height: 350px;
  overflow-y: scroll;
}

.receipt-history-list li.empty {
  font-size: 16px;
  text-align: center;
}

.receipt-history-list li:not(.empty) {
  position: relative;
  margin-top: 0;
}

.receipt-history-list li:not(.empty):not(:first-of-type) {
  margin-top: 25px;
}

.receipt-history-list li .date {
  font-weight: bold;
  font-size: 13px;
}

.receipt-history-list li .text {
  font-size: 15px;
  line-height: 1.53;
  margin-top: 4px;
}

.text-small {
  font-size: 0.875rem;
  line-height: 1.4;
}

.top-page-footer {
  padding: 30px 20px 80px;
  background: white;
}

@media (max-width:350px){
  .bl_collapse_title{
    font-size: 16px;
  }
  .el_input{
    font-size: 18px;
  }
  .sm_fontSize_14{
    font-size: 14px !important;
  }
  .un_purchase .list li .title{
    font-size: 15px;
  }
  .un_purchase .list li .unit{
    font-size: 15px;
  }
}

@media (orientation: landscape){
  .un_modal_cont{
    max-height: 58vh;
  }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance:textfield;
}

.open_text_area{
  letter-spacing: 2.2px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}
img.disabled{
  opacity: 0.5;
}
