@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
*/

/* ====================================
	top page
==================================== */

.top #content {
    padding-top: 0 !important;
    margin-bottom: 0;
}

.post_content .top_h2 {
    font-size: 40px;
}

.-type-simple .p-postList__link {
    color: #ffffff;
}

.is-style-more_btn a {
    background: #18b4cc;
    box-shadow: none;
    color: #ffffff;
    font-weight: bold;
}

#price .wp-block-table td,
#price .wp-block-table th {
    border-top: 1px solid #5f5d5d;
    border-bottom: 1px solid #5f5d5d;
    padding: 1rem;
}

@media screen and (max-width:767px) {

    .post_content .top_h2 {
        font-size: 22px;
    }

    #price .wp-block-table td {
        border: 1px solid #5f5d5d;
        padding: 1rem;
    }

    #price .wp-block-table td:nth-child(odd) {
        background: #5f5d5d;
    }
}