/*! 元のスタイルからinquiry関連を抽出 */

/* フォント設定 */
@font-face {
	font-family: YakuHanJP;
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/YakuHanJP/YakuHanJP-Thin.eot);
	src: url(../fonts/YakuHanJP/YakuHanJP-Thin.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Thin.woff) format("woff")
}

@font-face {
	font-family: YakuHanJP;
	font-style: normal;
	font-weight: 200;
	src: url(../fonts/YakuHanJP/YakuHanJP-Light.eot);
	src: url(../fonts/YakuHanJP/YakuHanJP-Light.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Light.woff) format("woff")
}

@font-face {
	font-family: YakuHanJP;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/YakuHanJP/YakuHanJP-DemiLight.eot);
	src: url(../fonts/YakuHanJP/YakuHanJP-DemiLight.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-DemiLight.woff) format("woff")
}

@font-face {
	font-family: YakuHanJP;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/YakuHanJP/YakuHanJP-Regular.eot);
	src: url(../fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff")
}

@font-face {
	font-family: YakuHanJP;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/YakuHanJP/YakuHanJP-Medium.eot);
	src: url(../fonts/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Medium.woff) format("woff")
}

@font-face {
	font-family: YakuHanJP;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/YakuHanJP/YakuHanJP-Bold.eot);
	src: url(../fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff")
}

@font-face {
	font-family: YakuHanJP;
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/YakuHanJP/YakuHanJP-Black.eot);
	src: url(../fonts/YakuHanJP/YakuHanJP-Black.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Black.woff) format("woff")
}

/* 基本設定 */
body {
	font-family: "yakuhanjp", "Noto Sans Japanese", sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f4f7fa;
	min-width: 1000px;
}

/* ヘッダー */
.l-header {
	display: -webkit-flex;
	display: flex;
	height: 102px;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.l-header.type2 {
	background-color: #2cb6d3;
	position: relative;
	height: 135px;
}

@media screen and (max-width: 767px) {
	.l-header.type2 {
		height: 65px;
	}
}

.l-header__inner {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	width: 1366px;
}

.l-header.type2 .l-header__inner {
	padding-top: 6px;
	width: 1280px;
}

.l-logo {
	height: 100%;
	padding-left: 20px;
	padding-top: 3px;
	display: block;
	text-decoration: none;
	color: inherit;
}

.l-logo_inner {
	display: flex;
	align-items: end;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.l-logo_inner {
		display: block;
	}
}

.l-header.type2 .l-logo {
	margin-left: 2em;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.l-header.type2 .l-logo {
		margin-left: 0;
	}
}

.l-logo__txt {
	display: block;
	font-size: 12px;
	color: #fff;
	margin: 8px 0;
	font-weight: 400;
	line-height: 1.4;
}

.l-logo__image {
	height: 60px;
	width: auto;
}

.l-header.type2 .l-logo__image {
	margin-left: 0.8em;
	height: auto;
	width: 14em;
}

@media screen and (max-width: 767px) {
	.l-header.type2 .l-logo__image {
		width: auto;
		height: 40px;
		margin: -3px 0 0 0;
	}
}

.l-sm {
	display: none;
}

@media screen and (max-width: 767px) {
	.l-sm {
		display: inline;
	}
}

/* ページヘッダー */
.l-page-header {
	-webkit-align-items: center;
	align-items: center;
	background-color: #e6eef4;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 180px;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 20px;
	padding-top: 2px;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.l-page-header {
		height: 110px;
	}
}

.l-page-header__inner {
	width: 1280px;
}

.l-page-header__tit {
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	color: #333;
	margin: 0;
}

/* メインコンテンツ */
.l-page {
	min-height: 100vh;
	background-color: #f4f7fa;
}

.l-page__inner {
	background: #fff;
}

/* Inquiry Wrap */
.inquiry-wrap {
	background-color: #f4f7fa;
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap {
		padding-bottom: 30px;
	}
}

.inquiry-wrap__formarea {
	margin: 60px auto 0;
	width: 1000px;
}

/* 特典オファー */
.inquiry-wrap__formarea--special-offer {
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	border: 2px solid #2cb6d3;
}

@media screen and (min-width: 768px) {
	.inquiry-wrap__formarea--special-offer {
		margin-bottom: 48px;
		border: 3px solid #2cb6d3;
		padding: 15px;
	}
}

.inquiry-wrap__formarea--special-offer > h3 {
	font-size: 16px;
	font-weight: 700;
	color: #2cb6d3;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.inquiry-wrap__formarea--special-offer > h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

.inquiry-wrap__formarea--special-offer > p {
	font-size: 15px;
	color: #333;
	line-height: 1.6;
}

.inquiry-wrap__formarea--special-offer > p + p {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.inquiry-wrap__formarea--special-offer > p {
		font-size: 16px;
	}
}

/* テキストエリア */
.inquiry-wrap__formarea--txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: .2px;
	margin-left: 2px;
	color: #1f1f1f;
}

.inquiry-wrap__formarea--txt a {
	text-decoration: none;
}

.inquiry-wrap__formarea--txt a:hover {
	text-decoration: underline;
}

/* フォーム */
.inquiry-wrap__formarea--form {
	margin-top: 29px;
}

.inquiry-wrap__formarea--form dl {
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
}

.inquiry-wrap__formarea--form dl dt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	-webkit-align-items: center;
	align-items: center;
	background-color: #e6eef4;
	display: -webkit-flex;
	display: flex;
	padding-left: 29px;
	position: relative;
	min-width: 251px;
	width: 251px;
}

