@charset "utf-8";
/* CSS Document */

h4.disc{
	display: list-item;
	margin-left: 1.5em;
	margin-top: 1em;
	font-weight: normal;
	font-size: 1rem;
}

h4.disc span{
	display: inline-block;
}
.c5-grayArea__faqLink{
	margin: 0 auto;
}
ul.c5-linkList{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 40px;
	margin-bottom: 2em;
	padding-left: 1.5em;
	list-style-type: none;
}
ul.c5-linkList li {
	width: 20%;
	margin-right: 1em;
	text-align: center;
}

.c5-linkList__linkbutton{
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	max-width: 200px;
	height: 120px;
	margin-bottom: 10px;
	padding: 8px 10px;
	border: 1px solid #bcbcbc;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	text-align: center;
	line-height: 1.6;
}

.c5-linkList__linkbutton img{
	width: 100%;
	max-width: 133px;
	height: auto;
}

.c5-grayArea .s5-list{
	padding-left: 3em;
}

.c5-contentsArea{
	display: none;
}
.c5-contentsArea[aria-hidden="false"]{
	display: block;
}

@media (max-width: 640px){
	ul.c5-linkList li {
		width: 45%;
		text-align: center;
		margin-bottom: 2em;
	}
	
	.c5-linkList__linkbutton{
		width: auto;
		height: 120px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.c5-linkList__linkbutton img{
		width: auto;
		height: 80px;
	}
	
}
@media (max-width: 396px){
	ul.c5-linkList li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-bottom: 2em;
		margin-right: 0;
	}
}