
.mainContents.oneColumn {
    max-width: 700px;
	font-size: 16px;
}

#main .section {
    margin: 0 auto 80px;
    line-height: 1.866;
	font-size: 15px;
}

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

.intro {
	margin: 30px auto;
	font-size: 16px;
}

.section a {
	font-weight: bold;
	color: #529200;
}

.icon-exlink {
	margin-left: .2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../img/common/pc/icon-exlink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
}

.btnBox {
	margin: 30px 1em 0 0;
}
.section a.btn {
	margin: 0 1em 0 0;
    display: inline-block;
    background: #529200;
    border: none;
    border-radius: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.section a.btn .icon-exlink {
    background-image: url(../img/common/pc/icon-exlink-btn.svg);
}

.disc li {
	margin: 5px 0 0 15px;
	background: none;
	list-style: disc;
}









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


	#main h3 {
		font-size: 18px;
	}

	#main .section {
	    margin: 0 auto 80px;
	}

	.section a.btn {
	    width: 80%;
	    margin: .5em auto;
	}






}

