/* Contact */

#contact_content .side {
    position: sticky;
    top: 150px;
    width: 28%;
}
#contact_before {
    padding-right: 3em;
    border-right: solid 2px #eee;
}
#contact_before h3.title {
    font-size: 1.2em;
}
#contact_before h3.title::before {
    width: 15px;
    height: 15px;
    border: 3px solid #009ea1;
}
#contact_before ul {
    /* text-align: right; */
}
#_contact_before li {
	position: relative;
	padding-left: 20px;
}
#contact_before li:not(:last-of-type) {
	margin-bottom: 2.5em;
}
#_contact_before li::before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 7px;
	height: 1px;
	background: #009ea1;
}
#contact_before li span {
	display: block;
    padding: 0.8em;
    margin-bottom: 1.5em;
    font-size: 0.9em;
    line-height: 1.2em;
    background: #f0f0f0;
    border-radius: 200px;
    text-align: center;
}
#contact_before li a {
	font-size: 1.1em;
}
#contact_before li a::before {
	top: 4px;
}
.contact_before_pane:not(:last-of-type) {
    margin-bottom: 1.5em;
}
.contact_before_pane a {
    display: block;
    position: relative;
    padding: 1.1em 30px 1.25em 1.2em;
    padding: 1.1em 30px 1.15em 1.2em;
    background: #f6f6f6;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}
.contact_before_pane a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: '';
	width: 7px;
	height: 11px;
	background: url(../images/common/icon_more.png) no-repeat center / 100%;
}
.contact_before_pane a:hover::before {
	animation: contact_before 350ms ease-in-out forwards;
}
@keyframes contact_before {
	0% {
		right: 20px;
	}
	50% {
		right: 24px;
	}
	100% {
		right: 20px;
	}
}
._contact_before_pane a::before {
    position: absolute;
    bottom: -5px;
    right: -10px;
    content: '';
    width: 65px;
    height: 65px;
    background: #fff;
    z-index: 1;
}
#_contact_before_faq a::before {
    background: url(../images/common/icon_faq_white.png) no-repeat center / 100%;
}
#_contact_before_available a::before {
    background: url(../images/common/icon_available_white.png) no-repeat center / 100%;
}
#_contact_before_area a::before {
    background: url(../images/common/icon_area_white.png) no-repeat center / 100%;
}
#_contact_before_price a::before {
    background: url(../images/common/icon_price_white.png) no-repeat center / 100%;
}
.contact_before_pane p {
    position: relative;
    margin-bottom: 0.5em;
    margin-bottom: 0.8em;
    font-size: 0.85em;
    font-size: 0.8em;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    z-index: 2;
}
.contact_before_pane h4 {
    position: relative;
    position: relative;
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    z-index: 2;
}
#contact_content .main h3 {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#contact_tel {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #eee;
}
#contact_tel a {
    display: block;
    padding: 3em 3em 3em 2em;
    padding: 2.4em 3em 2.4em 3em;
    color: #fff !important;
    background: #009ea1;
    border-radius: 10px;
    text-decoration: none;
    transition: all 250ms;
}
#contact_tel a:hover {
    transform: scale(1.03);
    transition: all 300ms;
}
#contact_tel h3 {
    float: left;
    margin-top: 13px;
}
.contact_tel_number {
    float: right;
    position: relative;
    padding-left: 45px;
}
.contact_tel_number::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    width: 29px;
    height: 48px;
    background: url(../images/common/icon_tel.png) no-repeat center / 100%;
}
.contact_tel_number h4 {
    position: relative;
    margin-bottom: 0.25em;
    font-size: 2.1em;
    letter-spacing: 0;
}
.contact_tel_number p {
    padding-left: 3px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
#contact_content #form .heading {
    margin-bottom: 3em;
}
#contact_content #form .heading h3 {
    float: left;
    color: #009ea1;
}
.required_desc {
    position: relative;
    float: right;
    color: #888;
    font-size: 0.9em;
    padding-left: 1em;
}
.required_desc::before {
    position: absolute;
	top: 5px;
	left: 0;
	content: '';
	width: 5px;
	height: 5px;
	background: #e80e56;
	border-radius: 100px;
	overflow: hidden;
}
#contact_content #form h6 {
    position: relative;
    padding-left: 1em;
    /* color: #009ea1; */
}
.form_privacy_link {
	margin: 1.5em 0;
	font-size: 0.9em;
}
.form_privacy_link a {
	color: #888 !important;
	text-decoration: underline;
}
#contact_privacy {
    margin-bottom: 2em;
    padding: 2em 2.5em;
    background: #f6f6f6;
    background: #f0f0f0;
    border-radius: 5px;
}
#contact_privacy_inner {
    height: 300px;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#contact_privacy h4 {
    margin-bottom: 1em;
    /* color: #009ea1; */
    font-size: 1.1em;
    font-weight: 500;
}
#contact_privacy h5:first-of-type {
    margin-top: 0;
}
#contact_privacy h5 {
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    font-size: 1.08em;
    font-weight: 500;
}
#contact_privacy h6 {
    margin-top: 1.2em;
    margin-bottom: 0.5em !important;
    padding-left: 0 !important;
    color: #252525 !important;
    font-size: 1em !important;
    font-weight: 500;
}
#contact_privacy p {
    font-size: 0.9em;
}
#field_privacy .icr-label.checked .type_checkbox:before,
#field_privacy .icr-label.checked .type_checkbox:after {
	background: #009ea1 !important;
}

.form_confirm .field p.note {
    display: none !important;
}

/* Sent */

.sent_content h3 {
    margin-bottom: 2em;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#sent_content_text p {
	margin-bottom: 1.5em;
    font-size: 1.14em !important;
    line-height: 2.06em !important;
    letter-spacing: 0.07em !important;
}
#sent_content_text p.note {
    font-size: 0.95em !important;
    line-height: 2.06em !important;
    letter-spacing: 0.07em !important;
}


