@charset "utf-8";

.info_area{
	width: 70%;
	margin: 30px auto 70px;
}
.info_list{
	position: relative;
	width: 80%;
	margin: 5px auto;
	padding: 20px 100px 20px 20px;
	border-bottom: 2px dotted #3B8B54;
	font-size: 18px;
	color: #3B8B54;
	font-weight: 700;
}
.link_btn{
	position: absolute;
	width: 60px;
	top:5px;
	right:20px;

}

.link_btn img:hover{
	width: 65px;
	opacity: 0.8;
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.info_area{
	width: 90%;
	margin: 30px auto 70px;
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.info_area{
	width: 90%;
	margin: 20px auto;
}
.info_list{
	position: relative;
	width: 80%;
	margin: 5px auto;
	padding: 20px 70px 20px 10px;
	border-bottom: 2px dotted #3B8B54;
	font-size: 15px;
	color: #3B8B54;
	font-weight: 700;
}
.link_btn{
	position: absolute;
	width: 50px;
	top:5px;
	right:10px;

}
.link_btn img:hover{
	width: 60px;
	opacity: 0.8;
}
}
