@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ, CyborgWritingテーマ移植版
    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
*/

body.cyborg-root {
    font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
        "MS PGothic";
    color: #151515;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.03em;
    text-align: justify;
}

.cyborg-root a {
    color: #151515;
    text-decoration: none;
    transition: 0.3s ease-out;
}

.cyborg-root a:hover {
    color: #264db2;
}

::selection {
    background-color: #264db2;
    color: #fff;
}

::-moz-selection {
    background-color: #264db2;
    color: #fff;
}

body.cyborg-root,
.cyborg-root header,
.cyborg-root footer {
    min-width: 1320px;
    max-width: 1920px;
    margin: auto;
}

@media screen and (max-width: 640px) {
    body.cyborg-root {
        font-size: 15px;
    }

    body.cyborg-root,
    .cyborg-root header,
    .cyborg-root footer {
        min-width: 400px;
    }
}

/*============================================================================

	モーション　＊　wowオリジナル　fadeInUpMin

============================================================================*/
.fadeInUpMin {
    animation-name: fadeInUpMin;
}

@keyframes fadeInUpMin {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/*==================================================================

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*/
.inquiry {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: solid 1px #ddd;
}

.inquiry th {
    width: 30%;
    padding: 20px 20px;
    border-top: solid 1px #ddd;
    box-sizing: border-box;
    font-weight: bold;
}

.inquiry td {
    padding: 20px 0;
    border-top: solid 1px #ddd;
    box-sizing: border-box;
}

.inquiry td input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 18px;
}

/*------------------------------ 必須 ------------------------------*/
.haveto {
    position: relative;
    bottom: 1px;
    padding: 5px;
    background: #ff9393;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    margin-right: 15px;
}

/*------------------------------ 送信ボタン ------------------------------*/
.wpcf7-form-control {
    position: relative;
    display: block;
    width: 540px;
    margin: 0 auto;
    z-index: 9;
}

.wpcf7-form-control:hover {
    opacity: 0.7;
}

@media (max-width: 640px) {
    .inquiry {
        margin-top: 70px;
    }

    .inquiry th {
        display: block;
        width: 100%;
        padding: 10px 20px;
        font-size: 18px;
    }

    .inquiry td {
        display: block;
        width: 100%;
        padding: 15px 20px;
    }

    .wpcf7-form-control {
        width: 100%;
    }
}

/* page.php styles */
.page-thanks.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 100px 20px;
    background: url(./images/top_bg04.png) left bottom no-repeat;
    position: relative;
}

.page-thanks.container::before {
    position: absolute;
    content: "";
    background: url(./images/top_bg04.png);
    width: 960px;
    height: 700px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    z-index: -1;
}

.page-thanks .rows {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
}

.page-thanks h2 {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    position: relative;
    background: #1b3d70;
    color: #fff;
    padding: 12px 0;
}

.page-thanks h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #1b3d70;
}

.page-thanks .check-list {
    border: 5px solid #1b3d70;
    padding: 5%;
    max-width: 90%;
    box-sizing: border-box;
}

.page-thanks .check-list li {
    background: url("./images/check.png") no-repeat top 0px left 8px/ 32px;
    border-bottom: 1px dotted #1b3d70;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 12px;
    padding-left: 50px;
    margin-bottom: 16px;
}

.page-thanks .check-list li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}