/*
 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;
}

/* =============================================
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;
    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;
}

.point-wrap p {
    position: relative;
    padding-left: 26px;
}

.point-wrap p:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}

.sec-bottomContent h4,
.single .recommend-box h4 {
    display: block !important;
}

#sidebar .sidebar-list.design2 .sidebar-title {
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--main);
    font-weight: 700;
}

#sidebar .sidebar-list.design3 .sidebar-title {
    position: relative;
    padding-bottom: 1.4rem;
    font-size: 16px;
}

#sidebar .sidebar-list.design3 .sidebar-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: repeating-linear-gradient(45deg, var(--main) 0px, var(--main) 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 8px 8px;
}

.sec-faq.design2.bg-base .faq-item::before,
.sec-faq.design2.bg-base .faq-item::after {
    display: none;
}

.sec-tablepress.row_table.bg-gray .tablepress td:first-child {
    background: #ddd !important;
}

.cat-list .cat-item .img-wrap img {
    height: auto;
}

/* 新テーブルCSS */
.sec-tablepress.column_table #tablepress-15.tablepress td:first-child {
    background: transparent;
    color: var(--text-color);
    font-weight: 400;
    width: 185px;
    min-width: 185px;
    padding: 1rem 0.7rem;
    vertical-align: top;
    font-size: 14px;
    word-break: break-all;
    box-sizing: border-box;
    border: 1px solid #efefef !important;
    text-align: left;
    position: static;
}

#tablepress-15.tablepress td strong {
    display: block;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width:768px) {
    .tb-count #tablepress-15.tablepress {
        width: 100% !important;
        min-width: 100% !important;
    }

    .tb-count2 #tablepress-15.tablepress {
        min-width: initial !important;
        width: calc(100% * (var(--col-count, 3) / 3)) !important;
    }

    .tb-count2 #tablepress-15 tr td,
    .tb-count #tablepress-15 tr td {
        width: calc(100% / 3);
        min-width: calc(100% / 3);
        padding: 1rem 0.4rem;
        font-size: 12px;
    }

    .sec-tablepress.column_table #tablepress-15.tablepress td:first-child {
        width: calc(100% / 3);
        min-width: calc(100% / 3);
        padding: 1rem 0.4rem;
        font-size: 12px;
    }

    .tb-count #tablepress-15 tr td:not(.column-1):not(.column-2):not(.column-3) {
        display: none;
    }

    .tablepress tr td .tp_btn-1,
    .tablepress tr td .tp_btn-2 {
        padding-right: 2.4rem;
        padding-left: 1rem;
    }
}

/* テンプレ移管用カスタム */
.sec-bottomContent h2.design2:not(.sectionTtl-h2), .single .recommend-box h2.design2:not(.single .recommend-box .recommend-ttl_h2) {
    border: none !important;
    box-shadow: none !important;
	background: #EEEEEE !important;
    border-left: 10px solid #0B0B0B !important;
	border-radius: 0 0 0 0 !important;
    padding: 1.2rem 1.2rem 1.2rem 1.6rem;
    margin-bottom: 1.6rem;
    line-height: 1.35;
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .sec-bottomContent h2.design2:not(.sectionTtl-h2), .single .recommend-box h2.design2:not(.single .recommend-box .recommend-ttl_h2) {
        font-size: 2.2rem;
    }
}
/* CTAボタンボックス */
.cta-block {
    background: #F8F1EB;
    padding: 0rem 4rem;
    border: 2px solid #EB680B;
}

.single .cta-block {
    padding-inline: 2rem;
}

@media screen and (max-width: 767px) {
    .cta-block, .single .cta-block {
        padding: 0rem 1.2rem;
    }
}

.cta-block-ttl {
    margin-bottom: 0 !important;
    background-color: #EB680B;
    text-align: center;
    padding: 1.2rem;
	color: #fff;
	width: 100%;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
    .cta-block-ttl {
        text-align: center;
        padding-left: 1.2rem !important;
        font-size: 1.6rem;
    }
}

.cta-block .btn.btn2.design1.siryo_btn a {
	background-color: #F19600;
    border-color: #F19600;
}
.cta-block .btn.btn2.design1.siryo_btn a:hover {
	color: #F19600;
	background: #fff;
	
}
.btn.btn2.design1.siryo_btn .btn-copy::before, .btn.btn2.design1.siryo_btn .btn-copy::after {
    background-color: #F19600;
}


