/* Contact */

#contact_side {
    position: sticky;
    top: calc(var(--header_h) + 55px);
}
#contact_direct_number {
    margin-bottom: 0.8em;
    font-size: 2em;
    font-weight: 500;
}
#contact_direct_time {
    margin-bottom: 1em;
}
#contact_direct_time h5 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
}
#contact_direct_time h5 span {
    font-size: 0.7em;
}
#contact_direct_time p {
    font-size: 0.9em;
    line-height: 1.8em;
}
#contact_faq .heading {
	margin-bottom: 3em;
}
#contact_faq .heading {
	margin-bottom: 2em;
}
#contact_faq h3.title {
	float: left;
}
#contact_faq .more {
	float: right;
}
.contact_faq_card {
	position: relative;
	border-radius: 30px;
	cursor: pointer;
}
.contact_faq_card {
	display: table;
	padding: 2.5em 2.5em 2.8em 2.8em;
	padding: 2em;
	width: 100%;
	min-height: 7em;
	background: #fff;
	z-index: 10;
}
.contact_faq_card h4 {
	display: table-cell;
	font-size: 1em;
	font-size: 0.95em;
	line-height: 1.7em;
	line-height: 1.6em;
	letter-spacing: 0.03em;
	vertical-align: middle;
}
.contact_faq_card p {
	font-size: 0.92em;
	letter-spacing: 0.07em;
	text-align: right;
}
.contact_faq_card_under {
	transform: translate(50px, -25px);
	transform: translate(40px, -25px);
	padding: 3.6em 2.5em 2.8em 2.8em;
	padding: 3em 2em 2em 2em;
	color: #fff;
	background: var(--students);
	z-index: 1;
}
.contact_faq_card_under::before {
	position: absolute;
	bottom: 16px;
	right: 17px;
	content: '';
	width: 26px;
	height: 26px;
	background: url(../images/common/icon_card_under.png) no-repeat center / 100%;
}
.contact_faq_card_under h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	font-size: 1em;
	font-size: 0.95em;
	line-height: 1.7em;
	line-height: 1.6em;
	letter-spacing: 0.03em;
	min-height: 5.1em;
	min-height: 4.8em;
}
.contact_faq_card_under ul {
	display: none;
}

#contact_faq_overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 10001;
}
#contact_faq_detail {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 580px;
	max-height: 600px;
	background: #fff;
	border-radius: 20px;
	z-index: 10002;
	overflow-y: scroll;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
#contact_faq_detail_inner {
	position: relative;
	padding: 3em 3.5em;
	width: 100%;
	height: 100%;
}
#contact_faq_detail h4 {
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.6em;
}
#contact_faq_detail h5 {
	line-height: 1.7em;
}
#contact_faq_detail ul {
	margin-top: 1em;
	padding-left: 1.5em;
	font-size: 0.85em;
}
#contact_faq_detail li {
	list-style-type: disc;
}
#contact_faq_detail_close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_close.png) no-repeat center / cover;
	cursor: pointer;
}
#contact_access ul {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.6em;
}
#contact_access ul .label_before {
	display: block;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.5em;
}
#contactb_access ul .label_after {
	margin-left: 0.5em;
	font-weight: 400;
	font-size: 0.75rem;
}
#contact_access li:not(:last-of-type) {
	margin-bottom: 0.8em;
}
#contact_access li#contact_access_note {
	margin-top: 1.2em;
}
.form_privacy_link {
	font-size: 0.85em;
}

#sent .note {
	margin-top: 1em;
	line-height: 1.5em;
}
#_sent .summary {
	margin-bottom: 5em;
}
#sent_heading {
	float: left;
	width: 60%;
}
#sent_contact {
	float: right;
	width: 35%;
}
#sent_contact li {
	font-size: 1.1em;
}
#sent_contact li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
#sent_contact li span {
	padding-left: 35px;
	background-size: 28px;
}
#sent_contact li#sent_contact_mail span {
	background-size: 24px;
	background-position: 3px center;
}

@media screen and (max-width: 1095px) and (min-width: 750px) {
	
	#sent_contact {
		padding: 2em 2em 3em 2em;
	}
	
}