@charset "utf-8";

/* リスト
------------------------------------*/

#pg-wweco {
	padding-top: 24px;
}

#pg-wweco .post *,
#pg-wweco .post1 * {
	box-sizing: border-box;
}

#pg-wweco .post img,
#pg-wweco .post1 img {
	vertical-align: top;
}

article figure {
	margin: 0;
	padding: 0;
}

#pg-wweco .dlbox {
	padding: 5px;
}

#pg-wweco .dlbox p {
	padding-bottom: 0;
}

#pg-wweco sup {
	vertical-align: 4px;
	font-size: 80%;
}

#pg-wweco h3 {
	padding: 0 0 5px 0;
	border-left: 0;
	border-bottom: 2px solid #FFFFFF;
	line-height: 1.5;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
}

#pg-wweco h3 small {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
}

/* ページヘッダー */
.pd-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	line-height: 1.5;
	gap: 20px;
}

.pd-title h2.name {
	margin-top: 0;
	margin-bottom: 0;
}

.pd-title small {
	display: block;
	font-size: 75%;
}

.pd-title em {
	margin-left: 0.5em;
	font-family: Arial, Helvetica, "sans-serif";
	font-style: normal;
	font-weight: bold;
}

.pd-title span {
	display: block;
	margin-top: 1em;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
.pd-title {
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}
}

p.lead-text {
	margin: 0;
	padding: 0;
}

.inquiry-box {
	padding: 20px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.inquiry-box p:last-of-type {
	margin: 0;
	padding: 0;
}

.inquiry-box a {
	color: #FFFFFF;
}

.inquiry-box a:not([href^="mailto:"]) {
	font-size: 15px;
}

.inquiry-box a:hover {
	color: #0099FF;
}

/* ===============================
   ww-eco
=============================== */

/* 特長 */
.wweco-features {
	display: flex;
	flex-flow: row wrap;
	margin: 40px 0 60px;
	gap: 40px 30px;
}

.wweco-features > div {
	width: calc(52% - 30px);
}

.wweco-features > figure {
	width: 48%;
}

.wweco-features dl {
	margin: 0;
	padding: 0;
}

.wweco-features dl:not(:last-of-type) {
	margin-bottom: 20px;
}

.wweco-features dl dt {
	margin: 0 0 0.5em 0;
	padding: 0 0 2px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.wweco-features dl dd {
	margin: 0;
	padding: 0;
}

.wweco-features dd ul {
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 1.0em;
	font-size: 13px;
}

.wweco-features dd ul li {
	margin: 0;
	padding: 0;
}

.wweco-features .coating {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	gap: 20px 30px;
}

.wweco-features .coating > strong {
	width: 100%;
	padding: 3px 14px;
	background: #34846C;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.wweco-features .coating > strong em {
	display: inline-block;
	transform: skew(-20deg,0deg);
}

.wweco-features .coating > strong span {
	display: inline-block;
}

.wweco-features .coating > div {
	width: calc(50% - 15px);
	padding: 0 10px;
	font-size: 12px;
}

.wweco-features .coating > div strong {
	display: block;
	font-weight: bold;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
.wweco-features {
	flex-flow: column nowrap;
}

.wweco-features > div,
.wweco-features > figure {
	width: 100%;
}

.wweco-features > figure {
	order: 3;
}

}

@media screen and (max-width: 480px) {
.wweco-features {
}

.wweco-features .coating > div {
	width: 100%;
}

}

.spec-box {
	margin: 40px 0 60px;
}

.spec-box p {
	margin: 0;
	padding: 0 0 5px;
}

.spec-box table {
	width: 100%;
}

.spec-box table tr th {
	vertical-align: middle;
	white-space: nowrap;
	font-weight: bold;
}

.spec-box table tr td {
	text-align: left;
}

.spec-box table tr td div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 5px;
	gap: 30px;
}

.spec-box table tr td div p {
	margin: 0;
	padding: 0;
}

.spec-box figure {
	margin: 0 auto;
}

.spec-box .cs-view > div {
	padding-bottom: 16px;
	border: 1px solid #FFFFFF;
}

.spec-box .cs-view > div figure {
	position: relative;
	padding: 20px;
	text-align: center;
}

.spec-box .cs-view > div figure figcaption {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	padding: 3px 10px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

.spec-box .cs-view > div p {
	margin: 0;
	padding: 0 20px;
	text-align: center;
	font-size: 13px;
	color: #C40017;
}

@media screen and (max-width: 480px) {
.spec-box table tr td div {
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10px 5px;
	gap: 20px;
}
}

.color-variation {
	display: flex;
	margin: 30px 0;
	gap: 30px;
}

.color-variation ul {
	display: flex;
	flex-flow: row wrap;
	width: calc(50% - 15px);
	margin: 0;
	padding: 0;
	gap: 16px;
}

.color-variation figure {
	width: calc(50% - 15px);
}

.color-variation ul li {
	width: calc((100% - (16px * 3)) / 4);
	margin: 0;
	padding: 0;
}

.color-variation ul li span {
	display: block;
	margin-top: 3px;
	line-height: 1.3;
	text-align: center;
	font-size: 11px;
}

.color-variation ul li a {
	color: #FFFFFF;
}

.color-variation figure figcaption {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
.color-variation {
	flex-flow: column-reverse nowrap;
	align-items: center;
}

.color-variation ul {
	width: 100%;
	justify-content: center;
	gap: 16px 12px;
}

.color-variation ul li {
	width: 100px;
	margin: 0;
	padding: 0;
}

.color-variation figure {
	width: min(100%,480px);
}
}

.color-variation-all {
	margin: 0 0 80px;
}

.pattern {
	margin: 0 0 80px;
}

.pattern ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.pattern .caution {
	margin: 30px 0 40px;
	padding: 14px;
	background-color: #C40018;
	text-align: center;
	color: #FFFFFF;
}

.pattern .caution p {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
.pattern ul {
	flex-flow: row wrap;
}

.pattern ul li {
	width: 50%;
}

}

@media screen and (max-width: 480px) {
.pattern ul {
	flex-flow: column nowrap;
}

.pattern ul li {
	width: 100%;
}
.pattern ul li img {
	display: block;
	margin: 0 auto;
}
}

/* ===============================
   ww-eco OPTION
=============================== */
.set-bg {
	padding-top: 60px;
	background: #090909 url("ww_eco_op/page_bg.png") 100% 0 no-repeat;
	background-size: 48% auto;
}

.op-items {
	display: flex;
	align-items: flex-end;
	margin-bottom: 60px;
	gap: 30px;
}

#op01.op-items {
	display: block;
	width: 65%;
	padding-top: 40px;
}

#op02 {
	margin-bottom: 60px;
}

