
@media screen and (max-width: 768px) {
	#formArea dd .uploadArea .button {
		width: 80%;
		margin-bottom: 10px;
	}
}

/*
入力画面
formArea
---------------------------*/
#formArea h2 {
	text-align: center;
    padding: 20px 0 50px 0;
    font-weight: 600;
}
#formArea .accountArea p.atn {
    padding: 10px 0 15px 0;
    font-weight: 500;
	color: var(--color-primary);
	margin-bottom: 15px;
}
#formArea dd .telArea input[type="text"] {
    width: 27%;
    max-width: 170px;
}

#formArea dd .postalCodeArea input[type="text"] {
	width: 40%;
	max-width: 170px;
}

#formArea dd.name input[type="text"] {
	width: 30%;
	max-width: 170px;
}

#formArea dd .detailName span {
	margin-right: 10px;
}

#formArea dd.name .detailName span:not(:first-of-type) {
	margin-left: 20px;
}

#formArea dd.name .atention {
	margin-left: calc(2em + 10px);
}

#formArea dd.applicationDitail > div:nth-of-type(1) .detailName {
	display: inline-block;
}

#formArea dd.applicationDitail > div {
	margin-bottom: 20px;
}

#formArea dd.applicationDitail > div:nth-of-type(2) div > div {
	display: inline-block;
}

#formArea dd span.connection.hyphen {
    font-size: 20px;
}

#formArea dd span.connection {
    padding: 0 7px 0 10px;
}

#formArea dd.applicationDitail span.connection {
	padding: 0 0 0 5px;
}

#formArea dd.applicationDitail .atention {
	display: inline-block;
	width: auto;
	max-width: 170%;
}

#formArea dd.applicationDitail .atention:nth-of-type(1) {
	margin-left: calc(4em + 10px);
}

#formArea dd.applicationDitail .atention:nth-of-type(2) {
	margin-left: 126px;
}

#formArea dd.applicationDitail .stablished .atention {
	margin-left: calc(5em + 10px);
}

#formArea .officeArea dd dt {
	width: 40%;
	max-width: 207px;
}

#formArea .officeArea dd dd {
	width: 60%;
	min-width: 180px;
}

#formArea dd .uploadArea {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#formArea dd .uploadArea .btnArea {
	display: flex;
}

#formArea dd .accountAtention {
	max-width: 650px;
	margin-top: 10px;
}

#formArea dd input[type="radio"] + span {
	padding-left: 10px;
}

#formArea dd input[type="radio"]:nth-of-type(2) + span {
	margin-left: 30px;
}

/** 申請者情報の確認のみ反映 */

#applicationConfirm #formArea dl {
	padding: 0 65px 20px 65px;
}

#applicationConfirm #formArea .companyArea dt,
#applicationConfirm #formArea .officeArea dt {
	width: 27%;
	min-width: 200px;
}
#applicationConfirm #formArea .accountArea dt {
	width: 100%;
	min-width: 200px;
}
@media screen and (min-width: 769px) {
	#applicationConfirm #formArea .fileUpload dt {
		width: 55%;
		min-width: 160px;
		margin-right: 3%;
		font-size: 1.2rem;
	}
}

#applicationConfirm #formArea dd.applicationDitail > div {
	display: flex;
	align-items: center;
	gap: 15px;
}

#applicationConfirm #formArea dd.applicationDitail div span {
	min-width: 2em;
	font-weight: 500;
}

#applicationConfirm #formArea dl dl {
	padding: 0 30px 0 0;
}

#applicationConfirm #formArea .officeArea dd dt {
	gap: 10px;
}

#applicationConfirm #formArea .officeArea dd dd {
	min-width: 205px;
}

#applicationConfirm #formArea .accountArea dl.bankbook_copy p {
	min-width: 205px;
}

#applicationConfirm .detailArea p {
	font-size: 18px;
	text-align: center;
	margin-bottom: 80px;
}

#applicationConfirm.mypageConf .checkboxArea {
	width: 100%;
	max-width: 240px;
	margin: 0 auto 50px;
}

#applicationConfirm.mypageConf .checkboxArea li label {
	font-size: 20px;
	line-height: 1;
}

