/*
 Theme Name:   e_ver004 Child
 Description:  e_ver004の子テーマ
 Author:       adminadmin
 Template:     e_ver004
 Version:      1.0.0
*/

/* =============================================
COLOR OPTION（カラーオプション） 
==============================================*/
:root {
    --white: #ffffff;
    --black: #333333;
    --main-black: #313131;
    --main-blue: #7FAAD0;
    --main-beige: #c1b78c;
    --main-green: #249D57;
    --main-navy: #01355C;
    --main-apricot: #fcbb4e;
    --main-pink: #f3bdbf;
    --main: #9E2328;
}
/* =============================================
基本設定 
==============================================*/
body{
  font-family: "Zen Kaku Gothic New", sans-serif!important;
  font-weight: 500;
  font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	line-height:1.35;
	font-weight:900!important;
}




/* =============================================
3BOX（TOP3BOX） 
==============================================*/
/* おすすめポイントの高さ調整 */

.sec-3box .wrapper .box .name {
    /* 	min-height: 70px; */
}

.sec-3box .wrapper .box .point {
    /*     min-height: 125px; */
}

.sec-3box .wrapper .box .name {
    /* 	min-height: 70px; */
}

.sec-3box .wrapper .box .content {
    /* 	min-height: 50px; */
    min-height: unset;
}


/* =============================================
検索機能装飾
==============================================*/
.nxrc-search-form table tr th,
.search .nxrc-fields th {
    background-color: var(--main-navy) !important;
    /*検索ボックステーブルの見出しの背景色*/
    color: white !important;
    /*検索ボックステーブルの見出しテキストの色*/
}

.nxrc-search-button button {
    background-color: #32b16c !important;
    /*ボタンから*/
    color: #ffffff !important;
    /*ボタンテキストのカラー*/
}

/*********************************
3BOX(セレクション)
*********************************/
/* ボタンカラー */
/* [class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a {
	background-color: red !important; 
	border-color: red !important; 
    color: #fff;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a {
	background-color: red !important; 
	border-color: red !important; 
    color: #fff;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a:hover {
    background: #fff !important;
    color: red !important;
} */
/* 概要高さ調整 */

/* [class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt {
	min-height: 150px !important;
} */



.svg-icon {
    height: 45px !important;
    width: auto;
}

@media screen and (max-width:768px) {
    .pr-bottom a.btn-c {
        font-size: 1.8rem;
        padding-left: 3rem;
        letter-spacing: 0.1rem;
    }

    .pr-bottom a.btn-c span {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .header-logo .main-icon {
        height: 60px;
    }
}

table#tablepress-12 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    /*   table-layout: fixed; */
}

table#tablepress-12 td {
    border: 1px solid #ddd !important;
    padding: 8px;
    background: white;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0 !important;
    width: auto;
}

table#tablepress-12 td.column-1 {
    position: sticky;
    left: 0px;
    z-index: 2;
    background: white;
    border-right: 1px solid #bbb;
    width: 151px;
}

@media screen and (max-width: 600px) {
    table#tablepress-12 td.column-1 {
        width: 120px !important;
    }
}

table#tablepress-12 td.column-2 {
   /* position: sticky; */
	position:static;
    left: 152px;
    z-index: 1;
    background: white;
    border-right: 1px solid #bbb;
    width: 105px;
}

@media screen and (max-width: 600px) {
    table#tablepress-12 td.column-2 {
        left: 120px;
    }
}

/* 年齢確認ポップアップ用 */
/* ポップアップの背景 */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* ポップアップの本体 */
.popup-content {
    background: white;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 640px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.popup-content--in {
    padding: 2rem;
}

.popup-content--btn {
    background: #eee;
    border: 1px solid #ddd;
}

.popup-lg {
    font-weight: 700;
    font-size: 2rem;
}

.popup-content strong {
    background: #eee;
    font-weight: 700;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0.5rem;
    font-size: 1.4rem;
}

/* ボタンデザイン */
.popup-content button {
    margin: 1rem;
    padding: 0.6rem 8rem;
    border: none;
    cursor: pointer;
    font-size: 1.6rem;
}

#yesBtn {
    background: #66BB6A;
    color: white;
    border-radius: 5px;
    font-weight: 700;
}

