/* サイト全体 */
a:focus, *:focus {
	outline:none !important;
}
a:hover{
  opacity: .7;
}
ul{
 list-style: inside disc !important;
}
p{
	font-size: 1.6rem;
}
.home .breadcrumbs{
  display: none;
}
.breadcrumbs{
  font-size: 12px;
  margin-bottom: 50px;
}
.breadcrumbs span{
  font-size: 12px;
}
.breadcrumbs img{
  vertical-align: sub;
  width: 16px;
}
.breadcrumbs .current-item > span{
	display: none !important;
}
/* コンテンツ幅 */
.content{
	width: 100%;
}
.entry-content > div > div{
  margin-bottom: 0 !important;
}
/* ヘッダー部分 */
.site-header{
  padding: 10px 0 0 !important;
}
.title-area h1{
  font-size: 11px;
  margin: 0;
  padding: 0 15px;
}
.nav-primary ul.menu{
	width: 100%;
  margin: 0 !important;
}
.banner .banner-title{
	font-size: 2.8rem !important;
  text-shadow: 0px 0px 4px #232323;
}
.banner{
  background-attachment: unset !important;
  background-repeat: no-repeat;
}
.banner .banner-title span{
	display: blosck;
  font-size: 1.5rem;
}
/* TOP */
.top-company-info{
	padding: 5%;
  background-repeat: no-repeat;
}
.top-company-info img{
  width: 50% !important;
}
.home .banner .banner-title{
	display: none;
}
#home_contents01,
#home_contents02{
  padding: 5% 10% !important;
}
.box{
  position: relative;
}
.box::after{
  clear: both;
  content: "";
  display: block;
}
#home_contents01 .box .box_detail{
  background: rgba(0,92,218,0.5);
  left: 0;
  padding: 5% 10%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
#home_contents02 .box .box_detail{
  background: rgba(0,92,218,0.5);
  right: 0;
  padding: 5% 10%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
.box .box_detail dl{
  color: #fff;
  font-weight: bold;
}
.box .box_detail dl dt{
  font-size: 24px;
  margin-bottom: 30px;
  border-left: 2px solid #fff;
	-webkit-transform: skewX(200deg);
	-moz-transform: skewX(200deg);
  transform: skewX(200deg);
}
.box .box_detail dl dt >span{
  display: block;
	transform: skewX(-200deg);
	padding: 0 15px;
}
.box .box_detail dl dd{
  line-height: 2;
  margin: 0;
}
.box .box_detail a{
  background: url("https://saneisoiru.com/wp-content/uploads/2019/03/arrow_right.svg") !important;
  background-position: 95% center !important;
  background-repeat: no-repeat !important;
  background-size: 7% !important;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 3% 25%;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
.box .box_detail a:hover{
  opacity: .7;
}
#home_contents01 .box .box_img{
  float: right;
  padding-top: 5%;
  position: relative;
  width: 75%;
  z-index: 0;
}
#home_contents02 .box .box_img{
  padding-top: 5%;
  position: relative;
  width: 75%;
  z-index: 0;
}
#home_contents03{
  padding: 5% 0 10%;
}
#home_contents03 img{
  margin: 0 0 0 50%;
  width: 50%;
}
#home_contents03 .btnArea{
  text-align: right;
}
#home_contents03 .btnArea a{
  background: url("https://saneisoiru.com/wp-content/uploads/2019/03/arrow_right_bl.svg") !important;
  background-position: 95% center !important;
  background-repeat: no-repeat !important;
  background-size: 6% !important;
  border: 2px solid #005cda;
  border-radius: 5px;
  color: #005cda;
  display: inline-block;
  font-weight: bold;
  padding: 1.7% 14%;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