#op02 .op-items {
	margin-bottom: 30px;
	align-items: center;
}

#op02 .op-items:nth-of-type(2) {
	margin-bottom: 0;
}

.op-items > .op-spec {
	width: calc(45% - 15px);
}

#op01.op-items > .op-spec {
	width: 100%;
}

.op-items > figure {
	width: calc(55% - 15px);
}

#op02.op-items > figure {
	margin-top: 34px;
}

.op-spec h4 {
	margin: 0 0 5px;
	padding: 0;
	border-bottom: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.op-spec table + h4 {
	margin-top: 20px;
}

.op-spec table {
	width: 100%;
	margin-bottom: 0 !important;
	font-size: 12px;
	background-color: #090909;
}

.op-spec table tr th {
	vertical-align: middle;
	white-space: nowrap;
	font-weight: bold;
}

.op-spec table tr td {
	vertical-align: middle;
}

.op-spec table tr td.img-cell {
	padding: 0;
	vertical-align: top;
}

.op-spec table tr td div.corner-cs {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 10px 16px;
}

.op-spec table tr td div.corner-cs figure {
	margin: 0;
	padding: 0;
}

.op-spec table tr td div.corner-cs figure:nth-of-type(1) {
	width: 66%;
}

.op-spec table tr td div.corner-cs figure:nth-of-type(2) {
	width: 34%;
}

@media screen and (max-width: 767px) {
.op-items {
	display: block;
	margin-bottom: 40px;
}

#op01.op-items {
	display: block;
	width: 100%;
	padding-top: 40px;
}

#op01.op-items > .op-spec,
#op02 .op-items > .op-spec,
#op03.op-items > .op-spec {
	width: min(100%,580px);
	margin: 0 auto;
	padding-bottom: 10px;
	overflow-x: auto;
}

#op01.op-items .op-spec table {
	width: 580px;
}

#op02 .op-items .op-spec table {
	width: 386px;
}

#op03.op-items .op-spec table {
	width: 386px;
}

.op-items > figure {
	width: min(100%,580px);
	margin: 30px auto 0;
}

.op-items > figure img {
	width: 100%;
	height: auto;
}

}

.gallery {
	margin-bottom: 80px;
}