.inquiry-wrap__formarea--form dl dt.required:after {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	-webkit-align-items: center;
	align-items: center;
	background-color: #f2657f;
	content: "必須";
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	letter-spacing: 4px;
	padding-left: 4px;
	position: absolute;
	right: 20px;
	top: calc(50% - 11px);
	height: 22px;
	width: 47px;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dt.required:after {
		margin-left: 5px;
	}
}

.inquiry-wrap__formarea--form dl dt.optional:after {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	-webkit-align-items: center;
	align-items: center;
	background-color: #1e90ff;
	content: "任意";
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	letter-spacing: 4px;
	padding-left: 4px;
	position: absolute;
	right: 20px;
	top: calc(50% - 11px);
	height: 22px;
	width: 47px;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dt.optional:after {
		margin-left: 5px;
	}
}

.inquiry-wrap__formarea--form dl dd {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 30px;
	width: 100%;
}

/* 入力フィールド */
.inquiry-wrap__formarea--form dl dd input,
.inquiry-wrap__formarea--form dl dd button,
.inquiry-wrap__formarea--form dl dd textarea {
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.inquiry-wrap__formarea--form dl dd input[type="text"],
.inquiry-wrap__formarea--form dl dd input[type="email"],
.inquiry-wrap__formarea--form dl dd input[type="tel"] {
	font-size: 16px;
	line-height: 1;
	border: 1px solid #c6d4de;
	padding: 0 23px;
	height: 43px;
	width: 100%;
}

.inquiry-wrap__formarea--form dl dd input[type="text"]:placeholder-shown,
.inquiry-wrap__formarea--form dl dd input[type="email"]:placeholder-shown,
.inquiry-wrap__formarea--form dl dd input[type="tel"]:placeholder-shown {
	color: #adc0ce;
	padding-bottom: 1px;
}

.inquiry-wrap__formarea--form dl dd select::-ms-expand {
	display: none;
}

.inquiry-wrap__formarea--form dl dd.adjust {
	padding-top: 30px;
	padding-bottom: 30px;
}

.inquiry-wrap__formarea--form dl dd .width100 {
	width: 100%;
}

.inquiry-wrap__formarea--form dl dd input[type="text"],
.inquiry-wrap__formarea--form dl dd input[type="email"],
.inquiry-wrap__formarea--form dl dd input[type="tel"] {
	-webkit-appearance: none;
	appearance: none;
}

/* プレースホルダー */
.inquiry-wrap__formarea--form dl dd input[type="text"]:placeholder-shown {
	color: #999;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dd input[type="text"]:placeholder-shown {
		color: #999;
		padding-top: 0px;
	}
}

.inquiry-wrap__formarea--form dl dd input[type="email"]:placeholder-shown {
	color: #999;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dd input[type="email"]:placeholder-shown {
		color: #999;
		padding-top: 0px;
	}
}

.inquiry-wrap__formarea--form dl dd input[type="tel"]:placeholder-shown {
	color: #999;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dd input[type="tel"]:placeholder-shown {
		color: #999;
		padding-top: 0px;
	}
}

