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

.mainContents *{
	box-sizing: border-box;
}
.mainContents p{
	font-size: 15px;
	line-height: 1.6rem;
}
.mainContents > section{
	margin: 40px auto 60px;
}

.mainContents > section section{
	margin: 40px auto;
}

/*--------Hタグ--------*/
/*----下に短線----*/
*.hUnderLine{
	margin: 0 auto 30px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
*.hUnderLine:after{
	content: "";
	display: block;
	width: 30%;
	height: 1px;
	background-color: #191919;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
}
*.hUnderLine > span.minititle{
	display: block;
    width: fit-content;
	margin: 0 auto 10px;
	padding: 5px 15px;
}
*.hUnderLine b{
	display: inline-block;
}
*.hUnderLine br{
	display: none;
}

/*----上下に長線----*/
*.hTopBtmLine{
	margin: 0 auto 30px;
	padding: 30px 0 15px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	position: relative;
}
*.hTopBtmLine > span.minititle{
	display: block;
	width: fit-content;
	max-width: 400px;
	padding: 5px 15px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
*.hTopBtmLine br{
    display: none;
}

/*色変え*/
*.hUnderLine > b,
*.hTopBtmLine > b{
	color: #51ab2e;
}
/*上部背景*/
*.hUnderLine > span.minititle,
*.hTopBtmLine > span.minititle{
	background-color: #51ab2e;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5em;
	border-radius: 10px;
}

@media screen and ( max-width: 736px ){
	/*Hタグ*/
	*.hUnderLine,
	*.hTopBtmLine{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 25px;
		line-height: 1.3em;
	}
	*.hUnderLine > span.minititle,
	*.hTopBtmLine > span.minititle{
		font-size: 20px;
	}
}

@media screen and ( max-width: 480px ){
	/*Hタグ*/
	*.hUnderLine,
	*.hTopBtmLine{
		font-size: 22px;
	}
	*.hUnderLine > span.minititle,
	*.hTopBtmLine > span.minititle{
		max-width: 95%;
		font-size: 18px;
	}
    *.hTopBtmLine br{
        display: inline-block;
    }
}


/*----------------------------------------------------------------------------------------------
    stationery　M1
----------------------------------------------------------------------------------------------*/
/*-----------------タイトル--------------------*/
.categoryTitle{
	margin-bottom: 20px;
	padding-left: 40px;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4em;
	border-left: 5px solid #51ab2e;
	position: relative;
}

.mainImg{
	margin: 0 auto 30px;
	text-align: center;
}

@media screen and ( max-width: 736px ){
	/*----カテゴリh2----*/
	.categoryTitle{
		padding-left: 20px;
		font-size: 30px;
	}
}

@media screen and ( max-width: 480px ){
	/*----カテゴリh2----*/
	.categoryTitle{
		font-size: 28px;
	}
}

/*-----------------大人気--------------------*/
.categoryPopular .popularTitle{
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
.categoryPopular .popularTitle:after{
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	background-color: #191919;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}
.categoryPopular .popularTitle > span{
	display: block;
    width: fit-content;
    margin: auto;
	padding: 0 200px;
	position: relative;
}
.categoryPopular .popularTitle > span:before,
.categoryPopular .popularTitle > span:after{
	content: "";
	display: block;
	width: 190px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 5px;
}
.categoryPopular .popularTitle > span:before{
	background-image: url(../../../../_images/category/stationery/top/caption-icon-left.webp);
	left: 0;
}
.categoryPopular .popularTitle > span:after{
	background-image: url(../../../../_images/category/stationery/top/caption-icon-right.webp);
	right: 0;
}

.categoryPopular .popularTitle b{
	color: #51ab2e;
	font-size: 33px;
}
.categoryPopular .popularTitle b.red{
	color: #ff231b;
}

.categoryPopular .popularTitle + p{
	margin: 20px auto;
}

/*-----ランキング-----*/
.categoryPopular .rankingBox .rankingTitle{
	color: #51ab2e;
	background-color: #f3f3f3;
	background-image: url(../../../../_images/category/stationery/top/ranking-title-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 12px 0 12px 50px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.categoryPopular .rankingBox .rankingTitle:before{
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../../../../_images/category/_common/ranking-icon-crown.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.categoryPopular .rankingBox .rankingTitle:after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #51ab2e;
	position: absolute;
	bottom: 0;
	left: 0;
}
.categoryPopular .rankingBox .rankingTitle b{
	color: #ff1918;
	margin-left: 10px;
	font-size: 25px;
	font-style: italic;
	line-height: 1em;
	vertical-align: baseline;
}

/**/
.categoryPopular .rankingBox .linkBtn{
	margin: 20px auto;
	text-align: center;
}
.categoryPopular .rankingBox .linkBtn a{
	display: block;
	background-color: #ffa518;
	color: #111;
	width: 80%;
	max-width: 600px;
	margin: auto;
	padding: 10px;
	padding-right: 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8em;
	position: relative;
}
.categoryPopular .rankingBox .linkBtn a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #111;
	position: absolute;
	right: 10px;
	top: 5px;
	bottom: 0;
	margin: auto;
}


/*-----swiper-----*/
.categoryPopular .rankingBox .swiper-wrapper{
    padding: 40px 0;
	box-sizing: content-box;
}
.categoryPopular .rankingBox .swiper-slide{
    padding: 0 10px;
}
.categoryPopular .rankingBox .swiper-parent{
	position: relative;
}

/*左右ボタン*/
.swiper-button-prev,
.swiper-button-next{
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.6);
	background-image: none;
	border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
	transition: all 0.3s ease-out;
	top: 48%;
	bottom: 30px;
}
.swiper-button-prev{
	left: -5px;
}
.swiper-button-next{
	right: -5px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
	background-color: rgba(0,0,0,1);
}

.swiper-button-prev:before,
.swiper-button-next:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #999;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.swiper-button-prev:before{
	border-left: 3px solid #999;
	left: 15px;
	transform: rotate(-45deg);
}
.swiper-button-next:before{
	border-right: 3px solid #999;
	right: 15px;
	transform: rotate(45deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
	opacity: 0.6;
}

/**/

.categoryPopular .rankingBox a{
    display: block;
}
.categoryPopular .rankingBox a img{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.categoryPopular .rankingBox dl{
    font-size: 12px;
}
.categoryPopular .rankingBox dl dt{
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 1px solid #ccc;
}
.categoryPopular .rankingBox dl dd{
    padding-left: 10px;
    position: relative;
}
.categoryPopular .rankingBox dl dd:before{
    content: "";
    display: block;
    width: 4px;
    height: 15px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0;
}
.categoryPopular .rankingBox dl dd p{
	font-size: 13px;
    line-height: 1.4em;
}
.categoryPopular .rankingBox dl dd em{
    color: #bd1315;
    font-size: 14px;
    font-weight: bold;
}

/*----ランキングアイコン----*/
.categoryPopular .rankingBox .swiper-container{
	counter-reset: rank;
}

.categoryPopular .rankingBox .swiper-slide a{
    position: relative;
}
.categoryPopular .rankingBox .swiper-slide a:before{
	content: counter(rank)"位";
    counter-increment: rank;
    width: 40px;
    height: 40px;
	background-color: #d8f1db;
    background-repeat: no-repeat;
    background-position: center;
	color: #00a122;
	font-size: 15px;
	font-weight: 600px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #9ae5a3;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 10;
}
.categoryPopular .rankingBox .swiper-slide:nth-of-type(1) a:before{
	content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../../../../_images/top/item-rank1.gif);
    background-color: #ff5354;
    top: -8px;
    left: -8px;
	border: none;
}
.categoryPopular .rankingBox .swiper-slide:nth-of-type(2) a:before{
	content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../../../../_images/top/item-rank2.gif);
    background-color: #fcd2d2;
    top: -8px;
    left: -8px;
	border: none;
}
.categoryPopular .rankingBox .swiper-slide:nth-of-type(3) a:before{
	content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../../../../_images/top/item-rank3.gif);
    background-color: #fcd2d2;
    top: -8px;
    left: -8px;
	border: none;
}


@media screen and ( max-width: 736px ){
	.categoryPopular .popularTitle{
		font-size: 25px;
	}
	.categoryPopular .popularTitle > span{
		width: 95%;
		padding: 0 100px;
	}
	.categoryPopular .popularTitle > span:before,
	.categoryPopular .popularTitle > span:after{
		background-size: 100% auto;
		width: 100px;
		height: 40px;
	}
	
	.categoryPopular .popularTitle b{
		font-size: 28px;
		letter-spacing: -0.05em;
	}
	
	.categoryPopular .popularTitle + p{
		width: 95%;
	}
	
	/*-----ランキング-----*/
	.categoryPopular .rankingBox .rankingTitle{
		background-size: 150px auto;
		padding: 10px 5px 10px 50px;
		font-size: 18px;
	}
	
	.categoryPopular .rankingBox .rankingTitle b{
		display: inline-block;
		margin-left: 0;
		font-size: 25px;
	}

	.categoryPopular .rankingBox .swiper-parent,
	.categoryPopular .rankingBox .swiper-parent + p{
		width: 95%;
		margin: 20px auto;
	}
	
	.categoryPopular .rankingBox .linkBtn{
		margin: 20px auto;
		text-align: center;
	}
	.categoryPopular .rankingBox .linkBtn a{
		font-size: 18px;
	}
}


@media screen and ( max-width: 480px ){
	.categoryPopular .popularTitle{
		margin-bottom: 30px;
		padding-bottom: 5px;
		font-size: 23px;
		text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97999px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.51361px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
	}
	.categoryPopular .popularTitle > span{
		padding: 0;
	}
	.categoryPopular .popularTitle > span:before,
	.categoryPopular .popularTitle > span:after{
		width: 100px;
		height: 40px;
		bottom: -30px;
		z-index: -1;
	}
	.categoryPopular .popularTitle b{
		font-size: 26px;
	}
	
	/*-----ランキング-----*/
	.categoryPopular .rankingBox .rankingTitle{
		padding: 10px 5px 10px 50px;
		font-size: 18px;
	}
	
	.categoryPopular .rankingBox .rankingTitle b{
		display: inline-block;
		margin-left: 0;
		font-size: 25px;
	}

	.categoryPopular .rankingBox .swiper-parent,
	.categoryPopular .rankingBox .swiper-parent + p{
		width: 95%;
		margin: 20px auto;
	}
}


/*-----------------選ぶ--------------------*/
.categoryItemSelect *.hUnderLine br{
    display: none;
}

/*-----カテゴリーリスト-----*/
.categoryItemSelect ul.itemList{
	display: flex;
	flex-wrap: wrap;
	gap: 25px 30px;
	margin: 40px auto;
}
.categoryItemSelect ul.itemList > li{
	width: 280px;
}
.categoryItemSelect ul.itemList > li a{
	display: block;
	height: 100%;
	padding: 15px 20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.categoryItemSelect ul.itemList > li a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-right: 15px solid #51ab2e;
	border-bottom: 15px solid #51ab2e;
	transition: all 0.15s ease-out;
	position: absolute;
	right: 0;
	bottom: 0;
}
.categoryItemSelect ul.itemList > li h3{
	color: #51ab2e;
	margin-bottom: 10px;
    padding-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	transition: all 0.15s ease-out;
	position: relative;
}
.categoryItemSelect ul.itemList > li h3:after{
	content: "";
	display: block;
	width: 85%;
	height: 1px;
	background-color: #191919;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.categoryItemSelect ul.itemList > li h3 span{
    font-size: 15px;
    line-height: 1.3em;
}
.categoryItemSelect ul.itemList > li p{
	background-repeat: no-repeat;
	background-position: left 50%;
    background-size: auto;
	min-height: 160px;
	padding-left: 120px;
	font-size: 14px;
}

.categoryItemSelect ul.itemList > li a:hover:after{
	border-right-color: #ff8c00;
	border-bottom-color: #ff8c00;
}
.categoryItemSelect ul.itemList > li a:hover h3{
	color: #ff8c00;
}

/*リスト画像*/
.categoryItemSelect ul.itemList > li.tag p{ background-image: url(../../../../_images/category/stationery/top/select-img-tag.webp);}
.categoryItemSelect ul.itemList > li.note p{ background-image: url(../../../../_images/category/stationery/top/select-img-note.webp);}
.categoryItemSelect ul.itemList > li.file p{ background-image: url(../../../../_images/category/stationery/top/select-img-file.webp);}
.categoryItemSelect ul.itemList > li.stand p{ background-image: url(../../../../_images/category/stationery/top/select-img-stand.webp);}
.categoryItemSelect ul.itemList > li.case p{ background-image: url(../../../../_images/category/stationery/top/select-img-case.webp);}
.categoryItemSelect ul.itemList > li.magnet p{ background-image: url(../../../../_images/category/stationery/top/select-img-magnet.webp);}
.categoryItemSelect ul.itemList > li.measure p{ background-image: url(../../../../_images/category/stationery/top/select-img-measure.webp);}
.categoryItemSelect ul.itemList > li.pinch p{ background-image: url(../../../../_images/category/stationery/top/select-img-pinch.webp);}
.categoryItemSelect ul.itemList > li.card-holder p{ background-image: url(../../../../_images/category/stationery/top/select-img-card-holder.webp);}
.categoryItemSelect ul.itemList > li.book p{ background-image: url(../../../../_images/category/stationery/top/select-img-book.webp);}
.categoryItemSelect ul.itemList > li.calculator p{ background-image: url(../../../../_images/category/stationery/top/select-img-calculator.webp);}
.categoryItemSelect ul.itemList > li.kids-stationery p{ background-image: url(../../../../_images/category/stationery/top/select-img-kids-stationery.webp);}
.categoryItemSelect ul.itemList > li.stationery-set p{ background-image: url(../../../../_images/category/stationery/top/select-img-stationery-set.webp);}
.categoryItemSelect ul.itemList > li.other p{ background-image: url(../../../../_images/category/stationery/top/select-img-other.webp);}

/*-----ブランドリスト-----*/
.categoryItemSelect ul.brandList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 0;
	width: 95%;
	margin: 40px auto;
}
.categoryItemSelect ul.brandList > li{
	width: 410px;
}
.categoryItemSelect ul.brandList > li > p{
	margin-top: 10px;
	font-size: 14px;
}


@media screen and ( max-width: 736px ){
	.categoryItemSelect *.hUnderLine{
		font-size: 30px;
	}
	.categoryItemSelect *.hUnderLine + p{
		width: 95%;
		margin: auto;
	}

	/*-----カテゴリーリスト-----*/
	.categoryItemSelect ul.itemList{
		width: 95%;
		gap: 15px 15px;
	}
	.categoryItemSelect ul.itemList > li{
		width: calc((100% - 30px) / 3);
	}
	.categoryItemSelect ul.itemList > li a{
		padding: 10px 8px;
	}
	.categoryItemSelect ul.itemList > li h3{
		padding-bottom: 5px;
		font-size: 17px;
		line-height: 1.3em;
	}
    .categoryItemSelect ul.itemList > li h3 span{
        font-size: 13px;
    }
	.categoryItemSelect ul.itemList > li p{
		background-size: 80px auto;
		background-position: top center;
		min-height: auto;
		padding-left: 0;
		padding-top: 100px;
		font-size: 14px;
	}

	/*-----ブランドリスト-----*/
	.categoryItemSelect ul.brandList > li{
		width: 48%;
	}

}

@media screen and ( max-width: 480px ){
		
	.categoryItemSelect *.hUnderLine{
		font-size: 25px;
	}

	/*-----カテゴリーリスト-----*/
	.categoryItemSelect ul.itemList{
		justify-content: space-between;
		gap: 20px 15px;
	}
	.categoryItemSelect ul.itemList > li{
		width: calc((100% - 15px) / 2);
	}
	.categoryItemSelect ul.itemList > li h3{
		font-size: 16px;
	}
	.categoryItemSelect ul.itemList > li p{
		background-size: 70px auto;
		padding-top: 90px;
		font-size: 13px;
	}

	/*-----ブランドリスト-----*/
	.categoryItemSelect ul.brandList{
		gap: 20px 0;
	}
	.categoryItemSelect ul.brandList > li{
		width: 100%;
	}

}

/*-----------------商品一覧--------------------*/
.itemListBox > h2{
	margin: 20px 0;
	padding: 0 10px 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.itemListBox > h2:after{
	content: "";
	display: block;
	width: 25%;
	height: 2px;
	background-color: #ff7417;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
}

@media screen and ( max-width: 736px ){
	.itemListBox > h2{
		font-size: 18px;
	}
}


/*-----------------お薦め人気商品--------------------*/
.categoryRecommend h2{
	font-size: 40px;
}
.mainContents > .categoryRecommend > section{
	margin-bottom: 60px;
}

/**/
.categoryRecommend .hUnderLine{
	font-size: 28px;
}

/**/
.categoryRecommend ul.recomItemList{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px auto;
}
.categoryRecommend ul.recomItemList > li{
	width: calc((100% - 60px) / 4);
}
.categoryRecommend ul.recomItemList > li a{
	display: block;
	padding: 5px;
}
.categoryRecommend ul.recomItemList > li a:hover{
	box-shadow: 0 0 0 2px #ff8c00;
}
.categoryRecommend ul.recomItemList > li a img{
	width: 100%;
    height: auto;
	margin-bottom: 10px;
}
.categoryRecommend ul.recomItemList > li a h3{
	font-size: 16px;
	font-weight: 600;
}
.categoryRecommend ul.recomItemList > li a p.number{
	color: #999;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #191919;
}
.categoryRecommend ul.recomItemList > li a p.price{
	font-size: 14px;
	line-height: 1.5em;
}
.categoryRecommend ul.recomItemList > li a p.price em{
	color: #ff1e21;
	font-weight: 600;
}

/**/
.categoryRecommend .recomLink{
	margin: 30px auto;
	text-align: center;
}

.categoryRecommend .recomLink a{
	display: inline-block;
	min-width: 60%;
	background-color: #ff6e32;
	color: #fff;
	margin: auto;
	padding: 15px 30px 15px 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6em;
	position: relative;
}
.categoryRecommend .recomLink a:hover{
	background-color: #ffba76;
}
.categoryRecommend .recomLink a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.categoryRecommend ul.recomLink{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.categoryRecommend ul.recomLink li{
	width: 45%;
}
.categoryRecommend ul.recomLink li a{
	width: 100%;
}
.categoryRecommend ul.recomLink li.exhibition a{
	background-color: #5fd52b;
}
.categoryRecommend ul.recomLink li.exhibition a:hover{
	background-color: #9eee7b;
}
.categoryRecommend ul.recomLink li.briefing a{
	background-color: #2c6bd4;
}
.categoryRecommend ul.recomLink li.briefing a:hover{
	background-color: #7faaf1;
}


@media screen and ( max-width: 736px ){
	.categoryRecommend h2{
		font-size: 30px;
	}
	.categoryRecommend h2 + p,
	.categoryRecommend h3 + p{
		width: 95%;
		margin: auto;
	}
    /**/
    .categoryRecommend .hUnderLine b{
        display: inline;
    }
    .categoryRecommend .hUnderLine br{
        display: inline;
    }
	
	/**/
	.categoryRecommend ul.recomItemList{
		gap: 20px 10px;
		width: 95%;
		margin: 30px auto;
	}
	.categoryRecommend ul.recomItemList > li{
		width: calc((100% - 30px) / 4);
	}
	.categoryRecommend ul.recomItemList > li a {
		padding: 3px;
	}
	.categoryRecommend ul.recomItemList > li a h3,
	.categoryRecommend ul.recomItemList > li a p.number{
		font-size: 15px;
	}
	.categoryRecommend ul.recomItemList > li a p.price{
		font-size: 14px;
	}
	
	/**/
	.categoryRecommend .recomLink a{
		width: 80%;
		font-size: 17px;
	}

	.categoryRecommend ul.recomLink li{
		width: 45%;
	}
}

@media screen and ( max-width: 600px ){
	/**/
	.categoryRecommend ul.recomItemList > li{
		width: calc((100% - 20px) / 3);
	}
}

@media screen and ( max-width: 480px ){
	.categoryRecommend h2{
		font-size: 26px;
	}
    .categoryRecommend .hUnderLine{
        font-size: 24px;
    }
	
	/**/
	.categoryRecommend ul.recomItemList{
		gap: 20px 15px;
	}
	.categoryRecommend ul.recomItemList > li{
		width: calc((100% - 15px) / 2);
	}
	.categoryRecommend ul.recomItemList > li a{
		padding: 0;
	}
	
	/**/
	.categoryRecommend .recomLink a{
		font-size: 16px;
	}

	.categoryRecommend ul.recomLink{
		gap: 15px;
	}
	.categoryRecommend ul.recomLink li{
		width: 90%;
	}
}


/*-----------------配布シーンや目的--------------------*/
.categoryScene h2{
	font-size: 35px;
}

.categoryScene .hUnderLine{
	font-size: 28px;
}

/*-----配布シーン-----*/
.categoryScene .sceneList ul{
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 30px auto;
}
.categoryScene .sceneList ul > li{
	width: 255px;
}
.categoryScene .sceneList ul > li dl{
	margin-top: 20px;
}
.categoryScene .sceneList ul > li dl dt{
	display: flex;
	align-items: center;
	color: #29750c;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	background-image: linear-gradient( -165deg, transparent 60%, #c0e4b2 60%);
}
.categoryScene .sceneList ul > li dl dd p{
	font-size: 13px;
}


/*-----配布目的-----*/
.categoryScene .purposeList ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 600px;
	margin: 30px auto;
}

@media screen and ( max-width: 736px ){
	.categoryScene h2{
		font-size: 30px;
	}
	.categoryScene h2 + p{
		width: 95%;
		margin: 20px auto;
	}
	
	/*-----配布シーン-----*/
	.categoryScene .sceneList ul > li{
		width: calc((100% - 40px) / 3);
	}
	.categoryScene .sceneList ul > li dl{
		margin-top: 10px;
	}
	.categoryScene .sceneList ul > li dl dt{
		padding: 5px 10px;
		font-size: 18px;
	}
	.categoryScene .sceneList ul > li dl dt br{
		display: none;
	}

	/*-----配布目的-----*/
	.categoryScene .purposeList ul{
		gap: 10px;
		width: 90%;
	}
	.categoryScene .purposeList ul li{
		width: calc((100% - 40px) / 5);
	}
	.categoryScene .purposeList ul li img{
		max-width: 90px;
	}
	
	.categoryScene .purposeList ul + p{
		width: 95%;
		margin: auto;
	}
}

@media screen and ( max-width: 480px ){
	.categoryScene h2{
		font-size: 26px;
	}
	
	.categoryScene .hUnderLine{
		font-size: 24px;
	}
	
	/*-----配布シーン-----*/
	.categoryScene .sceneList ul{
		flex-wrap: wrap;
		gap: 20px 15px;
	}
	.categoryScene .sceneList ul > li{
		width: calc((100% - 15px) / 2);
	}
	.categoryScene .sceneList ul > li dl dt{
		padding: 5px;
		font-size: 17px;
	}
	.categoryScene .sceneList ul > li dl dt br{
		display: none;
	}

	/*-----配布目的-----*/
	.categoryScene .purposeList ul{
		gap: 5px;
		width: 90%;
	}
	.categoryScene .purposeList ul li{
		width: calc((100% - 20px) / 5);
	}
	.categoryScene .purposeList ul li img{
		max-width: 90px;
	}
	
	.categoryScene .purposeList ul + p{
		width: 95%;
		margin: auto;
	}
}


/*-----------------プリント方法--------------------*/
.categoryPrint h2{
	font-size: 40px;
}

/**/
.categoryPrint ul.printList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
    margin: 15px auto;
}
.categoryPrint ul.printList li{
	width: 280px;
    position: relative;
}
.categoryPrint ul.printList li h4{
	color: #1b80fa;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #333;
}
.categoryPrint ul.printList li p{
    display: block;
    min-width: 60%;
    background-color: #51ab2e;
    color: #fff;
    padding: 0 10px;
	font-size: 18px;
    font-weight: 700;
	line-height: 2em;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}


@media screen and ( max-width: 736px ){
	.mainContents > section.categoryPrint{
		border-radius: 15px;
	}

    .categoryPrint h2{
        font-size: 30px;
    }
    
	/**/
	.categoryPrint ul.printList{
		gap: 15px;
		width: 95%;
	}
	.categoryPrint ul.printList li{
		width: 48%;
	}
	.categoryPrint ul.printList li img{
		height: 180px;
		object-fit: cover;
	}
	.categoryPrint ul.printList li p{
		line-height: 1.8em;
	}

    /**/
	.categoryPrint ul.printList + p{
        width: 95%;
        margin: auto;
    }
}

@media screen and ( max-width: 480px ){
    .categoryPrint h2{
        font-size: 26px;
    }
    
	/**/
	.categoryPrint ul.printList{
		flex-wrap: wrap;
	}
	.categoryPrint ul.printList li{
		width: 100%;
	}
	.categoryPrint ul.printList li h4{
		font-size: 22px;
	}
}



/*-----------------実績--------------------*/
.recordBox h2{
	background-color: #d4f3c8;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-radius: 15px;
}
.recordBox ul{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.recordBox ul > li{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 20px;
}
.recordBox ul > li dl dt{
	color: #51ab2e;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	border-bottom: 1px solid #191919;
}
.recordBox ul > li dl dt a{
	display: block;
	padding-left: 20px;
	position: relative;
}
.recordBox ul > li dl dt a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #51ab2e;
	position: absolute;
	left: 5px;
	top: 8px;
}
.recordBox ul > li dl dt a:hover:before{
	border-left: 6px solid #ffa518;
}

/**/
.recordBox ul > li dl dd a.linkBtn{
	display: block;
	background-color: #ffa518;
	color: #111;
	width: 70%;
	margin: 20px auto 0;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.recordBox ul > li dl dd a.linkBtn:hover{
	background-color: #ffdd5e;
}

@media screen and ( max-width: 736px ){
	.recordBox{
		width: 95%;
		margin: auto;
	}
	.recordBox h2{
		font-size: 23px;
	}
	.recordBox ul > li dl{
		width: 48%;
	}
	.recordBox ul > li dl dt{
		font-size: 18px;
	}
	
	/**/
	.recordBox ul > li dl dd a.linkBtn{
		width: 90%;
	}
	.recordBox ul > li > img{
		width: 50%;
	}
}

@media screen and ( max-width: 480px ){
	.recordBox h2{
		font-size: 20px;
	}
	.recordBox ul{
		gap: 40px;
	}
	.recordBox ul > li{
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.recordBox ul > li dl{
		width: 100%;
	}
	.recordBox ul > li dl dt{
		font-size: 18px;
	}
	
	/**/
	.recordBox ul > li dl dd a.linkBtn{
		width: 90%;
	}
	.recordBox ul > li > img{
		width: 90%;
	}
}

/*-----------------他ページリンク--------------------*/
.otherlinkBox .title{
	margin-bottom: 20px;
	padding: 5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #ff7417;
}
.otherlinkBox .title br{
	display: none;
}
.otherlinkBox ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.otherlinkBox ul > li{
	width: calc((100% - 30px) / 3);
}
.otherlinkBox ul > li img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media screen and ( max-width: 736px ){
	.otherlinkBox .title{
		font-size: 18px;
	}
	.otherlinkBox ul{
		gap: 10px;
		width: 95%;
		margin: auto;
	}
	.otherlinkBox ul > li{
		width: calc((100% - 20px) / 3);
	}
	.otherlinkBox ul > li img{
		width: 100%;
		height: auto;
	}
}

@media screen and ( max-width: 480px ){
	.otherlinkBox .title br{
		display: inline-block;
	}
	.otherlinkBox ul > li{
		width: calc((100% - 15px) / 2);
	}
}






