@charset "utf-8";
/*
 Theme Name:   GLUE Child
 Template:     glue_free002
*/

/* ここに子テーマ用のCSSを書きます */
@import url("../glue_free002/style.css");
@import url("../glue_free002/css/design-plus.css");
@import url("../glue_free002/css/responsive.css");
@import url("../glue_free002/css/footer-bar.css");

.is-sp {
    display: none;
}
img {
    width: 100%;
}
.hov-o-5:hover {
    opacity: 0.5;
}
.ts-3 {
    transition: 0.3s;
}
.bd-b-1 {
    border-bottom-width: 0.1rem;
    border-style: solid;
    border-color: inherit;
}
.bd-t-1 {
    border-top-width: 0.1rem;
    border-style: solid;
    border-color: inherit;
}
.py-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pt-add {
    padding-top: 10px;
}
.gap-2rem {
    gap: 2rem;
}
.gap-4rem {
    gap: 4rem;
}
.jc-fs {
    justify-content: flex-start;
}
.d-f {
    display: flex;
}
.bd-c-add2 {
    border-color: rgba(34, 34, 34, .2);
}
.fz-s {
    font-size: 1rem;
}
.fz-m {
    font-size: 1.6rem;
}
.lh-ml {
    line-height: 1.8;
}
.fw-400 {
    font-weight: 400;
}
.w-22 {
    width: 22%;
}
.w-80 {
    width: 80%;
}
.w-60 {
    width: 60%;
}
.w-50 {
    width: 50%;
}
.w-45 {
    width: 45%;
}
.w-40 {
    width: 40%;
}
.w-35 {
    width: 35%;
}
.color-white {
    color: #fff;
}
.ta-c {
    text-align: center;
}
.py-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.d-b {
    display: block;
}
.bg-add11 {
    background-color: #2c384a;
}
.fz-m {
    font-size: 1.6rem;
}
.lh-ml {
    line-height: 1.8;
}
.w-78 {
    width: 78%;
}
.bd-st-add:last-child {
    border-bottom-width: 0.1rem;
    border-style: solid;
    border-color: rgba(34, 34, 34, .2);
}
.pos-r {
    position: relative;
}
/* ヘッダー */
#header {
    background: linear-gradient(135deg, #0f0f4f 0%, #2c3e91 100%) !important;
}
#header_logo {
    height: auto;
    bottom: 0;
}
#header_logo img {
    max-height: 30px;
}
#header_top {
    height: 95px;
    padding: 0 2rem;
}
.header_top_wrap {
    display: flex;
justify-content: flex-end;
align-items: center;
height: 70%;
}
.custom_catch {
    color: #fff; 
    text-align: center;
    line-height: 1.5;
}
#header_bottom {
    background: transparent !important;
}
.l-header__search-button::before {
    color: #fff !important;
}
#drawer_menu_button span {
    background: #fff !important;
}
.header-sns-link {
    width: 5rem;
    gap: 0.9rem
}
.footer-sns-link {
    width: 5rem;
    gap: 0.9rem;
    margin-top: 2rem
}
.header-sns-link a,
.footer-sns-link a {
    width: calc( 100% / 4 );
}
.header-sns-link a:hover,
.footer-sns-link a:hover {
    opacity: 0.5;
    transition: 0.3s;
}
#global_menu > ul > li > a {
    font-weight: bold;
    font-size: 1rem;
}
/* TOP FVスライダー */
#header_post_slider .post_item {
    background-color: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
}
#header_post_slider .post_list::before,
#header_post_slider .post_list::after {
    background: transparent !important;
}
.post_slider_cotents {
    border: 0 !important;
    height: 120px !important;
    padding: 20px 50px;
}
.post_slider_cotents .p-slider_inner {
    display: flex;
    align-items: center;
    gap: 5px;
}
.post_slider_cotents .pr-txt {
    margin-top: 10px;
}
.type_post_slider {
    background-color: rgba(243, 244, 246, 1);
}
#header_slider_container {
    margin-top: 0 !important;
    padding-top: 35px;
}
.post_slider_pagination {
    background-color: rgba(243, 244, 246, 1);
    margin-top: 0 !important;
    padding: 20px 0;
}
.no_header_news {
    height: auto !important;
}
 /* TOPページ */
 .top_main_inner {
    margin-top: 30px;
 }
 /* TOP最新記事 */
 #index_tab a {
    justify-content: flex-start !important;
    align-items: flex-end !important;
 }
 #index_tab li.active a {
    padding-left: 0 !important;
    background: transparent !important;
    color: #000 !important;
    border: 0 !important;
    border-bottom: 2px solid #0f0f4f !important;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    text-align: left !important;
 }
 .tab_post_list .post_list.type2 {
    display: grid !important;
    margin-bottom: 2rem;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
 }
 #index_tab_post_list .post_list.type2 .item {
    display: block !important;
    transition: transform 0.2s ease;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
 }
 #index_tab_post_list .post_list.type2 .image_wrap {
    margin-right: 0 !important;
    width: 100% !important;
    height: 12rem;
    object-fit: cover;
 }
 #index_tab_post_list .post_list.type2 .content {
    padding: 1rem;
 }
 #index_tab_post_list #index_tab {
    margin-bottom: 16px !important;
 }
 /* TOPおすすめの記事 */
