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

@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインエリア */
/**********************************************************/


main h1 {
	background-image: url(../../pamphlet/images/h1_bg.jpg);
}

main p.regular {
	font-weight:300;
	margin-bottom:40px;
	line-height:1.8;
}

ul.pamlist {
	border-top:dotted 1px #999;
	border-bottom:dotted 1px #999;
	text-align:center;
	padding:50px 0;
}

ul.pamlist li {
	font-size:20px;
	margin-bottom:20px;
}

ul.pamlist li a {
	color:#444;
	font-weight:300;
	background:url(../../pamphlet/images/icon_pdf.png) no-repeat right center;
	background-size:18px;
	padding-right:30px;
}
ul.pamlist a:hover {
	color:#00A0EA;
	transition:0.3s;
}





}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインエリア */
/**********************************************************/

main h1 {
	background-image: url(../../pamphlet/images/h1_bg.jpg);
}

main p.regular {
	font-weight:300;
	margin-bottom:40px;
	line-height:1.8;
}

ul.pamlist {
	border-top:dotted 1px #999;
	border-bottom:dotted 1px #999;
	padding:30px 10px;
}

ul.pamlist li {
	font-size:20px;
	margin-bottom:20px;
}

ul.pamlist li a {
	color:#444;
	font-weight:300;
	background:url(../../pamphlet/images/icon_pdf.png) no-repeat right center;
	background-size:20px;
	padding-right:30px;
	text-decoration:underline;
}



}