@charset "utf-8";

html{
	font-size: 0.813rem;
}

#contents{
	font-size: 1.077rem;
}

#contents h2 {
	font-size: 1.385rem;
}
#contents h2.title {
	padding-bottom: 3px;
	border-bottom: 2px solid #000;
}

#contents ul.indexList{
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contents ul.indexList > li{
	max-width: 280px;
	margin-bottom: 10px;
}

#contents ul.indexList::after{
	content:"";
	display: block;
	width:280px;
}


#contents ul.indexList > li a{
	display: block;
}

#contents ul.indexList > li .pct{
	width: 100%;
	height: auto;
}

#contents ul.indexList > li span.textLink{
	display: inline-block;
	margin: 5px 5px 0 10px;
	padding-left: 12px;
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position: 0 7px;
}

#contents ul.indexList > li.commingsoon a{
	pointer-events: none;
	cursor: default;
	color: #333;
}
#contents ul.indexList > li.commingsoon a span.textLink{
	background: none;
	padding-left: 0;
}



@media (max-width: 640px){
	#contents h1{
		margin-bottom: 1em;
	}
	#contents h1 img{
		width: 100%;
		height: auto;
	}
	#contents ul.indexList > li{
		width: calc((100% - 20px) / 2);
	}
	
	#contents ul.indexList > li .pct img{
		width: 100%;
		height: auto;
		max-width: 280px;
	}
	
	#contents ul.indexList::after{
		display: none;
	}
}

@media (max-width: 480px){
	#contents ul.indexList{
		justify-content: flex-start;
	}
	#contents ul.indexList > li{
		width: 100%;
		max-width:100%;
	}
	#contents ul.indexList > li a{
		display: flex;
	}
	#contents ul.indexList > li .pct {
		width: 180px;
	}
	#contents ul.indexList > li span.textLink{
		width: calc(100% - 140px);
	}
}
