@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;
}
.post_content li {
    list-style-type: disc;
}
.post_content li::marker {
    color: #2665b0;
    font-size: 1.2rem;
}

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



/*-----見出し-----*/
h2.wp-block-heading {
    position: relative;
    display: inherit;
    text-align: center;
}
h2.wp-block-heading::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    display: inline-block;
    background-color: #2665b0;
}
h3.wp-block-heading {
    padding: 0 .4em .2em;
    border-bottom: 3px dotted #467dc9;
    display: inline-block;
}


/*-----コンタクトフォーム-----*/
.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;
    border: unset;
    display: block;
    text-align: left;
    padding-top: 5px;
    padding: 0 !important;
}
.post_content .wpcf7 th p {
    border-bottom: 1px solid #467dc9;
}
.post_content .wpcf7 td {
    border: unset;
    display: block;
    padding: 0 !important;
}
.post_content .wpcf7 input, .post_content .wpcf7 textarea {
    box-sizing: border-box;
    width: 100%;
    border: unset;
    line-height: 1.4;
    background-color: #e8f0fe;
}
.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: #467dc9;
}
.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: #467dc9;
    transition: .3s;
    width: 250px;
}
.post_content .wpcf7 .wpcf7-submit:hover {
    background-color: #467dc9;
    opacity: .8;
}
.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 #467dc9;
    border-right: 3px solid #467dc9;
    transform: rotate(135deg);
    position: absolute;
    left: 2px;
    top: 4px;
}
.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 + 40px);
    }
}

@media screen and (max-width: 1201px) {
    body #header.active #global_menu_button span {
        background: #2665b0 !important;
    }
    #global_menu_button span {
        background: #2665b0 !important;
    }
}
@media screen and (max-width: 781px) {
    .img-center {
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    .post_content td, .post_content th {
        padding: 10px 20px !important;
    }
    .post_content .wpcf7 td, .post_content .wpcf7 th {
        padding: 0 !important;
    }
}