/*! CSS Used from: https://www.sansya.co.jp/common/css/import.css ; media=all */
@media all {

    /*! @import https://www.sansya.co.jp/common/css/reset.css */
    div, h2, p, ul, ol, li, table, th, td, form {
        font-weight: normal;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

    select, input, textarea {
        font: 99% "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    }

    img {
        border: none;
        vertical-align: bottom;
        display: inline-block;
    }

    table {
        font-size: inherit;
        font: 100%;
        border: none;
        border-collapse: collapse;
        border-spacing: 0;
    }

    label {
        cursor: pointer;
    }

    input, select, textarea {
        padding: 2px;
    }

    ol, ul {
        list-style: none;
    }

    a, input {
        outline: none;
    }

    div#container {
        margin: auto;
        display: flex;
        justify-content: center;
    }

    /*! end @import */
    /*! @import https://www.sansya.co.jp/common/css/common.css */
    #topic-path {
        background: #DEDEDE url(https://www.sansya.co.jp/img/common/icon-home.gif) no-repeat 10px center;
        padding: 7px 7px 7px 30px;
        margin: 0 0 20px 0;
    }

    #topic-path li {
        float: left;
        font-size: 77%;
        padding: 0 8px 0 0;
    }

    #topic-path li a {
        background: url(https://www.sansya.co.jp/img/common/arrow05.gif) no-repeat right center;
        padding: 0 8px 0 0;
    }

    #main {
        float: right;
        width: 735px;
    }

    #inquiry #main h2 {
        background: url(https://www.sansya.co.jp/img/common/h2_bg.jpg) no-repeat left top;
        height: 35px;
        color: #fff;
        font-size: 123%;
        font-weight: bold;
        line-height: 35px;
        padding: 0 0 0 15px;
        margin: 0 0 15px 0;
    }

    /*! end @import */
    /*! @import https://www.sansya.co.jp/common/css/page.css */
    #inquiry .lead {
        text-align: center;
        padding: 5px 0 15px 0;
    }

    #inquiry-container {
        padding: 10px 20px 20px 20px;
    }

    #inquiry-container ul {
        margin: 0 5px 15px 5px;
    }

    #inquiry-container ul li {
        background: url(https://www.sansya.co.jp/img/common/arrow06.gif) no-repeat left center;
        padding: 0 0 0 12px;
    }

    #inquiry-container ul li span {
        color: #A71319;
    }

    #inquiry-form {
        background-color: #ccc;
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px;
    }

    #inquiry-form th {
        background-color: #F1EBDD;
        width: 12em;
        text-align: left;
        border: #fff 1px solid;
        padding: 5px 10px;
    }

    #inquiry-form th span {
        color: #A71319;
        font-size: 85%;
    }

    #inquiry-form td {
        background-color: #fff;
        vertical-align: top;
        padding: 15px 0 5px 10px;
    }

    #inquiry-form td input, #inquiry-form td select, #inquiry-form td textarea {
        padding: 4px 2px 4px 2px;
        margin: 0 0 10px 0;
    }

    .submit-btn {
        text-align: center;
        padding: 20px 0 0 0;
    }

    /*! end @import */
    /*! @import https://www.sansya.co.jp/common/css/clearfix.css */
    #topic-path:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #topic-path {
        display: inline-block;
    }

    #topic-path {
        display: block;
    }

    /*! end @import */
    /*! @import https://www.sansya.co.jp/common/css/system-custom.css */
    /*! CSS Used from: https://www.sansya.co.jp/common/css/system-custom.css ; media=all */
    /*! end @import */
}