* {
    margin: 0 0;
    padding: 0 0;
}
html {
    overflow:auto;
}
body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: 0.05em;
    overflow: hidden;
} 
a {
    font-size: 12pt;
    text-decoration: none;

}
a:hover {
    opacity: 0.7;
}
a:visited {
    color: #000;
}
h2 {
    margin: -22px 0 0 -40px ;
    display: inline-block;
    color: #fff;
    background-color: #eb6100;
    font-size: 16pt;
    font-weight: 200;
    padding: 10px 20px;
    height: 60px;
    box-sizing: border-box;
}
ul {
    list-style-position: inside;
}
p {
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.7rem;
}
.orange_bold {
    color: #f78a38;
    font-weight: 600;
}
.p_bold {
    font-weight: 600;
}
.mobile_images {
    display: none;
}

/* ヘッダーエリア */
header {
    padding: 20px 8% 0;
    height: 88px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
}
.logo {
    height: 58px;
    vertical-align: middle;
}
.header_logo {
    width: 107px;
    height: 58px;
}
.header_wts {
    padding: 0 0 20px 15px;
    width: 250px;
    display: inline-block;
}
.contact_button {
    margin-top: 10px;
    width: 140px;
    vertical-align: middle;
    white-space: nowrap;
}
.mail_icon {
    width: 31px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.otoiawase {
    margin: 2px 4px;
    border-bottom: 1.2px solid;
    color: black;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

/* コンテンツエリア */
.wrap {
    width: 100%;
    padding-top: 88px;
}
.content_images {
    width: 100%;
}





/*お問い合わせ*/
.contact {
    padding: 30px 11%;
    background-color: #f4f4f4;
    text-align: center;
}
.contact_box {
    padding: 35px 9%;
    background-color: #fff;
    text-align: center;
}
.contact_title {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 18px;
}
.contact_company {
    margin: 18px 0 10px;
    font-size: 18pt;
    font-weight: 500;
}
.contact_mail {
    margin-top: 29px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #e40210;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 86px;
    position: relative;
}
.contact_mail:hover {
    opacity: 0.8;
    cursor: pointer;
}
.contact_mail a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact_mail div {
    display: inline-block;
}
.contact_mail img {
    margin-bottom: -7px;
    width: 40px;
}
.blue_line {
    width: 40px;
    height: 5px;
    background-color: #70c7d1;
    display: inline-block;
}
/*フッター*/
footer {
    padding-bottom: 20px;
    background-color: #e9e9e9;
    text-align: center;    
}
.footer_logo {
    width: 80px;
}
.footer_wts {
    margin-top: 15px;
    width: 180px;
}
.copyright {
    margin-top: 5px;
    color: #6e6e6e;
    font-size: 12px;
}

/*モバイル用*/
@media (max-width: 750px) {
    .pc_images {
        display: none;
    }
    .mobile_images {
        display: block;
    }

    p {
        font-size: 10pt;
        font-weight: 300;
        line-height: 1.7rem;
    }

    /*ヘッダーエリア*/
    header {
        padding: 20px 8% 0;
        height: 71px;
    }
    .header_logo {
        width: 53px;
        height: 36px;
    }
    .header_wts {
        padding: 0 0 15px 10px;
        width: 160px;
        display: inline-block;
    }
    .contact_button {
        margin-top: 5px;
        width: 93px;
        vertical-align: middle;
    }
    .mail_icon {
        width: 16px;
        height: 11px;
        display: inline-block;
        vertical-align: middle;
    }
    .otoiawase {
        margin: 2px 4px;
        border-bottom: 1.2px solid;
        color: black;
        font-size: 8pt;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
    }

    .wrap {
        padding-top: 71px;
    }
    
    /*お問い合わせ*/
    .contact {
        padding: 30px 9%;
        background-color: #f4f4f4;
        text-align: center;
    }
    .contact_box {
        padding: 35px 7%;
        background-color: #fff;
        text-align: center;
    }
    .contact_title {
        font-size: 18pt;
        font-weight: 300;
        margin-bottom: 18px;
    }
    .contact_company {
        margin: 18px 0 10px;
        font-size: 11pt;
        font-weight: 500;
    }
    .contact_mail {
        margin-top: 29px;
        padding: 15px;
        box-sizing: border-box;
        background-color: #e40210;
        color: #fff;
        font-size: 10pt;
        font-weight: 500;
        height: auto;
    }
    .contact_mail div {
        margin: 10px 0;
        display: block;
    }
    .contact_mail img {
        margin-bottom: -7px;
        width: 40px;
    }
    .blue_line {
        width: 40px;
        height: 5px;
        background-color: #70c7d1;
        display: inline-block;
    }

    /*フッター*/
    footer {
        padding-bottom: 20px;
        background-color: #e9e9e9;
        text-align: center;    
    }
    .footer_logo {
        width: 80px;
    }
    .footer_wts {
        margin-top: 15px;
        width: 120px;
    }
    .copyright {
        margin-top: 5px;
        color: #6e6e6e;
        font-size: 7pt;
    }
}