#applicationConfirm.mypageConf .submit {
	max-width: 350px;
	margin: 0 auto;
}

#applicationConfirm.mypageConf .submit .next {
	width: 100%;
	padding: 18px 0;
	border-radius: 30px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
	background-color: #333333;
	border: 2px solid #333333;
}

#applicationConfirm.mypageConf .submit .next:hover {
	cursor: pointer;
	background-color: #ffffff;
	color: #333333;
	opacity: 1;
}

.previous-value {
	background-color: #f0f0f0;
	padding: 12px;
	margin-top: 5px;
	font-size: 0.9em;
	border-radius: 3px;
	min-width: 200px;
}

.pdf-button {
	display: inline-block;
	padding: 10px 30px;
	background-color: #808080;
	color: white;
	text-decoration: none;
	border-radius: 50px;
	font-size: 16px;
	text-align: center;
	transition: background-color 0.3s;
}

.pdf-button:hover {
	background-color: #6c6c6c;
}

#formArea dd .mb10 {
	margin-bottom: 10px;
}

@media screen and (max-width: 1050px) {
	#formArea dd.applicationDitail > div:nth-of-type(2) > div {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	/* #formArea dd.applicationDitail > div:nth-of-type(2) input[type="text"],
	#formArea dd.applicationDitail > div:nth-of-type(2) select {
		max-width: 225px;
	} */

	#formArea dd.applicationDitail > div:nth-of-type(2) div > div > div {
		display: block;
		margin-bottom: 10px;
	}

	#formArea dd.applicationDitail .telArea input[type="text"] {
		width: 25%;
		max-width: 170px;
	}
}

@media screen and (max-width: 930px) {
	#formArea dd .multipleArea {
		width: 100%;
	}

	#formArea dd .multipleArea div {
		width: 26%;
	}

	#formArea dd .multipleArea div input {
		width: 72%;
	}

	#formArea dd .multipleArea div:not(:nth-of-type(1)) {
		width: 36%;
	}

	#formArea dd .multipleArea div select {
		font-size: 13px;
		width: 80%;
	}

	#formArea dd.applicationDitail .telArea input[type="text"] {
		width: 24%;
		max-width: 170px;
	}
}

@media screen and (max-width: 768px) {
	#formArea dd span.connection {
		padding: 0 3px 0 6px;
	}

	#formArea .officeArea dd dt {
		max-width: initial;
	}

	#applicationAdd .officeArea dd dt,
	#applicationAdd .officeArea dd dd {
		width: 100%;
	}

	#formArea .officeArea dd dd {
		width: auto;
		min-width: initial;
	}

	#applicationConfirm.mypageConf #formArea .officeArea dd dd {
		width: auto;
		min-width: 220px;
	}

	#applicationConfirm.mypageConf #formArea .accountArea dd.bankbook_copy {
		min-width: 220px;
	}

	#formArea dd.applicationDitail .telArea input[type="text"] {
		width: 23%;
		max-width: 170px;
	}
}

@media screen and (max-width: 610px) {
	#formArea dd .multipleArea div,
	#formArea dd .multipleArea div:not(:nth-of-type(1)) {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	#formArea dd .multipleArea div input,
	#formArea dd .multipleArea div select {
		width: 80%;
		max-width: 265px;
	}

	#applicationConfirm #formArea dl {
		padding: 0;
	}

	#formArea dd.applicationDitail .telArea input[type="text"] {
		width: 21%;
		max-width: 170px;
	}
}

