@charset "UTF-8";
/*
Theme Name:SOLARIS child
Description:WordPressテーマ「SOLARIS」の自作子テーマです。
Template:solaris_tcd088
Version:1.0
*/
html {
    scroll-padding-top: calc(60px + 50px);
}
#global_menu > ul {
	text-align: right;
    padding-right: 80px;
}
#container .post_content ul {
    list-style-type: square;
}
.post_content table ul {
    margin-bottom: 0;
}
.post_content li::marker {
    color: #6558c9;
    font-size: 1rem;
}
#container .post_content ol {
    margin-bottom: 0;
    list-style-type: decimal;
    margin-left: 1.3em;
}
.wp-block-separator {
    border-top: 1px solid #ddd;
}

/*-----見出し-----*/
#container h2.wp-block-heading {
    position: relative;
    display: inherit;
    text-align: center;
    margin-bottom: 50px;
}
h2.wp-block-heading::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    display: inline-block;
    background-color: #6558c9;
}
h3.wp-block-heading::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #6558c9;
    border-radius: 2px;
    margin-right: 0.5em;
}

/*-----HOME-----*/
#index_content_builder h2.cb_headline {
    margin-top: 50px;
}

/*-----コンタクトフォーム-----*/
.post_content .wpcf7 {
    background: #fff;
    border: unset;
    margin: 0 auto 2.5em !important;
}
.post_content .wpcf7 form {
    margin: 0 !important;
}
.post_content .wpcf7 .need {
    color: #dc3232;
    font-size: 13px;
    font-weight: bold;
}
.post_content .wpcf7 th {
    background: #fff;
    text-align: left;
    vertical-align: middle;
}
.post_content .wpcf7 th p::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #6558c9;
    border-radius: 2px;
    margin-right: 0.5em;
}
.page-id-112 .post_content .wpcf7 th p::before {
    background: #c33032;
}
.post_content .wpcf7 input, .post_content .wpcf7 textarea {
    box-sizing: border-box;
    width: 100%;
    border: unset;
    line-height: 1.4;
    background-color: rgb(101, 88, 201,0.2);
}
.page-id-112 .post_content .wpcf7 input, .page-id-112 .post_content .wpcf7 textarea {
    background-color: rgb(195, 48, 50,0.2);
}
.post_content .wpcf7 textarea {
    resize: vertical;
}
.post_content .wpcf7 input:focus, .post_content .wpcf7 textarea:focus {
    border: unset;
}
.post_content .wpcf7-list-item {
    margin: 0;
}
.post_content .wpcf7 .privacy {
    text-align: center;
    margin: 40px 20px;
}
.post_content .wpcf7 .privacy a {
    color: #3b28c9;
}
.page-id-112 .post_content .wpcf7 .privacy a {
    color: #c33032;
}
.post_content .wpcf7 .privacy .wpcf7-list-item {
    margin-top: 20px;
}
.post_content .wpcf7 .privacy label .wpcf7-list-item-label {
    position: relative;
    padding-left: 24px;
}
.post_content .wpcf7 .wpcf7-submit {
    margin: 0 auto 16px;
    background-color: #3b28c9;
    transition: .3s;
    width: 250px;
}
.page-id-112 .post_content .wpcf7 .wpcf7-submit {
    background-color: #c33032;
    color: #fff;
}
.post_content .wpcf7 .wpcf7-submit:hover {
    background-color: #7a98d4;
}
.page-id-112 .post_content .wpcf7 .wpcf7-submit:hover {
    background-color: #c33032;
    opacity: 0.5;
}
.post_content .wpcf7 .wpcf7-submit:disabled, .page-id-112 .post_content .wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background-color: #e4e4e4;
    opacity: 1;
    color: #a2a2a2;
}
.post_content .wpcf7 .privacy .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    left: 0;
    top: 1px;
    box-sizing: border-box;
}
.post_content .wpcf7 .privacy input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block !important;
    width: 13px;
    height: 6px;
    border-top: 3px solid #3b28c9;
    border-right: 3px solid #3b28c9;
    transform: rotate(135deg);
    position: absolute;
    left: 2px;
    top: 4px;
}
.page-id-112 .post_content .wpcf7 .privacy input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    border-top: 3px solid #c33032;
    border-right: 3px solid #c33032;
}
.post_content .wpcf7 .privacy input[type="checkbox"] {
    display: none;
}
.post_content .wpcf7 form .wpcf7-response-output {
    padding-bottom: 40px;
    margin: 0;
}
.post_content .wpcf7 input[type=radio] {
    width: 8px;
}


@media screen and (max-width: 1199px) {
    html {
        scroll-padding-top: calc(60px + 30px);
    }
    .post_content .wpcf7 td {
        padding: 0 0 25px 0 !important;
        display: block;
        border: unset;
    }
    .post_content .wpcf7 tr:last-child td {
        padding: 0 0 0 0 !important;
    }
    .post_content .wpcf7 th {
        padding: 0 !important;
        display: block;
        border: unset;
    }
}
@media screen and (max-width: 780px) {
    html {
        scroll-padding-top: calc(60px + 10px);
    }
}
@media screen and (max-width: 1201px) {
    /*
    body #header.active #global_menu_button span {
        background: #5477c3 !important;
    }
    #global_menu_button span {
        background: #5477c3 !important;
    }
        */
}