@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

html,
body {
    margin: 0 !important;
    padding: 0;
    background:#fff;
    text-align: left;
}
html {
    height: 100%;
    min-height: 100%;
    font-size: 62.5%;
}
body {
    width: 100%;
    font-size: 14px; font-size: 1.4rem; /* =14px */
    /**font-size: small;
    *font: x-small;*/
    font-family: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif !important;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: transparent;
}
a:link,
a:visited {
    color:#245FBB;
    text-decoration: none;
}
.catchCopy br {
    display: block;
    content: "";
    padding: 4px 0;
}

@media print, screen and (min-width:768px) {
    body {
        font-size: 16px; font-size:1.6rem;
    }
    br {
        padding: 0;
    }
}

/* ----------------------------------------------------------------
ヘッダー
---------------------------------------------------------------- */
#header {
    width: 100%;
    height: 200px;
    background: #fff;
    border-bottom: 2px solid #EC6C01;
}
#header.open #header_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* 必要に応じて調整 */
}
#header_inner {
    width: 100%;
    height: 46px;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 100000;
}
#header_logo {
    width: 290px;
    margin: 10px 10px 0;
}
.header_logo_inner {
    display: flex;
    align-items: center;
}
a.header_logo01 img {
    display: block;
    width: calc(100vw / 375 * 128);
}
.header_logo02 {
    width: calc(100vw / 375 * 141);
}
.header_logo_inner a + a {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid#AAAAAA;
}
/* ハンバーガーボタン */
#hamburgerMenu {
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px 10px 0 0;
    background: #ED6C00;
    width: 42px;
    height: 46px;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
}
#hamburgerMenu p {
    display: block;
    font-size: 10px;
    font-weight: bold;
    transform: scale(0.7);
    transform-origin: 0,0;
    position: absolute;
    right: 6px;
    bottom: -5px;
    margin: auto;
}
#hamburgerMenuIcon {
    display: block;
    cursor: pointer;
    width: 22px;
    height: 28px;
}

#hamburgerMenuIcon div {
    position: relative;
}
#hamburgerMenuIcon span {
    display: block;
    background: #FFF;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    border-radius: 50px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#hamburgerMenuIcon span:nth-child(1) {
    top: 5px;
}
#hamburgerMenuIcon span:nth-child(2) {
    top: 12px;
}
#hamburgerMenuIcon span:nth-child(3) {
    top: 19px;
}

/* #hamburgerMenuIcon 切り替えアニメーション */
.open #hamburgerMenuIcon span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #hamburgerMenuIcon span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #hamburgerMenuIcon span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.accordion_title {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.accordion_title::after {
    content: '\f067';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: 10px;
    transition: transform 0.3s ease;
    display: block;
    position: absolute;
    right: 0;
    font-size: 2rem; /* フォントサイズを指定 */    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 1.8rem;
}
.accordion_title.active::after {
    content: '\f068';
}
.accordion_contents {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.accordion_contents.open {
    display: block;
}






#gnav {
    display: none;
    background-color: #FFF;
    width: 100%;
    position: fixed;
    top: 46px;
    z-index: 100;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 46px 20px 30px;
}
.gnav_title {
    text-align: center;
}
.gnav_list li + li {
    margin-top: 30px;
}
.open #gnav {
    height: calc(100% - 46px);
}
.gNav_menu_title {
    color: #ED6C00;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid #ED6C00;
}
.gnav_list li .fa-angle-down {
    display: none;
}

.gnav_list > li .under_menu_box {
    display: flex;
    flex-direction: column;
}
.gnav_list > li .under_menu_box .under_menu_child + .under_menu_child {
    margin-top: 30px;
}
.gnav_list li .under_menu_title {
    color: #ED6C00;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid var(--lixil_orange, #ED6C00);
    padding-bottom: 5px;
}
/* 課題別から探すー */
.gnav_list > li .under_menu_box .under_menu {
    margin-top: 16px;
}
.gnav_list > li .under_menu_box .under_menu li {
    line-height: normal;
}
.gnav_list > li .under_menu_box .under_menu li + li {
    margin-top: 14px;
}
.gnav_list > li .under_menu_box .under_menu li a {
    color: #333;
    font-size: 1.4rem;
}
.gnav_list > li .under_menu_box .under_menu li a::before {
    content: "・";
    color: #333;
}


