@charset "utf-8";
/* CSS Document */

/* ecoaction21 ==============================================================
	1. p-content
	2. c-section
	3. p-about
	4. p-point
	5. p-introduction
	6. p-works
	7. p-inquiry
	8. p-maker
======================================================================== */

/* =====================================================================
	1. p-content
======================================================================== */
.p-content {
	margin: 0 0 100px;
}
@media screen and (max-width: 799px) {
	.p-content {
		overflow: hidden;
	}
}

/* =====================================================================
	2. c-section
======================================================================== */
.c-section {
	margin: 0 15px 120px;
}
.c-section .p-tit {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 44px;
	margin: 0 0 30px;
}
.c-section .p-tit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.c-section .p-tit::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 2px;
  background-color: #999999;
}
@media screen and (max-width: 799px) {
	.c-section {
		display: block;
		width: auto;
		margin: 0 25px 60px;
	}
}

/* =====================================================================
	3. p-about
======================================================================== */
.p-about .p-figure {
	margin-top: 20px;
	margin-bottom: 40px;
}
.p-about .p-figure img {
	max-width: 100%;
	height: auto;
}
.p-about .p-tit::before {
	width: 404px;
	height: 44px;
	background: url(../img/yess/tit_about.png) no-repeat left top, #FFFFFF;
	background-size: 384px 44px;
}
@media screen and (max-width: 380px) {
	.p-about .p-tit::before {
		width: 100%;
		background-position: center;
		background-size: 100% 44px;
	}
}

/* =====================================================================
	4. p-point
======================================================================== */
.p-point .p-tit::before {
	width: 124px;
	height: 44px;
	background: url(../img/yess/tit_point.png) no-repeat left top, #FFFFFF;
	background-size: 104px 44px;
}
.p-point .p-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: -80px;
}
.p-point .p-list .p-item {
	width: 300px;
	height: auto;
	margin: 0 10px 80px;
	list-style: none;
}
.p-point .p-list .p-item .p-subtit {
	position: relative;
	width: 100%;
	height: 90px;
	text-align: center;
	color: #0071bc;
	font-size: 2.0rem;
	line-height: 120%;
}
.p-point .p-list .p-item .p-subtit::before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: url("../img/yess/icon_arrow.png") no-repeat center;
}
.p-point .p-list .p-item .p-figure {
	width: 100%;
}
.p-point .p-list .p-item .p-figure img {
	display: table;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
	text-align: center;
}
.p-point .p-list .p-item .p-figure .p-text {
	width: 100%;
	height: 230px;
	line-height: 200%;
	padding: 1em;
	border-bottom: #0071bc solid 3px;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
@media screen and (max-width: 799px) {
	.p-point .p-list {
		display: block;
		width: auto;
		max-width: 470px;
		margin: 0 auto 40px;
	}
	.p-point .p-list .p-item {
		width: auto;
		margin: 0 0 40px;
	}
	.p-point .p-list .p-item .p-figure .p-text {
		height: auto;
	}
}

/* =====================================================================
	5. p-introduction
======================================================================== */
.p-introduction .p-tit::before {
	width: 124px;
	height: 44px;
	background: url(../img/yess/tit_introduction.png) no-repeat left top, #FFFFFF;
	background-size: 104px 44px;
}
.p-introduction .p-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: -60px;
}
.p-introduction .p-list .p-item {
	width: 470px;
	height: 170px;
	margin: 20px 0 60px;
	border-bottom: #e6e6e6 solid 5px;
	list-style: none;
}
.p-introduction .p-list .p-item .p-subtit {
	width: 100%;
	height: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 50px;
	overflow: hidden;
}
.p-introduction .p-list .p-item .p-framesystem {
	background-image: url("../img/yess/tit_framesystem.png");
}
.p-introduction .p-list .p-item .p-roofsystem {
	background-image: url("../img/yess/tit_roofsystem.png");
}
.p-introduction .p-list .p-item .p-wallsystem {
	background-image: url("../img/yess/tit_wallsystem.png");
}
.p-introduction .p-list .p-item .p-accessory {
	background-image: url("../img/yess/tit_accessory.png");
}
.p-introduction .p-list .p-item .p-text {
	height: 3em;
	padding: 1.5em;
	text-align: left;
}
.p-introduction .p-list .p-item .p-more {
	text-align: right;
}
.p-introduction .p-list .p-item .p-more a {
	font-weight: bold;
	text-decoration: none;
}
.p-introduction .p-list .p-item .p-more a:hover {
	text-decoration: underline;
}
.p-introduction .p-list .p-item .p-more a::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	height: 22px;
	margin-top: -2px;
	background: url("../img/yess/icon_more.png") no-repeat center;
}
@media screen and (max-width: 799px) {
	.p-introduction > .p-text {
		width: fit-content;
		margin: auto;
	}
	.p-introduction .p-list {
		display: block;
		margin-bottom: 20px;
	}
	.p-introduction .p-list .p-item {
		margin-left: auto;
		margin-right: auto;
	}
	.p-introduction .p-list .p-item {
		width: auto;
		max-width: 470px;
	}
}

