@charset "utf-8";
.flex {
    display: flex;
}

div.movie_images {

}
div.movie_images .topIntBn {
    position: relative;
}
div.movie_images .topIntBn iframe {
    width: 100%;
    min-height: 350px;
}
div.movie_images ul {
    margin-top: 2em;
    flex-wrap: wrap;
}
div.movie_images ul>li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 2em;
}
div.movie_images ul>li:nth-child(2n) {
    margin-right: 0;
}
div.movie_images ul>li>a>img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}

div.topIntBn .video-modal-play::before {
    content: "";
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 1.4em;
    height: 1.4em;
    border: 0.05em solid #fff;
    border-radius: 100%;
}
div.topIntBn .video-modal-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-35%,-50%);
    transform: translate(-35%,-50%);
    width: 0;
    height: 0;
    border-top: 1.7em solid transparent;
    border-left: 2.7em solid #fff;
    border-bottom: 1.7em solid transparent;
}

@media screen and (max-width: 750px) {
    div.movie_images ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}


/* ===================================
 * グローバルスタイルの変更
 * =================================== */
.cormorant-font, .newsSection .newsHeader .readMore, .media-text-container .text-content h3, .mitsuma_message h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold !important;
}
.mainVisual h1 {
    font-size: 2.4rem;
    margin-bottom: .6em;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.6em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
:root {
    --black: #111f22;
    --gold: #eaba70;
    --gold-gradient: linear-gradient(90deg, #f3d7ad, #eaba70);
}

/* ===================================
 * Selle Francais Section の追加
 * =================================== */
.selleFrancais-section {
    background-color: #fff;
    padding: 6em 0;
    position: relative;
}
.selleFrancais-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    padding: 3em;
    box-sizing: border-box;
    background-color: #815d3f;
    color: var(--gold);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    gap: 30px;
}
.selleFrancais-banner-main {
    display: flex;
    align-items: center;
}
.selleFrancais-logo {
    height: 50px;
    margin-right: 25px;
    width: 50px;
}
.selleFrancais-title {
    font-size: 26px;
    letter-spacing: .1em;
    color: var(--gold);
}
.selleFrancais-description {
    font-size: 14px;
    line-height: 1.6;
    color: var(--gold);
}
.selleFrancais-description span {
    display: block;
}
@media (max-width: 768px) {
    .selleFrancais-banner {
        flex-direction: column;
        align-items: center;
        width: 80%;
        padding: 20px;
        gap: 10px;
    }
    .selleFrancais-title {
        font-size: 20px;
    }
    .selleFrancais-description span {
        display: inline-block;
    }
}

/* ===================================
 * News Section の変更
 * =================================== */
.newsSection {
    position: relative;
}
.newsSection .sectionInner {
    padding: 70px 0px;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.newsSection:before {
    content: '';
    display: block;
    width: 200%;
    height: 500px;
    z-index: 1;
    /* transform: rotate(7deg); */
    left: -50%;
    position: absolute;
    background: #fff;
}
.newsSection:after {
    content: '';
    display: block;
    width: 200%;
    height: 300px;
    z-index: 0;
    left: -50%;
    bottom: 0;
    position: absolute;
    background: #fff;
}
.newsSection .newsHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.newsSection .newsHeader h2 {
    font-size: 28px;
    letter-spacing: .2em;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.newsSection .newsHeader .readMore {
    color: #221e1f;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
    letter-spacing: 0.3em;
}
.newsSection .newsHeader .readMore:hover {
    background: #221e1f;
    color: #fff;
}
.newsSection .newsList {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.newsItem {
    width: calc(33.333%);
    box-sizing: border-box;
}
.newsItem a.newsItemLink {
    text-decoration: none;
    color: inherit;
    display: block;
}
.newsItem .newsItemImage {
    background-color: #e0e0e0;
    aspect-ratio: 4 / 3;
    margin-bottom: 10px;
    overflow: hidden;
}
.newsItem .newsItemImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsItem .category {
    display: inline-block;
    background-color: var(--black);
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
    margin-bottom: 8px;
}
.newsItem .date {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.newsItem .title {
    font-size: 15px;
    line-height: 1.5;
}

/* ===================================
 * Message Section の追加
 * =================================== */
.mitsuma_message {
    text-align: center;
    margin: 6em auto;
    line-height: 2.3;
}
.mitsuma_message h2 {
    color: var(--gold);
    font-size: 3.0rem;
    letter-spacing: .2em;
    margin-bottom: 1.8em;
    line-height: 1.8;
}
.mitsuma_message h2 span {
    font-family: initial;
    display: block;
    font-size: 2.0rem;
    font-weight: 400;
    color: var(--black);
    letter-spacing: .2em;
}
.mitsuma_message p {
    letter-spacing: .2em;
}
.mitsuma_message__position {
    font-size: 1.1rem;
    margin-top: 3em;
}
.mitsuma_message__name {
    font-size: 1.8rem;
}

/* ===================================
 * Lineup Section の変更
 * =================================== */
.lineupSection {
    background: var(--black);
    padding-bottom: 120px;
}
.lineupSection .sectionInner {
    padding: 60px 40px;
    max-width: 1330px;
    margin: auto;
}
.lineupSection h2 {
    background: var(--black);
}
.lineupSection h2:before {
    background: var(--gold-gradient);
}
.lineupSection h2:after {
    background: var(--gold-gradient);
}
.lineupSection .btn1:before {
    background: var(--gold-gradient); 
}
.lineupSection .btn1:after {
    background: var(--gold-gradient);
}

/* ===================================
 * Other Section の変更
 * =================================== */
.otherSection:after {
    /* コメントアウト */
    /* content:''; display:block; width:200%; height:500px; -webkit-transform:rotate(7deg); -ms-transform:rotate(7deg); transform:rotate(7deg); left:-50%; top:-409px; background:var(--black); position:absolute; */
}

/* ===================================
 * About Section の変更
 * =================================== */
.aboutSection {
    background: #fff; /* 背景色を変更 */
}

/* ===================================
 * Media Text Section の追加
 * =================================== */
.media-text-container {
    display: flex;
    max-height: 600px;
    background: #fff;
    color: #000;
    position: relative;
    z-index: 1;
}
.media-text-container .media-column,
.media-text-container .text-column {
    width: 50%;
    box-sizing: border-box;
}
.media-text-container .media-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-text-container .text-column {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 40px 100px;
}
.media-text-container .text-content h3 {
    font-size: 2.6rem;
    letter-spacing: .2em;
    margin-bottom: 20px;
}
.media-text-container .text-content h4 {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .2em;
    margin-bottom: 30px;
}
.media-text-container .text-content p {
    line-height: 2;
    letter-spacing: .2em;
    margin-bottom: 30px;
}
.media-text-container.bg_black {
    background-color: var(--black);
    color: #fff;
}
.media-text-container.bg_black h3 {
    color: var(--gold);
}
.media-text-container .btn1 {
    border: solid 1px var(--black);
    color: var(--black);
}
.media-text-container .btn1:hover,
.media-text-container .btn1:after {
    background: var(--black);
    color: #fff;
}
.media-text-container.bg_black .btn1 {
    border: solid 1px #fff;
    color: #fff;
}
.media-text-container.bg_black .btn1:hover,
.media-text-container.bg_black .btn1:after {
    background: #fff;
    color: var(--black);
}
.media-text-container.layout-reversed {
    flex-direction: row-reverse;
}
@media (max-width: 750px) {
    .media-text-container {
        flex-direction: column;
        max-height: none;
    }
    .media-text-container .media-column,
    .media-text-container .text-column {
        width: 100%;
    }
    .media-text-container .text-column {
        padding: 30px;
    }
    .media-text-container.layout-reversed {
        flex-direction: column;
    }
}

/* ===================================
 * Company Profile Section の追加
 * =================================== */
.company-profile {
    padding: 6em 10px;
    background-color: var(--black);
    margin-bottom: 6em;
}
.company-profile__inner {
    max-width: 800px;
    margin: 0 auto;
}
.company-profile__title {
    color: var(--gold);
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: .2em;
    margin-bottom: 1.8em;
    line-height: 1.8;
    text-align: center;
}
.company-profile__table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    color: #fff;
}
.company-profile__table th,
.company-profile__table td {
    padding: 20px;
    border-bottom: 1px solid #444;
    vertical-align: top;
}
.company-profile__table th {
    font-weight: bold;
    width: 25%;
}
.company-profile__table td {
    width: 75%;
    line-height: 1.6;
}
.company-profile__table tr:last-child th,
.company-profile__table tr:last-child td {
    border-bottom: none;
}
@media (max-width: 768px) {
    .company-profile__title {
        font-size: 24px;
    }
    .company-profile__table th,
    .company-profile__table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .company-profile__table th {
        padding-bottom: 8px;
        border-bottom: none;
    }
    .company-profile__table td {
        padding-top: 0;
        padding-left: 20px;
        border-bottom: 1px solid #444;
    }
}

/* ===================================
 * SP表示 (@media screen and (max-width: 750px))
 * =================================== */
@media screen and (max-width: 750px) {
    .newsSection .sectionInner {
        padding: 50px 0px;
        max-width: 92%;
    }
    .newsItem {
        width: calc(50%);
    }
    .newsSection .newsList {
        gap: 20px;
    }
    .newsSection h2 {
    }
    .newsSection dl dt, .newsSection dl dd, .newsSection .btn1 {
    }
}
.lineupListSection .sectionInner {
    max-width: none;
    margin: 6em auto;
    padding: 0;
}
.lineupListSection {
    background: #ffff;
}
.lineupListSection .termList ul li a.current, .lineupListSection .termList ul li a.hover {
    background: var(--black);
    color: #fff;
    opacity: 1;
}
.lineupListSection .termList {
    max-width: 1280px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.lineupListSection .lineupList {
	background: var(--black);
    padding: 6em 10px;
	margin-top: 5em;
}
.lineupListSection .lineupList ul {
	margin: auto;
	max-width: 1280px;
}
.stallionData {
    background: #fff;
}
.stallionData .right .labels li {
	background: var(--black);
}

/* ===================================
 * FAQページ
 * =================================== */
.faqSection {
    background: #fff;
}
.faqSection .sectionInner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
}
.faq-group {
    margin-bottom: 6em;
}
.faq-category-title {
    font-size: 1.8rem;
    color: var(--black);
	font-weight: 400;
    margin-bottom: 20px;
    padding-left: 5px;
}
.faq-accordion {
    border: 1px solid #969696;
    border-radius: 2px;
    overflow: hidden;
}
.faq-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 60px;
    padding-bottom: 30px;
}
.faq-filter-wrap .select-wrap {
    position: relative; 
}
.faq-filter-wrap select {
    border: 1px solid #969696;
    cursor: pointer;
    min-width: 200px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding: 15px 40px 15px 15px;
}
.faq-question,
.faq-answer {
    background-color: var(--black);
    color: #fff;
}
.faq-question {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #444;
}
.q-icon,
.a-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 1.8rem;
}
.q-icon {
	background-color: #fff;
    color: #969696;
}
.a-icon {
	background-color: #969696;
    color: #fff;
}
.question-inner,
.answer-inner {
    display: flex;
    align-items: center;
    padding: 1.5em;
    gap: 15px;
}
.question-inner::after {
    content: '+';
    margin-left: auto;
    font-size: 28px;
    transition: transform 0.3s ease;
}
.faq-question.active .question-inner::after {
    content: '−';
}
.faq-answer {
    display: none;
    line-height: 1.8;
    background-color: #fff;
	color: var(--black);
}
.answer-content p {
    margin-top: 0;
}
.answer-content p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 750px) {
    .faqSection .sectionInner {
        padding: 0 20px;
    }
    .faq-filter-wrap {
        justify-content: center;
    }
    .faq-filter-wrap select {
        width: 45%;
    }
}
/* ===================================
 * ご利用案内ページ
 * =================================== */
.timelineSection .pageHead2 .pageHeadInner h2 {
	font-size: 2.2rem;
	margin-bottom: 25px;
}
.timelineSection .pageHead2 .pageHeadInner p {
	font-size: 1.5rem;
}
.timelineSection .pageHead2 .pageHeadInner p.tx11 {
    font-size: 1.2rem;
}
.timelineSection {
	background: #fff;
}
.timelineSection .sectionInner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 20px;
}
.timelineSection .timeline {
    position: relative;
    overflow: hidden;
}
.timelineSection .timeline::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 170px);
    background-color: #aaa;
    z-index: 1;
}
.timelineSection .timeline .left,
.timelineSection .timeline .right {
    float: left;
    width: 47%;
    margin-bottom: 30px;
}
.timelineSection .timeline .left {
    margin-right: 6%;
}
.timelineSection .timeline h3 {
    background: #815d3f;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 3.7rem;
}
.timelineSection .timeline ul {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
}
.timelineSection .timeline ul li {
    position: relative;
    width: 47%;
    margin-bottom: 30px;
    clear: both;
}
.timelineSection .timeline ul li.l {
    float: left;
}
.timelineSection .timeline ul li.r {
    float: right;
}
.timelineSection .timeline ul li::after {
    content: '';
    display: block;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: #000;
    position: absolute;
    top: 28px; 
    transform: translateY(-50%);
    z-index: 2;
}
.timelineSection .timeline ul li.l::after {
    right: calc(-6% - 8px);
}
.timelineSection .timeline ul li.r::after {
    left: calc(-6% - 8px);
}
.timeline-box {
    position: relative;
    border: 1px solid #231815;
    padding: 15px 25px;
    background-color: #fff;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline-box-title {
    font-size: 1.6rem;
    text-align: center;
	letter-spacing: 0.1em;
}
.timeline-box-desc {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 8px;
    padding: 0 5px;
}
.timeline-box-desc a {
    font-weight: bold;
    text-decoration: underline;
}
.timeline-box-desc .note {
    font-size: 1.2rem;
}
.timeline-box--left::before,
.timeline-box--right::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    transform: translateY(-50%) rotate(45deg);
    border-color: #231815;
}
.timeline-box--left::before {
    left: -10px;
    border-style: solid;
    border-width: 0 0 1px 1px;
}
.timeline-box--right::after {
    right: -10px;
    border-style: solid;
    border-width: 1px 1px 0 0;
}
.timeline-banner {
    clear: both;
    background: #815d3f;
    color: #fff;
    font-size: 1.8rem;
	letter-spacing: .3em;
    text-align: center;
    padding: 15px 15px 15px 40px;
    width: 80%;
    margin: 20px auto 0;
	position: relative;
	z-index: 2;
}
.selle-francais-banner-wrap {
    clear: both;
    padding: 40px 0;
}
.selle-francais-banner {
    display: block;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 25px;
    width: 80%;
    margin: 0 auto;
}
.selle-francais-banner h4 {
    font-size: 1.8rem;
    margin-bottom: 8px;
	letter-spacing: .2em;
}
.selle-francais-banner p {
	letter-spacing: .2em;
}
.selle-francais-banner p a {
    color: #fff;
    text-decoration: underline;
    transition: opacity 0.3s;
}
.selle-francais-banner p a:hover {
    opacity: 0.8;
}
.notes-wrap {
    clear: both;
    border: 1px dashed #ccc;
    padding: 30px;
    margin-top: 40px;
}
.notes-wrap h4 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 25px;
}
.notes-wrap .note {
    list-style: none;
    padding: 0;
}
.notes-wrap .note li {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 1em;
    padding-left: 2em;
    text-indent: -2em;
}
.notes-wrap .note li:last-child {
    margin-bottom: 0;
}
.timelineSection .timeline sup { font-size:1rem;color:red;margin-left:5px;}
@media screen and (max-width: 750px) {
    .timelineSection .sectionInner {
        padding: 35px 15px 40px;
    }
    .timelineSection .timeline .left,
    .timelineSection .timeline .right,
    .timelineSection .timeline ul li {
        width: 45%;
    }
    .timelineSection .timeline .left {
        margin-right: 10%;
    }
    .timelineSection .timeline ul li.l::after {
        right: calc(-10% - 10px);
    }
    .timelineSection .timeline ul li.r::after {
        left: calc(-10% - 10px);
    }
    .timeline-box--left::before,
    .timeline-box--right::after {
        width: 14px;
        height: 14px;
    }
    .timeline-box--left::before {
        left: -8px; 
    }
    .timeline-box--right::after {
        right: -8px;
    }
    .timeline-box-title {
        font-size: 1.4rem;
    }
    .timeline-box-desc {
        font-size: 1.2rem;
    }
    .selle-francais-banner h4 {
        font-size: 1.6rem;
    }
    .notes-wrap {
        padding: 20px;
    }
}
/* ===================================
 * ご利用案内ページ
 * =================================== */
