@charset "utf-8";

/* tags */
body {
	line-height: 1.6;
	font-family: 'Noto Sans JP',sans-serif;
}
ul {
	list-style: none;
}

/* common */
.inner {
	margin: auto;
	padding: 0 2rem;
	max-width: 940px;
	box-sizing: content-box;
}
.pcnone {
	display: none;
}

@media screen and (max-width: 750px) {
	.inner {
		padding: 0 1rem;
	}
	.pcnone {
		display: block;
	}
	.spnone {
		display: none;
	}
}

/* header */
.header_inner {
	padding: 4.26666667vw 5.33333vw;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
}

.header_logo {
	width: 40vw;
}

.header_logo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.header_utility {
	margin-left: auto;
}

.header_utility p {
	font-size: 2.666666667vw;
	text-align: right;
	line-height: 1.2;
}

.header_utility._flex-start {
	margin-left: 3.2vw;
}

@media (min-width: 750px) {
	.header_inner {
		max-width: 940px;
		margin: 0 auto;
		padding: 20px 0;
	}

	.header_logo {
		width: 148px;
	}

	.header_utility {
		margin-left: auto;
	}

	.header_utility p {
		font-size: 10px;
	}

	.header_utility span {
		margin-left: 1em;
	}

	.header_utility._flex-start {
		margin-left: 24px;
	}
}

/* area */
.area-form {
	margin: 6.4rem 0;
	line-height: 1.6;
	background-color: #fff;
}

.area-form img {
	width: 100%;
}

.area_form_lead_text {
	display: flex;
	justify-content: center;
	gap: 1.6rem;
	margin: 0 auto 3.2rem;
	width: fit-content;
	font-size: 1.6rem;
	border-bottom: 2px solid #de5f1d;
}

.area_form_lead_text span {
	font-size: 1.8rem;
	color: #de5f1d;
}

.area_head_img_wrap {
	position: relative;
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-bottom: 3.2rem;
}

.area_head_img_wrap span {
	max-width: 32rem;
}

.area_head_img_wrap i {
	max-width: 8rem;
}

.area_head_img_wrap i img {
	display: block;
}

.area_head {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin: 0 0 2.4rem;
	color: #eb5405;
	font-weight: bold;
	font-size: 2.8rem;
}

.area_head span {
	font-size: .85714286em;
}

.area_head b {
	font-weight: bold;
}

.area_wrap {
	margin: auto;
	padding: 3rem 2rem;
	max-width: 940px;
	border-radius: 1rem;
	box-sizing: border-box;
	background-color: #fdeee6;
}

.area_flow {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}

.area_flow p {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin: 0 2rem 0 0;
	color: #eb5405;
	font-size: 2rem;
	font-weight: bold;
}

.area_flow p span {
	font-size: .72727273em;
}

.area_flow p i {
	font-style: normal;
}

.area_flow ul {
	display: flex;
	margin: 0;
	padding: 0;
	font-size: .875rem;
}

.area_flow ul li {
	position: relative;
	padding: .75rem 1rem;
	width: 6.25rem;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}

.area_flow ul li:not(:first-child) {
	padding-left: 2.25rem;
}

.area_flow .input {
	width: 5rem;
	background-color: #eb5405;
}

.area_flow .confirm {
	background-color: #888;
}

.area_flow .complete {
	background-color: #ccc;
}

.area_flow ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1.45rem solid transparent;
	border-bottom: 1.45rem solid transparent;
	border-right: 0;
	z-index: 1;
}

.area_flow .input::after {
	border-left: 1.25rem solid #eb5405;
}

.area_flow .confirm::after {
	border-left: 1.25rem solid #888;
}

.area_flow .complete::after {
	border-left: 1.25rem solid #ccc;
}

.area-form .form_table {
	margin: auto;
	width: fit-content;
	border: unset;
}

.area-form .form_table th {
	padding: 1rem 1rem 1rem 0;
	width: 10em;
	text-align: left;
	vertical-align: baseline;
	border: unset;
	background-color: unset;
}

