/*
Theme Name: Watanabe Juken
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
.sub-section-title {
	background-color: #119ac4;
  color:#ffffff;
  margin-bottom: 1rem !important;
  padding: 10px 15px;
	border-right: solid 2px #888888;
	border-bottom: solid 3px #888888;
}

.vk_post_title_new {
    background: #ff653e;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
	display:none;
}
/*--- モバイル下部ボタン ---*/
/*.btn, a.btn, button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0 !important;
}*/
.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 765px;
  margin: 0px auto 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
a.btn-pc-sp {
  line-height: 1.4;
  width: 50%;
  padding: 0.75rem 0;
/*  border-radius: 100vh;*/
  color: #ffff;
}
a.btn-pc-sp--contact {
  color: #fff;
  background-color: var(--vk-color-primary);
}
a.btn-pc-sp--tel {
  color: #fff;
  background: #2c7b3e;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
.mobile-fix-nav{
	background-color: #0000009c !important;
}
.works-h5{
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
}
/*--- /モバイル下部ボタン ---*/

/*--- 施工事例（新築）---*/
/*h1 プラグインHead and footerへ */
.works_catchcopy{
}
.works_image-main{
  text-align: center;
}
.works-talbearea{
	margin: 3rem 0;
}
.works-imgare{
/*    background: linear-gradient(135deg,rgb(223,245,255) 0%,rgb(250,241,230) 75%);
	padding:20px;*/
}
.works-imgare-bottom{
	margin-bottom: 2rem;
}
/*プラグインHead and footerへ */
/*
.wp-block-image img:not([style*=object-fit]) {
    height: 300px !important;
    object-fit: cover !important;
    width: 100% !important;
}
*/
/*--- /施工事例（新築） ---*/


/*--- 施工事例 ---*/
.custompost_h1{
  position: relative;;
  font-size: 20px;
  padding: 7px 0;
  text-align: center;
  margin: 1.5em 0;
}
.custompost_h1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #ff6900;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custompost_h2{
	font-size:2rem;
  text-align: center;
	border:none;
	margin-bottom:1.5rem;
}

.custompost_category{
	margin-bottom:4em;
	text-align: center;
  font-size:0.85rem;
}
.custompost_category_tag{
  padding: 0.5em 1em;
  margin: 2em 0.75em 2em 0;
  background: #3c8b86;
	border-radius:20px;
}
.custompost_category_tag a{
	color:#fff;
	font-weight: bold;
  pointer-events: none
}

.custompost_explanation  p {
  line-height: 1.75;
}
/*--- /施工事例 ---*/

/*--- 問い合わせフォーム ---*/
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}
.contact7 dt {
	font-weight: normal;
}

/* 必須マーク */
.contact7 .must {
	background: #d63636;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}

}
.form-nai{
	font-weight:bold;
	border-bottom:solid 1px;
	font-size:90%;
	padding-left:5px;
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}


}
/*--- /問い合わせフォーム ---*/

/*reCAPTHAマーク設定*/
.grecaptcha-badge { visibility: hidden; }
p.recapcha-text { font-size: 11px; text-align: center;}
