@charset "UTF-8";

/*******************************
 
SectionCss
 
*******************************/
/*pc*/
@media screen and (min-width: 767px) {
.con_01{
	background-image: url(../../images/top/bg01.jpg);
    background-repeat: no-repeat;
    width: 49%;
    height: 400px;
    margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.con_02{
	background-image: url("../../images/top/bg02.jpg");
    background-repeat: no-repeat;
    width: 48%;
    height: 400px;
    margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
}

/*sp*/
@media screen and (max-width: 767px) {
	
	.con_wrap{
		margin-top: 10px;
	}
.con_01{
	background-image: url(../../images/top/bg01.jpg);
    background-repeat: no-repeat;
    width: 94%;
    height: 300px;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}
.con_02{
	background-image: url("../../images/top/bg02.jpg");
	background-repeat: no-repeat;
    width: 94%;
    height: 300px;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}
}
.con_ttl{
	text-align: center;
	font-size: 24pt;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding-top: 30px;
    padding-bottom: 10px;
}

.color_wht{
	color: #fff;
}
	
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: #fff;
}
.servise_label{
	background: #fff;
	height: 200px;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 20px;
}

.servise_btn{
	background: #535353;
	height: 40px;
	width: 40px;
	text-align: left;
	right: 0;
	bottom:0;
	position: absolute;
}

.servise_btn::after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
	font-size: 20px;
    color: #fff;
	padding: 5px 12px;
}

.servise_ttl{
	font-size: 16pt;
	color: #000;
	margin-bottom: 10px;
}
.servise_ttl span{
	font-size: 10pt;
	color: #fff;
	display: block;
}

.servise_con {
    display: block;
}

@media screen and (max-width: 767px) {
.servise_con img{
    width: 100%;
}
}