.area-form .form_table th small {
	font-size: .5rem;
	font-weight: normal;
}

.area-form .form_table td {
	position: relative;
	padding-bottom: 1.8625rem;
	border: unset;
}

.area-form .form_table td input {
	padding: 1em .8em;
	width: 30em;
	border: solid 1px #707070;
	border-radius: .3125rem;
	box-sizing: border-box;
	font-size: 16px;
}

.area-form .form_table td select {
	padding: 1em .8em;
	width: 30em;
	border: solid 1px #707070;
	border-radius: .3125rem;
	box-sizing: border-box;
	font-size: 16px;
}

.area_submit {
	-webkit-appearance: none;
	display: block;
	margin: auto;
	padding: 1.75rem;
	width: 22.5rem;
	border-radius: .625rem;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	border: 6px outset #ff6818;
	background-image: linear-gradient(to top, #ba4000, #ff6818);
	cursor: pointer;
}

.area_submit:hover {
	opacity: .8;
}

.area_submit[disabled] {
	border: 6px outset #ccc;
	background-image: linear-gradient(to top, #888, #ccc);
}

.area-form tr th .required {
	display: inline-block;
	margin-right: 7px;
	width: 35px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background: #de5f1d;
}

.ans {
	margin: 1rem 0 3rem;
}

.area-form .ERR {
	margin: .125rem 0 0 .25rem;
	color: #d44;
	font-size: .75rem;
	font-weight: 500;
}

.area-form .radio_wrap {
	width: 30em;
	font-size: 16px;
}

.area-form input[type=radio] {
	display: none;
}

.area-form input[type=radio]+label {
	position: relative;
	display: block;
	padding-left: 2rem;
}

.area-form .form_table .radio_wrap input[type="radio"]+label:not(:last-child) {
	margin-bottom: .5rem;
}

.area-form input[type=radio]+label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	border: solid 1px #707070;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.area-form input[type=radio]:checked+label::after {
	content: '';
	position: absolute;
	top: 0;
	left: .25rem;
	bottom: 0;
	margin: auto;
	width: .875rem;
	height: .875rem;
	border-radius: 50%;
	background-color: #eb5405;
}

.input_select_wrap {
	width: 30em;
	position: relative;
}

.input_select_wrap::before,
.input_select_wrap::after {
	content: '';
	position: absolute;
	top: 1.75rem;
	display: block;
	width: .75rem;
	height: 3px;
	background-color: #333;
}

.input_select_wrap::before {
	right: 1.45rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.input_select_wrap::after {
	right: 1rem;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.show .input_select_wrap::before,
.show .input_select_wrap::after {
	display: none;
}

.input_select_wrap select {
	appearance: none;
}

@media screen and (max-width: 750px) {
	.area-form {
		margin: 9.3333333vw 0;
	}

	.area_form_lead_text {
		margin-bottom: 21.6vw;
		text-align: center;
		gap: unset;
		flex-direction: column;
		border: none;
		font-size: 3.2vw;
	}

	.area_form_lead_text span {
		font-size: 3.6vw;
	}

	.area_head_img_wrap {
		margin-top: 14.13333333333333vw;
		justify-content: space-between;
	}

	.area_head_img_wrap i {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 16vw;
	}

	.area_head_img_wrap span {
		width: calc(50% - 3.2vw);
	}

	.area_head {
		font-size: 5.6vw;
	}

	.area_wrap {
		margin-bottom: 6.4vw;
		padding: 8.533333333333333vw 4vw;
	}

	.area_flow {
		flex-direction: column;
		gap: .5rem;
		margin-bottom: 5.3333333333vw;
	}

	.area_flow p {
		margin-right: 1.6vw;
		font-size: 5.86666667vw;
	}

	.area_flow ul {
		margin-right: 2.13333333vw;
		font-size: 3.73333333vw;
	}

	.area_flow ul li {
		padding: 2.4vw 1.6vw 2.4vw 3.2vw;
		width: auto;
	}

	.area_flow ul li:not(:first-child) {
		padding-left: 4.8vw;
	}

	.area_flow ul li::after {
		border-top: 5.33333333vw solid transparent;
		border-bottom: 5.33333333vw solid transparent;
	}

	.area_flow .input {
		width: auto;
	}

	.area_flow .input::after {
		border-left: 2.13333333vw solid #eb5405;
	}

	.area_flow .confirm::after {
		border-left: 2.13333333vw solid #888;
	}

	.area_flow .complete::after {
		border-left: 2.13333333vw solid #ccc;
	}

	.form_table,
	.form_table tbody,
	.form_table tr,
	.form_table th,
	.form_table td {
		display: block;
	}

	.area-form .form_table {
		border: unset;
	}

	.area-form .form_table tr {
		margin-bottom: 6.4vw;
	}

	.area-form .form_table th {
		margin-bottom: 1.6vw;
		padding: 0;
		width: auto;
		text-align: left;
		font-size: 3.733333333333333vw;
	}

	.area-form .form_table th small {
		font-size: 1em;
	}

	.area-form .form_table td {
		width: 100%;
	}

	.area-form .form_table td input {
		padding: 2.133333333333333vw;
		width: 100%;
		font-size: 16px;
	}

	.area-form .form_table td select {
		width: 100%;
	}

	.area-form .required {
		display: inline-block;
		margin-right: 1.6vw;
		color: #fff;
		font-size: .85714286em;
		vertical-align: bottom;
	}

	.area-form .form_table td {
		padding: unset;
	}

	.area-form .ERR {
		bottom: -1.375em;
		font-size: 3.2vw;
	}

	.area_submit {
		padding: 0;
		width: 100%;
		font-size: 4vw;
		height: 17vw;
	}

	.area_submit:hover {
		opacity: 1;
	}

	.area-form .radio_wrap {
		margin-left: 3.2vw;
		padding-top: 0;
		width: 100%;
	}

	.area-form input[type=radio]+label {
		font-size: 4.266666666666667vw;
	}

	.area-form .form_table .radio_wrap input[type="radio"]+label:not(:last-child) {
		margin-bottom: 3.2vw;
	}

	.area-form input[type=radio]:checked+label::after {
		left: calc((4.8vw - 2.8vw) / 2);
	}

	.input_select_wrap {
		width: 100%;
	}

	.input_select_wrap::before,
	.input_select_wrap::after {
		top: 1.75rem;
	}

	.input_select_wrap::before {
		right: 1.36rem;
	}
}

/* form */
.form_head {
	margin-bottom: 4rem;
	padding: 2.5rem 0;
	background-color: #f2f2f2;
}

.form_head h2 {
	margin: 0 0 2rem;
	color: #333;
	text-align: center;
	font-size: 2.375rem;
}

.form_head_text_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form_head_text_wrap b {
	margin-right: 1rem;
	font-size: 1.25rem;
}

.form_head_text_wrap ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1rem;
	font-weight: 500;
}

.form_head_text_wrap ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8.75rem;
	height: 3.75rem;
	background-color: #ccc;
}

.form_head_text_wrap ul li.active {
	color: #fff;
	background-color: #ea5405;
}

.form_head_text_wrap ul li:not(:last-child) {
	margin-right: 2rem;
}

.form_head_text_wrap ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 16px;
	border-color: transparent transparent transparent #ccc;
}