.cta-block .btn.btn5.design1.official_btn a {
	background-color: #EB680B;
    border-color: #EB680B;
}
.cta-block .btn.btn5.design1.official_btn a:hover {
	color: #EB680B;
	background: #fff;
	
}
.btn.btn5.design1.official_btn .btn-copy::before, .btn.btn5.design1.official_btn .btn-copy::after {
    background-color: #EB680B;
}

/* フッター免責事項 */
.disclaimer {
    font-size: 1.4rem;
    position: relative;
}

.disclaimer {
    width: 100%;
    max-width: 1140px;
    margin-inline: auto;
}

.disclaimer h3 {
	display: block;
    font-weight: 400;
	background: var(--main);
    color: #fff;
    border: 3px solid #fff;
    padding: 0.5rem;
    width: 100%;
    border-radius: 5px;
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
}

.disclaimer p {
    position: relative;
    color: #fff;
    padding: 3rem 1.5rem 1.5rem;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 5px;
	font-weight: 500;
	width: 95%;
	margin: 5rem auto 0;
}

/*footerリスト追加デザイン*/
.footer-list .footer-title{
	border-bottom:2px solid #fff;
	margin-bottom:20px;
	margin-top:40px;
	display: block;
}
.footer-list .footer-title a{
	font-size:2rem;
}
.footer-list .footer-title:before{
	content: "\f5fd";
    width: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
	margin-right:10px;
}
.footer-list .footer-item{
	display:inline-block;
	margin-right: 30px;
}

/*********************************
トグルボタン
*********************************/
.detail-content {
    position: relative;
    line-height: 1.6;
    max-height: 0px;
    overflow: hidden;
    background: linear-gradient(to bottom, transparent, rgba(144, 144, 144, .2) 60%);
    transition: max-height 0.5s ease;
    margin: 0 0 10px;
}
.detail-content.expanded {
    background: none;
    max-height: none;
}
.detail-toggle {
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #333333;
    cursor: pointer;
    font-size: 13.5px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    background: none;
    border: none;
}
.detail-toggle i {
  display: inline-block;
  margin-left: 5px;
}
.detail-toggle:hover {
    opacity: .5;
    transition: opacity .3s ease-in-out;
}

#contents-1.bg-none {
	background: url(https://asbestos-research-tokyo.info/wp-content/uploads/bg-intro.jpg) no-repeat center center;
    background-size: cover;
	padding: 3rem 0;
}

#contents-1 h1 {
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 2rem;
    border-bottom: 2.5px solid #0B0B0B;
    padding-bottom: 2rem;
    font-weight: 700;
    text-align: center;
}

#contents-1 .inner {
	background-color: rgba(255, 255, 255, 0.72);
    padding: 2rem;
    box-sizing: border-box;
}

#contents-2 .read-top2 {
    padding: 4rem;
    background-color: rgba(255, 255, 255, 0.72);
    box-sizing: border-box;
    height: auto;
}

#contents-2 .read-title2 {
    font-size: 2rem;
    border-bottom: 3px solid;
    line-height: 1.35;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-weight: 700;
    text-align: center;
}

#contents-2 .column {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    gap: 20px;
}


/* 下記をコピー */
 .is-BrSearchContents-style_jumpLinks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:20px;
 }

 .is-BrSearchContents-style_jumpLinks [class*="jumpLink-item_"]  {
  display: block;
  width: 100%;
  max-width: 500px;
  text-align: center;
  /* margin: 2% 5px; */
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

.is-BrSearchContents-style_jumpLinks [class*="jumpLink-item_"]:hover {
    opacity: .7;
    transition: opacity .3s ease-in-out;
}

.is-BrSearchContents-style_jumpLinks .jumpLink-item_01 {
  background: var(--jumpLink-color-01);
}
.is-BrSearchContents-style_jumpLinks .jumpLink-item_01 .jumpLink-body {
  color: var(--jumpLink-color-01);
}

.is-BrSearchContents-style_jumpLinks .jumpLink-item_02 {
  background: var(--jumpLink-color-02);
}
.is-BrSearchContents-style_jumpLinks .jumpLink-item_02 .jumpLink-body {
    color: var(--jumpLink-color-02);
}

.is-BrSearchContents-style_jumpLinks .jumpLink-head {
  position: relative;
  background: #1e1e1e;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  padding: 8px;
  text-decoration: none;
}

.is-BrSearchContents-style_jumpLinks .jumpLink-head::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #1e1e1e transparent transparent transparent;
  content: "";
}

.is-BrSearchContents-style_jumpLinks .jumpLink-body {
  padding: 16px 10px 10px;
}