/* =====================================================================
	6. p-works
======================================================================== */
.p-works .p-tit::before {
	width: 72px;
	height: 44px;
	background: url(../img/yess/tit_works.png) no-repeat left top, #FFFFFF;
	background-size: 52px 44px;
}
.p-works .p-text {
	width: fit-content;
	margin: 0 auto 3em;
}
.p-works .p-banner {
	max-width: 470px;
	height: 120px;
	margin: auto;
	background: url("../img/yess/bnr_ybl.png") no-repeat center;
}
.p-works .p-banner:hover {
	opacity: 0.7;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-works .p-banner a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 799px) {
	.p-works .p-banner {
		position: relative;
		height: 0;
		padding-top: 25.53%;
		background-size: 100% auto;
	}
	.p-works .p-banner a {
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* =====================================================================
	7. p-inquiry
======================================================================== */
.p-inquiry .p-tit::before {
	width: 124px;
	height: 44px;
	background: url(../img/yess/tit_inquiry.png) no-repeat left top, #FFFFFF;
	background-size: 104px 44px;
}
.p-inquiry .p-address {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 154px;
	border: #333333 solid 2px;
	box-sizing: border-box;
}
.p-inquiry .p-address .p-call {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 440px;
	height: 150px;
	padding: 0 80px;
	box-sizing: border-box;
	font-style: normal;
	text-align: right;
}
.p-inquiry .p-address .p-call .p-telephone {
	display: block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.p-inquiry .p-address .p-call .p-telephone a {
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 122%;
	text-decoration: none;
}
.p-inquiry .p-address .p-call .p-telephone a[href^="tel:"] {
	pointer-events: none;
} 
.p-inquiry .p-address .p-call .p-telephone a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 55px;
	height: 44px;
	margin-top: -4px;
	background: url("../img/yess/icon_telephone.png") no-repeat left top;
}
.p-inquiry .p-address .p-call .p-fax {
	display: block;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 100%;
}
.p-inquiry .p-address .p-contact {
	width: 518px;
	height: 150px;
	background: url("../img/yess/btn_inquiry.png") no-repeat center;
}
.p-inquiry .p-address .p-contact:hover {
	opacity: 0.7;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-inquiry .p-address .p-contact a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 799px) {
	.p-inquiry .p-address {
		display: block;
		width: auto;
		max-width: 470px;
		height: auto;
		margin: auto;
	}
	.p-inquiry .p-address .p-call {
		width: 100%;
		height: 100px;
		padding: 0;
		text-align: center;
	}
	.p-inquiry .p-address .p-call .p-telephone a[href^="tel:"] {
		pointer-events: all;
	}
	.p-inquiry .p-address .p-call .p-fax a {
		pointer-events: none;
		text-decoration: none;
	} 
	.p-inquiry .p-address .p-contact {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 28.96%;
		background-size: 100% auto;
	}
	.p-inquiry .p-address .p-contact a {
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* =====================================================================
	8. p-maker
======================================================================== */
.p-maker .p-tit::before {
	width: 306px;
	height: 44px;
	background: url(../img/yess/tit_maker.png) no-repeat left top, #FFFFFF;
	background-size: 286px 44px;
}
.p-maker .p-banner {
	max-width: 470px;
	height: 120px;
	margin: auto;
	background: url("../img/yess/bnr_ysc.png") no-repeat center;
}
.p-maker .p-banner:hover {
	opacity: 0.7;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-maker .p-banner a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 799px) {
	.p-maker .p-banner {
		position: relative;
		height: 0;
		padding-top: 25.53%;
		background-size: 100% auto;
	}
	.p-maker .p-banner a {
		position: absolute;
		top: 0;
		left: 0;
	}
}