/*
 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;
    }
}
/*********************************
テンプレ移管調整
*********************************/

/*3BOX形式の導入文 */
.sec-introduction-3box .text-rap li {
	white-space: normal;    /* 折り返しを有効にする */
	word-wrap: break-word;  /* 長い単語があれば強制的に折り返す */
	overflow-wrap: break-word; /* 最新仕様 */
}
.sec-introduction-3box .in-boxWrap .in-box {
	width: 100%;
	background: #fff;
	padding: 2rem;
	border-radius: 10px;
}
.sec-introduction-3box .first-ttl {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	background: repeating-linear-gradient(-45deg, var(--white), var(--white) 3px, #32b16c24 3px, #32b16c24 7px);
	color: var(--main);

}
@media screen and (min-width: 600px) {
	.sec-introduction-3box .first-ttl {
		font-size: 2rem;
		padding: 10px;
	}
}
.sec-introduction-3box .in-boxWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec-introduction-3box .in-boxWrap .in-box {
	width:100%;
	background: #fff;
	padding: 2rem;
	border-radius: 10px;
}

.sec-introduction-3box .in-boxWrap .in-box + .in-box {
	margin: 2rem 0 0;
}
@media screen and (min-width: 600px) {
	.sec-introduction-3box .in-boxWrap .in-box {
		width:30%;
	}
	.sec-introduction-3box .in-boxWrap .in-box + .in-box {
		margin: 0;
	}
}

.sec-introduction-3box .in-boxWrap .in-box .img-wrap {
	text-align: center;
	margin-bottom: 1.6rem;
	position: relative;
}

.sec-introduction-3box .in-box .img-wrap .numbers {
	border-radius: 0px 0px 20px 0px;
	font-weight: bold;
	position: absolute;
	top: -7px;
	color: var(--main);
	background: #ffffff;
	width: 50px;
	font-size: 30px;
}

@media screen and (min-width: 600px)  {
	.sec-introduction-3box .in-box .img-wrap .numbers {
		font-size: 3rem;
	}
}

.sec-introduction-3box .in-box{
	border: solid 3px var(--main);;
}
.sec-introduction-3box .solution-ttl {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2.4rem;
	color:var(--main);;
	position: relative;
}

@media screen and (min-width: 600px)  {
	.sec-introduction-3box .solution-ttl  {
		font-size: 2.4rem;
	}
}

.sec-introduction-3box .solution-ttl i {
	display: block;
	margin: .5rem auto 0;
}

@media screen and (min-width: 600px)  {
	.sec-introduction-3box .solution-ttl i {
		margin: 1rem auto 0;
	}
}

.sec-introduction-3box .solution-text {   
	background-color: var(--white) !important;
	border:3px solid var(--main) !important;
	border-radius: 10px;
	padding: 1.6rem 4vw;
}

.sec-introduction-3box .solution-text p {
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 1.6rem 0;
}

.sec-introduction-3box .solution-text p:first-child {
	margin-top: 0;
}
.sec-introduction-3box .solution-text p:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 600px)  {
	.sec-introduction-3box .solution-text {   
		font-size: 1.6rem;
		padding: 2.4rem 4rem;
	}
	.sec-introduction-3box .solution-text p {
		font-size: 1.6rem;
	}
}
.sec-introduction-3box .in-boxWrap .in-box .text-rap {
	margin: 0 auto !important;
	/* background: #32b16c24; */
	padding: 8px;	
}

.sec-introduction-3box .in-boxWrap .in-box .text-rap li {
	white-space: normal; 
	word-wrap: break-word; 
	overflow-wrap: break-word; 
	display: block;
	/* 	padding-left: 1.6rem;
	position: relative;
	line-height: 1.6;
	margin-bottom: 10px; 
	font-size: 15px; */
	font-size: 2rem;
	font-weight: 700;
}

.sec-introduction-3box .in-boxWrap img {
	border-radius: 0px 10px 10px 10px;	
	height: auto;
	object-fit: cover;
	width: 100%;
}
/* 
.sec-introduction-3box .in-boxWrap .in-box .text-rap li::before {
content: '';
display: block;
width: 7px;
height: 7px;
border-radius: 50%;
background: #000;
position: absolute;
left: 0;
top: 50%;
transform: translatey(-50%);
}
*/