.contractSection {
    background-color: var(--black);
    color: #fff;
    padding: 0 20px;
    margin-bottom: 6em;
}
.contractSection .sectionInner {
    max-width: 960px;
    margin: 0 auto;
	padding-top: 6em;
}
.contractSection h2 {
    font-size: 2.4rem;
    font-weight: normal;
	color: var(--gold);
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    text-align: center;
}
.contractSection ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.8em;
	font-size: 1.6rem;
}
.contractSection ul li {
	list-style-type: none;
    margin-bottom: 0.8em;
    padding-left: 1.5em;
    text-indent: -1em;
}
.contractSection ul li::before {
    content: "・";
    color: fff;
    font-weight: bold;
    margin-right: 0.5em;
}
.contractSection .button-wrapper {
    text-align: center;
    margin-top: 50px;
}
.contractSection .button-link {
    background-color: #815d3f;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 1.6rem;
    transition: background-color 0.3s;
	width: 80%;
}
.contractSection .button-link:hover {
    background-color: #eaba70;
	color: #fff;
	opacity: 1;
}
/* SP表示の調整 */
@media screen and (max-width: 750px) {
    .contractSection {
        padding: 60px 15px;
    }
    .contractSection h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .contractSection ul {
        font-size: 1.3rem;
        line-height: 1.7em;
    }
    .contractSection .button-link {
        font-size: 1rem;
        padding: 12px 25px;
    }
}
/* ===================================
 * お問合せページ
 * =================================== */
