@charset "UTF-8";
/* CSS Document */
.Form{
	width:100%;
	margin: 2rem 0;
}
.Form form input,
.Form form select,
.Form form input,
.Form form textarea{
font-size: 1.6rem;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		 .Form form input,
		.Form form select,
		.Form form input,
		.Form form textarea{
		font-size: 1.4rem;
		}
	}
	@media only screen and (max-width: 559px) {
		.Form form input,
		.Form form select,
		.Form form input,
		.Form form textarea{
		font-size: 1.3rem;
		}
	} 
.Form__select select:focus,
.Form__textarea:focus,
.Form__text:focus{
    outline: 0;
    box-shadow: 0 0 0 2px rgb(102, 203, 203) inset;
}

::placeholder{ 
	color: #aaa;
}
::-webkit-input-placeholder{ 
	color: #aaa;
}
:-ms-input-placeholder{ 
	color: #aaa;
}


.Form__title{
	width:100%;
	padding: 1rem 2rem;
	margin: 2em 0 0 0;
	color:#FFF;
	font-size: 2rem;
	background-color:var(--kblue);
	}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		 .Form__title{
		font-size: 1.8rem;
		}
	}
	@media only screen and (max-width: 559px) {
		.Form__title{
		margin: 1em 0 0 0;
		padding: 1rem;
		font-size: 1.6rem;
		}
	} 
.Form__column{
	width:100%;
	margin: 0;
	position: relative;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: stretch;
	border-bottom:1px solid;
	border-color:var(--gray-line);
	
	}
.Form__column dt{
	width:25%;
	padding: 1.5rem 2rem;
	margin: 0;
	background-color:var(--gray-exlight);
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.Form__column dt{
		padding: 1rem 1.5rem;
		}
	}
	@media only screen and (max-width: 559px) {
		.Form__column dt{
		padding: 1rem 1rem;
		}
	} 
.Form__column dt.required span{
	position: relative;
	width:100%;
	display: block;
	}
	
.Form__column dt.required span::after{
	content: "必須";
	position: absolute;
	right: 0;
	top:0;
	display: inline-block;
	background-color:#ff9470;
	font-size: 1.1rem;
	line-height: 100%;
	padding: 0.5rem 0.5rem;

	color:#FFF;
	}
#wpcf7-f8841-o1 .Form__column dt.required span::after {
	display: inline-block;
	content: "Required";
	}
@media only screen and (min-width: 560px) and (max-width: 1100px) {
 .Form__column dt.required span::after {
     display: flex;
	 flex-direction: column;
	 
	 width:3.6rem;
	 padding: 0.2rem auto;
	position:relative;
	right: auto;
	top:auto;
  }
}
@media only screen and (max-width: 559px) {
.Form__column dt.required span::after {
   position: relative;
   display: inline-block;
   right: auto;
   top:auto;
  }
}

.Form__column dd{
	width:75%;
	padding: 1.5rem 2rem;
	margin: 0;
	}
.Form__column dd p{
	margin-bottom: 0.5em;
	}
.Form__column dd p:not(:first-child){
	margin-top: 1em;
	}
.Form__column dd .note{
	font-size: 1.2rem;
	margin: 0;
	}
.Form__text{
	height:3em;
    width: auto;
    padding: 0 1rem;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	}
@media only screen and (max-width: 559px) {
.Form__text{
width: 100%;
  }
}
.Form__text.-Full{
    width: 100% !important;
	}
.Form__select {
	position: relative;
	}
.Form__select:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    pointer-events: none;
}

.Form__select select {
    height: 3em;
    width: 100%;
    padding: 0 1rem;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
	background-color:var(--gray-exlight);
	
	
	font-size: 1.6rem;
}

.Form__select select::-ms-expand {
    display: none;
}


.Form__textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.Form__agreement{
	margin: 5rem 0 0 0;
	text-align: center;
	border:1px solid #ccc;
	padding: 3rem;
	}
	.Form__agreement p{
	margin-bottom:1em;
	}



.Form__checkbox{
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background-color: var(--gray-exlight);
    border: 1px solid #999;
	border-radius: 2px;
    content: '';
    display: block;
    height: 1.8rem;
    width:1.8rem;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.checkbox01::after {
	border-right: 2px solid #00a8a9;
    border-bottom: 2px solid #00a8a9;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}


.Form .submitButton {
	background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  
  
    display: block;
    width: auto;
	margin: 0 auto;
    padding: 3rem 6rem;
    border: none;
    background-color: var(--kblue-deep);
    color: #fff;
	font-size: 2.4rem;
    
    cursor: pointer;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		.Form .submitButton{
		padding: 2rem 4rem;
		font-size: 2.4rem;
		}
	}
	@media only screen and (max-width: 559px) {
		.Form .submitButton{
		padding: 1.5rem 4rem;
		font-size: 2rem;
		}
	} 
.submitButton[disabled] {
  background-color: #ccc;
  cursor: default; 
}
.submitButton[disabled]:hover {
  background-color: #ccc;
}

.submitButton:hover {
    background-color: var(--kblue);
}
