@charset "UTF-8";


/* 個別CSS */
/* ------------------------------ */
.sec_block1 {margin-bottom: 60px;}
.sec_block1 .info {text-align: right;}
.sec_block1 p {margin-top: 1.5em;}
.sec_block1 p:first-child {margin-top: 0;}
.sec_block1 ol {counter-reset: num;}
.sec_block1 li {
	position: relative;
	margin-top: 1em;
	padding-left: 1.625em;
}
.sec_block1 li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	counter-increment: num;
	content: counter(num) ".";
}
.sec_block1 .endtxt{margin-top:1.5em;text-align:right;}

.sec_block2 p {margin-top: 1.5em;}
.sec_block2 p:first-child {margin-top: 0;}



@media screen and (max-width: 1240px) and (min-width: 769px) {
	
/* 個別CSS */
/* ------------------------------ */


}



@media screen and (max-width: 1024px) {
}



@media screen and (max-width: 768px) {

/* 個別CSS */
/* ------------------------------ */
.sec_block1 {
	margin-left: 4.266%;
	margin-right: 4.266%;
	margin-bottom: 10.667%;
}
.sec_block1 p,
.sec_block1 li {font-size: 3.733vw;}

.sec_block2 p {
	margin-left: 4.266%;
	margin-right: 4.266%;
}
.sec_block2 p {font-size: 3.733vw;}


}
