@charset "UTF-8";
html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
	-webkit-font-smoothing: antialiased;
}
body {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #212121;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
	body {
		font-size: 1.4rem;
	}
}
p {
	line-height: 1.6;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 320px) {
	p {
		letter-spacing: normal;
	}
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
a {
	color: inherit;
}
.cf:after {
	content: '';
	clear: both;
	display: block;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.mode_pc {
	display: none;
}
.mode_sp {
	display: block;
}
.mode_pctb {
	display: block;
}
.mode_sps {
	display: none;
}
.tel a, .mail a {
	pointer-events: auto;
	cursor: pointer;
}
a,
.mover {
	transition: opacity 0.2s ease-out;
	backface-visibility: hidden;
	zoom: 1;
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.t-left {
	text-align: left;
}
.bold {
	font-weight: 700;
}
.medium {
	font-weight: 500;
}
.accordionWrap dt {
	cursor: pointer;
}
.accordionWrapdt:hover {
	opacity: 0.6;
}
.accordionWrap dd {
	display: none;
}
@media screen and (min-width: 769px) {
	.mode_pc {
		display: block;
	}
	.mode_sp {
		display: none;
	}
	.mode_pctb {
		display: block;
	}
	.mode_sps {
		display: none;
	}
	.tel a, .mail a {
		pointer-events: none;
	}
	a:hover,
	.mover:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 428px) {
	.mode_pctb {
		display: none;
	}
	.mode_sps {
		display: block;
	}
}
/* ----------------------------------------------
　ボタン
---------------------------------------------- */
/*赤角丸*/
.btnRound a {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-align: center;
	width: 258px;
	min-height: 50px;
	position: relative;
	background-color: #E80141;
	border-radius: 50px;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 1;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	box-shadow: 2px 3px #ffffff;
}
@media screen and (min-width: 769px) {
	.btnRound {
		justify-content: center;
	}
	.btnRound a {
		width: 48vw;
		max-width: 390px;
		height: 70px;
		font-size: 2.0rem;
	}
	.btnRound a:hover {
		color: #E80141;
		opacity: 1;
	}
	.btnRound a:before {
		position: absolute;
		height: 100%;
		top: 1px;
		right: 1px;
		bottom: 1px;
		left: 1px;
		z-index: -1;
		content: "";
		border: 2px solid #E80141;
		border-bottom: 3px solid #E80141;
		background-color: #ffffff;
		border-radius: 50px;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform 0.3s;
	}
	.btnRound a:hover:before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
}
/*赤矢印*/
.btnRound.arr a:after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #ffffff;
	width: 24px;
	height: 24px;
	line-height: 1.4;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.btnRound.arr a:after {
		right: 2em;
		line-height: 1.2;
	}
	.btnRound.arr a:hover:after {
		color: #E80141;
	}
}
/*青角丸*/
.btnRound.blue a {
	background-color: #00A0E9;
}
@media screen and (min-width: 769px) {
	.btnRound.blue a:hover {
		color: #00A0E9;
		opacity: 1;
	}
	.btnRound.blue a:before {
		border: 2px solid #00A0E9;
		border-bottom: 3px solid #00A0E9;
	}
}
/*矢印白丸付き赤角丸-S*/
.btnRound02 a {
	color: #ffffff;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 11px 11px 11px 36px;
	margin: 0 auto;
	position: relative;
	background-color: #E80141;
	border-radius: 30px;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 1;
	line-height: 1;
	font-weight: 700;
}
.btnRound02 a:after {
	content: "→";
	position: absolute;
	left: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #E80141;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	border-radius: 100%;
	line-height: 1.9;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.btnRound02 a {
		font-size: 1.6rem;
	}
	.btnRound02 a:before {
		position: absolute;
		height: 100%;
		top: 1px;
		right: 1px;
		bottom: 1px;
		left: 1px;
		z-index: -1;
		content: "";
		border: 2px solid #E80141;
		border-radius: 30px;
		border-bottom: 3px solid #E80141;
		background-color: #ffffff;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform 0.3s;
	}
	.btnRound02 a:hover {
		color: #E80141;
		opacity: 1;
	}
	.btnRound02 a:hover:before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
}
@media screen and (min-width: 1000px) {
	.btnRound02 a:after {
		line-height: 1.5;
	}
}
/*青線角丸-S*/
.btnRound03 a {
	color: #0090E0;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 11px 1em 11px 1em;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 30px;
	line-height: 1;
	font-weight: 700;
	border: 2px solid #0090E0;
}
@media screen and (min-width: 769px) {
	.btnRound03 a {
		font-size: 1.6rem;
	}
}
/* ----------------------------------------------
　ヘッダー
---------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 5%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 22;
	transition: 0.5s ease;
	border-bottom: 1px solid #B5B5B5;
}
header #headerInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.anchor {/*ページ内リンク用ヘッダー分引く*/
	margin-top: -65px;
	padding-top: 65px;
}
header .logo {
	position: relative;
	text-align: left;
}
header .logo a > img {
	width: auto;
	height: 10vw;
	max-height: 50px;
}
.confirm header nav,
.finish header nav{
	display: none;
}
header nav p {
	display: inline-block;
}
header nav p:first-child {
	margin-right: 1em;
}
@media screen and (max-width: 320px) {
	header nav p {
		font-size: 12px;
	}
	header nav p:first-child {
		margin-right: 5px;
	}
}
@media screen and (min-width: 769px) {
	header {
		padding: 0 2.5%;
		z-index: 20;
	}
	header .logo {
		padding: 0;
		left: 1%;
		margin-right: 4%;
	}
	header .logo a {
		display: flex;
		align-items: center;
	}
	header .logo a>img {
		width: auto;
		height: 50px;
		max-height: initial;
	}
}
/* ----------------------------------------------
　フッター
---------------------------------------------- */
footer {
	margin-top: 30px;
	background-color: #f7f7f7;
}
footer .info{
	/*padding: 25px 20px 130px 20px;*/
	padding: 35px 20px;
}
footer .info .logo {
	margin-bottom: 15px;
	width: 30%;
}
footer .info .logo img {
	width: 100%;
}
footer .info .text{
	letter-spacing: 0.09em;
}
footer .info .name{
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-size: 18px;
}
footer .info .address{
	line-height: 1.7;
	margin-bottom: 10px;
}
footer .info .note{
	margin-bottom: 10px;
}
footer .info .note span{
	font-weight: 600;
	letter-spacing: 0.07em;
	padding-right: 5px;
}
footer .copyright {
	text-align: center;
	background: #1C2A53;
	color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 40px;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	footer .info {
		width: 95%;
		max-width: 840px;
		margin: auto;
		/*padding: 35px 0 150px 0;*/
		padding: 35px 0;
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
	}
	footer .info .logo {
		margin-right: 4%;
		width: 15%;
	}
	footer .info .other {
		margin-right: 4%;
	}
	footer .info .text{
		font-size: 15px;
	}
}
/*pagetop
---------------------------*/
.pagetop {
	position: absolute;
	bottom: 150px;
	right: 0;
	width: 38px;
	height: 90px;
	background-color: rgba(000, 000, 000, 0.6);
	color: #ffffff;
}
.pagetop a {
	display: block;
}
.btnarrow {
	position: relative;
	color: #ffffff;
	padding: 0 12px;
	text-decoration: none;
	outline: none;
}
.btnarrow p {
	color: #ffffff;
	font-size: 14px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding-top: 39px;
}
.btnarrow:before{
	content: '';
	position: absolute;
	top: 17px;
	left: 11px;
	width: 1px;
	height: 65px;
	background:#ffffff;
	transition: all .3s;
}
.btnarrow:after{
	content: '';
	position: absolute;
	top: 20px;
	left: 10px;
	width: 12px;
	height: 1px;
	background: #ffffff;
	transform: rotate(45deg);
	transition: all .3s;
}
.btnarrow:hover:before{
	top: 10px;
}
.btnarrow:hover:after{
	top: 13px
}
@media screen and (min-width: 769px) {
	.pagetop {
		position: fixed;
		z-index: 11;
		bottom: 40px;
	}
}
/* ----------------------------------------------
　基本レイアウト
---------------------------------------------- */
.contentWrap {
	width: 100%;
	margin-top: 65px;
	text-align: center;
	overflow: hidden;
}
.contentWrap .inner {
	text-align: left;
	width: 90%;
	margin: auto;
	padding: 60px 0;
}
@media screen and (min-width: 769px) {
	.contentWrap .inner {
		max-width: 1140px;
		padding: 100px 0;
	}
	.contentWrap .inner.pcw02 {
		max-width: 840px;
	}
}

/* ----------------------------------------------
　見出し共通レイアウト
---------------------------------------------- */
/*.subTitle*/
.subTitle {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.subTitle h2,
.subTitle p {
	letter-spacing: 0.12em;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.4;
	position: relative;
	display: inline-block;
	color: #1C2A53;
}
.subTitle p {
	display: block;
}
.subTitle p.en {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 20px;
}
.subTitle h2:after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: inline-block;
	width: 100%;
	height: 10px;
	background-color: #FFFF00;
}
.subTitle.linetop {
	position: relative;
	padding-top: 14px;
	padding-bottom: 40px;
}
.subTitle.linetop:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: inline-block;
	width: 40px;
	height: 7px;
	background-color: #E80141;
}
.subTitle.linetop h2:after {
	content: none;
}
@media screen and (max-width: 320px) {
	.subTitle h2,
	.subTitle p {
		font-size: 20px;
	}
	.subTitle p.en {
		font-size: 16px;
	}
}
@media screen and (min-width: 769px) {
	.subTitle {
		padding: 0 5% 48px 5%;
	}
	.subTitle h2,
	.subTitle p {
		font-size: 3.8rem;
		line-height: 1.3;
	}
	.subTitle p.en {
		font-size: 3.1rem;
		margin-bottom: 10px;
	}
}

