/* Contact */

#contact_campaigns {
    /* text-align: center; */
}
#contact_campaigns_wrapper {
    position: relative;
    padding: 3em 4.5em 3.5em 4.5em;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
#contact_campaigns_wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/common/accent_color.png) no-repeat left top / contain;
    opacity: 0.1;
    z-index: -1;
}
.contact_campaigns_container {
    margin-bottom: 2.5em;
}
.contact_campaigns_text {
    float: left;
    width: 75%;
}
.contact_campaigns_text h5 {
    display: inline-block;
    position: relative;
    margin-bottom: 1.2em;
    padding-bottom: 0.3em;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: #6e759b;
    border-bottom: 2px solid #6e759b;
}
.contact_campaigns_text h3 {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: #212362;
}
.contact_campaigns_image {
    float: right;
    width: 20%;
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
}
.contact_campaigns_panes {
    counter-reset: number 0;
}
.contact_campaigns_pane {
    float: left;
    position: relative;
    padding: 1.5em 2em 1.1em 2em;
    width: 32%;
    background: rgba(255, 255, 255, 0.6);
    border: solid 2px #212362;
    border-radius: 10px;
    text-align: center;
    counter-increment: number;
}
.contact_campaigns_pane:nth-of-type(3n - 1) {
    margin: 0 2%;
}
.contact_campaigns_pane::before {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5em 1em;
    content: '特典 ' counter(number);
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    background: #212362;
    border-radius: 200px;
}
.contact_campaigns_pane h4 {
    font-size: 1.8em;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #212362;
}
.contact_campaigns_pane h4 .label {
    display: block;
    margin-bottom: 0.2em;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0;
}
#contact_campaigns_glove h4 {
    letter-spacing: 0.1em;
}
#contact_campaigns_glove h4 .label {
    letter-spacing: 0.1em;
}
#_contact_campaigns p.note {
    text-align: right;
}

#contact_form .main {
    width: 60%;
}
#field_message .note {
    margin-bottom: 1.5em;
}
.submit_button {
    float: left;
    width: 42.4%;
}
.submit p.note {
    float: right;
    clear: none;
    margin-top: 8px;
    width: 48.7%;
    line-height: 1.8em;
}

._field_conditional {
    display: none;
}
._field_reserve_date {
    float: left;
    width: 31%;
}
.field_reserve:not(:last-of-type) {
	margin-bottom: 1.5em;
}
#_field_reserve_second {
    margin: 0 3.5%;
}
.element_label {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 1.05em;
    font-size: 0.95em;
}

#contact_form .side {
    width: 30%;
}
.form_faq {
	margin-bottom: 3.5em;
}
.form_faq h3 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
	color: #212362;
}
.form_faq_pane {
	padding: 1em 0;
}
.form_faq_pane:not(:last-of-type) {
	border-bottom: solid 1px #ccc;
}
.form_faq_pane h4 {
	font-weight: 500;
	line-height: 1.5em;
}
.form_faq_a {
	padding-top: 0.7em;
	font-size: 0.85em;
	line-height: 1.5em;
}
.form_faq_a ul {
	margin-top: 0.3em;
	list-style-type: disc;
	list-style-position: inside;
}
.form_faq_a li a {
	color: #212362 !important;
}
.form_faq .more {
	margin-top: 1.5em !important;
}

/* Sent */

#sent .summary {
    margin-bottom: 2em;
}
.sent_direct {
    margin: 0 auto;
    padding: 2em;
    background: #fff;
    width: 70%;
    border-radius: 10px;
}
.sent_direct li {
    line-height: 1.2em;
}
.sent_direct li:not(:last-of-type) {
    margin-bottom: 1em;
}
.sent_direct li span.label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    font-size: 1.05em;
}
.sent_direct li a {
    font-size: 1.25em;
    color: #212362 !important;
}

 
@media screen and (max-width: 960px) and (min-width: 751px) {
	
    #contact_campaigns_wrapper {
        padding: 3em 3.5em 3.5em 3.5em;
    }
    .contact_campaigns_text {
        width: 70%;
    }
    .contact_campaigns_image {
        width: 25%;
    }
	.contact_campaigns_pane {
        padding: 1.3em 1em 1.2em 1em;
    }
	
}