/* 関連キーワードから探すー */
ul.under_menu_tag {
    display: flex;
    gap: 16px 16px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.gnav_list > li .under_menu_box ul.under_menu_tag li {
    background: #E8E8E8;
    border-radius: 6px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    height: 28px;
    box-sizing: border-box;
}
.gnav_list > li .under_menu_box ul.under_menu_tag li a {
    padding: 3px 14px;
    color: #333;
}
.gnav_list > li .under_menu_box ul.under_menu_tag li span {
    font-weight: normal;
    font-size: 1.4rem;
}
.gnav_list > li .under_menu_box ul.under_menu_tag li + li {
    margin-top: 0;
}
.gnav_list > li .under_menu_box ul.under_menu_tag li span::before {
    content: "#";
}

/* お役立ちツールを探すー */
.usefultools {
    padding: 20px 10px;
    border-radius: 6px;
    border: 1px solid #D3D3D3;
    margin-top: 20px;
}
.usefultools p {
    font-size: 1.3rem;
    text-align: center;
}
.usefultools p a {
    color: #235FBB;
    margin-top: 14px;
}
a.usefultools_btn {
    display: flex;
    height: 70px;
    margin-top: 14px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: var(--lixil_orange, #ED6C00);
    color: var(--white, #FFF);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



.under_menu_box__inner > .under_menu_title {
    display: none;
}


a.under_imgbox {
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 17px 23px;
    margin-top: 30px;
    color: #333;
}
.under_imgbox_txt {
    width: calc(100vw / 375 * 168);
    font-size: 1.3rem;
    line-height: normal;
}
.under_imgbox_img {
    width: calc(100vw / 375 * 108);
}

@media print, screen and (min-width: 768px) {
    #header {
        position: relative;
        height: 350px;
        background: #FFF;
        padding-top: 71px;
    }
    .header_line {
        height: 71px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        position: fixed;
        top: 0;
        left: 0;
        background: #FFF;
    }
    #header_inner {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        height: 70px;
        width: 1120px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 70px;
        background: #fff;

        }
    #header_logo {
        width: 330px;
        margin: 0;
    }
    .header_logo_txt {
        width: 330px;
        font-weight: bold;
    }
    .header_logo_txt a {
        color: #333;
    }
    .header_logo_inner,
    #hamburgerMenu {
        display: none;
    }
    #gnav {
        display: block;
        background-color: unset;
        overflow: visible;
        position: static;
        padding: 0 0 0;
        margin: 0;
        width: 729px;
        height: 70px;
        display: flex;
        align-items: center;
    }
    .gnav_title {
        display: none;
    }
    .gnav_list {
        border-bottom: none;
        display: flex;
        justify-content: space-between;
        background: none;
        margin: 0 auto;
        width: 729px;
        position: relative;
    }
    .under_menu_text {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .gnav_list li {
        padding: 23px 16px;
        height: 70px;
        font-weight: bold;
    }
    /* .gnav_list li a {
        color: #333;
    } */
    .gnav_list li .fa-angle-down {
        display: inline-block;
    }    
    .gnav_list li.gnav_list__item:first-of-type:after {
        content: none;
    }
    .gnav_list li + li {
        margin: 0;
    }
    .gnav_list li:last-of-type::after {
        display: none;
    }
    a.top_link {
        color: #333;
    }
    .gnav_list li.gnav_list__item:hover,
    .gnav_list li.gnav_list__item:hover a.top_link {
        color: #FFF !important;
        background: #ED6C00;
    }
    .gNav_menu_title {
        color: #000;
        text-decoration: none;
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 0;
        line-height: 1.25;
        border-bottom: none;
    }
    .gnav_list li span.gNav_menu_title {
        position: relative;
    }
    .gnav_list li .under_menu_title .fa-angle-down {
        display: none;
    }
    
    .gnav_list__item span.gNav_menu_title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -17px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background: #D3D3D3;
    }
    .gnav_list__item:first-of-type span.gNav_menu_title::before {
        content: none;
    }
    .gnav_list li:hover .gNav_menu_title {
        color: #FFF;
    }
    .gnav_list li:has(> .gNav_menu_title):hover {
        background: #ED6C00;
        color: #FFF;
    }
    .gnav_list li:has(> .gNav_menu_title):hover > .gNav_menu_arrow::after {
        content: "";
        position: absolute;
        top: 48px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 12px solid #ED6C00;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }


    .fixedButton {
        display: block;
    }
    .fixedButton a {
        padding: 6px 12px;
    }


    .under_menu li a:hover,
    .under_menu li a:hover::before {
        color: #ED6C00 !important;
    }
    body[data-menu="product"] .gnav_list > li:first-of-type,
    body[data-menu="business"] .gnav_list > li:nth-of-type(2),
    body[data-menu="company"] .gnav_list > li:last-of-type {
        border-bottom: 6px solid #1E32AA;
    }
    body[data-menu="product"] .gnav_list > li:first-of-type .gNav_menu_title,
    body[data-menu="business"] .gnav_list > li:nth-of-type(2) .gNav_menu_title,
    body[data-menu="company"] .gnav_list > li:last-of-type .gNav_menu_title {
        color: #1E32AA;
    }
    .gnav_list .gNav_menu_title {
        display: inline-block;
        cursor: pointer;
        font-weight: bold;
	}
	.gnav_list > li .under_menu_box {
        position: absolute;
        background-color: #FFF;
        border: 4px solid #ED6C00;
        border-radius: 10px;
        left: -440px;
        top: 92px;
        width: 100%;
        z-index: 200;
        visibility: hidden;
        opacity: 0;
        padding: 58px 0 60px;
        transition: .2s;
        width: 1200px;
        box-sizing: border-box;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-between;
        padding: 50px 60px;
        box-shadow: 0px 4px 8px 0px #00000040;
    }
    .under_menu_box:has(> a.under_imgbox) {
        display: block;
    }
    .under_menu_child {
        width: 310px;
    }
	.gnav_list > li:hover .under_menu_box {
        visibility: visible;
        opacity: 1;
        transform: translateY(-10px);
	}
    .gnav_list > li .under_menu_box .under_menu_child + .under_menu_child {
        margin-top: 0;
        position: relative;
    }
    .gnav_list > li .under_menu_box .under_menu_child + .under_menu_child::before {
        content: "";
        border-left: 1px solid #D3D3D3;
        position: absolute;
        top: 0;
        left: -36px;
        height: 265px;
    }
    .gnav_list > li .under_menu_box .under_menu {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        margin: 16px auto 0;
        gap: 14px 0;
	}
    .gnav_list > li .under_menu_box .under_menu li a {
        font-weight: normal;
    }

    .gnav_list > li .under_menu_box .under_menu li + li {
        margin-top: 0;
    }
	.gnav_list > li .under_menu_box .under_menu li {
        width: 310px;
        padding: 0;
        height: unset;
	}
    .gnav_list > li .under_menu_box .under_menu li .fa-chevron-circle-right {
        right: 14px;
    }
	.gnav_list > li .under_menu_box .under_menu li:nth-of-type(3n) {
        margin-right: 0px;
	}



    /* 関連キーワードから探すー */
    .gnav_list > li .under_menu_box ul.under_menu_tag li {
        padding: 0;
    }
    .gnav_list > li .under_menu_box ul.under_menu_tag li a {
        font-weight: 400;
        font-size: 1.3rem;
    }
    
    .gnav_list > li .under_menu_box ul.under_menu_tag li a:hover {
        color: #FFF !important;
        background: #ED6C00;
        border-radius: 6px;
    }
    .gnav_list > li .under_menu_box ul.under_menu_tag li:hover {
        background: #ED6C00;
        color: #FFF !important;
    }
    .gnav_list > li .under_menu_box ul.under_menu_tag li span {
        font-weight: normal;
        font-size: 1.4rem;
    }
    .gnav_list > li .under_menu_box ul.under_menu_tag li + li {
        margin-top: 0;
    }

    /* お役立ちツールを探すー */
    .usefultools p {
        font-weight:500;
        color: #333;
    }
    .usefultools p + p {
        margin-top: 14px;
    }
    .usefultools p a {
        font-size: 1.3rem;
        font-weight:500;
    }
    a.usefultools_btn:hover {
        opacity: 0.7;
    }

    /* ========================================
        加盟店様の声〜
    ========================================= */
    .under_menu_box__inner {
        width: 700px;
        margin: 0 auto;
    }
    .under_menu_box__inner > .under_menu_title {
        display: block;
    }
    
    a.under_imgbox {
        width: 580px;
        margin: 30px auto 0;
        padding: 30px 56px;
    }
    a.under_imgbox:hover {
        opacity: 0.7;
    }
    .under_imgbox_txt {
        width: 316px;
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: 400;
    }
    .under_imgbox_img {
        width: 138px;
    }
    .under_imgbox_img.under_imgbox_img02 {
        width: 153px;
    }


/* ========================================
    アコーディオン関連
========================================= */
    .accordion_title {
        cursor: default;
        display: block;
    }
    .accordion_title::after {
        content: unset;
    }
    .accordion_title.active::after {
        content: unset;
    }
    .accordion_contents {
        display: block;
    }
    .accordion_contents.open {
        display: block;
    }
}


