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

/*===========================
全体
==============================*/

main{
	max-width: 1000px;
	line-height: 1.5;
}

section{
	margin-bottom: 5rem;
}

img{
	max-width: 100%;
	width: auto;
}


/*見出し*/

h1{
	margin-bottom: 1rem;
}

h2{
	font-size: 2rem;
	font-weight: 900;
	color: #0ea280;
	text-align: center;
	margin-bottom: 1.3rem;
	background: #ebf3d7;
	position: relative;
	padding: 7px 5px;
	height: 90px;
	display: flex;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


h2 span{
	display: flex;
	margin: 0 auto;
	align-items: center;
}


h2 span:after{
 position: absolute;
  content: " ";
  border-bottom: solid 1.8px #00aa84;
  bottom: 8px;
  left:4%;
  width: 88%;
}

h2 span:before{
 position: absolute;
  content: " ";
  border-bottom: solid 1.8px #00aa84;
  top: 8px;
  left:8%; 
  width: 88%;
}

h2:before{
	content: "";
	width: 68px;
	border-top: 90px solid #00aa84;
	border-right: 48px solid transparent;
	height: 0;
	box-sizing: border-box;
	top:0;
	left: 0;
	position: absolute;
}


h2:after{
	content: "";
	width: 68px;
	border-bottom: 90px solid #00aa84;
	border-left: 48px solid transparent;
	height: 0;
	box-sizing: border-box;
	top:0;
	right: 0;
	position: absolute;
}

h2 br{
	display: none;
}

.inner{
	margin:0 20px;
}

.flex-between{
	gap:12px;
}

.flex-around{
	gap:12px;
}

/* 画像のセンター寄せ */
.img-center{
	text-align: center;
}


/*===============================================
sectionクラス「.xbanner」「Xバナースタンド（ブラック）」
================================================*/
.xb-block{
	gap:12px;
}

.xb-content-left, .xb-content-right{
	width: 50%;
}

.xb-content-right{
	display: flex;
	flex-direction: column;
	gap:7px;
}

/*「組み立て簡単」の画像 */
.xb-img-2{
	margin-bottom: -19px;
	z-index: 10;
}

/*「仕様」ブロック */
.xb-shiyo, .exb-shiyo{
	border: 1px solid #000;
}

/*「仕様」(エレベーター式Xバナー含む）*/
.xb-content-right h3, .exb-shiyo h3{
	color: #fff;
	font-weight: bold;
	background: #000;
	padding: 2px 8px;
}

.xb-shiyo-inner, .exb-shiyo-inner{
	display: flex;
	padding: 5px 8px;
}

.xb-sozai, .xb-juryo{
	display: flex;
	justify-content: space-between;
	font-size: 0.9rem;
}

/*=======================================
sectionクラス「.e-xbanner」エレベーター式Xバナー
=========================================*/
.exb-block{
	gap:12px;
}

.exb-content-left, .exb-content-right{
	width: 50%;
}

/* 左側の画像 */
.exb-img{
	text-align: center;
}

/* 左側の文章 */
.exb-content-left p{
	margin-bottom: -15px;
}

.exb-content-right img{
	margin-bottom: 7px;
}

/*========================================
sectionクラス「.eco-zero」 「エコロールスクリーンバナーzero」
==========================================*/
.eco-zero h3{
	font-size: 1.7rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	color: #00AA84;
	display: flex;
	justify-content: space-between;
	padding: 0 5px 10px 1em;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #00AA84;
}

.eco-zero h3 span{
	font-size: 1.3rem;
	color: #fff;
	padding: 3px 5px;
	background: #FF0000;
}

.ecozero-block{
	gap:12px;
	flex-wrap: wrap;
}

.ecozero-block div{
	width: 49%;
	text-align: center;
}

/* 背景水色の部分 */
.ecozero-shiyo{
	background: #D3E6F6;
	padding: 8px;
	margin-bottom: 2rem;
}

.ecozero-shiyo h4{
	text-align: left;
}

.ecozero-shiyo ul:not(.ecozero-set-ul){
	text-align: left;
	font-size: 0.9rem;
	padding-left: 1em;
}

.ecozero-sozai-ul{
	display: flex;
}

.ecozero-juryo-ul{
	display: flex;
	gap:0.5em;
	margin-bottom: 10px;
}

.ecozero-set-ul{
	display: flex;
	justify-content: space-around;
	gap:10px;
}

.ecozero-set-ul li{
	width: 49%;
}

/* 「適合メディアサイズ」 ============*/
.ecozero-media-size{
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 2rem;
}

.ecozero-media-size h3{
	color: initial;
	display: inline-block;
	padding: 0 3px;
	border-top: 4px solid #40210F;
	border-bottom: 4px solid #40210F;
}

.ecozero-media-size-block{
	gap:12px;
}

.ecozero-media-size-block div{
	width: 57%;
	text-align: center;
}

.ecozero-media-size-block p{
	width: 42%;
}

/* 「エコロールスクリーンバナー関連商品」 =============*/
.ecozero-kanren h3{
	color: #fff;
	background: #00AA84;
	padding: 7px 0px 5px 0;
	margin-bottom: 0;
	font-size: 1.7rem;
}

.ecozero-kanren h3 span{
	border-bottom: 1px solid #fff;
	display: block;
	background: initial;
	padding: 0 5px 0 15px;
	width: 100%;
}

.ecozero-kanren-block{
	gap:12px;
	background: #EBF3D7;
	padding: 12px;
}

.ecozero-kanren-block h4{
	color: #00AA84;
	font-size: 1.3rem;
	font-weight: 700;
	border-bottom: 1px solid #00AA84;
	margin-bottom: 15px;
}

.ecozero-ryobuhin{
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ecozero-support{
	width: 49%;
}

/*========================================
sectionクラス「.eco-roll」 「エコロールスクリーンバナー」
==========================================*/
.eco-roll h3{
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	color: #00AA84;
	display: flex;
	justify-content: space-between;
	padding: 0 5px 10px 1em;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #00AA84;
}

.eco-roll h3 strong{
	font-size: 1.7rem;
}

.eco-roll h3 span:last-child{
	font-size: 1.3rem;
	color: #fff;
	padding: 3px 5px;
	background: #FF0000;
}

/* h3下ブロック */
.ecoroll-block{
	gap: 12px;
}

.ecoroll-content-left, .ecoroll-content-right{
	width: 49%;
}

/* 左側 */
.ecoroll-content-left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:7px;
}

/* 右側 */
.ecoroll-content-right{
	gap:10px;
}

.ecoroll-content-right-left, .ecoroll-content-right .media{
	width: 50%;
}

.ecoroll-content-right-left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
}

