@charset "utf-8";
/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select, option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

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

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

*:focus {
  outline: none;
}


/* contact-form
-----------------------------------------------------------------*/
.contact-form{
	width: 100%;
	background-image: url(../img/sp/bg-dot.webp);
	background-color: #FFF6ED;
	background-size: 10px;
	background-repeat: repeat;
	box-sizing: border-box;
  padding: 50px 0 30px;
	margin: 0 auto;
}
@media (min-width: 440px){
.contact-form{
  padding: 90px 0 60px 0;
}
}

.contact-form .wrap{
	width: 100%;
  padding: 0 5%;
	box-sizing: border-box;
}
@media (min-width: 440px){
.contact-form .wrap{
  max-width: calc(900px + 5% + 5%);
	padding: 0 5%;
	margin: 0 auto;
}
}

.contact-form .form-inner{
	width: 100%;
	box-sizing: border-box;
  background-color: #FFF;
  padding: 30px 5% 10px ;
  margin: 20px 0 0 0;
}
@media (min-width: 440px){
.contact-form .form-inner{
  padding: 46px 60px 20px;
  margin: 30px 0 0 0;
}
}

.contact-form .form-ttl{
	color: #424242;
	width: 100%;
  font-size: 2.4rem;
	font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
	text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 440px){
.contact-form .form-ttl{
  font-size: 3.0rem;
}
}

.contact-form .text-wrap{
  padding: 0 2%;
}
@media (min-width: 440px){
.contact-form .text-wrap{
  padding: 0 1%;
}
}

.contact-form p.head{
  color: #424242;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 440px){
.contact-form p.head{
  font-size: 1.7rem;
  line-height: 1;
}
}

.contact-form p.text{
  color: #424242;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 440px){
.contact-form p.text{
  font-size: 1.4rem;
}
}

.contact-form .form-accord .form-accord__cont .form-warning{
  font-size: 1.5rem;
  color: #FFF;
  line-height: 2;
  padding: 26px 0 0;
}


/* form
-----------------------------------------------------------------*/
.form-inner .form{
  width: 100%;
	text-align: left;
}

.form-inner .form dl{
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 440px){
.form-inner .form dl{
  margin-bottom: 26px;
}
}

.form-inner .form dl.radio{
  padding-bottom: 0px;
  border-bottom: 1px solid #bbb;
}

.form-inner .form dl dt,
.form-inner .form dl dd{
  width: 100%;
  display: block;
}

.form-inner .form dl dt{
  font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.08em;
  border-left: 4px solid #ff7602;
	display: flex;
	align-items: center;
	box-sizing: border-box;
  padding: 0 0 1px 8px;
  margin-bottom: 10px;
}
@media (min-width: 440px){
.form-inner .form dl dt{
	font-size: 1.55rem;
  border-left: 5px solid #ff7602;
  padding: 0 0 1px 8px;
  margin-bottom: 12px;
}
}

.form-inner .form dl .req::after{
  content: "必須";
	color: #FFF;
  font-size: 1.1rem;
	line-height: 1;
  background: #e5f3fa;
	background: #ff7602;
  padding: 3px 4px 4px;
	margin: 0 0 0 5px;
}

.form-inner .form dl dd input[type="text"],
.form-inner .form dl dd input[type="email"],
.form-inner .form dl dd input[type="tel"]{
  width: 100%;
  border: 1px solid #dbdbdb;
  border: 1px solid #bbb;
  font-size: 1.5rem;
	padding: 16px 18px;
  border-radius: 5px;
	box-sizing: border-box;
}

.form-inner .form dl dd input[type="checkbox"]{
  transform: scale(1.4);
  margin: 0 10px 0 0;
}

.form-inner .form dl dd.input-checkbox .checkbox{
	display: inline-block;
	margin-right: 14px;
}
@media (min-width: 440px){
.form-inner .form dl dd.input-checkbox .checkbox{
  margin-right: 20px;
}
}

.form-inner .form dl dd.input-checkbox .wpcf7-list-item-label{
  vertical-align: 0.1em;
}

.form-inner .form dl dd.input-checkbox{
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 16px;
}
@media (min-width: 440px){
.form-inner .form dl dd.input-checkbox{
  font-size: 1.5rem;
}
}

.form-inner .form dl dd.input-checkbox a{
  text-decoration: underline;
}

