@charset "utf-8";

html,
body {
    overflow-x: hidden;
}

p {
    margin-top: 0;
}

.blockDisplay {
    display: block;
}

body.responsiveBody {
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

body.responsiveBody iframe {
    width: 100%;
}

body a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

body a:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: .8;
}

.kome {
    text-indent: -1em;
    padding-left: 1em;
}

#container {
    /* font-family: YakuHanJP,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", sans-serif; */
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #484848;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 120px;
    line-height: 160%;
    font-size: 16px;
}

.contents_inner {
    /* max-width: 720px; */
    max-width: calc(1080px - 80px);
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    body.responsiveBody {
        min-width: 100%;
    }

    #container {
        margin-bottom: 60px;
        width: 100%;
    }

    .contents_inner {
        margin: 0 16px;
    }
}

/* 769px以上のとき */
@media screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}

.inner {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

.mainvisual {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #0071BE;
}

.anc {
    display: flex;
    justify-content: space-between;
    gap: 2px;
}

.anc>div {
    width: 50%;
    background: #fff;
    padding: 28px;
}

.anc dl {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anc dt {
    color: #000;
    font-size: 26px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: center;
}

.anc dd a {
    color: #0071BE;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.22px;
}

.anc .update dd a {
    display: block;
    padding: 18px 0 0 53px;
}

.anc .update dd:nth-child(2) a {
    width: 356px;
    height: 60px;
    background: url(../images/anc_point1.png) no-repeat center top;
    background-size: 100% auto;
    margin-bottom: 4px;
}

.anc .update dd:nth-child(3) a {
    width: 356px;
    height: 60px;
    background: url(../images/anc_point2.png) no-repeat center top;
    background-size: 100% auto;
}

.anc .campaign dd a {
    width: 462px;
    height: 140px;
    background: url(../images/anc_cp.png) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    display: block;
    padding: 53px 0 0 0;
    margin-top: -30px;
}

.anc .campaign p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
}

.section01,
.section02 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #0071BE;
    background-image: url("../images/bg_pc_01.png");
    background-repeat: no-repeat;
    background-position: center 28px;
    padding-top: 133px;
}

.section02 {
    padding-bottom: 50px;
    padding-top: 24px;
}



.section01 .inner,
.section02 .inner {
    background: #E0F3FF;
    border-radius: 10px;
    position: relative;
    padding: 40px 40px 18px 40px;
}

.section02 .inner {
    margin-top: 86px;
}

.section03 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #E0F3FF;
    background-image: url("../images/bg_pc_02.png");
    background-repeat: no-repeat;
    background-position: center 50px;
    padding-top: 132px;
    padding-bottom: 70px;
}

.section03 .inner {
    position: relative;
}

.section01 .sec_num,
.section02 .sec_num {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -27px;
    margin-bottom: 20px;
}

.section03 .sec_num {
    text-align: center;
    margin-bottom: 20px;
}

#container .sec_num img {
    width: 74px;
    height: auto;
}

.section01 h2,
.section02 h2,
.section03 h2 {
    color: #0071BE;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.32px;
    margin-bottom: 32px;
}