.cat-recommend-wrapper {
    margin-top: 3rem;
}
.cat-recommend-wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #0f0f4f;
}
.cat-recommend-wrapper .cat-recommend-list {
    display: grid;
    margin-bottom: 2rem;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cat-recommend-wrapper .cat-recommend-list:last-of-type {
    margin-bottom: 0;
}
.cat-recommend-wrapper .cat-recommend-item {
    transition: transform 0.2s ease;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    overflow: hidden;
    background-color: #ffffff;
}
.cat-recommend-wrapper .cat-recommend-item:hover {
    transform: scale(1.02);
}
.cat-recommend-wrapper .cat-recommend-item a:hover {
    color: inherit !important;
}
.cat-recommend-wrapper .cat-recommend-item img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
}
.cat-recommend-wrapper .cat-recommend-info {
    padding: 1rem;
}
.cat-recommend-wrapper .cat-recommend-title {
    font-weight: 600;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    visibility: visible;
    font-size: 20px;
    word-wrap: break-word;
    word-break: break-all;
}
.cat-recommend-wrapper .cat-recommend-date {
    font-size: 14px;
    padding: 0 0 0 17px;
    color: #999;
    position: relative;
}
.cat-recommend-wrapper .cat-recommend-date::before {
    font-family: 'normal_icon';
    content: '\e903';
    font-size: 13px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
}
/* フッター */
#footer_nav {
    background-color: rgba(31, 41, 55, 1) !important;
    border-top: 0 !important;
}
#footer_nav a {
    color: #ffffff !important;
}
#footer_nav li a {
    height: auto;
    line-height: 2rem;
    padding: 0;
    display: inline-block;
}
#footer_nav ul {
    display: block;
    width: 100%;
}
.footer_bottom {
    background-color: rgba(31, 41, 55, 1) !important;
}
.original-footer-area {
    background-color: rgba(31, 41, 55, 1) !important;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    padding: 2rem;
}
.original-footer-area-right {
    display: flex;
    justify-content: space-between;
}
.original-footer-area .footer-menu-wrap,
.original-footer-area .footer-post-list-wrap,
.original-footer-area .footer-site-information-wrap{
    width: 30%;
}
.original-footer-area .footer-logo-area {
    line-height: 1.2;
}
.original-footer-area .footer-logo {
    font-weight: 900;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.original-footer-area a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.original-footer-area nav li a {
    color: #ffffff;
    font-size: 14px;
    height: auto;
    line-height: 2rem;
}
.footer-menu-title {
    font-weight: 700;
    margin-bottom: 1rem;
}
/* サイドメニュー */
#side_col .widget_content {
    margin: 0 0 20px 0;
}
#side_col .widget_content li {
    padding: 0.5rem 0 0;
    margin: 0;
    position: relative;
}
.side-advertising-banner01 img,
.side-advertising-banner02 img {
    margin-bottom: 0 !important;
}
.widget_headline {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px !important;
    padding-bottom: 8px;
    border-bottom: 2px solid #0f0f4f;
    color: #000;
}
#side_col .widget_tab_post_list .image_wrap {
    width: 90px;
    height: 70px;
}
#side_col .widget_tab_post_list .title_area {
    width: calc(100% - 90px);
    height: 70px;
}
.widget_text .textwidget .post_content {
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    overflow: hidden;
}
.popular-posts-wrapper .popular-posts-title {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 2px solid #0f0f4f;
    color: #000;
}
.popular-posts-wrapper .popular-post .popular-post-imgwrap {
    display: block;
    width: 90px;
    height: 70px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.popular-posts-wrapper .popular-post .popular-post-imgwrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.popular-posts-wrapper .popular-post a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.popular-post-rank {
    line-height: 1;
    width: 20%;
    font-weight: bold;
    color: #848484;
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: 9;
}
.rank-subordinate {
    left: 0;
    top: -12px;
}
.popular-posts-wrapper .popular-post-title-area {
    width: calc(100% - 90px);
    height: 80px;
    padding-left: 20px;
    line-height: 1.2;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.popular-posts-wrapper .popular-post-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/* 記事詳細 */
.bottom_related_post .headline {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #0f0f4f;
    color: #000;
}
.single_copy_title_url {
display: none;
}
#next_prev_post {
    display: none;
}
/* コメント */
#comments {
    display: none;
}
/* 関連記事・アーカイブページ */
.bottom_related_post_list,
.category .blog_list,
.blog .blog_list,
.archive.tag .blog_list {
    display: grid;
    margin-bottom: 2rem;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bottom_related_post_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.bottom_related_post .item {
    display: block;
    padding: 0;
    border-radius: 0.5rem;
}
.post_list_1_culam .item {
    width: 100% !important;
    height: auto;
    border: 0;
}
.bottom_related_post .item .image_wrap {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}
.bottom_related_post .item .image_wrap {
    margin-right: 0;
}
.bottom_related_post .bottom_related_post_list .item {
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    overflow: hidden;
}
body.single-post .post_list_1_culam .item:nth-child(2n+4) {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
body.single-post .post_list_1_culam .item:nth-child(2) {
    border-left: 1px solid #e5e5e5;
}
.bottom_related_post .item .title_contents {
    width: 100%;
    padding: 1rem;
}
.blog_list .animate_background,
.blog_list .image_wrap {
    width: 100%;
}
.blog_list .animate_background {
    margin-right: 0;
}
.blog_list .item {
    display: block;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    overflow: hidden;
}
.cate_no_border .blog_list .item:first-child {
    padding-top: 0 !important;
}
body.blog .blog_list .item {
    padding: 0 !important;
}
.blog_contents {
    padding: 1rem;
    gap: 10px;
}
.cate_no_border_sort {
    margin-bottom: 2rem !important;
}
#archive_headline_no_image .headline {
    text-align: left;
}
.blog,
.category,
.tag {
    background-color: rgba(249, 250, 251, 1);
}
#single_post_header .category {
    background-color: transparent;
}
.blog #main_col,
.page #main_col,
.category #main_col,
.archive.tag #main_col {
    padding: 2rem;