/* Webkit プレースホルダー */
.inquiry-wrap__formarea--form dl dd input[type="text"]::-webkit-input-placeholder {
	color: #999;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dd input[type="text"]::-webkit-input-placeholder {
		color: #999;
	}
}

.inquiry-wrap__formarea--form dl dd input[type="email"]::-webkit-input-placeholder {
	color: #999;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dd input[type="email"]::-webkit-input-placeholder {
		color: #999;
	}
}

.inquiry-wrap__formarea--form dl dd input[type="tel"]::-webkit-input-placeholder {
	color: #999;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dd input[type="tel"]::-webkit-input-placeholder {
		color: #999;
	}
}

/* Firefox プレースホルダー */
.inquiry-wrap__formarea--form dl dd input[type="text"],
.inquiry-wrap__formarea--form dl dd input[type="email"],
.inquiry-wrap__formarea--form dl dd input[type="tel"]:-moz-placeholder {
	color: #999;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dd input[type="text"],
	.inquiry-wrap__formarea--form dl dd input[type="email"],
	.inquiry-wrap__formarea--form dl dd input[type="tel"]:-moz-placeholder {
		color: #999;
		padding-top: 0px;
	}
}

.inquiry-wrap__formarea--form dl dd input[type="text"],
.inquiry-wrap__formarea--form dl dd input[type="email"],
.inquiry-wrap__formarea--form dl dd input[type="tel"]::-moz-placeholder {
	color: #999;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dd input[type="text"],
	.inquiry-wrap__formarea--form dl dd input[type="email"],
	.inquiry-wrap__formarea--form dl dd input[type="tel"]::-moz-placeholder {
		color: #999;
		padding-top: 0px;
	}
}

/* IE プレースホルダー */
.inquiry-wrap__formarea--form dl dd input[type="text"],
.inquiry-wrap__formarea--form dl dd input[type="email"],
.inquiry-wrap__formarea--form dl dd input[type="tel"]:-ms-input-placeholder {
	color: #999;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dd input[type="text"],
	.inquiry-wrap__formarea--form dl dd input[type="email"],
	.inquiry-wrap__formarea--form dl dd input[type="tel"]:-ms-input-placeholder {
		color: #999;
		padding-top: 0px;
	}
}

/* チェックボックス */
.inquiry-wrap__formarea--form dl dd input[type="checkbox"] {
	margin-right: 19px;
}

.inquiry-wrap__formarea--form dl dd input[type="checkbox"]:before,
.inquiry-wrap__formarea--form dl dd input[type="checkbox"]:after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inquiry-wrap__formarea--form dl dd input[type="checkbox"]:before {
	border: 1px solid #c6d4de;
	height: 20px;
	width: 20px;
}

.inquiry-wrap__formarea--form dl dd input[type="checkbox"]:after {
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	content: '\f00c';
	color: #2cb6d3;
	font-family: "Font Awesome 5 FREE";
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 5px;
	visibility: hidden;
}

.inquiry-wrap__formarea--form dl dd input[type="checkbox"]:checked:before {
	border-color: #2cb6d3;
}

.inquiry-wrap__formarea--form dl dd input[type="checkbox"]:checked:after {
	opacity: 1;
	visibility: visible;
}

.inquiry-wrap__formarea--form dl dd label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 250px;
}

.inquiry-wrap__formarea--form dl dd label:nth-of-type(n+3) {
	margin-top: 16px;
}

.inquiry-wrap__formarea--form dl dd textarea {
	border: 1px solid #c6d4de;
	margin: 9px 0 10px;
	padding: 15px 20px;
	height: 160px;
	width: 100%;
}

/* プライバシーポリシー */
.inquiry-wrap__formarea--privacy {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 50px;
}

.inquiry-wrap__formarea--privacy input,
.inquiry-wrap__formarea--privacy button,
.inquiry-wrap__formarea--privacy textarea,
.inquiry-wrap__formarea--privacy select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.inquiry-wrap__formarea--privacy select::-ms-expand {
	display: none;
}

.inquiry-wrap__formarea--privacy-textarea {
	background-color: #fff;
	border: 1px solid #c6d4de;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 16px 30px;
	height: 130px;
	width: 100%;
}

.inquiry-wrap__formarea--privacy-textarea p {
	margin: 0 0 15px 0;
}

