@charset "UTF-8";
/*
Theme Name:SOLARIS child
Description:WordPressテーマ「SOLARIS」の自作子テーマです。
Template:solaris_tcd088
Version:1.0
*/
html {
    scroll-padding-top: calc(60px + 20px);
}
#global_menu > ul {
	text-align: right;
    padding-right: 80px;
}
.post_content li::marker {
    color: #192f60;
    font-size: 1.3rem;
}
#main_contents .post_content blockquote:before, #main_contents .post_content blockquote:after {
    color: #192f60;
}
.wp-block-separator {
    border-top: 1px solid #ddd;
}
/* 点リスト（unordered list）のスタイル */
#article .post_content ul {
  list-style-type: disc;
}
/* 数字リスト（ordered list）のスタイル */
.post_content ol {
  list-style-type: decimal;
}

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

/*-----見出し-----*/
h2.wp-block-heading {
    border-left: 10px solid #528CC8;
    background-color: rgba(82, 140, 200, 0.2);
    padding: 0.3em 0 0.1em 0.3em !important;
}





@media screen and (max-width: 1199px) {
    html {
        scroll-padding-top: calc(60px + 20px);
    }
}