@charset "UTF-8";

main {
  background: #fff;
}

main p {
	margin: 0;
}

.breadcrumb {
	margin: 14px auto 9px;
}

article h4 {
	font-weight: 500;
	margin: 0;
}

article h4::before {
	content: '◆';
	color: #0099CC;
	display: inline-block;
	margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
	main {
		padding-bottom: 60px;
	}

	.category_title + article {
    margin-top: 50px;
	}

	article h4 {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	main {
		padding-bottom: 80px;
	}

	.category_title + article {
    margin-top: 113px;
	}

	article h4 {
		font-size: 22px;
	}
}

/* -----------------------------------------------
category_title
----------------------------------------------- */
.category_title .text_wrap h2 {
  font-weight: bold;
  line-height: 1.47;
}

.category_title .text_wrap h2 span {
  display: block;
  color: #009CD0;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}

.category_title .text_wrap p {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .category_title {
      margin-top: 11px;
  }

  .category_title .text_wrap {
      margin-top: 10px;
  }

  .category_title .text_wrap h2 {
      font-size: 3.4rem;
  }

  .category_title .text_wrap h2 span {
      margin-top: 7px;
      font-size: 1.6rem;
  }

  .category_title .text_wrap p {
      font-size: 1.4rem;
      line-height: 1.85;
      margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .category_title {
      position: relative;
      width: 100%;
      height: 320px;
      margin-top: 10px;
  }

  .category_title .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60.94%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
  }
  
  .category_title img {
      height: 100%;
      border-radius: 8px 0 0 8px;
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
      max-width: none;
  }
  
  .category_title .inner_wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
  }

  .category_title .inner_wrap {
      height: auto;
  }

  .category_title .text_wrap {
      display: inline-block;
      padding: 30px 68px 30px 0;
      background: rgba(255,255,255,.9);
      border-radius: 0 8px 8px 0;
  }

  .category_title .text_wrap p {
      margin-top: 30px;
  }

  .category_title .text_wrap h2 {
      font-size: 48px;
  }

  .category_title .text_wrap h2 span {
      margin-top: 9px;
      font-size: 20px;
  }

  .category_title .text_wrap p {
      font-size: 16px;
      line-height: 2;
  }
}

/* @media screen and (min-width: 1366px) {
  .category_title {
      padding-top: 23.42%;
      height: 0;
  }

  .category_title img {
      width: 100%;
      height: auto;
  }
} */

/* -----------------------------------------------
title
----------------------------------------------- */
.title h3 {
    border-bottom: 1px solid #707070;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
	.title h3 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 4px;
	}
}

@media screen and (min-width: 768px) {
	.title h3 {
    font-size: 34px;
    line-height: 1.47;
    padding-left: 76px;
    padding-bottom: 10px;
    background-image: url(../img/single_heading_icon.svg);
    background-size: 56px 50px;
    background-position: top left;
    background-repeat: no-repeat;
	}
}

/* -----------------------------------------------
タグ
----------------------------------------------- */
article .tag.single_tag span {
    line-height: 1;
    color: #0059AA;
    border: 1px solid #0059AA;
    display: inline-block;
}

article .tag.single_tag span.r-tag_kitchen {
    color: #fff;
    background-color: #E65454;
    border: none;
}

article .tag.single_tag span.r-tag_bath_ {
    color: #fff;
    background-color: #0072B6;
    border: none;
}

article .tag.single_tag span.r-tag_bathsink {
    color: #fff;
    background-color: #43B5E5;
    border: none;
}

article .tag.single_tag span.r-tag_toilet {
    color: #fff;
    background-color: #BF4A92;
    border: none;
}

article .tag.single_tag span.r-tag_indoor {
    color: #fff;
    background-color: #FF9D00;
    border: none;
}

article .tag.single_tag span.r-tag_outdoor {
    color: #fff;
    background-color: #2CA349;
    border: none;
}

article .tag.single_tag span.r-tag_solar_power {
    color: #fff;
    background-color: #FFDF2F;
    border: none;
}

