@charset "UTF-8";
/*------------------------------
	　フォーム用のタブ
------------------------------*/
.l-tab-menu {
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	text-align: center;
}
.l-tab-menu__btn {
	box-sizing: border-box;
	color: #333;
	display: inline-block;
	text-decoration: none;
}
.l-tab-menu__btn:hover {
	border-bottom: 4px solid #efdf00;
}
.l-tab-menu__btn.is_selected {
	border-bottom: 4px solid #efdf00;
}
.l-tab-contents__unit {
	display: none;
}
.l-tab-contents__unit.is_selected {
	display: block;
}

/* SP */
@media (max-width: 767px) {
	.l-tab-menu {
		height: 48px;
		margin: 40px 0 0 0;
	}
	.l-tab-menu__btn {
		height: 48px;
		line-height: 48px;
		width: 50%;
	}
	.l-tab-contents {
		margin: 40px 0 0 0;
	}
	.l-tab-menu__btn:first-child {
		border-right: 1px solid #dbdbdb;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-tab-menu {
		height: 48px;
		margin: 40px 0 0 0;
	}
	.l-tab-menu__btn {
		height: 48px;
		line-height: 48px;
		width: 50%;
	}
	.l-tab-contents {
		margin: 40px 0 0 0;
	}
	.l-tab-menu__btn:first-child {
		border-right: 1px solid #dbdbdb;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-tab-menu {
		margin: 40px 0 0 0;
	}
	.l-tab-menu__btn {
		height: 48px;
		line-height: 48px;
		width: 512px;
	}
	.l-tab-contents {
		margin: 40px 0 0 0;
	}
	.l-tab-menu__btn {
		border-right: 1px solid #dbdbdb;
	}
	.l-tab-menu__btn:first-child {
		border-left: 1px solid #dbdbdb;
	}
}
.from__need {
	color: #d50000;
}
.form__border {
	border-bottom: 1px solid #dbdbdb;
}
/* SP */
@media (max-width: 767px) {
	.form__border {
		margin: 20px 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.form__border {
		margin: 20px 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.form__border {
		margin: 20px 0;
	}
}
.form__text-notice {
	color: #d50000;
}
.form__text-notice > .text-large {
	display: inline-block;
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.form__text-top {
		font-size: 1.2rem;
		text-align: left;
	}
	.form__text-top br {
		display: none;
	}
	.form__text-notice {
		font-size: 1rem;
		line-height: 1.8;
		margin: 24px 0 0 0;
		text-align: left;
	}
	.form__text-notice > .text-large {
		font-size: 1.4rem;
		margin: 8px 0 0 0;
	}
	.form__text-mente01 {
		font-size: 1.4rem !important;
		padding-bottom: 32px;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.form__text-top br {
		display: none;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form__text-top {
		line-height: 1.75;
	}
	.form__text-notice {
		font-size: 1.2rem;
		line-height: 1.8;
		margin: 32px auto 0 auto;
		text-align: left;
		width: 704px;
	}
	.form__text-notice > .text-large {
		font-size: 1.4rem;
		margin: 8px 0 0 0;
	}
	.form__text-mente01 {
		line-height: 1.75;
		font-size: 2rem !important;
		padding-bottom: 64px;
	}
}
/* SP */
@media (max-width: 767px) {
	.form__text-bottom {
		font-size: 1.2rem;
		text-align: left;
		padding-top: 30px;
	}
	.form__text-bottom br {
		display: none;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form__text-bottom {
		line-height: 1.75;
		padding-top: 40px;
	}
}
.form-unit {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 auto;
}
.form-unit__title {
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.form-unit {
		box-sizing: border-box;
		font-size: 1.3rem;
		padding: 40px 16px 0 16px;
		width: 100%;
	}
	.form-unit__title {
		margin: 0 0 8px 0;
		width: 100%;
	}
	.form-unit__input {
		width: 100%;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.form-unit {
		box-sizing: border-box;
		font-size: 1.4rem;
		padding: 50px 32px 0 32px;
		width: 100%;
	}
	.form-unit__title {
		line-height: 40px;
		width: 27%;
	}
	.form-unit__input {
		width: 73%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.form-unit {
		font-size: 1.4rem;
		padding: 50px 0 0 0;
		width: 704px;
	}
	.form-unit__title {
		line-height: 40px;
		width: 200px;
	}
	.form-unit__input {
		width: 504px;
	}
}
.form-unit__title-notice {
	line-height: 18px;
	font-weight: normal;
	padding-left: 1em;
	text-indent: -1em;
}
/* SP */
@media (max-width: 767px) {
	.form-unit__title-notice {
		font-size: 1rem;
		margin: 8px 0 0 0;
	}
	.form-unit__title-notice .form-unit__title {
		line-height: 1.3;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit__title-notice {
		font-size: 1.2rem;
		margin: 12px 0 0 0;
		width: 140px;
	}
	.sp {
		display:none;
   }
}

.form-unit input[type=radio] {}
.form-unit input[type=checkbox] {}

.form-unit__input input,
.form-unit__input select {
	border-color: #8e8e8e;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
}
.form-unit__label,
.form-unit__help {
	display: inline-block;
}
.form-unit__help {
	color: #8e8e8e;
}
/* SP */
@media (max-width: 767px) {
	.form-unit__input input,
	.form-unit__input select,
	.form-unit__input label {
		box-sizing: border-box;
		font-size: 1rem;
		height: 32px;
		line-height: 32px;
	}
	.form-unit__label,
	.form-unit__help {
		font-size: 1rem;
		line-height: 32px;
	}
	.form-unit__help {
		font-size: 1rem;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit__input input,
	.form-unit__input select,
	.form-unit__input label {
		font-size: 1.4rem;
		height: 40px;
		line-height: 40px;
	}
	.form-unit__label,
	.form-unit__help {
		line-height: 40px;
	}
	.form-unit__help {
		font-size: 1.2rem;
	}
}
/* PC */
@media (min-width: 1280px) {
	.form-unit__input input,
	.form-unit__input select {
		background-color: #fff;
	}
}


.form-unit__line {
	display: inline-block;
}
/* SP */
@media (max-width: 767px) {
	.form-unit__line {
		font-size: 1rem;
		text-align: center;
		width: 5%;
		line-height: 32px;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit__line {
		font-size: 1.2rem;
		margin: 0 4px;
	}
}

/* SP */
@media (max-width: 767px) {
	.form-unit--name .form-unit__input input {
		width: 37%;
	}
	.form-unit--name .form-unit__label {
		width: 9%;
	}
	.form-unit--name .form-unit__label:nth-of-type(2) {
		padding: 0 0 0 6%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--name .form-unit__input input {
		width: 166px;
	}
	.form-unit--name .form-unit__label {
		width: 40px;
	}
	.form-unit--name .form-unit__label:nth-of-type(2) {
		padding: 0 0 0 56px;
	}
}

/* SP */
@media (max-width: 767px) {
	.form-unit--sex input {
		width: 9%;
	}
	.form-unit--sex .form-unit__label {
		padding: 0 0 0 4px;
		width: 20%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--sex .form-unit__label {
		padding: 0 0 0 8px;
		width: 96px;
	}
}
/* SP */
@media (max-width: 767px) {
	.form-unit--birthday .form-unit__label:first-child {
		width: 9%;
	}
	.form-unit--birthday .form-unit__input select:first-of-type {
		margin: 0 1% 0 0;
		width: 25%;
	}
	.form-unit--birthday .form-unit__input select:nth-of-type(n+2) {
		width: 15%;
		margin: 0 1% 0 8%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--birthday .form-unit__label:first-child {
		width: 40px;
	}
	.form-unit--birthday .form-unit__input select:first-of-type {
		margin: 0 8px 0 0;
		width: 80px;
	}
	.form-unit--birthday .form-unit__input select:nth-of-type(n+2) {
		width: 60px;
		margin: 0 8px 0 32px;
	}
}
/* SP */
@media (max-width: 767px) {
	.form-unit--mail .form-unit__label {
		line-height: 22px;
	}
	.form-unit--mail .form-unit__input input {
		width: 100%;
	}
	.form-unit--mail .form-unit__label:nth-of-type(2) {
		margin: 6px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--mail .form-unit__input input {
		width: 100%;
	}
	.form-unit--mail .form-unit__label:nth-of-type(n+2) {
		margin: 12px 0 0 0;
	}
}

/* SP */
@media (max-width: 767px) {
	.form-unit--address .form-unit__label {
		line-height: 22px;
		width: 100%;
	}
	.form-unit--address .form-unit__label:nth-of-type(n+2) {
		padding-top: 12px;
	}
	.form-unit--address .form-unit__input input:first-of-type,
	.form-unit--address .form-unit__input input:nth-of-type(2) {
		width: 30%;
	}
	.form-unit--address .form-unit__input input:nth-of-type(n+3) {
		width: 100%;
	}
	.form-unit--address .form-unit__input .form-unit__help {
		line-height: 1;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--address .form-unit__label {
		width: 72px;
	}
	.form-unit--address .form-unit__label:nth-of-type(4),
	.form-unit--address .form-unit__input input:nth-of-type(3) {
		margin: 10px 0 0 0;
	}
	.form-unit--address .form-unit__input input:first-of-type,
	.form-unit--address .form-unit__input input:nth-of-type(2) {
		width: 100px;
	}
	.form-unit--address .form-unit__input input:nth-of-type(n+3) {
		width: 430px;
	}
	.form-unit--address .form-unit__input .form-unit__help {
		line-height: 1;
	}
	.form-unit--address .form-unit__input .form-unit__help:first-of-type {
		line-height: 40px;
	}
	.form-unit--address .form-unit__input .form-unit__help:nth-of-type(n+4) {
		padding: 0 0 0 72px;
	}
	.form-unit--address .form-unit__error {
		box-sizing: border-box;
		padding: 0 0 0 72px;
	}
}

/* SP */
@media (max-width: 767px) {
	.form-unit--telephone .form-unit__label {
		line-height: 22px;
	}
	.form-unit--telephone .form-unit__input input {
		width: 100%;
	}
	.form-unit--telephone .form-unit__label:nth-of-type(2) {
		margin: 6px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--telephone .form-unit__input input {
		width: 300px;
	}
	.form-unit--telephone .form-unit__label:nth-of-type(n+2) {
		margin: 12px 0 0 0;
	}
}

/* SP */
@media (max-width: 767px) {
	.form-unit--inspect_car .form-unit__input select:first-of-type {
		margin: 0 1% 0 0;
		width: 25%;
	}
	.form-unit--inspect_car.form-unit__input select:nth-of-type(n+2) {
		width: 15%;
		margin: 0 1% 0 8%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--inspect_car .form-unit__title {
		width: 285px;
		padding: 
		1px 0 0 0;
	}
	.form-unit--inspect_car .form-unit__input {
		width: 400px;
	}
	.form-unit--inspect_car .form-unit__label:first-child {
		width: 70px;
	}
	.form-unit--inspect_car .form-unit__input select:first-of-type {
		margin: 0 8px 0 0;
		width: 80px;
	}
	.form-unit--inspect_car .form-unit__input select:nth-of-type(n+2) {
		width: 60px;
		margin: 0 8px 0 32px;
	}
}

/* SP */
@media (max-width: 767px) {
	.form-unit--interstcheckbox input {
		padding: 0 28px 0 6px;
		width: 9%;
	}
	.form-unit--interstcheckbox .form-unit__label:nth-child(odd) {
		padding: 0 0 0 4px;
		width: 1%;
	}
	.form-unit--interstcheckbox .form-unit__label:nth-child(2n) {
		margin: 0 1% 0 0;
		width: 20%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--interstcheckbox .form-unit__title {
		width: 280px;
		padding: 1px 0 0 0;
	}
	.form-unit--interstcheckbox .form-unit__label:nth-child(odd) {
		padding: 0 0 0 4px;
		width: 70px;
	}
	.form-unit--interstcheckbox .form-unit__label:nth-child(2n) {
		margin: 0 1% 0 0;
		width: 20%;
	}
	.form-unit--interstcheckbox .form-unit__input {
		width: 400px;
		vertical-align: top;
	}

}

/* SP */
@media (max-width: 767px) {
	.form-unit--carcheckbox input {
		padding: 0 28px 0 6px;
		width: 9%;
	}
	.form-unit--carcheckbox .form-unit__label:first-child {
		padding: 0 0 0 4px;
		width: 1%;
	}
	.form-unit--carcheckbox .form-unit__label:nth-child(n+2) {
		margin: 0 1% 0 4px;
		width: 20%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--carcheckbox .form-unit__label {
		padding: 0 0 0 8px;
		width: 96px;
	}
	.form-unit--carcheckbox .form-unit__title {
		width: 280px;
		padding: 1px 0 0 0;
	}
	.form-unit--carcheckbox .form-unit__title-notice {
		width: 285px;
	}
	.form-unit--carcheckbox .form-unit__input {
		width: 400px;
		vertical-align: top;
	}
	.form-unit--carcheckbox .form-unit__label {
		padding: 0 0 0 8px;
		width: 70px;
	}
	.form-unit--carcheckbox .form-unit__input select {
		width: 200px;
	}
}

/* SP */
@media (max-width: 767px) {
	.form-unit--car .form-unit__title br {
		display: none;
	}
	.form-unit--car input {
		width: 100%;
	}
	.form-unit--car .form-unit__label {
		padding: 0 0 0 4px;
		/*width: 9%;*/
	}
	.form-unit--car .form-unit__input select {
		width: 100%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--car .form-unit__title {
		width: 280px;
		padding: 1px 0 0 0;
	}
	.form-unit--car .form-unit__title-notice {
		width: 285px;
	}
	.form-unit--car .form-unit__input {
		width: 400px;
		vertical-align: top;
	}
	.form-unit--car .form-unit__label {
		padding: 0 0 0 8px;
		width: 70px;
	}
	.form-unit--car .form-unit__input select {
		width: 200px;
	}
	.form-unit--car .form-unit__input #owned_car_model {
		width: 190px;
	}
}
/* SP */
@media (max-width: 767px) {
	.form-unit--pref .form-unit__title br {
		display: none;
	}
	.form-unit--pref .form-unit__input select {
		width: 100%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--pref .form-unit__title {
		line-height: 1.3;
		padding: 1px 0 0 0;
	}
	.form-unit--pref .form-unit__input select {
		width: 254px;
	}
}
/* SP */
@media (max-width: 767px) {
	.form-unit--dealer .form-unit__title br {
		display: none;
	}
	.form-unit--dealer .form-unit__input select {
		width: 100%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--dealer .form-unit__title {
		line-height: 1.3;
		padding: 1px 0 0 0;
	}
	.form-unit--dealer .form-unit__input select {
		width: 254px;
	}
}

/* SP */
@media (max-width: 767px) {
	.form-unit--dealer2 .form-unit__title br {
		display: none;
	}
	.form-unit--dealer2 .form-unit__input select {
		width: 100%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--dealer2 .form-unit__title {
		width: 280px;
		padding: 1px 0 0 0;
	}
	.form-unit--dealer2 .form-unit__label {
		padding: 0 0 0 8px;
		width: 70px;
	}
	.form-unit--dealer2 .form-unit__input {
		width: 400px;
	}
	.form-unit--dealer2 .form-unit__input select {
		width: 254px;
	}
}




.form-unit__border {
	border-bottom: 1px solid #dbdbdb;
}
/* SP */
@media (max-width: 767px) {
	.form-unit__border {
		padding: 40px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit__border {
		padding: 50px 0 0 0;
	}
}

/* SP */
@media (max-width: 767px) {
	.form-unit--carname .form-unit__input input {
		width: 100%;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--carname .form-unit__input input {
		width: 254px;
	}
}
.car-model {
	display: inline-block;
}
/* SP */
@media (max-width: 767px) {
	.form-unit--model .form-unit__title br {
		display: none;
	}
	.form-unit--model .form-unit__input .carmodelcheckbox {
		padding: 0 28px 0 6px;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--model .form-unit__title {
		line-height: 1.71428;
		padding: 3px 0 0 0;
	}
	.form-unit--model .form-unit__input .carmodelcheckbox {
		padding: 0 32px 0 8px;
	}
}

@media (max-width: 767px) {
	.form-unit--modelop .form-unit__title br {
		display: none;
	}
	.form-unit--modelop .form-unit__input .carmodelcheckbox {
		padding: 0 28px 0 6px;
	}
	.form-unit--modelop .form-unit__input .op1:nth-of-type(n+1) {
		display: inline-block;
		width: 130px; /* Adjust width as needed */
		margin-right: 10px;
	}
	.form-unit--modelop .form-unit__input .op2:nth-of-type(n+1) {
		display: inline-block;
		width: calc(100% - 140px); /* Adjust width as needed */
		margin-bottom: 5px;
		text-align: left; /* Align text to the left */
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--modelop .form-unit__title {
		line-height: 1.71428;
		padding: 3px 0 0 0;
	}
	.form-unit--modelop .form-unit__input .carmodelcheckbox {
		padding: 0 32px 0 8px;
	}
	.form-unit--modelop .form-unit__input .op1:nth-of-type(n+1) {
		display: inline-block;
		width: 150px; /* Adjust width as needed */
		margin-right: 10px;
	}
	.form-unit--modelop .form-unit__input .op2:nth-of-type(n+1) {
		display: inline-block;
		width: calc(100% - 160px); /* Adjust width as needed */
		margin-bottom: 5px;
		text-align: left; /* Align text to the left */
	}
}

.form-unit--notice .form-unit__textarea {
	background-color: #f5f5f5;
}
.form-unit--notice .form-unit__textarea .inner {
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.form-unit--notice .form-unit__textarea .title,
.form-unit--notice .form-unit__textarea .subtitle {
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.form-unit--notice .form-unit__textarea {
		padding: 12px 8px 12px 12px;
		width: 100%;
	}
	.form-unit--notice .form-unit__textarea .inner {
		height: 120px;
		padding: 0 16px 0 0;
	}
	.form-unit--notice .form-unit__textarea .title {
		font-size: 1.2rem;
		text-indent: -0.5em;
	}
	.form-unit--notice .form-unit__textarea .subtitle {
		font-size: 1rem;
		padding: 10px 0 2px 0;
	}
	.form-unit--notice .form-unit__textarea .text {
		font-size: 1rem;
		line-height: 1.8;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--notice .form-unit__textarea {
		padding: 24px 16px 24px 24px;
		width: 100%;
	}
	.form-unit--notice .form-unit__textarea .inner {
		height: 144px;
		padding: 0 16px 0 0;
	}
	.form-unit--notice .form-unit__textarea .title {
		font-size: 1.4rem;
		text-indent: -0.5em;
	}
	.form-unit--notice .form-unit__textarea .subtitle {
		font-size: 1.2rem;
		padding: 12px 0 4px 0;
	}
	.form-unit--notice .form-unit__textarea .text {
		font-size: 1.2rem;
		line-height: 1.666666;
	}
}


/* SP */
@media (max-width: 767px) {
	.form-unit--reserve .form-unit__title br {
		display: none;
	}
	.form-unit--reserve .form-unit__input .carmodelcheckbox {
		padding: 0 28px 0 6px;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--reserve .form-unit__title {
		line-height: 1.71428;
		padding: 3px 0 0 0;
	}
}


.form-unit--confirm .inner {
	position: relative;
}
.form-unit--confirm .inner a {
	color: #1855ef;
}
.form-unit--confirm .inner input {
	position: absolute;
	left: 0;
	top: 6px;
}
/* SP */
@media (max-width: 767px) {
	.form-unit--confirm .inner {
		font-size: 1.2rem;
		padding: 0 0 0 36px;
	}
	.form-unit--confirm .inner .notice {
		font-size: 1rem;
		padding: 12px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit--confirm .inner {
		font-size: 1.4rem;
		padding: 0 0 0 48px;
	}
	.form-unit--confirm .inner .notice {
		font-size: 1.2rem;
		padding: 12px 0 0 0;
	}
}

.form-unit--button button {
	border: 0;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: bold;
	height: 56px;
	outline: none;
	text-transform: uppercase;
	position: relative;
}
.form-unit--button button.arrow:after {
	position: absolute;
	right: 8px;
	top: 20px;
}
.form-unit--button button.arrow--back:before {
	background-position: 0 0;
	font-size: 16px;
	position: absolute;
	left: 8px;
	top: 20px;
}
.form-unit--button .button-reset {
	background-color: #f5f5f5;
}
.form-unit--button .button-submit {
	background-color: #efdf00;
}
.form-unit--button .button-submit-one {
	background-color: #efdf00;
	margin: 0 auto;
}
/* SP */
@media (max-width: 767px) {
	.form-unit--button {
		padding-bottom: 32px;
	}
	.form-unit--button button {
		width: 100%;
	}
	.form-unit--button button:nth-child(2) {
		margin: 20px 0 0 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.form-unit--button {
		padding-bottom: 32px;
	}
	.form-unit--button button {
		width: 48%;
	}
	.form-unit--button button:nth-child(2) {
		margin: 0 0 0 4%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.form-unit--button {
		padding-bottom: 32px;
		padding-top: 80px;
	}
	.form-unit--button button {
		width: 336px;
	}
	.form-unit--button button:nth-child(2) {
		margin: 0 0 0 32px;
	}
	.form-unit--button .button-reset:hover {
		background-color: #fbfbfb;
	}
	.form-unit--button .button-submit:hover,
	.form-unit--button .button-submit-one:hover {
		background-color: #f8eb4c;
	}
}

.form-confirm {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 auto;
}
.form-confirm:nth-of-type(odd) {
	background-color: #fbfbfb;
}
.form-confirm__value,
.form-confirm__lavel {
	display: inline-block;
}
.form-confirm__title {
	font-weight: bold;
}
.form-confirm__value {
	font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
	.form-confirm {
		padding: 13px 0;
		width: 100%;
	}
	.form-confirm:first-child {
		margin-top: 32px;
	}
	.form-confirm__title {
		font-size: 1.2rem;
		box-sizing: border-box;
		padding: 0 0 0 16px;
		width: 100%;
	}
	.form-confirm__input {
		font-size: 1rem;
		box-sizing: border-box;
		padding: 8px 0 0 16px;
		width: 100%;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.form-confirm {
		font-size: 1.4rem;
		padding: 17px 0;
		width: 100%;
	}
	.form-confirm:first-child {
		margin-top: 40px;
	}
	.form-confirm__title {
		box-sizing: border-box;
		padding: 0 0 0 32px;
		width: 30%;
	}
	.form-confirm__input {
		box-sizing: border-box;
		padding: 0 32px 0 0;
		width: 70%;
	}
}
/* PC */
@media (min-width: 1280px) {
	.form-confirm {
		font-size: 1.4rem;
		padding: 17px 0;
		width: 768px;
	}
	.form-confirm:first-child {
		margin-top: 40px;
	}
	.form-confirm__title {
		box-sizing: border-box;
		padding: 0 0 0 30px;
		width: 230px;
	}
	.form-confirm__input {
		width: 538px;
	}
}

/* SP */
@media (max-width: 767px) {
	.form-confirm--name .form-confirm__value {
		padding: 0 36px 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-confirm--name .form-confirm__value {
		padding: 0 40px 0 0;
	}
}

.form-confirm__border {
	border-bottom: 1px solid #dbdbdb;
}
/* SP */
@media (max-width: 767px) {
	.form-confirm__border {
		margin: 30px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-confirm__border {
		margin: 40px 0 0 0;
	}
}


/* SP */
@media (max-width: 767px) {
	.form-confirm .form-confirm__title br {
		display: none;
	}
}

.form-unit__input input.error,
.form-unit__input select.error {
	background-color: #f7d9d9;
}

.form-unit__error {
	color: #d50000;
}
/* SP */
@media (max-width: 767px) {
	.form-unit__error {
		font-size: 1.2rem;
		margin: 6px 0 0 0;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.form-unit__error {
		font-size: 1.4rem;
	}
	.form-unit__error {
		margin: 8px 0 0 0;
	}
}
