@charset "utf-8";
/* CSS Document */

#contents h1 img {
    width: 100%;
}

#contents h2.title {
	border-bottom: 1px solid #2f353d;
	color: #2f353d;
	font-size: 1.25rem;
	margin: 2em 0 1.5em;
	padding-left: 1em;
}

#contents ul.thumbnailList{
	list-style-type: none;
	margin: 0 0 1em 1em;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
	gap: 4em;
}

#contents ul.thumbnailList li{
	margin-left: 0;
}

#contents ul.thumbnailList li:hover,
#contents ul.thumbnailList li:focus{
	opacity: 0.7;
}

#contents ul.thumbnailList li:last-child{
	margin-bottom: 0;
}

#contents ul.thumbnailList li a{
	text-decoration: none;
	color: #000;
	display: inline-block;
}

#contents ul.thumbnailList li a span{
	width: 220px;
	display: block;
	margin-top: 10px;
}

@media (max-width: 640px) {
	#contents ul.thumbnailList{
		margin-left: 0;
		gap: 1.5em;
	}
	
	#contents ul.thumbnailList li{
		margin: 0 auto 1em;
		text-align: center;	
	}
	
	#contents ul.thumbnailList li a span {
		display: block;
		text-align: left;
	}
}

/* 20240730 */
/* indexArea */
#contents .indexArea{
	display: table;
	width: 100%;
}

#contents .indexArea p.left{
	background: #ccc;
	font-weight: bold;
	font-size: 14px;
	padding: 0.5em;
	margin: 0;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 1.5em;
	text-align: center;
}

#contents .indexArea.blue p.left {
	border-top: #00b0f0 1px solid;
    border-bottom: #00b0f0 1px solid;
    border-left: #00b0f0 1px solid;
    background: #cceffc;
}

#contents .indexArea ul{
	border: 1px solid #ccc;
	list-style-type: none;
	margin: 0;
	padding: 1em;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents .indexArea ul li + li{
	margin-top: 1em;
}
#contents .indexArea.blue ul{
	border-color: #00b0f0;
}

#contents .indexArea ul.inner a.s5-linkV3 {
	color: #000;
}

#contents .s5-linkV3.s5-linkV3--down:after {
	display: inline-block;
	content: '';
	background-image: url(/share5/svg/icon/angle-down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-top: -.15em;
	margin: 0 0.5em;
}

#contents section h2{
	font-size: 1.846rem;
	border-top: 5px solid #333f50;
	border-bottom: 1px dotted #999;
	padding: 1.5rem 13px 0.8rem;
	margin-bottom: 1em;
}

#contents section h2.blue{
	border-top: 5px solid #00b0f0;
}

#contents section h2 ~ *{
	margin-left: 1em;
	margin-bottom: 1em;
}

#contents .notice_gray_b {
	background-color: #EBEBEB;
	border: 1px solid #999999;
	padding: 1em;
}

#contents a.s5-linkV3 {
	color: #3865e0;
}

#contents .linkArea a{
	pointer-events: none;
}
#contents .linkArea a p,
#contents .linkArea a > img{
	pointer-events: auto;
}

#contents .linkArea a p{
	display: table;
	margin-left: 18px;
	font-weight: bold;
}
#contents .linkArea a p span{
	display: table-cell;
	line-height: 1.5;
}

#contents .linkArea a p img:not(.icon){
	vertical-align: middle;
	margin: 18px 18px 18px 0;
}



@media screen and (max-width: 640px){
	#contents .linkArea a p img:not(.icon){
		margin-left: 5px;
	}
	#contents .linkArea a > img{
		width: 100%;
		max-width: 580px;
		height: auto;
	}
}

@media screen and (max-width: 390px){
	#contents section h2{
		padding-left: 0;
	}
	#contents section h2 ~ *{
		margin-left: 0;
	}
	#contents .linkArea a p img:not(.icon){
		width: 40px;
		height: auto;
		margin-bottom: 12px;
		margin-right: 12px;
	}
	#contents .linkArea a p{
		margin-left: 0;
	}
}

@media screen and (max-width: 360px){
	#contents .linkArea a p img:not(.icon){
		margin-left: 0;
	}
}
