

h3 {
	font-size: 30px;
	font-weight: bold;
}

.pageList {
    margin: 20px auto 60px;
}
.pageList li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}
.pageList li a {
	display: block;
	border: 1px solid #529200;
	background-color: #fff;
	padding: 7px 16px;
	font-size: 16px;
	white-space: nowrap;
	position: relative;
}

.pageList li a[target="_blank"] {
	padding-right: 34px;
}
.pageList li a[target="_blank"]::after {
	content: '';
    display: block;
    width: 40px;
    height: 100%;
    background-image: url(../img/common/pc/icon-exlink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
	    top: 0;
	    right: 0;
}







@media screen and (max-width:768px) { /* smart phone 6〜7 */



	h3 {
		font-size: 18px;
	}

	.pageList li a {
		font-size: 13px;
	}





}