/* ----------------------------------------------
 フォーム
---------------------------------------------- */
.contentWrap form .inner {
	padding-top: 45px;
	padding-bottom: 0;
}
@media screen and (min-width: 769px) {
	.contentWrap form .inner {
		padding-top: 85px;
	}
}
/*formIntro*/
.formIntro {
	text-align: center;
	border-bottom: 1px solid #AADCEB;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.formIntro .box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.formIntro .tit {
	font-family: "Montserrat","Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 1em;
	font-weight: 500;
}
.formIntro .tit02{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 1em;
	font-weight: 500;
	color: #000000;
}
.formIntro .subTxt {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.75;
	text-align: left;
	padding: 10px 0;
}
.formIntro .subTxt.sky {
	color: #2175DB;
}
.formIntro .subTxt.blue {
	color: #00a0e9;
}
@media screen and (min-width: 769px) {
	.formIntro {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.formIntro .tit {
		font-size: 2.4rem;
	}
	.formIntro .tit02 {
		font-size: 2.5rem;
	}
	.formIntro .subTxt {
		font-size: 17px;
		line-height: 1.75;
		text-align: center;
		padding: 15px 0;
	}
}

/*formArea*/
.formArea {
	padding: 0 10px;
}
.formArea .cat {
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	font-size: 17px;
	color: #1C2A53;
	border-bottom: 1px solid #1C2A53;
	margin-bottom: 30px;
}
.formArea dl {
	margin:0 auto 30px auto;
}
.formArea dl.hours {
	display: none;
}
.formArea dt {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #1C2A53;
}
.formArea dt span {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #ffffff;
	background-color: #F86964;
	padding: 2px 4px;
}
.formArea dt span.nini {
	background-color: #B5B5B5;
}
.formArea dd {
	font-size: 16px;
	line-height: 1.6;
}
.formArea dd .txt-s {
	font-size: 14px;
	color: #041E4E;
}
.formArea dd .done {
	display: none;
}
.formArea dd #dateInline {
	display: none;
}
.formArea dd .calender span{
	display: block;
	line-height: 1.6;
    letter-spacing: 0.05em;
}
.formArea input[type="text"],
.formArea input[type="file"],
.formArea input[type="email"],
.formArea textarea,
.formArea select {
	border: 1px solid #CBD6E2;
	background-color: #F5F8FA;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
}
.formArea input[type="file"] {
	font-size: 14px;
	border: none;
	cursor: pointer;
}
/*プレスホルダー文字色*/
::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 textarea:not(:placeholder-shown),
.formArea select option:checked {
    background-color: #ffffff;
}
/*ラジオボタン装飾*/
.formArea input[type="radio"] {
	appearance: none;
	display: none;
	opacity: 0;
	width: 1px;
	position: absolute;
	height: 1px;
}
.formArea input[type="radio"] + span {
	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 {
	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 {
	width: 25px;
	height: 25px;
	background: #F5F8FA;
	border: 1px solid #CBD6E2;
	left: 0;
}
.formArea input[type="radio"] + span::after {
	width: 10px;
	height: 10px;
	background: #F5F8FA;
	left: 7px;
	opacity: 0;
}
.formArea input[type="radio"]:checked + span::before {
	border: 2px solid #2175DB;
	background-color: #ffffff;
}
.formArea input[type="radio"]:checked + span::after {
	background: #2175DB;
	opacity: 1;
}
.formArea input + span.uni {
	vertical-align: middle;
	padding-left: 10px;
}
.formArea .err {
	color: #ff0000;
	font-size: 88%;
	font-weight: 500;
}
@media screen and (min-width: 769px) {
	.formArea .cat {
		font-size: 1.9rem;
		border-bottom: 2px solid #1C2A53;
		margin-bottom: 50px;
		padding-top: 30px;
	}
	.formArea .widsizeS {
		max-width: 170px;
	}
	.formArea .widsizeM {
		max-width: 250px;
	}
	.formArea input[type="radio"] + span {
		padding-left: 40px;
	}
	.formArea input[type="radio"] + span::before {
		width: 32px;
		height: 32px;
	}
	.formArea input[type="radio"] + span::after {
		width: 12px;
		height: 12px;
		left: 10px;
	}
}

/*jQuery UI Datepicker（カレンダー）用*/
.formArea input#datepicker {
	cursor: pointer;
}
.formArea input#datepicker::placeholder {
	color: #212121 !important;
}
#ui-datepicker-div {
	margin-top: -6vh;
}
/*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 #2175DB;
	border-right: 2px solid #2175DB;
	transform: rotate(45deg);
}
.formArea .selectWrap.loan {
	display: inline-block;
	min-width: 11em;
}
@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: 11em;
		margin-right: 3%;
		font-size: 1.6rem;
	}
	.formArea dd {
		width: 73%;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
/*チェックボックス装飾*/
.checkboxArea li {
	margin-bottom: 1em;
	line-height: 2.5;
}
.checkboxArea li label {
	display: inline-block;
	position: relative;
	padding-left: 27px;
	/*margin-right: 5px;*/
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	line-height: 1.6;
}
/*.checkboxArea li label:last-child {
	margin-right: 0;
}*/
.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 #CBD6E2;
	background-color: #F5F8FA;
}
.checkboxArea .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 6px;
	top: 0px;
	width: 8px;
	height: 16px;
	border: 3px solid #2175DB;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.checkboxArea input:checked + .checkmark {
	background-color: #ffffff;
	border: 2px solid #2175DB;
}
.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 {
	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;
}
}
/*フォーム用ボタン*/
form .btn {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
form .btn button {
	padding-left: 2em;
	padding-right: 2em;
	min-width: 60%;
	color: #ffffff;
	display: block;
	width: auto;
	text-align: center;
	height: 56px;
	margin: 0 auto;
	position: relative;
	background-color: #E80141;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 1;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	border-radius: 50px;
}
form .btn button span {
	font-weight: 700;
}
form .btn button:hover {
	opacity: 1;
}
form .btn button.back,
form .btn button.back + button {
	margin: 0;
	min-width: inherit;
}
form .btn button.back {
	background-color: #999999;
	width: 35%;
}
form .btn button.back + button {
	width: 60%;
}
form .btn button.back:before {
	border: 2px solid #999999;
	border-bottom: 3px solid #999999;
	background-color: #ffffff;
}
form .btn button.back:hover {
	color: #999999;
}
@media screen and (min-width: 769px) {
	form .btn {
		justify-content: center;
		margin-top: 100px;
	}
	form .btn button,
	form .btn button.back,
	form .btn button.back + button {
		width: 48%;
		max-width: 343px;
		margin: 0 1%;
		min-width: inherit;
		height: 70px;
		font-size: 2.0rem;
	}
	form .btn button:hover {
		opacity: 1;
		color: #E80141;
	}
	form .btn button:before {
		position: absolute;
		height: 100%;
		top: 1px;
		right: 1px;
		bottom: 1px;
		left: 1px;
		z-index: -1;
		content: "";
		border: 2px solid #E80141;
		border-bottom: 3px solid #E80141;
		background-color: #ffffff;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform 0.3s;
		border-radius: 50px;
	}
	form .btn button:hover:before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
}
/*確認画面
-------------------*/
#formConfirm header .closeNav ul,
#formConfirm #menu_btn {
	display: none;
}
#formConfirm .formArea dt {
	background-color: #f2f2f2;
	padding: 8px 10px;
}
#formConfirm .formArea dd {
	padding: 10px;
}
#formConfirm .formArea dd p {
	font-weight: 500;
}
#formConfirm .formArea h4 {
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 15px 0;
}
#formConfirm .infoBox {
	padding-top: 2em;
}
#formConfirm .infoBox p {
	padding-bottom: 1em;
}
#formConfirm .infoBox p > a {
	color: #00a0e9;
	text-decoration: underline;
	font-weight: 700;
}
#formConfirm .infoBox p:last-child {
	padding-bottom: 0;
}
@media screen and (min-width: 769px) {
	#formConfirm .infoBox {
		text-align: center;
	}
	#formConfirm .infoBox p {
		font-size: 1.6rem;
	}
}
/*戻るボタン小*/
#formConfirm .btnSm {
	text-align: right;
	margin-bottom: 40px;
}
#formConfirm .btnSm button {
	cursor: pointer;
	padding: 10px 15px 10px 25px;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid #555555;
	color: #555555;
	position: relative;
}
#formConfirm .btnSm button:before {
	position: absolute;
	z-index: 1;
	content: "";
	display: inline-block;
	margin: auto;
	left: 10px;
	top: 0;
	bottom: 0;
	border-bottom: solid 3px #727272;
	border-left: solid 3px #727272;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}