.section01 h2 span,
.section02 h2 span,
.section03 h2 span {
    background-image: linear-gradient(90deg, #DBE600, #DBE600, #DBE600);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 34%;
}

.section02 h2 {
    margin-bottom: 44px;
}


.section01 p.lead,
.section02 p.lead,
.section03 p.lead {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.16px;
    margin-bottom: 28px;
}

.section01 .box,
.section02 .box {
    background: url(../images/box_bottom.png) no-repeat center bottom;
    padding-bottom: 10px;
    width: 1000px;
    margin-bottom: 40px;
}

.section01 .box:last-child,
.section02 .box:last-child {
    margin-bottom: 20px;
}

.section01 .box_inner,
.section02 .box_inner {
    background: url(../images/box_top.png) no-repeat center top;
    padding: 30px 30px 14px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.section01 .box_inner a,
.section02 .box_inner a {
    color: #0071BE;
}

.section01 .icon,
.section02 .icon {
    text-align: center;
    margin-bottom: 20px;
}

.section02 .icon.fitting {
    margin-right: -18px;
}

.section01 .new_icon,
.section02 .new_icon {
    position: absolute;
    top: 4px;
    right: 408px;
}

.section01 h3,
.section02 h3 {
    text-align: center;
    border-radius: 6px;
    background: #0071BE;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    letter-spacing: 0.18px;
    margin-bottom: 17px;
}

.section01 p.txt,
.section02 p.txt {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.16px;
    margin-bottom: 18px;
}

.section01 .notice,
.section02 .notice {
    width: auto;
    margin: 0 auto 12px auto;
}

.section01 .notice p,
.section02 .notice p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    text-indent: -1em;
    margin-left: 1em;
}

.section01 p.link,
.section02 p.link {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
}

.section01 p.link a,
.section02 p.link a {
    color: #000;
    position: relative;
    padding-right: 12px;
}

.section01 p.link a::before,
.section02 p.link a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

.section01 p.link a:hover,
.section02 p.link a:hover {
    text-decoration: underline;
}

.section01 .change {
    width: 623px;
    margin: 0 auto 25px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section01 .change .new,
.section01 .change .old {
    display: flex;
    align-items: center;
    width: 290px;
    height: 83px;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 17px 25px;
    position: relative;

}

.section01 .change .new {
    font-weight: 700;
}

.section01 .change .old::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -33px;
    /* 右端に配置 */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #848484;
    /* 矢印の色＝文字色 */
}

.section01 .change .new span,
.section01 .change .old span {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    margin-right: 17px;
}

.section01 .change .old span {
    border: 1px solid #0071BE;
    color: #0071BE;

}

.section01 .change .new span {
    background: #0071BE;
    color: #FFF;
}

p.service {
    width: 1080px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.14px;
}

p.service a {
    color: #fff;
    position: relative;
    padding-right: 12px;
}

p.service a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

p.service a:hover {
    text-decoration: underline;
}

p.grade {
    width: 1080px;
    margin: 24px auto 0 auto;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.14px;
}

p.grade a {
    color: #fff;
    position: relative;
    padding-right: 12px;
}

p.grade a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

p.grade a:hover {
    text-decoration: underline;
}



.section03 .lineup_tl {
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding-top: 48px;

}

.section03 .lineup_tl h4 {
    color: #0071BE;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.3px;
}

.section03 .lineup_tl .baloon {
    background: url(../images/baloon.png) no-repeat center top;
    color: #0071BE;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.3px;
    position: absolute;
    top: -7px;
    right: -74px;
    width: 92px;
    height: 92px;
    background-size: 92px 92px;
    padding: 12px 0 0 2px;
}

.section03 .lineup_tl .baloon span {
    font-size: 22px;
    letter-spacing: 0.22px;
}

.section03 .lineup {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.section03 .lineup li {
    width: 255px;
    position: relative;
}

.section03 .lineup li img {
    width: 255px;
    border-radius: 15.711px 15.711px 0 0;
    background: #FFF;
    padding-top: 18px;
}

.section03 .lineup li .img img {
    width: 100%
}

.section03 .lineup li .label {
    color: #0071BE;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    top: 16px;
    left: 19px;
}

.section03 .lineup li span.num {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #0071BE;
    background: #FFF;
    position: absolute;
    top: -15px;
    right: -15px;
    color: #0071BE;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 9px;
}

.section03 .lineup li .num em {
    font-size: 34px;
    font-weight: 700;
}

.section03 .lineup li .txt {
    padding: 15px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0 0 9.268px 9.268px;
    background: #0071BE;
}

.section03 .lineup li .txt .maker {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
}

.section03 .lineup li .txt .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.18px;
}

.section03 .lineup li .txt .detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
}

.section03 .wchance_tl {
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding-top: 70px;
}

.section03 .wchance_tl h4 {
    color: #0071BE;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.3px;
}

.section03 .wchance_tl .baloon {
    background: url(../images/baloon.png) no-repeat center top;
    color: #0071BE;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.3px;
    position: absolute;
    top: 24px;
    right: -35px;
    width: 92px;
    height: 92px;
    background-size: 92px 92px;
    padding: 12px 0 0 1px;
}

