@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
#main_image .inner2{
	margin: 0 auto;
	padding: 0 !important;
	background: url(../images/contents/common_main.jpg) center top no-repeat;
	width: 100%;
	height: 250px;
	display: table;
}
#main_image .inner01{
	position: relative;
}
#main_image .inner01 h2{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	font-size: 26px;
	color: #21a11a;
	font-weight: bold;
	height: 80px;
}
#main_image .inner01 h2 span{
	font-size: 16px;
	color: #333;	
}
#main_image .inner01 h2 b{
	display: block;
	padding: 10px;
}
#main_image .inner02{
	margin: 0 auto;
	padding: 0 !important;
	background: url(../images/contents/common_main2.jpg) center top no-repeat; 
	width: 100%;
	height: 250px;
	display: table;
}

h2.main_title{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	color: #21a11a;
	font-weight: bold;
}
h2.main_title span{
	font-size: 16px;
	color: #333;
}
.h3title h3{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 41px;
	background: url(../images/contents/h2title.png) left top no-repeat;
	padding-left: 45px;
}
.h4title h4{
	font-size: 18px;
	font-weight: bold;
	color: #27aa1e;
	border-bottom: 1px solid #27aa1e;
}
/*----------------------------------------------------------------------------common*/
.right{
	float: right;
}
.policy h3{
	color: #37ae33;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	border-left: 4px solid #37ae33;
	padding-left: 10px;
}
/*----------------------------------------------------------------------------サービス内容*/
.wrap3{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}
.wrap3 .box1{
	text-align: center;
	background: #27a81e;
	color: #fff;
	font-size: 16px;
}
.wrap3 .box3 b{
	color: #fff;
	font-weight: bold;
	font-weight: bold;
	background: #ec7501;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 5px;
	border-radius: 5px;
}

/*----------------------------------------------------------------------------代表プロフィール*/
.profile b{
	font-size: 13px;
	color: #fff;
	background: #ec7501;
	display: inline-block;
	padding: 0 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 3px;
}
/*----------------------------------------------------------------------------無料相談*/
.tel_txt b{
	font-size: 25px;
	color: #37ae33;
}

@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common*/
/*----------------------------------------------------------------------------サービス内容*/

/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
#main_image .inner01 h2 span{
	font-size: 13px;
	color: #333;	
}

.h3title h3{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	background: none;
	padding-left: 0px;
	border-bottom: 2px solid #27aa1e;
}
/*----------------------------------------------------------------------------common*/
.right{
	float: none;
}
/*----------------------------------------------------------------------------サービス内容*/
.wrap3{
	width: 100%;
	display: block;
	vertical-align: top;
	margin-top: 25px;
}
.wrap3 .box1{
	text-align: center;
	background: #27a81e;
	color: #fff;
	font-size: 16px;
}
.wrap3 .box3 b{
	color: #fff;
	font-weight: bold;
	font-weight: bold;
	background: #ec7501;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 5px;
	border-radius: 5px;
}
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* smartphone END ################################################## */
}