@charset "UTF-8";
/*
Theme Name:SOLARIS child
Description:WordPressテーマ「SOLARIS」の自作子テーマです。
Template:solaris_tcd088
Version:1.0
*/
html {
    scroll-padding-top: calc(60px + 50px);
}
html:has(body.postid-54) {
    scroll-padding-top: calc(130px + 50px) !important;
}
#global_menu > ul {
	text-align: right;
    padding-right: 80px;
}
.post_content li {
    list-style-type: disc;
}
.wp-block-image :where(figcaption) {
    text-align: center;
}
.wp-block-separator {
    border: 1px solid #ccc;
    height: auto;
}

/*-----ヘッダー-----*/
#global_menu {
    background-color: #fff;
}
#global_menu > ul > li > a {
    color: #000 !important;
}
#header.active #global_menu > ul > li#menu-item-95 > a {
    color: #000 !important;
}

/*-----企業情報カスタム投稿タイプの詳細ページでアイキャッチ画像を表示させない-----*/
.single-company #post_image2 {
    display: none;
}
@media screen and (max-width: 750px) {
    .single-company #post_image2_wrap {
        display: none;
    }
}

/*-----見出し表組の行間-----*/
.post_content td, .post_content th {
    padding: 10px 30px !important;
}

/*-----見出し-----*/
h2.wp-block-heading {
    padding: .8rem 1.5rem !important;
    border-left: 4px solid #00599c;
    margin: 0 0 15px 0 !important;
}
h3.wp-block-heading {
    padding: 0 0 .4em !important;
    border-bottom: 2px dotted #00599c;
    width: fit-content;
    margin: 0 0 15px 0 !important;
}

/*-----コンタクトフォーム-----*/
.wpcf7 {
    border: none !important;
    background: none !important;
}
.wpcf7-list-item {
    margin-left: 0 !important;
}
.wpcf7 .need {
    color: #dc3232;
    font-weight: bold;
}
.wpcf7 form {
    margin: 0 !important;
}
.wpcf7 tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.wpcf7 th {
    vertical-align: middle !important;
    padding: 10px 20px !important;
    width: 30%;
    box-sizing: border-box;
    background: #fff !important;
}
.wpcf7 td {
    margin-bottom: .3em;
    padding: 15px 10px !important;
    vertical-align: middle;
}
.wpcf7 th, .wpcf7 td {
    text-align: left;
    border: unset !important;
}
.wpcf7 textarea {
    resize: vertical;
    margin-top: .3em;
}
.wpcf7 .acceptance_box {
    text-align: center;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background-color: #e4e4e4 !important;
    opacity: 1;
    color: #a2a2a2;
}
.wpcf7 .wpcf7-submit {
    background-color: #00599c !important;
    margin: 0 auto !important;
}
.wpcf7 .wpcf7-submit:hover {
    background-color: #00599c;
    opacity: .8;
}
.wpcf7 input[type="file"] {
    border: unset;
}

@media screen and (max-width: 768px) {
    .wpcf7 th {
        background: #fff !important;
        width: 100%;
        padding: 10px 20px 0 10px !important;
    }
    .wpcf7 td {
        padding: 10px 10px 15px !important;
    }
    .wpcf7 th, .wpcf7 td {
        display: block;
    }
}

@media screen and (max-width: 1201px) {
    html {
        scroll-padding-top: calc(60px + 20px);
    }
    html:has(body.postid-54) {
        scroll-padding-top: calc(130px + 20px) !important;
    }
    body #header.active #global_menu_button span {
        background: #00599c !important;
    }
    #global_menu_button span {
        background: #00599c !important;
    }
    #bread_crumb ul {
        width: auto !important;
    }
}

@media screen and (max-width: 781px) {
    .img-center {
        text-align: center;
    }
}