@charset "UTF-8";

.mainImage {
	width: 980px;
	margin: 0 auto 60px auto;
}
.mainImage:hover {
	opacity: 0.8;
}

.contents01 .adsense {
	margin-bottom: 40px;
}

.contents02 {
	margin-bottom: 50px;
}
.common_title {
	position: relative;
	color: #fff;
	background: #333;
	text-align: center;
	margin-bottom: 20px;
}
.common_title p {
	font-size: 2.4rem;
	line-height: 1.5;
  font-weight: bold;
  padding: 24px 20px;
}
.common_title:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: 0 auto;
	border-top: 8px solid #333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.contents02 .items {
	display: block;
}
.contents02 .items a {
  color: #333;
  transition: all 0.3s ease-in-out;
}
.contents02 .items a:hover {
  opacity: 0.7;
}
.contents02 .items::after {
	content:"";
	display: block;
	width: 30%;
}
.contents02 .items > div {
	display: none;
	margin-bottom: 15px;
}
.contents02 .items .item {
	display: flex;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 1.5%;
  font-size: 16px;
}
.contents02 .items .open {
	display: block;
}
.contents02 .items .item_image {
  width: 38%;
  position: relative;
}
.contents02 .items .item_image img {
  object-fit: cover;
  height: 153px;
  width: 100%;
}
.contents02 .items .eyecatch_label {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 1.0rem;
  padding: 0.5rem 1rem;
}

.contents02 .items.cat_top_item .item_image img {
  object-fit: cover;
  width: 100%;
}
.contents02 .items.cat_top_item .item .item_text a {
  display: block;
  background: url(../img/top/btndetail.png) no-repeat left top;
  width: 185px;
  height: 30px;
  text-indent: -9999px;
  transition: none;
  margin: 2rem auto 0;
}
.contents02 .items.cat_top_item .item .item_text a:hover {
	background-position: left -32px;
}
.contents02 .items.cat_top_item .item .item_text p {
  font-size: 0.8em;
  line-height: 1.3;
  overflow: hidden;
  margin-bottom: 10px;
}

