@charset "utf-8";
/* Contact */
::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
	color: #a8a8a8;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
}

@media screen and (max-width: 768px){
    ::-webkit-input-placeholder,
    :-ms-input-placeholder,
    ::placeholder {font-size: 1.6rem;}
}

select,
textarea,
input[type="email"],
input[type="text"] {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	width: 100%;
	outline: none;
	border-radius: 5px;
    background: #fff;
}

@media screen and (max-width: 768px){
    select,
    textarea,
    input[type="email"],
    input[type="text"] {font-size: 1.6rem;}
}

input[type="file"] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2rem;
}

@media screen and (max-width: 768px){
    input[type="file"] {font-size: 1.6rem;}
}

input[type="button"] ,
input[type="submit"] {
	display: block;
	max-width: 300px;
	width: 50%;
	color: #ffffff;
	border: 1px solid #e60012;
	background: #e60012;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	padding: 2rem 0;
	border-radius: 100px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: 0.2s;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	background: #fff;
	color: #e60012;
}

.listBtnConfirm {
	display: flex;    
	justify-content: center;
	gap: 20px;
	margin-top: 4rem;	
}

@media screen and (max-width: 768px){
	input[type="button"] ,
	input[type="submit"] {
		font-size: 2rem;
		padding: 1.2rem 0;
	}
	.listBtnConfirm {
		gap: 10px;
	}
}

/* Form */
.form .formNote {
	font-size: 1.6rem;
	width: 100%;
}

.form .red {
	color: #e60012;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px){
    .form .formNote {font-size: 1.2rem;}
    .form .red {font-size: 1.2rem;}
        
}

.form table {
	width: 100%;
	border-collapse: collapse;
}

.form table th,
.form table td {
	border: 1px solid #ccc;
	padding: 1rem;
	font-weight: normal;
	text-align: left;
}

.form table th {
	width: 230px;
	text-align: center;
	background: #e6e6e6;
}

.form .row {
	display: flex;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	gap: 20px;
	border-bottom: 1px dashed #ccc;
}

.form .alignCenter {
	align-items: center;
}

.form .row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.form .col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form .col .row {
	width: 49%;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0;
}

.form textarea {
	margin-top: 2rem;
}

.form label.error {
	color: #e60012;
	font-size: 1.4rem;
	width: 100%;
}

@media screen and (max-width: 768px){
	.form table th,
	.form table td {
		display: block;
		width: 100%;
		border-bottom: 0;
	}

	.form table tr:last-child td {
		border-bottom: 1px solid #ccc;
	}

	.form .row:not{
		display: block;
	}

	.form .row .colL {
		margin-bottom: 1rem;
	}

	.form .col .row {
		width: 100%;
		margin-bottom: 1rem !important;
	}

	.form .col .row:last-child {
		margin-bottom: 0 !important;
	}
}


/* Confirm */
.confirm h4 {
	font-weight: bold;
	margin-bottom: 4rem;
}

.confirm .error_messe {
	color: #e60012;
	margin-bottom: 1rem;
}

.confirm table td {
	padding: 1rem 2rem;
}

.g-recaptcha{
	display: flex; 
	justify-content: center; 
	margin-top: 40px;
}

/* Thanks */
.thanks {
	text-align: center;	
    font-size: 2.4rem;
    padding: 50px 0;
}

@media screen and (max-width: 768px){
    .thanks {
        font-size: 2rem;
        padding: 30px 0;
    }
}

/* Button Back */
.btn-back{width: 200px; margin: 70px auto 0; border-radius: 40px; background: #e60012; color: #fff; font-weight: bold; position: relative; letter-spacing: 0.075em; transition: .3s; display: block; text-align: center; padding: 6px 0; border: 1px solid #e60012;}
.btn-back i.ic-arrow{position: absolute; top: 50%; left: 20px; transform: translateY(-50%) rotate(180deg);}
.btn-back:hover{background: #fff; color: #e60012;}
.btn-back:hover i.ic-arrow{background: #e60012;}
.btn-back:hover i.ic-arrow::after{background: #e60012; border: solid #fff; border-width: 0 1.5px 1.5px 0;}

@media screen and (max-width: 768px){
    .btn-back{margin: 50px auto 0;}
}

.contact-modal{
	text-align: center;
	color: #e60012;
	font-weight: bold;
	font-size: clamp(1.9rem, 2.6vw, 2.6rem);
	text-decoration: underline;
    text-underline-offset: 0.2em;
	display: block;
	width: fit-content;
	margin: 0 auto clamp(30px, 5vw, 50px);
	letter-spacing: 0.1em;
}
.contact-modal:hover{
	text-decoration: none;
}
  
.form .row .txt-sm{
	white-space: nowrap;
}

.menu-item2 .menu-parent.is-active{
	color: #e60012;
	background: #fff;
}
.menu-item2 .menu-parent.is-active i.ic-arrow{
	background: #e60012;
}
.menu-item2 .menu-parent.is-active i.ic-arrow::after{
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
}
.menu-item2 .menu-parent.is-active:hover{
	background: #e60012;
	color: #fff;
}
.menu-item2 .menu-parent.is-active:hover i.ic-arrow{
	background: #fff;
}
.menu-item2 .menu-parent.is-active:hover i.ic-arrow::after{
	border: solid #e60012;
	border-width: 0 1.5px 1.5px 0;
}

.header-btn_mail a{
	background: #e60012;
    color: #fff;
}
.header-btn_mail a::before {
	background: url(../img/common/ic-mail_white.png) no-repeat top left / 100% 100%;
}