.contactSection .tab a.active {
    background: var(--black);
}
contactSection .tab a {
    background: #7c5c40;
}
.contactSection .form input[type='submit'] {
    background: var(--black);
	color: #fff;
	font-size: 1.2rem;
	padding: 1em;
}

.newsArchiveSection {
    background: #fff;
}

/* ===================================
 * 海外人工授精種牡馬
 * =================================== */
.stallionData .nav .back {
    background: var(--black);
}
.stallionData .nav .back:hover {
    background: var(--gold);
    color: var(--black);
}
/* ===================================
 * 言語切り替え ドロップダウンメニュー
 * =================================== */
#header {
    height: 110px;
    padding-top: 20px;
}
#header .header-inner-wrap a.menuBtn {
    top: 20px;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 90px);
    height: 90px;
    padding: 20px;
}
.language-switcher {
    position: relative;
    display: inline-block;
}
#header .header-inner-wrap .header-inner #logo {
    width: unset;
    display: unset;
    margin-top: unset;
    margin-left: unset;
}
.language-button {
    cursor: pointer;
    padding: 10px 0;
    font-size: 11px;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
}
.language-options {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 10em;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
    padding: 10px 0;
    margin-top: 0;
    border-radius: 4px;
}
.language-switcher:hover .language-options {
    display: block;
}
.language-options li a {
    color: black !important;
	font-size: 12px;
    padding: 12px 16px;
    text-decoration: none !important;
    display: block;
}
.language-options li a:hover {
    background-color: #c1c1c1;
}
@media screen and (max-width: 750px) {
	#header {
    height: 110px;
    padding-top: 35px;
	}
	.header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: calc(100% - 40px);
		height: 90px;
		padding: 10px;
	}
	#header .header-inner-wrap a.menuBtn {
		top: 50px;
	}
}

/* ===================================
 * コンタクトフォーム
 * =================================== */
.form .privacy-policy {
	font-size: 14px;
}
.form .privacy-policy-text {
	border: 1px solid #ccc;
	padding: 1em;
	height: 200px;
	margin-top:1em;
	margin-bottom:0.5em;
	line-height:1.8em;
	overflow-y: scroll;
}
.form .privacy-policy label {
	display: flex;
	align-items: center;
}
.form .privacy-policy label input[type="checkbox"] {
	margin-right: 5px;
}
.contactSection .form dl:last-of-type {
    border-bottom: none!important;
}