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

/*======================================
　　共通
======================================*/
img {
	max-width: 100%;
	height: auto;
}
.clear { clear:both; }
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
a:hover img.over {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.bold {
	font-weight: bold;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.ul {
	list-style-type: disc;
	margin: 15px 0 15px 20px;
}
.ul li {
	font-size: 14px;
	line-height: 1.5;
}
.ul li + li {
	margin-top: 5px;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width:999px) {
	.wrapper {
		width: 100%;
	}
}

/*======================================
　　ヘッダー
======================================*/
.hd_logo {
	float: left;
	margin-top: 10px;
}
.hd_logo span {
	display: none;
}
#hd_area {
	float: left;
	margin: 40px 0 0 25px;
}
#hd_area p {
	color: #747474;
	font-size: 12px;
	line-height: 1.6;
	margin-left: 8px;
}
#hd_area p.tit {
	font-size: 14px;
	margin: 0 0 5px;
}
#hd_area span {
	color: #0065ab;
	font-size: 15px;
	background: #fdf797;
	display: inline-block;
	padding: 3px 5px;
	margin-left: 7px;
}
#hd_menu {
	float: right;
	margin-top: 25px;
}
#hd_menu .contact {
	margin-bottom: 8px;
	text-align: right;
}
#hd_menu .contact a {
	display: inline-block;
	color: #0b8fc8;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #77d6ff;
	background: url(../images/common/hd_contact.png) no-repeat 10px #fff;
	padding: 15px 15px 15px 36px;
	box-shadow: 0 0 3px #bbb;
}
#hd_menu .contact a:hover {
	text-decoration: none;
	background-color: #eef9ff;
}
#hd_menu li {
	margin-bottom: 3px;
	text-align: right;
}
#hd_menu li a {
	color: #3d3d3d;
	font-size: 12px;
	line-height: 1.5;
	position: relative;
	padding-left: 14px;
}
#hd_menu li a:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #868686;
	border-right: 2px solid #868686;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#hd_tel {
	float: right;
	margin: 30px 20px 0 0;
}
#hd_tel img {
	margin-bottom: 8px;
}
#hd_tel p {
	font-size: 14px;
	line-height: 1.3;
}
#hd_tel .bold {
	margin-right: 5px;
}
#hd_tel .small {
	font-size: 12px;
}
#gnav {
	background: #007fb6;
}
#gnav li {
	float: left;
	width: 25%;
	position: relative;
}
#gnav li:before, #gnav li:last-child:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: #dcdcdc;
	width: 1px;
	height: 20px;
}
#gnav li:before {
	left: 0;
}
#gnav li:last-child:after {
	right: 0;
}
#gnav a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-top: 3px solid transparent;
	padding: 7px 0 8px;
}
#gnav a, #gnav span {
	color: #fff;
}
#gnav a:hover {
	text-decoration: none;
	border-top: 3px solid #00618b;
	background: #fff;
}
#gnav a:hover, #gnav a:hover span {
	color: #00618b;
}
#gnav span {
	position: relative;
}
#gnav span:before {
	position: absolute;
	display: inline-block;
	content: "";
	height: 18px;
	background: url(../images/common/gnav_icon.png) no-repeat;
}
#gnav li:nth-child(2) span:before {
	background-position: left 0;
	width: 11px;
	top: 0;
	left: -20px;
}
#gnav li:nth-child(2) a:hover span:before {
	background-position: left -18px;
}
#gnav li:nth-child(3) span:before {
	background-position: -11px 0;
	width: 17px;
	top: 1px;
	left: -25px;
}
#gnav li:nth-child(3) a:hover span:before {
	background-position: -11px -18px;
}
#gnav li:nth-child(4) span:before {
	background-position: -28px 0;
	width: 23px;
	top: 0;
	left: -33px;
}
#gnav li:nth-child(4) a:hover span:before {
	background-position: -28px -18px;
}
.sp_nav {
	display: none;
}
@media screen and (min-width:631px) and (max-width:999px) {
	.hd_logo {
		margin-left: 15px;
	}
	#hd_menu {
		margin-right: 15px;
	}
	#hd_tel {
		display: none;
	}
	#gnav a {
		font-size: 14px;
	}
	#gnav li:first-child:before, #gnav li:last-child:after {
		display: none;
	}
}
@media screen and (max-width:630px) {
	#hd_menu ul, #hd_tel, #gnav, .hd_logo img {
		display: none;
	}
	.hd_logo {
		float: none;
		margin: 13px 10px;
	}
	.hd_logo span {
		display: block;
		letter-spacing: 0.1em;
	}
	.hd_logo span:nth-of-type(1) {
		font-size: 11px;
		color: #000;
		margin: 0 0 3px 2px;
	}
	.hd_logo span:nth-of-type(2) {
		font-size: 30px;
		font-weight: bold;
		color: #1293c9;
	}
	#hd_area {
		float: none;
		margin: 0 10px 8px;
		background: #f3f3f3;
		padding: 5px 10px;
	}
	#hd_area br {
		display: none;
	}
	#hd_area p {
		color: #5e5e5e;
		font-size: 11px;
		line-height: 1.5;
		margin-left: 5px;
	}
	#hd_area p.tit {
		font-size: 12px;
		margin-bottom: 2px;
	}
	#hd_area span {
		font-size: 14px;
		background: transparent;
		padding: 0;
	}
	#hd_menu {
		position: absolute;
		margin-top: 0;
		top: 12px;
		right: 10px;
	}
	#hd_menu .contact a {
		font-size: 14px;
	}
	.sp_nav {
		display: block;
		color: #fff;
		font-size: 14px;
		background: url(../images/common/sp_menu.png) no-repeat right 10px top 11px #007fb6;
		padding: 10px 0;
		text-align: center;
	}
	#gnav {
		background: #00283a;
	}
	#gnav li {
		float: none;
		width: 100%;
		border-top: 1px solid #4c6773;
	}
	#gnav li:first-child {
		border-top: none;
	}
	#gnav li:before, #gnav li:last-child:after {
		display: none;
	}
	#gnav a {
		font-size: 13px;
		text-align: left;
		padding: 14px 20px;
		border-top: none;
	}
	#gnav a:hover {
		border-top: none;
	}
	#gnav span {
		padding-left: 32px;
	}
	#gnav li:nth-child(2) span:before {
		left: 6px;
	}
	#gnav li:nth-child(3) span:before {
		left: 3px;
	}
	#gnav li:nth-child(4) span:before {
		left: 0;
	}
	#gnav a:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 17px;
		margin: auto;
		content: "";
		width: 5px;
		height: 5px;
		border-top: 1px solid #bfbfbf;
		border-right: 1px solid #bfbfbf;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
}