#formConfirm .btnSm button:hover {
	color: #ffffff;
	background-color: #555;
}
#formConfirm .btnSm button:hover:before {
	border-bottom: solid 3px #ffffff;
	border-left: solid 3px #ffffff;
}
@media screen and (min-width: 769px) {
	#formConfirm .formArea dt {
		background-color: #ffffff;
		padding: 0 10px;
		width: 28%;
	}
	#formConfirm .formArea dd {
		padding: 0 10px;
		width: 70%;
	}
	#formConfirm .formArea dl {
		border-bottom: 1px solid #AADCEB;
		padding-bottom: 25px;
	}
	#formConfirm .formArea h4 {
		margin-bottom: 30px;
		background-color: #f2f2f2;
		letter-spacing: 0.15em;
		font-size: 2.2rem;
	}
	#formConfirm .btnSm {
		text-align: right;
		margin-bottom: 40px;
	}
	#formConfirm .btnSm button {
		padding: 10px 5% 10px 6.5%;
		font-size: 1.5rem;
	}
	#formConfirm .btnSm button:before {
		left: 8%;
	}
}
@media screen and (max-width: 428px) {
	#formConfirm .formArea dt {
		font-size: 14px;
		line-height: 1.5;
	}
}
/*送信完了画面
-------------------*/
#formFinish header .closeNav ul,
#formFinish #menu_btn {
	display: none;
}
#formFinish .mailConf {
	text-align: center;
	background-color: #F5F8FA;
	padding: 20px 3%;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	font-family: "Montserrat","Noto Sans JP", sans-serif;
	margin-bottom: 10px;
}
#formFinish .formIntro.bnrArea {
	border: none;
}
#formFinish .formIntro.bnrArea .btn {
	margin-top: 1em;
}
#formFinish footer {
	margin-top: 30px;
}
@media screen and (min-width: 768px) {
	#formFinish .mailConf {
		font-size: 2.2rem;
		line-height: 1.4;
		margin-top: 20px;
	}
	#formFinish .formIntro {
		margin-top: 0;
		margin-bottom: 25px;
	}
	#formFinish footer {
		margin-top: 60px;
	}
}
@media screen and (max-width: 428px) {
	#formFinish .formIntro .tit {
		font-size: 5.2vw;
		margin-bottom: 0;
	}
}
/*TEL・MAIL*/
.telMailArea > p {
	margin-bottom: 1.5em;
}
.telMailArea li {
	width: 100%;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
}
.telMailArea li:first-child {
	margin-bottom: 20px;
}
.telMailArea li a {
	display: block;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0em;
	line-height: 1;
	color: #ffffff;
	padding: 10px 0 10px 50px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #064293;
}
.telMailArea li a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 40px;
	height: 40px;
	background: url("../img/tel-icon.png") center center no-repeat;
	background-size: contain;
	margin: auto;
	border-radius: 50%;
}
.telMailArea .telBox .linkTel {
	display: inline;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.04em;
	line-height: 1.1428571429;
	background:none;
	font-weight: bold;
	padding: 0;
}
.telMailArea .mailBox a {
	background-color: #009ce5;
}
.telMailArea .mailBox a:before {
	background-color: #007ed9;
	background: url("../img/mail-icon.png") center center no-repeat;
	background-size: contain;
}
.telMailArea .mailBox p {
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.telMailArea > p {
		text-align: center;
		font-size: 16px;
	}
	.telMailArea ul {
		display: flex;
		max-width: 700px;
		margin: auto;
	}
	.telMailArea li:first-child {
		margin-bottom: 0;
	}
}
