/* header arrangement */
.ja-title .adjust-fz {
	font-size: clamp(1.313rem, 0.699rem + 3.07vw, 3rem);
}

.eng-title .adjust-fz {
	font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem);
}


/* progressbar */
.progressbar {
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	margin: 1.25rem auto;
}
.progressbar .item {
	position: relative;
	width: 33%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #eee;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 38px solid transparent;
	border-left: 20px solid #eee;
	margin: auto;
}
.progressbar .item:not(:last-child)::before {
	margin-left: 3px;
	border-left-color: #FFF;
}

/* progressbar active */

.progressbar .item.active {
	z-index: 1;
	background: #cd145a;
	color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
	border-left-color: #cd145a;
}
.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}

/* form style */
#input-area{
	max-width: 900px;
	margin: 0 auto 60px;
}
#input-area div.sec{
	margin: 0 0 60px;
}
#input-area div.sec2{
	margin: 0 0 10px;
}
#input-area h3{
	font-size: 20px;
	color: #004090;
	margin: 0 0 25px;
}
#input-area h3 span{
	font-size: 60px;
	font-family: Arial, Helvetica, "sans-serif";
	margin-right: 6px;
}
#input-area dl{
	margin: 0 20px 20px 20px;
}
#input-area dt{
	font-weight: bold;
	color: #004090;
	margin: 0 0 10px;
	font-size: 18px;
}
#input-area dt span{
	margin-left: 10px;
	background: #cd145a;
	color: #fff;
	padding: 2px 12px;
	border-radius: 20px;
	font-size: 13px;
}
#input-area dt span.nini{
	background: #29a4db;
}
#input-area dd{
	margin: 0;
	font-weight: bold;
	color: #004090;
}
#input-area dd ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
#input-area dd ul li{
	margin: 0 15px 0 0;
	color: #004090;
	font-weight: bold;
}
#input-area dd input,
#input-area dd select,
#input-area dd textarea{
	border: 1px solid #004090;
	border-radius: 4px;
	padding: 12px 8px;
	outline: none;
	font-size: 16px;
	line-height: 1.5;
}
#input-area dd select{
	color: #7f9fcf;
	font-weight: bold;
}
#input-area dd select option{
	color: #004090;
	font-weight: bold;
}
::placeholder{
	color: #7f9fcf;
	font-weight: bold;
}
#input-area dd label{
	font-weight: bold;
	color: #004090;
	font-size: 18px;
	margin: 0 20px 0 0;
}
#input-area dd input[type="radio"]{
	width: 24px;
	height: 24px;
	vertical-align: top;
}

#input-area dd input.long{
	width: 100%;
}
#input-area dd textarea.long{
	width: 100%;
	height: 60px;
}
#input-area dd input.mid{
	width: 65%;
}
#input-area dd input.short{
	width: 140px;
}
#input-area dd input.mini{
	width: 100px;
}
#input-area div.two-sec{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0 0 20px 20px;
}
#input-area div.two-sec dl{
	margin: 0 30px 0 0;
}

#input-area dd.privacy{
	border: 1px solid #004090;
	border-radius: 6px;
	padding: 20px 20px 0;
	box-sizing: border-box;
}
#input-area dd.privacy p{
	font-size: 14px;
	margin: 0 0 25px;
}
#input-area dd.privacy .purpose {
	display: flex;
	justify-content: flex-start;
}

#input-area dd.privacy .purpose dd {
	font-weight: 400;
}

#input-area p.p-txt{
	font-weight: bold;
	font-size: 18px;
	color: #004090;
	text-align: center;
	margin: 0 0 24px;
}
#input-area input.p-check{
	width: 26px;
	height: 26px;
	vertical-align: middle;
}
p.conf-btn{
	text-align: center;
	margin: 0 0 40px;
}
button.form-btn{
	outline: none;
	background: #004090;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	border: 1px solid #004090;
	border-radius: 50px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), background .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

button.se-btn{
	outline: none;
	background: #cd145a;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	border: 1px solid #cd145a;
	border-radius: 50px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), background .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

button.form-btn:hover,
button.se-btn:hover{
	background-color: #fff;
	transform: translateY( -5px );
}

button.form-btn:hover {
	color: #004090;
}

button.se-btn:hover {
	color: #cd145a;
}

.formError .formErrorContent{
	background: #F77987 !important;
}
.formError .formErrorArrow div{
	background: #F77987 !important;
}

#input-area dl.end-f{
	text-align: center;
	margin: 0 0 40px;
}
#input-area dl.end-f dt{
	font-weight: bold;
	font-size: 30px;
	color: #004090;
	margin: 0 0 20px;
}

@media screen and ( max-width: 767px ) {
	.progressbar {
		width: 94%;
		display: flex;
		flex-wrap: wrap;
		margin: 1.25rem auto;
	}
	.progressbar .item {
		font-size: 13px;
		line-height: 1.4;
		padding: 10px 0;
	}
	.progressbar .item:not(:last-child)::before,
	.progressbar .item:not(:last-child)::after {
		border-width: 25px;
		border-left-width: 20px;
	}
	.progressbar .item:not(:last-child)::before {
		margin-left: 2px;
		border-left-color: #FFF;
	}
	#input-area{
		width: 94%;
		margin: 0 auto 40px;
	}
	#input-area h3 span{
		font-size: 40px;
	}
	#input-area dd input.long{
		width: 94%;
	}
	#input-area dd textarea.long{
		width: 94%;
		height: 60px;
	}
	#input-area dd input.mid{
		width: 50%;
	}
	#input-area dd input.short{
		width: 120px;
	}
	#input-area dl{
		margin: 0 0 20px;
	}
	#input-area div.two-sec{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: column wrap;
		align-items:flex-start;
		margin: 0 0;
	}
	#input-area div.two-sec dl{
		margin: 0 0 20px;
	}
	#input-area div.sec{
		margin: 0 0 35px;
	}
	#input-area div.sec2{
		margin: 0 0 15px;
	}
	#input-area dd select{
		-webkit-appearance: none;
		appearance: none;
		background: #fff;
	}
	button.form-btn{
		outline: none;
		border: 1px solid #ccc;
		background: #004090;
		color: #fff;
		text-align: center;
		cursor: pointer;
		padding: 10px 30px;
		display: inline-block;
		border-radius: 50px;
		margin: 0 auto;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
}