@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.-sidebar-on .l-mainContent {
    margin: 0 auto;
}
aside#sidebar {
    display: none;
}

/* top */
.top-02 {
    max-width: 1200px;
    margin: 32px auto 100px;
}
.top-02 h2 {
    font-size: 40px;
    position: relative;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 1% 32px;
}
.top-02 h2 span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #C1291F;
    line-height: 1;
}
.top-02 .btn {
    text-align: center;
    margin-top: 48px;
}
.top-02 .btn a {
    display: inline-block;
    padding: 16px 32px;
    border: 1px solid #C1291F;
    color: #C1291F;
    font-size: 16px;
    border-radius: 50px;
    max-width: 300px;
    width: 100%;
    font-weight: bold;
}
.top-02 .btn a:hover {
    color: #fff;
    background-color: #C1291F;
}
.top-02 .recent-posts ul {
    margin: 0 1%;
}
.top-02 .recent-posts ul li {    
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #999;
}
.top-02 .recent-posts ul li:first-child {
    padding-top: 24px;
    border-top: 1px solid #999;
}
.top-02 .recent-posts ul li a {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: bold;
}
.top-02 .recent-posts ul li a:hover {
    opacity: .6;
}
.top-02 .recent-posts ul li span {
    display: block;
    margin-right: 16px;
}

@media screen and (max-width: 768px) {
    .top-02 .recent-posts ul li:first-child {
        padding-top: 16px;
    }
    .top-02 .recent-posts ul li {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    .top-02 h2,
    .top-02 .recent-posts ul {
        margin-left: 25px;
        margin-right: 25px;
    }
    .top-02 h2 {
        font-size: 32px;
    }
    .top-02 h2 span {
        font-size: 16px;
    }
    .top-02 .recent-posts ul li a {
        flex-direction: column;
        align-items: flex-start;
    }
    .top-02 .recent-posts ul li span {
        font-size: 12px;
    }
}

.c-gnav>.menu-item>a {
    font-weight: bold;
    padding: 0 20px;
}