@media screen and (max-width: 410px) {
	#applicationAdd .title p {
		font-size: 16px;
	}

	#formArea .mode_sp_small {
		display: block;
	}

	#formArea dd.applicationDitail > div:nth-of-type(1) .detailName {
		display: block;
		margin-bottom: 20px;
	}

	#formArea dd.applicationDitail > div:nth-of-type(1) .detailName div span:nth-of-type(1) {
		display: block;
		margin-bottom: 10px;
	}

	#formArea dd.applicationDitail .atention:nth-of-type(1) {
		margin-left: 0;
	}

	#formArea dd .detailName > span {
		display: block;
		margin-bottom: 5px;
	}

	#formArea dd.name .detailName span:not(:first-of-type) {
		margin-left: 0;
	}

	#formArea dd.name input[type="text"] {
		width: auto;
		margin-bottom: 10px;
	}

	#formArea dd.name .atention {
		margin-left: 0;
	}

	#formArea dd.applicationDitail > div:nth-of-type(2) > div {
		display: block;
	}

	#formArea dd.applicationDitail > div:nth-of-type(2) div > div > div {
		margin-top: 15px;
	}

	#formArea dd.applicationDitail .corporationAdd .atention {
		margin-left: 0;
	}

	#formArea dl {
		display: block;
	}

	#formArea dd.applicationDitail {
		width: 100%;
		margin-bottom: 20px;
	}

	/* 氏名 */
	#formArea dd.applicationDitail .corporationAdd .detailName {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	#formArea dd.applicationDitail .corporationAdd .detailName span {
		margin-bottom: 5px;
	}

	#formArea dd.applicationDitail .corporationAdd input[type="text"] {
		width: 100%;
		max-width: 100%;
	}

	/* 電話番号 */
	#formArea dd.applicationDitail .telArea {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 5px;
	}

	#formArea dd.applicationDitail .telArea > span:first-of-type {
		width: 100%;
		margin-bottom: 5px;
	}

	#formArea dd.applicationDitail .telArea input[type="text"] {
		width: 27%;
		max-width: 170px;
	}

	#formArea dd.applicationDitail .telArea .connection {
		display: inline-block;
		padding: 0;
	}

}

/* 基本パーツ */
#formArea input[type="text"],
#formArea input[type="file"],
#formArea input[type="email"],
#formArea input[type="password"],
#formArea textarea {
	border: 1px solid var(--color-primary);
	background-color: #DDEEF7;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
}

#formArea select {
	border: 1px solid var(--color-primary);
	padding: 10px;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
}

#formArea select:invalid {
	background-color: #DDEEF7;
}

#formArea select option {
	background-color: #fff;
}

#formArea select option:first-child {
	background-color: #DDEEF7;
}

#formArea .widsizeS {
	max-width: 170px;
}

#formArea .widsizeM {
	max-width: 230px;
}

#formArea .widsizeL {
	max-width: 350px;
}

#formArea .widsizeLL {
	max-width: 500px;
}

/* プレスホルダー文字色 */
::placeholder {
	color: #999999 !important;
}

@media screen and (max-width: 428px) {
	::placeholder {
		font-size: 80% !important;
	}
}

/* プレスホルダー消えたら＝入力あったら背景白 */
#formArea input[type="text"]:not(:placeholder-shown),
#formArea input[type="email"]:not(:placeholder-shown),
#formArea input[type="password"]:not(:placeholder-shown),
#formArea textarea:not(:placeholder-shown),
#formArea select option:checked {
	background-color: #ffffff;
	resize: vertical;
}

/* エラー表示 */
#formArea .err {
	font-size: 88%;
	font-weight: 500;
	display: block;
	padding: 5px 10px;
	color: #ea1548;
	background-color: #fbe5eb;
	line-height: 1.3;
	margin-top: 5px;
}
#formArea .businessPeriod .err {
	margin-bottom: 5px;
}

.errorBox {
	padding: 10px;
	margin-bottom: 2em;
	background-color: #ea1548;
}

.errorBox p {
	color: #fff;
	text-align: center;
	font-weight: 700;
}

@media screen and (min-width: 769px) {
	.errorBox {
		margin-bottom: 50px;
	}
}

/* ラジオボタン装飾 */
#formArea input[type="radio"] {
	appearance: none;
	display: none;
	opacity: 0;
	width: 1px;
	position: absolute;
	height: 1px;
}

#formArea input[type="radio"] + span,
#formArea input[type="radio"] + label {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 28px;
	border-radius: 4px;
	margin: 10px 2em 15px 0;
}

#formArea input[type="radio"] + span::before,
#formArea input[type="radio"] + span::after,
#formArea input[type="radio"] + label::before,
#formArea input[type="radio"] + label::after {
	position: absolute;
	content: "";
	display: block;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto 10px auto 0;
	box-sizing: border-box;
}

