/*
==========================================================
フォーム共通
==========================================================
*/
input[type=radio],
input[type=checkbox] {
	display: none;
}

.form-area label {
	cursor: pointer;
	margin-right: 15px;
}

::-webkit-input-placeholder {
	color: #ACACAC;
}

/*=======================
テキストボックス
========================*/
form .text,
form textarea {
	background: #fff;
	border: 1px solid var(--color01);
	border-radius: 5px;
	font-size: 16px;
	padding: 10px;
	color: #333;
	width: 60%;
}

form textarea {
	width: 100%;
	min-height: 210px;
}

/*=======================
セレクトボックス
========================*/
select {
	margin-bottom: 5px;
	height: 40px;
	padding: 0 10px;
	font-size: 16px;
}

/*=======================
外観
========================*/
form {
	margin-bottom: 50px;
}

form .tag {
	display: block;
	color: var(--colorW);
	font-size: var(--font10-13);
	font-weight: 400;
	padding: 4px 12px 4px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0, -50%);
}

form .tag.must {
	background: var(--color03);
}

/*=======================
input設定
========================*/

input[type='text'],
input[type='tel']{
	border: 1px solid #ccc;
    border-radius: 8px;
    background: #ffeeee;
    margin: 10px 0;
    padding: 8px 12px;
    width: 100%;
}

input.mail_box {
	width: 60%;
}

input.name_box {
	width: 30%;
	margin: 0 10px;
}

input.tel_box {
	width: 60%;
}

input.text10 {
	width: 10%;
}

input.text20 {
	width: 20%;
}

input.text30 {
	width: 30%;
}

input.text40 {
	width: 40%;
}

input.text50 {
	width: 50%;
}

input.text60 {
	width: 60%;
}

input.text70 {
	width: 70%;
}

input.text80 {
	width: 80%;
}

input.text90 {
	width: 90%;
}

input.text100 {
	width: 100%;
}

input#zip{
	margin: 0 0 1rem;
}

/*数字入力用*/
input[type='tel'].text10 {
	width: 60px;
}

input[type='tel'].text20 {
	width: 60px;
}

#address {
	width: 100%;
}

input[type="submit"] {
	background: var(--color07);
	border-radius: 100px;
	box-shadow: 2px 2px 10px #666;
	color: var(--colorW);
	font-size: 1.3em;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	width: 400px;
	margin: 0 auto;
	padding: 10px 50px;
	-webkit-appearance: none;
}
input[type="submit"]:hover{
	background: var(--color03)
}
input[type="button"] {
	background: var(--color08);
	border-radius: 100px;
	box-shadow: 2px 2px 10px #666;
	margin: 0 0 0 20px;
	padding: 8px 20px;
	line-height: 30px;
}
input[type="button"]:hover{
	background: var(--color09)
}

/*=======================
チェック・セレクトボックス設定
========================*/
.radio,
.checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 50px;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 20px;
	font-size: 16px;
}

.radio:after,
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 24px;
	height: 24px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}

.radio:hover:after,
.checkbox:hover:after {
	border-color: #888;
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 6px;
	left: 21px;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #888;
	content: '';
	opacity: 0;
}

input[type=radio]:checked+.radio:before {
	opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 3px;
	left: 22px;
	display: block;
	width: 8px;
	height: 14px;
	border-right: 3px solid #FF3808;
	border-bottom: 3px solid #FF3808;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=checkbox]:checked+.checkbox:before {
	opacity: 1;
}

/*=======================
送信ボタン
========================*/
#submit {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0 0;
	text-align: center;
}

#submit p {
	font-size: 16px;
	line-height: 1.8em;
}

form .first {
	margin-bottom: 50px;
}

form .anq_required:after {
	content: "必須";
	color: #FFF;
	font-size: 11px;
	text-align: center;
	line-height: 1em;
	background-color: #F60;
	border-radius: 3px;
	margin: 0 0 0 10px;
	padding: 3px 5px 2px 5px;
	width: 3em;
}

/*
==========================================================
フォーム / プライバシーポリシー共通
==========================================================
*/
#privacy {
	padding: 0px;
	margin: 30px 0px 40px 0px;
}

#privacy .pv {
	text-align: left;
	margin: 0px;
	padding: 40px;
	border: 1px solid #CCC;
}

#privacy .pv .title span {
	display: block;
	background-color: #eeeeee;
	padding: 1rem;
	text-align: center;
	font-weight: 400;
	margin-bottom: 1rem;
	font-size: clamp(1.125rem, 1.018rem + 0.54vw, 1.5rem);
	/*1440/24 -320/18*/
}

#privacy .pv .obi {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
	border-bottom: solid 1px #000;
}

