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


/*=====================================================================================
***************************************************************************************

　　一覧
		
***************************************************************************************
=====================================================================================*/
#contents{
	padding: 0 25px 60px;
	text-align: left;
}

h3{
	color: #ce4186;
	line-height: 1.5;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#contents img{
	max-width: 280px;
	width: 90%;
	display: block;
	margin: 30px auto 0;
}

.btn_box{margin-top: 40px;}

#contents .btn_box a{
	background-color: #ce4186;
	border-radius: 50px;
	display: block;
	justify-content: center;
	align-items: center;
	padding: 15px 30px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}
#contents .btn_box a::after{
	content: "";
	background: url("../img/pdf_icon.png") no-repeat;
	width: 20px;
	height: 23px;
	margin-left: 10px;
	background-size: contain;
	
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) ;
}
#contents .btn_box a.word::after{
	background: url("../img/word_icon.png") no-repeat;
	background-size: contain;
}

.btm_txt{margin-top: 40px; color: #979797;}
.btm_txt a{color: #ce4186;}

@media screen and (max-width: 700px){

}







