/* CSS Document */

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

#s01{
	margin-bottom: 50px;
}

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

#s01 .bg{
	background: #fff;
}

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

#s01 .box_rap05,
#s01 .box_rap04,
#s01 .box_rap03,
#s01 .box_rap02,
#s01 .box_rap01{
	width: 100%;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#s01 .box_rap04,
#s01 .box_rap02{
	display: flex;
	flex-direction:column-reverse
}

#s01 .rap .img{
	width:100%;
}

#s01 .rap .box01{
	width: 95%;
	margin: auto;
	position: relative;
}

#s01 .rap .box01 dt{
	border-bottom: 1px solid #8CC11F;
	padding-bottom: 15px;
	font-size: 20px;
	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: 40px!important;
	padding-right: 10px;
	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: 16px;
	line-height: 180%;
	padding-right: 10px;
	padding-bottom: 50px;
}

#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 div.img img{
	width: 100%;
	height: auto;
} 

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

#s01 .center img{
	width: 100%;
	height: auto;
}

#loopslider {
    /*margin: 0 auto;
    width: 500px;*/
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#loopslider ul {
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 200px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul li img{
	width: 100%;
	height: auto;
}
 
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