/* 「セット内容」 */
.ecoroll-content-right .set{
	margin-top: 0;
	flex-grow: 1;
}

.ecoroll-content-right .set img{
	padding: 15px 0;
}

.antei{
	background: #AE4B58;
	color: #fff;
	padding: 7px;
	font-weight: bold;
}

.antei p{
	margin-bottom: 3px;
}

/* 適合メディアサイズ */
.ecoroll-content-right .media{
	background: #D3E6F6;
	padding: 10px 7px;
}

.ecoroll-content-right .media .media-h4{
	display: block;
	text-align: center;
}

.ecoroll-content-right .media .img-center{
	margin-bottom: 10px;
}

/*========================================
sectionクラス「.roll-ex」「ロールスクリーンバナーEX」
==========================================*/

.roll-ex h3{
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	color: #00AA84;
	padding: 0 5px 10px 5px;
	margin-bottom: 1.5rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #00AA84;
	line-height: 1;
	gap:2px;
}

.roll-ex h3 span:first-child{
	width: 80%;
}

.roll-ex h3 strong{
	font-size: 1.7rem;
}

.roll-ex h3 span:last-child{
	font-size: 1rem;
	color: #fff;
	padding: 7px 5px;
	background: #2B6BB4;
	width: 20%;
}

/* h3下のブロック */
.rollex-block{
	gap:12px;
}

.rollex-content-left, .rollex-content-right{
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 7px;
}

.shosai-green{
	border: 1px solid #00AA84;
	padding: 5px;
}

