@charset "UTF-8";

/* ddm お問い合わせ用スタイル
====================================================*/

.section.contact {
    color: #fff;
    /*background-color: #dcdcdc;*/
    background-image: url(/jp/imagesgig5/contact_bg_tcm102-6751533_tcm102-2750236-32.png);
    background-position: 100% 0%;
}

@media only screen and (max-width: 480px) {
    .section.contact {
        background-position: 48% -24%;
    }
}

.section.contact .section-inner {
    padding-top: 56px;
    padding-bottom: 64px;
}

.contact h2 {
    font-size: 2.4rem;
    margin: 30px 0 14px;
}

.contact .notes {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.contact .title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 8px;
	margin-top: 0;
}

.contactWeb .title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 8px;
	margin-top: 0;
}

.contact * {
    text-align: center;
}

.contactTel a {
    font-size: 4.8rem;
    font-weight: 900;
    color: #fff;
    display: block;
    margin-top: -10px !important;
}

@media screen and (max-width: 786px) {
    .contactTel a {
        font-size: 2.6rem;
    }
}

.contactWeb a {
    font-size: 3.8rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
}

@media screen and (max-width: 786px) {
    .contactWeb a {
        font-size: 2.6rem;
    }
}

.borderbox {
    border: solid 1px #fff;
    border-radius: 4px;
    height: 126px;
    padding-top: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 480px) {
    .borderbox {
        height: 110px;
    }
}

.c-column-a .col {
    position: relative;
}

.u-flex-ai-fe {
    align-items: flex-end !important;
}

.c-column-a {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
    .c-column-a {
        margin-top: 40px;
    }
}

@media screen and (min-width: 767px) {
    .c-column-a.c-column-a--2col .c-column-a--2col__col:nth-child(2n+1) {
        padding-right: 3.125%;
    }
}

.c-column-a.c-column-a--border .col {
    position: relative;
}



@media screen and (min-width: 767px) {
    .c-column-a .c-column-a--2col__col {
        width: 50%;
    }
}


@media screen and (min-width: 767px) {
    .c-column-a.c-column-a--2col .c-column-a--2col__col:nth-child(2n) {
        padding-left: 3.125%;
        align-self: flex-start;
    }
}

@media screen and (min-width: 767px) {
    .c-column-a.c-column-a--2col.c-column-a--border .col:not(:nth-child(2n))::after {
        display: block;
        content: "";
        height: 100%;
        border-right: solid 1px rgba(155, 155, 155, 0.5);
        position: absolute;
        top: 0;
        right: 0;
    }
}