.is-BrSearchContents-style_jumpLinks .jumpLink-txt {
  position: relative;
  display: block;
  padding: 10px 30px;
  background: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

.is-BrSearchContents-style_jumpLinks .jumpLink-body i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 12px;
  height: 12px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
    .is-BrSearchContents-style_jumpLinks .jumpLink-head,
    .is-BrSearchContents-style_jumpLinks .jumpLink-body {
        font-size: 18px;
    }
}

:root {
    --jumpLink-color-01: #FF8C00;
    --jumpLink-color-02: #5D99FF;
}


/* TOP3BOXカスタム */
@media screen and (min-width: 1140px) {
    .genre-section-3box .sec-3box .wrapper .box {
        min-width: 300px;
    }
}

.genre-section-3box .sec-3box .wrapper .box .name {
	font-size: 1.55rem;
}

.genre-section-3box .sec-3box {
	background: #fff;
}

.genre-section-3box .sec-3box.bg-base.design1 .box, .sec-3box.bg-base.design2 .box, .sec-3box.bg-base.design3 .box {
    border: 3px solid var(--main);
}

.genre-section-3box {
    position: relative;
    z-index: 1;
    margin: -26rem auto 6rem;
}

.genre-section-3box .inner {
	padding: 3rem 0;
}

@media screen and (max-width: 767px) {
    .genre-section-3box {
        display: none !important;
    }
}

/* 口コミ横スクロール */
.reviews.mb-4.scrollArea {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.reviews.mb-4.scrollArea .review-box {
	width: calc((100% - 2rem) / 2) !important;
	flex-shrink: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 480px) {
	.reviews.mb-4.scrollArea .review-box {
		width:100% !important;
	}
}

/* TOPランキングボックス */
.home #recommend-2.rb_design1 .recommend-ttl_h3 {
	background-image: linear-gradient(-90deg, var(--main) 0 96.5%, var(--sub) 15% 100%);
	padding: 1rem 1.5rem;
    padding-left: 5%;
    color: #fff;
    position: relative;
}

.home #recommend-2.rb_design1 .recommend-ttl_h3 a {
    color: #fff;
}

.home #recommend.bg-none {
	background: #19B6C3;
}

.home #recommend-2.bg-none {
	background: #FEC709 !important;
}

#recommend-2 .recommend-box .reviews.design1 .review-box {
    background-color: var(--gray2);
}

#recommend-2 .point-list.row_2 .point-item.design2+.point-item.design2, #recommend-2 .point-list.row_3 .point-item.design2+.point-item.design2 {
    margin-top: 1.6rem;
}

@media screen and (min-width: 600px) {
    #recommend-2 .point-list.row_2 .point-item.design2+.point-item.design2, #recommend-2 .point-list.row_3 .point-item.design2+.point-item.design2 {
        margin: 0;
    }
}

.home .section-title {
	background: url(https://asbestos-research-tokyo.info/wp-content/uploads/bg-secttl.jpg) no-repeat !important;
    border: none !important;
    background-size: cover !important;
    padding: 2.4rem 2rem;
    font-size: 2.2rem;
    color: #fff !important;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.35;
    font-weight: 700;
    position: relative;
	max-width: 100% !important;
}

@media screen and (min-width: 1024px) {
    .home .section-title {
        padding-top: 6rem;
        padding-bottom: 23rem;
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }
}

.single-section-title {
	background: url(https://asbestos-research-tokyo.info/wp-content/uploads/bg-secttl.jpg) no-repeat !important;
    border: none !important;
    background-size: cover !important;
    padding: 3rem 2rem;
    font-size: 2.2rem;
    color: #fff !important;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.35;
    font-weight: 700;
    position: relative;
	max-width: 100% !important;
}

@media screen and (min-width: 1024px) {
    .single-section-title {
        font-size: 3.2rem;
    }
}

/*********************************
ブログカード
*********************************/
.blog-card {
   max-width: 650px;
   margin: 45px auto 16px;
  background: none;
  box-shadow: none;
}
.blog-card:hover {
  background: none;
  box-shadow: none;
}

.blog-card a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    width: auto;
    max-width: 750px;
    background: #ffffff;
    border: 3px solid var(--blog-card--primary-color);
    word-wrap: break-word;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 rgba(24, 44, 84, 0.1), 0 1px 3px 1px rgba(24, 44, 84, 0.1);
}

.blog-card-thumbnail {
    width: 130px;
    height: 130px;
    overflow: hidden;
    min-width: 130px;
}
.blog-card-thumbnail img {
    display: block;
    width: 100%;
    height: 100% !important;
  object-fit: cover;
    border: none;
    padding: 0;
    margin: 0 !important;
}
.blog-card-content {
    width: 78%;
    line-height: 1.5;
  padding-left: 2%;
}
.blog-card-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--blog-card--primary-color);
  margin-bottom: 10px;
}

