@charset "UTF-8";
/* CSS Document */

/*---font-size---*/
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; } 
h3 { font-size: 1.8rem; } 
h4 { font-size: 1.4rem; } 
h5 { font-size: 1.2rem; } 

@media (min-width: 900px){
	h1 { font-size: 5rem; }
	h2 { font-size: 5rem; } 
	h3 { font-size: 2.5rem; } 
	h4 { font-size: 2rem; } 
	h5 { font-size: 1.8rem; } 
}

/*-----------------------------------
	
   スマホ版

-----------------------------------*/
.download-section{
	margin: 60px 30px;
	padding: 80px 0;
	background-color: #F8FBFF;
	border-radius: 10px;
}
.download-set{
	max-width: 900px;
	margin: 0 auto;
	padding: 40px;
}
.download-group{
	margin-bottom: 60px;
	border-bottom: 1px solid #999999;
}
.target-title{
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.target-title::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #005bac;
}
.download-list{
	list-style: none;
	padding: 0;
}
.download-list li{
	margin-bottom: 20px;
}
.file-link{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10px;
	text-decoration: none;
	transition: background 0.3s;
}
.file-link:hover{
	color: #DFFF4F;
}
.file-info{
	font-size: 1.2rem;
}

/*-----------------------------------
	
   PC版

-----------------------------------*/
@media (min-width: 900px){
	
	
	
	
	
	
	
	
	
	
}