.inquiry-wrap__formarea--privacy-textarea ul {
	margin: 10px 0;
	padding-left: 20px;
}

.inquiry-wrap__formarea--privacy-textarea li {
	margin-bottom: 5px;
}

.inquiry-wrap__formarea--privacy input[type="checkbox"] {
	margin-top: 1px;
	margin-right: 23px;
}

.inquiry-wrap__formarea--privacy input[type="checkbox"]:before,
.inquiry-wrap__formarea--privacy input[type="checkbox"]:after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inquiry-wrap__formarea--privacy input[type="checkbox"]:before {
	border: 1px solid #c6d4de;
	background-color: #fff;
	height: 20px;
	width: 20px;
}

.inquiry-wrap__formarea--privacy input[type="checkbox"]:after {
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	content: '\f00c';
	color: #2cb6d3;
	font-family: "Font Awesome 5 FREE";
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 5px;
	visibility: hidden;
}

.inquiry-wrap__formarea--privacy input[type="checkbox"]:checked:before {
	border-color: #2cb6d3;
}

.inquiry-wrap__formarea--privacy input[type="checkbox"]:checked:after {
	opacity: 1;
	visibility: visible;
}

.inquiry-wrap__formarea--privacy label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	margin-top: 24px;
	position: relative;
}

/* ボタンエリア */
.inquiry-wrap__formarea--btnarea {
	-webkit-align-items: center;
	align-items: center;
	margin: 50px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

/* グラデーション背景 */
.bg-gradient1 .btn-wrapper__inner,
.bg-gradient1:before {
	background: linear-gradient(to right, #FF6347 0%, #ff7f50 100%);
}

.fancy-button {
	color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(86, 187, 119, 0.35);
	display: inline-block;
	position: relative;
	transition: all .3s;
}

.fancy-button .btn-wrapper__inner {
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-text-align-last: center;
	text-align-last: center;
	padding: 21px 35px 19px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.pop-onhover:hover {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	transition: all .3s;
}

/* エラー表示 */
.inquiry-wrap__formarea .error {
	color: #e74c3c;
	font-size: 14px;
	margin-top: 8px;
	display: block;
}

/* フッター */
.l-footer {
	background: #484f52;
	color: #fff;
	padding: 50px 0 40px 0;
}

.l-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* 新しいセクション用のスタイル */
.l-footer__sns-section,
.l-footer__links-section {
	text-align: center;
	margin-bottom: 30px;
}

.l-footer__sns-section {
	margin-bottom: 40px;
}

.l-footer__nav--list__sns {
	display: flex;
	gap: 80px;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.l-footer__nav--list__sns a {
	display: inline-block;
	color: #9fa8ac;
	text-decoration: none;
	font-size: 18px;
	transition: color 0.3s ease;
}

.l-footer__nav--list__sns a:hover {
	color: #2cb6d3;
}

.l-footer__nav--item__linkList {
	display: flex;
	gap: 200px;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.l-footer__nav--link {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	position: relative;
}

.l-footer__nav--link:hover {
	text-decoration: underline;
}

/* 移植元の正確な矢印スタイル */
.l-footer__nav--item__linkList li a::after {
	content: "";
	position: absolute;
	right: -18px;
	top: 9px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-width: 0 2px 2px 0;
	height: 8px;
	width: 8px;
	border-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目の子要素（プライバシーポリシー）の矢印調整 */
.l-footer__nav--item__linkList li:nth-child(2) a::after {
	right: -12px;
}

.l-footer__copyright {
	text-align: center;
	font-size: 12px;
	color: #9fa8ac;
	margin: 0;
	padding-top: 20px;
}

/* レスポンシブ */
@media screen and (max-width: 1024px) {
	body {
		min-width: auto;
	}
	
	.inquiry-wrap__formarea {
		width: 100%;
		margin: 40px auto 0;
		padding: 0 20px;
	}
	
	.l-page-header__inner {
		width: 100%;
		padding: 0 20px;
	}
	
	.l-header.type2 .l-header__inner {
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.l-logo__txt {
		font-size: 10px;
		margin: 8px 0 0 0;
	}

	.l-logo__image {
		height: 50px;
	}

	.l-page-header__tit {
		font-size: 24px;
	}

	.inquiry-wrap__formarea {
		margin: 20px auto 0;
		padding: 0 21px 10px;
	}

	.inquiry-wrap__formarea--txt {
		padding: 0px;
		font-size: 12px;
        line-height: 1.625;
        letter-spacing: .2px;
	}

	.inquiry-wrap__formarea--form dl {
		flex-direction: column;
	}

	.inquiry-wrap__formarea--form dl dt {
		min-width: 100%;
		width: 100%;
		height: 50px;
		padding-left: 21px;
		padding-bottom: 5px;
		font-size: 15px;
	}

	.inquiry-wrap__formarea--form dl dt.required:after,
	.inquiry-wrap__formarea--form dl dt.optional:after {
		right: 19px;
		top: calc(50% - 11px);
	}

	.inquiry-wrap__formarea--form dl dd {
		padding: 20px 19px;
	}

	.inquiry-wrap__formarea--form dl dd.adjust {
		padding: 20px 19px;
	}

	.inquiry-wrap__formarea--form dl dd.adjust-sp {
		padding: 20px 19px;
	}

	.inquiry-wrap__formarea--form dl dd input[type="text"],
	.inquiry-wrap__formarea--form dl dd input[type="email"],
	.inquiry-wrap__formarea--form dl dd input[type="tel"] {
		padding: 12px;
		font-size: 16px;
		width: 100%;
	}

	.inquiry-wrap__formarea--form dl dd input[type="checkbox"] {
		margin-right: 10px;
	}

	.inquiry-wrap__formarea--form dl dd label {
		font-size: 16px;
		width: 100%;
		margin-bottom: 10px;
	}

	.inquiry-wrap__formarea--form dl dd label:nth-of-type(n+2) {
		margin-top: 5px;
	}

	.inquiry-wrap__formarea--form dl dd textarea {
		padding: 12px;
		height: 125px;
	}

	.inquiry-wrap__formarea--privacy {
		padding: 20px;
	}

	.inquiry-wrap__formarea--privacy-textarea {
		padding: 15px;
		font-size: 13px;
	}

	.inquiry-wrap__formarea--privacy input[type="checkbox"] {
		margin-right: 10px;
	}

	.inquiry-wrap__formarea--privacy label {
		font-size: 14px;
	}

	.inquiry-wrap__formarea--btnarea {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.inquiry-wrap__formarea--btnarea .fancy-button .btn-wrapper__inner {
		width: 295px;
		height: 55px;
	}

	.inquiry-wrap__formarea--btnarea .fancy-button .btn-wrapper__inner input {
		font-size: 17.5px;
	}

	.inquiry-wrap__formarea .error {
		font-size: 13px;
		margin-top: 5px;
	}

	.l-footer__sns-section,
	.l-footer__links-section {
		margin-bottom: 25px;
	}

	.l-footer__nav--item__linkList {
		gap: 30px;
		justify-content: center;
		flex-direction: column;
	}
	
	.l-footer__nav--list__sns {
		gap: 40px;
	}
	
	/* レスポンシブ対応の矢印調整 */
	.l-footer__nav--item__linkList li a::after {
		right: -16px;
		top: 8px;
	}
	
	.l-footer__nav--item__linkList li:nth-child(2) a::after {
		right: -20px;
	}

	.l-footer__nav--list__sns {
		justify-content: center;
	}
	
	/* 確認画面のボタンエリア レスポンシブ対応 */
	.inquiry-wrap__formarea--btnarea {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin: 50px auto 0;
	}

	.inquiry-wrap__formarea--btnarea .btn {
		border-radius: 35px;
		padding-right: 0;
		padding-bottom: 2px;
		height: 55px;
		width: 295px;
	}

	.inquiry-wrap__formarea--btnarea .back {
		margin-top: 30px;
		margin-right: 0;
		padding-right: 0;
		background-color: #a7bccd;
	}

	.inquiry-wrap__formarea--btnarea .btn-wrapper__inner {
		-webkit-align-items: center;
		align-items: center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		height: 55px;
	}
}

/* 確認画面のDLスタイル */
.inquiry-wrap__formarea--form dl {
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #e0e0e0;
}

.inquiry-wrap__formarea--form dl dt {
	width: 30%;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--form dl dt {
		width: 100%;
		padding-bottom: 5px;
		line-height: 1;
	}
}

.inquiry-wrap__formarea--form dl dd {
	color: #1f1f1f;
	line-height: 1.6;
}

/* ボタンエリアのスタイル */
.inquiry-wrap__formarea--btnarea {
	-webkit-align-items: center;
	align-items: center;
	margin: 50px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

/* 基本ボタンスタイル */
.inquiry-wrap__formarea--btnarea .btn {
	border-radius: 35px;
	box-shadow: none;
	height: 70px;
	padding-bottom: 2px;
	position: relative;
	width: 379px;
	margin-right: 0;
	transition: all .3s;
}

.inquiry-wrap__formarea--btnarea .btn input {
	width: 100%;
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

/* 戻るボタンのスタイル */
.inquiry-wrap__formarea--btnarea .back {
	transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	background: none;
	background-color: #a7bccd;
	margin-right: 40px;
	padding-right: 0;
}

.inquiry-wrap__formarea--btnarea .back:hover {
	opacity: .8;
}

.inquiry-wrap__formarea--btnarea .back input {
	color: #000;
}

.inquiry-wrap__formarea--btnarea .back:after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-width: 0 3px 3px 0;
	height: 13px;
	width: 13px;
	border-color: #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 64px;
	right: inherit;
	top: calc(50% - 7px);
	z-index: 10;
	transition: all .3s;
}

/* 送信ボタン共通スタイル */
.c-btn {
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all .5s;
	color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}

.fancy-button {
	color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(86, 187, 119, 0.35);
	display: inline-block;
	position: relative;
	transition: all .3s;
}

.fancy-button:before {
	border-radius: 25px;
	bottom: -5px;
	content: '';
	display: inline-block;
	-webkit-filter: blur(20px) brightness(0.95);
	filter: blur(20px) brightness(0.95);
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	transition: all 0.3s ease-out;
	width: 180px;
	z-index: 9;
}

.fancy-button .btn-wrapper__inner {
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50em;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	will-change: transform, filter;
	z-index: 10;
}

.inquiry-wrap__formarea--btnarea .btn-wrapper__inner {
	height: 70px;
}

.inquiry-wrap__formarea--btnarea .btn-wrapper__inner input {
	color: #fff;
	font-weight: bold;
}

/* bg-gradient1 オレンジグラデーション */
.bg-gradient1 .btn-wrapper__inner,
.bg-gradient1:before {
	background: linear-gradient(to right, #FF6347 0%, #ff7f50 100%);
}

/* 送信ボタンの矢印(右向き) */
.inquiry-wrap__formarea--btnarea .btn:after {
	border-style: solid;
	border-width: 0 3px 3px 0;
	height: 13px;
	width: 13px;
	border-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 50px;
	top: calc(50% - 8px);
	transition: all .3s;
	content: "";
	display: inline-block;
	z-index: 10;
}

/* 送信ボタンの矢印(左向き) */
.inquiry-wrap__formarea--btnarea .btn.allow-left:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 47px;
	top: calc(50% - 4px);
	transition: all .3s;
}

.inquiry-wrap__formarea--btnarea .btn:after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-width: 0 3px 3px 0;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	border-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 62px;
	top: calc(50% - 5px);
	z-index: 10;
	transition: all .3s;
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--btnarea {
	}
}
@media screen and (max-width: 767px) {
    .inquiry-wrap__formarea--btnarea .btn:after {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: "";
        display: inline-block;
        vertical-align: middle;
        border-style: solid;
        border-width: 0 3px 3px 0;
        vertical-align: middle;
        height: 10px;
        width: 10px;
        border-color: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 47px;
        top: calc(50% - 4px);
    }
}

.inquiry-wrap__formarea--btnarea .btn input,
.inquiry-wrap__formarea--btnarea .btn a {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	letter-spacing: .9px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.inquiry-wrap__formarea--btnarea .btn:hover::after {
		right: 50px;
		transition: all .3s;
	}
}

@media screen and (max-width: 767px) {
	.inquiry-wrap__formarea--btnarea .btn {
		width: 295px;
		height: 55px;
		margin-right: 0;
	}
	
	.inquiry-wrap__formarea--btnarea .btn input,
	.inquiry-wrap__formarea--btnarea .btn a {
		font-size: 17.5px;
	}
}

/* セレクトボックス */
.selectbox {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.selectbox::after {
	position: absolute;
	right: 30px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}

.selectbox select {
	appearance: none;
	min-width: 230px;
	height: 2.8em;
	padding: .4em calc(.8em + 30px) .4em .8em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
}
