@charset "utf-8";
/*==================================================
	各ページ固有のスタイルを記述
==================================================*/
/* 枠のマージン・パディング */
.mb { margin-bottom: 80px; }
.pt { padding-top: 80px; }
.pb { padding-bottom: 80px; }
/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
#top_ttl img {
	width: 1200px;
}

#top_ttl_top p.c_name {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	position: absolute;
	font-size: 55px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #0ff;
	margin-top: -150px;
	margin-left: 530px;
	padding: 20px;
	line-height: 30px;
	text-align: right;
}
#top_ttl_top p.c_name span {
	font-size: 40px;
}
#top_ttl_top p.c_name txt {	
	font-size: 30px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #0cf;
}
#top_ttl_top p.ttl {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	position: absolute;
	font-size: 45px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #0ff;
	margin-top: -100px;
	margin-left: 850px;
	padding: 20px;
	line-height: 30px;
	text-align: right;
}

#top_ttl_top p.sub_t {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	position: absolute;
	font-size: 35px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	color: #FFF;
	margin-top: -250px;
	margin-left: 50px;
	padding: 10px;
}
#top_ttl img {
	width: 1200px;
}
#top_ttl_top p.ttl {
	display: none;
	/* font-size: 35px;
	margin-top: -90px;
	margin-left: 500px;
	padding: 15px;
	line-height: 20px; */
}

#msg {
	display: flex;
	background-color: #eff;
	border: 1px solid #06f;
	border-radius: 20px;
	width: 100%;
	padding: 10px;
	margin-top: 2em;
}
@media only screen and (min-width: 769px) {
	
	#msg .img_sp {
		display: none;
	}
}

#msg .img_pc {
	width: 55%;
}
#msg .img_pc img {
	width: 600px;
	border-radius: 20px;
	margin-top: 2em;
}
#msg .msg {
	/* border: 2px solid #aaa; */
	border-radius: 20px;
	width: 45%;
	padding: 1em;
	margin: 1em;
}

#msg .title_pc {
	font-size: 30px;
	font-weight: 600;
	color: #00a;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#msg .title_pc span {
	font-size: 25px;
}
#msg p.sub_t {
	font-size: 20px;
	font-weight: 600;
}
#msg .msg p.cmn_btn a {
	color: #FFF;
	background-color: #06f;
	border: 2px solid rgb(4, 4, 153);
}
#msg .msg .txt {
	font-size:15px;
	font-weight: 550;
	color: #00f;
}
#msg .msg .txt2 {
	font-size: 15px;
}
#msg .msg .txt3 {
	font-size: 15px;
}
#msg .msg .txt2 span {
	font-size: 15px;
	font-weight: 550;
	color: #00f;
}

/* 挨拶 */
#top_greeting {
	background-color: #eff;
	border: 1px solid #06f;
	/* box-shadow : 0px 0px 3px rgba(0, 0, 0, 0.2); */
	border-radius: 20px;
	clear: both;
	padding: 30px 0;
	margin-top: 20px;
}
#top_greeting h3 {
	color: #00f;
	text-align: left;
	font-size: 25px;
	margin-left: 10%;
	margin-bottom: 20px;
}
#top_greeting .txt {
	color: #06f;
	text-align: left;
	font-size: 18px;
	line-height: 2;
	margin-left: 5%;
}

#top_menu {
	display: flex;
	border: 1px solid #CCC;
	border-radius: 20px;
	width: 100%;
	padding: 10px;
	margin-top: 2em;
}
@media only screen and (min-width: 769px) {
	#top_menu .img_sp {
		display: none;
	}
}
#top_menu:before {
	top: auto;
	bottom: 0;
	height: 448px;
}
#top_menu .box {
	width: 530px;
	border-radius: 20px;
	box-shadow : 0px 0px 3px rgba(0, 0, 0, 0.2);
	background: #f3fff4;
	margin-bottom: 20px;
	position: relative;
	padding-top: 30px;
}
#top_menu .box:before {
	content: "";
	position: absolute;
	width: 430px;
	height: 5px;
	/* background: #00cc00; */
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_menu .box h3 {
	font-size: 28px;
	color: #003300;
	line-height: 10px;
	margin-bottom: 15px;
}
#top_menu .box h4 {
	font-size: 24px;
	color: #006600;
	line-height: 20px;
	margin-bottom: 15px;
}
#top_menu .box .img {
	text-align: center;
	margin-bottom: 40px;
}
#top_menu .box .img img {
	border-radius: 10px;
}
#top_menu .box .cmn_btn {
	text-align: center;
	margin-bottom: 50px;
}
/* お知らせ */
#top_info {
	box-shadow : 0px 0px 3px rgba(0, 0, 0, 0.2);
	background-color: rgb(242, 243, 228);
	border-radius: 10px;
	width: 80%;
	padding-top: 50px;
	padding-left: 30px;
	margin: 0 auto;
}
#top_info h3 {
	color: #003300;
	padding-left: 10px;
}
#top_info dl {
	border-bottom: 1px solid #c9caca;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#top_info dl dt {
	color: #006600;
	padding-left: 20px;
}