.section03 .wchance_tl .baloon span {
    font-size: 22px;
}

.section03 .wchance_tl h4::before {
    content: "";
    display: block;
    width: 92px;
    height: 65px;
    background: url(../images/coin.svg) no-repeat center center;
    background-size: 92px 65px;
    position: absolute;
    top: 52px;
    left: -26px;
}

.section03 .wchance p {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.16px;
    margin-top: 8px;
    margin-bottom: 18px;
}

.section03 .missions {
    border-radius: 6px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    padding: 30px 25px;
    gap: 20px;
    margin-bottom: 40px;
}

.section03 .missions .box {
    width: 50%;
    border-radius: 9.069px;
    border: 1.512px solid #D9D9D9;
}

.section03 .conditions {
    border-radius: 9.069px 9.069px 0 0;
    background: #0071BE;
    padding: 20px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    position: relative;
}

.section03 .conditions::after {
    content: "";
    position: absolute;
    bottom: -28px;
    right: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 19px solid #0071BE;
    margin-right: -20px;
}

.section03 .conditions .hd {
    border-radius: 6px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0071BE;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.2px;
    padding: 14px;
    width: 165.927px;
}

.section03 .conditions .txt {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 137%;
    letter-spacing: 0.2px;
}

.section03 .point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
}

.section03 .point div {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.24px;
}

.section03 .point div span {
    font-size: 32px;

}

.section03 .btn {
    margin-bottom: 130px;
}

.section03 .btn a {
    display: block;
    border-radius: 6px;
    background: #D7373D;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    width: 560px;
    height: 80px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 80px;
    margin: 0 auto;
}

.section03 h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.section03 .about .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.16px;
}

.section03 .about .about img {
    width: 370px;
    height: auto;
}

.section03 .about .link {
    text-align: right;
    color: #000;
    font-size: 14px;
    margin-top: -20px;
}

.section03 .about .link a {
    color: #000;
    position: relative;
    padding-right: 12px;
}

.section03 .about .link a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

.section03 .about .link a:hover {
    text-decoration: underline;
}