#formArea input[type="radio"] + span::before,
#formArea input[type="radio"] + label::before {
	width: 25px;
	height: 25px;
	background: #f3fbf1;
	border: 1px solid var(--color-primary);
	left: 0;
}

#formArea input[type="radio"] + span::after,
#formArea input[type="radio"] + label::after {
	width: 10px;
	height: 10px;
	background: #DDEEF7;
	left: 7px;
	opacity: 0;
}

#formArea input[type="radio"]:checked + span::before,
#formArea input[type="radio"]:checked + label::before {
	border: 2px solid var(--color-primary);
	background-color: #ffffff;
}

#formArea input[type="radio"]:checked + span::after,
#formArea input[type="radio"]:checked + label::after {
	background: var(--color-primary);
	opacity: 1;
}

#formArea input + span.uni,
#formArea input + label.uni {
	vertical-align: middle;
	padding-left: 10px;
}

@media screen and (min-width: 769px) {
	#formArea input[type="radio"] + span,
	#formArea input[type="radio"] + label {
		padding-left: 40px;
	}

	#formArea input[type="radio"] + span::before,
	#formArea input[type="radio"] + label::before {
		width: 32px;
		height: 32px;
	}

	#formArea input[type="radio"] + span::after,
	#formArea input[type="radio"] + label::after {
		width: 12px;
		height: 12px;
		left: 10px;
	}
}

/* select装飾 */
#formArea select {
	outline: none;
	cursor: pointer;
}

#formArea .selectWrap {
	position: relative;
	display: inline;
}

#formArea .selectWrap:after {
	position: absolute;
	content: "";
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #00B7EB;
	border-right: 2px solid #00B7EB;
	transform: rotate(45deg);
}

#formArea .selectWrap.loan {
	display: inline-block;
	min-width: 11em;
}

/* チェックボックス装飾 */
.checkboxArea li {
	margin-bottom: 1em;
	line-height: 2.5;
}

.checkboxArea li label {
	display: inline-block;
	position: relative;
	padding-left: 27px;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	line-height: 1.6;
}

.checkboxArea input {
	display: none;
}

.checkboxArea .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #399D26;
	background-color: #edf8eb;
}

.checkboxArea .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 6px;
	top: 0px;
	width: 8px;
	height: 16px;
	border: 3px solid #399D26;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.checkboxArea input:checked + .checkmark {
	background-color: #ffffff;
	border: 2px solid #399D26;
}

.checkboxArea input:checked + .checkmark:after {
	display: block;
}

@media screen and (min-width: 769px) {
	.checkboxArea li {
		line-height: 2;
	}

	.checkboxArea li label {
		padding-left: 30px;
	}
}

/* チェックボックス内のラジオボタン用 */
.checkboxArea li:nth-child(2) label,
.checkboxArea li:nth-child(3) label,
.checkboxArea li:nth-child(11) label,
.checkboxArea li:nth-child(20) label,
.checkboxArea li:nth-child(21) label,
.checkboxArea li:nth-child(23) label {
	padding-left: 2px;
}

#formArea .checkboxArea li input[type="radio"] + span,
#formArea .checkboxArea li input[type="radio"] + label {
	margin-right: 0;
}

@media screen and (min-width: 769px) {
	.checkboxArea li:nth-child(2) label,
	.checkboxArea li:nth-child(3) label,
	.checkboxArea li:nth-child(11) label,
	.checkboxArea li:nth-child(20) label,
	.checkboxArea li:nth-child(21) label,
	.checkboxArea li:nth-child(23) label {
		padding-left: 8px;
	}
}

/* デートピッカーアイコン用 */
.datepicker-wrap {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.datepicker-wrap input {
	padding-right: 40px;
}

.datepicker-wrap::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url("/img/calendarIcon.png") no-repeat center center;
	background-size: contain;
}
.datepicker-wrap.business-start {
	margin-bottom: 5px;
}

@media screen and (max-width: 410px) {
	.datepicker-wrap.business-start::after {
		top: 67%;
	}
}

#formArea {
	padding: 0 10px;
}

