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

/**/
.textBox p{
	line-height: 2.0em;
}

/*----------書体一覧----------*/
.fontCont .brush_cont section{
	margin-bottom: 100px;
}
.fontCont .h_brush{
	padding: 20px;
	background: #f2f2f2;
	margin-bottom: 20px;
}
.fontCont .h_brush p{
	width: fit-content;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
	padding: 8px 50px;
	background: linear-gradient(to right,transparent,#d95369 5% 95%,transparent);
	margin: 0 auto 20px;
}
.fontCont .h_brush h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}
.h_brush + p{
	margin-bottom: 50px;
}
.fontCont .h_brush_sub{
	font-size: 22px;
	font-weight: bold;
	padding: 8px 20px;
	border-top: solid 2px;
	border-bottom: solid 2px;
	border-image: linear-gradient(to right,#9283d5 75%,transparent 90%);
	border-image-slice: 1;
	margin-bottom: 15px;
}
.fontCont .h_brush_sub + p{
	margin-bottom: 40px;
}
.fontCont .font_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 60px;
}
.fontCont .font_box div{
	width: 430px;
}
.fontCont .font_box div dt{
	font-size: 20px;
	font-weight: bold;
	padding: 2px 0 2px 20px;
	border-left: solid 5px #9283d5;
	margin-bottom: 10px;
}
.fontCont .font_box div dd img{
	margin-bottom: 10px;
}
.fontCont .font_box_other {
	justify-content: center;
	column-gap: calc((100% - 855px) / 2);
}
.fontCont .font_box_other div{
	width: 285px;
}
.fontCont .other_cont{
	margin-bottom: 100px;
}
.fontCont .other_cont .h_font_other{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 15px 20px;
	background: linear-gradient(to right,transparent,#9283d5 15% 85%,transparent);
	margin-bottom: 35px;
}
.fontCont .linkBtn{
	position: relative;
	display: block;
	width: 530px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.025em;
	text-align: center;
	color: #fff;
	padding: 30px;
	background: #ff762c;
	border: solid 2px #ff762c;
	margin: 0 auto;
}
.fontCont .linkBtn::after{
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../../../_images/common/arrow_maru_white.webp) no-repeat;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.fontCont .linkBtn:hover{
	background: #f8955f;
}
.fontCont .linkBtn br{
	display: none;
}
/*---  注意点  ---*/
.h_font_caution{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 10px;
	border-top: solid 1px #ff3939;
	border-bottom: solid 1px #ff3939;
	margin-bottom: 30px;
}
.h_font_caution::before{
	content: "";
	display: block;
	width: 28px;
	height: 26px;
	background: url(../../../_images/detail/font/icon-caution.gif);
	background-size: cover;
}
.font_caution_box{
	margin-bottom: 20px;
}
.font_caution_box > dt{
	width: fit-content;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-align: center;
	color: #ff3939;
	padding: 20px 50px;
	border: solid 2px ;
	border-radius: 8px;
	margin: 0 auto 25px;
}
.font_caution_box > dd dl{
	display: flex;
	justify-content: center;
	column-gap: 2px;
}
.font_caution_box > dd dl div{
	width: 355px;
	text-align: center;
	padding: 15px 0 25px;
}
.font_caution_box > dd dl div:first-of-type{
	background: #ece9f9;
}
.font_caution_box > dd dl div:last-of-type{
	background: #f2f2f2;
}
.font_caution_box > dd dl div dt{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.fontCont .textBox{
		width: 95%;
		margin: 0 auto 20px;
	}
	.fontCont .brush_cont section{
		width: 95%;
		margin: 0 auto 60px;
	}
	.fontCont .font_box {
		row-gap: 40px;
	}
	.fontCont .font_box div{
		width: 48%;
	}
	.fontCont .font_box_other{
		width: 95%;
		flex-wrap: nowrap;
		overflow-x: scroll;
		justify-content: left;
		column-gap: 20px;
		margin: 0 auto;
	}
	.fontCont .font_box_other div{
		width: 250px;
		flex-shrink: 0;
	}
	.font_caution_box,
	.font_caution_box + p{
		width: 95%;
		margin: 0 auto 25px;
	}
	.font_caution_box > dt{
		width: 80%;
		padding: 20px;
		box-sizing: border-box;
	}
	.font_caution_box > dt br{
		display: none;
	}
	.font_caution_box > dd dl {
		column-gap: 0;
	}
	.font_caution_box > dd dl div{
		width: 50%;
	}
	.fontCont .linkBtn{
		width: 80%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 480px) {
	.fontCont .h_brush{
		padding: 20px 0;
	}
	.fontCont .h_brush p{
		font-size: 14px;
		width: 100%;
    	padding: 8px 15px;
		box-sizing: border-box;
	}
	.fontCont .h_brush h3{
		font-size: 22px;
	}
	.fontCont .font_box{
		overflow-x: scroll;
		flex-wrap: nowrap;
		column-gap: 20px;
	}
	.fontCont .font_box div{
		width: 250px;
		flex-shrink: 0;
	}
	.fontCont .font_box div dt{
		font-size: 18px;
	}
	.fontCont .h_brush_sub{
		font-size: 20px;
	}
	.fontCont .other_cont .h_font_other{
		font-size: 15px;
		background: linear-gradient(to right,transparent,#9283d5 5% 95%,transparent);
	}
	.h_font_caution{
		font-size: 16px;
	}
	.h_font_caution::before{
		width: 20px;
		height: 18px;
	}
	.font_caution_box > dt{
		width: 90%;
		font-size: 15px;
		padding: 10px;
	}
	.font_caution_box > dd dl{
		overflow-x: scroll;
		font-size: 15px;
		justify-content: left;
	}
	.font_caution_box > dd dl div{
		width: 250px;
		flex-shrink: 0;
	}
	.font_caution_box > dd dl div dt{
		font-size: 15px;
	}
	.fontCont .linkBtn {
		font-size: 15px;
		padding: 8px 30px;
	}
	.fontCont .linkBtn::after {
		width: 18px;
		height: 18px;
		background-size: cover;
		right: 10px;
	}
	.fontCont .linkBtn br {
		display: block;
	}
}