@media screen and (max-width: 768px) {
    .inner {
        max-width: 100%;
    }

    .mainvisual {
        margin: 0;
    }

    .anc {
        display: block;
    }

    .anc>div {
        width: 100%;
        padding: 0;
    }

    .anc dl {
        padding-top: 10px;
    }

    .anc dt {
        font-size: 22px;
    }

    .anc dd a {
        font-size: 17px;
    }

    .anc .update {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .anc .campaign {
        padding-bottom: 20px;
    }

    .anc .update dd:nth-child(2) a {
        width: 285px;
        height: 43px;
        margin-bottom: 4px;
    }

    .anc .update dd:nth-child(3) a {
        width: 285px;
        height: 43px;
    }

    .anc .update dd a {
        padding: 16px 0 0 40px;
    }

    .anc .campaign dd a {
        width: 372px;
        height: 112px;
        background: url(../images/anc_cp_sp.png) no-repeat center top;
        background-size: 100% auto;
        padding: 8px 0 0 0;
        margin-top: 0;
        line-height: 1.4;
    }

    .anc .campaign p {
        text-align: center;
        color: #000;
        font-size: 11.177px;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: 0.112px;
        margin-top: -36px;
    }

    .section01,
    .section02 {
        margin: 0;
        background-image: url("../images/bg_sp_01.png");
        background-repeat: no-repeat;
        background-position: center 60px;
        background-size: contain;
        padding: 90px 15px 0 15px;
    }

    .section02 {
        padding-top: 20px;
        padding-bottom: 50px;
        background-position: center 103px;
    }

    .section01 .inner,
    .section02 .inner {
        border-radius: 4px;
        padding: 70px 12px 12px 12px;

    }

    .section03 {
        margin: 0;
        background-image: url("../images/bg_sp_02.png");
        background-repeat: no-repeat;
        background-position: center 20px;
        background-size: contain;
        padding-top: 3px;
        padding-bottom: 20px;
    }

    .section03 .inner {
        position: relative;
        padding: 15px;
    }

    .section01 .sec_num,
    .section02 .sec_num {
        text-align: center;
        margin-bottom: 20px;
        top: -18px;
    }

    #container .sec_num img {
        width: 68px;
        height: auto;
    }

    .section01 h2,
    .section02 h2,
    .section03 h2 {
        font-size: 26px;
    }

    .section01 h2 span,
    .section02 h2 span,
    .section03 h2 span {
        background-image: linear-gradient(90deg, #DBE600, #DBE600, #DBE600);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100% 34%;
    }

    .section01 p.lead,
    .section02 p.lead,
    .section03 p.lead {
        font-size: 16px;
        font-weight: 500;
    }

    .section01 .box,
    .section02 .box {
        background: url(../images/box_bottom_sp.png) no-repeat center bottom;
        padding-bottom: 10px;
        width: 100%;
        background-size: contain;
        margin-bottom: 28px;
    }

    .section01 .box_inner,
    .section02 .box_inner {
        background: url(../images/box_top_sp.png) no-repeat center top;
        padding: 32px 15px 15px 15px;
        background-size: 100% auto;
    }

    .section01 .icon,
    .section02 .icon {
        text-align: center;
        margin-bottom: 20px;
    }

    .section01 .new_icon,
    .section02 .new_icon {
        position: absolute;
        top: 4px;
        right: 72px;
    }

    .section01 h3,
    .section02 h3 {
        text-align: center;
        border-radius: 6px;
        background: #0071BE;
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        height: auto;
        letter-spacing: 0.18px;
        padding: 12px;
    }

    .section01 p.txt,
    .section02 p.txt {
        text-align: left;
        font-size: 16px;
    }

    .section01 .notice,
    .section02 .notice {
        width: 100%;
        color: #000;
        font-size: 14px;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 0.14px;
    }

    .section01 .change {
        width: 100%;
        margin: 0 auto 30px auto;
        display: block;
    }

    .section01 .change .new,
    .section01 .change .old {
        display: flex;
        align-items: center;
        width: 290px;
        height: 83px;
        border-radius: 6px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        padding: 17px 25px;
        position: relative;

    }

    .section01 .change .old {
        margin-bottom: 18px;
    }

    .section01 .change .new {
        font-weight: 700;
    }

    .section01 .change .new p {
        font-weight: 700;
    }

    .section01 .change .old::after {
        content: "";
        position: absolute;
        top: inherit;
        bottom: -30px;
        right: 50%;
        /* 右端に配置 */
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 18px solid #848484;
        transform: rotate(90deg);
        /* 矢印の色＝文字色 */
    }

    .section01 .change .new span,
    .section01 .change .old span {
        display: inline-block;
        width: 39px;
        height: 39px;
        border-radius: 50px;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 39px;
        margin-right: 17px;
    }

    .section01 .change .old span {
        border: 1px solid #0071BE;
        color: #0071BE;

    }

    .section01 .change .new span {
        background: #0071BE;
        color: #FFF;
    }

    p.service {
        width: 100%;
    }

    p.service a {
        padding-right: 12px;
    }

    p.service a::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 0;
        width: 4px;
        height: 4px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
    }

    p.service a:hover {
        text-decoration: underline;
    }

    p.grade {
        width: 100%;
        margin: 10px auto 0 auto;
    }

    p.grade a {}

    p.grade a::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 0;
        width: 4px;
        height: 4px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
    }

    p.grade a:hover {
        text-decoration: underline;
    }

    .section03 .lineup_tl {
        position: relative;
        width: 300px;
        margin: 0 auto;
        padding-top: 30px;

    }

    .section03 .lineup_tl h4 {
        font-size: 24px;
    }

    .section03 .lineup_tl .baloon {
        background: url(../images/baloon.png) no-repeat center top;
        color: #0071BE;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.3px;
        position: absolute;
        top: -25px;
        right: -26px;
        width: 76px;
        height: 76px;
        background-size: 76px 76px;
        padding: 10px 0 0 3px;
    }

    .section03 .lineup_tl .baloon span {
        font-size: 17px;
        letter-spacing: 0.22px;
    }

    .section03 .lineup {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: inherit;
    }

    .section03 .lineup li {
        width: 48%;
        position: relative;
        margin-bottom: 20px;
    }

    .section03 .lineup li img {
        width: 165px;
        border-radius: 10px 10px 0 0;
        background: #FFF;
        padding-top: 18px;
    }

    .section03 .lineup li .img img {
        width: 100%
    }

    .section03 .lineup li .label {
        font-size: 15px;
        font-weight: 600;
        position: absolute;
        top: 10px;
        left: 11px;
    }

    .section03 .lineup li span.num {
        width: 54px;
        height: 54px;
        position: absolute;
        top: -9px;
        right: -9px;
        font-size: 12px;
        padding-top: 5px;
    }

    .section03 .lineup li .num em {
        font-size: 22px;
    }

    .section03 .lineup li .txt {
        padding: 15px;
        color: #FFF;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        border-radius: 0 0 9.268px 9.268px;
        background: #0071BE;
    }

    .section03 .lineup li .txt .maker {
        font-size: 12px;
        font-weight: 300;
    }

    .section03 .lineup li .txt .name {
        font-size: 13px;
        font-weight: 600;
    }

    .section03 .lineup li .txt .detail {
        font-size: 12px;
        font-weight: 300;
    }

    .section03 .wchance_tl {
        position: relative;
        width: 300px;
        margin: 0 auto;
        padding-top: 34px;

    }

    .section03 .wchance_tl h4 {
        font-size: 24px;
    }

    .section03 .wchance_tl .baloon {
        background: url(../images/baloon.png) no-repeat center top;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        top: -11px;
        right: 6px;
        width: 74px;
        height: 74px;
        background-size: 74px 74px;
        padding: 10px 0 0 5px;
    }

    .section03 .wchance_tl .baloon span {
        font-size: 17px;
    }

    .section03 .wchance_tl h4::before {
        content: "";
        display: block;
        width: 92px;
        height: 65px;
        background: url(../images/coin.svg) no-repeat center center;
        background-size: 92px 65px;
        position: absolute;
        top: 14px;
        left: -6px;

    }

    .section03 .wchance p {
        font-size: 14px;
    }

    .section03 .missions {
        display: block;
        padding: 20px 16px;
    }

    .section03 .missions .box {
        width: 100%;
        border-radius: 6px;
        border: 1px solid #D9D9D9;
    }

    .section03 .missions .box:first-child {
        margin-bottom: 20px;
    }

    .section03 .conditions {
        border-radius: 6px 6px 0 0;
        background: #0071BE;
        padding: 10px;
        gap: 13px;
    }

    .section03 .conditions::after {
        content: "";
        position: absolute;
        bottom: -23px;
        right: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 16px solid #0071BE;
        margin-right: -20px;
    }

    .section03 .conditions .hd {
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        padding: 9px;
        width: 102px;
    }

    .section03 .conditions .txt {
        font-size: 14px;
        font-weight: 600;
    }

    .section03 .point {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 22px;
    }

    .section03 .point div {
        font-size: 16px;
        font-weight: 600;
    }

    .section03 .point div.total {
        font-size: 16px;
        font-weight: 300;
    }

    .section03 .point div span {
        font-size: 20px;
        font-weight: 600;
    }

    .section03 .btn {
        margin-bottom: 70px;
    }

    .section03 .btn a {
        display: block;
        border-radius: 6px;
        background: #D7373D;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        width: 343px;
        height: 62px;
        text-align: center;
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
        line-height: 62px;
        margin: 0 auto;

    }

    .section03 h5 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 12px;
    }

    .section03 .about .inner {
        display: flex;
        flex-direction: column-reverse;
        font-size: 14px;
        padding: 0;
        gap: 12px
    }

    .section03 .about .about img {
        width: 100%;
        height: auto;
    }

    .section03 .about .link {
        text-align: right;
        color: #000;
        font-size: 14px;
        margin-top: 10px;
    }

    .section03 .about .link a {
        color: #000;
        position: relative;
        padding-right: 12px;
    }

    .section03 .about .link a::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
    }

    .section03 .about .link a:hover {
        text-decoration: underline;
    }

}


