@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q::before, q::after, blockquote::before, blockquote::after {
    content: "";
    content: none;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

a:link, a:visited {
    text-decoration: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
}

.clearfix::after {
    clear: both;
}

body,
.text-13,
* {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #1F1B1C;
    font-feature-settings: unset;
    letter-spacing: 0;
}

p, span, div {
    color: inherit
}

.row {
    padding-left: 16px;
    padding-right: 16px;
}

.courses {
    letter-spacing: 0;
    color: #1F1B1C;
    margin-top: 0;
    margin-left: 0;
}

.course-info {
    line-height: 20px;
}

.course-item {
    /* margin-top: 1px; */
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.course-price {
    margin-left: auto;
    padding: 6px 12px;
    border: 1px solid #797576;
    border-radius: 8px;
    font-weight: 400;
    line-height: 22px;
    height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
}

.course-item:last-child {
    margin-bottom: 0;
}

.money {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    font-family: Roboto, sans-serif;
}

.number {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 12px;
}

.text-10,
.product-description,
.currency {
    font-size: 10px;
    line-height: 12px;
}

.currency {
    margin-top: 2px;
}

.text-content, .title-note {
    color: #000;
}

.block {
    padding: 20px 16px;
    border-bottom: 2px solid #E9E9E9;
}

.d-flex {
    display: flex!important;
}

.align-items-center {
    align-items: center!important;
}

/* start text position */

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

/* end text position */


/* text color start */

.text-blue {
    color: #0083D4;
}

.text-light-black {
    color: #1F1B1C;
}

.text-dark-red {
    color: #E52E42;
}

.text-gray {
    color: #AEAAAB;
}

.text-plum-red {
    color: #EC0E0E!important;
}

/* text color end */



.campaign {
    padding: 20px 16px 24px;
    border-top: 2px solid #E9E9E9;
}

.campaign-title {
    margin-left: -2px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 7px 0 5px;
    letter-spacing: -0.078px;
}

.campaign-content p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: -0.408px;
    color: #E52E42;
}

.receipt-total > p {
    line-height: 25px;
}

.spent,
.application-detail,
.accordion-button {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.bt-1,
ul.history-list>li,
.question-content {
    border-top: 1px solid #E9E9E9;
}


/* start required label and errors */

.required {
    margin-left: 8px;
    background-color: #fff;
    /*border: 1px solid #E52E42;*/
    border: 1px solid #EC0E0E;
    box-sizing: border-box;
    border-radius: 4px;
    width: 35px;
    line-height: 12px;
    /*color: #E52E42;*/
    color: #EC0E0E;
    padding: 3px 5px;
    font-weight: 400;
    font-size: 10px;
    height: 18px;
}

.required-text {
    width: 88.63%;
    color: #1F1B1C;
}

.errors {
    display: flex;
    /*background: #E52E42;*/
    background: #EC0E0E;
    align-items: center;
    width: 343px;
    height: 26px;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 3px 8px;
    color: #FFF;
}

.msg-error-code {
    color: #C00028!important;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.errors .error-text {
    margin-left: 8px;
    color: #FFF;
}


/* end required label */


/* start list checkbox and radio */

ul.qa-answer-radio>li {
    margin-bottom: 0;
}

.input-label {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

textarea {
    padding: 9px 11px;
    width: 100%;
    height: 122px;
    border-radius: 8px;
    border: 1px solid #C0C0C0;
}

.fw-400 {
    font-weight: 400!important;
}

.font-14 {
    font-size: 14px !important;
}

.fw-700 {
    font-weight: 700!important;
}

/* start margin and padding common */

.mt-5 {
    margin-top: 5px!important;
}

.mt-10 {
    margin-top: 10px!important;
}

.mt-14 {
    margin-top: 14px!important;
}

.mt-15 {
    margin-top: 15px!important;
}

.mt-18 {
    margin-top: 18px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-100 {
    margin-top: 100px!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-15 {
    margin-bottom: 15px!important;
}

.mb-16 {
    margin-bottom: 16px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mb-24 {
    margin-bottom: 24px!important;
}

.mb-35 {
    margin-bottom: 35px!important;
}

.ml-2 {
    margin-left: 2px!important;
}

.ml-10 {
    margin-left: 10px!important;
}

.ml-20 {
    margin-left: 20px!important;
}

.ml-25 {
    margin-left: 25px!important;
}

.mr-10 {
    margin-right: 10px!important;
}

.mr-20 {
    margin-right: 20px!important;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pb-8 {
    padding-bottom: 8px!important;
}

.pt-8 {
    padding-top: 8px!important;
}

.pt-5 {
    padding-top: 5px!important;
}

.pt-10 {
    padding-top: 10px!important;
}

.pt-20 {
    padding-top: 20px!important;
}

.pb-10 {
    padding-bottom: 10px!important;
}

.pb-20 {
    padding-bottom: 20px!important;
}

.p-0 {
    padding: 0!important;
}

.pt-0 {
    padding-top: 0!important;
}

.pb-0 {
    padding-bottom: 0!important;
}

.pl-10 {
    padding-left: 10px!important;
}

.pl-20 {
    padding-left: 20px!important;
}

.pr-10 {
    padding-right: 10px!important;
}

.pr-20 {
    padding-right: 20px!important;
}


/* end margin and padding common  */

.textarea-description {
    margin-top: 1px;
    text-align: right;
}

.qa-answer-checkbox {
    margin-left: -1px;
}


/* .question-content {
    border-top: 1px solid #E9E9E9;
} */

.checkbox-text {
    position: absolute;
    left: 28px;
    bottom: 1px;
}


/* end  */


/* color text  */

.color-light-red {
    color: #E52E42 !important;
}

.color-white {
    color: #fff;
}

.color-gray {
    color: #AEAAAB !important;
}

.color-light-blue {
    color: #0083D4 !important;
}

.color-dark-red {
    color: #ED0034;
}

.color-red {
    color: #f00;
}

.color-black {
    color: #1F1B1C !important;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark {
    position: absolute;
    left: 2px;
    height: 20px;
    width: 20px;
    background: #FFF;
    border: 2px solid #797576;
    border-radius: 50%;
    margin-bottom: 0;
    margin-top: 2px;
}

.radio-label {
    padding-top: 1px;
    line-height: 22px;
    display: inline-block;
}


/* start label checkbox and radio */

.label {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #E52E42;
    padding: 7px 0 9px;
}

.label-container {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 9px;
    cursor: pointer;
    color: #000;
    user-select: none;
}

.label-checkbox {
    display: block;
    position: relative;
    margin-left: 1px;
    margin-top: 10px;
    color: #000;
    cursor: pointer;
    user-select: none;
}

.label-radio .checkmark {
    border-radius: 50%;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.label-radio .checkmark::after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0083D4;
}

.label-checkbox .checkmark {
    border-radius: 0;
    width: 18px;
    height: 18px;
}

.label-agree .checkmark {
    left: 0;
    background-color: #FCEFED;
    border-radius: 3px;
    margin-bottom: 2px;
}

.label-container .checkmark::after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0083D4;
}

.label-radio input:checked~.checkmark {
    background-color: #FFF;
    border: 2px solid #0083D4;
}

.label-checkbox .checkmark::after {
    left: 4px;
    top: 0;
    width: 7px;
    height: 11px;
    border: solid #0083D4;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.label-agree .checkmark::after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.label-ag .checkmark::after {
    left: 4px;
    top: 0;
    width: 7px;
    height: 11px;
    border: none;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.label-container input:checked~.checkmark {
    background-color: #FFF;
    border: 2px solid #0083D4;
}

.label-container input:checked~.checkmark::after {
    display: block;
}

.label-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.label-radio {
    display: block;
    position: relative;
    padding-left: 3px;
    margin-top: 10px;
    cursor: pointer;
    user-select: none;
    color: #000;
}

.label-checkbox input:checked~.checkmark::after {
    display: block;
}

.label-checkbox input:checked~.checkmark {
    background-color: #FFF;
    border: 2px solid #0083D4;
}

.label-agree input {
    display: none;
}

.label-agree input:checked~.checkmark {
    background-color: #E52E42;
    border: none;
}

.label-radio input:checked~.checkmark::after {
    display: block;
}

.label-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer;
}


/* end label checkbox and radio  */


/* j6-common */

.title-red {
    color: #ED0034;
}

.icon-rhombus p::before,
.icon-rhombus p::after {
    content: "◆";
}

.icon-triangle p::before,
.icon-triangle p::after {
    content: "▼";
}

/* todo */

.separation-label {
    background: #FFF0D9;
    display: flex;
}

.separation-center, .justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end!important;
}

.purchase-point {
    display: flex;
    justify-content: center;
}

.point-info {
    color: #E52E42;
    text-align: center;
}

.get-point-info {
    text-align: center;
    color: #1F1B1C;
}

/* todo */

.receipt span::after{
    content: "円";
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #1F1B1C;
    font-family: 'Noto Sans JP', sans-serif;
}

.receipt-total {
    display: flex;
    justify-content: end;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9E9E9
}


.receipt-purchase-price {
    display: flex;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 1px;

    /* margin: 20px 0; */
}

.receipt-purchase-price p:last-child {
    margin-left: auto;
}

.receipt-purchase-price p:first-child {
    color: #1F1B1C;
}


.receipt-notify {
    display: flex;
    justify-content: center;
    color: #E52E42;
}

.receipt-detail {
    display: flex;
    align-items: center;
    line-height: 25px;
}

.receipt-detail p:last-child {
    margin-left: auto;
}

.receipt-detail p:first-child {
    color: #1F1B1C;
}

.content-items .price .small-price {
    line-height: 16px;
    font-size: 11px;
    letter-spacing: normal;
}

.history-item {
    border-top: 2px solid #E9E9E9;
    padding: 10px 0 12px;
}

.history-item .header {
    padding-left: 16px;
}

.history-item .header p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.066px;
    color: #AEAAAB;
}

.history-item .info {
    padding-left: 16px;
}

.history-item .info .number, .history-item .info .name {
    color: #1F1B1C;
}

.quantity-normal .quantity-number,
.section-title-text,
.separation-label .separation-content,
.emphasize-line,
.receipt span,
.receipt-detail span,
.campaign-period .campaign-time,
.receipt-notify, .receipt a,
.register-notice {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
}

.textarea-description, .get-point-info, .history-title, .todo, .congratulation-des, .text-detail, .btn-bg-text, .errors .error-text, .notes, .history-item .info .name,.dropdown,.dropdown a {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

textarea,
.text-17,
.history,
.freebie-title,
.product-premium,
.campaign-detail,
.label-container,
.text-content,
.menu-product,
.required-text,
.input-label,
.receipt-detail p:first-child,
.courses,
.receipt-purchase-price p:first-child,
.point-info,
.label-radio,
.label-checkbox,
.history-point, .menu-product-none-space, .text-title-content, .title-note, .history-item .info .number {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
}

/*  j-6 */

.product-title {
    font-size: 17px;
    line-height: 22px;
    color: #1F1B1C;
    padding: 0 16px;
}

ul.note-attention>li {
    padding: 0 16px;
    font-size: 13px;
    line-height: 18px;
    color: #E52E42;
}

.menu-product {
    color: #000;
    padding: 0 16px;
    margin-top: 10px;
}

.menu-product-none-space {
    color: #000;
    padding: 0 16px;
    margin-top: 10px;
}

ul.history-list>li::before ,ul.menu-product-none-space>li::before, ul.menu-product>li::before {
    content: '●';
}

ul.note-attention>li::before {
    content: '※';
}

ul.history-list>li::before {
    margin-right: -3px;
}

/* todo */
  .quantity-purchase {
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 22px;
  }

ul.history-list>li,.bt-2 {
    border-top: 2px solid #E9E9E9;
}

ul.history-list>li {
    padding: 10px 16px 12px;
}

ul.history-list>li>ul>li {
    font-size: 13px;
    line-height: 18px;
    color: #AEAAAB;
}

ul.dropdown .dropdown-menu li {
    border: 1px solid #E9E9E9;
    padding: 5px 0;

}



/* todo */
.bb-2 {
    border-bottom: 2px solid #E9E9E9;
}

.bb-white {
    border-bottom: 2px solid #FFF;
}

.bb-none {
    border-bottom: none!important;
}

/* todo */

ul.menu-product>li>ul>li::before {
    content: '├ ';
}

ul.menu-product-none-space>li>ul>li::before {
    content: '├';
}

ul.menu-product>li>ul>li:last-child::before {
    content: '└ ';
}

ul.menu-product-none-space>li>ul>li:last-child::before {
    content: '└';
}

.bb-1,
.item-popup,
ul.history-list>li:last-child, .social:last-child {
    border-bottom: 1px solid #E9E9E9;
}

.input-outline {
    outline: 0;
    border-width: 0 0 1px;
    border-color: #E9E9E9;
    width: 100%;
    border-radius: unset;
}

.error .input-outline {
    border-color: #C00028;
    width: 100%;
}


.note-attention {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #E52E42;
}

.history-title {
    padding: 6px 16px 10px;
}

.history-list {
    font-size: 17px;
    line-height: 22px;
    color: #1F1B1C;
}


ul.history-list>li:last-child {
    border-bottom: 2px solid #E9E9E9;
    padding-bottom: 10px;
}

ul.history-list>li>ul>li:last-child::before {
    content: '└';
}


/* same class under */

/* todo */

/* J-6-1-3 */

.text-congratulation,
.title-red {
    /* font-weight: 700;
    font-size: 22px;
    line-height: 28px; */
    text-align: center;
}

/* todo */

.bg-light-orange {
    background-color: #FFF0D9;
}

/* text-title */

.text-title {
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    padding-top: 6px;
    padding-bottom: 6px;

    /* padding: 6px 16px; */
}

/* todo */

.product {
    padding-top: 7px;
    padding-bottom: 7px;
}

.lh-19 {
    line-height: 19px;
}

.h-100vh {
    height: 100vh!important;
}

.product-premium {
    padding: 20px 16px;
    color: #1F1B1C;
}


/* accordion */

.accordion-button {
    text-align: left;
    border: none;
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
    color: #1F1B1C;
    padding: 20px 16px 18px;
    background: none;
}

.active,
.show-popup {
    display: block!important;
}

.d-none, .unactive {
    display: none;
}

.accordion-content {
    display: none;
    padding-top: 20px;
    overflow: hidden;
    box-sizing: border-box;
}


/* btn */
.gtm-click-area-cluboff,
.btn {
    font-family: 'Noto Sans JP', sans-serif;
    border: unset;
    backdrop-filter: blur(80px);
    border-radius: 13px;
    height: 56px;
    padding: 16px 8px;
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    display: block;
    /* letter-spacing: -0.32px; */
}
.gtm-click-area-cluboff:disabled,
.btn:disabled {
    opacity: 0.4;
    color: #FFF;
}
.gtm-click-area-cluboff,
.btn-light-red {
    background: #E52E42;
    color: #FFF;
}

.btn-gray {
    background: rgb(245 245 245 / 70%);
    color: rgb(60 60 67 / 60%);
}

/* todo */

.btn-bg-text {
    color: #FFF;
    padding: 16px 16px 5px;
}

.btn-bg button {
    margin-bottom: 30px;
    display: inline;
}


/* j6-4 common */

.pb-14 {
    padding-bottom: 14px !important;
}

/* quantities */

.font-roboto-sys-ui {
    font-family: Roboto, system-ui !important;
}

.quantities {
    padding-top: 10px;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* todo */

.emphasize-line .emphasize-point,
.highlight-number {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
}

.emphasize-line .emphasize-point {
    color: #ED0034;
    margin: 0 2px;
}

/* .separation-label .separation-content {
    color: #1F1B1C;
    padding: 8px 16px;
} */

.quantity-normal .quantity-unit {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    padding-left: 7px;
}

.quantity-larger {
    padding-bottom: 8px;
    width: 100%;
}

.quantity-larger .quantity-number {
    font-family: Roboto, sans-serif;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 34px;
}

.code {
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    color: #1F1B1C;
}

.quantity-larger .quantity-unit,
.congratulation-content, .list .item a, .city-text, .text-title-note, .lottery-question {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #1F1B1C;
}

.quantity-larger .quantity-unit {
    padding-left: 7px;
}


/* todo */

.freebie-title {
    color: #1F1B1C;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-freebie {
    font-family: 'Noto Sans JP', sans-serif;
    border: unset;
    width: 62.4%;
    height: 40px;
    text-align: center;
    background: #E52E42;
    border-radius: 13px;
    color: #FFF;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.24px;
}

/* freebie popup */

.box-popup {
    display: none;
    height: 400px;
    width: 64%;
    z-index: 2;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    background-color: #fff;
    overflow-y: scroll;
    position: absolute;
    left: 18%;
    top: 205px;
}

.item-popup {
    height: 40px;

    /* border-bottom: 1px solid #E9E9E9; */
    display: flex;
}

.item-popup.disabled {
    justify-content: center;
    align-items: center;
}

.item-left-popup {
    width: 55%;
    line-height: 40px;
    text-align: center;
    display: flex;
}

.item-icon-check {
    line-height: 45px;
    width: 34px;
    text-align: right;
}

/*
    j6-2
*/

.mb-60 {
    margin-bottom: 60px;
}

.bg-light-gray {
    background-color: #FCFCFC!important;
}

.bg-light-pink {
    background: #FFF8F7 !important;
}

.btn-light-opacity-red {
    opacity: 0.4;
    background: #E52E42;
    color: #FFF;
}

.btn-light-white {
    background: #FFF;
    color: #E52E42;
    border: 1px solid #E52E42;
}

.btn-plum-red {
    text-align: center;
    color: #FFF;
    background-color: #EC0E0E;
}

.btn-white {
    background-color: #FFF;
    border: 1px solid #E52E42;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #E52E42;
    letter-spacing: -0.32px;
}

.btn-to-top {
    background: #FFF;
    color: #AEAAAB;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.24px;
    border: 1px solid #AEAAAB;
    box-sizing: border-box;
    backdrop-filter: blur(80px);
    border-radius: 13px;
}

.bg-green {
    background: #00D4BB;
}

.bg-yellow {
    background: #FFD400;
}

.bg-orange {
    background: #DF922C;
}

.bg-black {
    background-color: #000;
}

/* end j-6-2 */

.item-number {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #000;
    width: 19.7%;
    text-align: right;
}

.item-right-popup,
.item-unit {
    font-weight: 400;
    font-size: 13px;
    line-height: 44px;
    color: #000;
}


/* todo */

.item-unit {
    margin-left: 1px;
    width: 43.18%;
    text-align: left;
}

.item-active {
    background: rgba(0 131 212 / 40%);
}

.active-icon {
    display: inline-block !important;
}

.popup-fade {
    width: 100%;
    height: 100vh;
    background-color: rgba(0 0 0 / 20%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}


/* end freebie popup */

/* start j_6_2 */
.note-button-text {
    margin-top: 9px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.078px;
    margin-bottom: 23px;
    margin-right: -2px;
}

.no-border {
    border: none !important;
}

.title-pl12 {
    padding: 8px 12px;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.408px;
    color: #1F1B1C;
}

.realeased-date {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.078px;
    color: #E52E42;
    padding: 13px 14px 9px;
    border-top: 2px solid #E9E9E9;
}

.application-history {
    padding-top: 22px;
    border-top: 2px solid #E9E9E9;
}

.note-warning {
    border: 1px solid #E52E42;
    margin: 8px 14px 24px 16px;
    border-radius: 10px;
    display: flex;
}

.icon-center {
    margin: auto 0;
    text-align: center;
}

.note-warning .error-text {
    color: #E52E42;
    margin: 9px 15px 8px -2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.078px;
}

.selection {
    margin-top: 1px;
    padding-bottom: 21px;
    border-bottom: 2px solid #E9E9E9;
}

.banner-bottom {
    margin-top: -1px;
}

.option-1 {
    margin-top: 14px;
}

.option-2 {
    margin-top: 8px;
}

.option-2 .box-item.active {
    padding-top: 15px;
}


.option-2 .info {
    margin-left: -2px;
    margin-top: -3px;
}

.info .small-text-info {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.078px;

}

.checked-completed {
    margin: 20px 0 0;
}

.checked-completed .box-item {
    background: #0083D4;
    color: #fff;
}

.checked-completed .white-checked-icon {
    margin-left: -8px;
}

.checked-completed .info .small-text-info {
    margin-top: 3px;
}

.checked-completed .info {
    margin-left: -2px;
    margin-top: -3px;
}

.application-history-completed {
    margin-top: 22px;
    border-bottom: 2px solid #E9E9E9;
    padding-bottom: 3px;
}

/* end j_6_2 */

/* icons */

.icons-warning {
    display: inline-block;
    vertical-align: text-top;
    background-image: url('/p/webview/public/images/icon_warning_triangle.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    background-position: center;
    background-size: cover;
}

.icon-checked {
    display: inline-block;
    vertical-align: text-top;
    background-image: url('/p/webview/public/images/icon_check.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 12px;
    background-size: cover;
    background-position: center;
}


.icon-caret-left {
    height: 100%;
    display: inline-block;
    position: relative;
}

.icon-caret-left::before {
    background: url('/p/webview/public/images/icon_vector.png') center right no-repeat;
    background-size: 16px;
    float: right;
    height: 16px;
    width: 16px;
    content: "\00a0";
    transform: rotate(-90deg)
}

.icon-vector-down {
    height: 16px;
    width: 16px;
    background: url('/p/webview/public/images/icon_vector.png') no-repeat;
    background-size: 16px;
    float: right;
    margin: 5px 6px 0 0;
}

.icon-vector-up {
    height: 16px;
    width: 16px;
    background: url('/p/webview/public/images/icon_vector.png') no-repeat;
    background-size: 16px;
    transform: rotate(180deg);
    float: right;
    margin: 5px 6px 0 0;
}

.icon-circle-warning {
    width: 18px;
    height: 18px;
    background: url('/p/webview/public/images/icon_warning_circle.png') no-repeat;
    float: left;
    margin-right: 3px;
    background-size: cover;
    background-position: center;
}

.agree-block div, .agree_box div {
    align-items: center;
}

.item-icon-check .icon-checked {
    display: none;
}

.dropdown-icon::before {
    content: '▼';
}

.qa-answer-textarea {
  margin-top:-3px;
}

.link-campaign-outline,
.link-campaign-outline:link {
    padding: 12px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: block;
}

.link-campaign-outline .icon-caret-left {
    margin-left: 4px
}

/* todo */

/* change */
.radiomark{
    left: 2px;
    top: 0;
}

.radiomark-2{
    left: 2px;
    top: -2px;
}

.radiomark-3{
    left: 2px;
    top: 4px;
}

.text-url {
    text-align: right;
    color: #0083d4;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

/** J7-4 */
.title-blue {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #FFF;
    padding: 10px 16px;
    background: #0083D4;
}

.title-blue p {
    color: #FFF;
}

.question-text {
    color: #AEAAAB;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.question-items .item {
    padding: 20px 16px;
    font-size: 17px;
    line-height: 22px;
    border-top: 2px solid #E9E9E9;
}

.list .item {
    outline: 1px solid #E9E9E9;
}

.list-box-store .list .item, .list .item a{
    display: inline-block;
    padding: 20px 16px 19px;
    outline: 1px solid #E9E9E9;
}

.list .item a {
    width: 100%;
}

.list .item a:not(:first-child) {
    padding: 19px 16px 20px;
}

.question-items .item:last-child {
    border-bottom: 2px solid #E9E9E9;
}

/* .list .item:last-child {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px;
} */


.list-box .icon-caret-left {
    float: right;
    margin-right: 4px;
}

.title-bg-light-orange {
    background: #FFF0D9;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.408px;
    color: #1F1B1C;
    padding: 8px 12px;
    height: 38px;
    border-bottom: 1px solid #E9E9E9;
}

.city {
    width: 40px;
    display: inline-block;
}

.city-text {
    width: 61%;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.btn-select {
    width: 76px;
    height: 32px;
    padding: 7px 12px;
    background: #EC0E0E;
    border-radius: 8px;
    border: none;
    color: #FFF;
    margin-left: auto;
}

.btn-register {
    color: #fff;
    background-color: #EC0E0E;
    padding: 7px 8px;
}

.btn-register:disabled {
    opacity: 1;
    background-color: #FFDAD8;
}

.list-box-store .list .item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
}

.selection .icon-checked {
    margin-left: -8px;
}

.list-box .list .item-store {
    display: flex;
    align-items: center;
    padding: 9px 16px;
}

.list-box .list .item-store a {
    margin-left: 16px;
    outline: unset;
    padding: 0;
}

.list-box .list .item-store .img-store {
    width: 40px;
    height: 40px;
}

.title, .text-congratulation, .title-red {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.text-title-content .highlight-number {
    color: #ED0034;
    margin: 0 4px;
}

.text-title-note, .lottery-question {
    color: #E52E42;
}

.title-required {
    padding: 8px 16px;
    line-height: 22px;
}

.label-content {
    padding-left: 29px !important;
}

.course-info-custom {
    line-height: 23px;
}

.about-question-title {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    background-color: #0083D4;
}

.notes-content {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    height: 21px;
    margin-bottom: 10px;
}

.text-btn-comment {
    font-weight: 400;
    font-size: 13px;
    color: #EC0E0E;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.register-warning {
    color: #1F1B1C;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
}

.register-actions {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

@media only screen and (max-device-height: 667px) {
    #code-form {
        min-height: 650px;
        position: relative;
    }
    .register-actions {
        width: 100%;
        position: absolute;
    }
}
/** A1 */

.text-22 {
    font-size: 22px;
    line-height: 28px;
}

.agree-block {
    padding: 11px 3px 11px 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    height: 40px;
    background-color: #F9F9F9;
}

.title-social,
.agree {
    background: #F9F9F9;
}

.not-agree {
    background: #FCEFED;
}

.label-agree {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    margin-left: 17px;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.label-agree .label-text {
    margin-left: 25px;
}

.msg-error {
    color: #EC0E0E;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    width: max-content;
}

/** L22 */
.dot-list li::before {
    content: '・'
}

.dask-blue-link,
.dask-blue-link:link {
    color: #4472C4;
    text-decoration: underline;
}

/** L25 */

.icon-social {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.title-social {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 16px;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

.social-list .item {
    margin-left: 16px;
    border-bottom: 1px solid #E9E9E9;
}

.social-list .item:last-child {
    border:none;
}

.social-list .item a {
    padding: 10px 16px 10px 0;
    display:flex;
    align-items: center;
    color: #1F1B1C;
}

.social-list .item .icon-caret-left {
    margin-right: 4px;
    margin-left: auto;
}

/* c_1 */

.banner-item {
    width: 48%;
    min-width: 100px;
    text-align: center;
    border: 2px solid #AEAAAB;
    padding: 8px;
    border-radius: 5px;
}

.banner-item:last-child {
    margin-left: auto;
}

.banner-item img {
    width: 80px;
    height: 65px;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.img-m-w-165 {
    max-width: 165px;
}

.charging-methods {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.charging-method {
    width: 126px;
    margin: 0 9px 0 10px;
}

.icon-charging {
    max-width: 40px;
    height: 40px;
}

.title-gray {
    background: #D8D8D8;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #1F1B1C;
    padding: 10px 16px;
}

.section-title, .separation-label {
    background: #F4F4F4!important;
    border-left: 6px solid #EC0E0E;
    margin: 0 auto;
    padding: 8px 8px 6px 8px;
    margin: 0 16px;
}

.section-title-text, .separation-label .separation-content {
    color: #1F1B1C;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}

.section-title-required {
    display: flex;
    align-items: center;
}

.fixed-actions {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
}

.no-scroll {
    overflow: hidden;
}

.content-scroll {
    margin-bottom: 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

div.content-scroll::-webkit-scrollbar {
    height: 12px;
    width: 2px;
}

div.content-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
}

.fixed-button {
    padding-bottom: 16px;
}
