.single_wrap {
    padding-top: 165px;
}

.single_contents {
    width: 73.529vw;
    margin: auto;
}

p.days_tag {
    color: var(--Neutral-Gray-800, #424242);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ex_cat_tag {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #23926c;
    display: inline-block;
    padding: 4px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

h1.ex_name_ttl {
    color: var(--Neutral-Gray-800, #424242);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.page_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.page_btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 56px;
    margin: 40px 10px 100px;
    border: solid 2px #22926C;
    color: #22926C;
}

.page_btn_wrap a img {
    width: 20px;
    margin: 0 20px;
}

@media (max-width: 767px) {

    .single_contents {
        width: 87vw;
    }

}
