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

/******
 about page
******/
#infomation dl.about_list{
	margin: 0.5em 0;
	display: flex;
}
#infomation dl.about_list dt{
	font-weight: bold;
	font-size: 150%;
	width: 197px;
	padding: 15px 0 15px 8px;
	margin-right: 2px;
	display: flex;
	align-items: center;
	background-color: #84f697;
	border-bottom: 1px solid green;
}
#infomation dl.about_list dd{
	padding: 15px 0 15px 8px;
	font-size: 105%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	width: 625px;
	border-bottom: 1px solid green;
	background-color: #d1f8d7;
}
#infomation dl.about_list dd span span{
	font-weight: bold;
}
#infomation dl.about_list dd > span#jump_map{
	display: inline;
}
#infomation dl.about_list dd > span{
	display: inline;
}
#infomation dl.about_list .about_list_in_contents_list {
	padding-right: 1em;
}
#infomation dl.about_list .link_tel{
	color: inherit;
}
#infomation p{
	margin: 0.7em 0;
	line-height: 1.4em;
}
#map_title{
	font-size: 150%;
	font-weight: bold;
}
#map_contents{
	width: 250px;
	height: 50px;
}
#jump_map{
	cursor: pointer;
}
#map iframe {
	max-width: 680px;
	width: 100%;
	height: 400px;
}

/******
 construction and service page
******/
#service ul,
#construction ul{
	list-style-type: decimal;
	list-style-position: inside;
	overflow: hidden;
	color: #FFF;
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
h3.case_type{
	font-size: 200%;
	color: #01a776;
	padding: 1em 0.2em 0.2em 0;
}
#service ul li,
#construction ul li{
	margin: 0.2em 0.4em;
	padding: 0.5em;
	cursor: pointer;
}

#service table,
#construction table{
	width: 100%;
}
#construction table th,
#construction table td{
	vertical-align: middle;
	padding: 0.5em;
}
.lb-caption{
	color: #FFF;
}
#service table td img,
#construction table td img{
	margin: 0.5em;
}
#return_top{
	position: fixed;
	right: 40px;
	bottom: 30px;
	opacity: 0.7;
	width: 50px;
	height: 50px;
	cursor: pointer;
}


/******
 construction page
******/

#construction table {
	border-collapse: separate;
}
#construction table th {
	font-size: 160%;
	padding-top: 0.7em;
	padding-left: 0;
	color: #01a776;
	text-align: left;
	border-bottom: 1px dotted #006D4D;

}
#construction table .case_example {
	background-color: #CF6;
	background-color: #DEFBE7;
	border-top: 12px solid #FFF;
	font-weight: bold;
	border-spacing: 0 8px;
}
#construction table td img {
	vertical-align: middle;
}


/******
 service page
******/
#service table th{
	font-size: 140%;
	padding: 0.7em;
	color: #01a776;
	text-align: left;
	vertical-align: middle;
	background-color: #DEFBE7;
	width: 40%;
}
#service table th,
#service table td{
    border: 3px solid #FFF;
}


/******
 link page
******/

#link #link_list{
	margin-top: 20px;
}
#link dl .title{
	font-weight: 200;
	font-size: 150%;
	padding: 15px 0 15px 15px;
	background-color: #defbe7;
	border-bottom: 1px solid green;
	color: #029066;
}
#link dl dl{
	padding: 15px;
	border-bottom: 1px solid green;	
}