/*======================================
　　フッター
======================================*/
footer {
	border-top: 3px solid #0e7fb0;
	margin-top: 100px;
}
footer > .wrapper {
	position: relative;
}
.ft_text {
	font-size: 13px;
	line-height: 1.4;
	margin: 12px 0 12px 5px;
}
.ft_text span {
	font-size: 22px;
	font-weight: bold;
	margin-right: 15px;
}
.ft_text br {
	display: none;
}
#ft_menu {
	border-top: 1px solid #dedede;
	background: #fafafa;
}
#ft_menu li {
	float: left;
	width: 20%;
	border-left: 1px solid #dedede;
	box-sizing: border-box;
}
#ft_menu li:last-child {
	border-right: 1px solid #dedede;
}
#ft_menu a {
	display: block;
	color: #3d3d3d;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
}
#ft_menu a:hover {
	text-decoration: none;
	background: #e6e6e6;
}
#ft_menu span {
	position: relative;
	padding-left: 17px;
}
#ft_menu span:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #0087cd;
	border-right: 2px solid #0087cd;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
footer small {
	color: #208dc4;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	background: #c9e4f2;
	padding: 7px 0;
}
.pagetop {
	position: fixed;
	right: 20px;
	display: block;
}
@media screen and (max-width:999px) {
	footer .pagetop {
		right: 10px;
	}
	.pagetop {
		right: 10px;
	}
	.pagetop img {
		width: 100%;
		height: auto;
	}
	#ft_menu a:hover {
		background: transparent;
		text-decoration: underline;
	}
}
@media screen and (min-width:631px) and (max-width:999px) {
	.ft_text {
		margin: 12px 15px;
	}
	#ft_menu .wrapper {
		width: 96%;
	}
	#ft_menu li {
		border-left: none;
		width: auto;
		padding: 12px 0;
		margin-right: 25px;
	}
	#ft_menu li:last-child {
		border-right: none;
	}
	#ft_menu a {
		font-size: 12px;
		padding: 0;
	}
	.pagetop {
		width: 35px;
		height: 35px;
	}
}
@media screen and (max-width:630px) {
	footer {
		margin-top: 80px;
	}
	.ft_text {
		margin: 15px 10px 12px;
	}
	.ft_text span {
		display: block;
		margin: 0 0 7px;
	}
	.ft_text br {
		display: block;
	}
	#ft_menu {
		border-top: none;
		background: transparent;
		margin: 0 10px 10px;
	}
	#ft_menu li {
		width: 50%;
		border: none;
		margin: 0 0 8px;
	}
	#ft_menu a {
		padding: 0;
		font-size: 13px;
		font-weight: normal;
		text-align: left;
	}
	.pagetop {
		width: 30px;
		height: 30px;
	}
}