background: #ffffff;
border-radius: 0.5rem;
}
.page.wp-singular .widget_content {
    border: none !important;
}
#main_col #index_tab {
    height: auto !important;
}
#main_col #index_tab li {
    height: auto !important;
}
#index_tab li.active a {
    height: auto !important;
}
/* 記事詳細ページ */
.wp-singular {
    background-color: rgba(249, 250, 251, 1);
}
.wp-singular #article {
padding: 2rem;
background: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 0.5rem;
}
.wp-singular .widget_text {
padding: 1.5rem;
background: #ffffff;
border: 1px solid #e5e5e5;
}
.blog .widget_text,
.category .widget_text {
    padding: 1.5rem;
background: #ffffff;
}
.wp-singular .widget_content {
padding: 1.5rem;
background: #ffffff;
border: 1px solid #e5e5e5;
}
.blog .widget_content,
.category .widget_content,
.tag .widget_content  {
    padding: 1.5rem;
    background: #ffffff;
    }
.wp-singular .no_tab + .widget_tab_post_list,
.blog .no_tab + .widget_tab_post_list {
border: none !important;
}
#single_post_header .title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
}
#single_post_header .image img {
    border-radius: .5rem;
}
.post_content h2 {
    margin: 1em 0;
    border-left: 4px solid #28A745;
    padding-left: 15px;
}
.wp-singular.single .post_content img {
    border-radius: .5rem;
    margin-bottom: 2rem;
}
.post_content h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 25px 0 12px 0;
    color: #374151;
}
.post_content p {
    margin: 0 0 1.5em 0;
}
.post_content pre {
    border-left: 4px solid #00b981;
    background: #d6d6d6;
    padding: 1rem;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.8;
}
/* 診断ページ */
.quiz_section {
    margin-bottom: 2rem;
}
.quiz_section .mlw_qmn_new_question {
    margin: 1em 0;
    border-left: 4px solid #28A745;
    padding: 10px 0 10px 15px;
    font-size: 1.5rem;
}
.qmn_radio_answers {
    margin-top: 1rem;
}
.qmn_mc_answer_wrap {
    margin: 10px 0 10px 0 !important;
}
.quiz_section .qmn_radio_answers label {
    margin-top: 5px !important;
    font-size: 1.2rem !important;
}
.qsm-quiz-container input[type=checkbox], .qsm-quiz-container input[type=radio] {
    vertical-align: baseline;
}
.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
    background: #0f0f4f !important;
}
.qsm-btn.qsm-submit-btn.qmn_btn {
    margin-top: 2rem;
}
.qsm-results-page h2 {
    margin: 1em 0;
    background: #ecfdf5;
    padding: 1rem;
    border-left: none !important;
}
.qsm-results-page {
    margin-bottom: 3rem;
}

