@charset "utf-8";

.campaign_notice h2 {
    position: relative;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    margin: 64px auto 0;
}

.campaign_notice h2::before,
.campaign_notice h2::after {
    content: "/";
    position: absolute;
    bottom: -10px;
    font-size: 40px;
    font-weight: 100;
}

.campaign_notice h2::before {
    left: -25px;
    transform: scaleX(-1);
}

.campaign_notice h2::after {
    right: -25px;
}

.campaign_notice ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
}

.campaign_notice li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    width: 332px;
    height: 100%;
    box-shadow: var(--box-shadow-general);
    border-radius: 8px;
}

.campaign_notice li a:hover {
    opacity: 0.8;
}

.campaign_notice li:nth-of-type(1) a {
    padding-left: 82px;
    background: url(https://mvno.geo-mobile.jp/v2/img/pc/cmn/footer/x.svg) no-repeat center right 82px / 35px auto;
    border: 1px solid #DBDBDB;
}

.campaign_notice-applicationLink {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: calc(60/20);
    width: 386px;
    margin: 64px auto 0;
    background-color: #0091d7;
    border-radius: 4px;
}

.campaign_notice-applicationLink::after {
    border: 2px solid #0091d7;
    border-radius: 4px;
}

.campaign_notice-applicationLink:hover {
    color: #0091d7;
}