body{
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
button{
  appearance: none;
  border: 0;
  line-height: 1;
  background-color: #fff;
}
button:disabled{
  opacity: 0.5;
}
a{
  color: #000;
}
#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: 50px;
}

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

.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: 18px;
  letter-spacing: .5px;
  position: relative;
}
.bl_collapse_title::after,
.bl_collapse_title::before{
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  top: 0;
  right: 15px;
  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_title_image{
  padding: 30px 20px 50px;
  list-style-type: none;
}
.bl_title_image li:not(:first-of-type){
  margin-top: 25px;
}
.bl_title_image li > .title span{
  font-weight: bold;
}
.bl_title_image li > .title span:first-of-type{
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #000;
  font-size: 15px;
}
.bl_title_image li > .title span:nth-of-type(2){
  font-family: HiraKakuProN-W3;
  font-weight: normal;
  font-size: 15px;
}
.bl_title_image li > .title span:last-of-type{
  font-weight: bold;
  font-size: 19px;
  line-height: 1.45;
  margin-top: 7px;
}
.bl_title_image li > .el_img{
  margin-top: 20px;
}
.bl_title_image li > .el_btn{
  width: 100%;
}
.bl_title_image.bl_title_image_wide li:not(:first-of-type){
  margin-top: 40px;
}

.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: #d00010;
  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_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;
}

.bl_toggle_radio {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.bl_toggle_radio input[type="radio"] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.bl_toggle_radio label {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  background-color: #e7e6e6;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  width: 90px;
  position: relative;
  z-index: 1;
}

.bl_toggle_radio label:last-child {
  margin-left: -20px;
}

.bl_toggle_radio input[type="radio"]:checked + label {
  background-color: #132A88;
  color: #fff;
  z-index: 2;
}

.el_txt_14{
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
}
.el_txt_15{
  font-size: 15px;
  line-height: 1.57;
  text-align: center;
}
.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_20{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 2px;
}
.el_txt_22{
  font-size: 22px;
  text-align: center;
  letter-spacing: 2.2px;
  line-height: 1.7;
}
.el_txt_23{
  font-size: 23px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: .7px;
  text-align: center;
}

.el_btn{
  font-weight: normal;
  display: block;
  width: 89.3333%;
  font-size: 16px;
  letter-spacing: normal;
  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.el_btn_green{
  background-color: #22ae3b;
}
.el_btn.el_btn_gray{
  background-color: #707070;
}
.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: 19px;
  padding-bottom: 19px;
  border: 1px solid #000;
  color: #000;
}
.el_btn.el_btn_border_blue{
  border: 1px solid #0070c0;
}
.el_btn.el_btn_border_black{
  border: 1px solid #000;
}
.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: 89.3333%;
  height: 56px;
  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;
}
.el_lv1Heading_green{
  color: #fff;
  background-color: #22ae3b;
}

.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);
}

.el_radio {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.el_radio_label {
  position: relative;
  display: block;
  padding-left: 23px;
  font-size: 16px;
}

.el_radio_label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
}

.el_radio:checked + .el_radio_label::before {
  background-color: #fff;
}

.el_radio:checked + .el_radio_label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
}

.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;
}

.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: 40px 25px;
  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: 19px;
  padding-bottom: 19px;
  margin-top: 25px;
}

.un_modal_cont_amount{
  width: 80%;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 11px;
  padding: 100px 16px 50px;
  overflow-y: scroll;
  box-sizing: border-box;
}

.un_modal_cont_amount.short{
  max-height: 80vh;
}
.un_modal_cont_amount_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.un_modal_cont_amount .text{
  font-weight: bold;
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: .5px;
  text-align: center;
  margin-top: 22px;
}
.un_modal_cont_amount .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_amount .number_wrapper .top{
  font-size: 12px;
  letter-spacing: .35px;
  color: #959595;
}
.un_modal_cont_amount .number_wrapper .bottom{
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.6px;
  color: #000;
}

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

.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: 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%;
}