.form_head_text_wrap ul li.active:not(:last-child)::after {
	border-color: transparent transparent transparent #ea5405;
}

.form_head_text_wrap i {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .375rem;
	width: 2rem;
	height: 2rem;
	text-align: center;
	font-style: normal;
	border-radius: .375rem;
	background-color: #fff;
	-webkit-border-radius: .375rem;
	-moz-border-radius: .375rem;
	-ms-border-radius: .375rem;
	-o-border-radius: .375rem;
}

.form_head_text_wrap .active i {
	color: #ea5405;
}

.form_head_h3 {
	margin: 0 0 1rem;
	padding: 0;
	font-size: 1rem;
	color: #333;
	border: none;
}

.form_input {
	margin: auto;
	max-width: 1004px;
}

.input_wrap {
	margin-bottom: 5.25rem;
}

.form-table,
.form-table tbody,
.form-table tr,
.form-table th,
.form-table td {
	display: block;
}

.form-table {
	margin-bottom: 6.25rem;
	padding: 0;
	border: none;
	background-color: #fff;
}

.form_input .form-table {
	margin-bottom: 0;
}

.form-table tr:not(:last-child) {
	margin-bottom: 2.5rem;
}

.form-table th {
	display: flex;
	align-items: center;
	padding: 0 0 .75rem;
	text-align: left;
	font-size: 1.125rem;
	background-color: #fff;
	border-bottom: 1px solid #333;
	border-width: 0 0 1px;
	font-weight: 400;
}

