@charset "utf-8";
/* =======================================

page.css - 個別ページ用

========================================== */
/* =============================================================================
TOP用
========================================================================== */
/* TOPイメージ基本 */
.top_jumbotoron{
	position: relative;
    width: 100%;
    height: 800px;
    background: url(../images/common/bg_top.png?ver1)  center center #ccc;
    background-size: cover;
	margin-bottom: 0;
	border-radius: 0;
}

.top_jumbotoron h2.catch {
	position: absolute;
	top: 600px;
	color: #fff;
	font-size: 20px;
	line-height: 150%;
}

/*TOPイメージスライド*/
.slide_jumbotoron{
    padding: 0;
    margin-bottom: 40px;
}
.carousel-item .img-fluid {
  width:100%;
  height:400px;
}
.carousel-item img{
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-item a {
  display: block;
  width:100%;
}
.carousel-item .show-image {
  display: block;
  width:100%;
}

#top_news{
}

.btn_news{
	position: absolute;
	top: 15px;
	right: 0;
	width: 150px;
	text-align: center;
	font-size: 14px;
	padding: 3px;
	border: 1px solid #000;
	border-radius: 15px;
}
.btn_news:hover{
	color: #fff;
	background-color: #3C78BC;
	border: 1px solid #3C78BC;
	border-radius: 15px;
}

#top_news table{
    width: 100%;
}
#top_news tr{
}
#top_news tr th{
    
}
#top_news tr th .date{
    padding: 0.5em 0;
    vertical-align: middle;
    width: 25%;
    float: left;
    font-weight: bold;
    line-height: 1;
}
#top_news tr td{
    padding: 0.5em 0;
    vertical-align: middle;
    width: 75%;
}

.li_basic span{
    position: relative;
	top: 5px;
	margin-right: 15px;
}

/* ------------------------------
企業情報
------------------------------ */
.tbl_history{
	color: #fff;
}
.tbl_history th.symbol {
	position: relative;
	top: -9px;
	width: 5%;
	font-size: 44px;
}
.tbl_history th.symbol:before {
	content:"";
	position:absolute;
	left:50%;
	top:35%;
	background:#fff;
	width:1px;
	height:100%;
}
.tbl_history th,
.tbl_history td {
	background:none;
	border:none;
	padding: 7px;
}

/* ------------------------------
PCグラウト調査
------------------------------ */
.reserch h4{
	font-size: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.reserch img{
	float: left;
	margin-bottom: 10px;
}

/* ------------------------------
プライバシーポリシー
------------------------------ */
.privacy_list li {
	margin-bottom: 10px;
}

/* ------------------------------
ニュース
------------------------------ */
#news .date{
    padding: 0.5em 0;
    font-weight: bold;
    line-height: 1;
	margin-bottom: 20px;
}
#news p{
	margin-bottom: 40px;
}

#news img{
	float: left;
	margin-bottom: 20px;
}

/* ------------------------------
お問合わせ
------------------------------ */
.tel_no{
	font-size: 32px;
	line-height: 1.5;
	color: #3C78BC;
}

.box_contact {
	max-width: 100%;
	padding: 2rem ;
	margin-bottom: 20px;
	background-color: #E5E5E5;
}
.tbl_contact {
	width: 100%;
}
.tbl_contact th,
.tbl_contact td {
	padding: 0.5rem 0;
}
.tbl_contact th {
	width: 25%;
}
.tbl_contact td {
	width: 75%;
}
.tbl_contact th span {
	color: #F00;
	font-weight: normal;
}
.tbl_contact p {
	font-size: 14px;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

#mailformpro input{
	width: 100%;
}
#mailformpro textarea {
	width: 100% !important;
	height: 200px !important;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
	text-shadow: none !important;
	border: none !important;
	border-radius: none !important;
	padding: 0 10px !important;
	background: #3C78BC !important;
	width: 268px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	vertical-align: middle;
}
.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
	background: #fff !important;
	box-shadow: none !important;
	border: 1px solid #3C78BC !important;
	color: #3C78BC;
}

.c_privacy {
	border: 1px solid #000;
	padding: 2%;
	height: 300px;
	overflow-y: scroll; 
}

/* =============================================================================
768px以下（スマホ）
========================================================================== */
@media screen and (max-width: 768px) {

.top_jumbotoron{
    height: 500px;
}
	
.top_jumbotoron h2.catch {
	top: 300px;
}
	
.carousel-item .img-fluid {
  height:500px;
}

/* -----------------
お問い合わせ（スマホ）
-------------------- */    
.box_contact {
	padding: 1rem;
}

    
}