/*======================================
　　サイドメニュー
======================================*/
#sidebar {
	float: right;
	width: 210px;
}
#freeconsult {
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	box-shadow: #c6c6c6 0 0 5px;
}
#freeconsult .tit {
	display: block;
	color: #d72d0c;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	background: #fff659;
	padding: 10px 20px;
	position: relative;
}
#freeconsult .tit:after {
	content: "";
	background: url(../images/common/freeconsult_img.png) no-repeat 0 0;
	width: 65px;
	height: 60px;
	position: absolute;
	right: 15px;
	bottom: 0;
}
#freeconsult li {
	border-top: 1px solid #cacaca;
}
#freeconsult a {
	display: block;
	color: #303030;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 40px 20px 20px;
	position: relative;
}
#freeconsult a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #868686;
	border-right: 2px solid #868686;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#freeconsult a:hover {
	text-decoration: none;
	background: #e6e6e6;
}
#sidebar #freeconsult {
	margin-bottom: 20px;
}
#sidebar #freeconsult .tit {
	font-size: 17px;
	letter-spacing: 0;
	padding: 10px;
}
#sidebar #freeconsult .tit:after {
	width: 50px;
	height: 46px;
	background-size: 50px;
	right: 6px;
}
#sidebar #freeconsult a {
	font-size: 14px;
	padding: 15px 40px 15px 10px;
}
.sidemenu li {
	box-shadow: #c6c6c6 0 0 5px;
}
.sidemenu li + li {
	margin-top: 5px;
}
.sidemenu a {
	display: block;
	color: #2a2a2a;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	border: 1px solid #007fb6;
	border-radius: 3px;
	padding: 12px 60px 12px 27px;
	position: relative;
}
.sidemenu a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #007fb6;
	border-right: 2px solid #007fb6;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.sidemenu a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 45px;
	height: 100%;
	background: url(../images/common/side_water.png), linear-gradient(0, #10a8ae, #007fb6);
	background-color: #18abcc;
	background-repeat: no-repeat;
	background-position: center;
}
.sidemenu a:hover {
	text-decoration: none;
	background: #e8e8e8;
}
@media screen and (max-width:999px) {
	#sidebar {
		float: none;
		width: auto;
	}
	#freeconsult .tit {
		font-size: 18px;
	}
}
@media screen and (min-width:631px) and (max-width:999px) {
	#sidebar {
		margin: 0 25px;
	}
	#freeconsult a {
		padding: 15px 40px 15px 15px;
	}
	#freeconsult .tit {
		padding: 10px 12px;
	}
	#freeconsult .tit:after {
		display: none;
	}
	#sidebar #freeconsult .tit:after {
		display: block;
	}
	#sidebar #freeconsult ul:after {
		display: block;
		clear: both;
		content: "";
	}
	#sidebar #freeconsult li {
		float: left;
		width: 50%;
		box-sizing: border-box;
	}
	#sidebar #freeconsult li + li {
		border-left: 1px solid #cacaca;
	}
	#sidebar #freeconsult a {
		padding-left: 20px;
	}
}
@media screen and (max-width:630px) {
	#sidebar {
		margin: 0 15px;
	}
	#freeconsult a {
		font-size: 14px;
		padding: 12px 40px 12px 15px;
	}
	#freeconsult .tit {
		padding: 10px 15px;
	}
}