/* 人気記事ページ */
.category-popular-posts .rank-1 img {
    width: 100%;
}
.category-popular-posts .rank-2-3 {
    display: grid;
    margin-bottom: 2rem;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.category-popular-posts .rank-4up {
    display: grid;
    margin-bottom: 2rem;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.category-popular-posts li {
    list-style: none;
}
.category-popular-posts li img {
    border-radius: 0 !important;
}
.category-popular-posts .popular-post-textarea {
    background: #fff;
    padding: 0.5rem 1rem;
}
.category-popular-posts .popular-post-wrapper {
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.category-popular-posts .popular-post-title {
    font-size: 20px;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    visibility: visible;
    margin: -0.3em 0;
    color: #000;
    font-weight: 600;
}
.category-popular-posts .popular-post-category span {
    line-height: 1.4;
    margin: 0.5em 0;
    font-weight: bold;
    font-size: 14px;
    padding: 0.2rem 0.5rem;
}
.pr-txt {
    font-size: 12px;
}
.update.entry-date {
    display: none;
}
.popular-post-date {
    font-size: 14px;
    font-family: Arial;
    display: block;
    text-align: left;
    position: relative;
    z-index: 3;
    color: #999;
}
.popular-post-date::before {
    font-family: 'normal_icon';
    content: '\e903';
    font-size: 16px;
    margin-right: 3px;
}
.post_content ul {
    margin-left: 0;
}
.post_content .popular-post .popular-post-wrapper {
    transition: transform 0.2s ease;
}
.post_content .popular-post .popular-post-wrapper:hover {
    transform: scale(1.02);
}
.post_content a:hover {
    text-decoration: none !important;
}
.category-popular-posts .rank-1  {
    margin-bottom: 2rem;
}
.category-popular-posts .rank-1 .rank-number {
    width: 5rem;
}
.category-popular-posts .rank-2-3 .rank-number {
    width: 4rem;
}
.popular-post {
    margin-bottom: 0 !important;
}
.wp-singular .post_content .rank-number img {
    margin-bottom: 0;
}
.category-popular-posts .rank-2-3 .popular-post-imgwrap {
    height: 12rem;
    overflow: hidden;
}
.category-popular-posts .rank-4up .popular-post-imgwrap {
    height: 10rem;
    overflow: hidden;
}
.category-popular-posts .rank-4up .popular-post-imgwrap img,
.category-popular-posts .rank-2-3 .popular-post-imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* お問い合わせページ */
.contact-content {
    margin-top: 3rem !important;
}
.contact-content .form-parts__buttons {
    display: flex;
    justify-content: center;
    gap: 3rem;
}
.contact-content .form-button {
    background: #0f0f4f;
    color: #fff;
    border: none;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    text-align: center;
    transition: transform 0.5s ease;
}
.contact-content .form-button.btn-to-back {
    background: #ffffff;
    color: #0f0f4f;
    border: 1px solid #0f0f4f;
}
.contact-content .form-button:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.contact-content .form-content-title {

    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.8;
}
.contact-content .form-parts__row {
    margin-bottom: 3rem;
}
.contact-content .icon-required {
    background: #0f0f4f;
    color: #fff;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    font-style: normal;
    margin-left: 1rem;
}
.contact-content .form-parts__row input[type=text], .form-parts__row input[type=email] {
    border: .2rem solid #e1e1e1;
    background-color: #e6e6f1;
    padding: 1rem 2rem;
    line-height: 1.3;
    width: 100%;
    font-size: 16px;
    outline: none;
    caret-color: #4c4ce6;
}
.contact-content .form-parts__row .custom-select-trigger {
    border: .2rem solid #e1e1e1;
    background-color: #e6e6f1;
    border-bottom: .05rem solid #e1e1e1;
    padding: 1rem 2rem;
    line-height: 1.3;
    width: 100%;
    font-size: 16px;
    position: relative;
}
.contact-content .form-parts__row .custom-select-trigger:after {
    content: "";
    width: 1rem;
    aspect-ratio: 1 / 1;
    border-bottom: .1rem solid #0f0f4f;
    border-right: .1rem solid #0f0f4f;
    rotate: 45deg;
    position: absolute;
    top: 42%;
    right: 2rem;
    translate: 0 -50%;
    transition: .2s;
}
.contact-content .form-parts__row .custom-select-trigger.is-open:after {
    rotate: -135deg;
}
.contact-content .form-parts__row .custom-dropdown {
    max-height: 100rem;
    overflow: hidden;
    background-color: #e6e6f1;
    cursor: pointer;
    border-radius: .3rem;
    border: .1rem solid #e1e1e1;
    border-top: .05rem solid #e1e1e1;
}
.contact-content .form-parts__row .custom-dropdown li {
    padding: 1rem 2rem;
    position: relative;
}
.contact-content .form-parts__row .custom-dropdown li:not(:last-of-type):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2rem;
    width: calc(100% - 4rem);
    height: .1rem;
    background: #e1e1e1;
}
.contact-content .form-parts__row textarea {
    border: .2rem solid #e1e1e1;
    background-color: #e6e6f1;
    padding: 1rem 2rem;
    line-height: 1.3;
    width: 100%;
    font-size: 16px;
    min-height: 20rem;
    font-size: 16px;
    outline: none;
    caret-color: #4c4ce6;
}
.contact-content .form-parts__row .custom-dropdown.is-close {
    max-height: 0;
}
.post_content a, .widget_block a, .textwidget a {
    color: #000000 !important;
}
#article .post_content a {
    color: #5578ab !important;
    text-decoration: underline;
    font-weight: bold;
}
#index_tab_post_list .post_list.type2 .category,
.blog_list .blog_category a {
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
}
.p-slider-contents__category {
    margin-bottom: calc(10px - 0.1em);
    display: block;
}
.p-slider-contents__category span,
#single_post_header .category a {
    color: #fff;
}
.p-slider-contents__category a,
#single_post_header .category a {
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    display: inline-block;
}
.p-slider-contents__date {
    margin-top: 10px;
}
#single_post_header .category a:after,
.blog_category a:after {
    content: '';
    margin-right: 0;
}
#single_post_header .category a,
.blog_category a {
    margin-right: 10px;
}

