@charset "utf-8";





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

#sec1 {
	padding: 0 4% 5%;
}

.sec1-box1 {
	text-align: center;
}
.sec1-box1 h2 {
    font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 2%;
}
.sec1-box1 ul {
	margin-top: 2%;
}
.sec1-box1 ul li {
    font-size: 14px;
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 640px){
	.sec1-box1 h2 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 3%;
	}
	.sec1-box1 p {
		text-align: left;
	}
	.sec1-box1 ul li {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
}

