@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/



#header {
	padding-top:   10px;
	padding-bottom: 8px;
}

#svgicon_search_btn , .stk_header a {
	color: #002f45;
}


.site__logo.fs_m .custom-logo {
	max-height: 60px;
}


.bgGlay {
	background: #f5f5f5 !important;
}
.bgWhite {
	background: #fff !important;
}


.entry-title.post-title {
	margin: 12px 0 30px 0px !important;
	padding: 12px 0;
	border-top: double #3e3e3e 6px;
	border-bottom: solid #3e3e3e 2px;
	font-size: 135%;
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

/* 表の内容を折り返さず１行で表示 */
.scroll-table {
	white-space: nowrap;
}


/*.wrap {
	width: auto;
	max-width: 1300px !important;
	min-width: 1100px !important;
}
#inner-content {
	border:none !important;
	box-shadow:0 0 0px #fff;
	padding-left:20px;
	padding-right:20px
}
#main {
	width:920px !important;
	padding:0 !important
}
#sidebar1 {
	width:340px
}


@media (max-width: 740px) {
	.wrap {
		width:100% !important;
		max-width:100% !important;
		min-width:100% !important
	}

	#sidebar1 {
		width:100%
	}

}*/



/* 商品カード型CSS */
.gent-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 16px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
	background: #f9f9f9;
}
.gent-card img {
	width: 100px;
	height: auto;
	border-radius: 4px;
}
.gent-card-content {
	flex: 1;
}
.gent-card-content img {
	width: 0;
	height: 0;
}

.gent-card-links a {
	margin-right: 10px;
	color: #007b5e;
	font-weight: bold;
	text-decoration: none;
}
.gent-card-links a:hover {
	text-decoration: underline;
}



/* reCAPTCHAを非表示 */
.grecaptcha-badge {
	visibility: hidden;
}


/* ロゴ調整 */
.inner-header {
	padding-left: 0;
}



/*===========================================
	ボタン
=============================================*/
a.btnGreen {
	padding: 9px 10px;
	background: #55967e;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 90%;
}
a.btnGreen:hover {
	text-decoration: none !important;
}


/*===========================================
	マージン
=============================================*/
.mt_05 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: 15px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_25 {
	margin-top: 25px;
}
.mt_30 {
	margin-top: 30px;
}

.ml_05 {
	margin-left: 5px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_15 {
	margin-left: 15px;
}
.ml_20 {
	margin-left: 20px;
}
.ml_25 {
	margin-left: 25px;
}
.ml_30 {
	margin-left: 30px;
}



/*===========================================
	フレックスボックス
=============================================*/
/* flexBoxKinto */
.flexBoxKinto {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;

	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;

}

　

/* flexAlginItemTop：上揃えの場合 */
.flexAlginItemTop {
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.flexAlginItemMid {
	-webkit-align-items: center;
	        align-items: center;
}
.flexAlginItemBottom {
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}


/* flexBoxYoko */
.flexBoxYoko {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-js-display: flex;		// IE8・IE9の対応

	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}



/* 人気記事一覧（2列表示） */
/* 人気記事一覧：PCは3列、スマホは2列 */
.wp-block-group.alignfull.has-background ul.wpp-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.wp-block-group.alignfull.has-background ul.wpp-list li {
	flex: 0 0 calc(33.333% - 16px);
	display: flex;
	flex-direction: column;
	background: #f9f9f9;
	padding: 12px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	box-sizing: border-box;
}

.wp-block-group.alignfull.has-background ul.wpp-list li img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin-bottom: 10px;
}

.wp-block-group.alignfull.has-background ul.wpp-list li a.wpp-post-title {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	color: #333;
	text-decoration: none;
	margin-bottom: 6px;
	display: block;
}

.wp-block-group.alignfull.has-background ul.wpp-list li .wpp-meta {
	font-size: 13px;
	color: #999;
	margin-top: auto;
}
ul.wpp-list li a::before {
	background-color: #666666; /* 紺色 */
}


.imgMax {
	width: 100%;
	height: auto;
}


/* flexBoxKinto2 */
.flexBoxKinto2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;

	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	justify-content:flex-start;

	-webkit-align-items: center;
	        align-items: center;

	/*div {
		width: 40%;
	}*/
}




/* スマホ：2列表示 */
@media (max-width: 600px) {
	.wp-block-group.alignfull.has-background ul.wpp-list li {
		flex: 0 0 calc(50% - 12px);
	}


	.spWidth80 {
		width: 80%;
		height: auto;
	}
}


/* スマホ：商品カード */
@media (max-width: 768px) {
	.gent-card {
		flex-direction: column; /* 1列に */
		align-items: center;     /* 中央寄せ（任意） */
		text-align: center;      /* テキスト中央寄せ（任意） */
	}

	.gent-card img {
		width: 100%;         /* 画像をカード幅いっぱいに */
		max-width: 100%;     /* 念のため */
		height: auto;
	}

	.gent-card-content {
		width: 100%;
		text-align: left;    /* テキスト左寄せに戻したい場合 */
	}
}



