@charset "utf-8";
/* -----------
下層
----------- */
/* 共通　*/
.entry_box{
overflow-y: scroll;
    padding: 30px;
    height: 200px;
    border: 1px solid #999;
}

.entry_page .subtitle{ 
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 40px;
}

.entry_page .btn2 a {
    border: 1px solid rgb(136, 136, 136);
    border-radius: 80px;
    background: #fff4e8;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    font-size: 2.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    text-decoration: none;
    padding: 10px 0 12px;
    transition: 0.3s;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.entry_page .btn2 {
    max-width: 1000px;
    margin: 0 auto 0;
    margin-top: 50px;
    padding: 0 10px;
    text-align: left;
}

@media all and (max-width: 767px) {
.entry_page .btn2 {
    margin-top: 10px;
}

}