@charset "utf-8";

.pagetop {
    bottom: 0;
}

.title_h1 {
    margin: 20px 0 30px 0 !important;
}

.colContent img {
    width: 100%;
}

.greeting_l03 ol {
    margin: 0 0 20px 0;
}

.greeting_l03 ol:last-of-type {
    margin: 0 0 30px 0;
}

.greeting_l03 ol li {
    list-style-type: none;
    counter-increment: cnt;
    margin-left: 2.1rem;
}

.greeting_l03 ol li::before {
    content: "("counter(cnt) ") ";
    margin-left: -2.1rem;
}

.greeting_l03 h3 {
    color: #38761d;
    font-size: 1.8rem;
}

.btn_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.btn_box p {
    width: 49.5%;
    color: #38761d;
    text-align: center;
    border: 1px solid #38761d;
    cursor: pointer;
}

.btn_box p a {
    display: block;
    position: relative;
    color: #38761d;
    padding: 10px;
    transition: 0.3s;
}

.btn_box p a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: 900;
    margin: 0 0 0 10px;
}

.btn_box p a:hover {
    color: #fff;
    background: #38761d;
}

.sponly{
    display: none;
}


@media screen and (max-width:767px) {
    .btn_box p {
        width: 100%;
    }

    .btn_box p:first-of-type {
        margin: 0 0 20px 0;
    }

    .Ttlcontent {
    margin-bottom: 20px;
}
    .pconly{
        display: none;
    }
    
    .sponly{
        display: block;
    }

}