@charset "UTF-8";

.feature_lead {
	margin-top: 1em; 
	color: rgb(0,140,214); 
	font-size: 1.25em; 
	font-weight: bold; 
	line-height: 1.6; 
}
.volume {
	align-items: center; 
	margin-bottom: 0.5em; 
}
.volume img {
	width: 38%; 
	margin-right: 0.75em; 
}
.volume .title {
	font-size: 2em; 
	font-weight: bold; 
	color: rgb(228,0,127); 
}
.img_float img {
	float: right; 
}
.img_float:after {
	display:block;
	content:'';
	clear:both;
}
.list_circle li:before {
	content: "●"; 
	color: rgb(238,135,180); 
}
h4 {
	margin: 0.5em 0 0.25em; 
	padding: 0.25em 1em; 
	background: white; 
	border: solid 2px rgb(253,210,62); 
	border-radius: 2em; 
}


/* ページリンク */
link_select {
	width: 100%; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}
.link_select {
	font-size: 1.25em; 
	line-height: 1.6; 
}
.link_select a {
	width: 49%; 
	border: solid 2px rgb(0,140,214); 
}
.link_select .current {
	pointer-events : none;
	color: white; 
	background: rgb(0,140,214); 
}
.link_select a:hover {
	background: rgba(0,140,214,0.1); 
	opacity: 1; 
	transition: all 0.25s;
}
.link_select a:after {
	color: rgb(0,140,214); 
}
.link_select .current:after {
	content: '';
}
.article_link a {
	width: 100%; 
	color: rgb(0,104,183); 
}
.article_link a:before {
	margin-right: 0.25em; 
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold; 
}
.article_link a:hover {
	text-decoration: none; 
}

@media only screen and (min-width: 961px) { 
.volume img {
	width: 24%; 
	}
}