.form_input .form-table th {
	border: none;
	margin-bottom: 1rem;
	padding: 0;
}

.form-table th .required {
	display: flex;
	align-items: center;
	justify-content: center;
	float: unset;
	margin-right: .75rem;
	padding: 0;
	color: #fff;
	width: 3.125rem;
	height: 2.5rem;
	font-size: .88888889em;
	background-color: #ea5405;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.form-table td {
	margin-top: .875rem;
	padding: 0;
	border: none;
	font-size: 1rem;
	font-weight: 500;
}

.form_input .form-table td {
	margin: 0;
}

.form_input .form-table td input {
	box-sizing: border-box;
	padding: 0 1rem;
	width: 100%;
	height: 3.75rem;
	border: 2px solid #ccc;
	background-color: #fff;
	border-radius: .375rem;
	-webkit-border-radius: .375rem;
	-moz-border-radius: .375rem;
	-ms-border-radius: .375rem;
	-o-border-radius: .375rem;
}

.form_input .form-table td input[type=radio] {
	display: none;
}

.form_radio_wrap {
	display: flex;
	justify-content: space-between;
}

.form_label {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(20% - (4rem / 5));
	height: 3.75rem;
	border: 2px solid #ccc;
	cursor: pointer;
	border-radius: .375rem;
	-webkit-border-radius: .375rem;
	-moz-border-radius: .375rem;
	-ms-border-radius: .375rem;
	-o-border-radius: .375rem;
}

.form_label:hover {
	border-color: #ea5405;
}

.form_input .form-table td input[type=radio]:checked+label {
	border-color: #ea5405;
}

.form_note {
	margin: 1rem 0 0;
	font-size: .875rem;
	font-weight: 500;
	line-height: normal;
}

.form_input .confirm {
	display: block;
	margin: auto;
	width: 22.5rem;
	height: 5.625rem;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	background-color: #ea5405;
	border: none;
	border-radius: 2.8125rem;
	-webkit-border-radius: 2.8125rem;
	-moz-border-radius: 2.8125rem;
	-ms-border-radius: 2.8125rem;
	-o-border-radius: 2.8125rem;
}

.form_input .confirm[disabled] {
	background-color: #ccc;
}

.button_wrap {
	display: flex;
	gap: 1rem;
	align-items: center;
	flex-direction: column;
}