/*======================================
　　トップページ
======================================*/
#topmain {
	border-top: 1px solid #99d5ef;
	border-bottom: 1px solid #99d5ef;
	background: linear-gradient(0deg, #d7f3ff, #f9fdff);
	background-color: #ecf9ff;
	margin-bottom: 50px;
}
#topmain .wrapper {
	position: relative;
	padding: 30px 0;
}
#topmain .wrapper .f_img {
	position: absolute;
	right: 0;
	bottom: 0;
}
#topmain .officeinfo {
	float: right;
	background: #fff;
	width: 330px;
	min-height: 300px;
	box-sizing: border-box;
	padding: 30px 25px 25px;
	position: relative;
}
#topmain .officeinfo h2 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	background: #fff100;
	padding: 7px 0;
	width: 240px;
	text-align: center;
	position: absolute;
	display: inline-block;
	top: -10px; right: 0; left: 0;
	margin: auto;
}
#topmain .officeinfo p {
	font-size: 14px;
	font-weight: bold;
	line-height: 2.4;
}
#topmain .officeinfo .label {
	color: #444;
	font-size: 16px;
	margin-right: 5px;
}
#topmain .officeinfo .num {
	color: #1fa5dc;
	font-size: 25px;
}
#topmain .officeinfo dl {
	margin-top: 20px;
}
#topmain .officeinfo dt {
	font-size: 15px;
	font-weight: bold;
	border-left: 6px solid #82c2dc;
	padding: 3px 0 3px 7px;
	margin-bottom: 5px;
}
#topmain .officeinfo dd {
	font-size: 14px;
	line-height: 1.4;
	margin-left: 15px;
}
#topmain .officeinfo dd + dt {
	margin-top: 20px;
}
.slider {
	width: 630px;
	float: left;
}
.slick-dotted.slick-slider {
	margin-bottom: 0!important;
}
.slick-dots {
	bottom: -15px!important;
}
.slick-dots li, .slick-dots li button {
	width: 7px!important;
	height: 7px!important;
	padding: 0!important;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
	content: ""!important;
	width: 7px!important;
	height: 7px!important;
	border-radius: 50%!important;
	opacity: 1!important;
	background: #fff;
}
.slick-dots li.slick-active button:before {
	background: #000;
}
#top_trouble {
	margin-bottom: 20px;
}
#top_trouble .box {
	float: right;
	width: 660px;
}
#top_trouble h2 {
	margin-bottom: 25px;
}
#top_trouble h2 .sp {
	display: none;
}
#top_trouble .box .text {
	font-size: 15px;
	line-height: 2;
	margin-left: 30px;
}
#top_trouble .img {
	float: left;
	margin-top: -15px;
}
#top_menu {
	margin-bottom: 60px;
}
#top_menu .box {
	float: left;
	width: 320px;
	height: 155px;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	box-shadow: #c6c6c6 0 0 5px;
}
#top_menu .box + .box {
	margin-left: 20px;
}
#top_menu .btn:first-child {
	background: url(../images/trouble_link01.jpg) no-repeat 0 0;
}
#top_menu .btn:nth-child(2) {
	background: url(../images/trouble_link02.jpg) no-repeat 0 0;
}
#top_menu .btn a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 14px 0 0 38px;
	color: #2a2a2a;
	font-size: 17px;
	font-weight: bold;
	background: url(../images/trouble_icon.png) no-repeat 15px 14px;
}
#top_menu .btn a:hover {
	text-decoration: none;
}
#top_menu .btn:hover {
	opacity: 0.6;
}
#top_otherwork {
	background: url(../images/otherwork_bg.png) repeat 0 0 #ddacc8;
	padding: 4px;
	margin-bottom: 60px;
}
#top_otherwork .bg {
	background: #fff;
	padding: 25px 30px;
}
#top_otherwork .Lbox {
	float: left;
	width: 600px;
}
#top_otherwork h2 {
	color: #e3399a;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 25px;
}
#top_otherwork .text, #top_otherwork li {
	font-size: 17px;
	line-height: 2;
}
#top_otherwork .text {
	margin-left: 10px;
}
#top_otherwork ul {
	list-style-type: disc;
	margin: 15px 0 0 30px;
}
#top_otherwork li {
	line-height: 1.5;
	margin-bottom: 5px;
}
#top_otherwork .img {
	float: right;
}
/*
#top_side {
	float: right;
	width: 210px;
}
#top_side p {
	display: block;
	width: 210px;
	text-align: center;
	padding: 30px 0;
	background: #4e4e4e;
	color: #fff;
	font-size: 15px;
}
/* トップにサイドメニューが現れたとき
#top_news {
	float: left;
	width: 750px;
} */
#top_news h2 {
	color: #001110;
	font-size: 19px;
	font-weight: bold;
	background: linear-gradient(90deg, #caedff, #eafbfa);
	background-color: #d9f3fd;
	padding: 10px 15px;
	position: relative;
	margin-left: 28px;
}
#top_news h2:before {
	position: absolute;
	top: 0;
	left: -28px;
	content: url("../images/news_tit.jpg");
	width: 24px;
	height: 40px;
}
#top_news ul {
	padding-top: 25px;
	/* お知らせが3件以下のとき
	*/
	margin: 0 10px;
	/* お知らせが3件超えたとき
	max-height: 190px;
	overflow-y: scroll;
	margin-left: 10px;
	*/
}
#top_news li {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}
#top_news li:after {
	display: block;
	clear: both;
	content: "";
}
#top_news .day {
	position: absolute;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0 10px;
}
#top_news .text {
	float: left;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 150px;
}

