@charset "UTF-8";

.cm-head {
    background: url('../img/common/cm-head-contact.jpg')no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

.contact-step {
    margin-bottom: 30px;
}
.contact-step:after {
    display: block;
    clear: both;
    content: '';
}

.contact-step li {
    position: relative;
    float: left;
    width: 32.666%;
    height: 40px;
    margin-right: 1%;
    padding: 0 5px;
    background-color: #ccc;
    color: #939393;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}
.contact-step li.active {
    color: #ffffff;
    background-color: #555555;
}
.contact-step li.active:before {
    border-top: 20px solid #555;
    border-bottom: 20px solid #555;
}
.contact-step li.active:after {
        border-left-color: #555;
}
.contact-step li:first-of-type:before {
    border: 0;
}
.contact-step li:last-of-type {
    margin-right: 0;
}
.contact-step li:last-of-type:after {
    border: 0;
}
.contact-step li:before, .contact-step li:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
}
.contact-step li:before {
    left: 0;
    border-top: 20px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 20px solid #ccc;
    border-left: 10px solid #fff;
}
.contact-step li:after {
    left: 100%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #ccc;
    z-index: 1;
}

.call-container {
    border: 1px solid #939393;
    text-align: center;
}
.call-container dt {
    padding: 7px;
    background-color: #939393;
    color: #ffffff;
    font-size: 18px;
}
.call-container a {
    display: block;
    color: #171717;
    font-size: 46px;
    text-decoration: none;
}
.call-container a i {
    color: #939393;
}

.domain {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #20a0ca;
    background-color: #f5fdff;
    color: #20a0ca;
}

form {
    padding: 50px 0 150px 0;
    border-top: 1px dotted #939393;
    border-bottom: 1px dotted #939393;
}

.mailbox {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 50px auto;
}
.mailbox dl {
    width: 100%;
    margin-bottom: 20px;
}
.mailbox dl dt:before {
    color: #20a0ca;
    content: '■';
}
.mailbox dl dt span {
    color: #ff0000;
    font-weight: 700;
}

.attention {
    text-align: center;
}
.attention span {
    color: #f00;
}

.action-btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
.action-btn .send_btn {
    max-width: none;
}
.action-btn .return_btn {
    margin-right: 10%;
}

button[type="submit"] {
    padding: 5px 30px;
    border: 1px solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button[name="confirm"] {
    border-color: #20a0ca;
    background-color: #20a0ca;
}
button[name="confirm"] span {
    border-color: #ffffff;
}
button[name="confirm"]:hover {
    background-color: #ffffff;
    color: #20a0ca;
}
button[name="confirm"]:hover span {
    border-color: #20a0ca;
}
button[name="back"] {
    background-color: #939393;
    border-color: #939393;
}
button[name="back"]:hover {
    background-color: #ffffff;
    color: #939393;
}

input, textarea{
    width: 100%;
    padding: 5px;
    border: 1px solid #20a0ca;
    background-color: #ffffff;
}

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*Responsive*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
@media screen and (max-width: 1024px) {
    .call-container a {
        font-size: 38px;
    }

    form {
        padding: 30px 0 0 0;
        border-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .call-container dt {
        font-size: 16px;
    }
    .call-container a {
        font-size: 32px;
    }
}

@media screen and (max-width: 450px) {
    .call-container dt {
        font-size: 14px;
    }
    .call-container dd {
        padding: 7px;
    }
    .call-container a {
        font-size: 20px;
    }

    .action-btn .return_btn {
        width: 30%;
        padding: 10px;
        font-size: 14px;
    }
    .action-btn .send_btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .action-btn .return_btn {
        margin-right: 5%;
        padding: 5px;
        font-size: 14px;
    }
    .action-btn .send_btn{
        font-size: 14px;
    }
}