#home_contents03 .btnArea a:hover{
  opacity: .7;
}
/* メニュー */
.omega-nav-menu li{
	padding: 5px 10px;
  font-weight: bold;
}
#menu-menu-1 li:last-child{
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  vertical-align: middle;
  line-height: 1em;
  overflow:hidden;
  font-weight: normal;
  padding: 0;
  position: erlative;
  margin-left: 40px;
}
#menu-menu-1 li:last-child > a {
	background: linear-gradient(180deg, #00bdf6, #00a8ff, #008ef8);
  -webkit-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  overflow:hidden;
  padding: 10px 18px;
}
#menu-menu-1 li:last-child a{
	color: #fff !important;
}
.site-header{
	padding: 36px 0 0px 0px;
}
/* 見出し */
.sectionTitle h3{
 	 text-align: center !important;
   position: relative;
   margin-bottom: 2em;
   font-weight: bold;
}
.sectionTitle h3::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    display: inline-block;
    width: 60px;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(90deg, #f3dc24 50%, #3d90e2 51%, #3d90e2 100%);
    border-radius: 2px;
}
.heading h4{
  padding-top: 10px;
  text-align: center;
}
.heading h4 span{
  position: relative;
  line-height: 1.4;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
.heading h4 span:before{ 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
  border-left: solid 1px #666666;
  border-top: solid 1px #666666;
  top:0;
  left: 0;
}
.heading h4 span:after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  bottom:0;
  right: 0;
}
h5{
  border-left: 4px solid #194bd8;
  padding: 2px 0;
}
h5 > span{
  box-shadow: 0 1px 0 #8f8c8c;
  padding: 5px 0;
  position: relative;
  right: 4px;
}
h5 > span > span{
  border-bottom: 1px solid #8f8c8c;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2px 16px 6px 12px;
  position: relative;
  right: 0;
  top: 1px;
}
/* フッター */
.footer-widgets{
	background: url("/wp-content/uploads/2019/03/footer_background.png");
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.footer-widgets::after{
  background: rgba(255,255,255,0.5);
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.footer-widgets > div > div {
  float: none;
  position: relative;
  width: 100%;
  z-index: 2;
}
.footer-widgets ul{
  display: flex;
  justify-content: center;
}
.footer-widgets ul li{
	color: #040000 !important;
}
.footer-widgets ul li:last-child a span{
  display: none !important;
}
.footer-widgets ul li a{
  font-weight: bold;
  margin: 0 12px;
  font-size: 1.6rem;
}
.site-footer{
  background: #060404;
  padding: 10px 0;
  color: #fff;
}
.footer_info{
  color: #000;
  text-align: center;
}
.credit{
  display: none !important;
}
/* テーブル */
.recruit .column-1, .company .column-1{
	background: #eaeaea;
  color: #040000;
}
.recruit td, .company row-1 {
	border-bottom: 1px dotted #b5b5b5;
}
.recruit, .company{
	font-size: 1.5rem;
}
.recruit td > a{
	color: #478ded !important;
  text-decoration: none !important;
}
/* お問い合わせ contactform_ver*/
.contact p{
  text-align: center;
}
table.contact,
table.contact tr{
  width: 100%;
}
table.contact td:first-child{
  width: 17%;
}
table.contact td:nth-child(2){
  width: 13%;
}
table.contact td:last-child{
  width: 70%;
}
table.contact td span.required {
  display: inline-block;
	background: #000;
  background: #ff0606;
	padding: 2px 10px;
	color: #fff;
  margin-left: 10px;
  font-size: 12px;
	vertical-align: middle;
}
table.contact td, table.contact tr{
	border: none !important;
}
form > p{
	text-align: center;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
	background: #316cb4;
	border-radius: 4px;
  text-align: center;
  width: 30%;
}
.attention{
  font-size: 12px;
  margin: 30px 0;
  text-align: center;
}
.attention p{
  color: #666;
  font-size: 12px;
}
/* お問い合わせ  MW WP Form_ver*/
table{
	border: none;
}
table span.required{
  display: inline-block;
	background: #000;
  background: #ff0606;
	padding: 2px 10px;
	color: #fff;
  margin-left: 10px;
  font-size: 12px;
	vertical-align: middle;
}
input, select, textarea{
	border-radius: 6px;
}
input[type="text"],
input[type="email"],
select,
textarea{
  width: 100%;
}
.attention > span{
 color: #000;
}
.policy,
.policy span{
	color: #478ded;
  text-decoration: none !important;
}
/* 土木工事 */
.content_box_right,
.content_box_left{
  font-weight: bold;
	margin: 30px 0;
}
.content_box_right::after,
.content_box_left::after{
	clear: both;
	content: "";
	display: block;
}
.content_box_right .headingArea{
  position: absolute;
  left: 15%;
  top: 42%;
}
.content_box_left .headingArea{
  position: absolute;
  right: 27%;
  top: 42%;
}
.content_box_right .headingArea h4,
.content_box_left .headingArea h4{
  color: #fff;
}
.content_box_right .headingArea h4 span,
.content_box_left .headingArea h4 span{
  border-bottom: 5px solid #fff;
  padding-bottom: 5px;
}
.content_box_right img,
.content_box_left img{
  width: 100%;
}
.content_box_right .content_box_detail{
	float: left;
	margin-left: 10%;
  width: 40%;
}
.content_box_left .content_box_detail{
	float: left;
	margin-right: 10%;
  width: 40%;
}
.content_box_right p,
.content_box_left p{
  padding: 5%;
}
.content_box_right .content_box_img,
.content_box_left .content_box_img{
	float: left;
  position: relative;
  width: 50%;
}
.full-contents p{
	padding: 5%;
}
/*
#pgc-21-1-0, #pgc-21-1-1, #pgc-21-2-0, #pgc-21-2-1, #pgc-21-3-0, #pgc-21-3-1{
	width: calc(50% - ( 0.5 * 0px ) ) !important;
}
*/
.text-on_right h5{
	color: #fff;
	font-weight: bold;
  border-bottom: 4px solid #fff;
	padding: 20% 15%;
}
.text-on_left h5{
	color: #fff;
	font-weight: bold;
  border-bottom: 4px solid #fff;
	padding: 20% 25%;
	text-align: right;
}
.lattice {
	background-image: linear-gradient( transparent 95%, rgb(243, 243, 243) 5% ), linear-gradient( 90deg, transparent 95%, rgb(243, 243, 243) 5% );
	background-size: 20px 20px;
	background-repeat: repeat;
}
.lattice p{
  padding: 2% 4%;
}
/* 地盤調査・各種試験 ・ 地盤改良工事 */
.service_about{
  font-weight: bold;
  margin-bottom: 30px;
  padding: 5%;
}
.service_about p{
  margin-bottom: 0 !important;
}
.service_list{
  margin: 50px 0 !important;
}
/* CTAバナー */
.cta,
.cta_sp{
  position: relative;
}
.cta_sp{
  margin: 30px 0 0;
}
.cta > a,
.cta_sp > a{
  display: block;
  position: relative;
  z-index: 0;
}
.cta .btnContact{
  position: absolute;
  z-index: 1;
  right: 1%;
  bottom: 8%;
  width: 37%;
}
.cta_sp .btnContact{
  position: absolute;
  z-index: 1;
  left: 5%;
  bottom: 5%;
  width: 90%;
}
.cta .btnContact a,
.cta_sp .btnContact a{
  display: inline-block;
}
.cta .btnContact a img,
.cta_sp .btnContact a img{
  width: 100%;
}
/* プライバシーポリシー */
/*キービジュアル削除*/
.singular-page-393 .banner{
	display: none !important;
}
dl dt {
    font-size: 1.5rem;
}
dl dd {
	margin: 5px 0 30px 0;
	font-size: 1.5rem;
	line-height: 2.4rem;
}
ul.recruit {
  list-style-type: square !important;
  text-indent: -0.8em;
  margin: 0 0 30px 20px;
}
/* media query
------------------------------------------------------------*/
@media screen and (min-width: 1170px){

}
@media screen and (max-width: 1169px) and (min-width: 992px){
  #home_contents01 .box .box_detail,
  #home_contents02 .box .box_detail{
    padding: 3%;
  }
  .box .box_detail dl{
    font-size: 12px;
  }
  .box .box_detail dl dt{
    font-size: 20px;
    margin-bottom: 15px;
  }
	.box .box_detail a{
		font-size: 14px;
		padding: 2% 25%;
	}
	.content_box_right .content_box_detail{
		margin-left: 0;
		width: 50%;
	}
	.content_box_right p, .content_box_left p{
		font-size: 12px;
		padding: 5%;
	}
}
@media screen and (max-width: 991px) and (min-width: 769px){
  #home_contents01 .box .box_detail,
  #home_contents02 .box .box_detail{
    padding: 2%;
    top: -25px;
  }
  .box .box_detail dl{
    font-size: 12px;
    margin: 0 0 15px 5px;
  }
  .box .box_detail dl dt{
    font-size: 20px;
    margin-bottom: 15px;
  }
	.box .box_detail a{
		font-size: 14px;
		padding: 2% 25%;
	}
	.content_box_right .content_box_detail{
		margin-left: 0;
		width: 50%;
	}
	.content_box_right p, .content_box_left p{
		font-size: 12px;
		padding: 0 5%;
	}
}
@media screen and (min-width: 769px){
  .only_pc{
    display: block;
  }
  .only_sp{
    display: none;
  }
  .cta{
    display: block;
  }
  .cta_sp{
    display: none;
  }
  .banner{
		background-position: center center !important;
	}
  #menu-menu-1 li:last-child a span img{
    display: block;
    margin: 0 auto;
    width: 30px;
  }
}
@media screen and (max-width: 1023px){
  /* ヘッダー */
  .menu-icon{
		top: 15px;
	}
  .nav-primary ul.menu{
    border-top: 3px solid #3d90e2;
    z-index: 10;
    top: 75px;
  }
  .nav-primary ul a{
		border-bottom: 1px solid #f5f5f5;
    padding: 20px;
	}
	#menu-menu-1 li:last-child{
		border-radius: 0 !important;
    margin: 0 !important;
		padding: 0;
	}
	#menu-menu-1 li:last-child > a {
		border-radius: 0 !important;
    display: inline-block;
		padding: 20px;
	}
	.nav-primary li:last-child a span{
    display: inline;
    margin-right: 5px;
		vertical-align: middle;
	}
  #menu-menu-1 li:last-child a span img{
    display: inline !important;
		vertical-align: sub;
		width: 20px !important;
	}
	.banner{
		background-position: center center !important;
	}
}
@media screen and (max-width: 768px){
  .only_pc{
    display: none;
  }
  .only_sp{
    display: block;
    margin-bottom: 30px;
  }
  .cta{
    display: none;
  }
  .cta_sp{
    display: block;
  }
  #menu-menu-1 li:last-child > a{
    display: block !important;
  }
  /* トップページ */
  #home_contents01,
	#home_contents02{
		padding: 5% !important;
	}
	#home_contents01 .box .box_detail,
	#home_contents01 .box .box_img,
	#home_contents02 .box .box_detail,
	#home_contents02 .box .box_img{
		position: relative;
		width: 100%;
	}
  .box .box_detail a{
    width: 100%;
  }
	#home_contents03 img {
		margin: 0 30%;
		width: 40%;
	}
	#home_contents03 .btnArea a{
		width: 100%;
	}
  #menu-menu-1 li:last-child a span img{
    display: inline !important;
		vertical-align: sub;
		width: 20px !important;
	}
  /* その他ページ */
  table th,
  table td{
    font-size: 12px;
  }
  .service_about p{
		padding: 0 !important;
	}
  .service_list{
    margin: 30px 0 0 !important;
  }
	.service_list p{
		margin-bottom: 0 !important;
	}
	.content_box_right .content_box_detail,
	.content_box_left .content_box_detail{
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.content_box_right p,
	.content_box_left p{
		padding: 5% !important;
	}
	.content_box_right .content_box_img,
	.content_box_left .content_box_img{
		width: 100%;
	}
  .content_box_left .content_box_img{
    margin-bottom: 30px;
  }
  .content_box_right .headingArea,
  .content_box_left .headingArea{
    top: 40%;
  }
	.content_box_right .headingArea{
		left: 5%;
	}
  table.contact td:first-child,
	table.contact td:nth-child(2){
		display: inline-block;
		width: auto !important;
	}
	table.contact td:last-child{
		display: block;
    margin-bottom: 15px;
		width: 100%;
	}
  button, input[type="button"], input[type="reset"], input[type="submit"]{
  	width: 100%;
  }
  .attention ul{
    list-style: inside disc;
    margin: 0;
    text-align: left;
  }
  /* フッター */
  .footer-widgets::after{
    background: rgba(255,255,255,0.7);
  }
  .footer-widgets ul{
		display: block;
		text-align: center;
	}
	.footer-widgets ul li a{
		border-bottom: 1px solid rgba(255,255,255,0.7);
		display: block;
    padding: 10px 0;
	}
}
@media screen and (max-width: 640px){
}
@media screen and (max-width: 480px){

}