@media screen and (max-width:999px) {
	.slider {
		float: none;
		width: 100%;
	}
	#topmain .officeinfo {
		float: none;
	}
	#top_otherwork .Lbox {
		width: 55%;
	}
	#top_otherwork .img {
		width: 40%;
		text-align: right;
	}
	#top_otherwork h2 {
		margin-bottom: 20px;
	}
	#top_otherwork .text, #top_otherwork li {
		font-size: 15px;
		line-height: 1.5;
	}
}
@media screen and (min-width:631px) and (max-width:999px) {
	.slider img {
		width: 100%;
		height: auto;
	}
	#topmain {
		margin-bottom: 40px;
	}
	#topmain .wrapper {
		padding: 0 0 20px;
	}
	#topmain .officeinfo {
		width: 94%;
		min-height: auto;
		margin: 50px auto 0;
		padding: 40px 90px 25px 25px;
	}
	#topmain .officeinfo p {
		float: left;
		margin: 0 20px 10px 0;
	}
	#topmain .officeinfo .num {
		font-size: 21px;
	}
	#topmain .officeinfo .box {
		float: left;
		border: 1px dotted #b5b5b5;
		padding: 13px 30px 13px 15px;
	}
	#topmain .officeinfo dl {
		float: left;
		margin: 0;
	}
	#topmain .officeinfo dl + dl {
		margin-left: 20px;
	}
	#topmain .officeinfo dt {
		font-size: 14px;
		padding: 0 0 0 5px;
	}
	#topmain .officeinfo dd {
		font-size: 13px;
		margin-left: 10px;
	}
	#top_trouble {
		margin: 0 20px 30px;
	}
	#top_trouble .box {
		float: none;
		width: auto;
	}
	#top_trouble .box .text {
		float: right;
		width: 67%;
		margin-left: 3%;
	}
	#top_trouble .img {
		width: 30%;
		height: auto;
		margin-top: -5px;
	}
	#top_menu {
		margin: 0 20px 45px;
	}
	#top_menu .box {
		width: 32%;
		height: 130px;
	}
	#top_menu .box + .box {
		margin-left: 2%;
	}
	#top_otherwork {
		margin: 0 20px 45px;
	}
}
@media screen and (max-width:630px) {
	#topmain {
		margin-bottom: 20px;
	}
	#topmain .wrapper {
		padding: 0;
	}
	#topmain .officeinfo {
		width: auto;
		padding: 15px 15px 45px;
		border-top: 1px solid #99d5ef;
	}
	#topmain .officeinfo h2 {
		position: static;
		display: block;
		width: auto;
		margin: 0 auto 7px;
	}
	#top_trouble {
		margin: 0 12px 25px;
	}
	#top_trouble .box {
		width: auto;
		margin: 0;
	}
	#top_trouble h2 {
		margin-bottom: 10px;
	}
	#top_trouble h2 .pc {
		display: none;
	}
	#top_trouble h2 .sp {
		display: inline-block;
		font-size: 19px;
		font-weight: bold;
		line-height: 1.4;
		border-bottom: 3px double #c2d7e2;
		padding: 0 5px;
	}
	#top_trouble h2 span {
		color: #00a4ea;
		font-size: 20px;
		margin-right: 2px;
	}
	#top_trouble .box .text {
		font-size: 14px;
		line-height: 1.8;
		margin: 0 5px 18px;
	}
	#top_trouble .img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	#top_menu {
		margin: 0 15px 40px;
	}
	#top_menu .box {
		height: auto;
		margin: 0 auto;
	}
	#top_menu .box + .box {
		margin: 0 auto;
	}
	#top_menu .box:first-child, #top_menu .box:nth-child(2) {
		width: 49%;
	}
	#top_menu .box:nth-child(2) {
		margin-left: 2%;
	}
	#top_menu .box:last-child {
		width: 100%;
		margin-top: 35px;
	}
	#top_menu .btn a {
		height: auto;
		padding: 10px 10px 10px 33px;
		background-position: 10px;
		font-size: 15px;
	}
	#top_menu .btn:first-child, #top_menu .btn:nth-child(2) {
		background: none;
	}
	#top_otherwork {
		margin: 0 15px 40px;
	}
	#top_otherwork .bg {
		padding: 15px 15px 20px;
	}
	#top_otherwork .Lbox {
		width: auto;
		float: none;
	}
	#top_otherwork h2 {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#top_otherwork .text {
		margin: 0 5px;
	}
	#top_otherwork ul {
		margin: 15px 0 20px 25px;
	}
	#top_otherwork li {
		font-size: 14px;
		margin-bottom: 3px;
	}
	#top_otherwork .img {
		width: 100%;
		float: none;
		text-align: center;
	}
	/*
	#top_side {
		float: none;
		width: auto;
		margin: 0 15px 20px;
	}
	#top_news {
		float: none;
		width: auto;
	}*/
	#top_news li {
		padding: 0 5px 10px;
	}
	#top_news .day {
		position: static;
		float: none;
		margin: 0 0 7px;
	}
	#top_news .text {
		float: none;
		padding-left: 10px;
	}
}

