/* small 画面サイズ480px以下 */

/* ページトップにもどる */
#page-top{
    position: fixed;
    bottom: 30px;
    right: 20px;
}

#page-top a{
    width: 50px;
    text-align: center;
	display: block;
    text-decoration: none;
    border-radius: 50px;
	background: #fff;
	border: 2px solid #3874e4;
}

#page-top a:hover{
	text-decoration: none;
	background: #3874e4;
}

#page-top a img{
	width: 35%;
	margin: 0 auto;
	padding: 17px 0;
	display: block;
}


/* スライドショー */
#viewer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 71% 0 0 0;
	overflow: hidden;
	position: relative;
	background: url("../common/images/sp_bg4.jpg") no-repeat center 0;
	background-size: contain;
}

#viewer img{
	width: 100%;
	height: auto;
	position: absolute;
    top: 0;
    left: 0;
}

#main{
	width: 900px;
	margin: 0 auto 70px auto;
}

.top_read h1{
	width: 90%;
	margin: 40px auto;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	font-family: "Sawarabi Mincho", sans-serif;
	font-weight: normal;
}


/* お知らせ */
#info{
	max-width: 100%;
	padding: 30px;
	background: #f8f8f8;
}

#info h2{
	margin-bottom: 30px;
	color: #727272;
	text-align: center;
	font-size: 30px;
	font-family: "Sawarabi Mincho", sans-serif;
	font-weight: normal;
}

#info table{
	max-width: 100%;
	margin: 0 auto;
}

#info table tbody{display: inline;}

#info table tr{
	width: 100%;
	padding: 20px 0;
	text-align: left;
	border-top: 1px solid #333;
	display: block;
	border-collapse: collapse;
}

#info table tr:last-child{border-bottom: 1px solid #333;}

#info table th,td{display: block;}

#info table th{
	width: 100%;
	margin-bottom: 5px;
	display: block;
	color: #3874e4;
	font-weight: bold;
}


/* プライバシーポリシー */
#privacy{
	line-height: 32px;
	font-size: 18px;
}

#privacy h1{
	padding: 25px 0;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	background: #7f7f7f;
}

#privacy #main{
	width: 90%;
	margin: 30px auto 0;
}

#privacy #main div.text{
	margin: 40px 0;
	padding-left: 2em;
	font-size: 15px;
	line-height: 25px;
}

#privacy #main span.title{
	margin-bottom: 10px;
	display: block;
	color: #3874e4;
	text-indent: -1em;
	font-size: 22px;
	font-weight: bold;
}

#privacy #main ul li{
	list-style: disc;
	padding-left: 2em;
	text-indent: -1em;
	list-style-position: inside;
}

/* サイトマップ */
#sitemap{
	line-height: 32px;
	font-size: 18px;
}

#sitemap h1{
	padding: 25px 0;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	background: #7f7f7f;
}

#sitemap #main{max-width: 90%; margin-top: 40px;}

#sitemap #main .left,#sitemap #main .right{width: 100%;}

#sitemap #main a{color: #000; text-decoration: none;}
#sitemap #main a:hover{color: #ccc;}

#sitemap #main .icon{color: #3874e4;}

#sitemap #main .pagelink{
	padding: 20px 0 20px 10px;
	border-top: 1px solid #000;
}

#sitemap #main .pagelink_end{
	padding: 20px 0 20px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#sitemap #main .sp_first{
	border-top: none;
}

#sitemap #main ul{padding-left: 1.5em;}

#sitemap #main ul li{
	height: 25px;
	font-size: 15px;
	list-style-type: none;
}

#sitemap #main .pagelink ul li:before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #3874e4;
	position: relative;
	left: -5px;
	top: -2px;
}


/* 会社案内 */
#profile .title{
	height: 200px;
	text-align: center;
	background: url("../profile/pc_profile.jpg") no-repeat center -80px;
	background-color: #fff;
}

#profile h1{
	margin: 70px auto 0;
	padding: 20px 10px 20px 20px;
	color: #fff;
	text-align: center;
	letter-spacing: 13px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 30px;
	font-weight: normal;
	display: inline-block;
	background-color: rgba( 0, 0, 0, 0.6 );
}

