@charset "utf-8";
/* CSS Document */
.shitate-cont * {box-sizing: border-box;}

/*------------------------------------------------------
　メイン画像
------------------------------------------------------*/

.shitate-cont h1 + p {
	margin: 20px auto;
}
.shitate-cont .img-box {
	margin: 20px auto;
}

/**/
.shitate-cont .anchor-link{
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 30px auto;
}
.shitate-cont .anchor-link > li{
	width: 315px;
}
.shitate-cont .anchor-link > li a{
	display: block;
	color: #fff;
	padding: 20px 15px;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	border: 2px solid;
	border-radius: 5px;
}
.shitate-cont .anchor-link > li a span{
	display: block;
	width: fit-content;
	min-width: 80%;
	background-color: #fff;
	margin: auto;
	padding: 0 15px;
	font-size: 17px;
	line-height: 1.5em;
	border-radius: 30px;
}

.shitate-cont .anchor-link > li.standard a{
	background-image: linear-gradient(-195deg, #50bbff 50%, #76caff 50%);
	border-color: #9fd9ff;
}
.shitate-cont .anchor-link > li.standard a span{
	color: #50bbff;
}
.shitate-cont .anchor-link > li.durability a{
	background-image: linear-gradient(-195deg, #25bb6c 50%, #38c97d 50%);
	border-color: #86d2aa;
}
.shitate-cont .anchor-link > li.durability a span{
	color: #25bb6c;
}
.shitate-cont .anchor-link > li.paper a{
	background-image: linear-gradient(-195deg, #ffa257 50%, #ffb87e 50%);
	border-color: #ffc89b;
}
.shitate-cont .anchor-link > li.paper a span{
	color: #ffa257;
}

@media screen and (max-width: 786px) {
	.shitate-cont h1 + p {
		padding: 0 3%;
	}
	.shitate-cont .img-box {
		padding: 0 3%;
	}
	/**/
	.shitate-cont .anchor-link{
		gap: 15px;
		padding: 0 3%;
	}
	.shitate-cont .anchor-link > li{
		width: calc((100% - 30px) / 3);
	}
	.shitate-cont .anchor-link > li a{
		padding: 20px 5px;
		font-size: 20px;
	}
	.shitate-cont .anchor-link > li a span{
		padding: 0 10px;
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.shitate-cont .img-box {
		padding: 0 3% 10px;
		overflow-x: auto;
	}
	.shitate-cont .img-box img{
		min-width: 550px;
	}

	/**/
	.shitate-cont .anchor-link{
		gap: 10px;
		padding: 0 3%;
	}
	.shitate-cont .anchor-link > li{
		width: calc((100% - 20px) / 3);
	}
	.shitate-cont .anchor-link > li a{
		padding: 15px 5px;
		font-size: 18px;
	}
	.shitate-cont .anchor-link > li a span{
		padding: 0 5px;
		font-size: 13px;
	}
}



/*------------------------------------------------------
　各種仕立て
------------------------------------------------------*/
.shitate-cont .shitate-type{
	margin: 50px auto;
}
.shitate-cont .shitate-type .h-box{
	background-color: #f5f5f5;
	margin: 0 auto 20px;
	padding: 12px 15px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5em;
	border-left: 5px solid;
}

.shitate-cont .shitate-type .type-img{
	min-height: 330px;
	background-image: linear-gradient(to bottom, #fff 0%, #ebeff3 100%);
	margin: 50px auto 20px;
	position: relative;
}
.shitate-cont .shitate-type .type-img > img{
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	margin: auto;
}

/*--------*/
.shitate-cont .shitate-type dl.type-use{
	margin: 30px auto;
	position: relative;
	z-index: 10;
}
.shitate-cont .shitate-type dl.type-use dt{
	color: #7f95aa;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.shitate-cont .shitate-type dl.type-use dd ul{
	display: flex;
	justify-content: center;
	gap: 10px 15px;
}
.shitate-cont .shitate-type dl.type-use dd ul > li{
	width: 130px;
	background-color: #50bbff;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	box-shadow: 0 0 0 1px #fff, 0 0 0 4px #50bbff;
	border-radius: 8px;
}

/*--------*/
.shitate-cont .shitate-type ul.detail-list{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin: 50px auto;
}
.shitate-cont .shitate-type ul.detail-list > li{
	width: calc((100% - 40px) / 2);
}
.shitate-cont .shitate-type ul.detail-list > li .h-type4{
	margin-bottom: 10px;
	text-align: center;
}
.shitate-cont .shitate-type ul.detail-list > li .h-type4 span{
	display: block;
	width: fit-content;
	background-color: #ebeff3;
	color: #0b4ea2;
	margin: 0 auto 5px;
	padding: 0 15px;
	font-size: 15px;
	line-height: 1.5em;
	border-radius: 30px;
}
.shitate-cont .shitate-type ul.detail-list > li > img{
	width: 100%;
	height: 210px;
	object-fit: cover;
	object-position: center right;
}
.shitate-cont .shitate-type ul.detail-list > li > p{
	margin-top: 10px;
}



@media screen and (max-width: 786px) {
	.shitate-cont .shitate-type .h-box{
		font-size: 22px;
	}

	.shitate-cont .shitate-type .type-img{
		min-height: 300px;
	}
	.shitate-cont .shitate-type .type-img > img{
		width: auto;
		height: 350px;
	}

	/*--------*/
	.shitate-cont .shitate-type dl.type-use{
		padding: 0 3%;
	}
	.shitate-cont .shitate-type dl.type-use dt{
		font-size: 22px;
	}
	.shitate-cont .shitate-type dl.type-use dd ul > li{
		font-size: 16px;
	}

	/*--------*/
	.shitate-cont .shitate-type ul.detail-list{
		padding: 0 3%;
		gap: 40px 25px;
	}
	.shitate-cont .shitate-type ul.detail-list > li{
		width: calc((100% - 25px) / 2);
	}
	.shitate-cont .shitate-type ul.detail-list > li .h-type4 span{
		font-size: 15px;
	}
}

@media screen and (max-width: 480px) {
	.shitate-cont .shitate-type .h-box{
		font-size: 18px;
	}

	.shitate-cont .shitate-type .type-img{
		min-height: 220px;
	}
	.shitate-cont .shitate-type .type-img > img{
		width: auto;
		height: 270px;
	}

	/*--------*/
	.shitate-cont .shitate-type dl.type-use{
		padding: 0 3%;
	}
	.shitate-cont .shitate-type dl.type-use dt{
		font-size: 20px;
	}
	.shitate-cont .shitate-type dl.type-use dd ul{
		flex-wrap: wrap;
		gap: 15px 15px;
	}
	.shitate-cont .shitate-type dl.type-use dd ul > li{
		width: calc((100% - 30px) / 2);
		font-size: 15px;
	}

	/*--------*/
	.shitate-cont .shitate-type ul.detail-list{
		gap: 30px 25px;
	}
	.shitate-cont .shitate-type ul.detail-list > li{
		width: 100%;
	}
	.shitate-cont .shitate-type ul.detail-list > li .h-type4 span{
		font-size: 15px;
	}
}


/*標準*/
.shitate-cont .shitate-type#standard .h-box{
	color: #25aaff;
	border-left-color: #25aaff;
}
.shitate-cont .shitate-type#standard dl.type-use dd ul > li{
	background-color: #50bbff;
	box-shadow: 0 0 0 1px #fff, 0 0 0 4px #50bbff;
}
/*高耐久*/
.shitate-cont .shitate-type#durability .h-box{
	color: #0db55c;
	border-left-color: #0db55c;
}
.shitate-cont .shitate-type#durability dl.type-use dd ul > li{
	background-color: #0db55c;
	box-shadow: 0 0 0 1px #fff, 0 0 0 4px #0db55c;
}
/*紙手旗*/
.shitate-cont .shitate-type#paper .h-box{
	color: #f6740b;
	border-left-color: #f6740b;
}
.shitate-cont .shitate-type#paper dl.type-use dd ul > li{
	background-color: #ffa257;
	box-shadow: 0 0 0 1px #fff, 0 0 0 4px #ffa257;
}