/* 比較表のスタイル */
.post_content td, .post_content th {
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}
.comparison-chart-design table {
    border: 0 !important;
}
.comparison-chart-design table tr:first-child td {
    /* スタイル */
    background-color: #ffb73a;
    color: #ffffff;
    font-weight: bold;
  }
  .comparison-chart-design table td:first-child {
    /* スタイル */
    background-color: #f9f9f9;
  }
  .comparison-chart-design table tr:first-child td:first-child {
    background-color: transparent;
    border-left: 0 !important;
    border-top: 0 !important;
  }
  .comparison-chart-design table tr:not(:first-child) td:nth-child(2) {
    background-color: #fff2db;
  }
  /* 目次 */
  .toc {
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    margin: 20px 0;
    border-radius: 4px;
  }
  .toc-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .toc ul {
    list-style: none;
    padding-left: 1em;
    margin: 0;
  }
  .toc li {
    margin: 0.25em 0;
  }
  .toc a {
    text-decoration: none;
}
.toc a:hover {
    text-decoration: underline !important;
}
.wp-block-list {
    padding-left: 1em;
}
/* 広告 */
.top_adsense {
	margin-top: 2rem;
	    /* aspect-ratio: 728 / 90;
    overflow: hidden; */
transition: transform 0.2s ease;
}
.top_adsense .pr-txt {
    margin-bottom: 0.2rem;
    display: inline-block;
}
.top_adsense a {
	    width: 100%;
    height: 100%;
    display: inline-block;
}
.top_adsense img {
	    width: 100%;
    /* height: 100%;
    object-fit: contain; */
}
.top_adsense:hover {
	  transform: scale(1.02);
}
.link-ogp-custom {
    display: inline-block;
    text-decoration: none !important;
}
.link-ogp-custom:hover {
    opacity: 0.5;
    transition: 0.3s;
}
.link-ogp-custom img {
    margin-bottom: 0 !important;
}
.link-ogp-custom-title {
    margin-bottom: 0.5rem;
}
.link-ogp-custom-desc {
    color: #000 !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}
.p-slider-contents__title span {
    display: -webkit-box;         /* inline ではなく block */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;             /* 省略必須 */
    text-overflow: ellipsis;
    white-space: normal;          /* 折り返しは抑止される */
  }
  #index_tab_post_list .post_list.type2 .content_inner {
    gap: 10px;
  }

  /* もっと見るボタンを非表示 */
