
/* application_form用CSS */
.application-form {
  width: 95%;
  margin-top: 30px;
}

.application-form .table-container table.list td input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  margin: 5px 0;
  border: thin solid gray;
  width: 97%;
  padding: 6.4px 8px;
  border-radius: 5px;
}

.application-form span.required {
  font-size: 7px;
  padding: 5px;
  background: #e67c7cd4;
  color: #fff;
  border-radius: 2px;
  margin-left: 5px;
  position: relative;
  bottom: 1px;
  white-space: nowrap;
}

.application-form .table-container table.list td input.zip {
  width: 15% !important;
}

@media (max-width: 767px) {
  .application-form .table-container table.list td input.zip {
    width: 80px !important;
  }
}

.application-form .table-container table.list td input.phone-number {
  width: 10% !important;
}

@media (max-width: 767px) {
  .application-form .table-container table.list td input.phone-number {
    width: 50px !important;
  }
}

/* .application-form .table-container .buttons {
  display: flex;
  justify-content: center;
  margin: 20px;
} */

/* .application-form .table-container .button {
  width: 24rem;
  height: 5rem;
  border-radius: 2.5rem;
  padding: 0 2rem;
  margin: 20px;
  font-size: 1.8rem;
  line-height: 1;
  background-color: var(--color-gray);
  color: var(--color-white);
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
} */

/* .application-form .table-container .button :hover {
  background-color: var(--color-secondary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
 */


/* !!!!!!!!!!!! */
.application-form .hidden {
  display: none;
}





	body {
		background: radial-gradient(circle 1200px at 0 15%, rgba(226, 235, 255, .9) 0%, rgba(240, 235, 244, .8) 45%, rgba(240, 235, 244, 0) 100%) no-repeat, url(../images/common/bg_01.webp) top right no-repeat;
		background-size: auto, cover;
	}
	.site-header .main-navigation,
	.site-footer #dlForm,
	.site-footer .footerLinkContainer {
		display: none;
	}
	.l-main {
		position: relative;
		padding-top: 0;
		z-index: 2;
	}


/* ============================================================================
appSection
============================================================================*/
	.appSection {
			padding-bottom: clamp(40px, 8vw, 80px);
	}
	.appSection .appWrapper {
		padding: clamp(40px, 8vw, 60px) 0; 
		background: rgb(255, 255, 255, 0.4);
	}
	.appSection .appWrapper.contents {
		width: min(90% ,900px);
	}
	.appSection .appWrapper .appWrap {
		width: min(90% ,600px);
		margin: 0 auto;
	}


@media (max-width:991px){
	.appSection .appWrapper {
		padding:0 0;
		background: none;
	}
	.appSection .appWrapper .appWrap {
		width: min(100% ,800px);
	}
}


	.appSection h1 {
		text-align: center;
	}


/* appFormInputBox--------------------*/

	.appFormInputBox .required-mark,
	.appFormInputBox .error {
		color: #D10C64;
	}
	.appFormInputBox .error {
		font-size:1.1rem;
		font-weight: 600;;
	}

	.appFormInputBox .appFormUnit {
		display: flex;
		align-items: center;
		padding: 1.15em 0;
		border-bottom: 1px solid #B0C7EF;
	}
	.appFormInputBox .ttl {
		width: 14rem;
		font-weight: 700;
		color: var(--color-bk-accent);
	}
	.appFormInputBox .inputBox {
		width: calc(100% - 14rem);

	}


	.appFormInputBox .inputBox input[type=email],
	.appFormInputBox .inputBox input[type=number],
	.appFormInputBox .inputBox input[type=password],
	.appFormInputBox .inputBox input[type=search],
	.appFormInputBox .inputBox input[type=tel],
	.appFormInputBox .inputBox input[type=text],
	.appFormInputBox .inputBox input[type=url],
	.appFormInputBox .inputBox select,
	.appFormInputBox .inputBox textarea {
		padding: 8px 8px;
		width: 100%;
		border-color: #C3D2DD;
		border-radius: 8px;
		background: #fff;
	}
	.appFormInputBox .inputBox input::placeholder,
	.appFormInputBox .inputBox textarea::placeholder {
		color: #B4B4B4;
	}


	.appFormInputBox .inputBox input:focus,
	.appFormInputBox .inputBox textarea:focus,
	.appFormInputBox .inputBox select:focus {
		border:1px solid var(--color-bl-01);
}


/* ボタン */
	.appWrap .buttons {
		display: flex;
		justify-content: center;
		text-align: center;
		padding-top:2em;
	}
	.appWrap .buttons button {
		display: block;
		width: min(80% ,280px);
		padding: 16px 24px;
		color: #fff;;
		background: linear-gradient(90deg, #1AA1D3 50%, #6CC7F0);
		font-size:1.5rem;
		font-weight: 600;
		border-radius: 100px;
	}
	.appWrap .caption {
		text-align: center;
		padding-top: 1.5rem;
		font-size: 0.9rem;
	}


	/* 戻るボタン */
	.appWrap .buttons button.btn-back {
		margin-right: 8px;
		width: 120px;
		background: none;
		color: #555;
		border: 1px solid #999;
	}
	#step-confirm .appWrap .caption {
		display: block;
	}


/* 住所 */
	#step-input .appFormInputBox .inputBox.addressBox .zip {
		width: 10rem;
		margin-bottom: 5px;
	}

/* 電話番号 */
	#step-input .appFormInputBox .inputBox.phoneBox {
		max-width: 300px;
	}
	#step-input .appFormInputBox .inputBox.phoneBox .inner {
		display: flex;
		align-items: center;
	}
	#step-input .appFormInputBox .inputBox.phoneBox .inner .phone-number {	
		margin: 0 3px;
	}
	#step-input .appFormInputBox .inputBox.phoneBox .inner .phone-number:nth-child(1) {
		margin-left:0;
	}


/* 名前 */
	#step-input .appFormInputBox .inputBox#form-name {
		max-width: 300px;
	}


/* ご利用規約 */
	.appFormInputBox .inputBox.termsBox .termsElement {
		font-size: 1.6rem;
		background: rgb(249 208 208 / 50%);
		padding: 5px 15px;
		border-radius: 6px;
	}
	.appFormInputBox .inputBox.termsBox .termsElement input {
		margin-right: 5px;
	}




@media (max-width: 767px) {
	.appFormInputBox .appFormUnit {
		display: block;
		align-items: center;
	}
	.appFormInputBox .ttl {
		width: 100%;
	}
	.appFormInputBox .inputBox {
		width: 100%;
		padding: 0.2em 0;
	}

	.appFormInputBox .inputBox input[type=email],
	.appFormInputBox .inputBox input[type=number],
	.appFormInputBox .inputBox input[type=password],
	.appFormInputBox .inputBox input[type=search],
	.appFormInputBox .inputBox input[type=tel],
	.appFormInputBox .inputBox input[type=text],
	.appFormInputBox .inputBox input[type=url],
	.appFormInputBox .inputBox select,
	.appFormInputBox .inputBox textarea {
		padding: 8px 8px;
	}

	.appFormInputBox button {
		font-size:1.4rem;
	}
}


/* form-info--------------------*/
	.form-info {
		padding-top:2em;
		text-align: center;
	}

/* caption-recaptcha--------------------*/
	.caption-recaptcha {
    padding-top: 1.5rem;
    font-size: 0.9rem;
    margin-inline: auto;
    max-inline-size: max-content;
}