/* お問い合わせページ ============================================================================================================*/
.tels {
	padding: 50px 0 90px;
}
@media (max-width:550px) {
	.tels {
		padding: 30px 0 60px;
	}
}
.context {
	margin-top: 15px;
	margin-bottom: 65px;
}
@media (max-width:800px) {
	.context.ctmail {
		margin-bottom: 0;
	}
}
@media (max-width: 550px) {
	.context {
		font-size: 90%;
		margin-bottom: 35px;
	}
	.context.ctmail {
		margin-top: 27px;
		margin-bottom: 20px;
	}
}
.contact_wrap {
	padding: 23px 15px 27px;
	background: #fff;
	max-width: 570px;
	margin: auto;
}
.tels .tel_contact i {
	color: #3eb6f7;
}
.tels .tel_contact {
	font-size: clamp(1.7rem, 0.45rem + 4vw, 2.7rem);
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
}
.tels .tel_contact:hover {
	color: #333;
	opacity: 0.6;
}
.tl_mini span {
	font-size: 107%;
}
@media (max-width: 750px) {
	.contact_wrap {
		margin-bottom: 7px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 550px) {
	.contact_wrap {
		max-width: 100%;
		padding: 17px;
	}
	.tl_mini {
		font-size: 0.85rem;
	}
}
.cotm {
	margin-bottom: 35px;
}
.cotop {
	line-height: 2.3;
	margin-bottom: 50px;
}
@media (max-width:930px) {
	.cotm {
		margin-bottom: 25px !important;
	}
	.cotop {
		text-align: left;
		margin-bottom: 30px;
	}
}
.telmgb {
	margin-bottom: 25px;
}
.famgb {
	margin-bottom: 30px;
}
.tels .tl_text {
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
	margin-bottom: 30px;
}
.faxs {
	padding-top: 70px;
}
@media (max-width: 550px) {
	.telmgb {
		margin-bottom: 17px;
	}
	.tels .tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.formsel p {
	display: inline-block;
	margin-right: 10px;
	font-size: 0.95rem;
}
.formsel p:last-child {
	margin-bottom: 0;
}
@media (max-width: 450px) {
	.formsel p {
		display: block;
		margin-right: 0;
	}
}
.mailform {
	max-width: 1100px;
	margin: 40px auto 0;
}
@media (max-width: 550px) {
	.mailform {
		margin-top: 0;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #333;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #3eb6f7;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 500;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #3eb6f7;
	color: #3eb6f7 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
	font-weight: 500;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #3eb6f7;
	font-weight: 500;
	padding: 1% 7%;
	transition: .4s;
}
.mailform button:hover {
	background-color: #fff;
	color: #3eb6f7;
	border: 1px solid #3eb6f7;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
	.mailform .row:first-child {
		padding-top: 5px;
	}
}
@media (max-width: 550px) {
	.mail_s {
		padding: 55px 0;
	}
	.mailform button {
		width: 220px;
		padding: 7px;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/*プライバシーポリシー*/
.privacy .maintitle.mtlong {
	text-align: left;
}
.privacy {
	margin-top: 70px;
}
.scroll_flame {
	height: 250px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	background: #fff;
	padding: 20px;
}
.scroll_flame p {
	font-size: 90%;
}
.scroll_flame p span {
	font-weight: 700;
}
.scroll_flame p span::before {
	content: "■";
	display: inline-block;
	font-size: 0.7rem;
	margin-right: 0.35em;
	transform: translateY(-2px);
	color: #3eb6f7;
}
@media(max-width:550px) {
	.privacy {
		margin-top: 53px;
	}
	.scroll_flame {
		height: 220px;
		padding: 13px;
	}
}
/*スクロールバー*/
.scroll_flame::-webkit-scrollbar {
	overflow: hidden;
	width: 1px;
	background: #fafafa;
}
.scroll_flame::-webkit-scrollbar-button {
	display: none;
}
.scroll_flame::-webkit-scrollbar-thumb, .scroll_flame::-webkit-scrollbar-corner {
	background: #333;
}
.scroll_flame::-webkit-scrollbar-thumb, .scroll_flame::-webkit-scrollbar-corner {
	background: #333;
}