/* 共通
-------------------------------------*/
h1 {
	padding-bottom: 20px;
	font-size: 30px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #ddd;
	margin-top: 40px;
}
h2 {
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}
h2 span{
    padding: 8px;
    margin-bottom: -1px;
}
h2:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h2:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
h3{
	font-size: 18px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
}
ul.contentslink {
	max-width:1000px;
	display: flex;
	align-items:stretch;  
	flex-wrap: wrap;
}
ul.contentslink li {
    width: 250px;
    border-radius: 5px;
    margin:0 5px 20px 0;
    background-color: #FFFFFF;
	border: 1px solid #3fc1c9;
}
ul.contentslink li a {
	display: block;
	padding:10px;
    color: #3fc1c9;
}
ul.contentslink li:nth-of-type(3n) {
	margin-right: 0;
}
.thumbnail{
	display:flex;
	justify-content:center;
}
.thumbnail img{
	display:block;
	text-align:center;
    width: 230px;
    height:153px;
    object-fit:cover;
}
.magazineWrap{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.magazineWrap::after {
     content: "";
     display: block;
     width:33%;
     height: 0;
}
.requestBox{
    display: flex;    
    width: 33%;
    box-sizing: border-box;
}
.requestBox a{
    display: flex;
    flex-direction: column;
    width:100%;
}
.requestBox img{
	display: block;
    text-align: center;
    margin: 0 auto 20px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
.requestBox p.ttl{
	font-size:14px;
	font-weight: bold;
	color: #036eb8;
	line-height: 1.5em;
	margin: 0 auto 20px;
	width:140px;	
}
.requestBox p.btn{	
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color: #484848;
	background:#eec958;
	border:1px solid #e0b01f;	
	border-radius:3px;
	padding: 5px 25px 5px 10px;
	position: relative;
	transition: .3s;
	margin-top: auto;
	margin-right:auto;
	margin-left:auto;
	width:140px;
	}
.requestBox p.btn::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    color: #484848;
    font-size:16px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top:-8px;
    font-weight: 800;
    line-height:1;
}
.requestBox p.btn:hover,.requestBox img:hover{
	opacity:0.8;
}
.requestBox p.btn:hover::after{
	color:#484848;
}
.requestBox p.icon{
	font-size: 12px;
	color: #F00;
	line-height: 1.5em;
}
@media (max-width:1000px) {
ul.contentslink li {
    width: 30%;
    margin-right: 1%;
    margin-left: 1%;
}
ul.contentslink li:nth-of-type(3n) {
	margin-right:0;
}
.thumbnail {
    width: 100%;
    height:auto;
}
}
@media (max-width:768px) {
.thumbnail img{
    width: 176px;
    height:116px;
    object-fit:cover;
}
}
@media (max-width:600px) {
.thumbnail img{
    width: 138px;
    height:91px;
    object-fit:cover;
}
}
@media (max-width:480px) {
ul.contentslink li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}
.magazineWrap::after {
     width:50%;
}
.requestBox{
    width: 50%;
}
ul.contentslink li a {
	display: block;
	padding:5px;
	font-size:14px;
}
.thumbnail img{
    width: 160px;
    height:106px;
    object-fit:cover;
}
}
/**以下APNG用**/
.contentsBox{
	max-width:800px;
}
.contentsBox .apngmain{
	max-width:800px;
	height:auto;
	object-fit:contain;
	margin:0 auto;
	}
@media (max-width:800px){
.contentsBox{
	width:100%;
	}
.contentsBox .apngmain{
	width:600px;
	display:block;
	text-align:center;
}
}
@media (max-width:600px){
.contentsBox .apngmain{
	width:500px;
	}
}
@media (max-width:468px){
h1{
	font-size:24px;
}
h1 span{font-weight:600;}
.contentsBox .apngmain{
	width:360px;
}
.apngsub{display:none;}
}