/* 会社案内・事業内容 共通 */
ul.suv_navi{
	padding: 15px 0 15px 15%;
	border-bottom: 1px solid #3874e4;
}

ul.suv_navi li{
	width: 140px;
	display: inline-block;
	color: #3874e4;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
}

ul.suv_navi li a{text-decoration: none;}

.fa-large{
	margin-right: 5px;
	color: #666;
	vertical-align: sub;
	font-size: 30px !important;
}

.item_title{
	margin-bottom: 25px;
	color: #3874e4;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.item_title .sub_title{
	margin-top: 10px;
	display: block;
	font-size: 17px;
}

.down{
	margin-top: 60px;
	text-align: center;
}

#profile #main{width: 90%;}
#profile #main #greeting img{width: 100%; height: auto;}

#profile #main #greeting{
	padding-top: 70px;
	line-height: 30px;
}

/* 企業概要 */
#profile #main #overview,
#profile #main #history,
#profile #main #shikaku{
	padding-top: 40px;
}

#profile #main #overview table th,#profile #main #overview table td,
#profile #main #history table th,#profile #main #history table td,
#profile #main #shikaku table th,#profile #main #shikaku table td{
	padding: 10px 0;
	vertical-align: middle;
}

#profile #main #overview table th,
#profile #main #history table th,
#profile #main #shikaku table th{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background: #d9d9d9;
}

#profile #main #overview table td{
	width: 90%;
	margin-bottom: 10px;
	padding: 5%;
	background: #f2f2f2;
}

#profile #main #overview table td p{
	margin-bottom: 5px !important;
	display: inline-block;
	vertical-align: middle;
}

#profile #main #overview table td p.location{
	width: 100%;
	font-weight: bold;
	border-right: none;
}

/* 沿革 */
#profile #main #history table td{
	width: 90%;
	margin-bottom: 10px;
	padding: 5%;
	background: #f2f2f2;
}

/* 有資格者一覧 */
#profile #main #shikaku table{width: 100% !important;}

#profile #main #shikaku table th{
	width: 100%;
	margin-top: 10px;
}

#profile #main #shikaku table td{
	width: 90% !important;
	padding: 5%;
	background: #f2f2f2;
	border-bottom: 2px solid #fff;
}

#profile #main #shikaku table td.sp_togo{
	padding: 5% 5% 0 5%;
	text-align: center;
	font-size: 110%;
	border: none;
}

#profile #main #shikaku table td.sp_togo02{
	padding: 5% 5% 0 5%;
	text-align: center;
	font-size: 110%;
	border-top: 10px solid #fff;
	border-bottom: none;
}

#profile #main #shikaku table td.sp_group{border-bottom: 10px solid #fff;}

#profile #main #shikaku table td span{float: right;}

#profile #main #shikaku table td span:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#profile #main #shikaku table td p{
	display: inline-block;
	vertical-align: middle;
}

#profile #main #shikaku table td p.bumon{
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}

#profile #main #shikaku table td p.details{width: 100%;}


/* 事業内容 */
/*タイトル */
#constr .title{
	height: 200px;
	text-align: center;
	background: url("../constr/pc_constr.jpg") no-repeat center -95px;
	background-color: #fff;
}

#constr .title h1{
	margin: 70px auto 0;
	padding: 20px 10px 20px 20px;
	color: #fff;
	text-align: center;
	letter-spacing: 13px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 30px;
	font-weight: normal;
	display: inline-block;
	background-color: rgba( 0, 0, 0, 0.6 );
}
#constr ul.suv_navi li{width: 160px;}

#constr #main{width: 90%;}
#constr #main #infra{margin-top: 70px;}

#constr .item img.main{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#constr .item .example{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	line-height: 23px;
}

#constr .item .example .ex_title{
	margin: 20px 0 10px 0;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #ccc;
}

#constr .item .example a{
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

#constr .item .example a:hover{color: #ccc;}

#bousai{
	width: 90%;
	margin: 70px 0;
	padding: 30px 5%;
	background: #f5f8fb;
}

#bousai .item{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#tenken{padding-top: 70px;}

