@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/yakkankitei.html
------------------------------------------------------------*/
#header {
	margin-bottom: 50px;
}

.main_section {
	width:704px;
	margin-bottom: 240px;
}

.main_section p {
	margin-bottom: 47px;
	color: #595757;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.35;
}

.main_section .title {
	margin-bottom: 43px;
	color: #009944;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.6;
}

.main_section .title span {
	margin-bottom: 23px;
	display: block;
}

.main_section ul li {
	margin: 0 6px;
	color: #3E61AC;
	font-size: 1.35em;
	font-weight: bold;
	display: inline;
}

.main_section ul li a {
	color: #3E61AC;
	text-decoration: underline;
}

.main_section ul li a:hover {
	text-decoration: none;
}

.main_section h2 {
	margin-bottom: 57px;
	padding: 5px 18px 3px;
	color: #fff;
	font-size: 1.35em;
	background-color: #0e7930;
}
/*------------------------------------------------------------
	comDl
------------------------------------------------------------*/
.main_section .comDl dd {
	padding: 0 10px 12px 0;
}

@media only screen and (max-width: 767px){ 
	#header {
		margin-bottom: 0;
		background: none;
	}

	.main_section {
		width: 100%;
		margin-bottom: 50px;
	}


	.main_section h2 {
	    margin-bottom: 30px;
	    padding: 25px 70px 25px;
	    color: #666666;
	    text-align: center;
	    background-color: #F1F8F4;
	    font-size: 1.7rem;
	    line-height: 24px;
	}

	.main_section .comDl {
	    margin-left: 0;
	    line-height: 1.9;
	    padding: 0 15px;
	}

	.main_section .comDl dd {
	    margin-bottom: 13px;
	    background: none;
	    border-bottom: 1px solid #DFDFDF;
	}
}