#formArea dl {
	margin: 0 auto 30px auto;
}

#formArea dt {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#formArea dt span {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #ff0000;
	padding: 2px 4px;
}

#formArea dt span.nini {
	background-color: #B5B5B5;
}

#formArea dd {
	font-size: 16px;
	line-height: 1.6;
}

@media screen and (min-width: 769px) {
	#formArea {
		padding: 0;
	}

	#formArea dl {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	#formArea dt {
		width: 22%;
		min-width: 160px;
		margin-right: 3%;
		font-size: 1.2rem;
	}

	#formArea .fileUpload dt {
		width: 30%;
		min-width: 160px;
		margin-right: 3%;
		font-size: 1.2rem;
	}

	#formArea dd {
		width: 75%;
		font-size: 1.2rem;
		line-height: 1.6;
	}
}


/*確認画面
---------------------------*/
.confirm #formArea dt {
	background-color: #f2f2f2;
	padding: 8px 10px;
}
.confirm #formArea dd {
	padding: 10px;
}
.confirm #btnArea {
	display: flex;
	max-width: 600px;
	margin: auto;
}
.confirm #btnArea .form_btn {
	width: 55%;
}
.confirm #btnArea .form_btn_back {
	width: 35%;
}
@media screen and (min-width: 769px) {
	.confirm #formArea dt {
		background-color: #ffffff;
		padding: 0 10px;
		width: 28%;
	}
	.confirm #formArea dd {
		padding: 0 10px;
		width: 70%;
	}
	.confirm #formArea dl {
		border-bottom: 1px solid #AADCEB;
		padding-bottom: 25px;
	}
	.confirm #formArea dl:last-child {
		border-bottom: none;
	}
}
@media screen and (max-width: 428px) {
	.confirm #btnArea input {
		padding: 15px 0;
	}
	.confirm #formArea dt {
		font-size: 14px;
		line-height: 1.5;
	}
}

/*送信完了画面
---------------------------*/
.thanks h2 {
	text-align: center;
	color: #399D26;
	font-weight: 700;
	line-height: 1.75;
	font-size: min(5vw,30px);
	margin-bottom: 1em;
}
.thanks h3 {
	text-align: center;
	color: #399D26;
	font-weight: 700;
	line-height: 2;
	font-size: min(4vw,20px);
	margin-bottom: 4em;
}
.thanks p {
	text-align: center;
}
.thanks .yourMail {
	text-align: center;
	background-color: #FAF8F4;
	padding: 20px 3%;
	font-weight: 700;
	font-size: min(5vw,22px);
	line-height: 1.4;
	font-family: "Montserrat","Noto Sans JP", sans-serif;
	margin: 1em auto;
}
.thanks #contact {
	text-align: center;
	background-color: #DDEEF7;
	padding: 40px 3%;
	font-size: min(4vw,18px);
}
.thanks #contact p {
	font-weight: 500;
}
.thanks #contact .atn {
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
	.thanks #contact {
		font-size: 1.8rem;
	}
}

#applicationAdd .title,
#applicationConfirm .title {
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: var(--color-primary);
	padding: 7px 25px;
	margin-bottom: 25px;
}