.pagetitle {

}
.pagetitle__link {
    display: none;
}
.pagetitle__box {
    padding-top: 63px;
    margin-left: calc(100vw / 375 * 10);
}
.pagetitle__box .pagetitle__box_img01 {
    display: block;
    width: 288px;
}
.pagetitle__box .pagetitle__box_img02 {
    display: block;
    width: 324px;
    margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
    .pagetitle {
        width: 1120px;
        margin: 52px auto 0;
    }
    .pagetitle__link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pagetitle__link__logo {
        display: flex;
        align-items: center;
    }
    .pagetitle__link__logo a:hover {
        opacity: 0.7;
    }
    .pagetitle__link .header_logo01 {
        display: block;
        width: 188px;
    }
    .pagetitle__link .header_logo02 {
        display: block;
        width: 198px;
        margin-left: 26px;
        padding-left: 26px;
        border-left: 1px solid #AAAAAA;
    }

    .pagetitle__box {
        padding-top: 62px;
        margin-left: 0;
    }
    .pagetitle__box a:hover {
        opacity: 0.7;
    }
    .pagetitle__box .pagetitle__box_img01 {
        display: block;
        width: 432px;
    }
    .pagetitle__box .pagetitle__box_img02 {
        display: block;
        width: 664px;
        margin-top: 25px;
    }
}



