@charset "UTF-8";



#bread{
	width: 100%;
	background: #f4f4f4;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 19px;
}

#bread ul{
	display: table;
	margin: 0 auto;
}

#bread ul li{
	float: left;
}

#bread ul li i{
	vertical-align: 1px;
    margin-left: 2px;
    line-height: 1px;
}

#title{
	width: 100%;
	background: url(../../img/title_bg.png) no-repeat center center;
	background-size: cover;
	padding: 56px  0 50px 0 ;
	text-align: center;
}

#title h1{
	font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 18px;
}

#title p{
	font-size: 14px;
    color: #fff;
    font-weight: 200;
    line-height: 210%;
    letter-spacing: -0.02rem;
}

#title ul{
    margin: 0 auto;
    display: table;
    margin-top: 24px;
    margin-bottom: 4px;
}

#title ul li{
    float: left;
    margin-right: 25px;
}

#title ul li.last{
	margin-right: 0;
}

#title ul li a{
	color: #fff;
    font-size: 14px;
    font-weight: 200;
    border: 1px solid #fff;
    border-radius: 7px;
    width: 175px;
    display: block;
    height: 12px;
    vertical-align: middle;
    padding: 14px 0 14px 0;
    letter-spacing: 0.05rem;
    transition-duration: 250ms;
} 

#title ul li a:hover{
	transform: scale(1.05);
}

#sub_nav{
	border-bottom: 1px solid #cdcdcd;
    font-size: 14px;
    font-weight: 300;
    padding-top: 27px;
    padding-bottom: 26px;
}


#sub_nav ul{
    margin: 0 auto;
    display: table;
}

#sub_nav ul li{
	float: left;
    padding-right: 20px;
    padding-left: 17px;
    border-right: 1px solid #999;
}

#sub_nav ul li.active{
	font-weight: 600;
	position: relative;
}

#sub_nav ul li.active:before {
	content: "";
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    position: absolute;
    background: #1ebc77;
    top: 37px;
}

#sub_nav ul li.last{
    margin-right: 0px;
    border-right: none;
}


#sub_nav ul li a, #bread a{
	color: #000;
    transition-duration: 400ms;
    padding: 20px 0 20px 0;
}


#sub_nav ul li a:hover , #bread a:hover{
	color: #aaa;
}

.contents_wrap section{
	border-bottom: 1px solid #ccc;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-top: 150px;
    margin-top: -85px;
    
}

.contents_wrap section h1{
	text-align: center;
	font-size: 35px;
    font-weight: 500;
    padding-bottom: 35px;
}

.contents_wrap section img{
    width: 109px;
    height: 125px;
    display: block;
    float: left;
}
.contents_wrap section p.caption{
	font-weight: 200;
    font-size: 15px;
    text-align: center;
    line-height: 200%;
    padding-bottom: 26px;
    margin-top: -8px;
}

.contents_wrap section div.wrap{
	width: 874px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 30px 30px 27px 33px;
    overflow: hidden;
    margin-bottom: 30px;
}

.contents_wrap section div.wrap div.f_wrap{
	float: left;
    margin-left: 33px;
}

.contents_wrap section div.wrap div.f_wrap p{
	width: 725px;
    font-size: 14px;
    font-weight: 200;
    line-height: 200%;
}

.contents_wrap section div.wrap div.f_wrap h2{
	background: #e9edf3;
    font-weight: 500;
    padding-top: 8px;
    font-size: 16px;
    padding-bottom: 5px;
    border-radius: 30px;
    margin-bottom: 14px;
    margin-top: 1px;
    padding-left: 20px;
    display: inline-block;
    padding-right: 20px;
}

.contents_wrap section div.last{
	margin-bottom: 0;
}



@media screen and  ( max-width:1024px) {
	
.contents_wrap section p.meyasu{
	font-size: 14px;
}

#sub_nav ul li {
    float: left;
    padding-right: 17px;
    padding-left: 14px;
    border-right: 1px solid #999;
    font-size: 13px;
}

}