.form-inner .form dl dd.input-radio .radio{
  display: block;
	margin-right: 14px;
}
@media (min-width: 440px){
.form-inner .form dl dd.input-radio .radio{
  display: inline-block;
	margin-right: 20px;
}
}

.wpcf7-list-item{
  display: block;
}
@media (min-width: 440px){
.wpcf7-list-item{
  display: inline-block;
}
}

.wpcf7-list-item {
    margin: 0 1.4em 0 0.3em;
}

.form-inner .form dl dd textarea{
  width: 100%!important;
	height: 12em!important;
  border: 1px solid #bbb;
  font-size: 1.5rem;
  font-weight: 400!important;
  line-height: 1.6;
	padding: 16px 18px;
  border-radius: 5px;
	box-sizing: border-box;
}
@media (min-width: 960px){
.form-inner .form dl dd textarea{
	height: 10em!important;
}
}

.form-inner .form dl dd select{
  color: #000;
	font-size: 1.6rem;
  border: 1px solid #bbb;
	padding: 16px 18px;
  border-radius: 5px;
}

::placeholder {
  color: #aaa;
}

.form-inner .form dl dd{
  margin-right: 14px;
}

.form-inner .form dl dd{
	margin-bottom: 10px;
}

.form-table-choice select:invalid{
  color: #aaa;
}

.form-inner .form dl dd.input-select .choice-ttl{
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 6px;
	font-feature-settings: "palt" 1;
  display: flex;
	align-items: center;
	box-sizing: border-box;
}

.form-inner .form dl dd.input-select select{
  width: 100%;
	font-size: 1.6rem;
  position: relative;
}

.form-inner .form dl dd.input-select .select-wrap{
  position: relative;
}

.form-inner .form dl dd.input-select .select-wrap::before{
	content: " ";
  width: 10px;
  height: 5px;
	background: url("../img/common/drop_icon.png") no-repeat;
  background-position: center;
	background-size: cover;
  pointer-events: none;
  margin: 0 0 -2.5px 0;
	position: absolute;
  bottom: 50%;
	right: 18px;
}

.form .input-name {
  position: relative;
}

.form .input-name::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
	width: 22px;
	height: 22px;
  border: solid 1px #0089cd;
  border-radius: 50%;
	background: url(../img/common/check-solid.svg) center / 16px no-repeat;
  opacity: 0;
  transition: .1s;
}


/* submit
-----------------------------------------------------------------*/
.submit-block{
  width: 100%;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  padding: 20px 0 0 0;
}

.submit{
  color: #FFF;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .06em;
	border-radius: 8px!important;
  background: #df688c;
  display: block;
  box-sizing: border-box;
  padding: 20px 0;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media (min-width: 440px){
.submit{
  width: 60%;
  font-size: 1.8rem;
  padding: 20px 0;
}
}

@media (min-width: 960px){
.submit:hover{
  opacity: 0.6;
}
}

.form-btn button.disabled {
  background: #ccc;
}


/* サンクスページ
-----------------------------------------------------------------*/
#thanks .contact-form{
  width: 100%;
  height: calc(100dvh - 70px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 440px){
#thanks .contact-form{
  height: calc(100dvh - 74px);
}
}

#thanks .contact-form .wrap{
  margin-top: -50px;
}

#thanks .thanks-inner{
	width: 100%;
	box-sizing: border-box;
  background-color: #FFF;
  padding: 40px 5% 40px ;
  margin: 30px 0 0 0;
}
@media (min-width: 440px){
#thanks .thanks-inner{
  padding: 50px 40px 48px;
  margin: 40px 0 0 0;
}
}

.thanks .form-ttl {
  text-align: center;
}

.thanks-ttl {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
  text-align: center;
}
@media (min-width: 440px){
.thanks-ttl {
  font-size: 1.9rem;
}
}

.btn-block{
  width: 100%;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  padding-top: 26px;
}
@media (min-width: 440px){
.btn-block{
  padding-top: 26px;
}
}

.btn-block a{
  color: #FFF;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .06em;
	border-radius: 8px;
  background: #df688c;
  display: block;
  box-sizing: border-box;
  padding: 18px 0;
  transition: all 0.3s ease;
}
@media (min-width: 440px){
.btn-block a{
  width: 70%;
  font-size: 1.7rem;
  padding: 18px 0;
}
}

@media (min-width: 960px){
.btn-block a:hover{
  opacity: 0.6;
}
}