/*======================================
　　下層ページ
======================================*/
#pagetit {
	border-top: 1px solid #99d5ef;
	border-bottom: 1px solid #99d5ef;
	background: linear-gradient(0deg, #d7f3ff, #f9fdff);
	background-color: #ecf9ff;
	margin-bottom: 40px;
}
#pagetit h1 {
	background: url(../images/common/pagetit_bg.png) no-repeat 20px 0;
	height: 109px;
	box-sizing: border-box;
	padding: 40px 10px 0 170px;
	color: #1687b8;
	font-size: 30px;
	font-weight: bold;
}
#Lcont {
	width: 750px;
	float: left;
}
#Lcont .cont_box + .cont_box {
	margin-top: 60px;
}
#Lcont .cont_box .cont_box2 {
	margin-top: 40px;
}
#Lcont .inner_box {
	margin: 0 10px 20px;
}
#Lcont .text {
	font-size: 14px;
	line-height: 1.7;
}
/* h2 */
.pagecont_tit {
	color: #02557d;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	border-top: 3px solid #ececec;
	border-bottom: 3px solid #007fb6;
	padding: 12px 20px 12px 60px;
	background: no-repeat 5px;
	margin-bottom: 30px;
}
.pagecont_tit.normal {
	padding-left: 20px;
}
/* h3 */
.pagecont_tit02 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background: #ededed;
	border-left: 10px solid #0e7fb0;
	padding: 10px 15px;
	margin: 0 0 25px 10px;
}
@media screen and (max-width:999px) {
	#Lcont {
		float: none;
	}
}
@media screen and (min-width:631px) and (max-width:999px) {
	#Lcont {
		width: auto;
		margin: 0 15px 50px;
	}
}
@media screen and (max-width:630px) {
	#pagetit {
		border-bottom: none;
		margin-bottom: 0;
	}
	#pagetit h1 {
		font-size: 20px;
		background-size: 70px;
		background-position: 10px 0;
		height: 63px;
		padding: 22px 10px 0 90px;
	}
	#Lcont {
		width: 100%;
		margin-bottom: 50px;
	}
	#Lcont .cont_box + .cont_box {
		margin-top: 50px;
	}
	#Lcont .inner_box {
		margin: 0 15px 20px;
	}
	.pagecont_tit {
		font-size: 18px;
		background-size: 30px;
		padding-left: 45px;
		margin-bottom: 20px;
	}
	.pagecont_tit02 {
		font-size: 16px;
		letter-spacing: 0;
		padding: 8px 15px;
		margin: 0 10px 15px;
	}
}

/*======================================
　　下層ページ・サービス紹介
======================================*/
#watertrouble .pagecont_tit {
	background-image: url(../images/service/watertrouble_tit.jpg);
}
#watertrouble .img {
	float: right;
	margin-right: 80px;
}
@media screen and (max-width:730px) {
	#watertrouble .img  {
		margin-right: 10px;
	}
}
@media screen and (max-width:630px) {
	#watertrouble .img  {
		float: none;
		margin: 10px auto;
		text-align: center; 
	}
}
#results dl {
	margin: 0 0 20px 20px;
}
#results dt {
	color: #006890;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
