@charset "UTF-8";

/*******************************
 
SectionCss
 
*******************************/

h2{
	position: relative;
  	display: inline-block;
  	margin-bottom: 1em;
}
h2 .cap{
	border-bottom: solid 2px #e99e39;
	display: inline-block;
    color: #e99e39;
    font-size: 12pt;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
h2 .ttl{
	font-size: 20pt;
    font-weight: 600;
    color: #2e4840;
    line-height: 1.5em;
    letter-spacing: 0.3em;
}
h2 .ttl .color{
	color: #e99e39;
}
.top_txt{
	text-align: left;
    width: 100%;
	line-height: 2em;
}
h2 .center{
	text-align: center;
}
h2 .left{
	text-align: left;
}
section{
}
.contents{
	margin: 50px 0;
	padding: 50px 0;
}
.bg_color{
    background: #f1f5f5;
}
.servise_con{
	display: block;
}
.servise_con img{
	border-radius: 10px 10px 0 0;
	width: 100%;
}
.servise_label{
	background: #1c9b74;
	height: 200px;
	width: 100%;
	border-radius: 0 0 10px 10px;
	text-align: center;
}
.servise_circle{
	display: inline-block;
  	width: 80px;
  	height: 80px;
  	border-radius: 50%;
  	background: #148961;
  	text-align:center;
  	line-height: 80px;
  	vertical-align: middle;
	margin: 20px 0;
}
.servise_circle img{
	border-radius: 0px;
	width:  auto;
	opacity: 1!important;
}
.servise_ttl{
	font-size: 16pt;
	color: #fff;
}
.servise_ttl span{
	font-size: 10pt;
	color: #fff;
	display: block;
}
/*スライド*/
.slide{
	margin-bottom: 40px;
}
.slide .item a{
	position: relative;
	/*width: 316px;*/
	display: inline-block;
	margin: auto;
		
}
.slide .ttl{
	position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    background-color: #e99e39;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}