@charset "utf-8";

@font-face {
    font-weight: bold;
    font-family: 'DIN-2014 Narrow-Bold';
    src: url('/function/promotion/common/font/DIN-2014_Narrow-Bold.otf') format('opentype');
}

@font-face {
    font-weight: normal;
    font-family: 'DIN-2014 Narrow';
    src: url('/function/promotion/common/font/DIN-2014_Narrow.otf') format('opentype');
}

.mv {
    max-width: 400px;
    margin: auto;
}

.overview_text {
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.margin_auto {
    margin-right: auto;
    margin-left: auto;
}

.overflow_clip {
    overflow: clip;
}

.flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.au_img {
    margin: 20px 0 15px;
}

.aupay_logo {
	max-width: 70px;
}

.txt_em {
    color: #EB5505;
    font-weight: bold;
}

.section_head {
    position: relative;
    z-index: 1;
    max-height: 175px;
    margin-top: 48px;
    padding: 35px 20px 0;
    background-color: #FFF0BF;
    color: #eb5505;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.section_head::after {
    position: absolute;
    top: 67%;
    left: 50%;
    z-index: -1;
    z-index: -1;
    border: 900px solid transparent;
    border-top: 100px solid #FFF0BF;
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.section_head span {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.bubble_text {
    position: absolute;
    top: -19px;
    left: 50%;
    width: 250px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

sup {
    top: 0.75em;
    padding-left: 0;
    font-size: 1.0rem;
    vertical-align: text-top;
}

.section_head span.num {
    display: inline;
    color: #eb5505;
    font-size: 40px;
    font-weight: bold;
    font-family: "DIN-2014 Narrow-Bold", DIN Alternate, sans-serif;
}

.section_head span.percent {
    display: inline;
    color: #eb5505;
    font-size: 28px;
    font-weight: bold;
    font-family: "DIN-2014 Narrow-Bold", DIN Alternate, sans-serif;
}

.overview_block {
    position: relative;
    z-index: 999;
}

.overview_img {
    display: block;
    width: 210px;
}

.overview_txt {
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.overview_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
}

.overview_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.overview_list .number,
.overview_list .text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

.overview_list .number {
    margin-right: 17px;
}

.overview_list .text {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.overview_list .percentage {
    margin-left: auto;
    padding-left: 10px;
    color: #EB5505;
    font-size: 35px;
    font-weight: bold;
    font-family: "DIN-2014 Narrow-Bold", DIN Alternate, sans-serif;
    white-space: nowrap;
}

.fs14 {
    font-size: 14px !important;
}

.txt_content + .txt_content {
    margin-top: 20px;
}

.charge_box {
    width: 100%;
    margin-top: 40px;
    padding: 20px 0;
    background-color: #FFF8DD;
}

.charge_box_inner {
    max-width: 535px;
    margin: auto;
    padding: 0 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.charge_box_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.charge_box_img {
    max-width: 420px;
    margin: auto;
    padding: 20px 0;
}

.charge_box_img + .charge_box_text {
    color: #eb5505;
    font-size: 14px;
}

.charge_box_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.charge_box_text span {
    color: #EB5505;
    font-weight: bold;
}

.inline_list > li {
    display: inline-block;
}

.list_number {
    list-style: none;
    counter-reset: number;
}

.list_number > li {
    position: relative;
    padding-left: 2.25em;
    color: #666;
    font-size: 12px;
}

.list_number > li[value="4"]::before {
    counter-reset: number 3;
}

.list_number > li::before {
    position: absolute;
    left: 0;
    content: "＊" counter(number) "";
    counter-increment: number;
}

.btn_content {
    margin-top: 35px;
    margin-bottom: 15px;
}

ol.cmn_annotation_list.list_asterisk li::before {
    content: "＊" counter(item);
}

@media print, screen and (min-width: 641px) {
	.aupay_logo {
        height: 100%;
    }
    .section_head {
        margin-bottom: 75px;
    }
    .overview_img {
        margin: 20px auto;
    }
    .charge_box_img + .charge_box_text {
        font-size: min(calc(12 / 641 * 100vw), 14px);
    }
    .list_number {
        margin-top: 30px;
    }
    .overview_list li {
        width: calc(calc(100% - 10px) / 2);
    }
    .etc_table tr:nth-child(1) td:nth-child(2) {
        width: 86px;
    }
}

@media screen and (max-width:640px) {
    .list_number {
        margin-top: 15px;
    }
    .p0_sp {
        padding: 0! important;
    }
    .sec_wrap_sp {
        padding: 0 6.4%;
    }
    .section_head {
        margin-bottom: 60px;
    }
    .overview_img {
        margin: 70px auto 20px;
    }
    .overview_list li {
        width: 100%;
    }
    .etc_table tr:nth-child(1) td:nth-child(2) {
        width: 47px;
    }
}
@media screen and (min-width:641px) {
  .white_sides {
    position: relative;
  }
  .white_sides:before,
  .white_sides:after {
    position: absolute;
    width: 20px;
    height: 60px;
    background-color: #F7F7F7;
    content: '';
  }
  .white_sides:before {
    bottom: -5px;
    left: -40px;
  }
  .white_sides:after {
    right: -40px;
    bottom: -5px;
  }
}