.post_list_more {
    display: none !important;
  }
  
  /* ローディングアイコンを非表示 */
  #js-ajax-loading-icon {
    display: none !important;
  }
  .latest-posts-link {
    text-align: center;
  }
  .design_button {
    width: auto;
    min-width: 280px;
  }
  .cat-recommend-more {
    text-align: center;
    margin-top: 2rem;
  }
  .tagcloud-toggle {
    margin-top: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border: 1px solid #0f0f4f;
    padding: 0.5em 1.5em;
    border-radius: 30px;
    color: #0f0f4f;
    display: flex;
    justify-content: center;
  }
  .pr-txt {
    padding: 3px;
    margin-right: 5px;
    border: 1px solid #999;
    border-radius: 3px;
    color: #999 !important;
    line-height: 1;
}
.ai-c {
    align-items: center;
}
.jc-sb {
    justify-content: space-between;
}
#single_post_header .pr-txt {
    margin-bottom: 30px;
}
.pr-txt.catpage {
    display: inline-block;
    font-size: 12px;
}
.widget_text .textwidget .post_content .pr-txt{
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 1;
    font-size: 12px;
}
#single_post_header .post-author {
    margin-top: 30px;
    margin-left: 20px;
}
#blog_category_sort_wrap.top-sp-catlink {
    margin: 0 !important;
    position: fixed;
    z-index: 10000;
    width: 100%;
}
.top-sp-catlink .blog_category_sort_list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    background: #ffffff;
    font-size: 12px;
}
.top-sp-catlink .blog_category_sort_list .blog_category_sort_item {
    border: 1px solid #d6d4d4;
}
.top-sp-catlink .blog_category_sort_list .blog_category_sort_item a {
    padding: 0.8rem 0.2rem;
    display: block;
}