/*
ファイルアップロードボタン
----------------------------------*/
#applicationAdd dd .uploadArea .button {
	position: relative;
    color: #fff;
	width: 100%;
    max-width: 250px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 17px 0;
    background: #7d7d7d;
	margin: 0 5px 10px;
}
#applicationAdd dd .uploadArea > div:nth-of-type(2) {
	width: 33%;
}
#applicationAdd dd .uploadArea > div:nth-of-type(3) {
	width: 34%;
}
#applicationAdd dd .uploadArea > div:nth-of-type(3) a.button {
	background: #333333;
}
#applicationAdd dd .uploadArea > div:nth-of-type(2) a.button {
	background: #333333;
}
#applicationAdd dd .uploadArea .button {
	position: relative;
    color: #fff;
	width: 100%;
    max-width: 250px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 17px 0;
    background: #7d7d7d;
	margin: 0 5px 10px;
}
#applicationAdd dd .uploadArea > div:nth-of-type(2) {
	width: 33%;
}
#applicationAdd dd .uploadArea > div:nth-of-type(3) {
	width: 34%;
}
#applicationAdd dd .uploadArea > div:nth-of-type(3) a.button {
	background: #333333;
}
#applicationAdd dd .uploadArea > div:nth-of-type(2) a.button {
	background: #333333;
}
#applicationAdd dd input[type="file"] {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    background: transparent;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	#formArea dd .uploadArea {
		flex-direction: column;
		align-items: start;
	}
	#formArea dd .uploadArea .button,
	#applicationAdd dd .uploadArea > div:nth-of-type(2) {
		width: 80%;
		margin-bottom: 10px;
	}
	#applicationAdd dd .uploadArea > div:nth-of-type(2) a {
		width: 100%;
	}
	#applicationAdd dd .uploadArea > div:nth-of-type(3) {
		width: 100%;
	}
}
@media screen and (max-width: 550px) {
	#electricityAdd .report .detailArea .documentArea .button .uploadConfirmArea {
		width: 100%;
		max-width: 170px;
	}
}
.datepicker-wrap.business-start {
	margin-bottom: 2px;
}
.datepicker-wrap.business-end {
	margin: 4px 0 2px 0;
}

/*
ボタン
----------------------------------*/
#btnArea {
	max-width: 600px;
    display: flex;
    justify-content: space-between;
	margin: 50px auto 0;
	gap: 30px;
}
#btnArea.column {
	flex-direction: column;
	gap: 30px;
}
#btnArea > div {
	width: 80%;
    max-width: 300px;
	position: relative;
	margin: auto;
}
.form_btn input {
	display: block;
	padding: 18px 0;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	font-weight: 600;
	color: #ffffff;
	background-color: #399D26;
	border: 2px solid #399D26;
	width: 100%;
	margin-bottom: 30px;
}
.form_btn input:hover {
	cursor: pointer;
	background-color: #ffffff;
	color: #399D26;
	opacity: 1;
}
.form_btn:hover:before {
	border-bottom: 2px solid #399D26;
	border-right: 2px solid #399D26;
}
.form_btn_back input {
	display: block;
	padding: 18px 0;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	font-weight: 600;
	color: #ffffff;
	background-color: #555555;
	border: 2px solid #555555;
	width: 100%;
	margin-bottom: 30px;
}
.form_btn_back input:hover {
	cursor: pointer;
	opacity: 1;
	background-color: #ffffff;
	color: #555555;
}
@media screen and (max-width: 768px) {
    #btnArea {
        flex-direction: column-reverse;
		gap: 0px;
    }
}


/*
確認画面
「入力内容をご確認ください。」
----------------------------------*/
#applicationConfirm .atentionBox p {
    color: #ea1548;
    text-align: center;
    font-weight: 700;
}
#applicationConfirm .atentionBox {
	margin-bottom: 50px;
	border: 1px solid #ea1548;
	padding: 10px;
}
#applicationConfirm #formArea dd p {
	padding: 10px 0;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
	#applicationConfirm .atentionBox {
		margin-bottom: 20px;
	}
}

/*
完了画面
---------------------------*/
.thanks h2 {
	text-align: center;
	color: #399D26;
	font-weight: 700;
	line-height: 1.75;
	font-size: min(5vw,30px);
	margin-bottom: 1em;
}
.thanks h3 {
	text-align: center;
	color: #399D26;
	font-weight: 700;
	line-height: 2;
	font-size: min(4vw,20px);
	margin-bottom: 50px;
}
.thanks p {
	text-align: center;
}
.thanks .yourMail {
	text-align: center;
	background-color: #FAF8F4;
	padding: 20px 3%;
	font-weight: 700;
	font-size: min(5vw,22px);
	line-height: 1.4;
	font-family: "Montserrat","Noto Sans JP", sans-serif;
	margin: 1em auto;
}
.thanks #contact {
	text-align: center;
	background-color: #DDEEF7;
	padding: 40px 3%;
	font-size: min(4vw,18px);
}
.thanks #contact p {
	font-weight: 500;
}
.btnWrap .btn {
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.thanks #contact {
		font-size: 1.8rem;
	}
}