@charset "utf-8";
/* CSS Document */
html {
    position: relative;
    min-height: 100%;
}
/* #main */
#main {
    background: #fff2ca;
}
#contentInquiry .tlCategory {
    text-align: center;
    /*font-weight: 500;*/
    font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
    font-size: 1.75em;
    color: #d61c38;
    padding: 6.2% 0 7.3%;
}
#contentInquiry .tlCategory span {
    display: inline-block;
    border-bottom: solid 4px;
    padding: 0 0 0.35em;
    margin: 0 0 0.3em;
}
#contentInquiry .tlCategory small {
    display: block;
    font-size: 0.572em;
}
.facebookLike {  
    padding-left: 5.4%;
}
/* #inquiry */
#inquiry {
    padding: 107px 0 150px;
}
/* #telInquiry */
/* #internetInquiry */
#telInquiry, #internetInquiry {
    color: #d61c38;
}
#telInquiry h2, #internetInquiry h2 {
    font-size: 1.125em;
    /*font-weight: 500;*/
    font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
/* #telInquiry */
#telInquiry {
    float: left;
    width: 38.056%;
    padding: 0 0 0 5.4%;
}
#telInquiry h2 {
    padding: 0 0 1.4em;
}
#telInquiry h3 {
    font-size: 0.875em;
    padding: 0 0 0.7em;
}
#telInquiry .link-tel {
    padding: 0 0 13px;
    display: inline-block;
}
#telInquiry .link-tel:before {
    content: "";
    background: url(../../inquiry/images/icon_dial.png) no-repeat;
    background-size: contain;
    width: 54px;
    height: 36px;
    display: inline-block;
    padding: 0px 14px 0 0;
    position: relative;
    top: 3px;
}
#telInquiry .link-tel a {
    font-size: 2.663em;
    pointer-events: none;
}
#telInquiry .time {
    font-size: 1em;
    padding: 0 0 0.5em;
}
#telInquiry .caption {
    font-size: 0.875em;
    line-height: 2;
}
/* #internetInquiry */
#internetInquiry {
    float: right;
    width: 47.9%;
}
#internetInquiry h2 {
    padding: 0 0 1.05em;
}
#internetInquiry h3 {
    font-size: 0.875em;
    line-height: 1.786;
    padding: 0 0 0.5em;
}
#internetInquiry .btn-def {
    background: #d71c38;
    color: #fff;
    display: block;
    font-size: 1em;
    width: 14.25em;
    line-height: 3;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 2.8%;
}
#internetInquiry .btn-def:after {
    content: "\2750";
    font-family: icon;
    padding: 0 0 0 0.8em;
    margin: 0 -0.5em 0 0;
}
/* #footer */
#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 1080px;
}
#contentInquiry {
    padding-bottom: 120px;
}

@media screen and (min-width: 768px) {
    #internetInquiry .btn-def {
        transition: opacity 200ms ease-out;
    }
    #internetInquiry .btn-def:hover {
        opacity: .6;
    }
}

@media screen and (max-width: 767px) {
/* #main */
#contentInquiry .tlCategory {
    font-size: 1.12em;
    line-height: 1.25;
    padding: 9.2% 0 10.4%;
}
.facebookLike {
    padding-left: 6%;
}
/* #inquiry */
#inquiry {
    padding: 7.5% 0 8%;
}
/* #telInquiry */
/* #internetInquiry */
#telInquiry, #internetInquiry {
    float: none;
    width: 100%;
    padding: 0 6%;
    box-sizing: border-box;
}
#telInquiry h2, #internetInquiry h2 {
    font-size: 0.683em;
}
/* #telInquiry */
#telInquiry {
}
#telInquiry h2 {
    padding-bottom: 1.2em;
}
#telInquiry h3 {
    font-size: 0.497em;
    padding-bottom: 0.4em;
}
#telInquiry .link-tel {
    padding-bottom: 0.6em;
    font-size: 0.919em;
}
#telInquiry .link-tel:before {
    width: 1.8em;
    height: 1.18em;
    top: 0;
    padding-right: 0.6em;
}
#telInquiry .link-tel a {
    font-size: 1.56em;
}
#telInquiry .time {
    font-size: 0.568em;
    padding-bottom: 0.9em;
}
#telInquiry .caption {
    font-size: 0.497em;
    line-height: 1.53;
    display: inline-block;
}
/* #internetInquiry */
#internetInquiry {
    padding-top: 7.5%;
}
#internetInquiry h2 {
    padding-bottom: 0.95em;
}
#internetInquiry h3 {
    font-size: 0.497em;
    line-height: 1.449;
    padding-bottom: 1.1em;
}
#internetInquiry .btn-def {
    font-size: 0.568em;
    margin: 0 0 2.122%;
}
/* #footer */
html {
    min-height: 0;
    position: static;
}
#footer {
    position: static;
    min-width: 0;
}
#contentInquiry {
    padding-bottom: 0;
    overflow: hidden;
    max-width: 100vw;
}
}