.blog-card-excerpt {
    color: #333333;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .blog-card {
        margin: 25px auto;
        border: 2px solid var(--blog-card--primary-color);
    }
    .blog-card-thumbnail {
    width: 120px;
        min-width: 120px;
    }
    .blog-card-title {
        font-size: 14px;
    }
  .blog-card-content {
    font-size: 12px;
        padding-left: 4%;
  }
}

/* デザイン2 */
.blog-card.type2 {
  border: none !important;
  padding: 0 !important;
  margin-top: 55px !important;
}

.blog-card.type2 a {
    position: relative;   
}
.blog-card.type2 a::before {
    content: "\f02e  併せて読みたい";
    padding: 3px 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    background-color: var(--blog-card--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: -1px;
    left: -3px;
    transform: translateY(-100%);
    z-index: 1;
}
.blog-card.type2:hover a {
    cursor: pointer;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: all .3s;
}

:root {
    --blog-card--primary-color: #313131;
}

/*===================================
3BOX(3軸ボタン)
====================================*/
.home .section-intro + .genre3Box{
  position: relative;
}
.home .section-intro + .genre3Box::after{
    border-style: solid;
    border-width: 13rem 50vw 0 50vw;
    border-color: #eee transparent transparent transparent;
    bottom: -13rem;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
@media screen and (max-width: 768px) {
  .home .section-intro + .genre3Box::after {
    border-width: 4rem 50vw 0 50vw;
    bottom: -4rem;
}
}
.genre3Box ul {
  padding-bottom: 4rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .genre3Box ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.genre3Box ul li {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.genre3Box ul li img{
	margin-bottom: 0;
	object-fit: cover;
	height:auto;
}
.genre3Box ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .genre3Box ul li {
    margin: 0 auto;
    margin-bottom: 3rem;
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .genre3Box ul li {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .genre3Box ul li {
    max-width: 360px;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .genre3Box ul li:last-child {
    margin-right: 0;
  }
}
.genre3Box ul li a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  position: relative;
	overflow:hidden;
}
.genre3Box ul li a img{
	transition: all 0.3s ease-in-out;
}
.genre3Box ul li a:hover img{
	transform:scale(1.1);
	transition: all 0.3s ease-in-out;
}
.genre3Box ul li .btn_more {
  background-color: #0B0B0B;
  color: #fff;
  padding: 0.7rem 1.2rem;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.content-genre-3box-ttl{
  position: relative;
  padding: 1rem 3rem;
  font-weight: 700;
}
.content-genre-3box-ttl::after{
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    right: -1.5rem;
    background: url(https://asbestos-research-tokyo.info/wp-content/uploads/content-genre-icon.png) no-repeat;
    background-size: contain;
    width: 4rem;
    height: 2.4rem;
}
.genre3Box ul li:first-child .content-genre-3box-ttl{
  background: #19B5C2;
}
.genre3Box ul li:last-child .content-genre-3box-ttl{
  background: #F7B52B;
}
@media screen and (min-width: 768px) {
  .genre3Box ul li .btn_more {
    font-size: 1.6rem;
  }
}
.genre3Box.sp ul {
  flex-direction: column;
}
.genre3Box.sp ul li {
  width: 100%;
  max-width: 100%;
}

.btn-wrap .btn.is-style-btn_wide {
	max-width: 400px;
}


/*********************************
3BOX(共通パーツ)
*********************************/
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
  background-color: #fff;
  padding: 20px 15px 150px;
  box-sizing: border-box;
  scroll-snap-align: start;
  min-width: calc(1000px / 3.1);
  width: calc((100% - 40px) / 2);
  border: 3px solid var(--box3-primary-color);
  position: relative;
}

#main [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
 min-width: calc(916px / 3.1);
}

.subpage [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.single [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
  min-width: calc(1000px / 2.5);
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box br {
  display: none;
}

@media screen and (max-width: 480px) {
  [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
  #main [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
  .subpage [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
  .single [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
    width: 100%;
    min-width: 100%;
  }
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box + .select-box {
  margin-left: 20px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-name {
font-size: 18px;
font-weight: 600;
line-height: 1.25;
display: flex;
align-items: center;
min-height: 45px;
margin-bottom: 12.5px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-capture a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box img:not(img.rank-icon) {
  display: block;
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  object-position: center top;
  margin: 0 !important;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-quote {
    display: block;
    font-size: 10px;
    text-align: right;
    line-height: 1;
    margin: 5px 5px 5px auto !important;
    color: #999;
    cursor: pointer;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 3px 3px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt {
  margin: 12.5px 0 !important;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt.select-points li {
    font-size: 14px;
    font-weight: 600;
    margin: 0 !important;
  padding: 0 0 0 25px !important;
  list-style: none;
  border: unset !important;
  line-height: 1.4 !important;
    position: relative;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt.select-points li + li {
    margin-top: 10px !important;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-txt.select-points li::before {
    content: "\f14a";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    color: var(--box3-points-color);
    text-align: center;
    position: absolute;
    left: 0;
    top: 1.5px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btns{
  position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] + [class*="select-btn_"] {
  margin: 16px 0 0;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] a {
  display: block;
  width: 100%;
  font-size: 16px;
  display: block;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 18px 32px;
  border-radius: 100px;
  border: 2px solid;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  height: 16px;
  margin: auto;
}

/* ボタンマイクロコピー */
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 12px;
  transition: 0.3s;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 5px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 .select-copy::after {
  background-color: var(--box3-btn1-color);
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 .select-copy::after {
  background-color: var(--box3-btn2-color);
}
  
  
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::before {
  margin-right: 0.6rem;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
  
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::after {
  margin-left: 0.6rem;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
  
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a {
  background-color: var(--box3-btn1-color);
  border-color: var(--box3-btn1-color);
  color: #fff;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a:hover {
    background: #fff;
    color: var(--box3-btn1-color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 a {
  background-color: var(--box3-btn2-color);
  border-color: var(--box3-btn2-color);
  color: #fff;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 a:hover {
  background: #fff;
  color: var(--box3-btn2-color);
}
  
/* スクロールバー */
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar {
  height: 8px;
  border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-thumb {
  border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-thumb {
  background-color: var(--box3-primary-color);
}

/*********************************
3BOX(おすすめ形式専用)
*********************************/
[class*="is-BrSearchContents-style_selectBoxes_recommend"] .select-box .select-name {
  flex-direction: column;
    text-align: center;
    margin-bottom: 16px;
}
  
[class*="is-BrSearchContents-style_selectBoxes_recommend"] .select-box .select-name::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 8px auto 0;
    border-radius: 50px;
    background-color: var(--box3-primary-color);
}

/*********************************
3BOX(タブ切り替え)
*********************************/
.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs {
    border-bottom: 0.5rem solid  var(--box3-primary-color);
    display: flex;
    height: 70px;
    margin: 0 0 10px !important;
    padding: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 481px) {
    .is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs {
        display: none;
    }
}

.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    list-style: none;
    box-sizing: border-box;
}

.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li:last-of-type {
    margin-right: 0 !important;
}

.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li a {
    list-style: none;
    text-decoration: none !important;
    align-items: center;
    background:  var(--box3-primary-color);
    color: #ffde72;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 16px;
    pointer-events: none;
    text-align: center;
    width: 100%;
}

.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li.active a {
    height: 100%;
    margin-top: 0;
    opacity: 1.0 !important;
}

.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li a span b {
    color: #FFF;
    display: block;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.is-BrSearchContents-style_selectBoxes_recommend_tab .select-tabs li.active a span b {
    font-size: 20px;
    margin-bottom: 3px;
}

/* カスタムプロパティ（変数） */
:root {
    --box3-primary-color: #F19600;
    --box3-btn1-color: #F19600;
    --box3-btn2-color: #EB680B;
    --box3-points-color: #EB680B;
}

.recommend-copy {
	display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-size: 14.5px;
    margin: 0 auto 5px;
}

.recommend-copy::before {
    transform: rotate(-22deg);
    margin-right: 10px;
}

.recommend-copy::after {
    transform: rotate(22deg);
    margin-left: 10px;
}

.recommend-copy span {
    font-weight: 700;
    background: linear-gradient(transparent 60%, yellow 60%, yellow 100%);
}

.q-img {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* 目次上テーブル調整 */
.tablepress.tablepress-id-18 {
	width: 800px !important;
	min-width: 800px !important;
}

@media screen and (min-width: 768px) {
	.tablepress.tablepress-id-18 {
		width:100% !important;
		min-width: 100% !important;
	}
	.tablepress.tablepress-id-18 tr .column-1:first-child {
		width: 90px;
		min-width: 90px;
	}
	.tablepress.tablepress-id-18 tr td {
		width: auto;
		min-width: auto;
	}
}