#yesBtn small {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

#noBtn {
    background: #f5f5f5;
    color: #333;
    border-radius: 5px;
    font-weight: 700;
}

#noBtn small {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

.popup-content--in small {
    font-size: 1.2rem;
    margin-top: 1rem;
}




















/*********************************
共通
*********************************/
body.home p{
    text-align: justify;
}
body.home .spacer{
    max-width: 1260px;
}
.header-logo .main-icon{
    width: 250px;
}
.updateBUtton{
    text-align: right;
    font-size: 1.2rem;
    font-weight: 500;
}



/*********************************
セクションタイトル
*********************************/
body.home .sectionTtl-h2{
    text-align: center;
    font-size: 3.6rem;
    color: var(--main)!important;
    font-weight: 900;
}
body.home .sectionTtl-h2::after{
    display: none!important;
}

@media screen and (max-width:768px){
    body.home .sectionTtl-h2{
        font-size: 2.8rem;
    }
}

/*********************************
TOP MV
*********************************/
.home .mv {
    margin-bottom: 9rem;
    min-height: 660px;
    height: 660px;
}
.home .mvInner{
    position: relative;
    display: block;
    padding: 0
}
.mv-txt-block{
    position: relative;
    display: inline-block;
    width: min(80%,1200px);
    background-color: rgba(1,53,92,0.8);
    background: url(https://xs448827.xsrv.jp/fuuhyouhigai-hikaku/wp-content/uploads/top-mv-bg.jpg);
    padding: 20rem 12.8rem 17rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
}
.mv-txt-block::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(1,53,92,0.8);
    z-index: -1;
}
.main-catch{
    margin-bottom: 3.2rem;
    line-height: 1.4;
    font-size: 4.8rem;
    color: #fff;
    font-weight: 900;
}
.main-catch span{
    display: inline-block;
    padding: 0.6rem;
    border: 2px solid #fff;
    line-height: 1;
}
.mv-txt{
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width:1280px) {
    .home .mv{
        min-height: 640px;
        height: 640px;
    }
    .mv-txt-block {
        padding: 20rem 7.8rem 17rem;
    }
    .main-catch{
        font-size: 4rem;
    }
}
@media screen and (max-width:768px){
    .home .mv {
        min-height: 420px;
        height: 420px;
    }
    .mv-txt-block{
        width: 99%;
        background: url(https://xs448827.xsrv.jp/fuuhyouhigai-hikaku/wp-content/uploads/top-mv-bg.jpg) no-repeat bottom center;
        background-size: cover;
        padding: 11rem 2.4rem 11rem 1.6rem;
        clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    }
    .main-catch{
        font-size: 2.7rem;
    }
    .mv-txt{
        font-size: 1.3rem;
    }
}

/*********************************
あなたもこんな悩みを抱えていませんか？
*********************************/
body.home main section:first-of-type .sectionTtl-h2{
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
}
body.home main section:first-of-type .sectionTtl-h2 span{
    position: relative;
    font-size: 3.6rem;
}
body.home main section:first-of-type .sectionTtl-h2 span::before{
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #1e1e1e;
}
body.home main section:first-of-type .sectionTtl-h2 + p{
    text-align: center;
}
.onayami-contents{
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
    margin-top: 4rem;
}
.onayami-card{
    position: relative;
    width: calc((100% - 4.8rem) / 3);
}
.onayami-card i{
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 2.8rem;
    color: var(--main);
}
.onayami-card .img{
    width: 100%;
    margin-bottom: 1.6rem;
    box-shadow: 4px 4px 0px 0px var(--main);
}
.onayami-card .img img{
    display: block;
    object-fit: cover;
}
.onayami-card .ttl{
    margin: 0 0 1.2rem;
    line-height: 1.4;
    text-align: center;
    font-size: 2rem;
    color: var(--main);
}

@media screen and (max-width:768px){
    .onayami-card{
        width: 100%;
    }
    body.home main section:first-of-type .sectionTtl-h2 span{
        font-size: 3.2rem;
    }
}


/*********************************
3BOX
*********************************/
#sec-selection{
    position: relative;
    background: rgba(37, 65, 145, 0.05);
}
#sec-selection::before,
#sec-selection::after{
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 20rem;
    background: rgba(37, 65, 145, 0.05);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
}
#sec-selection::before{
    top: -20rem;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#sec-selection::after{
    bottom: -20rem;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.select-box{
    border: 2px solid var(--main)!important;
}
[class*=is-BrSearchContents-style_selectBoxes_selection] .select-box .select-inner{
    box-shadow: none;
    position: relative;
    padding-top: 0;
    padding-bottom: 16rem;
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-name{
    background: var(--main);
    margin-bottom: 0;
    padding: 1.4rem;
    color: #fff;
    font-size: 2rem;
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-name,
.select-capture{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
[class*=is-BrSearchContents-style_selectBoxes_selection] .select-box .select-catch{
    display: block;
    margin-bottom: 0;
    min-height: auto;
    text-align: left;
    line-height: 1.35;
    color: var(--main);
}
[class*=is-BrSearchContents-style_selectBoxes_selection] .select-box .select-catch i{
    color: var(--select-box-btn1-color);
    font-size: 2rem;
    margin-right: 0.2rem;
}
[class*=is-BrSearchContents-style_selectBoxes_selection] .select-box .select-txt{
    margin: 0 0 2rem;
    background: transparent;
    padding: 0;
    text-align: justify;
    min-height: auto;
    font-size: 1.4rem;
}
[class*=is-BrSearchContents-style_selectBoxes_selection] .select-box .select-txt li{
    position: relative;
    padding-left: 1.4rem;
}
[class*=is-BrSearchContents-style_selectBoxes_selection] .select-box .select-txt li::before{
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--main);
    position: absolute;
    top: 10px;
    left: 4px;
}
/* .select-btn_1{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
} */
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-btn_1 a{
    width: min(88%,300px);
    margin: 0 auto;
    border-radius: 0;
    padding: 10px 40px;
}

[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-capture a img{
    transition: all 0.3s;
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-capture a:hover img{
    opacity: 0.8;
}
@media screen and (max-width:768px){
    .select-box:nth-of-type(1){
        order: 2;
    }
    .select-box:nth-of-type(1){
        order: 1;
    }
    .select-box:nth-of-type(1){
        order: 3;
    }
}

/*********************************
放置はキケン…ネット上の風評被害を放置していると
*********************************/
#bottom-content-2 .sectionTtl-h2{
    margin-bottom: 2.4rem;
}
#bottom-content-2 .sectionTtl-h2 span{
    display: block;
    line-height: 1.35;
    font-size: 2.8rem;
}
#bottom-content-2 .sectionTtl-h2 + p{
    margin-bottom: 4rem;
    text-align: center;
}

.higai-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4rem;
}
.higai-list .item{
    position: relative;
    width: calc((100% - 4rem) / 2);
    padding: 4rem;
    border: 2px solid var(--main);
     background: #fff;
}
.higai-list .item:nth-of-type(even){
    margin-top: 3.2rem;
}
.higai-list .item::before,
.higai-list .item::after{
    content:"";
    position: absolute;
    width: 10rem;
    height: 10rem;
    background: var(--sub);
    z-index: -1;
}
.higai-list .item::before{
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    left: -1.6rem;
    top: -1.6rem;
}
.higai-list .item::after{
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    right: -1.6rem;
    bottom: -1.6rem;
}
.higai-list .item .ttl{
    position: relative;
    margin-top: 0;
    margin-bottom: 1.6rem;
    padding-left: 6.4rem;
    line-height: 1.35;
    font-size: 2rem;
    color: var(--main);
}
.higai-list .item .ttl::before{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "Oswald", sans-serif;
    font-size: 4.8rem;
    color: var(--sub);
}
.higai-list .item:nth-of-type(1) .ttl::before{
    content: "01";
}
.higai-list .item:nth-of-type(2) .ttl::before{
    content: "02";
}
.higai-list .item:nth-of-type(3) .ttl::before{
    content: "03";
}
.higai-list .item:nth-of-type(4) .ttl::before{
    content: "04";
}
.higai-list .item .txt{
    margin-bottom: 0;
    line-height: 1.5;
}