/* 人気ランキングページ */


@media screen and (max-width: 1200px) {
    #header {
        height: 100px;
    }
    #header_post_slider {
        width: 90%;
    }
    /* アーカイブページ */
    .blog_list .item:nth-child(n+2) {
        border: 1px solid #e5e5e5;
    }
    .blog_list {
        border: none;
    }
    .blog_list .item:last-child {
        border-bottom: 1px solid #e5e5e5 !important;
    }
    #blog_category_sort_wrap.cate_no_border_sort {
        margin-bottom: 2rem !important;
    }
    .cate_no_border .blog_list .item:first-child {
        border-top: 1px solid #e5e5e5 !important;
        border-left: 1px solid #e5e5e5 !important;
        border-right: 1px solid #e5e5e5 !important;
    }
    .blog_list .item {
        margin: 0 auto !important;
    }
    .header-sns-link {
      position: absolute;
      top: 30%;
      left: 2%;
      gap: 0.5rem;
      width: 4rem;
    }
    #header_top {
        height: 100%;
        padding: 0 1rem;
    }
    #drawer_menu_button span:nth-child(1) {
        top: 15px;
    }
    #drawer_menu_button span:nth-child(2) {
        top: 21px;
    }
    #drawer_menu_button span:nth-child(3) {
        top: 27px;
    }
}