.sec-introduction-3box .sectionTtl-wrap.design3 {
	min-height: unset;
	background: #2e2e2e;
	padding: 1rem 2.5rem;
}

.sec-introduction-3box .sectionTtl-wrap.design3 .sectionTtl-h2 {
	font-size: 4rem;
	font-weight: 600;
	color: #fff;
}

.sec-introduction-3box .sectionTtl-wrap.design3::after {
	border-top: solid 3rem #2e2e2e;
}

@media screen and (max-width: 768px) {
	.sec-introduction-3box .sectionTtl-wrap.design3 .sectionTtl-h2 {
		font-size: 2.5rem;
	}
}

.sec-introduction-3box .sectionTtl-wrap.design3 .sectionTtl-h2::before{
	content:"\f0eb";   /* lightbulb */
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:10px;
}

/* ボタンデザイン変更 */
.btn.btn3.design1 a {
	background-color: #FDD826;
	border-color: #2e2e2e;
	color: #2e2e2e;
	border: 2px solid #2e2e2e;
}

.btn.btn3.design1 a:hover {
	background-color: #fff;
	color: #FDD826;
	border: 2px solid #FDD826;
}


.btn.btn4.design1 a {
	background-color: #7CD1F3;
	border-color: #2e2e2e;
	color: #2e2e2e;
	border: 2px solid #2e2e2e;
}

.btn.btn4.design1 a:hover {
	background-color: #fff;
	color: #7CD1F3;
	border: 2px solid #7CD1F3;
}

.btn-wrap.wide .btn.btn_top a {
	background-color: #F0B43C !important;
	border-color: #F0B43C !important;
	color: #2e2e2e;
	border: 2px solid #2e2e2e !important;
}

.btn-wrap.wide .btn.btn_top a:hover {
	background-color: #fff !important;
	color: #F0B43C !important;
	border: 2px solid #F0B43C !important;
}

.btn.btn3.design1.contact-btn a{
	background-color: #4CAF50;
	border-color: #2e2e2e;
	color: #2e2e2e;
	border: 2px solid #2e2e2e;
}
.btn.btn3.design1.contact-btn a:hover {
	background-color: #fff;
	color: #4CAF50;
	border: 2px solid #4CAF50;
}

/* TOPページ内3選バナー */
[id*="contents-"] {
	background: url(https://unkoukanri-system.info/wp-content/uploads/banner-bg.jpg) center no-repeat;
	background-size: cover;
}
[id*="contents-"] ul {
	display: block;
}
@media screen and (min-width: 1024px) {
	[id*="contents-"] ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
[id*="contents-"] ul li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 2rem;
	transition: all 0.3s;
}
[id*="contents-"] ul li:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 480px) {
	[id*="contents-"] ul li {
		margin: 0 auto;
		margin-bottom: 3rem;
		max-width: 400px;
	}
}
@media screen and (min-width: 1024px) {
	[id*="contents-"] ul li {
		margin: 0;
	}
}
@media screen and (min-width: 1024px) {
	[id*="contents-"] ul li {
		max-width: 400px;
		margin-bottom: 0;
		margin-right: 2rem;
	}
	[id*="contents-"] ul li:last-child {
		margin-right: 0;
	}
}
[id*="contents-"] ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: relative;
}
[id*="contents-"] ul li .btn_more {
	background-color: #2e2e2e;
	color: #fff;
	padding: 0.7rem 1.2rem;
	font-size: 1.4rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}
@media screen and (min-width: 768px) {
	[id*="contents-"] ul li .btn_more {
		font-size: 1.6rem;
	}
}
[id*="contents-"].sp ul {
	flex-direction: column;
}
[id*="contents-"].sp ul li {
	width: 100%;
	max-width: 100%;
}

/* ランキングボックス内 */
.home #recommend-2.rb_design1 .recommend-ttl_h3 {
	padding: 1rem 1.5rem;
	padding-left: 5%;
	color: #fff;
	position: relative;
}

.home #recommend-2.rb_design1 .recommend-ttl_h3 {
	background-image: linear-gradient(-90deg, var(--main) 0 96.5%, var(--sub) 15% 100%);
}

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

.home #recommend.bg-none {
	background: rgba(124, 209, 243, 0.3);
}

.home #recommend-2.bg-none {
	background: #FDD826;
}

#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;
	}
}

