/*
Theme Name: KLC CP
Version:1.1
Author: KLC
 */
.services-property-container{
 .customer__box {
    display: block;
	 padding-top: 0px;
 }
.customer__voice {
    display: flex;
	gap: 40px;
	@media screen and (max-width: 768px) {
   flex-direction: column;
  }
}
 .customer__voice-list {
    flex-basis: 50%;
	 margin-top: 0px;
  }
	.voice-headline{
		text-align: center;
		h2{
			font-size: 48px;
			color: #529C52;
			 @media screen and (max-width: 768px){
	            font-size: 28px;
	         }
        }
		span{
			font-size: 20px;
			background: linear-gradient(#e7000000 60%, #f9f702 40%);
		}
}
 .customer__voice-heading {
    border-bottom: none; 
  }
  .top-back-btn a {
    background-color: #0077d8;
  }
	
	.sp{
		display: none;
	}
	 @media screen and (max-width: 768px){
		 .pc{
			 display: none;
		 }
		 .sp{
			 display: block;
		 }
	 }
	.check{
		h3 {
      text-align: center;
      background-color: white;
      width: 540px;
      margin-inline: auto;
      border-radius: 72px;
      font-size: 32px;
      box-sizing: border-box;
     }
		span{
		color:	#529C52;
		font-size: 32px;
		}
		 @media screen and (max-width: 768px){
			 h3{
			 font-size: 20px;
	         width: 90%;	
	         padding: 12px;
			 }
			 span{
				 font-size: 20px;
			 }
	    }
	}
  .customer__voice-text {
	  height: 240px!important;
  }
  .top-back-btn a {
    background-color: #0077d8!important;
 }
.cm-biography-box {
padding-bottom: 30px;
	.utility-btn {
	 display: none;
     }
	hr{
    background-color: #529C52!important;
    height: 1px;
    border: none;
	}
  }
     .contact-tel-box {
       padding: 2% 24% 5% 24%;
    }
}
/* 監修者情報 */
.souzoku-guide__supervisor {
	border: solid 1px black;
	padding: 24px;
    display: flex;
	justify-content: space-between;
	gap: 10px;
	font-size: 14px;
	@media screen and (max-width: 480px){
	flex-direction: column;
	align-items: center;
	br{
	  display: none;
	}
    }
	h3{
	  margin-bottom: 10px;
	}
	ul{
		margin-top: 10px;
	}
	.s-left {
		max-width: 150px;
		text-align: center;
		span{
		background-color: #529C52;
		color: white;
		width: 120px;
		text-align: center;
		display: block;
		margin-inline: auto;
		margin-top: 8px;
		}
    }
}

/* ポップアップコンテナ */
.popup-overlay-bg {
	background: rgb(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
  }
  .popup-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	min-width: 280px;
	max-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	-webkit-animation: fadein .5s;
	-moz-animation: fadein .5s;
	-ms-animation: fadein 0.5s;
	-o-animation: fadein .5s;
	animation: fadein .5s
  }
  .popup-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 29px;
	height: 29px;
	display: flex;
	border: 1px solid #fff;
	align-items: center;
	justify-content: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 999999;
  }
  .popup-close:after, .popup-close:before {
	width: 14px;
	height: 2px;
	content: "";
	position: absolute;
	left: 7px;
	top: 12px;
	background: #667075
  }
  .popup-close:before {
	-ms-transform: rotate(-45deg);
	transform: rotateZ(-45deg)
  }
  .popup-close:after {
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg)
  }
  .popup-close {
	width: 23px;
	height: 23px
  }
  .popup-close:after, .popup-close:before {
	width: 11px;
	height: 2px;
	left: 6px;
	top: 9px
  }
  .popup-inner img {
	max-width: 100%;
	max-height: 500px;
	opacity: 1!important;
  }
  #popup {
	display: none;
  }

/* ガイドブックフォーム */
 .mw_wp_form_input{
	 .prev{
		 display: none!important;		
	   }
	     .prev::after {
		    display: none;
        }	
	 .ag-c {
		 display: none;
      }
	 }
	 .g-thanks{
		 text-align: center;
		 max-width: 1200px;
		 margin-inline: auto;
	 }
     .ne{
	  margin-top: 40px;
     }
.utility-btn.gh {
    max-width: 300px;
    text-align: center;
    margin-bottom: 120px;
    margin-top: 60px;
}
.mw_wp_form_preview{
	.g-wrapper{
		.check-p{
			display: none!important;
		}
	}
	.guide-p {
		display: none!important;
    }
}
	.ag-c {
		display: block;
		text-align: center;
    }