#results dt:before {
	content: "▼";
	color: #006890;
	margin-right: 5px;
}
#results dd {
	background: #f5fbfe;
	border: 4px solid #b7dcec;
	padding: 20px 30px;
	border-radius: 3px;
}
#results img {
	float: left;
	margin-right: 30px;
}
@media screen and (max-width:630px) {
	#results dl {
		margin: 0 15px 15px;
	}
	#results dd {
		padding: 20px 15px;
	}
	#results img {
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
}
#workflow .pagecont_tit {
	background-image: url(../images/service/workflow_tit.jpg);
}
.step {
	background: #f2fbff;
	padding: 25px 30px 25px 110px;
	margin: 0 0 10px 10px;
	position: relative;
}
.step .num {
	position: absolute;
	display: block;
	top: 15px;
	left: 20px;
	color: #000;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	background: #fff659;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	padding-top: 42px;
	border-radius: 50%;
}
.step .num:before {
	position: absolute;
	content: "STEP";
	font-size: 14px;
	top: 20px;
	left: 20px;
}
.step .img {
	float: right;
}
.step .img img {
	border: 4px solid #fff;
}
.step .box {
	float: left;
	width: 330px;
}
.step h3 {
	color: #1b1b1b;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #b1c9d3;
	padding: 0 10px 5px;
	margin-bottom: 10px;
}
#Lcont .step .text {
	margin-left: 15px;
}
.step .btn, #watertrouble .btn {
	display: inline-block;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	box-shadow: #c6c6c6 0 0 5px;
	margin: 12px 0 0 15px;
}
#watertrouble .btn {
	margin: 0;
}
.step .btn a, #watertrouble .btn a {
	display: block;
	color: #2a2a2a;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	background: #fff;
	padding: 15px 40px 15px 15px;
	position: relative;
}
.step .btn a:after, #watertrouble .btn a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #868686;
	border-right: 2px solid #868686;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.step .btn a:hover, #watertrouble .btn a:hover {
	text-decoration: none;
	background: #e6e6e6;
}
.step .area {
	display: block;
	border: 1px solid #81bdd5;
	background: #fff;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.4;
	padding: 8px 12px;
	margin: 12px 0 0 15px;
}
.step .area span {
	display: block;
	margin-bottom: 5px;
}
.step_finish {
	display: block;
	color: #0b82b7;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 3px double #0b82b7;
	border-radius: 3px;
	padding: 10px 0;
	position: relative;
	margin: 35px 0 0 10px;
	/*
	color: #fff;
	background: #0b82b7;
	*/
}
.step_finish:before {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 30px;
	height: 15px;
	box-sizing: border-box;
	border: 15px solid transparent;
	border-top: 15px solid #9ec9dc;
}
@media screen and (min-width:631px) and (max-width:999px) {
	.step .num {
		left: 10px;
	}
	.step .img {
		width: 40%;
		text-align: right;
	}
	.step .box {
		width: 58%;
	}
}
@media screen and (max-width:630px) {
	.step {
		margin: 0 15px 40px;
		padding: 0;
		border: none;
		/*
		padding: 20px;
		border: 1px dotted #b3cdd8;
		*/
		background: transparent;
	}
	.step .num {
		top: -10px;
		left: -5px;
		width: 60px;
		height: 60px;
		font-size: 17px;
		padding-top: 33px;
	}
	.step .num:before {
		font-size: 12px;
		top: 14px;
		left: 14px;
	}
	.step .img {
		float: none;
		margin: 0 auto 10px;
		border: none;
		text-align: center;
	}
	.step .box {
		float: none;
		width: auto;
		margin: 0;
	}
	.step h3 {
		font-size: 16px;
		border-bottom: none;
		padding: 0;
		margin-bottom: 3px;
	}
	#Lcont .step .text, .step .btn, .step .area {
		margin-left: 0;
	}
	.step .btn a, #watertrouble .btn a {
		font-size: 14px;
		padding: 12px 35px 12px 15px;
	}
	.step_finish {
		font-size: 15px;
		margin: 35px 15px 0;
	}
}

/*======================================
　　下層ページ・事業所案内
======================================*/
#greeting .pagecont_tit {
	background-image: url(../images/office/greeting_tit.jpg);
}
#greeting .inner_box {
	background: linear-gradient(0, #eaeaea, #fff);
	padding: 20px 30px 30px;
}
#greeting .f_left {
	width: 400px;
}
#Lcont #greeting .text {
	font-size: 15px;
	line-height: 2;
}
#greeting .sign {
	text-align: right;
	margin-top: 20px;
}
#overview .pagecont_tit {
	background-image: url(../images/office/overview_tit.jpg);
}
#overview table {
	margin: 0 auto 25px;
	width: 730px;
}
#overview th, #overview td {
	font-size: 14px;
	line-height: 1.5;
	padding: 12px 10px;
	vertical-align: middle;
}
#overview th {
	background: #f6f6f6;
	border-top: 2px solid #fff;
}
#overview td {
	border-bottom: 1px solid #cecece;
	border-left: 10px solid #fff;
}
#history .pagecont_tit {
	background-image: url(../images/office/history_tit.jpg);
}
#history table {
	margin: 0 auto 25px;
	width: 730px;
}
#history th, #history td {
	font-size: 15px;
	line-height: 1.5;
	padding: 12px 15px;
	background: #f6f6f6;
	border: 2px solid #fff;
}
#history th {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 120px;
}
@media screen and (min-width:631px) and (max-width:999px) {
	#overview table, #history table {
		width: 100%;
	}
}
@media screen and (max-width:999px) {
	#greeting .f_left {
		width: 67%;
	}
	#greeting .f_right {
		width: 30%;
		text-align: center;
	}
	#greeting .f_right img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width:630px) {
	#Lcont #greeting .inner_box {
		margin: 0;
		padding: 0 20px 30px;
	}
	#greeting .f_left, #greeting .f_right {
		width: 100%;
	}
	#greeting .f_right {
		margin-bottom: 15px;
	}
	#Lcont #greeting .text {
		font-size: 14px;
		line-height: 1.7;
	}
	#greeting .sign {
		margin-top: 30px;
	}
	#Lcont #overview {
		margin-top: 0;
	}
	#overview .pagecont_tit {
		margin-bottom: 5px;
	}
	#overview table, #overview tbody, #overview tr, #overview th, #overview td {
		display: block;
	}
	#overview table {
		margin: 0 0 20px;
		width: auto;
	}
	#overview th {
		text-align: left;
		border-top: none;
		padding: 8px 10px;
	}
	#overview td {
		border-left: none;
		padding: 10px 15px;
	}
	#history .pagecont_tit {
		margin-bottom: 5px;
	}
	#history table, #history tbody, #history tr, #history th, #history td {
		display: block;
	}
	#history table {
		margin: 0;
		width: auto;
	}
	#history th {
		width: auto;
		text-align: left;
		border: none;
		padding-bottom: 0;
	}
	#history td {
		border: none;
		border-bottom: 2px solid #fff;
		font-size: 14px;
		padding-top: 8px;
	}
}

