@charset "utf-8";





/*----------------------------------- 
      #sec1
-----------------------------------*/

.sec1-box1 {
	max-width: 700px;
	margin: 0 auto 8%;
}
.sec1-box2 dl {
	margin-bottom: 8%;
}
.sec1-box2 dl dt {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: #DBDBDB 1px solid;
	padding-bottom: 1%;
	margin-bottom: 2%;
}

@media screen and (max-width: 768px){
	.sec1-box2 dl dt {
		font-size: 15px;
		font-size: 1.5rem;
	}
}