article .tag.single_tag span.r-tag_storage_battery {
    color: #fff;
    background-color: #9ED959;
    border: none;
}

article .tag.single_tag span.r-tag_v2h {
    color: #fff;
    background-color: #EAA5D5;
    border: none;
}

article .tag.single_tag span.r-tag_enefarm {
    color: #fff;
    background-color: #895433;
    border: none;
}

@media screen and (max-width: 767px) {
	article .tag.single_tag {
    margin-top: 20px;
	}

	article .tag.single_tag span {
		padding: 8px 1em;
		font-size: 1.4rem;
		margin: 0 8px 10px 0;
	}
}

@media screen and (min-width: 768px) {
	article .tag.single_tag {
    margin-top: 30px;
	}

	article .tag.single_tag span {
		padding: 8px 1em;
		font-size: 16px;
		margin: 0 4px 6px 0;
	}
}

/* -----------------------------------------------
lead_text
----------------------------------------------- */
article .lead_text p {
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	article .lead_text {
    margin-top: 8px;
	}

	article .lead_text p {
    font-size: 1.4rem;
    line-height: 1.85;
	}
}

@media screen and (min-width: 768px) {
	article .lead_text {
    margin-top: 30px;
	}

	article .lead_text p {
    font-size: 18px;
    line-height: 2;
	}
}

/* -----------------------------------------------
after_img_wrap
----------------------------------------------- */
.after_img_wrap .img_item {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    background-color: rgba(172,172,172,.1);
}