/******
 recruit page
******/
#recruit dl.about_list{
	margin: 0.5em 0;
	display: flex;
}
#recruit dl.about_list dt{
	font-weight: 200;
	font-size: 110%;
	width: 20%;
	padding: 15px 0 15px 8px;
	margin-right: 2px;
	display: flex;
	align-items: center;
	background-color: #d1f8d7;
	border-bottom: 1px solid green;
}
#recruit dl.about_list dd{
	padding: 15px 0 15px 8px;
	font-size: 105%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	width: 625px;
	border-bottom: 1px solid green;
}
#recruit dl.about_list .flex_list li{
	display: inline;
	padding-right: 1em;
}
#recruit dl.about_list .link_tel{
	color: inherit;
}
#recruit p{
	margin: 0.7em 0;
	line-height: 1.4em;
}
#infomation_type div{
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}
#infomation_type div dl{
	text-align: center;
	width: 50%;
	min-width: 330px;
}
#infomation_type div dl dt{
	font-size: 100%;
	color: #006D4D;
	padding-bottom: 1em;
}
#infomation_type div dl dt a {
	font-size: 150%;
	color: #006D4D;
}
#infomation_type div dl dd {
	color: #006D4D;
}
#infomation_type div dl:nth-child(1) dd a {
	display: inline-block;
	background: url("../img/tel_icon.svg") no-repeat no-repeat 0 0 ;
	text-indent: 30px;
	height: 40px;
	padding-top: 5px;
	margin-bottom: 0.5em;
}
#infomation_type div dl:nth-child(2) dd a {
	display: inline-block;
	background: url("../img/mail_icon.svg") no-repeat no-repeat 0 -3px ;
	text-indent: 40px;
	height: 40px;
	padding-top: 5px;
}
#infomation_type div dl dd a:link {
	font-size: 200%;
	color: #006D4D;
}
#infomation_type div dl dd a:visited {
	font-size: 200%;
	color: #006D4D;
}

/******
 mailform page
******/
#contact_section ul{
	background-color: #f8fbf9;
	padding: 10px;
	margin: 7px 0;
	border: 1px solid #defbe7;
}
#contact_section ul li{
	margin: 3px 0;
}
#contact_section ul li span{
	font-weight: bold;
}

.contact_text span{
	font-size: 92%;
	font-weight: bold;
}

#mailform table{
	border-collapse: separate;
	width: 100%;
	border-spacing: 8px;
}
#mailform table th,
#mailform table td{
	padding: 15px 7px;
}
#mailform table th{
	background-color: #defbe7;
	border-left: 10px solid #01a776;
	width: 28%;
	vertical-align: middle;
	font-weight: normal;
}
#mailform table td{
	width: 72%;
	background-color: #f8fbf9;
}
.singleinput{
	width: 20em;
	padding: 0.4em;
}
.multiinput{
	width: 20em;
	height: 7em;
	padding: 0.4em;
}
#send_td{
	position: relative;
	height: 30px;
}
#send_td form.next,
#send_td form.prev{
	position: absolute;
}
#send_td form.prev{
	top: 10px;
	left: 10px;
}
#send_td form.next{
	top: 10px;
	left: 160px;
}

.error{
	font-size: 90%;
	color: red;
}

/******
  media query
****/
@media screen and (max-width: 1000px) {
	main .main_image {
		text-align: center;
	}
	main .main_image img {
		width: 80%;
		height: auto;
	}	
	.menu_title {
		font-size: 150%;
		box-sizing: border-box;
		padding-right: 3em;
		padding-top: 1em;
		background-size: 15%;
	}
	#concept {
		padding: 0 0.5em;
	}

	#concept ul {
		width: 100%;
	}
	#jyumokui {
		padding: 0 0.5em;
	}
}

@media screen and (max-width: 800px) {
	main .main_image img{
		width: 100%;
		height: auto;
	}	
	.menu_title {
		background-size: 20%;
		
	}
	#concept #concept_ul_box {
		flex-direction: column;
	}
	/*** about ***/
	#infomation dl.about_list{
		flex-direction: column;
	}
	#infomation dl.about_list dt {
		font-size: 130%;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		border-bottom-style: none;
	}
	#infomation dl.about_list dd {
		font-size: 100%;
		line-height: 1.4em;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 1em;
	}
	#infomation dl.about_list dd > span {
		display: block;
	}

	/*** service ***/
	#service table tr {
		display: flex;
		flex-direction: column;
	}
	#service table th {
		font-size: 130%;
	}
	#service table th,
	#service table td{
		width: 100%;
	}

	/*** construction ***/
	h3.case_type{
		font-size: 160%;
	}
	#construction table th {
		font-size: 120%;
	}
	#construction table tr td .arrow_img {
		zoom: 0.5;
		margin: 0 8px;
	}
	#construction table tr td img {
		margin-left: 0;
		margin-right: 0;
	}

	#return_top{
		right: 60px;
		bottom: 60px;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
}



