/* CSS Document */

#keyimg{
	background: url("../about/img/keyimg.webp") top center no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	height:300px;
	margin-bottom: 10px;
}

#s01{
	margin-bottom: 150px;
}

#s01 h1{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 45px;
}

#s01 .bg{
	background: #fff;
}

#s01 .rap{
	margin-bottom: 100px;
}

#s01 .box_rap05,
#s01 .box_rap04,
#s01 .box_rap03,
#s01 .box_rap02,
#s01 .box_rap01{
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
}

#s01 .rap .img{
	width: 550px;
}

#s01 .rap .box01{
	width: 505px;
	position: relative;
}

#s01 .rap .box01 dt{
	border-bottom: 1px solid #8CC11F;
	padding-bottom: 15px;
	font-size: 22px;
	line-height: 60px;
	margin-bottom: 15px;
}

#s01 .box_rap05 .box01 dt,
#s01 .box_rap02 .box01 dt{
	line-height: 30px;
}

#s01 .rap .box01 dt .f60{
	color: #8CC11F;
	float: left;
	font-size: 60px;
	padding-right: 15px;
	line-height: 60px;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;
}

#s01 .rap .box01 dd{
	padding-left: 10px;
	font-size: 15px;
	line-height: 180%;
	padding-right: 10px;
}

#s01 .rap .box01 a{
	display: block;
width: 230px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: #8CC11F;
	position: absolute;
	bottom: 0;
	font-size: 15px;
}

#s01 .rap .box01 a:hover{
	opacity: 0.8;
}

#s01 .center{
	margin-bottom: 50px;
}

#loopslider {
    /*margin: 0 auto;
    width: 500px;*/
    height: 250px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#loopslider ul {
    height: 250px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 250px;
    height: 250px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