/* ボックス上の画像（人）挿入 */
#recommend #info-1:after {
	position: absolute;
	right: 0;
	top: -175px;
	width: 155px;
	height: 200px;
	background: url(https://unkoukanri-system.info/wp-content/uploads/selection1.png) center no-repeat;
	background-size: 100%;
	content: "";
}

@media only screen and (max-width: 800px) {
	#recommend #info-1:after {
		top: -135px;
		width: 110px;
		height: 160px;
	}
}

@media only screen and (max-width: 480px) {
	#recommend #info-1:after {
		top: -90px;
		width: 80px;
		height: 100px;
		right: -10px;
	}
}

#recommend-2 #info-5:after {
	position: absolute;
	right: 0;
	top: -165px;
	width: 125px;
	height: 205px;
	background: url(https://unkoukanri-system.info/wp-content/uploads/selection2.png) center no-repeat;
	background-size: 100%;
	content: "";
}

@media only screen and (max-width: 800px) {
	#recommend-2 #info-5:after {
		top: -120px;
		width: 85px;
		height: 155px;
	}
}

@media only screen and (max-width: 480px) {
	#recommend-2 #info-5:after {
		top: -85px;
		width: 65px;
		height: 105px;
		right: -10px;
	}
}

/* 口コミ */
@media screen and (min-width: 768px) {
	.reviews.row_2 .rank_review{
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.reviews.row_2 .rank_review .review-box{
		flex: 1;
	}
}

/* フッター */
.footer {
	background: #333 !important;
}

.footer-list .footer-title{
	border-bottom:2px solid #fff;
	margin-bottom:20px;
	margin-top:40px;
}
.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;
}

.footer h3.footer-title {
	display: block;
}

.disclaimer {
	font-size: 1.4rem;
	position: relative;
}

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

.disclaimer h3 {
	display: block;
	font-weight: 400;
	background: #333;
	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;
}

/* ハンバーガメニュー */
.hamburger-menu .widget_nav_menu {
	background: rgba(51, 51, 51, 0.9) !important;
}

.widget_nav_menu li a::before {
	background-color: unset !important;
}

.hamburger-menu .widget_nav_menu a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	position: absolute;
	left: 0;
}

.hamburger-menu .widget_nav_menu li:nth-child(1) a::before{ content:"\f015"; }

.hamburger-menu .widget_nav_menu li:nth-child(2) a::before{ content:"\f140"; }

.hamburger-menu .widget_nav_menu li:nth-child(3) a::before{ content:"\f02d"; }

.hamburger-menu .widget_nav_menu li:nth-child(4) a::before{ content:"\f468"; }

.hamburger-menu .widget_nav_menu li:nth-child(5) a::before{ content:"\f07c"; }

.hamburger-menu .widget_nav_menu li:nth-child(6) a::before{ content:"\f1ea"; }

.hamburger-menu .widget_nav_menu li:nth-child(7) a::before{ content:"\f0a1"; }

.hamburger-menu .widget_nav_menu li:nth-child(8) a::before{ content:"\f518"; }

.hamburger-menu .widget_nav_menu li:nth-child(9) a::before{ content:"\f007"; }

.hamburger-menu .widget_nav_menu li:nth-child(10) a::before{ content:"\f0e0"; }

.hamburger-menu .widget_nav_menu li:nth-child(11) a::before{ content:"\f0e8"; }

/* 運営者情報 */
.sv-info .sv-title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0 !important;
	border-bottom: 2px solid var(--main);
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.sv-info .img-wrap img {
	object-fit: cover;
	object-position: top;
}

/* selection下層の画像下タグ */
.single ul.tag {
	display: block;
	width: 100%;
}