@media screen and (max-width:768px){
    .higai-list .item{
        width: 100%;
        padding: 2.4rem;
    }
    .higai-list .item:nth-of-type(even){
        margin-top: 0;
    }
    .higai-list .item::before {
        left: -1.2rem;
        top: -1.2rem;
    }
    .higai-list .item::after {
        right: -1.2rem;
        bottom: -1.2rem;
    }
}

/*********************************
風評対策会社一覧
*********************************/
#list{
    position: relative;
    background: rgba(37, 65, 145, 0.05);
}
#list::before,
#list::after{
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 20rem;
    background: rgba(37, 65, 145, 0.05);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
}
#list::before{
    top: -20rem;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#list::after{
    bottom: -20rem;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.sec-postList.design5 .post-item{
    box-shadow: none;
}
.sec-postList.design5.bg-none .post-item{
    background-color: #fff!important;
    padding: 0;
}
.sec-postList.design5.bg-none .post-inner{
    height: auto;
    padding: 1.6rem;
}
.sec-postList.design5 .post-item img{
    display: block;
    object-fit: cover;
    min-height: 170px;
}
.sec-postList.design5 .title{
    margin-bottom: 0;
    padding: 1.6rem;
    background: var(--sub);
    color: #fff;
}
.lange{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.6rem;
}
.lange .item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.6rem;
    height: 9.6rem;
    border-radius: 50%;
    color: #fff;
}
.lange .total.active{
    background: #B8B801;
}
.lange .reverse.active{
    background: #01B801;
}
.lange .suggest.active{
    background: #B87B01;
}
.lange .item{
    background: #ccc;
}
.sec-postList.design5 .text-wrap{
    min-height: 18rem;
}
.sec-postList.design5 .text-wrap p{
    min-height: 6rem;
}
.btn-wrap .btn a{
    border-radius: 0;
}
@media screen and (max-width:768px){
    .sec-postList.design5 .text-wrap{
        min-height: auto;
    }
}
/*********************************
風評対策の費用相場
*********************************/
#bottom-content-3 .spacer{
    max-width: 1060px;
}
.bottom-content-tbl{
    width: min(100%,800px);
}
.bottom-content-tbl tr{
    
}
.bottom-content-tbl th,
.bottom-content-tbl td{
    border: 1px solid #ccc;
    padding: 1rem;
    line-height: 1.5;
}
.bottom-content-tbl th{
    width: 40%;
    background: #f7f7f7;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
}


