﻿@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.snsbox img {
    width: 25px;
    margin-bottom: 5px;
}
body{
  background-color: #fff!important;
}
/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
    .hed_right .tel2 {
        display: none!important;
    }
    .hed_right p.fttime {
        display: none;
    }
}
@media only screen and (max-width: 468px){
    .hed_right .tel2 {
        display: none!important;
    }
    .hed_right p.fttime {
        display: none;
    }
}
.cont_form dt label {
    background: #e95c30 !important;
}
.contact_ttl {
    font-size: 1.2em;
    color:#e95c30;
    font-weight: bold;
}
.contact_pick {
    color:#e95c30;
    border-bottom: 3px solid #e95c30;
}