/* ----------------------------------------------------------------
フッター
---------------------------------------------------------------- */
footer .footerInner {
    background: #EBEBEB;
    padding: 23px 72px 22px 71px;
    margin-top: 14px;
}
footer .footerInner img {
    display: block;
}
#toTop_footer {
    position: fixed;
    right: 10px;
    bottom: -90px;
    z-index: 10000;
    width: 60px;
    height: 60px;
}

@media print, screen and (min-width:768px) {
    footer .footerInner img {
        margin: 61.2px auto 56px;
    }
    #toTop_footer {
        right: 60px;
    }
    #toTop_footer a {
        opacity: 0.7;
    }
}



/* ----------------------------------------------------------------
メインコンテンツ
---------------------------------------------------------------- */

.content {
    width: 94.66%;
    margin: 20px auto 64px;
}
.content a:hover {
    opacity: 0.7;
}
.mainContents {
    margin-bottom: 40px;
}
.postData_title {
    margin-bottom: 10px;
}
.postTitle {
    font-size: 2rem;
    line-height: 1.6;
    word-wrap: break-word;
}
.postTitle a {
    color: #333333;
}
.articleMeta {
    display: flex;
    white-space: nowrap;
    align-items: flex-start;
    width: 100%;
}
.articleMeta::-webkit-scrollbar {
    display: none; /* Chrome, Safari 対応 */
}
.articleMeta_time {
    padding: 4px 12px 20px 0;
}
.articleMeta_time::before {
    content: url(../../img/icon01.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.articleMeta_data {
    padding: 0 0 20px 0;
}
.articleMeta_data .postCategory li a:before {
    content: '#';
}
.postCategory {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.postCategory li a {
    border-radius: 6px;
    background: var(--tag, #E8E8E8);
    color: #333333;
    display: inline-flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1;
}
.postCategory li a:hover {
    background: #ED6C00;
    color: #fff;
}
.mainContents .postItem {
    margin-bottom: 20px;
}
.postItem .postData {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #EBEBEB;
}

.postExcerpt a {
    color: #333333;
    font-size: 1.3rem;
    line-height: 1.7;
}
.postData a:hover,
.postExcerpt a:hover {
    opacity: 0.7;
}
.postThumb {
    /* max-width: 51.89%; */
    max-width: 100%;
    flex-shrink: 0;
}
.postThumb img {
    width: 161px;
    object-fit: cover;
    object-position: center;
}
.pageLink {
    display: flex;
    justify-content: right;
}
.pageLink a {
    font-weight: bold;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
}
.pageLink a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    padding-left: 0.5em;
    font-weight: 900;
}
.pageLink a:hover {
    opacity: 0.7;
}
.floatButton {
    width: 100%;
    position: fixed;
    margin: 0px;
    padding: 0px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border: 1px solid #CBCBCB;
}
.floatButton.sp_pos {
    display: block;
    bottom: 0px;
    left: 0px;
}
.floatButton a {
    padding: 6px;
    font-size: 1.6rem;
    font-size: 16px;
    font-weight: bold;
    margin: 16px 24px;
}
.contactButton {
    background: #FFFFFF;
}
.contactButton a {
    display: block;
    text-align: center;
    border-radius: 6px;
    background: #0099FD;
    color: #FFFFFF;
}
.contactButton a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    padding-right: 0.5em;
    font-weight: 900;
}
.action-close .checkbox {
    display: none;
}

@media print, screen and (min-width:768px) {
    
    .content {
        display: flex;
        justify-content: center;
        width: 1120px;
        margin: 40px auto 90px;
    }
    .mainContents {
        max-width: 740px;
        margin-right: 80px;
        margin-bottom: 0;
        width: 100%;
    }
    .postData_title {
        margin-bottom: 22px;
    }    
    .mainContents .postItem {
        margin-bottom: 40px;
    }
    .postItem .postData {
        padding-bottom: 40px;
        border-bottom: 1px solid #EBEBEB;
    }    
    .mainContents .postItem:last-of-type {
        margin-bottom: 60px;
    }
    .sideBar {
        max-width: 300px;
        min-width: 200px;
    }
    .postTitle {
        font-size: 1.9rem;
        line-height: 1.429;
    }
    .postThumb img{
        width: 230px;
    }
    .postExcerpt a {
        font-size: 1.4rem;
    }
    .articleMeta_time {
        padding: 2px 13px 22px 0;
    }
    .articleMeta_data {
        padding: 0 0 22px 0;
    }
    .postCategory {
        gap: 13px;
    }    
    .floatButton a:hover,
    .contactButton a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .closeButton {
        color: #fff;
        background: #7E7E7E;
        line-height: 1.6;
        width: 26px;
        height: 26px;
        text-align: center;
        display: block;
        cursor: pointer;
        border-radius: 50%;
    }
    .closeButton::before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
    }
    .closeButton:hover {
        cursor: pointer;
        opacity: 0.7;
    }
    .closeButton:active {
        background: #7E7E7E;
    }

    /* close button */
    .action-close {
        position: relative;
        margin-top: 2em;
    }
    .action-close .closeButton {
        position: fixed;
        right: 3.5em;
        /* bottom: -5px; */
        /* top: 480px; */
        bottom: 86px;
        z-index: 100;
    }
    /* checkbox 非表示 */
    .add-control .checkbox {
    display: none;
    }
    /* close button's control */
    .add-control .action-close #close:checked ~ .closeButton {
    display: none;
    }
    .add-control .action-close #close:checked ~ .floatButton {
    display: none;
    }

    .action-close .floatButton {
        width: 222px;
        position: fixed;
        margin: 0px;
        padding: 0px;
        border-radius: 10px 10px 0 0;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
        border: 1px solid #CBCBCB;
        /* position: relative; */
    }
    .floatButton.sp_pos {
        display: none;
    }
    .floatButton.pc_pos {
        display: block;
        top: 489px;
        right: 67px;
    }
    .floatButton.pc_pos2 {
        display: block;
        bottom: 0;
        right: 67px;
    }

    .floatButton a {
        margin: 18px 17px;
        padding: 18px 11px;
    }
}

