@charset "UTF-8";
/*
    Theme Name: LIFE-HONDA
    Description: life-honda
    Version: 1.0.0
    Author: botandesign Co., Ltd.
    Template: swell
*/


/*====== 共通 ======*/
/*ページ名非表示*/
.c-pageTitle{
	display: none;
}
/*ページタイトル上余白*/
.l-content{
	padding-top: 0;
}
/*スペーサー表示*/
.lh-spacer{
	display: block;  
}
@media (min-width: 680px) {
.lh-spacer{
	display: none;
}
}
/*h4*/
.post_content h4{
	border-left: none;
	text-align: center;
	padding: 1em 0;
	border-bottom: 1px solid #1e2a5e;
	color: #1e2a5e;
}	

/*====== フォーム ======*/
/*フォーム*/
.lh_form {
    max-width: 100%;
    margin: 2em auto 0;
    overflow: hidden;
}

/* Form Row */
.lh_form-row {
    display: grid;
    grid-template-columns: 1fr;
	border-bottom: none;
	margin-bottom: 20px;
}
.lh_form-row {
    border-bottom: 2px solid #f7f8f8;
}
.lh_form-row:last-child { 
border-bottom: none; 
}
@media (min-width: 680px) {
.lh_form {
    grid-template-columns: 220px 1fr;	
    max-width: 1200px;
}	
}

/* Label Cell */
.lh_form-label {
    padding: 10px 20px;
    display: flex;
    gap: 1px;
    font-weight: 600;
	  font-size: .9em;
	  justify-content: flex-start;
		align-items: flex-end;	
}

.lh_form-title{
    text-align: left;
}
@media (min-width: 680px) {
.lh_form-label {
	   padding: 15px 20px;
     gap: 10px;	
     border-bottom: none;
     align-items: flex-start;
	   justify-content: flex-start;
     padding-top: 20px;
		 align-items: center;
    }
}
.lh_tag {
    margin-right: .5em;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
	padding: .5em;
    white-space: nowrap;
}
.lh_tag-required { background: #f22f21; }
.lh_tag-optional { background: #737373; }

/* Field Cell */
.lh_form-field {
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (min-width: 680px) {
	.lh_form-field {
    padding: 16px 20px;		
	}
}

/* Inputs */
.lh_ph::placeholder {
    color: #bfc0c4;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    width: 100%;
    border: 1px solid #f7f8f8;
    border-radius: 5px;
    padding: 9px 12px;
    font-size: 0.9em;
    background: #f7f8f8;
    transition: border-color 0.18s, box-shadow 0.18s;
    outline: none;
}

.lh_form input:focus,
textarea:focus,
select:focus {
    border-color: #f7f8f8;
    background: #fdfdfd;
}

.lh_form textarea { resize: vertical; min-height: 120px; }

.lh_form .wpcf7-list-item {
    margin: 0 1em 0 0;
}

input[type="checkbox"] {
    vertical-align: middle;
}

/* Radio / Checkbox */
.lh_options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}
.lh_radio-label,
.lh_check-label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    user-select: none;
}
.lh_check-label a {
    color: #f22f21;
}

/* Custom radio*/
.lh_radio-label input[type="radio"],
.lh_check-label input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #f7f8f8;
    border-radius: 50%;
    background: #fff;
    transition: border-color 0.15s, background 0.15s;
    flex-shrink: 0;
    position: relative;
} 

.lh_radio-label input[type="radio"]:checked {
    border-color: #f7f8f8;
    box-shadow: inset 0 0 0 3px #fff;
}

.lh_check-label input[type="checkbox"] {
    border-radius: 4px;
}

.lh_check-label input[type="checkbox"]:checked {
    border-color: #1faed3;
    background: #f7f8f8;
}

.lh_check-label input[type="checkbox"]:checked::after {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    border: 2px solid #1faed3;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(-1px, 0px);
}

.lh_check-label input[type="checkbox"] {
  margin-right: 8px;
}

Inline radio + text input 
.lh_inline-radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lh_inline-radio-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lh_inline-radio-row input[type="text"] {
    max-width: 320px;
}

.lh_form-field .wpcf7-list-item {
  display: block;
  margin: 4px 0;
}

.lh_form-field .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.wpcf7-list-item input[type="checkbox"], .lh_form-field input[type="checkbox"] {
  appearance: auto; 
  flex-shrink: 0;
  width: 20px;
  height: 20px;
	margin-left: 5px;
}

/* Submit */
 .lh_form-submit {
    padding: 24px 20px;
    display: flex;
    justify-content: center;
}

.lh_form-button[type="submit"] {
    padding: 2em;
    color: #fff;
}

.lh_form-submit{
		padding: 48px 0px 12px;
}

.wpcf7-spinner {
	margin: 16px 0;
	width: 0px;
}
.wpcf7 input[type="submit"] {
    background-color: #1e2a5e;
    color: #fff;
    border: none;
    padding: 24px 60px;
    font-size: 1em;
		font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
    opacity: .5;
}

.wpcf7 form .wpcf7-response-output{
		text-align: center;
		margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #0066bb;
		border-radius: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #f22f21;
}


/*====== フッター ======*/
/*フッターロゴ+info*/
.footer_prof_map  span > a{
	margin-left: 2em;
}
.fotter_logoimg img{
	width: 90%;
}

/*フッターライン*/
.footer-line{
	border: 2px solid #1e2a5e;
}

/*フッターメニュー*/
.footer-menu{
  position: fixed;
	bottom: 0;
	width: 30%;
}
	
/*====== ヘッダー電話番号・お問い合わせ ======*/	
.my-button-nobr{
  white-space : nowrap;
}
.wp-block-columns{
  --wp-column-gap: .5em;	
}







/*reCAPTCHA*/
.grecaptcha-badge{
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.recaptcha-notice {
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 20px;
  color: #555;
}

.recaptcha-notice a {
  color: #555;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.recaptcha-notice a:hover {
  color: #333;
}

/* iOSの入力フォーカス時ズーム対策 */
*, *::before, *::after { box-sizing: border-box; }

.m_form input[type="text"],
.m_form input[type="email"],
.m_form input[type="tel"],
.m_form textarea,
.m_form select {
  font-size: 16px;
  width: 100%;
  max-width: 100%;
}