.un_pageTop{
  position: fixed;
  display: block;
  right: 10px;
  bottom: 15px;
  background-color: transparent;
  width: 50px;
  height: 50px;
  padding: 0;
}
.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-weight: bold;
  font-size: 20px;
}
.un_sealCount .title.multiple{
  line-height: 1.55;
}
.un_sealCount .body{
  font-weight: bold;
  margin-top: 15px;
}
.un_sealCount .body .number{
  font-size: 51px;
}
.un_sealCount .body .unit{
  font-size: 22px;
  padding-left: 6px;
}
.un_sealCount .bottom{
  width: 89.3333%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e0c6e1;
  border-radius: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.un_sealCount .bottom > span{
  font-size: 21px;
  letter-spacing: .75px;
  padding: 0 5px;
}

.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;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.88;
}
.un_history_list{
  list-style-type: none;
  background-color: #f5f5f5;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 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){
  position: relative;
  margin-top: 0;
}
.un_history_list li:not(.empty):not(:first-of-type){
  margin-top: 25px;
}
.un_history_list li .wrapper{
  width: 75%;
}
.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{
  position: absolute;
  display: block;
  width: 58px;
  top: 13px;
  right: 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: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #cf000d;
  border: 1px solid #cf000d;
  margin: 0 auto;
  width: 89.3333%;
  background-color: #fff;
  box-sizing: border-box;
}

.un_receipt{
  padding: 30px 20px;
}

.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;
  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;
  margin-top: 23px;
}
.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{
  padding: 18px 15px 18px;
  border: 2px solid #e75297;
  margin-top: 30px;
}
.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 > .point .bl_collapse_title::before,
.un_receipt > .point .bl_collapse_title::after{
  right: 5px;
}
.un_receipt .tax-radio {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.un_receipt.ec .tax-radio {
  flex-direction: column;
  align-items: center;
}
.un_receipt.ec .tax-radio .radio:nth-child(2){
  margin-top: 20px;
}
.un_receipt .tax-radio .radio {
  display: flex;
  accent-color:black;
}
.un_receipt .amount-input {
  display: flex;
  align-items: center;
}
.un_receipt .amount-input .unit {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.un_receipt .breakdown .tr{
  background-color: #f2f2f2;
  padding: 10px;
  display: flex;
}
.un_receipt .breakdown .tr:nth-child(2){
  margin-top: 10px;
}
.un_receipt .breakdown .text{
  font-size: 17px;
  font-weight: bold;
  width: 40%;
  text-align: center;
  padding: 10px 10px 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.un_receipt .breakdown .amount{
  width: 60%;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 25px;
}
.un_receipt .breakdown .amount span:nth-child(1){
  font-size: 20px;
  font-weight: bold;
}
.un_receipt .breakdown .amount span:nth-child(2){
  font-size: 17px;
  font-weight: bold;
  padding-left: 10px;
}
.ec_un_receipt{
  padding: 30px 0;
}
.ec_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;
  box-sizing: border-box;
  position: relative;
  color: #000;
}
.ec_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;
}
.ec_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;
}
.ec_un_receipt .camera{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #000;
  display: flex;
  margin-top: 23px;
}
.ec_un_receipt .camera.disabled{
  opacity: .5;
}
.ec_un_receipt .camera > button{
  margin: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ec_un_receipt .camera > button > img{
  width: 49px;
}
.ec_un_receipt .camera > button > span{
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.26px;
  color: #fff;
}
.ec_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;
}
.ec_un_receipt > .text{
  background-color: #fff;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 1.4px;
  padding: 15px;
  margin-top: 18px;
}
.ec_un_receipt .point{
  width: calc(350 / 375 * 100%);
  padding: 16px 0;
  border: 2px solid #000;
  border-radius: 0;
  margin-top: 30px;
}
.ec_un_receipt .point > .title{
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.71px;
  text-align: center;
  position: relative;
}
.ec_un_receipt .point > .title::after,
.ec_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;
}
.ec_un_receipt .point > .title::after{
  transform: rotate(90deg);
}
.ec_un_receipt .point > .title.active::after{
  transform: rotate(0deg);
}
.ec_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;
}
.ec_un_receipt .point .images{
  padding: 22px 0;
  background-color: #e5e5e5;
  border-radius: 10px;
}
.ec_un_receipt .point .images > p{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: .84px;
  text-align: center;
}
.ec_un_receipt .point .images > .el_img{
  padding: 0 15px;
  margin-top: 18px;
}
.ec_un_receipt .point .images > .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.53px;
  text-align: center;
  margin-bottom: 20px;
}
.ec_un_receipt .point .text{
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 1.17px;
  margin-top: 8px;
}
.ec_un_receipt > .links{
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
}
.ec_un_receipt > .links a{
  width: calc(160 / 335 * 100%);
}
.ec_un_receipt > .links a img{
  width: 100%;
}

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