/*======================================
　　下層ページ・お問い合わせ
======================================*/
#contact .inner_box {
	margin: 0 0 30px 20px;
}
#contact .btn {
	display: block;
	width: 320px;
	height: 155px;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	box-shadow: #c6c6c6 0 0 5px;
	background: url(../images/trouble_link01.jpg) no-repeat 0 0;
	margin-top: 15px;
}
#contact .btn a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 14px 0 0 38px;
	color: #2a2a2a;
	font-size: 17px;
	font-weight: bold;
	background: url(../images/trouble_icon.png) no-repeat 15px 14px;
}
#contact .btn a:hover {
	text-decoration: none;
}
#contact .btn:hover {
	opacity: 0.6;
}
#contact dl {
	float: left;
}
#contact dl.num {
	margin-top: 10px;
}
#contact dl.address {
	float: none;
	margin-bottom: 25px;
}
#contact dl.num dt, #contact dl.address dt {
	font-size: 14px;
	font-weight: bold;
	background: #fdf797;
	padding: 7px 25px;
	float: left;
	position: absolute;
}
#contact dl.num dd, #contact dl.address dd {
	overflow: hidden;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0 0 150px;
	margin-bottom: 15px;
}
#contact dl.address dd {
	padding-left: 190px;
}
#contact dl.num span, #contact dl.address span {
	position: relative;
	padding-left: 24px;
}
#contact dl.num span:before, #contact dl.address span:before {
	position: absolute;
	left: 0;
}
#contact dl.num dt:nth-of-type(1) span:before {
	content: url("../images/contact/icon_tel.png");
	left: 4px;
}
#contact dl.num dt:nth-of-type(2) span:before {
	content: url("../images/contact/icon_fax.png");
}
#contact dl.address dt span:before {
	content: url("../images/contact/icon_mail.png");
}
#contact dl.address dd img {
	margin-top: 3px;
}
#contact dl.other {
	border-left: 1px solid #d1d1d1;
	padding: 15px 20px 0;
	margin-left: 60px;
}
#contact dl.other dt {
	color: #015c83;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#contact dl.other dd {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 15px 10px;
}
.mail_required {
	margin-top: 10px;
}
.mail_required li {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 3px 10px;
	padding-left: 13px;
	position: relative;
}
.mail_required li:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	width: 7px;
	height: 10px;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-left: 7px solid #989898;
}
@media screen and (min-width:631px) and (max-width:999px) {
	#contact dl.other {
		margin-left: 30px;
	}
}
@media screen and (max-width:630px) {
	#contact .inner_box {
		margin: 0 15px 30px;
	}
	#contact .btn {
		display: inline-block;
		width: auto;
		height: auto;
		background: none;
	}
	#contact .btn a {
		font-size: 15px;
		padding: 10px 70px 10px 33px;
		background-position: 10px;
	}
	#contact dl {
		float: none;
	}
	#contact dl.num, #contact dl.address {
		margin: 20px 0 30px;
	}
	#contact dl.num dt {
		padding: 5px 20px;
	}
	#contact dl.address dt {
		float: none;
		position: static;
		display: block;
		margin: 0 0 10px;
		padding: 5px 0;
		text-align: center;
	}
	#contact dl.num dd {
		font-size: 15px;
		padding-left: 135px;
		margin-bottom: 20px;
	}
	#contact dl.address dd {
		font-size: 15px;
		padding: 0 0 0 10px;
		text-align: center;
	}
	#contact dl.other {
		border-left: none;
		padding: 0;
		margin: 0;
	}
	#contact dl.other dt {
		margin-bottom: 7px;
	}
}

/*======================================
　　下層ページ・プライバシーポリシー
======================================*/
#Lcont #privacy .cont_box + .cont_box {
	margin-top: 50px;
}
#privacy .pagecont_tit {
	margin-bottom: 20px;
}
#privacy .contact_box {
	background: #fffcc5;
	display: inline-block;
	padding: 15px 20px;
	margin-top: 15px;
}
#privacy .contact_box span {
	font-size: 16px;
}
@media screen and (max-width:630px) {
	#privacy {
		margin-top: 20px;
	}
	#Lcont #privacy .cont_box + .cont_box {
		margin-top: 30px;
	}
	#privacy .pagecont_tit {
		margin-bottom: 15px;
	}
}