/*********************************
風評対策会社比較表
*********************************/
.sec-tablepress.column_table tr td{
    width: 230px;
    min-width: 230px;
}
.tablepress td a:has(img):hover img{
    opacity: 0.8;
    transition: all 0.3s;
}


/*********************************
一覧ページ
*********************************/
.cat-list .cat-item{
    position: relative;
    border: 2px solid var(--main);
    background: #fff;
    padding: 2.4rem;
    gap: 2.4rem;
}
.cat-list .cat-item::before,
.cat-list .cat-item::after{
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem;
    background: var(--sub);
    z-index: -1;
}
.cat-list .cat-item::before{
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    left: -1.6rem;
    top: -1.6rem;  
}
.cat-list .cat-item::after{
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    right: -1.6rem;
    bottom: -1.6rem;
}
.cat-list .cat-item .text-wrap .title{
    border-bottom: none;
    margin-bottom: 1rem;
    line-height: 1.35;
}
.cat-list .cat-item .text-wrap .title a{
    display: block;
}
.cat-list .cat-item .text-wrap{
    padding: 0;
    flex: 1;
}



/*********************************
記事詳細ページ
*********************************/
.mv_sub .time span{
    font-size: 1.2rem;
    font-weight: 500;
}
body.single-post .recommend-box h2,
body.single-post .recommend-box h3,
body.single-post .recommend-box h4{
    color: var(--main);
    display: block;
}
body.single-post .recommend-box h4{
        padding-bottom: 0.8rem;
        font-size: 1.6rem;
}
.single .recommend-box.toc_design2 #toc_container .toc_list li a{
    font-weight: 500;
}
/* table */
body.single-post .recommend-box table{
    width: 100%;
    margin: 4rem 0;
}
body.single-post .recommend-box table th,
body.single-post .recommend-box table td{
    border: 1px solid #ccc;
    padding: 1rem;
}
body.single-post .recommend-box table th{
    background: #f7f7f7;
}
body.single-post .recommend-box blockquote{
    padding: 1.2rem;
    background: rgba(37, 65, 145, 0.05);
}
body.single-post .recommend-box img{
    display: block;
    margin-bottom: 1.6rem;
}