.ly_column_2{
  display: flex;
  justify-content: space-between;
}
.ly_column_2 .button_receipt_point_modal{
  width: calc(160 / 335 * 100%);
  background: #fff;
  color: #000;
  padding: 16px 15px;
  border: 2px solid #000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  background-color: #f0f0f0;
}
.ly_column_2 .button_receipt_point_modal span{
  position: absolute;
  right: 4px;
  bottom: 4px;
  content: '';
  width: 25px;
  height: 25px;
  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: 15px;
  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);
}

.un_loading{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.un_loading .el_img{
  width: 70px;
  margin-top: 40px;
}
.dot-spin {
  position: relative;
  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%);
  text-align: right;
  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;
}
.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: 70px;
}

.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 .collapse_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 .collapse_arrow {
  transform: rotate(45deg);
}

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

.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_18 {
  font-size: 18px !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_125 {
  line-height: 1.25 !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_balck{
  color: #000 !important;
}
.hp_color_red{
  color: #cf000d !important;
}
.hp_color_red2 {
  color: #f00 !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;
}

.lg_ptpb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.lg_ptpb14{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.lg_pt20{
  padding-top: 20px !important;
}
.lg_ptpb25{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.lg_prpl0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.lg_prpl20{
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.lg_pt0{
  padding-top: 0 !important;
}
.lg_pt30{
  padding-top: 30px !important;
}
.lg_pt40{
  padding-top: 40px !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: 0 !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_mb5{
  margin-bottom: 5px !important;
}
.lg_mb8{
  margin-bottom: 8px !important;
}
.lg_mb14{
  margin-bottom: 14px !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;
}
.lg_w89_3333per{
  width: 89.3333% !important;
}
.lg_w100per{
  width: 100% !important;
}

.lg_minh100vh{
  min-height: 100vh;
}

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

.btn_choice.disabled{
  opacity: 0.5;
}

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

@media (max-width:350px){
  .bl_collapse_title{
    font-size: 15px;
  }
  .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;
  }
  .ly_column_2 .button_receipt_point_modal span{
    width: 16px;
    height: 16px;
  }
    .ly_column_2 .button_receipt_point_modal span::before,
    .ly_column_2 .button_receipt_point_modal span::after{
      height: 11px;
    }
}

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

/*スクロールバー全体*/
#receipt_history_box::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
#receipt_history_box::-webkit-scrollbar-track {
    border-radius: 8px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
#receipt_history_box::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, .5);
    border-radius: 8px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

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;
  margin-top: 30px;
  font-weight: 500;
  font-size: 12px;
}

.un_caution h2{
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
}

.un_caution p{
  text-align: left;
  line-height: 1.5 !important;
}
.disabled{
  opacity: 0.5;
}

.pd20_w{
  padding: 20px;
  background-color: #fff;
}

/* コピーガード */
.hp_copy_guard {
  user-select: none !important;
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-touch-callout: none !important;
  -moz-user-select: none !important;
}

/* 印刷無効 */
@media print {
  .hp_copy_guard {
    display: none !important;
  }
}