.button.submit {
	-webkit-appearance: none;
	width: 22.5rem;
	height: 5.625rem;
	font-size: 1.25rem;
	cursor: pointer;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border: 6px outset #ff6818;
	background-image: linear-gradient(to top, #ba4000, #ff6818);
	color: #fff;
	font-weight: bold;
	border-radius: .625rem;
}

.button.submit:hover,
.button.back:hover {
	opacity: .8;
}

.button.back {
	padding: 0 0 3px;
	width: auto;
	height: auto;
	color: #666;
	font-weight: bold;
	font-size: 1.25rem;
	border-radius: unset;
	background-color: unset;
	border-bottom: 1px solid;
	border-width: 0 0 1px;
	cursor: pointer;
}

.button.submit {
	background-color: #ea5405;
}

@media screen and (max-width: 750px) {
	.form-table {
		margin-bottom: 4.6875rem;
	}
	.form_head {
		margin-bottom: 2.5rem;
		padding: 1.5rem 1rem;
	}

	.form_head h2 {
		margin-bottom: 1rem;
		text-align: left;
		font-size: 1.25rem;
	}

	.form_head_text_wrap b {
		font-size: .75rem;
	}

	.form_head_text_wrap ul li {
		width: 4.375rem;
		height: 1.875rem;
		font-size: .75rem;
	}

	.form_head_text_wrap ul li:not(:last-child) {
		margin-right: .9375rem;
	}

	.form_head_text_wrap ul li:not(:last-child)::after {
		border-width: .9375rem 0 .9375rem .5rem;
	}

	.form_head_text_wrap i {
		width: 1rem;
		height: 1rem;
	}

	.confirm_head {
		margin-bottom: 1em;
	}

	.form_input {
		margin-bottom: 3.75rem;
	}

	.input_wrap:not(:first-child) {
		margin-bottom: 2.25rem;
	}

	.form-table tr:not(:last-child) {
		margin-bottom: 1.25rem;
	}

	.form-table th {
		padding-bottom: .375rem;
		font-size: .9375rem;
	}

	.form_input .form-table th {
		margin-bottom: .375rem;
	}

	.form-table th .required {
		margin-right: .375rem;
		width: 2.25rem;
		height: 1.25rem;
		font-size: .625rem;
		border-radius: .1875rem;
	}

	.form-table td {
		margin-top: .375rem;
		font-size: .9375rem;
		line-height: 1;
	}

	.form_input .form-table td input,
	.form_label {
		padding: 0 1.125rem;
		height: 3.5rem;
		border-width: 1px;
	}

	.form_radio_wrap {
		flex-wrap: wrap;
	}

	.form_label {
		width: calc(50% - .1875rem);
	}

	.form_label:not(:last-child) {
		margin-bottom: .375rem;
	}

	.form_note {
		font-size: .75rem;
	}

	.form_input .confirm {
		width: 100%;
		font-size: 1.125rem;
	}

	.button_wrap {
		margin-bottom: 3.75rem;
	}

	.button.submit {
		width: 100%;
		height: 4rem;
		font-size: .9375rem;
	}

	.button.back {
		font-size: .9375rem;
	}

	.button.submit:hover,
	.button.back:hover {
		opacity: 1;
	}
}

@media screen and (max-width: 320px) {
	.form_head h2 {
		margin-bottom: .25rem;
		text-align: center;
	}
	.form_head_text_wrap {
		flex-direction: column;
	}
	.form_head_text_wrap b {
		margin: 0 0 .25rem;
	}
}

/* フォーム完了画面 */
.p-form__complete-inner {
	max-width: 43.75rem;
}

.p-form__complete-lead {
	display: flex;
	gap: .25rem;
	flex-direction: column;
	align-items: center;
	padding: 2rem;
	margin-bottom: 3rem;
	font-size: 1.5rem;
	color: #fff;
	background-color: #ea5405;
}

.p-form__complete-lead span {
	font-size: .75em;
}

.p-form__complete-lead b {
	border-bottom: 1px solid;
}

.p-form__details {
	margin-bottom: 4rem;
}

.p-form__details h3 {
	margin: 0 0 1.25rem;
	padding-left: .625rem;
	font-size: 1.40625rem;
	font-weight: bold;
}

.p-form__details-table {
	width: 100%;
	font-size: 1.25rem;
	text-align: left;
	border: .0625rem solid #ccc;
	border-width: .0625rem 0;
	border-collapse: collapse;
}

.p-form__details-table th {
	padding-bottom: 1.5rem;
	padding-left: .625rem;
	width: calc(8em + .625rem);
	font-weight: 500;
}

.p-form__details-table td {
	padding-bottom: 1.5rem;
	padding-left: 3.125rem;
	font-weight: 300;
}

.p-form__details-table tr:first-child th,
.p-form__details-table tr:first-child td {
	padding-top: 1.5rem;
}

.p-form__complete-text h3 {
	margin: 0 0 2rem;
	font-size: 1.25rem;
	color: #db5e29;
	font-weight: bold;
	text-align: center;
}

.p-form__complete-tel-wrap {
	margin-bottom: 2rem;
	text-align: center;
}

.p-form__complete-tel-wrap span {
	display: block;
	margin-bottom: .25rem;
	font-size: .875rem;
}

.p-form__complete-tel-wrap p {
	margin: 0;
	font-size: 1rem;
}

.p-form__complete-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	margin-bottom: 1rem;
}