/* two-row-table */
body.single-post .recommend-box table.two-row-table{
    width: 100%;
    margin-bottom: 4rem;
}
body.single-post .recommend-box table.two-row-table th,
body.single-post .recommend-box table.two-row-table td{
    width: 50%;
}

/* conpany-info-table */
body.single-post .recommend-box table.conpany-info-table th{
    width: 30%;
    background: rgba(37, 65, 145, 0.05);
}



/* 番号無しリスト */
body.single .recommend-box > ul{
    margin: 4rem 0;
}
body.single .recommend-box ul li{
    position: relative;
    padding-left: 2rem;
}
body.single .recommend-box ul li + li{
    margin-top: 0.5rem;
}
body.single .recommend-box ul li::before{
    content:"";
    position: absolute;
    top: 0.9rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--main);
}

/* 番号ありリスト */
body.single .recommend-box > ol{
    margin: 4rem 0;
    counter-reset: number; /* カウンターの初期化 */
    list-style: none;       /* デフォルトの番号を消す */
}
body.single .recommend-box ol li{
    position: relative;
    padding-left: 3rem;
    counter-increment: number; /* カウンターを1つ増やす */
}
body.single .recommend-box ol li + li{
    margin-top: 0.5rem;
}
body.single .recommend-box ol li::before{
    display: flex;
    align-items: center;
    justify-content: center;
    content: counter(number);
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: var(--main);
    color: #fff;
    font-weight: 700;
}

.single .sec-faq .faq-list .faq-item{
    padding-left: 0!important;
}


/* @media screen and (max-width:768px){
    body.single-post .recommend-box img{
        margin-bottom: 1.2rem;
    }
} */

/*********************************
記事詳細ページ  クイックタグ(QTag)
*********************************/

/* 関連記事 */
.custom-relation-article{
    margin: 4rem 0;
    border-radius: 4px;
    background-color: #EAF4FC;
    padding: 2rem;
}
.custom-relation-article span{
    display: inline-block;
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--main);
}
.custom-relation-article span i{
    margin-left: 0.5rem;
}
.custom-relation-article li{
    position: relative;
    padding-left: 2rem;
}
.custom-relation-article li + li{
    margin-top: 0.5rem;
}
.custom-relation-article li::before{
    content:"";
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--main);
}
.custom-relation-article a{
    text-decoration: underline;
    color: blue;
}


/* 注意コンテンツ */
.custom-attention-contents{
    margin: 4rem 0;
    position: relative;
    padding: 2rem 2rem 2rem 5rem;
    background: rgba(235, 97, 0, 0.10);
}
.custom-attention-contents i{
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 3rem;
    color: #eb6100;
}

/* ポイントコンテンツ */
.custom-point-contents{
    position: relative;
    margin: 4rem 0;
    padding: 2rem 2rem 2rem 5rem;
    background: rgba(253, 213, 51, 0.15);
}
.custom-point-contents i{
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 3rem;
    color:#FDD533;
}