#privacy .pv dl {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
}

#privacy .pv dl :last-child {
	border-bottom: none;
}

#privacy .pv dl dt {
	width: 100% !important;
	margin-bottom: 0.5rem;
	font-weight: 700;
}

#privacy .pvbox .pv dl dd {
	line-height: 1.5em;
	width: 100% !important;
}

#privacy .pvbox {
	display: none;
}

#privacy .pvbox p {
	text-align: left;
	margin-bottom: 2rem !important;
}

#privacy .open {
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}

#privacy .open span {
	color: #06C;
	text-decoration: underline;
	font-size: 16px;
}

#privacy .pvbox ol.ol2 {
	margin: 2rem 0 0 2rem;
	list-style: disc;
}

#privacy .sub {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	color: #666;
}

.accept_ck>label {
	text-align: center;
	display: block;
}

/*---------------------------------------
確認画面（エラー）
---------------------------------------*/
.confirm {
	width: 90%;
	margin: 0 auto;
}

.form-area h4 {
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	margin-bottom: 40px;
	line-height: 1.8em;
}

.form-area .error_messe {
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	color: #B81417;
}

.form-area .css_btn_class {
	width: 80% !important;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	border: none;
	line-height: 50px;
	background-color: #333 !important;
}

.form-area .back_btn {
	text-align: center;
	font-size: 24px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	border: none;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 50px;
	background-color: #ccc;
}

.form-area .css_btn_class:hover,
.form-area .back_btn:hover {
	opacity: 0.7;
}

.form-area .short {
	width: 40%;
}

.form-area .long {
	width: 80%;
}

/*---------------------------------------
確認画面
---------------------------------------*/
.error_box {
	margin: 0 auto;
	padding: 0;
}

dl.error_messe {
	margin: 5% auto;
	color: #DE0407;
	display: flex;
	justify-content: center;
}

dl.error_messe dt {
	width: 50%;
	text-align: right;
}

dl.error_messe dd {
	width: 50%;
}

.err_msg {
	color: red;
}

.error_box .button_back,
#confirm_submit .button_back {
	background: var(--color06);
    border-radius: 8px;
    color: var(--colorW);
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding: 1rem 2rem;
	transition: all ease 0.8s;
}

.error_box .button_back:hover,
#confirm_submit .button_back:hover {
	background: var(--color12);
    color: var(--color01);
}

/*=======================
確認画面の送信ボタン
========================*/
ul#submit {
	width: 100%;
	margin: 0 auto;
	padding: 0%;
	text-align: center;
}

ul#submit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:1rem;
	margin: 10% auto 0;
}

ul#submit li {
	/* width: 48%; */
	margin: 0 0 20px;
}
.confirm_text {
	margin: 0 auto 8%;
}

@media screen and (max-width: 768px) {

	form {
		margin: 0 0;
		padding: 0;
		width: 100%;
	}

	form dl {
		padding: 20px 0;
		border-bottom: solid 1px #ccc;
		display: block !important;
		font-size: 16px;
	}

	form dt {
		width: 100%;
		margin: 0 5% 10px 0;
	}

	form dd {
		width: 100% !important;
	}

	form .notes {
		color: #666;
		clear: both;
		display: block;
		font-size: 14px;
		margin: 10px 0 0;
		line-height: 1.4em;
	}

	form h4 {
		font-size: 20px;
		margin: 40px 0 0;
	}

	input[type='text'],
	input[type='tel'] {
		width: 100%;
		padding: 10px;
	}

	input[type="submit"] {
		width: 90%;
		margin: 0 auto;
	}
	input[type="button"]{
		margin: 0 auto;
	}

	.pv {
		padding: 20px !important;
	}

	#privacy .accept_ck {
		width: 100%;
		margin: 0 !important;
	}

	.radio,
	.checkbox {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position: relative;
		display: inline-block;
		margin: 0 0px 8px 0;
		padding: 20px 8px 20px 50px;
		border-radius: 8px;
		vertical-align: middle;
		cursor: pointer;
	}

	form .accept_ck {
		padding: 20px 0 0;
		justify-content: center;
		width: 90%;
		font-size: 18px;
		margin: 0 auto;
	}

	/*---------------------------------------
	確認画面
	---------------------------------------*/

	.form-area table {
		font-size: 16px;
		margin: 0 0 0 !important;
	}

	.form-area table th {
		width: 30% !important;
	}


	/*=======================
	確認画面の送信ボタン
	========================*/
	ul#submit {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	ul#submit li {
		width: 100%;
		margin: 0 0 20px;
	}
}

/*
==========================================================
オリジナル設定
==========================================================
*/

@media screen and (max-width: 768px) {

}