.eyecatch_label.workman-place { background-color: #ff66ff;}
.eyecatch_label.madori { background-color: #0033cc;}
.eyecatch_label.chizu { background-color: #66ff00;}
.eyecatch_label.fudousan-koukoku { background-color: #ff6666;}
.eyecatch_label.pers { background-color: #cc9966;}
.eyecatch_label.cad { background-color: #cc3366;}
.eyecatch_label.meishi { background-color: #330000;}
.eyecatch_label.workman-place-other { background-color: #663399;}
.eyecatch_label.staff-syokkousyo { background-color: #993333;}
.eyecatch_label.tsu-han-place { background-color: #339966;}
.eyecatch_label.bouhan { background-color: #ffff33;}
.eyecatch_label.tsu-han-place-other { background-color: #339933;}
.eyecatch_label.kitchen-syokki { background-color: #cc99cc;}
.eyecatch_label.office-goods { background-color: #ffff66;}
.eyecatch_label.home-goods { background-color: #ccff66;}
.eyecatch_label.outdoor-goods { background-color: #669966;}
.eyecatch_label.toy-goods { background-color: #000066;}
.eyecatch_label.health-goods { background-color: #0099ff;}
.eyecatch_label.present-goods { background-color: #33ffcc;}
.eyecatch_label.keihin { background-color: #000099;}
.eyecatch_label.tsu-han-place-staff { background-color: #6600cc;}
.eyecatch_label.otoku-kaikata { background-color: #c7c700;}
.eyecatch_label.furusato-nouzei { background-color: #009900;}
.eyecatch_label.ポイントサイト { background-color: #ff3399;}
.eyecatch_label.ラクマ { background-color: #660099;}
.eyecatch_label.rakutenichibva-otokunakaikata { background-color: #cc33ff;}
.eyecatch_label.amazon-otokunakaikata { background-color: #3399cc;}
.eyecatch_label.yahooshopping-otokunakaikata { background-color: #66ccff;}
.eyecatch_label.yahuoku-otokunakaikata { background-color: #333333;}
.eyecatch_label.ponnpare-otokunakaikata { background-color: #cc0033;}
.eyecatch_label.wowma-otokunakaikata { background-color: #990099;}
.eyecatch_label.qoo10-otokunakaikata { background-color: #99ff00;}
.eyecatch_label.merukari-otokunakaikata { background-color: #00ffcc;}
.eyecatch_label.information { background-color: #99ffff;}
.eyecatch_label.information-information { background-color: #003300;}
.eyecatch_label.staff { background-color: #009999;}
.eyecatch_label.staff-staff { background-color: #99cc33;}
.eyecatch_label.president { background-color: #00cc33;}

.contents02 .items .item_image a:hover{
	opacity: 0.8;
}
.contents02 .items .item_text {
	margin-left: 2rem;
  width: calc(100% - 230px - 2rem);
}

.contents02 .items .item_text-date {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.contents02 .items .item_text-date .new {
	font-size: 1rem;
	background: #000;
	color: #fff;
	padding: 1px 5px;
	margin-left: 10px;
  display: none;
}
.contents02 .items .item_text-title h2 {
	color: #545454;
  font-size: 18px;
  margin: 0 0 5px 0;
  line-height: 1.6;
  font-weight: bold;
}

.contents02 .items .item_text-main p {
  font-size: 0.8em;
  max-height: 7.8em;
  line-height: 1.3;
  overflow: hidden;
	margin-bottom: 10px;
}

.card-next {
  border: 1px solid #ccc;
  padding: 0.6em 1em;
  width: fit-content;
  margin: auto 0 0 auto;
}
.card-next span {
  display: block;
  font-size: 0.7em;
  color: #707070;
}

.contents02 .items .item_text-cat {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	font-size: 1.1rem;
}
.contents02 .items .item_text-cat li {
	margin-right: 2px;
	margin-bottom: 12px;
}
.contents02 .items .item_text-cat li:last-child {
	margin-right: 0;
}
.contents02 .items .item_text-cat li a {
	background: #ededed;
	color: #545454;
	padding: 5px;
}
.contents02 .items .item_text-cat li a:hover {
	text-decoration: underline;
}


.readmoreButton .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.readmoreButton a.btn-svg {
	font-family: 'Noto Sans';
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
	margin: 2rem auto 4rem;
  font-weight: 700;
  line-height: 54px;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.readmoreButton a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.readmoreButton a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #4a4a4a;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

.readmoreButton a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

.readmoreButton a.btn-svg span {
  color: #4a4a4a;
}

.c02_otokuBanner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 20px;
}
.c02_ob-item {
	width: 32%;
}
.c02_ob-item a:hover {
	opacity: 0.7;
}

.contents03 .adsenseBottom {
	display: flex;
	justify-content: center;
	margin: 50px auto 20px;
}
.contents03 .adsenseBottom .item:first-child {
	margin-right: 10px;
}
.contents03 .adsenseBottom .item:last-child {
	margin-left: 10px;
}


@media screen and (max-width: 767px) {
	.mainImage {
		width: 100%;
		margin-bottom: 20px;
	}
  .contents02 .items.cat_top_item .item {
		width: calc(100% - 3.0em);
  }
	.contents02 .items .item {
		width: calc(100% - 16px);
		display: block;
		margin: 0 auto 30px;
	}
	.contents02 .items > div {
		margin-bottom: 0;
	}
	.contents02 .items .item_image {
		margin: auto;
    width: 100%;
    text-align: center;
	}
	.contents02 .items .item_text {
		padding: 0 20px;
	}
	.contents02 .items .item_text-date {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.contents02 .items .item_text-date .new {
		font-size: 1.2rem;
		margin-left: 15px;
	}
	.contents02 .items .item_text-title {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.contents02 .items .item_text {
		flex-direction: column;
		font-size: 1.6rem;
    width: 100%;
    margin: auto;
    padding: 0;
	}
	.contents02 .items .item_text-cat {
		margin-left: 0;
	}
	.c02_ob-item {
		width: 210px;
	}

	.contents03 .adsenseBottom {
		flex-direction: column;
		align-items: center;
	}
	.contents03 .adsenseBottom .item {
		margin-bottom: 20px;
	}
	.facebook {
		margin-bottom: 30px;
	}

  .c02_otokuBanner {
    justify-content: center;
  }
  .contents03 .adsenseBottom .item:first-child {
    margin: auto;
  }
  .contents03 .adsenseBottom .item:last-child {
    margin: auto;
  }

}

/* 通販モール情報 */
h2.google-ad-heading {
  margin: 2.4em 0 1.0rem;
  font-size: 2.5rem;
  text-align: left;
}
.bottom-ad-link_area {
	margin: 0;
}
.bottom-ad-link {
	padding: 0;
	list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bottom-ad-link li {
	width: calc((100% - 20px)/3);
	margin-bottom: 20px;
}
.bottom-ad-link_ad img {
	position: absolute;
}
.bottom-ad-link a img {
	position: static;
	width: 100%;
}
.bottom-ad-link_desc {
	font-size: 0.8em;
	line-height: normal;
}
.article h2.google-ad-heading {
	padding: 0;
	background-color: transparent;
}
@media screen and (max-width: 834px) {
	.bottom-ad-link,
	.article ul.bottom-ad-link {
		padding: 0;
		font-size: 10.24px;
	}
}


.sns-buttons {
  display: flex;
  align-items: center;
}
.sns-buttons a {
  display: block;
  background-color: #333;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  height: 45px;
}
.sns-buttons a:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.sns-share a, .sns-follow a {
  cursor: pointer;
}
.bc-brand-color.sns-share .twitter-button, .bc-brand-color.sns-follow .twitter-button {
  background-color: #1da1f2;
}
.bc-brand-color.sns-share .facebook-button, .bc-brand-color.sns-follow .facebook-button {
  background-color: #3b5998;
}
.bc-brand-color.sns-share .hatebu-button, .bc-brand-color.sns-follow .hatebu-button {
  background-color: #2c6ebd;
}
.bc-brand-color.sns-share .pocket-button, .bc-brand-color.sns-follow .pocket-button {
  background-color: #ef4056;
}
.bc-brand-color.sns-share .line-button, .bc-brand-color.sns-follow .line-button {
  background-color: #00c300;
}

.bc-brand-color-white.sns-share a, .bc-brand-color-white.sns-follow a {
  background-color: #fff;
  font-weight: 500;
  border: 1px solid #333;
  color: #333;
}

.ss-top {
  margin-top: 0;
  margin-bottom: 0;
}
.ss-top .sns-share-message {
  display: none;
}

.sns-share.ss-col-1 a {
  width: 100%;
}
.sns-share.ss-col-2 a {
  width: 49%;
}
.sns-share.ss-col-4 a {
  width: 24%;
}
.sns-share.ss-col-5 a {
  width: 19%;
}
.sns-share.ss-col-6 a {
  width: 16%;
}
.sns-share.ss-high-and-low-lc a, .sns-share.ss-high-and-low-cl a {
  display: flex;
  align-content: center;
  line-height: 16px;
}
.sns-share.ss-high-and-low-lc a .social-icon, .sns-share.ss-high-and-low-cl a .social-icon,
.sns-share.ss-high-and-low-lc a .button-caption,
.sns-share.ss-high-and-low-cl a .button-caption {
  display: block;
  font-size: 16px;
  margin: 0;
}
.sns-share.ss-high-and-low-lc a .social-icon.button-caption, .sns-share.ss-high-and-low-cl a .social-icon.button-caption,
.sns-share.ss-high-and-low-lc a .button-caption.button-caption,
.sns-share.ss-high-and-low-cl a .button-caption.button-caption {
  font-size: 12px;
}
.sns-share.ss-high-and-low-lc a {
  flex-direction: column;
}
.sns-share.ss-high-and-low-lc a > span {
  padding-top: 3px;
}
.sns-share.ss-high-and-low-cl a {
  flex-direction: column-reverse;
}

.sns-share-buttons {
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}
.sns-share-buttons a {
  width: 32%;
  margin-bottom: 8px;
  font-size: 18px;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fa-brands ,
.fa-solid ,
.fab,
.fa-exclamation,
.fa-copy {
  padding-right: 1rem;
}

.sns-share, .sns-follow {
  margin: 54px 0 72px;
}

.sns-share-message {
  text-align: center;
  margin-bottom: 3px;
  font-size: 16px;
}

.copy-info {
  display: none;
  padding: 1em 2em;
  color: #fff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
  opacity: 0.8;
  box-shadow: 0 4px 8px #777;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sns-share-buttons a {
    font-size: 12px;
  }
}

/************************************
** ページネーション
************************************/
.pagination {
  margin: 24px 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.pagination .current {
  background-color: #eee;
}
.pagination a:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.page-numbers {
  color: #333;
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: 46px;
  border: 1px solid #ddd;
  margin: 0 4px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
}
.page-numbers span {
  line-height: inherit;
}

.page-numbers.dots {
  opacity: 0.6;
  background-color: #f5f6f7;
}

/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next {
  margin-top: 24px;
}

.pagination-next-link, .comment-btn {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  color: #333;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
}
.pagination-next-link:hover, .comment-btn:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

@media screen and (max-width: 767px) {
  .pagination-next-link, .comment-btn {
    width: calc(90% - 20px);
    margin: auto;
  }
}

.contents05 {
  margin: 0 auto 10rem;
}


/************************************
** 納品実績
************************************/
.contents02 .items > div.cap_box_ttl {
	display: block;
  margin-top: 0;
  background-color: #fff;
  display: inline-block;
  font-size: .85em;
  left: 1em;
  line-height: 1;
  margin-bottom: 0;
  padding: .5em .75em;
  position: relative;
  text-align: center;
  top: 1em;
  z-index: 1;
}
.contents02 .textArea .item_caption {
  font-size: 1.4rem;
  color: #888;
  text-align: center;
  margin: 0 auto;
  line-height: 1.0;
  display: block;
}
.contents02 .items .item_text2 {
  margin-left: 2rem;
  width: calc(100% - 230px - 2rem);
}
.contents02 .items .item_text2 p {
  font-size: 1.3rem;
}
.contents02 .items .item_text2 .item_heading {
  font-size: 1.4rem;
}
.contents02 .items .item_text2 .item_heading2 {
  font-size: 1.4rem;
  font-weight: bold;
}
.contents02 .items.cat_top_item .item_image2 {
  width: 30%;
  max-width: 180px;
}
.contents02 .items.cat_top_item .item_image2 img {
  object-fit: contain;
  width: 100%;
  margin-bottom: 1rem;
}
.link_items {
  display: flex;
  margin: 2rem auto 0;
}
.link_items2 {
  display: block;
  margin: 2rem auto 0;
}
.link_items i {
  padding-right: 2rem;
  font-size: 1.5rem;
}
.link_items a {
  text-decoration: underline;
  font-size: 1.4rem;
}
.link_items2 a {
  text-decoration: underline;
  font-size: 1.3rem;
}
/* num
-----------------------------------------------------*/
.list.type-num {
  counter-reset: count;
}
.list.type-num > li {
  padding-left: 2em;
  list-style: none;
  position: relative;
}
.list.type-num > li:before {
  counter-increment: count;
  content: counter(count)'.';
  position: absolute;
  left: 0;
}
.contents02 .textArea p.title {
  margin-top: calc(-0.5em - 24px);
  font-family: 'din-1451-lt-pro-engschrift';
  font-weight: bold;
}
.title.bebas_neue .label {
  font-size: 2.0rem;
  line-height: 1;
  width: 100%;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.article-point {
  padding: 20px;
  font-weight: normal;
  background-color: #F5F7F7;
}
.article-point li + li {
  margin-top: 5px;
  padding-bottom: 5px;
}
.article-point > :first-child {
  padding-left: 0 !important;
}
.article-point .title {
  margin-top: calc(-.5em - 20px);
}
.article-point > :first-child:before {
  display: none;
}
.article-point > :last-child {
  border-bottom: none;
}

.contents02 .items.cat_top_item .item {
  padding: 1.5em;
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
  .contents02 .items .item_text2 {
    margin: auto;
    width: 100%;
  }
  .contents02 .items.cat_top_item .item {
    display: block;
  }
  .contents02 .items.cat_top_item .item_image2 {
    margin: 0 auto 3rem;
    width: 100%;
  }
  .link_items {
    display: flex;
    margin: 2rem auto;
    justify-content: center;
  }
}

