/*##################################################################/*
/* --------------------------------
* Keyvisual
* -------------------------------- */
.child_key_v {
  background-image: url(../images/bg_child_main_4.jpg);
  min-height: 92px;
  height: 134px;
}
.child_key_v .copy_area h2 {
	font-size: 2.2rem;
	margin-bottom: 0;
	line-height: 30px;
}
.child_key_v .copy_area {
	padding: 55px 0 9px;
}
th {
	vertical-align: top;
}
.subnav_area {
	position: fixed;
	left: 0;
	top: 84px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 50;
}
.subnav_area {
	display: none !important;
}
.child_key_v .copy_area h2,
.child_key_v .copy_area p {
  color: #000;
}

.subnav_area .subnav_list li:nth-child(1) a {
  border-color: rgba(255, 255, 255, 1);
}

/* --------------------------------
* Main Contents
* -------------------------------- */

.form_inquiry th,
.form_inquiry td {
  display: table-cell;
  font-size: 1.4rem;
}

.form_inquiry input[type*="submit"] {
	margin: 40px auto 20px;
}

.prplbtn{
    position: relative;
    display: flex;
}

.prplbtn .error{
    position: absolute;
    top: 2em;
}

.privacy_policy_link a{
	text-decoration: underline;
}
/*.child_key_v .copy_area p {*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*}*/
.child_key_v .copy_area p span {
	font-weight: normal !important;
}
/*##################################################################/*
/* --------------------------------
 * SP
 * -------------------------------- */
@media screen and (max-width: 768px) {
	.frame_box .btn_green {
		max-width: 320px;
	}

	.form_inquiry th,
	.form_inquiry td {
  		display: block;
		width: 100%;
  	font-size: 1.4rem;
	}
	.subnav_area {
	  top: 80px;
	}
	.form_inquiry input[type="text"], .form_inquiry input[type="email"], .form_inquiry textarea {
		width: 100%;
	}
	.child_key_v {
		height: 126px;
	}
	.child_key_v .copy_area {
		padding: 50px 0 0px;
	}
	.child_key_v .copy_area p {
		padding-top: 1.5rem;
		line-height: 13px;
		font-size: 1rem;
		text-align: left;
	}
	.child_key_v .copy_area h2 {
		font-size: 1.6rem;
		line-height: 20px;
	}
	.key_v .btn_lang, .child_key_v .btn_lang {
		bottom: -50px;
		right: 10px;
	}

}

/* 20th Campaign Settings */
.child_key_v {
  background: url("../images/sub-key_20th-freequote_pc.webp") right center / cover no-repeat;
}

.child_key_v .copy_area h2 {
  color: #333;
}

@media screen and (max-width: 768px) {
  .child_key_v {
    background: url("../images/sub-key_20th-freequote_sp.webp") right center / cover no-repeat;
  }

  .child_key_v .copy_area h2 {
    text-align: left;
  }
}

@media screen and (max-width: 425px) {
  .child_key_v .copy_area h2 {
    text-shadow: 0px 0px 10px rgba(50, 43, 35, 1);
    color: #fff;
  }
  
  .child_key_v .copy_area p span {
    text-shadow: 0px 0px 10px rgba(50, 43, 35, 1);
    color: #fff;
  }
}
