@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    background: #eee;
}

h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
}

.contact_box {
    width: 80%;
    margin: auto;
    padding-top: 2%;
    padding-bottom: 5%;
}
.contact_box.bottom {
    padding-bottom: 2%;
}
.contact {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
    background-color: #016FA5;
    padding: 1% 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.contact_head {
    font-size: 3.4vw;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 8px;
}
.contact_body {
    text-align: center;
    background-color: #fff;
    margin: 0 1%;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    font-weight: 400;
}
.mail_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mail_box svg {
    width: 5.5vw;
    margin-right: 2%;
}
.mail_box span {
    font-size: 4vw;
}
.business_hours {
    font-size: 3.4vw;
}
.mail_dec {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
    font-weight: 400;
    width: 80%;
    margin: auto;
    font-size: 3.2vw;
    padding-bottom: 4%;
}
footer {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
    font-weight: 400;
    text-align: center;
    background-color: #016FA5;
    padding: 3% 0;
}
.footer_link {
    margin-bottom: 1%;
}
.footer_link a {
    font-size: 3.4vw;
    color: #fff;
}
.copyright {
    font-size: 3.4vw;
    color: #fff;
}

@media only screen and (min-width: 780px) {
    .contact_head {
        font-size: 26px;
    }
    .mail_box svg {
        width: 36px;
    }
    .mail_box span {
        font-size: 31px;
    }
    .business_hours {
        font-size: 26px;
    }
    .mail_dec {
        font-size: 25px;
    }
    .footer_link a {
        font-size: 26px;
        color: #fff;
    }
    .copyright {
        font-size: 26px;
    }
}