@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Version: 1.1.0
    Author: Optimerge
*/

/* =========================================================
   Base
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
    font-family: "Noto Sans JP",
        -apple-system,
        BlinkMacSystemFont,
        "Helvetica Neue",
        "Segoe UI",
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif !important;

    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.03em;
    line-height: 1.8;
    color: #333;
}


/* =========================================================
   Article
   ========================================================= */

.entry-content p {
    margin-bottom: 1.8em;
}


/* =========================================================
   Contact Form 7
   ========================================================= */

.inquiry {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.inquiry th,
.inquiry td {
    padding: 15px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
}

.inquiry th {
    width: 30%;
    background: #f9f9f9;
    text-align: left;
    font-weight: 500;
}

.haveto,
.any {
    display: inline-block;
    margin-right: 8px;
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    vertical-align: middle;
}

.haveto {
    background: #e67e22;
}

.any {
    background: #95a5a6;
}

#formbtn {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 18px;

    border: none;
    border-radius: 4px;

    background: #333;
    color: #fff;

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;
    transition: background 0.3s ease;
}

#formbtn:hover {
    background: #555;
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 600px) {

    .inquiry th,
    .inquiry td {
        display: block;
        width: 100% !important;
    }

    .inquiry th {
        border-bottom: none;
        background: #eee;
    }
}