@charset "UTF-8";
/* CSS Document */

#fp_nav ul {
    justify-content: flex-start;
   
}
.arrow{
	position: relative;
    margin:30px 0 120px 0;}
.arrow:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 60px 0 60px;
	border-color: #179755 transparent transparent transparent;
	left: 50%;
   transform: translateX(-50%);
	bottom:-60px;
	position: absolute;
}
.div_indent {
    padding-left: 1em;
    text-indent: -1em;
}
.imgbox{
	text-align: center;
}
.imgbox img{
	box-sizing:border-box;
	border:5px solid rgba(230,230,230,1);
	height: auto;
	width:750px;
}

ol .no01{
	margin-left: 3.5em; /* ページに合せて調整 */
}

ol .no01 li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

ol .no01 li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* ページに合せて調整 */
	width: 3em; /* ページに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

div.fp_content.contract_box > ol > li > ol > li {
    padding-left: 0;
    text-indent: 0;
}