/* 固定記事 */
.fixed_article {
    padding: 24px 7px;
    border: 3px solid var(--lixil_orange, #ED6C00);
    background: #FFF2EA;
}
.mainContents .postItem.fixed_article {
    margin-bottom: 30px;
}
.fixed_article .postTitle::before {
    content: "PICK UP";
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: 90px;
    padding: 7px 0;
    margin-bottom: 10px;
    background: #E40000;
}
.postItem.fixed_article .postData {
    padding-bottom: 0;
    border-bottom: none;
}
@media print, screen and (min-width:768px) {
    .fixed_article {
        padding: 30px;
    }
    .mainContents .postItem.fixed_article {
        margin-bottom: 40px;
    }
    .fixed_article .postTitle {
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }
    .fixed_article .postTitle a {
        width: 574px;
    }
    .fixed_article .postTitle::before {
        margin-bottom: 0;
    }
    .postItem.fixed_article .postData {
        padding-bottom: 0;
        border-bottom: none;
    }
}

/* サイドバー */
.sideSec {
    margin-bottom: 50px;
}
.sideSec .postItem {
    display: flex;
    margin-bottom: 30px;
}
.sideSec .postThumb {
    max-width: 100%;
    flex-shrink: 0;
}
.sideSec .postThumb img {
    padding-right: 20px;
    width: 120px;
    height: 68px;
    object-fit: cover;
    object-position: center;
}
.sideSec a {
    color: #333333;
}
.sideSec a:hover {
    opacity: 0.7;
}
.sideSec .postTitle {
    font-size: 12px;
    line-height: 1.5;
}
.sideSec .subTitle {
    font-size: 2rem;
    font-size: 20px;
    line-height: 1.6;
    border-left: 6px solid #EC6C00;
    padding-left: 10px;
    margin-bottom: 31px;
}
.sideSec .catList li a,
.sideSec .archiveList li a {
    color: #333333;
}
.sideSec ul li a:hover {
    opacity: 0.7;
}

.catList li,
.archiveList ul li {
    padding-bottom: 1.1em;
    margin-bottom: 1.1em;
    border-bottom: 1px solid #D3D3D3;
}
.archiveList li > ul {
    padding-top: 1.25em;
    margin-top: 1.25em;
    border-top: 1px solid #D3D3D3;
}
.archiveList li ul li {
    display: flex;
    justify-content: space-between;
}
.archiveList li ul li span {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.667;
}
.archiveList li ul li span::before{
    content: "（";
}
.archiveList li ul li span::after{
    content: "）";
}
.sideSec li,
.sideSec ul a {
    display: block;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.75;
    width: 100%;
}
.sideSec ul li.year::before,
.sideSec ul li a::before {
    content: url(../../img/icon02.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
/* .sideSec.sideSec_issuecat li a::before {
    content: url(../../img/icon05.svg);
    padding-top: 6px;
} */
.sideSec ul li ul {
    padding-left: 1.5em;
}
.sideSec .postItem .postData_title {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media print, screen and (min-width:768px) {
    .sideSec {
        margin-bottom: 60px;
    }
    .sideSec .subTitle {
        font-size: 2.6rem;
        font-size: 26px;
        line-height: 1.308;
    }
    .sideSec li,
    .sideSec ul a {
    display: block;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.667;
}
}

/* アコーディオン */
.accordion .year {
    cursor: pointer;
}
.accordion .year {
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
    border-bottom: 1px solid #D3D3D3;
}
.accordion .year.change {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.accordion .year.change::before {
    content: '';
    width: 18px;
    height: 14px;  
    background-image: url(../../img/icon04.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

ul.accordion ul.hide{ /* アコーディオン非表示 */
    display: none;
}


/* ----------------------------------------------------------------
ページネーション
---------------------------------------------------------------- */

.nav-links {
    width: 274px;
    margin: 40px auto 50px;
    display: flex;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.5;
    justify-content: center;
}
.nav-links a {
    color: #333333;
    text-decoration: none;
}
.page-numbers {
    background: #fff;
    border: solid 1px #D8D8D8;
    padding: 7px 15px 9px;
    margin-left: -1px;
}
.page-numbers.current {
    background: #333333;
    color: #FFFFFF;
    border: solid 1px #D8D8D8;
    padding: 7px 15px 9px;
}
.prev.page-numbers,
.next.page-numbers {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.3rem;
    font-size: 13px;
}
.prev.page-numbers {
    border-radius: 4px 0 0 4px;
}
.prev.page-numbers::before {
    content: '\f323';
    vertical-align: text-top;
}
.next.page-numbers {
    border-radius: 0 4px 4px 0;
}
.next.page-numbers::before {
    content: '\f324';
    vertical-align: text-top;
}