.g-thanks-b{
	a{
	   padding: 4% 28%;
	}
	@media screen and (min-width: 767.98px) {
    .about-kv_btn_text::after {
        left: 70%;
    }
  }
}
.g-th-link{
	color: #529C52;
}
.guide-head {
    text-align: center;
    font-weight: 800;
    color: #529C52;
    margin-top: 60px;
    margin-bottom: 40px;
	font-size: 32px;
	padding: 0 12px;
}
.guide-p {
    text-align: center;
	padding: 0 12px;
 }
.g-wrapper{
 background-color: #f0f6f0;
 padding: 64px 0px;
 margin-top: 32px;
 .guide-book {
    display: flex;
    gap: 60px;
	max-width: 1280px;
    margin-inline: auto;
	justify-content: center;
	 @media screen and (max-width: 1080px){
	flex-direction: column;
    }
	.l {
    padding: 24px;
	flex-grow: 1;
	img{
		max-width: 600px;
		width: 100%;
		min-width: 400px;
		margin-inline: auto;
		 @media screen and (max-width: 600px){
	     min-width: unset;
        }
	 }
    }
	.r {
    padding: 24px;
    max-width: 600px;
    border-radius: 24px;
	margin-inline: auto;
		p{
			display: flex;
			margin-bottom: 6px;
		}
   }
	.gh {
    font-weight: 900;
    font-size: 20px;
    }
	input{
		height: 40px;
		border-radius: 8px;
	}
	.alert {
        border-radius: 24px;
        width: fit-content;
        display: block;
        font-size: 12px;
        padding-left: 6px;
		color: #529C52;
		padding-top: 4px;
   }
	.mwform-radio-field{
		label{
		 display: flex;
         align-content: center;
         align-items: center;
		}
	}
	.radio-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    }
	button {
    display: block;
    width: 300px;
    background-color: #529c52;
    color: white;
    padding: 8px;
    border-radius: 24px;
    margin-inline: auto;
    margin-top: 32px;
    }
	.check-p{
		display: flex;
        align-items: center;
		label{
		height: 40px;
    	display: inline-block;
    	display: flex;
    	align-items: center;
		}
		a{
			color: #529C52;
		}
	}
	.c-s {
    width: 300px;
    background-color: #529c52;
    color: white;
    margin-inline: auto;
    display: block;
    border: none;
    border-radius: 36px;
	height: 40px;
    font-size: 18px;
    font-weight: 700;
	position: relative;
		&:hover{
			cursor: pointer;
			opacity: 1;
		}
    }
	     .g-btn {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #529C52;
    border-radius: 1000px;
    color: #fff;
    line-height: 2.1;
    position: relative;
	max-width: 400px;
	margin-top: 32px;
    margin-inline: auto;
	padding: 12px;
	&:hover::after {
    -webkit-animation: arrowlong02 1s ease forwards;
    animation: arrowlong02 1s ease forwards;
      }
    }
.g-btn::after {
    content: "";
    background-image: url(/wp-content/themes/KLC/asset/img/w-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center right;
    top: 50%;
    left: 77.2%;
    left: 72%;
    -webkit-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
    width: 8.2vw;
    height: 1.8vw;
    width: 35px;
    height: 10px;
    z-index: 3;
    }
	 
	.g-input {
    margin-bottom: 24px;
	 input{
	  border: 2px solid #529C52;
	  }
	 input[type="text"], input[type="email"]{
		padding-left: 8px;
	  }
		  @media screen and (max-width: 600px){
			  input[type="text"], input[type="email"]{
				   width: 90%;
			  }
        }
   }
	.check-p input[type="checkbox"].policy {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid green;
  border-radius: 4px;
  background-color: #fff;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 8px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s, border-color 0.2s;
}

.check-p input[type="checkbox"].policy:checked {
  background-color: green;
  border-color: green;
}

.check-p input[type="checkbox"].policy::before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  top: 1px;
  left: 6px;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

.check-p input[type="checkbox"].policy:checked::before {
  opacity: 1;
}

.check-p input[type="checkbox"].policy:focus {
  box-shadow: 0 0 0 2px rgba(0, 128, 0, 0.3);
}

.check-p > span:last-of-type {
    vertical-align: middle;
}

  }
}
p.t-alert {
    text-align: center;
	font-weight: bold;
}
.page-id-4309{
	p.t-alert {
   display: none;
 }
}
.mw_wp_form_send_error {
    display: none;
}

/* サイドバー */
.s-white-paper-banner {
    padding: 4px;
    margin-bottom: 24px;
	border: solid 2px #519d53;
	:hover{
	 opacity: 0.8;
	}
}

/* spバナー */
.souzoku-banner-header__cta {
    text-align: center;
}
/* spナビボタン */
.sp-nav_nav-list_box_list-contact {
    width: 80%;
}

.intro__city{
 width: 90%;
@media screen and (max-width: 768px) {
 width: 100%;
}
}