@charset "UTF-8";

/*******************************
managementCss 
*******************************/
.main-sub{
	background-image: url("../img/header_img.jpg");
}

/*common*/
.sec-box h2{
	color: #479f4b;
	font-size:  18px;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	font-weight: bold;
}
.sec-box h2:before,
.sec-box h2:after{
	   content: "";
        flex-grow: 1;
        height: 1px;
        background: #479f4b;
        margin: 1rem;
}
.inner_box{
	margin-bottom: 6rem;
	background-repeat: no-repeat;
	background-position:  top center;
	background-size: 32px;
	padding-top: 30px;
}
.inner_box:nth-of-type(1){background-image: url("../img/cont01_ico@2x.png")}
.inner_box:nth-of-type(2){background-image: url("../img/cont02_ico@2x.png")}
.inner_box:nth-of-type(3){background-image: url("../img/cont03_ico@2x.png")}
.inner_box:nth-of-type(4){background-image: url("../img/cont04_ico@2x.png")}
.inner_box:nth-of-type(5){background-image: url("../img/cont05_ico@2x.png")}

.inner_box .photo{
	margin-top: 3rem;
}
/*============================================

PC用CSS

============================================*/
@media screen and (min-width: 1024px){
	.sec-box h2{
		margin-bottom: 52px;;
	}
	.inner_box{
		margin-bottom: 100px;
	}
	.inner_box .photo{
		margin-top: 70px;
	}

}