@charset "shift_jis";
/*
	2014 siterewal ver.4.1
*/

/* --------------------------------------------------

-------------------------------------------------- */


/*flow*/
#right_container ul.flow{	
	width:80%;
	padding:0;
	margin: auto;
	max-width:370px;
}
#right_container ul.flow li{
	float:none;
	width:100%;
	margin:0;
	height:160px;
	text-align:center;
	display:table;
	text-align:right;
}
#right_container ul.flow li span{
	display:table-cell;
	vertical-align:middle;
}
#right_container ul.flow li.flow1,
#right_container ul.flow li.flow5{
	text-align:center;
}

#right_container ul.flow li.flow2,
#right_container ul.flow li.flow3,
#right_container ul.flow li.flow4{
	background:none;
	width:33%;
	float:left;
	text-align:center;
	
}
#right_container ul.flow li.flow5{
	background:none;
}
#right_container ul.flow li.flow1 img{
	width:150px;
}
#right_container ul.flow li.flow5 img{
	width:130px;
}
#right_container ul.flow li.flow2 span img,
#right_container ul.flow li.flow3 span img,
#right_container ul.flow li.flow4 span img{
	width:90%;
}

#right_container p.support_p{
	width:96%;
	margin:auto;
	height:auto;
	float:none;
}
#right_container ul.list_service{	
	float:none;
	width:94%;
	max-width: 500px;
	height:auto;
	overflow:hidden;
	margin:20px auto 20px auto;
	padding:0;
	border:1px solid #cccccc;
}
#right_container ul.list_service li{
	float:left;
	width:46%;
	padding:2% 0 4% 10%;
	list-style:none;
	background:url(../image/icon_service_1.gif) no-repeat 0 0px;
	background-size:15%;
	margin:8px 2% 0 2%;
	height:auto;
	font-weight:bold;
	font-size: 12px;
	text-align:left;
}
#right_container ul.list_service li.sodan{
	background:url(../image/icon_service_2.gif) no-repeat 0 0px;
	background-size:15%;
}

#right_container p.support_p ul li{
		width:100%;
}

#right_container dl.support{
	width:96%;
	float:none;
	margin:0 auto 10px auto;
	padding:0;
	box-shadow:none;
	
}
#right_container dl.support dt{
	padding:5px 0 5px 5px;
	z-index:1;
	background-color:#fdebb7;
	color:#9e751a;
	font-size: 16px;
	font-weight: normal;
}
#right_container dl.support dd{
	background:url(../image/icon_service_1.gif) no-repeat 95% 95% #fffded;	margin:0;	
}
#right_container dl.sodan dd{
	background:url(../image/icon_service_2.gif) no-repeat 95% 95% #fffded;
}
#right_container dl.support dd p{
	float:none;
	width:96%;
	margin:0px auto 0 auto;
	padding:10px 0 10px 0;
	color:#000000;
}
#right_container dl.support dd img{
	display:none;
}
#right_container dl.support dd ul {
    border-top: 2px dotted #e9bd3d;
    padding: 10px 0;
    list-style: circle;
    overflow: hidden;
}
#right_container dl.support dd ul li{
	width:96%;
	margin:0 2%;
	color:#999999;
	font-size:11px;
	list-style:circle;
	list-style-position:inseide;
	margin:0 2% 2px 2%;
	list-style: none;
	
}


#right_container div.trouble{	
	width:96%;
	padding:5px 0 0 0;
	margin:5px 2%;
	box-shadow:2px 2px 8px #d5d0c6;
		background-color:#ffffff;
}
#right_container div.trouble h4{
	background:url(../image/icon_mizu.png) no-repeat 8px 0;
	background-size:30px;
	padding:4px 0 0px 50px;
	font-size:120%;
	font-weight: bold;
	margin:0 0 0px 0;
	height:25px;
}
#right_container div.key h4{
	background:url(../image/icon_key.png) no-repeat 8px 0;
	background-size:30px;
	font-size: 14px;
}
#right_container div.trouble dl{
	width:96%;
	margin:0 2%;
	border-top:1px solid #cccccc;
		overflow:hidden;
		padding:0 0 18px 0;
}
#right_container div.trouble dl dt{
	width:100%;
	margin:10px 0 0 0;
	height:35px;
	font-size:12px;
	font-weight:normal;
	padding:0 0 0 45px;
	background:url(../image/icon_service_1.gif) no-repeat;
	background-size:30px 30px;
	box-sizing: border-box;
}

#right_container div.trouble dl dd {
	padding-left: 45px;
	box-sizing: border-box;
}
#right_container div.trouble dl dd small{
	color:#999999;
	letter-spacing: -15px;
	margin-left: 0px;
}
#right_container div.trouble dl dd span {
    font-size: 230%;
    font-weight: bold;
    color: #999999;
}
#right_container div.trouble dl dd strong{
	font-size:38px;
	color:#ff0000;
	font-weight:bold;
}

p.zei{
    text-align: right;
}


/* --------------------------------------------------
-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:600px){
}

/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){




	/*flow*/
	#right_container ul.flow{
		width:700px;
		max-width: none;
	}
	#right_container ul.flow li{
		float:left;
		width:24%;
	}
	#right_container ul.flow li.flow2,
	#right_container ul.flow li.flow3,
	#right_container ul.flow li.flow4{
		width:17%;
		background:url(../image/img_arrow.png) no-repeat left center;
	}
	#right_container ul.flow li.flow5{
		background:url(../image/img_arrow.png) no-repeat left center;
	}
	#right_container ul.flow li.flow1 img{
		width:90%;
	}
	#right_container ul.flow li.flow5 img{
		width:80%;
	}
	#right_container ul.flow li.flow2 span img,
	#right_container ul.flow li.flow3 span img,
	#right_container ul.flow li.flow4 span img{
		width:75%;
	}
	
	#right_container p.support_p{
		float:left;
		width:500px;
		height:80px;
		margin: 20px 0 0 0;
	}
	#right_container ul.list_service{
		float:left;
		width:150px;
		height:80px;
		margin:20px 0 0 10px;
		border: none;

	}
	#right_container ul.list_service li{
		background-size:15px;
		padding:0 0 0 20px;
		margin: 0;
		width:100%;
	}
	#right_container ul.list_service li.sodan{
		background-size:15px;
	}

	#right_container dl.support{
		width:330px;
		float:left;
		box-shadow:5px 5px 5px #d5d0c6;
		margin:0px 0 20px 10px;
	}
	#right_container dl.support dt{
		font-size:120%;
	}
	#right_container dl.support dd{
		font-size:120%;
	}
	#right_container dl.support dd p{
		float:left;
		width:55%;
		margin:10px 2% 0 2%;
	}
	#right_container dl.support dd img{
		position:relative;
		top:-20px;
		z-index:100;
		display: block;
	}
	#right_container dl.support dd ul{
		
		padding:10px 0;
		list-style:circle;
		overflow:hidden;

	}
	/*各種サービス*/
	#right_container div.trouble{
		padding:10px 0 0 0;
		margin:0 auto 20px auto;
	}
	#right_container div.trouble h4{
		height:35px;
		padding:4px 0 3px 65px;
		background-size:auto;
	}

	#right_container div.trouble dl{
		width:95%;
		margin:auto
	}
	#right_container div.trouble dl dt{
		width:200px;
		font-size:90%;
		margin:18px 100px 0 30px;
		float:left;
		background-size:auto;
		box-sizing: border-box;
	}
	

}