.after_img_wrap .img_item img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.after_img_wrap .slick-prev:before {
    background-image: url(https://thgwebshopsub.itembox.design/item/img/top/mv_arrow_prev.svg);
}

.after_img_wrap .slick-next:before {
    background-image: url(https://thgwebshopsub.itembox.design/item/img/top/mv_arrow_next.svg);
}

@media screen and (max-width: 767px) {
	.after_img_wrap {
    margin-top: 30px;
	}

	.after_img {
    width: 100%;
    margin: 0 auto;
	}

	.after_img_wrap .slick-prev {
		width: 35px;
		height: 35px;
		z-index: 1;
		left: -10px;
	}
	
	.after_img_wrap .slick-next {
		width: 35px;
		height: 35px;
		z-index: 1;
		right: -10px;
	}
	
	.after_img_wrap .slick-prev:before,
	.after_img_wrap .slick-next:before {
		content: '';
		display: inline-block;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		width: 35px;
		height: 35px;
	}

	.after_img_wrap .slick-dots {
		bottom: -17px;
	}
	
	.after_img_wrap .slick-dots li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	
	.after_img_wrap .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	
	.after_img_wrap .slick-dots li button:before {
		width: 10px;
		height: 10px;
	}
	
	.after_img_wrap .slick-dots button::before {
		opacity: 1;
		content: '';
		background: #E5E5E5;
		border-radius: 50%;
	}
	
	.after_img_wrap .slick-dots .slick-active button::before {
		background: #009CD0;
		opacity: 1;
	}
}

@media screen and (min-width: 768px) {
	.after_img_wrap {
    margin-top: 50px;
	}

	.after_img {
    width: 62.5%;
    margin: 0 auto;
	}

	.after_img_wrap .slick-prev {
		top: 50%;
		left: -24px;
		z-index: 1;
		width: 60px;
		height: 60px;
	}
	
	.after_img_wrap .slick-next {
		top: 50%;
		right: -24px;
		z-index: 1;
		width: 60px;
		height: 60px;
	}
	
	.after_img_wrap .slick-prev:before,
	.after_img_wrap .slick-next:before {
		content: '';
		display: inline-block;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		width: 60px;
		height: 60px;
	}
	
	.after_img_wrap .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	
	.after_img_wrap .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	
	.after_img_wrap .slick-dots li button:before {
		width: 10px;
		height: 10px;
	}
	
	.after_img_wrap .slick-dots button::before {
		opacity: 1;
		content: '';
		background: #E5E5E5;
		border-radius: 50%;
	}
	
	.after_img_wrap .slick-dots .slick-active button::before {
		background: #009CD0;
		opacity: 1;
	}
}

/* -----------------------------------------------
info_wrap
----------------------------------------------- */
.info_wrap .info_fx dt {
	font-weight: 500;
	background-color: #D3EEF7;
	color: #0099CC;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.info_wrap .info_fx dd {
	margin: 0;
	font-weight: 500;
	background-color: #FAFAFA;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.info_wrap {
		margin-top: 60px;
	}

	.info_wrap .info_fx {
		margin-top: 11px;
	}

	.info_wrap .info_fx dl {
		margin: 0;
		width: 100%;
	}

	.info_wrap .info_fx dt {
		width: 100%;
		min-height: 40px;
		padding: 7px 5.79%;
		font-size: 1.4rem;
		line-height: 1.62;
		border-bottom: 1px solid #fff;
	}

	.info_wrap .info_fx dd {
		min-height: 60px;
		padding: 18px 5.79%;
		font-size: 1.4rem;
		line-height: 1.62;
		border-bottom: 1px solid #fff;
	}
}

@media screen and (min-width: 768px) {
	.info_wrap {
		margin-top: 64px;
	}

	.info_wrap .info_fx {
		margin-top: 15px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.info_wrap .info_fx dl {
		margin: 0;
		width: 48.98%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.info_wrap .info_fx dl:nth-child(n + 3) {
		border-top: 1px solid #fff;
	}

	.info_wrap .info_fx dt {
		width: 29.9%;
		min-height: 64px;
		padding: 20px 3.18%;
		font-size: 16px;
		line-height: 1.62;
		border-right: 1px solid #fff;
	}

	.info_wrap .info_fx dd {
		flex: 1;
		min-height: 64px;
		padding: 20px 3.18%;
		font-size: 16px;
		line-height: 1.62;
	}
}

/* -----------------------------------------------
before_wrap
----------------------------------------------- */
.before_wrap .img_wrap .img_item {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    background-color: rgba(172,172,172,.1);
}

.before_wrap .img_wrap .img_item img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.before_wrap .slick-prev:before {
    background-image: url(https://thgwebshopsub.itembox.design/item/img/top/mv_arrow_prev.svg);
}

.before_wrap .slick-next:before {
    background-image: url(https://thgwebshopsub.itembox.design/item/img/top/mv_arrow_next.svg);
}

.before_wrap .text p {
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.before_wrap {
    margin-top: 40px;
	}

	.before_fx {
		margin-top: 20px;
	}

	.before_wrap .img_wrap {
    width: 100%;
	}

	.before_wrap .slick-prev {
		width: 35px;
		height: 35px;
		z-index: 1;
		left: -10px;
	}
	
	.before_wrap .slick-next {
		width: 35px;
		height: 35px;
		z-index: 1;
		right: -10px;
	}
	
	.before_wrap .slick-prev:before,
	.before_wrap .slick-next:before {
		content: '';
		display: inline-block;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		width: 35px;
		height: 35px;
	}

	.before_wrap .slick-dots {
		bottom: -30px;
	}
	
	.before_wrap .slick-dots li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	
	.before_wrap .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	
	.before_wrap .slick-dots li button:before {
		width: 10px;
		height: 10px;
	}
	
	.before_wrap .slick-dots button::before {
		opacity: 1;
		content: '';
		background: #E5E5E5;
		border-radius: 50%;
	}
	
	.before_wrap .slick-dots .slick-active button::before {
		background: #009CD0;
		opacity: 1;
	}

	.before_wrap .text {
    width: 100%;
		margin-top: 50px;
	}

	.before_wrap .text p {
    font-size: 1.4rem;
    line-height: 1.85;
	}
}

@media screen and (min-width: 768px) {
	.before_wrap {
    margin-top: 80px;
	}

	.before_fx {
		margin-top: 12px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.before_wrap .img_wrap {
    width: 35%;
    margin: 0 1.17% 35px;
	}

	.before_wrap .slick-prev {
		top: 50%;
		left: -24px;
		z-index: 1;
		width: 36px;
		height: 36px;
	}
	
	.before_wrap .slick-next {
		top: 50%;
		right: -24px;
		z-index: 1;
		width: 36px;
		height: 36px;
	}
	
	.before_wrap .slick-prev:before,
	.before_wrap .slick-next:before {
		content: '';
		display: inline-block;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		width: 36px;
		height: 36px;
	}
	
	.before_wrap .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	
	.before_wrap .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	
	.before_wrap .slick-dots li button:before {
		width: 10px;
		height: 10px;
	}
	
	.before_wrap .slick-dots button::before {
		opacity: 1;
		content: '';
		background: #E5E5E5;
		border-radius: 50%;
	}
	
	.before_wrap .slick-dots .slick-active button::before {
		background: #009CD0;
		opacity: 1;
	}

	.before_wrap .text {
    margin-left: 4.68%;
    flex: 1;
	}

	.before_wrap .text p {
    font-size: 16px;
    line-height: 2;
	}
}

/* -----------------------------------------------
voice
----------------------------------------------- */
.voice {
	background-color: #E8F6FB;
	width: 100vw;
}

.voice .img img {
	width: 100%;
}

.voice .sb_wrap {
	border-radius: 8px;
	background-color: #fff;
	position: relative;
}

.voice .sb_wrap::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
}

.voice .sb_wrap strong {
	border-radius: 25px;
	font-weight: 500;
	background-color: #009CD0;
	color: #fff;
	display: block;
	position: absolute;
}

.voice .sb_wrap p {
	font-weight: 500;
}


.voice .company > span {
	font-weight: 500;
	display: inline-block;
}

.voice .company > span:first-child {
	margin-right: 1em;
}

.voice .to_site a {
	line-height: 2;
	padding-right: 1em;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.voice .to_site a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(../img/link_blank_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.voice {
    margin: 50px calc(50% - 50vw) 0;
    padding: 51px 0 30px;
	}

	.voice_grid {
		padding: 0;
		width: 89.33%;
		margin: 0 auto;
	}

	.voice .sb_wrap {
    padding: 40px 20px 20px;
	}

	.voice .sb_wrap::before {
		border-width: 21px 10px 0 10px;
		border-color: #ffffff transparent transparent transparent;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	.voice .sb_wrap strong {
		font-size: 18px;
		padding: 8px 40px;
		top: -23px;
		left: 50%;
		transform: translateX(-50%);
		width: 170px;
    text-align: center;
	}

	.voice .sb_wrap p {
		font-size: 1.4rem;
		line-height: 1.85;
	}

	.voice .img {
		width: 43.47%;
		margin: 31px auto 0;
	}

	.voice .company {
		margin-top: 10px;
		text-align: center;
	}

	.voice .company > span {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.voice .to_site a {
		font-size: 1.2rem;
		margin-top: 3px;
	}
}

@media screen and (min-width: 768px) {
	.voice {
    margin: 80px calc(50% - 50vw) 0;
    padding: 76px 62px 46px;
	}

	.voice_grid {
		padding: 0 43px;
		max-width: 1366px;
		margin: 0 auto;
		display: -ms-grid;
		display: grid; 
		grid-auto-flow: column; 
		-ms-grid-columns: 23.43% 3.9% 1fr; 
		grid-template-columns: 23.43% 1fr; 
		-ms-grid-rows: auto 0px 1fr; 
		grid-template-rows: auto 1fr; 
		gap: 0px 3.9%; 
				grid-template-areas: 
				"img sb_wrap"
				"img company"; 
	}

	.voice_grid .img {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
		grid-area: img;
	}

	.voice_grid .sb_wrap {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
		grid-area: sb_wrap;
	}

	.voice_grid .company {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
		grid-area: company;
	}

	.voice .sb_wrap {
    padding: 46px 4.3% 35px;
	}

	.voice .sb_wrap::before {
		border-width: 16px 30px 16px 0;
		border-color: transparent #ffffff transparent transparent;
		top: 61px;
		right: 100%;
	}

	.voice .sb_wrap strong {
		font-size: 22px;
		padding: 7px 45px;
		top: -23px;
		left: 40px;
	}

	.voice .sb_wrap p {
		font-size: 16px;
		line-height: 2;
	}

	.voice .company {
		margin-top: 10px;
	}

	.voice .company > span {
		font-size: 18px;
		line-height: 1.55;
	}

	.voice .to_site a {
		font-size: 14px;
	}
}

/* -----------------------------------------------
relation_cat
----------------------------------------------- */
.relation_cat .con_fx {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.relation_cat .con_item .img {
	overflow: hidden;
	border-radius: 8px;
}

.relation_cat .con_item span {
	font-weight: bold;
	display: block;
	position: relative;
}

.relation_cat .con_item span::after {
	content: '';
	display: inline-block;
	background-image: url(https://thgwebshopsub.itembox.design/item/img/common/icon_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.relation_cat {
    padding-top: 47px;
	}

	.relation_cat .con_fx {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.relation_cat .con_item {
		width: 48.11%;
	}

	.relation_cat .con_item:nth-child(even) {
		margin-left: 3.46%;
	}

	.relation_cat .con_item:nth-child(n + 3) {
		margin-top: 20px;
	}

	.relation_cat .con_item span {
		padding-left: 26px;
		font-size: 1.3rem;
		line-height: 1.46;
		margin-top: 6px;
	}

	.relation_cat .con_item span::after {
		width: 18px;
		height: 18px;
		top: 0;
		transform: none;
	}
}

@media screen and (min-width: 768px) {
	.relation_cat {
    padding-top: 63px;
	}

	.relation_cat .con_item {
		width: 23.43%;
	}

	.relation_cat .con_item:not(:first-child) {
		margin-left: 2.1%;
	}

	.relation_cat .con_item span {
		padding-left: 26px;
		font-size: 18px;
		line-height: 1.5;
		margin-top: 10px;
	}

	.relation_cat .con_item span:after {
		width: 18px;
		height: 18px;
	}
}

/* -----------------------------------------------
事例一覧
----------------------------------------------- */
.article_item_wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.article_item_wrap .article_item {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #E5E5E5;
}

.article_item_wrap .article_item .img {
	width: 100%;
	padding-top: 75%;
	position: relative;
	background-color: rgba(172,172,172,.1);
}

.article_item_wrap .article_item img {
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.article_item_wrap .article_item .text .tag span {
	line-height: 1;
	color: #0059AA;
	border: 1px solid #0059AA;
	display: inline-block;
}

.article_item_wrap .article_item .text .tag span.r-tag_kitchen {
	color: #fff;
	background-color: #E65454;
	border: none;
}

.article_item_wrap .article_item .text .tag span.r-tag_bath_ {
	color: #fff;
	background-color: #0072B6;
	border: none;
}

.article_item_wrap .article_item .text .tag span.r-tag_bathsink {
	color: #fff;
	background-color: #43B5E5;
	border: none;
}

.article_item_wrap .article_item .text .tag span.r-tag_toilet {
	color: #fff;
	background-color: #BF4A92;
	border: none;
}

.article_item_wrap .article_item .text .tag span.r-tag_indoor {
	color: #fff;
	background-color: #FF9D00;
	border: none;
}

.article_item_wrap .article_item .text .tag span.r-tag_outdoor {
	color: #fff;
	background-color: #2CA349;
	border: none;
}

.article_item_wrap .article_item .text .tag span.r-tag_solar_power {
    color: #fff;
    background-color: #FFDF2F;
    border: none;
}

.article_item_wrap .article_item .text .tag span.r-tag_storage_battery {
    color: #fff;
    background-color: #9ED959;
    border: none;
}

.article_item_wrap .article_item .text .tag span.r-tag_v2h {
    color: #fff;
    background-color: #EAA5D5;
    border: none;
}

.article_item_wrap .article_item .text .tag span.r-tag_enefarm {
    color: #fff;
    background-color: #895433;
    border: none;
}

.article_item_wrap .article_item .text h3 {
	font-weight: bold;
}

.article_item_wrap .article_item .text .info span:first-child {
	margin-right: 0.8em;
}

.article_wrap .more_btn_wrap a {
	border-radius: 8px;
	margin: 0 auto;
	background-color: #009CD0;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.article_wrap .more_btn_wrap a span {
	color: #fff;
	font-weight: bold;
}

.article_wrap .more_btn_wrap a span::before {
	content: '';
	display: inline-block;
	background-image: url(../img/icon_arrow_white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.article_wrap {
    margin-top: 47px;
	}

	.article_item_wrap .article_item {
		width: 48.11%;
		margin-right: 3.76%;
		position: relative;
	}

	.article_item_wrap .article_item:nth-child(2n) {
		margin-right: 0;
	}
	
	.article_item_wrap .article_item:nth-child(n + 3) {
		margin-top: 30px;
	}

	.article_item_wrap .article_item .text {
		padding: 10px 6.02% 10px;
	}

	.article_item_wrap .article_item .text .tag span {
		padding: 4px 1em;
		font-size: 1rem;
		margin: 0 2px 4px 0;
	}

	.article_item_wrap .article_item .text h3 {
		margin-top: 6px;
		font-size: 1.4rem;
		line-height: 1.57;
	}

	.article_item_wrap .article_item .text .info {
		margin-top: 5px;
		font-size: 1.2rem;
		line-height: 1.66;
	}

	.article_item_wrap .article_item .text .to_detail a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.article_item_wrap .article_item .text .to_detail a span {
		display: none;
	}

	.article_wrap .more_btn_wrap {
		margin-top: 30px;
	}

	.article_wrap .more_btn_wrap a {
		width: 100%;
		height: 60px;
		position: relative;
	}

	.article_wrap .more_btn_wrap a span {
		font-size: 16px;
	}

	.article_wrap .more_btn_wrap a span::before {
		left: 15px;
	}
}

@media screen and (min-width: 768px) {
	.article_wrap {
    margin-top: 65px;
	}

	.article_item_wrap .article_item {
		width: 23.4%;
		margin-right: 2.1%;
	}

	.article_item_wrap .article_item:nth-child(4n) {
		margin-right: 0;
	}
	
	.article_item_wrap .article_item:nth-child(n + 5) {
		margin-top: 80px;
	}

	.article_item_wrap .article_item .text {
		padding: 14px 6.66% 20px;
	}

	.article_item_wrap .article_item .text .tag span {
		padding: 8px 1em;
		font-size: 12px;
		margin: 0 4px 6px 0;
	}

	.article_item_wrap .article_item .text h3 {
		margin-top: 14px;
		font-size: 20px;
		line-height: 1.45;
	}

	.article_item_wrap .article_item .text .info {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.75;
	}

	.article_item_wrap .article_item .text .to_detail {
		margin-top: 20px;
	}
	
	.article_item_wrap .article_item .text .to_detail a {
		width: 100%;
		height: 50px;
		padding: 16px;
		border-radius: 6px;
		background-color: #009CD0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.article_item_wrap .article_item .text .to_detail a span {
		font-size: 16px;
		padding-left: 26px;
		line-height: 1.2;
		font-weight: bold;
		color: #fff;
		position: relative;
	}
	
	.article_item_wrap .article_item .text .to_detail a span::before {
		content: '';
		display: inline-block;
		background-image: url(../img/icon_arrow_white.svg);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 50%;
		width: 18px;
		height: 18px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.article_wrap .more_btn_wrap {
		margin-top: 50px;
	}

	.article_wrap .more_btn_wrap a {
		width: 360px;
		height: 84px;
	}

	.article_wrap .more_btn_wrap a span {
		font-size: 22px;
		padding-left: 28px;
		position: relative;
	}

	.article_wrap .more_btn_wrap a span::before {
		left: 0;
	}
}