/*「セット内容」*/
.set h4{
	font-weight: 700;
}

.set{
	background: #D7E597;
	padding: 7px;
	margin-top: 10px;
}

/* 「適合メディアサイズ」 */
.rollex-media{
	gap:10px;
}

.rollex-media > div, .rollex-media p{
	width: 50%;
}

.media-h4{
	display: inline-block;
	font-weight: 700;
	padding: 1px 5px;
	border-bottom: 3px solid #40210F;
	border-top: 3px solid #40210F;
	margin-bottom: 10px;
}

/*=============================================
sectionクラス「.whale-roll」「ホエールロールスクリーンバナー」
===============================================*/


.whale-roll h3{
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	color: #00AA84;
	display: flex;
	justify-content: space-between;
	padding: 0 5px 10px 1em;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #00AA84;
}

.whale-roll h3 span:last-child{
	font-size: 1.3rem;
	color: #fff;
	padding: 3px 5px;
	background: #FF0000;
}

.whale-roll h3 strong{
	font-size: 1.7rem;
}

.whale-roll ul{
	margin-bottom: 25px;
}

/*「適合メディアサイズ」 */
.whale-roll .media{
	margin-bottom: 25px;
}

.whale-roll .media .img-center{
	width: 62%;
}

.whale-roll .media p{
	width: 38%;
}

.whale-roll .p-red{
	color: #FF0000;
	font-weight: bold;
}

/* 「セット内容」や奥行についてのブロック */
.whale-set-block, .whale-okuyuki-block{
	width: 49%;
}

.whale-set-block{
	display: flex;
	flex-direction: column;
	gap:12px;
}

.whale-set-block .set{
	padding: 10px;
	margin-top: 0;
}

.whale-set-block .set .img-center{
	padding: 12px;
}

.whale-set-block .shosai-green{
	flex-grow: 1;
	padding: 10px;
}

/* 「器具奥行きは～…」の部分*/


