.tokucp2510 {
    background-color: #000;
}
.tokucp2510-main {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 10%;
}
.tokucp2510-contents {
    width: 90%;
    max-width: 920px;
    padding: 0 3%;
    margin: auto;
}
.tokucp2510-present {
    padding: 5% 0 0;
}
.tokucp2510-btn {
    display: block;
    margin: 8% 0;
}
.tokucp2510-subttl {
    width: 100%;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding: 0.5em 0;
    text-align: center;
    color: #000;
    background-color: #fff;
}
.tokucp2510-subhead {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #EDD191;
    margin-bottom: 20px;
    margin-top: 5%;
}
.tokucp2510-flow-txt {
    width: 100%;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: center;
    padding: 0.5em;
    border: 1px solid #fff;
    position: relative;
    margin: 40px 0;
}
.tokucp2510-flow-txt::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #EDD191;
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin: auto;
    transform: translateX(-50%) rotate(90deg);
}
.tokucp2510-flow-txt:last-of-type::after {
    content: none;
}
.tokucp2510-link {
    color: #EDD191;
    text-decoration: underline;
}
.tokucp2510-requirements {
    margin-top: 80px;
}
.tokucp2510-requirements-box {
    border: 1px solid #fff;
    padding: 0 5% 5%;
}
.tokucp2510-requirements-list li {
    color: #fff;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -0.6em;
    margin-bottom: 5px;
}
.tokucp2510-requirements-list li::before {
    content: "●";
}

@media screen and (max-width:768px) {
    .tokucp2510-subttl {
        font-size: 1.3rem;
    }
    .tokucp2510-subhead {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .tokucp2510-flow-txt {
        font-size: 0.85rem;
        letter-spacing: 0;
        margin: 25px 0 30px;
    }
    .tokucp2510-flow-txt::after {
        border-width: 8px 0 8px 8px;
        bottom: -23px;
    }
    .tokucp2510-requirements {
        margin-top: 40px;
    }
    .tokucp2510-requirements-list li {
        font-size: 0.8em;
    }
}
/*  スマホでオンオフ
-------------------------------------------------- */
@media screen and (min-width: 769px){
.tokucp2510-main .on-sp { display:none; }
}
@media screen and (max-width: 768px) {
.tokucp2510-main .on-pc { display:none; }
}