/* notice ntc */
#notice {
	border: 1px solid #aaa;
	border-radius: 20px;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;

}
#notice .title {
	width: 50%;
	/* background: rgb(0,0,0,0.5); */
	border-radius: 20px;
	font-size: 22px;
	font-weight: 600;
	color: #030;
	text-align: center;
	padding: 3px;
	margin-top: 10px;
	margin-left: 30px;
	margin: auto;
}
#notice .title a {
	text-decoration: none;
}
#notice .title a:link {
	color: #030;
}
/* #notice span {
	color: #FFF;
} */
#notice .title span {
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	/* color: rgb(224, 240, 116); */
}




/*--------------------------------------------------
	事業内容・実績
--------------------------------------------------*/
/* ここから新設 */
/* PCのみの設定 */
@media only screen and (min-width: 769px){
	#svc {
		background-color: #FFF;
		max-width: 1200px;
		margin: 0 auto;
	}
	#svc .tbl td {
		padding-left: 1em;
	}
	#svc .tbl td span {
		font-weight: 600;
	}
	#svc .td_ttl {
		background-color: rgb(230, 249, 253);
		font-weight: 600;
	}
	#end_txt {
		text-align: left;
		padding-left: 1em;
		color: #00a;
	}
	#svc .sp_hr {
		display: none;
	}
	#svc .tbl 
}
  /* タブレットのみの設定 */
@media only screen and (max-width: 768px){
	#svc .tbl tr.sp {
		display: none;
	}
}
/* ここまで新設 */



#works .txt {
	text-align: center;
	margin-bottom: 40px;
}
#works .txt img {
	margin-right: 10px;
	position: relative;
	top: -3px;
}
#works .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#works .flex p {
	margin-bottom: 25px;
}

	/* 施工実績 */
#jiseki {
	display: flex;
	background-color: #b0cfe4;
	width: 100%;
}
#jiseki .box {
	display: flex;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px;
	width: 90%;
	margin: 10px;
	position: relative;
	border: solid 2px #000000;
}
#jiseki .box a {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
/* マウスオーバー時に色変更*/
#jiseki .box a:hover{
    opacity: 0.1;
    background-color: #000000;
}
#jiseki img {		
	width: 50%;
	border-radius: 10px;
}
#jiseki p {
	font-size: 18px;
	font-weight: 600;
	color: #003300;
	padding: 10px;
}
#jiseki span {
	font-size: 16px;
	color: #006600;
	font-weight: 500;
	line-height: 1em;

}
#click p {
	font-size: 16px;
	color: #F00;
	font-weight: 600;
	text-align: center;

}

/* 求人情報 */
#end_txt {
	margin-top: -50px;
	padding: 2em;
	text-align: center;
}
/* 会社概要　map */
#map {
	background-color: #FFF;
	width: 90%;
	margin: 0 auto;
	padding: 3%;
}
#map p {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}
#map iframe {
	width: 100%;
	border-radius: 10px;
}
/*--------------------------------------------------
	お問い合せ
--------------------------------------------------*/
#mailform {
	margin-bottom: -4em;
}
#mailform .tbl {
	margin: 20px 0;
}
#mailform .tbl th {
	vertical-align: top;
}
#mailform .tbl th .need {
	float: right;
	padding: 1px 10px;
	background: #06479d;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
}
#mailform .btn input {
	width: 350px;
	height: 50px;
	background: #f4f4f4;
	border: 1px solid #00f;
	border-radius: 30px;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
	color: #6e6e6e;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}

#mailform .button input {
	width: 350px;
	height: 50px;
	background: #00f;
	border: 1px solid #00f;
	border-radius: 30px;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
/*#mailform .btn input+input {
	background: #006600;
	border-color: #006600;
	color: #ffffff;
}*/

#mailform .tbl input[type="text"], #mailform .tbl textarea {
	width: 100%;
	box-sizing: border-box;
}
#mailform .tbl textarea {
	display: block;
}
#mailform .tbl input.wno {
	width: 100px;
}
#mailform p.cen {
	margin-bottom: 2em;
}
#mailform .btn p.end {
	width: 80%;
	color: #00f;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1em;
}
#mailform .btn p.end span {
	color: #f00;
	font-weight: 600;
}
