.sp_only{
    display:none;
}
.hadr-container{
    padding: 0 0 60px;
}

.hadr-container.bg-white{
    background-color: #fff;
    padding-top: 30px;
}
.hadr-container.bg-yellow{
    background-color: #F2F0EB;
}
h2.hadr-title{
    background-color: #dbc073 !important;
    text-align: center;
    font-weight: bold;
    color: #0C1D4C;
    font-size: 30px;
    padding: 26px 16px;
}

.background-text{
    text-align: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    color: #797979;
    font-size: 16px;
    line-height: 2.4;
    font-weight: bold;
    padding: 60px 20px;
    box-sizing: border-box;
}

.activity-area {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    align-items: stretch;
    padding: 0px 10px 40px;
    box-sizing: border-box;
    gap: 20px;
}


.activity-area .activity-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    border: 1px solid #ccc;
    padding: 20px;
}

.activity-title {
    max-width: 600px;
    width: 100%;
    text-align: center;
    background-color: #081c4f;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

.activity-title_02 {
    max-width: 600px;
    width: 100%;
    text-align: center;
    background-color: #006cff;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
}

.activity-text {
    max-width: 600px;
    width: 100%;
    padding: 14px 0;
    box-sizing: border-box;
    font-size: 16px;
}

.activity-box-h3 {
    text-align: center;
    color: #B52F2A;
    font-size: 22px;
    font-weight: bold;
}

.offer-text {
    text-align: center;
    color: #797979;
    font-size: 14px;
    margin-bottom: 20px;
}

.activity-img{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
}
.activity-img img{
    width: 100%;
    vertical-align: bottom;
}

.tbl03 tbody tr th{
    width: 30%;
    vertical-align: middle;
}
.tbl03 tbody tr td{
    width: 70%;
    padding: 10px;
}
.notes-area {
    background-color: #f3f3f3;
    padding: 30px 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.notes-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.notes-list li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    margin-bottom: 10px;
}
.notes-list li:last-child {
    margin-bottom: 0px;
}
.notes-list li::before {
content: '・';
}

.application-btn a {
    background-color: #dbc073;
    line-height: 1.7em;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    display: block;
    font-weight: bold;
    margin: 40px auto 0;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.application-btn a:hover {
    opacity: .7;
}
.layout-sponsors {
    display: none;
}


@media screen and (min-width: 768px){
    .box-up {
        flex: 1.3;
        height: 100%;
        min-height: 0%;
        width: 100%;
    }
    .activity-text {
        flex: 2;
        height: 100%;
        min-height: 0%;
    }
}

@media screen and (max-width: 767px){
    .sp_only{
        display:block;
    }
    .hadr-container{
        padding: 0 0 35px;
    }
    h2.hadr-title{
        font-size: 20px;
        padding: 18px 5px;
    }
    .activity-area {
        flex-wrap: wrap;
        padding: 0 15px 20px;
    }
    .activity-area .activity-box {
        width: 100%;
        padding: 20px 15px;
    }
    .tbl03 {
        margin-bottom: 20px;
    }
    .tbl03 tbody tr th{
        width: 26%;
    }
    .tbl03 tbody tr td{
        width: 74%;
    }
    .background-text {
        padding: 30px 20px;
        font-size: 14px;
    }
    .activity-box-h3 {
        font-size: 22px;
    }
    .offer-text {
        font-size: 16px;
    }
    .activity-title {
        font-size: 18px;
        margin-top: 0;
    }
    .activity-title_02 {
        font-size: 18px;
    }
    .activity-text {
        font-size: 14px;
    }
    .notes-area {
        padding: 30px 20px;
    }
    .notes-title {
        font-size: 26px;
    }
    .notes-list li {
        font-size: 14px;
    }

    .box-up{
        width: 100%;
        max-width: 600px;
    }
}
.news{
    font-size: 1.2rem;
    margin:10px auto;
    padding: 20px;
    text-align: center;
    background:#fff;
    color: #0C1D4C;
    max-width: 1200px;
    border: 2px solid #0C1D4C;
}

@media screen and (max-width: 767px){
    .news{
        font-size: 0.9rem;
        max-width: 76%;
    }
}