@media only screen and (min-width:600px) {

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}


html {
    scroll-behavior: smooth;
}

section h1 {
    margin: 0;
    border-bottom: 0;
    text-align: center;
}

section h2 {
    margin: 0;
    text-align: center;
}

.wrap-contents h3 {
    margin: 30px 0;
    color: #e1d596;
    font-size: 150%;
    font-weight: 600;
    text-align: center;
    border: none;
}

section h4 {
    background-color: #fff;
    color: #2aadd7;
    text-align: center;
}

img {
    vertical-align: middle;
}

section a {
    display: block;
}

section ul {
    margin: 0;
    padding: 0;
}

section li {
    list-style: none;
}

/* index */

.wrap-index {
    display: flex;
    flex-direction: column;
    margin: 5% 0;
}

.wrap-index li {
    margin: 0 30px;
    padding-bottom: 20px;
    font-size: 160%;
    font-weight: 600;
    color: #2aadd7;
    border-bottom: 2px solid #2aadd7;
}

.wrap-index a {
    color: #2aadd7;
}

.wrap-index img {
    display: inline-block;
    max-width: 8%;
    margin-right: 2%;
}

.anchor-btn {
    display: block;
    position: relative;
    margin-top: 5%;
    font-weight: 600;
}

.anchor-btn::after {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    border-bottom: 2px solid #2aadd7;
    border-right: 2px solid #2aadd7;
    transform: translateY(-50%) rotate(45deg);
}

/* contents */

.wrap-contents {
    width: 900px;
    margin: 0 auto 100px;
    padding: 0 50px 50px;
    background-color: #2aadd7;
    font-size: 150%;
    line-height: 1.8;
    font-weight: 600;
    color: #fff;
}

.main-text {
    padding: 50px 0;
}

.link-btn {
    display: block;
    font-weight: 500;
    position: relative;
    color: #fff;
    text-decoration: underline;
}

.link-btn::after {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 58%;
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.wrap-what-rank {
    padding: 8%;
    background-color: #38bce6;
    border-radius: 10px;
}

/* 確認方法 */

.wrap-phone {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
}

.wrap-phone ul {
    width: 48%;
}

.wrap-phone-contents {
    width: 48%;
    text-align: left;
}

.number {
    margin: 0 0 30px;
}


/* table */

.wrap-table {
    overflow-x: scroll;
    padding: 80px 0 100px;
}

table{
    width: 900px;
    margin: 0 auto;
}

th,td {
    width: 100px;
    height: auto;
    vertical-align: middle;
    padding: 50px;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.fixed01,.fixed02{
    position: sticky;
    top: 0;
    left: 0;
    color: #fff;
    background: #2aadd7;
}

.fixed01:before,.fixed02:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}

.fixed01{
    z-index: 2;
}

.fixed02{
    z-index: 1;
    text-align: center;
}

.table-sub-title {
    background-color: #e9d792;
    text-align: center;
    padding: 10px;
}

.right-table {
    border-right: none;
}


/* 注意事項 */

.wrap-notes {
    margin: 50px;
    line-height: 1.8;
}

.wrap-notes h3 {
    margin: 100px 0 0;
    color: #000;
    font-size: 180%;
    font-weight: 600;
    text-align: center;
    border: none;
}

.about {
    margin-bottom: 10%;
}

.about li {
    list-style: disc;
}

/* アンカー */

.contents_inner {
    padding-top: 150px;
    margin-top: -150px;
}

}