.whale-okuyuki-block{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

.whale-okuyuki-block .img-center:first-child{
	margin-bottom: 12px
}

.whale-okuyuki-block .img-center:first-child p{
		margin-bottom: 5px;
	}

.whale-okuyuki-block .img-center:first-child p{
	text-align: left;
}



/*=========================================================
sectionクラス「.original-media」「オリジナルメディア作成いたします」
============================================================*/

.original-media h2{
	color: #EBF3D7;
	background: #00AA84;
}

.original-media h2 span:after{
	border-bottom: solid 1.8px #EBF3D7;
}

.original-media h2 span:before{
	 border-bottom: solid 1.8px #EBF3D7;
}

.original-media h2:before{
	border-top: 90px solid #EBF3D7;
	border-right: 48px solid transparent;
}

.original-media h2:after{
	border-bottom: 90px solid #EBF3D7;
	border-left: 48px solid transparent;
}

.original-block{
	margin-bottom: 30px;
}

/* 右側部分 */

.original-content-right{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:12px;
}

.original-block .flex-around, .original-content-right{
	width: 49%;
}

.original-media ul{
	background: #D8EAD3;
	padding: 12px;
	width: 100%;
}

.original-media li{
	font-size: 1.2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap:3px;
	border-top: 1px solid #fff;
	padding: 5px;
}

.original-media li:last-child{
	border-bottom: 1px solid #fff;
}

.original-media li:before{
	content: "";
	background: #000;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.original-media p{
	font-size: 1.5rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #FFCB24;
	padding: 7px 5px;
	-webkit-text-stroke:4px #FF6700;
	text-stroke: 4px #FF6700;
	paint-order: stroke;
	border-radius: 10px;
	line-height: 1.2;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.original-media p span{
	overflow: hidden;
}


/*お問い合わせ見積もりはこちらから*/
.contact a{
	display: block;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
    background-image: linear-gradient(#FF6700 60%, #E85A00 40%);
    padding: 12px 5px;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 2px #b2b2b2);
    transition: .1s;
	margin-bottom: 2rem;
	font-family: "Kosugi Maru", sans-serif;
  font-style: normal;
	text-shadow: 3px 3px 2px #CB5218;
}



@media screen and (max-width: 863px){
	h2 span:after{
  left:6.5%; 
  width: 83%;
}

h2 span:before{
  left:10.5%; 
  width: 83%;
}
	
	/*===========================================
	「Xバナースタンド（ブラック）」
	============================================*/
	
	.xb-img-2 {
		margin-bottom: -15px;
	}
	
	.xb-sozai, .xb-juryo{
		display: block;
	}
	
}

@media screen and (max-width: 767px){
	
	h2{
		font-size: 2rem;
		background-size: 100% 70px;/*横が100%*/
	}
	
	.inner{
		margin:0 10px;
	}
	
	/*=======================================
    「エレベーター式Xバナー」
    =========================================*/
	.exb-content-left p{
		margin-bottom: 5px;
	}
	
	
	/*=========================
	ロールスクリーンバナーEX
	=============================*/
	.roll-ex h2{
		font-size: 1.6rem;
	}
	
	
}

@media screen and (max-width: 686px){
h2 span:after{
  left:8%; 
  width: 80%;
}

h2 span:before{
  left:12%; 
  width: 80%;
}
	
	
	/*===========================================
	「エコロールスクリーンバナーZERO」
	============================================*/
	.eco-zero h3, .eco-roll h3, .whale-roll h3{
		padding: 0 5px 10px 5px;
	}
}

@media screen and (max-width: 670px){
	
h2{
	font-size: 1.5rem;
}
	
	/*=========================
	ロールスクリーンバナーEX
	=============================*/
	.roll-ex h2{
		font-size: 1.5rem;
	}
	
	/*「お問い合わせはこちらから」*/
	.about-kiji a, .about-rp a{
		font-size: 1.4rem;
		-webkit-text-stroke: 8px #E55E00;
	}
	
	.kochira{
		font-size: 1.7rem;
	}
	
}

@media screen and (max-width: 620px){
	
	/*===========================================
	「Xバナースタンド（ブラック）」
	============================================*/
	
	.xb-block{
		flex-direction: column;
		align-items: center;
		gap:15px;
	}
	
	.xb-content-left, .xb-content-right{
		width: 100%;
	}
	
	.xb-content-right p{
		margin-bottom: 15px;
	}
	
	/* 「仕様」 */
	.xb-shiyo{
		margin-top: 15px;
	}
	
	.xb-shiyo-inner, .exb-shiyo-inner{
		display: block;
	}
	
	.xb-sozai, .xb-juryo{
		display: flex;
		justify-content: flex-start;
		font-size: 1rem;
	}
	
	/*=======================================
    「エレベーター式Xバナー」
    =========================================*/
	.exb-block{
		flex-direction: column;
		gap:15px;
	}
	
	.exb-content-left, .exb-content-right{
		width: 100%;
	}
	
	.exb-content-right .img-center{
		margin-bottom: 15px;
	}
	
	/*===========================================
	「エコロールスクリーンバナーZERO」
	============================================*/
	.ecozero-block{
		gap:20px;
	}
	
	.eco-zero h3{
	padding: 7px 0px 5px 0;
	font-size: 1.4rem;
	align-items: center;
}

	.eco-zero h3 span{
		font-size: 0.9rem;
	}
	
	
	.ecozero-block div{
		width: 100%;
	}
	
	/* 「本体サイズ」など */
	.ecozero-shiyo ul:not(.ecozero-set-ul){
		font-size: 1rem;
	}
	
	.ecozero-media-size-block{
		flex-direction: column;
		gap: 15px;
	}
	
	.ecozero-media-size-block div{
		width: 100%;
	}
	
	.ecozero-media-size-block p{
		width: 100%;
	}
	
	.ecozero-juryo-ul{
		display: block;
	}
	
	/* 「関連商品」 */
	.ecozero-kanren-block{
		flex-direction: column;
		gap:20px;
	}
	
	.ecozero-kanren h3 span{
	font-size: 1.1rem;
}
	
	.ecozero-kanren-block h4{
		font-size: 1.2rem;
	}
	
	.ecozero-ryobuhin, .ecozero-support{
		width: 100%;
	}
	
	/*========================================
sectionクラス「.eco-roll」 「エコロールスクリーンバナー」
==========================================*/
	.eco-roll h3{
		align-items: center;
		font-size: 1.2rem;
		gap:2px;
	}
	
	.eco-roll h3 strong{
		font-size: 1.4rem;
	}
	
	
.eco-roll h3 span:last-child {
    font-size: 0.9rem;
    color: #fff;
    padding: 3px 5px;
    background: #FF0000;
}
	
	.ecoroll-block{
		flex-direction: column;
		gap:15px;
	}
	
	.ecoroll-content-left, .ecoroll-content-right{
		width: 100%;
	}
	
	
	
	/*======================================
	「ロールスクリーンバナーEX」
	====================================*/
	.roll-ex h3{
		font-size: 1.2rem;
		align-items: center;
	}
	
	.roll-ex h3 strong{
		font-size: 1.4rem;
	}
	
	.roll-ex h3 span:last-child{
		font-size: 0.9rem;
		line-height: 1.2;
	}
	
	.rollex-block{
		flex-direction: column;
		gap:15px;
	}
	
	.rollex-content-left, .rollex-content-right{
		width: 100%;
		gap: 15px;
	}
	
	.rollex-media{
		flex-direction: column;
		gap:15px;
	}
	
	.rollex-media > div, .rollex-media p{
		width: 100%;

	}
	
	/*=======================================
	「ホエールロールスクリーンバナー」
	=========================================*/
	
	.whale-roll h3{
		align-items: center;
		font-size: 1.2rem;
	}
	
	.whale-roll h3 strong{
		font-size: 1.4rem;
	}
	
	.whale-roll h3 span:last-child{
		font-size: 0.9rem;
	}
	
	/*「適合メディアサイズ」 */
	
	.media-h4{
		margin-bottom: 12px;
	}
	
	.media .flex-between{
		flex-direction: column;
		gap:15px;
	}

  .whale-roll .media .img-center{
	  width: 100%;
  }

  .whale-roll .media p{
	  width: 100%;
  }
	
	.whale-content-bottom{
		flex-direction: column;
		gap: 15px;
	}
	
	.whale-set-block, .whale-okuyuki-block{
		width: 100%;
	}
	
	/*========================================
	「オリジナルメディア作成いたします」
	==========================================*/
	.original-block{
		flex-direction: column;
		gap: 15px;
	}
	
	.original-block .flex-around, .original-content-right{
		width: 100%;
	}
	
	.original-media p{
		font-size: 1.3rem;
	}
	
	.contact a{
		font-size: 1.5rem;
	}
	
}

@media screen and (max-width: 605px){
	
h2:before{
	content: "";
	width: 55px;
	border-right: 42px solid transparent;
}


h2:after{
	content: "";
	width: 55px;
	border-left: 42px solid transparent;
}
	
	
	
	
    }

@media screen and (max-width: 532px){
	h2{
		font-size: 1.3rem;
	}
	
	/*=========================
	ロールスクリーンバナーEX
	=============================*/
	.roll-ex h2{
		font-size: 1.3rem;
	}
	
	/*=======================================
	「エコロールスクリーンバナー」
=====================================*/
	.ecoroll-content-right{
		flex-direction: column;
		gap:15px;
	}
	
	.ecoroll-content-right-left,.ecoroll-content-right .media{
		width: 100%;
		gap:15px;
	}
}

@media screen and (max-width: 500px){
	
/*全体*/
	section{
	margin-bottom: 2rem;
}
	
.inner{
margin: 0 8px;	
}
	
 h2 span:after{
  left:9%; 
  width: 72%;
}

h2 span:before{
  left:18%; 
  width: 72%;
}

h2 br{
	display: block;
}
	
h3{
	font-size: 1.2rem;
}
	
	/*「お問い合わせはこちらから」*/
	.about-kiji a, .about-rp a{
		font-size: 1.1rem;
		-webkit-text-stroke: 7px #E55E00;
	}
	
	.kochira{
		font-size: 1.3rem;
	}
	

	
	
	
}