.p-form__complete-tel i {
	width: 2rem;
	transform: translateY(3px);
}

.p-form__complete-tel i img {
	display: block;
	max-width: 100%;
}

.p-form__complete-tel strong {
	font-size: 3.25rem;
	color: #DB5E28;
	letter-spacing: -1.463px;
	line-height: 1;
	font-weight: 500;
	font-family: Oswald;
}
.p-form__complete-info {
	margin: 4rem auto;
	width: fit-content;
	font-size: 1rem;
}
.p-form__complete-info p {
	margin: 0 0 .5rem;
	font-weight: bold;
}
.p-form__complete-info ul {
	margin: 0;
	padding: 0;
	font-size: .75em;
}
.p-form__complete-info li {
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 768px) {
	.p-form__complete-inner {
		padding: 0 1.25rem;
	}

	.p-form__complete-lead {
		padding: 1.5rem 2rem;
		font-size: 1rem;
	}

	.p-form__details h3 {
		font-size: 1rem;
	}

	.p-form__details-table {
		font-size: .875rem
	}

	.p-form__details-table th {
		padding: 0 0 1.125rem .75rem;
	}

	.p-form__details-table td {
		padding: 0 0 1.125rem 2.25rem;
	}

	.p-form__details-table tr:first-child th,
	.p-form__details-table tr:first-child td {
			padding-top: 1.125rem;
		}

	.p-form__complete-text h3 {
		margin-bottom: 1.125rem;
		font-size: .9375rem;
	}

	.p-form__complete-tel-wrap {
		margin-bottom: 2.25;
	}

	.p-form__complete-tel-wrap span {
		margin-bottom: .375rem;
		font-size: .75rem;
	}

	.p-form__complete-tel-wrap p {
		font-size: .75rem;
	}

	.p-form__complete-tel i {
		width: 1.5rem;
	}

	.p-form__complete-tel strong {
		font-size: 2.4375rem;
	}

	.p-form__complete-tel {
		margin-bottom: .375rem;
	}

	.p-form__complete-info {
		margin: 3rem 0;
		font-size: 1rem;
	}

	.p-form__complete-info p {
		margin-bottom: .75rem;
	}
}

/* footer */
.footer {
	margin-top: 18.66667vw;
}

.footer.is-form {
	margin-top: 9.33333vw;
}

.footer_nav {
	text-align: center;
	margin-bottom: 2.66667vw;
}

.footer_elem {
	font-size: 3.2vw;
	color: #333;
	position: relative;
	display: inline-block;
	padding-right: 1.33333vw;
	text-decoration: none;
}

.footer_elem:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 0.8vw;
	height: 0.8vw;
	margin-top: -0.4vw;
	border-top: solid 0.26667vw #999;
	border-right: solid 0.26667vw #999;
	transform: rotate(45deg);
	content: "";
}

.footer_elem+.footer_elem {
	margin-left: 2.66667vw;
}

.footer .copyright {
	background: #000;
	padding: 3.06667vw 0 2.53333vw;
	text-align: center;
	font-size: 3.2vw;
	color: #fff;
}

@media (min-width: 750px) {
	.footer {
		margin-top: 70px;
	}

	.footer.is-form {
		margin-top: 35px;
	}

	.footer_nav {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer_elem {
		font-size: 16px;
		padding-right: 10px;
	}

	.footer_elem:after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: solid 1px #999;
		border-right: solid 1px #999;
	}

	.footer .copyright {
		padding: 20px 0;
		font-size: 12px;
	}
}