@charset "utf-8";

#contents .art h1{
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 80px;
	margin: 0;
	color: #E95377;
}
#contents .art h1 span:nth-child(2){
	color: #1E51A2;
}
#contents .art h1 span:nth-child(3){
	color: #239806;
}
#contents .art h1 span:nth-child(4){
	color: #B40BBD;
}
#contents .art h1 span:nth-child(5){
	color: #AD6D00;
}
#contents .art h1 span:nth-child(6){
	color: #22AD00;
}
#contents .art h1 span:nth-child(7){
	color: #0089F2;
}
#contents .art h1 small{
	display: block;
	color: #444;
	font-size: 40px;
}
#contents .art h2{
	font-size: 30px;
	font-weight: 600;
	color: #1E51A2;
	border: solid 4px #1E51A2;
	border-radius: 20px;
	line-height: 1;
	padding: 20px 0;
	margin: 30px 0;
}
#contents .art h2::after{
	display: none;
}
.art p{
	font-size: 20px;
}
.hedmark{
	display: flex;
	align-items: center;
	font-size: 24px;
	justify-content: flex-start;
}
.hedmark img{
	width: 100px;
	margin-right: 10px;
}
.list{
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 18px;
}
.list li::before{
	content: "●";
	color: #0089F2;

}
.art p.kaych{
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	margin: 40px 0;
}
.art p.kaych span{
	display: inline-block;
	background: linear-gradient(transparent 60%, yellow 30%);
}
.link-button{
	text-align: center;
	margin-bottom: 100px;
}
.link-button a{
	position: relative;
	display: inline-block;
	border-radius: 50px;
	background-color: #E95377;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	padding: 25px 100px;
	line-height: 1;
	transition: 0.3s;
}
.link-button a::after{
	position: absolute;
	top:0;
	right:20px;
	content: ">";
	display: inline-block;
	transform: scaleX(0.5);
	font-size: 40px;
	padding: 20px;
	transition: 0.3s;
}
.link-button a:hover{
	background-color: #AE173D;
}
.link-button a:hover::after{
	right:10px;
}
.art{
	position: relative;
}
.art .imagep{
	width: 1100px;
	margin: 20px auto;
}
.copybox{
	width: 1100px;
}
h2 + p{
	text-align: center;
	line-height: 2;
}