@charset "UTF-8";

.text-bold {
	font-weight: bold;
}

.text-size-14 {
	font-size: 14px;
}

.ul-disc {
	margin-left: 1.5em;
}

.ul-disc li {
	list-style-type: disc;
}

.ul-attention {
	margin-left: 1em;
	text-indent: -1em;
}


.contents-inner {
	padding: 0 20px;
	text-align: left;
}

.font-large {
	font-size: 18px;
}

.text-center {
	text-align: center;
}


h1 {
	margin-bottom: 30px;
}

h2 {
	font-size: 20px;
	color: #56a41a;
	text-align: left;

}

.area-service {
	padding: 10px;
}

.area-service h3 {
	font-weight: bold;
	border-bottom: 1px dotted #333;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

.area-service dl {
	text-align: left;
}

.area-service dl dt {
	font-weight: bold;
	color: #f2713d;
	font-size: 14px;
	margin-bottom: 0.3em;
}

.area-service dl dd {
	margin-bottom: 1em;
}

.area-case dl dt {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0.8em;
}

.area-case dl dd {
	margin-bottom: 1.5em;
}

.area-area .area-left {
	float: left;
	width: 450px;
}

.area-area .area-right {
	float: right;
}

.area-area .area-left dl {
	font-weight: bold;
	font-size: 14px;
}

.area-area .area-left dl dt {
	float: left;
	color: #f2713d;
}

.area-area .area-left dl dd {
	text-align: left;
}





/*
********************************************************************************
■ clearfix
********************************************************************************
*/

.clearfix:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px; /*\*//*/height: auto;overflow: hidden;/**/}