/* イベント概要 */
@media screen and (min-width: 768px) {
    .event_outline_box h2 {
        font-size: 28px;
        margin-bottom: 40px;
        font-weight: 700;
    }

    .event_outline_box h3 {
        font-size: 22px;
        margin-bottom: 24px;
        font-weight: bold;
    }

    .event_outline_box {
        padding: 0px 0;
        margin-top: 0px;
    }
}

.event_outline_box {
    padding: 0px 20px;
    margin-top: 60px;
}

.event_table__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.event_table__list {
    border: 1px solid #DEDEDF;
    border-radius: 4px;
}

.event_table__list dl {
    justify-content: center;
    align-items: center;
    background: #e4e4e4;
    border-bottom: 1px solid #DEDEDF;
}

.event_table__list dl dt {
    font-weight: bold;
    background-color: #e4e4e4;
    max-width: 210px;
    width: 100%;
    text-align: center;
    padding: 16px;
}

.event_table__list dl dd {
    max-width: calc(100% - 210px);
    background: #fff;
    padding: 16px;
    width: 100%;
    padding: 16px 20px;
}

.event_table__list dl dd p {
    margin-bottom: 12px;
}

.event_table__list dl dd ul {
    margin-left: 12px;
    margin-bottom: 12px;
}






/* イベント概要 */
.event_outline_box {
    padding: 0px 20px;
    margin-top: 60px;
}

