@charset "utf-8";
/* CSS Document */


.tel{
	font-size:14px;
	}
	
.indent2{
	padding-left:0px;
}


.t_indent1 {
  text-indent: 1em;
}

.t_indent2 {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------
trouble01
----------------------------------------*/
.wide{
	line-height: 2.0;
}
p.image{
	width:96%;
	margin: 0 auto;
}
p.image>img{
	width: 100%;
	max-width: 640px;
}

.left_txt4{
	width: 78%;
	float:left;
	padding-right:2%;
}

.right_img4{
	width: 20%;
	float:left;
	margin-bottom:20px;
}

.trouble01>.wrap05{
	clear:both;
}

.trouble01>.wrap06{
	clear:both;
}

.trouble01>.wrap09{
	clear:both;
}

p.trouble01_4>img{
	width: 85%;}
	
	
.wrap09>dl{
	width: 100%;
	line-height: 30px;
	border-top: 1px solid #a3a3a3;
	overflow: hidden;
}

.wrap09>dl>dt{
	width: 30%;
		float: left ;
		height:30px;
		padding-left:2%;
}
.wrap09>dl>dd{
	width: 30%;
	float: left ;
	border-left: 1px solid #a3a3a3;
	padding-left:2%;
}

.line01 {
width: 100%;
clear:both;
background: #e8e8e8;
}

.line02 {
width: 100%;
clear:both;
}

.line03 {
width: 100%;
clear:both;
margin-bottom:10px;
border-bottom: 1px solid #a3a3a3;
}

.row01{
	height:50px;
	line-height: 50px;
	}
	
.row02{
	height:50px;
	line-height: 50px;
	}	
	
	.row03{
	height:50px;
	}
	
.row03>p{
	padding-top: 8px;
	line-height: 1.5em;
}	



/*--------------------------------------
trouble04
----------------------------------------*/

.trouble04 p.image{
	width:96%;
	margin: 0 auto;
}
.trouble04 p.image>img{
	width: 100%;
	max-width: 640px;
}

.left_txt{
	width: 58%;
	float:left;
	padding-right:2%;
}

.right_img{
	width: 40%;
	float:left;
	margin-bottom:20px;
}

.trouble04>.wrap05{
	clear:both;
}

.trouble04>.wrap06{
	clear:both;
}

.wrap06>ul.flowChart{
	overflow: hidden;
	margin-bottom: 30px;
}
.wrap06>ul.flowChart>li{
	width: 23%;
	height: 60px;
	line-height: 60px;
	margin-right: 2.5%;
	float: left;
	border: 2px solid #91be1e;
	border-radius: 6px;
	text-align: center;
	box-sizing: border-box;
	font-weight: 700;
	position: relative;
}
.wrap06>ul.flowChart>li:last-child{
	margin-right: 0;
}

.wrap06>ul.flowChart>li:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
    border-left: 15px solid #91be1e;
    border-bottom: 5px solid transparent;
    border-right: 15px solid transparent;
	position: absolute;
	top: 23px;
	right: -30px;
}
.wrap06>ul.flowChart>li:last-child:after{
	border: none;
}

/*--------------------------------------
trouble05
----------------------------------------*/

.trouble05 p.image{
	width:100%;
	margin: 0 auto;
}


.left_txt{
	width: 70%;
	float:left;
	padding-right:5%;
}

.right_img{
	width: 25%;
	float:left;
	margin-bottom:20px;
}

.trouble05>.wrap02{
	clear:both;
}

.trouble05>.wrap02>ul{
	margin-bottom:30px;
}

.trouble05>.wrap02>ul>li{
	margin-bottom:15px;
}

.trouble05>.wrap02>ul>li.indent-1 {
padding-left:1em;
text-indent:-1em;
}

.trouble05>.wrap02>.right_img>p.image>img{
	max-width:122px;
	margin-top:30px;
}

.trouble05>.wrap03{
	clear:both;
}

.trouble05>.wrap03>ul{
	margin-bottom:30px;
}

.trouble05>.wrap03>ul>li{
	margin-bottom:15px;
}

.trouble05>.wrap03>.right_img>p.image>img{
	max-width:180px;
}


.trouble05>.wrap04{
	clear:both;
}

.trouble05>.wrap03>ul>li.indent-1 {
padding-left:1em;
text-indent:-1em;
}



/*--------------------------------------
sidebar
----------------------------------------*/

p.indentback{
  text-indent: -1em;
  padding-left: 2em;
}