@media screen and (max-width: 1000px) {
.post_slider_cotents {
    padding: 10px 30px;
    height: auto !important;
}
.p-slider-contents__title {
    height: auto;
}
}
@media screen and (max-width: 900px) {
     /* TOP最新記事 */
    #index_tab_post_list .post_list.type2 .item {
        padding-right: 0;
        padding-left: 0;
    }
    #index_tab {
        margin-right: 0;
        margin-left: 0;
    }
    #footer_nav {
        padding: 0;
    }
}
@media screen and (max-width: 800px) {
    #main_content {
        width: 95% !important;
        margin: 0 auto !important;
    }
    /* 記事詳細ページ */
    body.single-post .post_content {
        margin: 0;
    }
    #single_post_header {
        margin: 0 !important;
    }
    #single_post_header .image {
        width: 95% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .post_content pre {
        font-size: 1rem;
    }
    #single_post_header .title {
        padding: 0;
        font-size: 1.5rem;
    }
    body.page-template-default #archive_headline_no_image {
        margin-top: 0
    }
    #page_contents .post_content {
        margin: 0 !important;
    }
    #single_post_header .category {
        margin: 10px 0 !important;
    }
    .bottom_related_post_list {
        border-top: none !important;
    }
    #single_post_header .post-author {
        margin-top: 20px;
        margin-left: 10px;
    }
    #single_post_header .pr-txt {
        margin-bottom: 0;
    }
}
 @media screen and (max-width: 700px) {
     /* TOP最新記事 */
    #index_tab_post_list .post_list.type2 .item {
        padding: 0 !important;
    }
    #index_tab ol {
        padding: 0 !important;
    }
    /* アーカイブ */
    body.archive .blog_list .item {
        padding: 0 !important;
 }
 body.archive .blog_list .item {
    margin: 0 auto !important;
}
.wp-singular #article,
.blog #main_col,
.page #main_col,
.category #main_col,
.archive.tag #main_col  {
    padding: 1.5rem;
}
.page #main_col {
    padding: 1.5rem 0.5rem;
}
.blog_list .blog_contents {
    margin-top: 0;
    gap: 10px;
}
#archive_blog {
    margin-bottom: 10px !important;
}
#archive_headline_no_image {
    margin-bottom: 20px;
}
.wp-singular #article {
    padding: 0.5rem 1.5rem 1.5rem;
}
}
@media screen and (max-width: 600px) {
.sp-gap-2rem {
    gap: 2rem;
}
.sp-gap-1rem {
    gap: 1rem;
}
.sp-gap-05rem {
    gap: 0.5rem;
}
.sp-fz-xs {
    font-size: 0.8rem;
}
.sp-w-30 {
    width: 30%;
}
.sp-w-40 {
    width: 40%;
}
.sp-w-68 {
    width: 68%;
}
.sp-w-100 {
    width: 100%;
}
.original-footer-area {
    display: block;
}
.original-footer-area-left {
    margin-bottom: 2rem;
}
	/* .top_adsense {
		aspect-ratio: 728 / 300;
	} */
    .wp-singular.single .post_content img {
        margin-bottom: 1rem;
    }
    .custom_catch {
        line-height: 1.2;
        font-size: 10px;
    }
    .is-sp {
        display: block;
    }
    .header_top_wrap {
        height: 60%;
    }
    #header_logo img {
        max-height: 25px;
    }
    #header {
        height: 75px;
    }
    .p-slider-contents__title span {
        -webkit-line-clamp: 2;       /* 折り返しは抑止される */
      }
      #index_tab_post_list .post_list.type2 .content_inner {
        padding: 0;
      }
      .cat-recommend-wrapper .cat-recommend-info {
        padding: 0.5rem 0.7rem;
    }
    .cat-recommend-cats {
        font-size: 14px;
    }
    .cat-recommend-wrapper .cat-recommend-title {
        font-size: 16px;
    }
    .blog_list .item {
        width: 100% !important;
    }
    .category-popular-posts .rank-1 {
        margin-bottom: 1rem;
    }
    #index_tab_post_list .post_list.type2 .image_wrap,
    .cat-recommend-wrapper .cat-recommend-item img {
        height: 8rem;
    }
    #index_tab ol::before {
        width: 0;
    }
    #index_tab li.active a {
        border-bottom: none !important;
    }
    #main_col #index_tab ol {
        border-bottom: 2px solid #0f0f4f;
    }
    .widget_tag_cloud .tagcloud a {
        font-size: 12px !important;
        padding: 0px 10px;
    }
    .bottom_related_post .item .image_wrap {
        height: 6rem;
    }
    .top_adsense .pr-txt,
    .pr-txt {
        font-size: 12px;
    }
    #index_tab_post_list .post_list.type2 .category,
    .blog_list .blog_category a {
        padding: 0.2rem 0.3rem;
        line-height: 1;
    }
    .category-popular-posts .rank-4up .popular-post-imgwrap,
.category-popular-posts .rank-2-3 .popular-post-imgwrap {
    height: 8rem;
    overflow: hidden;
}
.category-popular-posts .popular-post-textarea {
    padding: 0.5rem 0.7rem;
}
.category-popular-posts .popular-post-category span {
    line-height: 1;
    padding: 0.2rem 0.3rem;
}
.post_slider_cotents .p-slider_inner {
    gap: 1px;
}
}
@media (min-width: 600px) and (max-width: 1024px) {
    .custom_catch {
        font-size: 0.8rem;
    }
}
 @media (min-width: 768px) {
    .bottom_related_post_list,
    .category .blog_list,
    .blog .blog_list,
    .archive.tag .blog_list {
        gap: 1.5rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .tab_post_list .post_list.type2 {
        gap: 1.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cat-recommend-wrapper .cat-recommend-list {
        gap: 1.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .category-popular-posts .rank-2-3 {
        gap: 1.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .category-popular-posts .rank-4up {
        gap: 1.5rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    #blog_category_sort_wrap.top-sp-catlink {
        display: none;
    }
}

/* GLUE Child theme */