/* Minification failed. Returning unminified contents.
(1283,22): run-time error CSS1046: Expect comma, found '255'
(1283,29): run-time error CSS1046: Expect comma, found ')'
 */
.mt_20 {
	margin-top: 20px !important;
}
.blog-body {
	position: relative;
	overflow: visible;
}
.blog_article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*　検索２個ボタン
    .search__btn {
    display: flex;
}
.search__btn .search__btn01 {
    margin-right: 0.5em;
}
.search__btn .btn-danger {
    width: 110px;
    height: 46px;
    font-size: 12px!important;
}*/
/* .blog_article.blog_oshirase .blog_entry {
    width: 100%;
} */
.blog-body .sidemenu {
	width: 20%;
	padding: 0 15px;
	margin: 25px 0 0 0;
}
.blog-body .sidemenu .section {
	margin: 30px 0 0;
}
.blog-parts.blog_article_slider .original-dots {
	margin: 0 auto;
}
.blog-parts.blog_article_slider02 .original-dots {
	margin: 0 auto;
}
/* .blog-body .sidemenu .section.is-show {
    display: block;
} */
.blog_article .ranking-list {
	width: 83.33333333%;
	padding: 0 15px;
}
.blog-body .blog_entry {
	width: 75%;
	margin-top: 0;
}
.blog-body .sidemenu .h2-box {
	background: #ed5858;
	display: flex;
	justify-content: space-between;
}
.blog-body .sidemenu .h2-box.current {
	background: #d6000e; /*色考える*/
}
.blog-body .sidemenu .h2-box.blue {
	background: #337abe;
}
.blog_article_h2 {
	border-bottom: 1px solid #ed5858;
	padding-bottom: 0;
}
.blog_article_h2 span {
	/*background: #ed5858; */
	color: #ed5858;
	font-size: 20px;
	padding: 5px 10px 1px 10px;
	letter-spacing: 0;
}
.blog_article_h2 span span {
	padding: 0;
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
}
.blog_article_h2.bg-blue {
	border-bottom: 1px solid #337ab7;
}
.blog_article_h2.bg-blue span {
	background: #337ab7;
	color: #fff;
}
.blog_article_h2.bg-pink {
	border-bottom: 1px solid #ed5858;
}
.blog_article_h2.bg-pink span {
	background: #ed5858;
	color: #fff;
}
.blog_article_h2.bg-orange {
	border-bottom: 1px solid #f98026;
}
.blog_article_h2.bg-orange span {
	background: #f98026;
	color: #fff;
}
.blog_article_h2.bg-green {
	border-bottom: 1px solid #198754;
}
.blog_article_h2.bg-green span {
	background: #198754;
	color: #fff;
}
.blog-parts-article .index .index_title .open-btn {
	font-size: 14px;
}
.blog-parts-article .index .index_title .open-btn.show-content::before {
	font-size: 14px;
	content: "▲";
	display: inline-block;
}
.blog-parts-article .index .index_title .open-btn.show-content {
	font-size: 0;
	animation: fade-in 0.5s ease;
}
.blog-parts-article-summary-a {
	margin-top: 30px;
	margin-bottom: 0;
}
.blog-parts-article-author {
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 45px 50px;
	/* border: 1px solid #d9d9d9; */
	background: #f5f8fa;
	display: flex;
	justify-content: space-between;
	gap: 0 5%;
	position: relative;
	flex-wrap: wrap;
}
.blog-parts-article-author-txt {
	width: 80%;
}
.blog-parts-article-author:before {
	content: "この記事の筆者";
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 20px;
	margin: 0 auto 15px;
	font-weight: 400;
	display: block;
	font-size: 16px;
	letter-spacing: 0.05em;
}
.blog-parts-article-author-img {
	padding-top: 35px;
	width: 15%;
}
.blog-parts-article-author .blog-parts-article-author-btn {
	text-align: right;
}
.blog-parts-article-author .blog-parts-article-author-btn a {
	color: #fff;
	padding: 5px 15px;
	margin: 20px 0 0;
	font-size: 14px;
	background: #b8000e;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	letter-spacing: 0.05em;
}
/* .blog-parts-article-author .blog-parts-article-author-btn a:after {
  content: ">";
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
} */
.blog-parts-article-author .blog-parts-article-author-btn a:hover {
	text-decoration: none;
	opacity: .6;
}
.blog-parts {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 1.33%;
}
.blog_entry .blog-parts {
	gap: 30px 3.5%;
}
/* .blog_entry .blog-parts.blog_article_slider {
	gap: 0 3%;
} */
.blog-control-parts01 {
	list-style: none;
	text-align: center;
	background: #eee;
	display: flex;
	justify-content: center;
	padding-left: 0;
	flex-wrap: wrap;
}
.blog-control-parts01 .blog-control-parts01-li {
	display: flex;
	margin: 5px 5px;
	background: #fff;
	font-size: 15px;
	padding: 3px 5px 3px 20px;
	min-width: 90%;
	justify-content: flex-start;
	position: relative;
	/*transition: all 1s ease-in;*/
	border: 1px solid #bbb;
	align-items: center;
}
.blog-control-parts01 .blog-control-parts01-li:hover {
	cursor: pointer;
}
.blog-control-parts01 .blog-control-parts01-li.is-active:before {
	content: "";
	border-left: 5px solid #d9534f;
	position: absolute;
	left: 0;
	height: 20px;
	top: 50%;
	transform: translate(0, -50%);
}
.blog-parts .blog-parts-content {
	padding: 0;
	border: none;
	display: flex;
	flex-wrap: wrap;
	width: 24%;
}
.blog-parts.blog_article_recommend {
	display: block;
	margin: 0;
}
.blog-parts.blog_article_recommend .slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	/* gap: 0 0.5rem; */
}
.blog-parts.blog_article_recommend .blog-parts-content {
	width: 100%;
	height: 100%;
}
.blog-parts.blog_article_recommend .blog-parts-content + .blog-parts-content {
	margin-left: 0.5%;
}
.blog_entry .blog-parts .blog-parts-content {
	width: 31%;
}
.blog-parts .blog-parts-content.blog-parts-article {
	width: 22.75%;
}
.blog-parts-date {
	font-size: 12px;
	color: #a4a4a4;
	margin: 0px 0 10px;
	width: 100%;
	padding-left: 0;
	display: flex;
}
.blog-parts-date li:nth-child(n+2) {
	margin: 0px 0 10px 15px;
}
.blog-parts-img {
	height: 135px;
	position: relative;
	margin-bottom: 16px;
}
.blog-parts-img .blog-cat {
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 11px;
}
.blog-parts-img .blog-cat a {
	color: #fff;
	display: inline-block;
	background: #337ab7;
	border-radius: 5px;
	padding: 3px 4px 0px;
	color: #fff;
	margin-bottom: 2px;
	margin-right: 2px;
}
.blog-parts .blog-parts-img img {
	width: 100%;
	height: 142px;
	object-fit: cover;
	border-radius: 3px;
}
.blog-parts-ttl {
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 6px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.5;
}
.blog-parts-ttl a {
	color: #222;
}
.blog-tag {
	list-style: none;
	font-size: 11px;
	padding: 0;
	margin-top: auto;
	margin-bottom: 0;
}
.blog-tag li {
	display: inline-block;
	background: #eee;
	padding: 1px;
	margin-right: 5px;
	margin-top: 5px;
}
.blog-tag li a {
	color: #222;
}
.blog_sidemenu {
	width: 210px;
	margin-top: 20px;
}
.blog_sidemenu .section + .section {
	margin-top: 10px;
}
.blog_entry .blog-parts-ttl {
	font-size: 15px;
	letter-spacing: 0;
}
.blog_entry .blog-parts-img {
	height: 111px;
	margin-bottom: 10px;
}
/*.blog_entry .blog-parts-img img {
    width: 210px;
    height: 111px;
}*/
.blog-control-parts03 {
	display: none;
	margin-bottom: 15px;
	padding-left: 15px;
	transition: all 1s ease-in;
}
.blog-control-parts02 {
	display: none;
	margin-bottom: 15px;
	transition: all 1s ease-in;
}
.blog-control-parts02 a {
	color: #222;
}
.blog-control-parts02.active {
	display: block;
	padding-left: 0;
}
.blog-control-parts02-li {
	font-size: 15px;
	padding: 12px 15px 10px 9px;
	background: #eee;
	list-style: none;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	overflow: hidden;
}
.blog-control-parts02-li.active {
	border-left: 2px solid #d9534f;
}
.blog-control-parts02-li h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	position: relative;
	font-weight: 400;
}
.blog-control-parts02-li h3 a {
	color: #000;
}
/*.blog-control-parts02-li h3:after {
    content: "";
    display: block;
    color: #C00000;
    position: absolute;
    right: -7px;
    background-image: url(https://www.direct-store.net/directimages/common/menu/right.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translate(0, -50%);
}*/
.panel .blog-control-parts02-li h3:after {
	content: none;
}
.blog-control-parts02-li:hover {
	cursor: pointer;
}
.blog-control-parts03.active02 {
	display: flex;
	flex-wrap: wrap;
	padding-left: 5px;
}
.blog-control-parts03 li {
	list-style: none;
	display: block;
	margin-right: 0;
	position: relative;
	padding: 0;
	width: 100%;
}
.blog-control-parts03.active02 li:last-child {
	border-bottom: none;
}
.blog-control-parts03.active02 a {
	color: #222;
	display: inline-block;
	width: 90%;
}
.blog-control-parts03 li h4 {
	font-size: 14px;
	display: block;
	width: 100%;
	color: #333;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px dotted #000;
	margin: 5px 0 0;
}
.blog-control-parts03 li h4:hover {
	cursor: pointer;
}
.slick-initialized .slick-slide.blog-control-parts03 {
	display: none !important;
}
.slick-initialized .slick-slide.blog-control-parts03.active02 {
	display: block !important;
}
.blog-control-parts03-container {
	width: 100%;
	/*overflow: hidden;*/
	overflow-x: auto;
	background: #f8d4d4;
}
.blog-control-parts04 h5 {
	position: relative;
	padding-left: 0;
	padding-right: 20px;
}
.blog-control-parts04 {
	display: none;
	background: #f8d4d4;
	width: 100%;
	padding: 5px 15px 5px 15px;
	position: relative;
	transition: all 1s ease-in;
	margin: 10px 0;
}
.blog-control-parts04 .side-plus {
	right: -5px;
}
.blog-control-parts04.active02 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0 15px;
}
.blog-control-parts04 li {
	border-bottom: 1px dotted #222;
	display: inline-block;
	width: 100%;
	list-style: decimal;
}
.blog-control-parts05 {
	display: none;
	/*position: absolute;*/
	background: #eee;
	left: 100%;
	width: 100%;
	padding: 5px 15px;
	transition: all 1s ease-in;
}
.blog-control-parts05.active02 {
	display: block;
	z-index: 10;
}
.blog-control-parts05 li {
	width: 100%;
}
.blog-control-parts05.active02 li:last-child {
	border-bottom: none;
}
.blog-parts .blog-parts-img {
	height: 140px;
	width: 100%;
}
.blog-control-parts06 {
	display: none;
	position: absolute;
	background: #eee;
	left: 100%;
	width: 300px;
	padding-left: 15px;
	transition: all 1s ease-in;
}
.blog-control-parts06.active {
	display: block;
}
.blog-control-parts09 {
	padding: 10px 20px 0;
	border-top: 1px #ccc solid;
	margin-bottom: 0;
}
.blog-control-parts09 a {
	list-style: none;
	display: inline-block;
	background: #eee;
	font-size: 16px;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
	color: #222;
}
.blog-control-parts09 a.current {
	background: #337ab7;
	color: #fff;
}
.blog-control-parts09 a.disabled {
	color: #d4d4d4;
}
.blog-control-parts09 a.disabled:hover {
	text-decoration: none;
}
.blog-control-parts10 {
	padding: 10px 20px 0;
	margin-bottom: 0;
	border-top: 1px #ccc solid;
	/* border-bottom: 1px #d9534f solid;
    margin-bottom: 25px; */
	/* background-color: #eee; */
}
.blog-control-parts10 a {
	list-style: none;
	display: inline-block;
	background: #eee;
	/* font-weight: bold; */
	font-size: 16px;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
	color: #222;
}
.blog-control-parts10 a.current {
	background: #337ab7;
	color: #fff;
}
.blog-control-parts10 a.disabled {
	color: #d4d4d4;
}
.blog-control-parts10 a.disabled:hover {
	text-decoration: none;
}
.blog-control-parts01 .blog-control-parts01-li.is-show:before {
	content: "";
	border-left: 5px solid #d9534f;
	position: absolute;
	left: 0;
	height: 20px;
	top: 50%;
	transform: translate(0, -50%);
}
.blog-parts.blog-parts-cat-list .blog-parts-content {
	width: 100%;
}
.blog-parts.blog-parts-cat-list .blog-parts-img {
	margin-right: 25px;
}
.blog-parts.blog-parts-cat-list .blog-parts-right {
	width: calc(100% - 283px);
}
.blog-parts.blog-parts-cat-list .blog-parts-right .blog-parts-ttl {
	font-size: 22px;
}
.blog-parts.blog-parts-cat-list .blog-parts-right .blog-parts-date {
	margin: 0px 0 15px;
}
.blog-body .blog_entry .blog-control-parts {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.blog-body .blog_entry .blog-control-parts th {
	width: 16%;
	background: #eee;
	padding: 0 20px;
}
.blog-body .blog_entry .blog-control-parts td {
	width: 84%;
	padding: 20px 20px 10px;
}
.blog-parts {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 3.5%;
}
.blog-parts.blog-article-parts {
	gap: 40px 3%;
}
.blog-parts li {
	list-style: none;
}
.blog-parts-article-h1 {
	font-size: 32px;
}
.blog-parts-article-date {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	justify-content: flex-start;
	margin: 0 0 10px;
}
.blog-parts-article-date li {
	list-style: none;
}
.blog-parts-article-date li:nth-child(2) {
	margin-left: 30px;
}
.blog-parts-article-deta {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	justify-content: space-between;
	margin: 20px 0 0;
	align-items: center;
	width: 100%;
}
.blog-parts-article-sns {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	justify-content: space-around;
	margin: 0;
}
.footer-blog-parts-article-sns .blog-parts-article-sns {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	justify-content: flex-end;
	margin: 0;
}
.blog-parts-article-sns li {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 5px;
	padding: 0 5px 0 0;
}
.blog-parts-article-sns li a {
	line-height: 1em;
}
.blog-parts-article-sns li a:hover, .blog-parts-article-sns li a:focus {
	text-decoration: none;
}
.blog-parts-article-sns li a span {
	color: #fff;
	font-size: 14px;
}
.blog-parts-article-sns li.facebook {
	background: #1877f2;
	margin-right: 10px;
}
.blog-parts-article-sns li.twitter {
	background: #1d9bf0;
	margin-right: 10px;
}
/* .blog-parts-article-sns li + li {
    margin-left: 10px;
} */
.blog_article_stock {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}
.blog_article_stock .slick-track {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.blog_article_stock.column01-2, .blog_article_stock.column02-2 {
	flex-direction: unset;
}
.blog_article_sub_stock {
	padding-left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	gap: 0 2%;
}
.blog_article_sub_stock li {
	position: relative;
	text-align: center;
	padding: 0 12px;
}
.blog_article_sub_stock.shozai li:after {
	position: absolute;
	right: 23%;
	top: 2px;
	border-top: 7px solid #dc3545;
	border-right: 7px solid #dc3545;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	content: "";
}
.blog_article_sub_stock.maker li:after {
	position: absolute;
	right: 23%;
	top: 2px;
	border-top: 7px solid #fd7e14;
	border-right: 7px solid #fd7e14;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	content: "";
}
.blog_article_stock.column01-1 .blog_article_sub_stock li:after {
	right: 4%;
}
.blog_article_sub_stock li img {
	width: 160px;
	height: 120px;
	object-fit: contain;
	border-radius: 5px;
}
.blog_article_stock_r .blog_article_sub_stock li img {
	width: 160px;
	height: 120px;
	object-fit: contain;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}
.original-dots {
	display: flex;
	justify-content: center;
	margin: 30px auto 0;
	align-items: center;
}
.original-dots li {
	list-style: none;
	padding: 0 5px;
	font-size: 14px;
}
.original-dots li button {
	padding: 3px 6px 0 6px;
}
.original-dots li.slick-active button {
	background: #222;
	color: #fff;
	border-radius: 3px;
	/* padding: 0 7px; */
	/* border: 2px outset #ed5858; */
}
.blog-parts.blog_article_slider .slick-prev {
	left: -15px;
}
.blog-parts.blog_article_slider .slick-next {
	right: -15px;
}
.blog-parts.blog_article_slider .slick-track {
	display: flex;
	gap: 0 1%;
}
.blog-parts.blog_article_slider02 .slick-track {
	display: flex;
	gap: 0 1%;
}
.blog-parts-card {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 25px 40px;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
	flex-wrap: wrap;
}
.blog-parts-card .blog-parts-card-img {
	width: 25%;
	margin-right: 5%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.blog-parts-card .blog-parts-card-txt-area {
	width: 70%;
	text-align: left;
}
.blog-parts-card .blog-parts-card-txt-area p {
	padding: 0;
	margin: 0;
}
.blog-parts-card .blog-parts-card-txt-area .blog-parts-cardtag {
	background: #eee;
	display: inline-block;
	padding: 3px 7px;
	margin-bottom: 15px;
}
.blog-parts-card .blog-parts-card-txt-area .blog-parts-cardtxt {
	margin-bottom: 30px;
}
.blog-parts-card .blog-parts-cardbtn {
	width: 100%;
	padding: 0;
	margin: 0;
}
.blog-parts-card .blog-parts-cardbtn a {
	background: #eee;
	display: inline-block;
	padding: 5px 7px;
	text-align: center;
	width: 100%;
}
.blog-parts-card .blog-parts-cardbtn a:hover {
	text-decoration: none;
}
.blog-parts-card .blog-parts-cardbtn a span {
	display: inline-block;
	margin-right: 10px;
}
/* .blog-parts-card .blog-parts-cardbtn a:after {
content: "≫";
font-size: 10px;
} */
/* @media (min-width: 768px) { */
.blog_article_stock.column01-2 .blog_article_stock_r .blog_article_sub_stock li img, .blog_article_stock.column02-2 .blog_article_stock_r .blog_article_sub_stock li img {
	width: 170px;
	height: 127px;
	padding: 10px;
}
#blog_top #header-global {
	height: 66px;
}
/* } */
.blog_article_sub_stock .slick-num {
	margin-left: 15px;
}
.blog_article_sub_stock li h5 {
	font-size: 12px;
	margin-bottom: 0;
	word-break: break-all;
	text-align: left;
	white-space: normal;
}
.blog_article_sub_stock li h5 a {
	color: #000;
}
.blog_article_stock .blog_article_stock_r, .blog_article_stock .blog_article_stock_l {
	overflow: hidden;
	flex-wrap: nowrap;
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
	padding: 20px 25px 40px;
	box-sizing: border-box;
}
.blog_article_stock.column01-1 .blog_article_stock_r, .blog_article_stock.column02-1 .blog_article_stock_l {
	width: 100%;
}
.blog_article_stock.column01-2 .blog_article_stock_l, .blog_article_stock.column02-2 .blog_article_stock_l {
	background: #fff;
	width: 300px;
	font-size: 15px;
	text-align: center;
}
.blog_article_stock.column01-2 .blog_article_stock_l img, .blog_article_stock.column02-2 .blog_article_stock_l img {
	object-fit: contain;
}
.blog_article_stock .blog_article_stock_l h4 {
	font-size: 15px;
	word-break: break-all;
	text-align: left;
	line-height: 1.4em;
	white-space: normal;
}
.blog_article_stock .blog_article_stock_l h4 span {
	font-size: 13px;
}
.blog_article_stock .blog_article_stock_l h4 a {
	color: #000;
}
.blog_article_stock .blog_article_stock_r {
	background: #f4f4f4;
}
.blog_article_stock.column01-2 .blog_article_stock_r, .blog_article_stock.column02-2 .blog_article_stock_r {
	width: calc(100% - 300px);
}
.blog_article_stock .blog_article_stock_r .blog_article_stock_cap {
	width: 700px;
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto 15px;
}
.blog_article_h2 {
	display: flex;
	align-items: center;
	line-height: 1em;
	justify-content: space-between;
}
.blog_article_h2 a {
	width: calc(100% - 28px);
	padding: 14px 8px 14px 0;
	display: block;
	color: #333;
	background-image: none;
}
.blog_article_h2 .blog_article_ul {
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.blog_article_h2 .blog_article_li {
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	font-size: 16px;
	display: inline-block;
}
.blog_article_h2 .blog_article_li a {
	width: calc(100% - 28px);
	padding: 14px 8px 14px 0;
	display: block;
	color: #333;
	background-image: none;
	letter-spacing: 0;
	white-space: nowrap;
}
.blog_article_txt {
	margin: 20px 0 20px;
}
.blog_article_h2 p {
	font-size: 14px;
	margin-bottom: 0;
}
.blog_article_h2_cap {
	margin-left: 15px;
}
.blog_article_h2_link {
	float: right;
}
.blog-body .sidemenu .h2-box .ico-open {
	width: 28px;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.blog-body .sidemenu .h2-box .ico-open span {
	background-image: url(https://www.direct-store.net/directimages/common/menu/plus_g.png);
	transform: rotate(90deg);
}
.blog-body .sidemenu .h2-box .ico-open span {
	background-image: url(/directimages/common/menu/plus.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	transform: rotate(90deg);
}
.blog-parts-article-img {
	margin: 0 0 30px;
}
.blog-parts-article-img img {
	width: 100%;
	height: auto;
}
.blog-parts-article-contents {
	background: #f5f8fa;
}
.blog-parts-article-contents {
	font-size: 20px;
	margin-bottom: 30px;
	list-style: none;
	padding: 30px 25px;
	margin: 55px 0 70px;
}
.blog-parts-article-contents li {
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 45px;
	border-bottom: 1px dotted #000;
	padding: 0 0 0 15px;
}
.blog-parts-article-contents li.title {
	border-bottom: none;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
}
.blog-parts-article-contents .title span {
	background-image: url(https://www.direct-store.net/directimages/common/menu/plus_g.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}
.blog-body .open-content {
	display: none;
}
.blog-body .open-content.show-content {
	display: block;
	animation: fade-in 0.5s ease;
	padding-left: 15px;
}
#categorylist-new2 .category-parent a span {
	color: #222222;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.blog-parts-article-body h2 {
	margin-top: 70px;
	margin-bottom: 25px;
	font-size: 24px;
}
.blog-parts-article-body h3 {
	margin-bottom: 30px;
	font-size: 20px;
	margin-top: 35px;
}
.blog-parts-article-summary {
	border: #f5f8fa 10px solid;
	padding: 50px;
	margin-top: 60px;
}
.blog-parts-article-body .blog-parts-article-summary h2 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 24px;
}
.blog-parts-article-summary-txt {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog-parts-article-summary-txt li {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}
.blog-parts-article-summary-txt li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #333;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 26px;
	width: 26px;
	color: #ffffff;
	font-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.blog-parts-article .index {
	font-size: 20px;
	margin-bottom: 30px;
	list-style: none;
	padding: 30px 25px;
	margin: 55px 0 70px;
	background: #f5f8fa;
}
.blog-parts-article .index_title {
	font-size: 18px;
	padding: 0 0 0 0;
	list-style: none;
	border-bottom: none;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
}
.blog-parts-article .index_title span {
	margin-left: 10px;
	cursor: pointer;
}
.blog-parts-article .open-content.show-content li {
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 45px;
	border-bottom: 1px dotted #000;
	padding: 0 0 0 0;
	list-style: none;
}
.blog-parts-article-summary-a {
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0 !important;
}
.blog-parts-article-summary-a a {
	padding: 3px 5px;
	background: #eee;
	display: block;
	text-align: center;
}
.blog-parts-pagination .pagination-container {
	margin: 30px 0 20px;
	text-align: center;
}
.blog_article_stock .blog_article_sub_stock .slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 100;
}
.blog_article_sub_stock.shozai li:after {
	display: none;
}
.blog-parts__btn {
	display: block;
	width: 100%;
	margin: 20px 0 60px;
	font-size: 14px;
	text-align: right;
}
.blog-parts__btn a:hover {
	color: #fff;
	text-decoration: none;
	/* white-space: nowrap; */
	cursor: pointer;
	opacity: .7;
}
/*    .blog-parts__btn a {
        display: inline-block;
        padding: 11px 40px 9px 20px;
        color: #222;
        text-align: center;
        position: relative;
        border: 2px #198754 solid;
        width: 100%;
        background: rgb(25 135 84 / 7%);
    }*/
.blog-parts__btn a {
	display: flex;
	align-items: center;
	padding: 12px 40px 12px 12px;
	font-weight: bold;
	text-align: center;
	position: relative;
	border: 2px #198754 solid;
	width: 100%;
	height: auto;
	line-height: 1em;
	font-size: 15px;
	border-radius: 5px;
	background: #fff;
	background-color: #198754;
	color: #fff;
	/*text-shadow: 1px 1px 0px #ffffff,-1px  1px 0px #ffffff,1px -1px 0px #ffffff,-1px -1px 0px #ffffff,1px  0px 0px #ffffff,0px  1px 0px #ffffff,-1px  0px 0px #ffffff,0px -1px 0px #ffffff;
    */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.blog-parts__btn a .left_wrap .boxstatus__inner {
	margin: auto 0 0;
    width: 240px;
    height: 148px;
    /* border: 1px solid #f1f1f1; */
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.blog-parts__btn a .right_wrap {
	margin-left: 4%;
	width: calc(96% - 250px);
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
.blog-parts__btn a .right_wrap .rank_cap_btn {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
}
.blog-parts__btn a .right_wrap .rank_cap_btn span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.blog-parts__btn a .right_wrap .rank_title_btn {
	margin: 0 0 20px 0;
    line-height: 1.8em;
}
.blog-parts__btn a .right_wrap .rank_title_btn span {
	font-size: 25px;
	margin-right: 5px;
	white-space: nowrap;
	width: 100%;
    line-height: 1em;
}
.blog-parts__btn a img {
	/*margin-right: 18px;*/
	display: block;
	width: 240px;
	height: 148px;
	object-fit: contain;
	background: #fff;
	margin: 0 auto;
}
.blog-parts__btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	width: 20px;
	height: 5px;
	border: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: skew(45deg);
	transition: .3s;
	z-index: 10;
}
.blog-parts__btn a:hover::after {
	right: 0px;
}
.blog-parts__btn.blue a {
	color: #337ab7;
	border: 2px #337ab7 solid;
	background: #fff;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
	justify-content: flex-start;
	text-align: left;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
    padding: 30px 40px 21px 13px;
}
.blog-parts__btn a .rank_title_btn span {
	font-size: 20px;
	margin-right: 5px;
}
.blog-parts__btn.blue a::after {
	border-right: 5px solid #337ab7;
	border-bottom: 1px solid #337ab7;
}
.blog-parts__btn.red a {
	color: #dd0000;
	border: 3px #dd0000 solid;
	background: rgb(255 255 255);
	height: auto;
	display: inline-flex;
	margin: 0 0 0 auto;
	width: auto;
	border-radius: 5%;
	font-size: 14px;
	padding: 8px 40px 6px 10px;
}
.blog-parts__btn.red a:hover {
	color: #dd0000;
}
.blog-parts__btn.red a::after {
	border-right: 2px solid #dd0000;
	border-bottom: 1px solid #dd0000;
}
.blog-parts__btn.sample02 a {
	background-size: auto auto;
	background-color: #f1f1f1;
}
.blog-parts__btn.blue.sample02 a {
	background-size: auto auto;
	background-color: #f1f1f1;
}
.blog-parts__btn.sample03 a {
	background-color: #198754;
	color: #fff;
	text-shadow: none;
}
.blog-parts__btn.blue.sample03 a {
	background-color: #337ab7;
	color: #fff;
	text-shadow: none;
}
.blog-parts__btn.sample03 a::after {
	border-right: 5px solid #fff;
	border-bottom: 1px solid #fff;
}
/*タブ*/
.tab-group {
	display: flex;
	justify-content: center;
	padding-left: 0;
}
.blog_article_ec .tab {
	flex-grow: 1;
	padding: 5px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	background: #bbb;
	color: #000;
	font-size: 18px;
	position: relative;
	border-radius: 2px;
	opacity: 0.4;
}
.blog_article_ec .tab.tab-B {
	margin-left: 5px;
}
.blog_article_ec .tab:before {
	content: "";
	border-left: 5px solid #cccccc;
	position: absolute;
	left: 5px;
	width: 5px;
	height: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
.blog-parts.blog_article_recommend .slick-next {
	right: 0;
}
.blog-parts.blog_article_recommend .slick-prev {
	left: 0;
}
/* .blog_article_ec .tab.is-active:nth-child(1):before {
    content: "";
    border-left: 5px solid #ed5858;
}
.blog_article_ec .tab.is-active:nth-child(2):before {
    content: "";
    border-left: 5px solid #fd7e14;
} */
.tab-panel {
	width: 100%;
}
.panel-group {
	height: auto;
	border-top: none;
}
.panel {
	display: none;
}
.blog_article_h3 a {
	font-size: 17px;
	display: inline-block;
	padding-bottom: 5px;
	padding: 6px 10px 1px 5px;
	/*background: #337ab7;*/
	color: #337ab7;
}
.blog_article_h3 {
	border-bottom: 1px solid #337ab7;
}
.blog_article_h3.red {
	border-bottom: 1px solid #ed5858;
}
.blog_article_h3.red a {
	background: #ed5858;
	display: inline-block;
	color: #fff;
}
.blog_article_h3.gray {
	border-bottom: 1px solid #555;
	margin-top: 30px;
	margin-bottom: 0;
}
.blog_article_h3.gray a {
	background: #555;
	display: inline-block;
	color: #fff;
}
.blog_article_ec .tab.is-active {
	background: #ed5858;
	color: #fff;
	transition: all 0.2s ease-out;
	opacity: 1;
	border-radius: 3px;
}
.blog_article_ec .tab.tab-A.is-active {
	background: #d43f3a;
}
.blog_article_ec .tab.tab-B.is-active {
	background: #f98026;
}
.panel.is-show {
	display: block;
	overflow: hidden;
}
.blog_ranking_products .slick-next {
	right: 0px;
	z-index: 10;
}
.blog-control_ec .slick-next {
	right: -25px;
}
.blog_article_ec {
	margin-bottom: 0;
}
.blog-control_ec .slick-dots {
	bottom: -15px;
}
.ranking-inner .blog_ranking_products .slick-dots {
	bottom: 0px;
}
.blog-body .slick-prev, .blog-body .slick-next {
	top: 25%;
}
/* .blog-body .slick-prev {
    left: -30px;
}
.blog-body .slick-next {
    right: -30px;
} */
.main-contents .blog_ranking_products .item {
	width: 19%;
	padding: 10px 10px 12px 10px;
	border: 1px solid #999;
	margin: 0px 7px;
	overflow: hidden;
	background: #fff;
	height: auto !important;
	display: flex;
	flex-direction: column;
}
.main-contents .blog_ranking_products .item .price-area {
	margin-top: auto;
}
.blog-body .blog_ranking_products .slick-prev {
	left: 0;
}
.main-contents .blog_ranking_products .blog_ranking_products-link {
	text-decoration: none;
	transition: opacity 0.2s ease;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	height: 100%;
	outline: none;
}
.main-contents .blog_ranking_products .blog_ranking_products-link {
	text-decoration: none;
	transition: opacity 0.2s ease;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	height: 100%;
	outline: none;
}
.main-contents .blog_ranking_products .price .txt {
	font-size: 10px;
	color: #101010;
	margin: 0 0 5px;
	line-height: 1;
}
.main-contents .blog_ranking_products .price .num {
	font-size: 10px;
	color: #101010;
	margin: 0;
	line-height: 1;
}
.main-contents .blog_ranking_products .blog_ranking_products-link:hover {
	text-decoration: none;
	opacity: 0.7;
}
.main-contents .blog_ranking_products .photo {
	position: relative;
	margin: 0 0 10px;
}
.main-contents .blog_ranking_products .photo img {
	width: 100%;
	height: auto;
}
.main-contents .blog_ranking_products .photo .rank-title img {
	width: 100%;
	height: auto;
	padding-right: 22px;
}
.main-contents .blog_ranking_products .products-link {
	position: relative;
	/* display: block; */
}
.main-contents .blog_ranking_products .logo-maker {
	margin: 1em 0 0;
	text-align: center;
	width: 100%;
}
.main-contents .blog_ranking_products .logo-maker img {
	max-width: 100%;
	height: 12px;
	width: auto;
	margin: 0 auto;
}
.main-contents .blog_ranking_products .rank {
	width: 48px;
	height: 32px;
	background: url(https://www.direct-store.net/directimages/common/category/top/bg_crown.png) no-repeat;
	position: absolute;
	left: 0x;
	top: -8px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0 0 0;
	margin: 0;
	z-index: 10;
}
.main-contents .blog_ranking_products .blog_ranking_products-label {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
	height: 50px;
	align-items: flex-start;
	justify-content: space-between;
}
.main-contents .blog_ranking_products .blog_ranking_products-label li {
	padding: 2px 8px;
	font-size: 11px;
	background: #f19149;
	color: #fff;
	margin: 0 0 5px 0;
	letter-spacing: 0.1em;
	width: 48%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
}
.main-contents .blog_ranking_products .title {
	font-size: 14px;
	color: #101010;
	line-height: 1.5;
	margin: 0 0 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-word;
}
/* .main-contents .blog_ranking_products .title a {
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
} */
.main-contents .blog_ranking_products .info-area {
	margin: 0 0 5px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-end;
	flex-wrap: wrap;
	/* height: 17px; */
}
.main-contents .blog_ranking_products .stock {
	margin: 0;
	padding: 3px 3px 2px 4px;
	font-size: 11px;
	color: #fff;
	background: #bbb;
	line-height: 1;
	word-break: break-word;
}
.main-contents .blog_ranking_products .stock.label-warning {
	background-color: #f0ad4e;
}
.main-contents .blog_ranking_products .discount {
	text-align: right;
	color: #d00;
	font-size: 12px;
	margin: 0 0 3px;
	line-height: 1;
	word-break: break-word;
	width: 100%;
}
.main-contents .blog_ranking_products .price {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.main-contents .blog_ranking_products .price .txt {
	font-size: 10px;
	color: #101010;
	margin: 0 0 5px;
	line-height: 1;
	display: block;
	text-align: left;
	width: 100%;
}
.main-contents .blog_ranking_products .price .num span {
	font-size: 2.4em;
	color: #d00;
	font-weight: bold;
	padding: 0 5px 0 0;
	text-align: right;
	display: inline-block;
}
.main-contents .blog_ranking_products .price .num {
	font-size: 10px;
	color: #101010;
	margin: 0;
	line-height: 1;
	text-align: right;
	margin-left: auto;
}
.main-contents .blog_ranking_products .detail {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	background: #d00;
	font-weight: bold;
	margin: 10px 0 0;
	line-height: 1;
	position: relative;
}
.main-contents .blog_ranking_products .detail::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -5px 0 0 0;
}
.main-contents .blog_ranking_products-inner {
	position: static;
	left: auto;
	top: auto;
}
.btn-category-all {
	list-style: none;
	background: #eee;
	display: block;
	width: 40%;
	margin: 8px auto 18px;
	text-align: center;
	cursor: pointer;
	padding: 7px 0 7px;
	font-size: 13px;
	border-radius: 5px;
}
.blog-control_ec {
	padding-left: 0;
	white-space: nowrap;
	width: calc(100% - 60px);
	margin: 0 auto;
}
.main-contents .blog_ranking_products .item .rank.rank01 {
	background-position: 0 0;
}
.main-contents .blog_ranking_products .item .rank.rank02 {
	background-position: 0 -38px;
}
.main-contents .blog_ranking_products .item .rank.rank03 {
	background-position: -60px 0;
}
.main-contents .blog_ranking_products .item .rank.rank04, .main-contents .blog_ranking_products .item .rank.rank05, .main-contents .blog_ranking_products .item .rank.rank06, .main-contents .blog_ranking_products .item .rank.rank07, .main-contents .blog_ranking_products .item .rank.rank08, .main-contents .blog_ranking_products .item .rank.rank09, .main-contents .blog_ranking_products .item .rank.rank10 {
	background-position: -60px -38px;
}
.main-contents .blog_ranking_products .item .rank-title {
	background: #fff;
	line-height: 1.3;
	width: 50%;
	padding: 0 0 0;
	word-break: break-all;
	margin: 0 0 2em;
}
.main-contents .blog_ranking_products .item .rank-title img {
	width: 100%;
	height: auto;
	max-height: 25px;
	padding-right: 0;
	object-fit: contain;
}
.main-contents .blog_ranking_products .item .rank-title span {
	font-size: .9;
	word-break: break-all;
}
.main-contents .blog_ranking_products .item .photo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-contents .blog_ranking_products .item .num_box {
	padding-left: 0;
	font-size: 0.5em;
	list-style: none;
	margin-left: auto;
}
.main-contents .blog_ranking_products .item .num_box .zaiko_num a {
	color: #0d6efd;
}
.main-contents .blog_ranking_products .item .num_box .handling_num a {
	color: #198754;
}
.main-contents .blog_ranking_products {
	/*display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;*/
	width: 100%;
	height: 100%;
	/* display: flex;
    flex-wrap: wrap; */
}
.main-contents .blog_ranking_products .slick-num {
	margin-left: 15px;
}
.main-contents .blog_ranking_products .slick-track {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
.section .tag_area {
	border-top: 1px solid #C00000;
	border-bottom: none;
}
.section .tag_area:last-child {
	border-bottom: 1px solid #C00000;
	margin-bottom: 80px;
}
.tag_area .tag_area_title {
	font-size: 20px;
	color: #C00000;
	margin-bottom: 10px;
}
.tag_area .tag_area_title a {
	color: #C00000;
}
.tag_area .tag_area_list {
	padding-left: 0;
	margin-bottom: 15px;
}
.tag_area .tag_area_list_item {
	font-size: 16px;
	display: inline-block;
	background: #C00000;
	padding: 5px 10px;
	color: #fff;
	margin: 5px;
}
.tag_area .tag_area_list_item a {
	color: #fff;
}
.tag_area .tag_area_list_item:hover {
	cursor: pointer;
}
.tag_area .tag_area_list_item span {
	font-size: 14px;
}
.plus {
	position: relative;
}
.side-plus {
	width: 17px;
	height: 17px;
	color: #C00000;
	margin-left: 0;
	position: absolute;
	right: 0;
	margin-right: 0;
	transition: all .5s ease;
	background: #eee;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
}
.side-plus:hover {
	cursor: pointer;
}
.side-plus:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	height: 1px;
	width: 1em;
	transform: translate(-50%, -50%);
	background: #C00000;
	z-index: 1;
}
.side-plus::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 1em;
	transform: translate(-50%, -50%) rotate(90deg);
	background: #C00000;
	z-index: 1;
}
.plus.active .side-plus::after {
	transform: translate(-50%, -50%) rotate(0deg);
}
.mb_80 {
	margin-bottom: 80px;
}
.sidemenu .acMenu li.close {
	display: flex;
}
.sidemenu .acMenu li a {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.sidemenu .acMenu li a:before {
	display: inline-block;
	content: "";
	background-image: url(https://www.direct-store.net/directimages/common/menu/kakko.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	flex-shrink: 0;
}
.sidemenu .acMenu ul.close {
	display: none;
}
.sidemenu .acMenu ul.close > li {
	background: #eee;
}
.sidemenu .acMenu ul.close > li a {
	padding-left: 15px;
}
.sidemenu .acMenu ul.close > li a:before {
	background-image: url(https://www.direct-store.net/directimages/common/menu/kakko02.png);
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.sidemenu .acMenu ul.close ul.close li {
	background: #959595;
}
.sidemenu .acMenu ul.close ul.close li a {
	padding-left: 15px;
}
.sidemenu .acMenu ul.close ul.close li a:before {
	content: ">";
	background-image: none;
	/*background-image: url(https://www.direct-store.net/directimages/common/menu/right02.png);*/
	width: 14px;
	height: 14px;
	margin-right: 0;
}
.sidemenu .acMenu li.close .ico-open {
	background: #fff;
}
.sidemenu .acMenu ul.close > li .ico-open {
	background: #eee;
}
/**/
.blog-body .sidemenu.pc_only {
	width: 16.66666667%;
	padding: 0 15px;
}
.blog-body .acMenu li.close {
	display: flex;
}
.blog-body .acMenu li a {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.blog-body .acMenu li a:before {
	display: inline-block;
	content: "";
	background-image: url(https://www.direct-store.net/directimages/common/menu/kakko.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	flex-shrink: 0;
}
.blog-body .acMenu ul.close {
	display: none;
}
.blog-body .acMenu ul.close.active {
	display: block;
}
.blog-body .acMenu ul.close > li {
	background: #c6c6c6;
}
.blog-body .acMenu ul.close > li a {
	padding-left: 15px;
}
.blog-body .acMenu ul.close > li:hover a {
	color: #000;
}
/* .blog-body .acMenu ul.close > li:hover .ico-open {
    color: #000;
    background: #666;
} */
.blog-body .acMenu ul.close > li a:before {
	background-image: url(https://www.direct-store.net/directimages/common/menu/kakko02.png);
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
/* .blog-body .acMenu ul.close ul.close li {
    background: #444;
} */
.blog-body .acMenu ul.close ul.close li a {
	padding-left: 15px;
	color: #fff;
}
.blog-body .acMenu ul.close ul.close li:hover a {
	color: #000;
}
.blog-body .acMenu ul.close ul.close li a:before {
	content: ">";
	background-image: none;
	/*background-image: url(https://www.direct-store.net/directimages/common/menu/right02.png);*/
	width: 14px;
	height: 14px;
	margin-right: 0;
}
.blog-body .acMenu ul.close ul.close > li .ico-open {
	background: #959595;
}
.blog-body .acMenu ul.close ul.close > li:hover .ico-open {
	color: #000;
	background: #95959544;
}
/* .blog-body .acMenu ul.close ul.close ul.close li {
    background: #888;
} */
.blog-body .acMenu ul.close ul.close ul.close li a {
	padding-left: 15px;
	color: #fff;
	background: #444;
}
.blog-body .acMenu ul.close ul.close ul.close li:hover a {
	color: #000;
	background: #666;
}
.blog-body .acMenu ul.close ul.close ul.close li a:before {
	content: ">";
	background-image: none;
	/*background-image: url(https://www.direct-store.net/directimages/common/menu/right02.png);*/
	width: 14px;
	height: 14px;
	margin-right: 0;
}
.blog-body .acMenu li.close .ico-open {
	background: #fff;
}
.blog-body .acMenu ul.close > li .ico-open {
	background: #c6c6c6;
}
.blog-body .acMenu dt {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.blog-body .acMenu {
	border: 1px solid #ffffff;
}
.blog-body .acMenu .ico-open {
	background: #eee;
}
/* .blog-body .acMenu ul li:hover a, .blog-body .acMenu ul li:hover .ico-open {
    background: #fee;
    color: #000;
} */
.blog-body .acMenu dt a {
	background: #eee;
	background-image: none;
}
/* .blog-body .acMenu .ico-open.active {
    background: #fee;
}
.blog-body .acMenu dt a.current {
    background: #fee;
    background-image: none;
} */
.blog-body .acMenu .ico-open span {
	background-image: url(https://www.direct-store.net/directimages/common/menu/plus_g.png);
}
.blog-body .acMenu .ico-open.active span {
	background-image: url(https://www.direct-store.net/directimages/common/menu/minus.png);
}
.blog-body .sidemenu .h2-box .ico-open.active span {
	background-image: url(https://www.direct-store.net/directimages/common/menu/minus.png);
}
/**/
.blog-body .bnr-top-blog {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	width: 100%;
	flex-wrap: wrap;
}
.blog-body .direct_blog_top {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	width: 100%;
}
.main-contents .blog-body h1 {
	font-weight: bold;
	width: 100%;
}
.direct_blog_top_left:before {
	content: "◀";
}
.direct_blog_top_right:after {
	content: "▶";
}
.blog_entry .pagination-container {
	text-align: center;
	margin: 50px 0;
}
.blog_entry .pagination {
	margin: 0 0;
}
.direct_blog {
	background: rgb(208, 0, 0);
	background: linear-gradient(99deg, rgba(240, 71, 71, 1) 0%, rgba(237, 88, 88, 1) 51%, rgba(240, 71, 71, 1) 100%);
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	display: block;
	outline: 1px solid #FFFFFF;
	outline-offset: -5px;
	position: relative;
	width: 100%;
}
.direct_blog .direct_blog_txt01 {
	font-size: 18px;
	display: block;
}
.direct_blog .direct_blog_txt02 {
	font-size: 28px;
	display: block;
	margin-top: 40px;
	width: 75%;
}
.direct_blog .direct_blog_txt03 {
	font-size: 35px;
	display: block;
	margin-top: 15px;
}
.direct_blog:after {
	content: "";
	position: absolute;
	background: url(https://www.direct-store.net/directimages/common/ranking/img_ranking_logo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 80px;
	height: 70px;
	display: inline-block;
	right: 1%;
	bottom: 5%;
}
.blog_article_sub_stock .slick-dots {
	bottom: -38px;
}
.blog-body .slick-dots li {
	margin: 0 4px;
	width: 20px;
	height: 5px;
}
.blog-body .slick-dots li button:before {
	content: '';
	width: 20px;
	height: 5px;
	background: #E0E0E0;
	opacity: 1;
}
.blog-body .slick-dots li.slick-active button:before {
	background: #ed5858;
}
.blog-body li:after {
	display: none;
}
.blog-body .sec-concept .concept-btn li {
	width: 48%;
}
.blog-parts-article-sns.pc_only {
	display: flex !important;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 10px;
	justify-content: flex-end;
	width: 100%;
}
.blog-parts-article-deta02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.blog-parts-article-deta02 li {
	margin-right: 10px;
}
.blog-parts-article-deta02 li:last-child {
	margin-right: 0;
	padding: 0;
}
.blog-parts-article-cat {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-right: 10px;
	margin-bottom: 0;
	justify-content: flex-start;
}
.blog-parts-article-cat .scene_name a {
	background: #198754;
	color: #ffffff;
	padding: 2px 5px;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 10px;
}
.blog-parts-article-cat .cat_name a {
	background: #198754;
	color: #ffffff;
	padding: 2px 5px;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 10px;
}
.blog_search_box {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #555;
	margin-bottom: 10px;
	justify-content: space-between;
	align-items: flex-end;
	padding-left: 0;
	width: 100%;
}
.blog-control-parts-radio {
	display: flex;
	list-style: none;
	flex-wrap: nowrap;
	justify-content: center;
	padding-left: 0;
	border: 3px solid #eee;
	padding: 3px 10px 2px;
	margin-bottom: 5px;
	width: 250px;
}
.blog-control-parts-radio li {
	list-style: none;
	display: flex;
	font-size: 13px;
}
.blog-control-parts-radio li:nth-child(n+2) {
	margin-left: 15px;
}
.blog-control-parts-radio li input[type="radio"] {
	margin: 0 7px 0 0;
}
.blog-control-parts-radio li label {
	margin-bottom: 0;
}
.sec-concept.blog_article_ec #categorylist-new2 .category-parent {
	width: 90%;
	margin: 0 auto 10px;
}
.sec-concept.blog_article_ec #makerlist-new2 .category-parent {
	margin-top: 0px;
	margin-bottom: 10px;
}
.sec-concept.blog_article_ec #makerlist-new2 .category-parent a {
	height: 50px;
	display: flex;
	align-items: center;
}
.sec-concept.blog_article_ec #makerlist-new2 .category-parent img {
	margin-right: 10px;
}
.sec-concept.blog_article_ec #categorylist-new2 .shozai-item {
	padding: unset;
}
.slick-num {
	display: inline-block;
	font-size: 0.9em;
}
.slick-num:before {
	content: "...";
	padding-right: 10px;
}
.blog-control_ec .slick-dots li button:before {
	width: 10px;
}
.blog-control_ec .slick-dots li button {
	width: 10px;
}
.blog-control_ec .slick-dots li {
	margin: 0 4px;
	width: 10px;
	height: 5px;
}
/*検索BOX*/
.top_search_switch {
	cursor: pointer;
	padding: 5px 15px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
}
.fix_menu .top_search_switch {
	padding: 5px 15px;
	margin: 0;
	font-size: 16px;
}
.top_search_switch img {
	margin-right: 5px;
}
.top_search_innnerbox {
	display: none;
	position: relative;
	width: 100%;
}
.top_search_innnerbox li.top_search_innnerbox_list {
	list-style: none;
}
.top_search_innnerbox .top_search_keyword li {
	color: #fff;
	list-style: none;
}
.top_search_innnerbox .top_search_product li {
	color: #fff;
	list-style: none;
}
.top_search_innnerbox.is-active {
	/* display: block; */
	position: absolute;
	right: 0;
	top: calc(100% - 10px);
	width: 100%;
	background: #606060;
	color: #ffffff;
	z-index: 10000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	padding: 45px 0px;
	gap: 40px;
	margin-top: 10px;
}
.top_search_innnerbox:after {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	background: #606060;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}
.header-global-inner .top_search_innnerbox {
	position: relative;
	width: auto;
	display: flex;
}
.header-global-inner .top_search_innnerbox:after {
	content: none;
}
.header-global-inner .top_search_innnerbox .top_search_keyword li, .header-global-inner .top_search_innnerbox .top_search_product li {
	color: #000;
}
#head_category .fix_menu .fix_menu_btn05 {
	position: static !important;
}
#top_search_innnerbox02 li.top_search_innnerbox_list {
	border: none;
	background: inherit;
}
#top_search_innnerbox02 .top_search_innnerbox_list li {
	border: none;
	background: inherit;
	justify-content: flex-start;
	font-size: 16px;
	display: flex;
}
#top_search_innnerbox02 .top_search_keyword, #top_search_innnerbox02 .top_search_product {
	display: flex;
	font-size: 16px;
	flex-direction: column;
}
.footer_search_switch {
	cursor: pointer;
	padding: 5px 15px;
	margin: 5px 0;
	background: #fff;
	border-radius: 5px;
}
.fix_menu .footer_search_switch {
	padding: 5px 15px;
	margin: 0;
	font-size: 16px;
}
.footer_search_switch img {
	margin-right: 5px;
}
.footer_search_innnerbox {
	position: relative;
	width: 100%;
}
.footer_search_innnerbox li.footer_search_innnerbox_list {
	list-style: none;
}
.footer_search_innnerbox .footer_search_keyword {
	padding-left: 0;
}
.footer_search_innnerbox .footer_search_product {
	padding-left: 0;
}
.footer_search_innnerbox .footer_search_keyword li {
	list-style: none;
}
.footer_search_innnerbox .footer_search_product li {
	list-style: none;
}
.footer_search_innnerbox.is-active {
	width: 100%;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	padding: 0 0;
	gap: 60px;
	margin-top: 55px;
}
/*記事ぺージのh2*/
.blog-parts-article-body h2 {
	background: #f5f8fa;
	padding: 15px 15px;
	color: #000;
}
.blog-parts-article-summary {
	border: #ed5858 2px solid;
	border-radius: 5px;
}
.blog-parts-article-summary-txt li:before {
	background-color: #ed5858;
}
.blog-parts-article-body .blog-parts-article-summary h2 {
	background: none;
	padding: 0;
}
.blog-parts-article-body p {
	padding: 0 0 5px 0;
}
.blog-parts-article-body h3 {
	padding: 0 0 0 15px;
}
.blog_entry .pagination > li.disabled a {
	opacity: 0.6;
	background: #f6f6f6;
	/*width: 100%;*/
}
.side_faq_bnr {}
.side_faq_bnr a {
	border: 3px solid #0d638c;
	position: relative;
	display: block;
	padding: 5px 5px 8px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: url(https://www.direct-store.net/directimages/blog/img_kabe.png);
	background-position: left bottom;
	background-size: 100% auto;
}
.side_faq_bnr a:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(251, 250, 224, 0.3);
	z-index: -1;
}
.side_faq_bnr a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: .6;
}
.side_faq_bnr .side_faq_bnr_title01 {
	font-size: 14px;
	display: inline-block;
	line-height: 1.1;
	margin-top: 3px;
}
.side_faq_bnr .side_faq_bnr_title02 {
	font-size: 16px;
	border: 1px solid #0d638c;
	width: 24px;
	display: inline-block;
	padding: 0px 1px;
	line-height: 1.2;
	background-color: rgba(255, 255, 248, 1);
	margin: 5px 0 0;
	position: relative;
	box-shadow: 2px 2px #0d638c;
}
.side_faq_bnr .side_faq_bnr_title02:nth-child(2):before {
	content: "";
	position: absolute;
	background: url(https://www.direct-store.net/directimages/common/menu02/ico-grass.svg);
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: 100% auto;
	z-index: 0;
	left: -15px;
}
.side_faq_bnr .side_faq_bnr_title02:nth-child(3):before {
	content: none;
}
.side_faq_bnr a {
	color: #0d638c;
}
.side_faq_bnr a .side_faq_bnr_title02 {
	color: #8c360d;
}
.side_faq_bnr .side_faq_bnr_title02 + .side_faq_bnr_title02 {
	margin-left: 3px;
}
.side_faq_bnr02 {}
.side_faq_bnr02 a {
	border: 3px solid #0d638c;
	position: relative;
	display: block;
	padding: 5px 5px 8px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: url(https://www.direct-store.net/directimages/blog/img_kabe.png);
	background-position: left bottom;
	background-size: 100% auto;
}
.side_faq_bnr02 a:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(251, 250, 224, 0.3);
	z-index: -1;
}
.side_faq_bnr02 a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: .6;
}
.side_faq_bnr02 .side_faq_bnr_title01 {
	font-size: 14px;
	display: inline-block;
	line-height: 1.1;
	margin-top: 3px;
}
.side_faq_bnr02 .side_faq_bnr_title02 {
	font-size: 16px;
	border: 1px solid #0d638c;
	width: 24px;
	display: inline-block;
	padding: 0px 1px;
	line-height: 1.2;
	background-color: rgba(255, 255, 248, 1);
	margin: 0 0;
	position: relative;
	box-shadow: 2px 2px #0d638c;
}
.side_faq_bnr02 .side_faq_bnr_title03 {
	margin: 0 0;
}
/*.side_faq_bnr02 .side_faq_bnr_title02:nth-child(2):before {
    content: "";
    position: absolute;
    background: url(./img_grass.png);
    display: inline-block;
    width: 15px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 0;
    left: -20px;
}*/
.side_faq_bnr02 .side_faq_bnr_title02:nth-child(3):before {
	content: none;
}
.side_faq_bnr02 a {
	color: #0d638c;
}
.side_faq_bnr02 a .side_faq_bnr_title02 {
	color: #8c360d;
}
.side_faq_bnr02 a .side_faq_bnr_title03 {
	color: #8c360d;
}
.side_faq_bnr02 a .side_faq_bnr03 {
	margin-left: 10px;
}
.side_faq_bnr02 a .side_faq_bnr04 {
	display: flex;
	font-size: 13px;
	justify-content: center;
	color: #8c360d;
	align-items: center;
	margin-top: 5px;
}
.side_faq_bnr02 .side_faq_bnr_title02 + .side_faq_bnr_title02 {
	margin-left: 3px;
}
.blog-body .slick-prev, .blog-body .slick-next {
	z-index: 5;
}
/*カテゴリー用バナー*/
.blog-cat-bnr a {
	text-decoration: none;
}
.blog-cat-bnr a:hover {
	text-decoration: none;
	opacity: .6;
}
.blog-cat-bnr .toppage_banner {
	border: 1px solid #D43F3A;
	color: #D43F3A;
	text-align: left;
	position: relative;
	padding: 7px 11px 6px 10px;
	font-weight: bold;
	line-height: 1.3;
}
	.blog-cat-bnr .toppage_banner:after {
		content: "";
		background: url(https://www.direct-store.net/directimages/common/angle-right-solid.svg);
		color: #D43F3A;
		position: absolute;
		transform: translate(0, -50%);
		top: 50%;
		right: 4px;
		width: 7px;
		height: 12px;
	}
.blog-cat-bnr .toppage_banner2 {
	background: #D43F3A;
	text-align: right;
	color: white;
	font-size: 14px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 2px;
}
.blog-cat-bnr.bnr_shozai .toppage_banner {
	border: 1px solid #D43F3A;
	color: #D43F3A;
}
.blog-cat-bnr.bnr_shozai .toppage_banner:after {
	color: #D43F3A;
}
.blog-cat-bnr.bnr_shozai .toppage_banner2 {
	background: #D43F3A;
}
.blog-cat-bnr.bnr_maker .toppage_banner {
	border: 1px solid #F98026;
	color: #F98026;
}
	.blog-cat-bnr.bnr_maker .toppage_banner:after {
		color: #F98026;
		background: url(https://www.direct-store.net/directimages/common/angle-right-solid-mk.svg);
	}
.blog-cat-bnr.bnr_maker .toppage_banner2 {
	background: #F98026;
}
.cat-scroll .sp_cat_menu01 {
	display: none;
}
.sp_cat_menu02 {
	display: none;
}
.acMenu ul li a:hover {
	background: transparent;
}
.acMenu ul li:hover a, .acMenu ul li:hover .ico-open {
	background: transparent;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media (max-width:1200px) {
	.side_faq_bnr02 a .side_faq_bnr04 {
		display: block;
	}
	.side_faq_bnr02 a .side_faq_bnr03 {
		margin-left: 0;
	}
}
@media (max-width: 960px) {
	.blog_article_stock_l .blog_article_sub_stock li:after {
		right: 6%;
	}
	.blog_article_stock {
		display: block;
	}
	.blog_article_stock.column01-2 .blog_article_stock_l, .blog_article_stock.column02-2 .blog_article_stock_l {
		margin: 0 auto;
	}
	.blog_article_stock.column01-2 .blog_article_stock_r, .blog_article_stock.column02-2 .blog_article_stock_r {
		width: 100%;
		padding: 20px 25px 10px;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {
	.footer_search_innnerbox.is-active {
		margin-top: 30px;
	}
}
@media (max-width:991px) {
	.blog-body .sidemenu {
		width: 25%;
	}
	.blog_entry .blog-parts .blog-parts-content {
		width: 48%;
	}
	.footer_search_innnerbox.is-active {
		margin-top: 20px;
	}
	.blog_article_stock.column02-2 .blog_article_stock_l {
		width: 100%;
		padding: 20px 25px 10px;
	}
	.blog_article_stock.column02-2 .blog_article_stock_r {
		width: 100%;
	}
	.blog_article_stock .blog_article_stock_l h4 {
		text-align: center;
	}
	.blog-parts .blog-parts-img img {
		height: 140px;
	}
	.blog-parts-article-author {
		display: block;
	}
	.blog-parts-article-author-img {
		padding-top: 20px;
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}
	.blog-parts-article-author-txt {
		width: 100%;
	}
	.blog-parts-article-body h3 {
		padding: 0 0 0;
		text-align: center;
	}
}
#header-global .navbar-form {
	display: none;
}
/**/
/* 条件検索ボタン */
.page_topbana {
	display: flex;
	flex-direction: column;
	position: fixed;
	bottom: 95px;
	right: 10px;
}
.btn_fix a {
	padding: 1em;
	margin-bottom: 1em;
	text-align: center;
	background: rgba(217, 83, 79, 1);
	color: #fff;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 133px;
	width: 133px;
	border-radius: 15%;
	font-weight: 400;
	/*border: #fff solid 5px;
  */ box-shadow: 0px 5px 15px -5px #bababa;
	flex-direction: column;
	font-size: 0.9em;
	z-index: 10;
	padding-top: 2.5em;
	position: relative;
	line-height: 1.2em;
}
.btn_fix a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.btn_fix a img {
	position: absolute;
	top: 10px;
	left: 12px;
	filter: drop-shadow(2px 2px 5px rgba(217, 83, 79, 0.9));
	-webkit-filter: drop-shadow(2px 2px 5px rgba(217, 83, 79, 0.9));
}
.btn_fix a .btn_fix_cap {
	font-size: 0.75em;
	line-height: 1.1;
}
.btn_fix a .title_btn {
	margin: 0 0 5px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.2em;
	line-height: 1.2em;
}
.btn_fix a .title_cat_name {
	margin: 0 0 0.2em;
	font-size: 0.9em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 1.2;
}
.btn_fix a .title_ {
	margin: 0 0 0.2em;
}
.btn_fix .bnr_wrap .description4 {
	display: block;
	top: 0px;
	left: -55px;
	position: absolute;
	padding: 10px;
	font-size: 14px;
	line-height: 1.6em;
	color: #fff;
	border-radius: 5px;
	background: #000;
	width: 38px;
	height: 300px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.btn_fix .bnr_wrap .description4:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 50px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
	margin-left: -15px;
	transform: rotateZ(270deg);
}
.blog_ranking_products.slick-initialized .item.slick-slide {
	display: flex;
}
.blog_ranking_products .item.slick-slide {
	display: none;
}
