@charset "utf-8";
/* CSS Document */

/*********************
	sec01
**********************/
.sec01 .mv {
}
.sec01 .txt {
	margin:5% 6.25% 10% 6.25%;
}
.sec01 .txt li {
	border-bottom:dotted 0.5vw #222222;
	padding-bottom:5%;
	margin-bottom:5%;
}
.sec01 .txt li:first-child {
}
.sec01 .txt li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

/*********************
	sec03
**********************/
.sec03 {
	margin:10% 6.25% 0 6.25%;
}
.sec03 .img img {
	width:100%;
}
.sec03 .txt {
	text-align:left;
	font-size:3.75vw;
	margin-top:8%;
}