@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: 26px;
}

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

#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{
}

.ChangeElem_Btn_Content{
	margin: 0 auto;
    display: table;
    transition-duration: 250ms;
}

button.ChangeElem_Btn{
	float: left;
    padding-right: 17px;
    padding-left: 14px;
    border: none;
    border-right: 1px solid #999;
    font-size: 13px;
    background: none;
    display: block;
    line-height: 100%;
    padding: 0px 27px 0px 24px;
    transition-duration: 250ms;

}

button.last{
	border: none;
    transition-duration: 250ms;
	
}

button.ChangeElem_Btn.is-active {
    font-weight: 600;
    position: relative;
    transition-duration: 250ms;

}

.ChangeElem_Panel{
  display: none;
    transition-duration: 250ms;
  
}

.ChangeElem_Panel dl{
	margin: 0 auto;
    margin-top: 60px;
    width: 860px;
    transition-duration: 250ms;

}

.ChangeElem_Panel dt{
	width: 826px;
    background: #e9edf3;
    font-size: 100%;
    font-weight: 500;
    padding: 12px 15px 12px 19px;
    margin-bottom: 18px;
    margin-top: 24px;
    transition-duration: 250ms;
}

.ChangeElem_Panel dd{
	padding-left: 18px;
    padding-right: 14px;
    line-height: 170%;
    font-size: 90%;
    font-weight: 300;
    transition-duration: 250ms;
}

button.ChangeElem_Btn.is-active:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    position: absolute;
    background: #1ebc77;
    top: 37px;
    z-index: 0;
    transition-duration: 250ms;
}

button.ChangeElem_Btn:active {
    outline: none;
}

button.ChangeElem_Btn:focus {
    outline: none;
}



/*DETAIL*/


.contents_wrap section.news_detail article{
	width: 600px;
    margin: 0 auto;
}

.contents_wrap section.news_detail h2{
    font-size: 20px;
    margin-top: 16px;
    line-height: 170%;
    font-weight: 500;
}
.contents_wrap section.news_detail p{
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
    margin-top: 14px;
}

.contents_wrap section.news_detail aside{
    font-size: 18px;
    margin-left: 2px;
    font-weight: 400;
    margin-top: 27px;
    color: #8d8d8d;
    font-family: "adobe-garamond-pro",serif;
}

.contents_wrap section.news_detail span.categoly{
	font-style: normal;
    vertical-align: 1px;
    letter-spacing: 0.05em;
    color: #1fa784;
}

.contents_wrap section.news_detail span.date{
	font-style: italic;
    vertical-align: 1px;
    letter-spacing: 0em;
}

.contents_wrap section.news_detail article.news01 figure{
	background: url(../../img/news01_detail.png) no-repeat center center;
	width: 600px;
    height: 340px;
    border-radius: 10px;
	background-size: 100%;
	transition-duration: 250ms;
}

.contents_wrap section.news_detail article.news02 figure{
	background: url(../../img/news02_detail.png) no-repeat center center;
	width: 600px;
    height: 340px;
    border-radius: 10px;
	background-size: 100%;
	transition-duration: 250ms;
}

.contents_wrap section.news_detail article.news03 figure{
	background: url(../../img/news03_detail.png) no-repeat center center;
	width: 600px;
    height: 340px;
    border-radius: 10px;
	background-size: 100%;
	transition-duration: 250ms;
}



.contents_wrap section.news_detail article div.btn a{
	width: 95%;
    margin: 0 auto;
    display: block;
    border: 2px solid #1bc78c;
    text-align: center;
    height: 54px;
    color: #12ab77;
    font-size: 18px;
    border-radius: 32px;
    letter-spacing: 0;
    line-height: 300%;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 10px;
    transition-duration: 250ms;
 }
.contents_wrap section.news_detail article div.btn a:hover{ 
 transform: scale(1.03);
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
}

a.back{
	display: block;
    margin: 0 auto;
    text-align: center;
    width: 110px;
    margin-top: 26px;
    font-size: 94%;
    color: rgb(18, 171, 119);
    letter-spacing: 0;
    transition-duration: 300ms;
}

a.back:hover{
	opacity: 0.5;
}

@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;
}

}