@charset "utf-8";
/* CSS Document */

.contents h2{
	font-size:1.5em;
	color:#12326c;
	margin-bottom:20px;
	border-bottom:dotted 1px #5d5d5d;
	padding-bottom:10px;
	font-weight:bold;
}

.contents h2 a{
	color:#12326c;
}

.contents h3{
	border-left:1px solid #b5b5b5;
	padding-left:10px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:20px;
}

.contents ul{
	list-style:none;
	margin-bottom:40px;
}

.contents li{
	background: url(../../shared/images/link_icon.png) left no-repeat;
 	padding:0 0 0 18px;
	display: inline-block; /* 横並び */
	width: auto;
 	vertical-align: top; /* li要素を上端揃えに */
 	margin: 0 15px 15px 0;
}

.contents h4{
	margin-bottom:15px;
	font-size:0.8em;
	font-weight:bold;
}


/*------------------------------------------------------------------*/
/*     タブレット                                                */
/*------------------------------------------------------------------*/
@media screen and (max-width: 979px) {


 	
}





	
/*------------------------------------------------------------------*/
/*     スマートフォン                                                */
/*------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
	



}