.single ul.tag li {
	background-color: var(--main);
	font-size: 1rem;
	width: 100%;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #fff;
	padding: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 1200px) {
	.single ul.tag {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	.single ul.tag li {
		max-width: 350px;
		border-bottom: 0px;
		border-right: 2px solid #fff;
	}
}


.selection-read {
	border: 3px solid var(--main);
	box-sizing: border-box;
	padding: 3rem;
}

.selection2-read {
	border: 3px solid #F0B43C;
	box-sizing: border-box;
	padding: 3rem;
}

.SelectionBox-2 h2.design2 {
	border: 2px solid #F0B43C !important;
	box-shadow: 5px 5px #F0B43C !important;
}

.SelectionBox-2 ul.tag li {
	background-color: #F0B43C;
}

.SelectionBox-2 h3.design1 {
	border-bottom: 3px solid #F0B43C !important;
}
.SelectionBox-2 h3.design1:before {
	background-color: #F0B43C !important;
}

.SelectionBox-2 h4.design1 {
	border-bottom: 3px dashed #F0B43C !important;
}
/* 導線コンテンツ */
[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-title, [class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-title::before, [class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-copy span::before, [class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-copy span::after {
	background-color: #FDD826 !important;
}

[class*="is-BrSearchContents-style_pickupBox_"] dl {
	border: 5px solid #FDD826 !important;
}

[class*="is-BrSearchContents-style_pickupBox_"] .pickupBox-btn a {
	background: #7CD1F3 !important;
	-webkit-box-shadow: 0 5px 0 #4FB3DC !important;
	box-shadow: 0 5px 0 #4FB3DC !important;
}

.is-BrSearchContents-style_pickupBox_type1.column-3149 .pickupBox-title, .is-BrSearchContents-style_pickupBox_type1.column-3149 .pickupBox-title::before, .is-BrSearchContents-style_pickupBox_type1.column-3149 .pickupBox-copy span::before, .is-BrSearchContents-style_pickupBox_type1.column-3149 .pickupBox-copy span::after {
	background-color: var(--main) !important;
}

.is-BrSearchContents-style_pickupBox_type1.column-3149 dl {
	border: 5px solid var(--main) !important;
}

.is-BrSearchContents-style_pickupBox_type1.column-3149 .pickupBox-btn a {
	background: #FDD826 !important;
	-webkit-box-shadow: 0 5px 0 #F0B43C !important;
	box-shadow: 0 5px 0 #F0B43C !important;
}

/* h3見出しデザイン変更 */
.home .recommend-box .design1 .recommend-ttl_h4::before, .single .recommend-box .recommend-ttl_h3.design1::before {
	content: "";
	width: 35px !important;
	height: 31px  !important;
	display: block;
	margin: auto;
	background: url(https://unkoukanri-system.info/wp-content/uploads/truck.png) center no-repeat;
	background-size: 100%;
	top: 0;
	left: 0;
	background-color: unset !important;
}

.home .recommend-box .design1 .recommend-ttl_h4, .single .recommend-box .recommend-ttl_h3.design1 {
	padding: 0px 0 1rem 5rem !important;
}

.sec-bottomContent h3.design1::before, .single .recommend-box h3.design1:not(.recommend-ttl_h3)::before {
	content: "";
	width: 35px !important;
	height: 31px  !important;
	display: block;
	margin: auto;
	background: url(https://unkoukanri-system.info/wp-content/uploads/truck.png) center no-repeat;
	background-size: 100%;
	top: -2px;
	left: 0;
	background-color: unset !important;
}

.sec-bottomContent h3.design1, .single .recommend-box h3.design1:not(.recommend-ttl_h3) {
	padding: 0px 0 1rem 5rem !important;
	font-weight: 600;
	font-size: 1.8rem;
}

/* 詳細ページその他リスト */
.single .recommend-box .sec-postList h3 {
	margin: 0px !important;
}

.single .recommend-box .sec-postList.column_2.design5 .post-list .post-item {
	margin-bottom: 2rem;
}

/*********************************
ブログカード
*********************************/
.blog-card {
	max-width: 550px;
	margin: 16px auto;
	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;
	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:hover {
	transform: translateY(2px);
	opacity: .7;
	box-shadow: 0 0 0 0;
	transition: all .3s;
}

.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;
}

/* マイクロコピー */
.blog-card-copy {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
}

.blog-card-copy::before, 
.blog-card-copy::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 2.5px;
	border-radius: 5px;
	background-color: var(--blog-card--primary-color);
}

.blog-card-copy::before {
	margin-right: 6px;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}

.blog-card-copy::after {
	margin-left: 6px;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

@media screen and (max-width: 768px) {
	.blog-card-thumbnail {
		width: 120px;
		min-width: 120px;
		height: 120px;
	}
	.blog-card-title {
		font-size: 14px;
	}
	.blog-card-content {
		font-size: 12px;
		padding-left: 4%;
	}

}

:root {
	--blog-card--primary-color: #2e2e2e; 
}