
input[type="date"] {
	border: 1px solid #c9d2d8;
    color: inherit;
    font-size: 16px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"] {
    -webkit-appearance: none;
    
}

input[type="date"]::-webkit-date-and-time-value,
input[type="time"]::-webkit-date-and-time-value {
    text-align: left;
}

/* マーク
========================================== */

#form .req {
	background: #D4442A;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	line-height: 1;
	padding: 3px 8px;
	display: inline-block;
	margin-left: 1em;
}

/* フォームテーブル
========================================== */

#form .form-tit {
	margin-top: 40px;
	padding-bottom: 40px;
}
#form input {
	max-width: 440px;
	border-radius: 5px;
}
#form input.w150 {
	max-width: 150px;
}
#form table tr td ul {}
#form table tr td ul.col {
	display: flex;
	flex-wrap: wrap;
}
#form table tr td ul.col li {
}
#form table tr td ul.col li + li {
	padding-left: 1em;
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	#form table tr td ul.col.col02_sp {
		gap: 5px;
	}
	#form table tr td ul.col.col02_sp li {
		width: 48%;
	}
	#form table tr td ul.col.col02_sp li + li {
		padding-left: 0;
	}
}
#form table tr td ul li+li {
	margin-top: .5em;
}

/* 送信ボタン
========================================== */

#form .form-submit {
	margin-top: 40px;
	padding-bottom: 40px;
}
#form .form-submit button {
	background: url(../img/common/ic_cir_arr_wh.svg)no-repeat right 2em center #302AD4;
	text-align: center;
	color: #fff;
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 30px 0;
	border-radius: 60px;
	line-height: 1;
	font-size: 18px;
}

/* チェックボックス装飾
========================================== */

.point-checkbox {
	position: relative;
}
.point-checkbox label {
	position: absolute;
	left: 74px;
	top: 20px;
}
.point-checkbox:has(:checked) label {
	color: #fff;
}
.point-checkbox input[type=checkbox] {
	border: none;
	border: 0 none;
	box-sizing: border-box;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.point-checkbox input[type=checkbox]::after {
	content: "";
	width: 26px;
	height: 26px;
	display: block;
	background: #fff;
	border-radius: 36px;
	border: 5px solid #fff;
	position: absolute;
	top: 14px;
	left: 20px;
	z-index: 10;
}
.point-checkbox input[type=checkbox]:checked::after {
	background: #D4442A;
}
.point-checkbox input[type=checkbox]::before {
	content: "";
	width: 220px;
	height: 60px;
	display: block;
	background: #E5E5E5;
	display: inline-block;
	border-radius: 32px;
	display: block;
	color: #505050;
	cursor: pointer;
}
.point-checkbox input[type=checkbox]:checked::before {
	background: #1C294F;
}
@media only screen and (max-width: 767px) {
	.point-checkbox {
		height: 60px;
	}
	.point-checkbox input[type=checkbox]::before {
	}
}

/* サンクスページ
========================================== */

main#thanks {

}
main#thanks dl {
	padding-top: 230px;
	background: url(../img/common/ic_thanks.svg) center top no-repeat;
	padding-bottom: 70px;
}
main#thanks dl dt {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
main#thanks dl dd {
	text-align: center;
	margin-top: 52px;
}
@media only screen and (max-width: 767px) {
	main#thanks dl {
		background-size: 120px;
		padding-top: 160px;
	}
	main#thanks dl dt {
		font-size: 28px;
	}
	main#thanks dl dd {
		font-size: 14px;
		line-height: 2;
	}
}

select {
	background: url(../img/common/ic_arr_btm_bl.svg) no-repeat right 1em center;
	padding-right: 3em;
	background-size: 10px;
}