/* box */
.custom-box{
    margin: 4rem 0;
    border-radius: 4px;
    padding: 2rem;
}
body.single .custom-box ul,
body.single .custom-box ul{
    margin: 0;
}
.custom-box li{
    position: relative;
    padding-left: 2rem;
}
.custom-box li + li{
    margin-top: 0.5rem;
}
.custom-box li::before{
    content:"";
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--main);
}

.custom-box.blue{
    background-color: #EAF4FC; 
    border: 2px solid var(--main);
}
.custom-box.blue li::before{
    background: var(--main);
}

.custom-box.yellow{
    background: rgba(253, 213, 51, 0.15);
    border: 2px solid#FDD533;
}
.custom-box.yellow li::before{
    background: #FDD533!important;
}

.custom-box.red{
    background: rgba(235, 97, 0, 0.10);
    border: 2px solid#eb6100;
}
.custom-box.red li::before{
    background: #eb6100!important;
}


/* STEP list */
body.single .recommend-box .custom-step-list{
    counter-reset: step; /* カウンターの初期化 */
    list-style: none;       /* デフォルトの番号を消す */
}
body.single .recommend-box .custom-step-list li{
    position: relative;
    counter-increment: step; /* カウンターを1つ増やす */
    padding: 2rem;
    border: 2px solid var(--main);
    font-weight: 700;
}
body.single .recommend-box .custom-step-list li::before{
    content: "STEP " counter(step);
    position: absolute;
    left: -0.2rem;
    top: -2.8rem;
    display: inline-block;
    width: auto;
    height: auto;
    background: var(--main);
    border-radius: 0;
    padding: 0.6rem;
    line-height: 1;
}
body.single .recommend-box .custom-step-list li + li::after{
    content: "";
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 2rem;
    height: 1rem;
    background: var(--main);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
body.single .recommend-box .custom-step-list li + li{
    margin-top: 6.4rem;
}

/* CTA */
.custom-cta-box{
    margin: 4rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: center;
    border: 2px solid var(--main);
    /* background-color: #EAF4FC; */
    background: #f7f7f7;
    padding: 4rem;
    border-radius: 4px;
}
.custom-cta-box .img{
    width: 320px;
    transition: all 0.3s;
}
.custom-cta-box .img:hover{
    opacity: 0.8;
}
.custom-cta-box .img  img{
    margin-bottom: 0!important;
}
.custom-cta-box .detail{
    width: calc(100% - 380px);
    flex: 1;
}
.custom-cta-box .detail .txt{
    font-size: 1.6rem;
    font-weight: 700;
}
.custom-cta-box .detail .txt span{
    color: #d44114;
        font-weight: 700;
}
.custom-cta-box .btn a{
    display: block;
    padding: 1rem 2rem;
    text-align: center;
    background: #eb6100;
    box-shadow: 0 3.5px 0 #d44114;
    color: #fff;
    font-weight: 700;
    transition: 0.3s; 
}
.custom-cta-box .btn a:hover{
    box-shadow: 0 1px 0 #d44114;
    transform: translateY(2.5px);
    transition: 0.3s; 
}

@media screen and (max-width:768px){
    .custom-cta-box{
        padding: 2rem;
        gap: 1.6rem;
    }
    .custom-cta-box .img{
        width: 100%;
    }
    .custom-cta-box .detail{
        width: 100%;
    }
}

/*********************************
おすすめ関連記事
*********************************/
.sec-relatedPost .sectionTtl-h2::after{
    display: none!important;
}
.sec-relatedPost .text-wrap{
    padding: 1.5rem 4rem 1rem 2rem;
}
.sec-relatedPost .post-item .title{
    margin-bottom: 1rem;
    font-weight: 700;
    color: var(--main);
}

/*********************************
サイドバー
*********************************/
.sidebar_item + .sidebar_item{
    margin-top: 4rem;
}
.sidebar-title{
    background: var(--main);
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
    line-height: 1.35;
    color: #fff;
}

.sidebar_item .new-posts-list li + li,
.sidebar_item .wpp-list li + li{
    margin-top: 1rem;
}
.sidebar_item .new-posts-list li a,
.sidebar_item .wpp-list li{
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin: 0;
}
.sidebar_item .new-posts-list .thumbnail,
.sidebar_item .wpp-list li .wpp-thumbnail{
    width: 8rem;
    min-width: 8rem;
    height: 8rem;
    margin: 0;
}
.sidebar_item .new-posts-list .thumbnail img,
.sidebar_item .wpp-list li .wpp-thumbnail img{
    display: block;
    width: 100%;
    object-fit: cover;
    margin: 0;
}
.sidebar_item .new-posts-list .title,
.sidebar_item .wpp-list .wpp-post-title{
    line-height: 1.35;
    font-size: 1.4rem;
    font-weight: 700;
}
.wpp-meta, .post-stats{
    display: none;
}



/* カテゴリー */
.sidebar_item .category-list li{
    position: relative;
    margin-bottom: 6px;
    padding-left: 3.6rem;
    padding-bottom: 6px;
    border-bottom: 1px dashed #ccc;
}
.sidebar_item .category-list li::before{
    position: absolute;
    top: 46%;
    left: 0.8rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.sidebar_item .category-list li:nth-of-type(1)::before{
    content: "\f1ad";
}
.sidebar_item .category-list li:nth-of-type(2)::before{
    content: "\f010";
}
.sidebar_item .category-list li:nth-of-type(3)::before{
    content: "\f1ea";
}
.sidebar_item .category-list li:nth-of-type(4)::before{
    content: "\f0db";
}
.sidebar_item .category-list a{
    display: block;
}





/*********************************
フッター
*********************************/
.footerNav .footerNav-title{
    text-align: center;
    border-bottom: none;
}
.footerNav .footerNav-title a{
    font-weight: 900;
}
.footerNav ul{
    justify-content: center;
    gap: 0.8rem 3.2rem;
}
.footerNav li {
    margin: 0;
    padding: 0;
}

@media screen and (max-width:768px){
    .footerNav .footerNav-title a{
        padding-left: 0;
    }
    .footerNav a{
        display: block;
        margin-left: 0;
        padding-left: 0;
        font-size: 1.6rem;
    }
    .footerNav li{
        margin-bottom: 0.4rem;
    }
    .footerNav li:before{
        display: none;
        top: 0.1rem;
    }
    .footerCopy{
        margin-top: 2rem;
    }
}



/*********************************
ハンバーガーメニューアイコン
*********************************/
.hamburger-menu .widget_nav_menu li a::before{
    content: "";
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: transparent;
    line-height: 1;
}

/* HOME */
.hamburger-menu .widget_nav_menu li:nth-of-type(1) a::before{
    content: "\f015";
}
/* 風評対策会社一覧 */
.hamburger-menu .widget_nav_menu li:nth-of-type(2) a::before{
    content: "\f1ad";
}
/* 風評コラム */
.hamburger-menu .widget_nav_menu li:nth-of-type(3) a::before{
    content: "\f0db";
}
/* 逆SEOコラム一覧 */
.hamburger-menu .widget_nav_menu li:nth-of-type(4) a::before{
        content: "\f010";
}
/* サジェストコラム一覧 */
.hamburger-menu .widget_nav_menu li:nth-of-type(5) a::before{
        content: "\f1ea";
}
/* 【PR】成功率!!逆SEO85%・サジェスト対策99%の実績があるアクシアカンパニー */
.hamburger-menu .widget_nav_menu li:nth-of-type(6) a::before{
    content: "\f027";
}
/* 記事一覧 */
.hamburger-menu .widget_nav_menu li:nth-of-type(7) a::before{
    content: "\f518";
}
/* 運営者情報 */
.hamburger-menu .widget_nav_menu li:nth-of-type(8) a::before{
    content: "\f007";
}
/* お問い合わせ */
.hamburger-menu .widget_nav_menu li:nth-of-type(9) a::before{
    content: "\f0e0";
}
/* サイトマップ */
.hamburger-menu .widget_nav_menu li:nth-of-type(10) a::before{
    content: "\f0e8";
}


/*********************************
PRページ
*********************************/
.pr-page .pr-page-btm h2{
    margin-top: 4rem;
    margin-bottom: 3.2rem;
    background: var(--main);
}
.pr-page .pr-page-btm h2 + p{
    margin-bottom: 4rem;
}
.pr-page .box{
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4rem
}
.pr-page .box-list .box:nth-of-type(even){
    flex-direction: row-reverse;
}
.pr-page .pr-page-btm h3{
    margin-bottom: 2rem;
    border-bottom: 0.3rem solid var(--main);
    color: var(--main);
}
.pr-page .pr-page-btm h3::before{
    background: var(--main);
}
.pr-page .box .detail{
    flex: 1;
}
.pr-page .box .img{
    width: 320px;
}
.pr-page .box .img img{
    object-fit: cover;
}
.pr-page .table{
    padding: 0;
}
.pr-page .table th{
    font-weight: 500;
}
.pr-page .table th,
.pr-page .table td{
    font-size: 1.4rem;
}

@media screen and (max-width:768px){
    .pr-page .pr-page-btm h2{
        margin-top: 2.4rem;
    }
    .pr-page .pr-page-btm h2 + p{
        margin-bottom: 2.4rem;
    }
   .pr-page .box{
    margin-bottom: 2.4rem;
    gap: 1.6rem;
    }
    .pr-page .box .img{
        width: 88%;
        margin: 0 auto 1.2rem;
    }
    .pr-page .table th,
    .pr-page .table td{
        font-size: 1.4rem;
    }
    .page-id-1020 .footer-totop-btn{
        bottom: 1rem;
    }
}


/* ここから追記 */
.select-box-wrap{
    gap: 2rem;
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box{
    min-width: none!important;
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box+.select-box{
    margin: 0;
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-btn_1 a,
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-btn_2 a{
    border-radius: 0;
    background: var(--main);
    width: min(88%, 300px);
    margin: 0 auto;
    padding: 10px 40px;
    border-color: #eb6100;
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-btn_1 a{

    border-color: var(--main);
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-btn_2 a{
    background: #eb6100;
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-btn_1 a:hover{
    color: var(--main);
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box .select-btn_2 a:hover{
    color: #eb6100;
}
[class*=is-BrSearchContents-style_selectBoxes_selection] .select-box .select-inner{
    padding-bottom: 3rem;
}
[class*=is-BrSearchContents-style_selectBoxes_selection] .select-box .select-btns{
    margin: 0!important;
}
[class*=is-BrSearchContents-style_selectBoxes_] .select-box{
    background: #fff!important;
    width: 100%;
}

.select-box-wrap {
    display: flex;
    /* overflow-x: auto; */
    flex-wrap: wrap;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
    padding-bottom: 70px;
}
.select-box .select-name{
    background: var(--main);
    margin-bottom: 0;
    padding: 1.4rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}
.select-swiper .swiper-slide{
    width: calc((100% - 40px) / 3);
}
[class*=is-BrSearchContents-style_selectBoxes_selection] .select-box{
    min-height: none;
}
.swiper-button-next, .swiper-button-prev{
    top: auto;
    color: var(--main);
    bottom: 0;
    z-index: 100;
    background: var(--sub);
    color: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}
.swiper-button-next{
    right: 7rem;
}
.swiper-button-prev{
    left: 7rem;
}

.select-swiper .swiper-slide{
    padding-bottom: 5rem;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0.8rem;

}
.swiper-pagination-bullet-active{
    background: var(--sub);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1.5rem;
    font-weight: 900;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0.6rem;
}

#tablepress-9 .tp_btn-1{
    background: var(--main);
    box-shadow: 0 3.5px 0 #001829;
}

#tablepress-9 a{
    outline: none!important;

}
.select-swiper .swiper-slide:nth-of-type(1) {
  order: 3;
}
.select-swiper .swiper-slide:nth-of-type(2) {
  order: 1;
}
.select-swiper .swiper-slide:nth-of-type(3) {
  order: 2;
}