.event_table__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.event_table__list {
    border: 1px solid #DEDEDF;
    border-radius: 4px;
}

.event_table__list dl {
    justify-content: center;
    align-items: center;
    background: #e4e4e4;
    border-bottom: 1px solid #DEDEDF;
}

.event_table__list dl dt {
    font-weight: bold;
    background-color: #e4e4e4;
    max-width: 210px;
    width: 100%;
    text-align: center;
    padding: 16px;
}

.event_table__list dl dd {
    max-width: calc(100% - 210px);
    background: #fff;
    padding: 16px;
    width: 100%;
    padding: 16px 20px;
}

.event_table__list dl dd>ul>li {
    margin-bottom: 5px;
}

.event_table__list dl dd>ul>li:last-child {
    margin-bottom: 0;
}

.event_table__list dl dd ul.notesCution {
    margin-bottom: 20px;
}

.event_table__list dl dd ul.asterisk>li {
    margin-bottom: 4px;
    text-indent: -1rem;
    padding-left: 1rem;
}

#event_outline a {
    text-decoration: underline;
    color: #0071BE;
}

.event_table__list dl dd>ul {
    margin-top: 8px;
}



@media screen and (max-width: 768px) {
    .event_outline_box {
        margin-top: 40px;
        padding: 0 16px;
    }

    .event_outline_box h2 {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .event_table__list {
        border: none;
        border-radius: inherit;
        -webkit-text-size-adjust: 100%;
    }

    .event_table__list dl {
        display: block;
        padding-bottom: 16px;
        border-bottom: 1px solid #DEDEDF;
        margin-bottom: 16px;
        background: transparent;
    }

    .event_table__list dl dt {
        margin: 0 0 8px 0;
        font-size: 20px;
        background: transparent;
        max-width: 100%;
        text-align: left;
        padding: 0;
    }

    .event_table__list dl dd {
        padding: 0;
        max-width: 100%;
        line-height: 1.6;
        /* padding: 16px; */
    }

    .event_table__list dl dd>ul>li {
        margin-bottom: 10px;
    }

    .event_table__list dl dd ul.asterisk>li {
        text-indent: -1.6rem;
        margin-left: 4px;
    }

    .event_table__list dl dd ul.notesCution.asterisk>li {
        text-indent: -1rem;
        margin-bottom: 8px;
    }

    .event_table__list dl dd>ul.decimal>li:last-child::marker {
        padding-left: 1rem;
    }

    #page-topbtn a,
    div#contents #list a,
    div#contents a:link,
    div#contents a:visited {
        -webkit-overflow-scrolling: touch;
    }

    .event_table__list dl dd>ul>li:last-child>.asterisk {
        margin-left: 0.8rem;
        margin-top: 0.8rem;
    }

}