@charset "utf-8";

/* PC用 */
@media screen and (min-width: 561px) {
.maxoff-base {
    position: relative;
}
#main .maxoff-base h2 {
    margin-bottom: 0;
}
.toilet-top-maxoff {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.toilet-top-maxoff img {
    width: 100%;
    position: relative;
}
.toilet-top-maxoff .off-value {
    position: absolute;
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 1px 1px 2px #636363;
    bottom: 35px;
    right: 25px;
}
    .nav-head {
        background-color: #ededed;
        padding: 5px 5px 0 5px;
        border-radius: 5px 5px 0 0;
        margin-bottom: 10px;
    }
    .nav-head ul {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #d0d0d0;
        border-right: 1px solid #d0d0d0;
    }
    .nav-head ul li {
        width: 100%;
    }
    .nav-head ul li a {
        display: block;
        padding: 1em 0;
        font-weight: bold;
        border-left: 1px solid #d0d0d0;
        color: #333;
        text-decoration: none;
        background: #ededed;
        background: -moz-linear-gradient(top, #ededed 1%, #dcdcdc 100%);
        background: -webkit-linear-gradient(top, #ededed 1%, #dcdcdc 100%);
        background: linear-gradient(to bottom, #ededed 1%, #dcdcdc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dcdcdc', GradientType=0);
    }
    .nav-head ul li a {
        text-align: center;
    }
    .nav-head .on a {
        background: #ffffff !important;
    }
    .page-c,
    .page-d {
        width: 100%;
        padding: 2%;
        border: 1px solid #95a0ad;
        box-sizing: border-box;
    }
    .page-c h3,
    .page-d h3 {
        font-size: 1.1em;
        background-image: url(/toilet/img/main_h3_bg.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        padding: 0 0 .5em;
        margin: 3% 0 3%;
    }
    a#main-online-bnr1 {
        background: url(/toilet/img/main_online_bnr1.gif);
        width: 580px;
        height: 240px;
        display: block;
        text-indent: -9999px;
        text-decoration: none;
    }
    a#main-online-bnr1:hover {
        opacity: .8;
        outline-offset: -5px;
        outline: solid 5px #fe3333;
    }
    
/*工事(c)*/
    .page-c h3~img {
        max-width: 100%;
        display: block;
        margin: 0 auto 10px;
    }
    .page-c dl {
        padding: 1%;
        margin: 2% auto;
    }
    .page-c dt {
        color: #0c5cbe;
        padding: 1% 0;
        line-height: 1.4;
        font-size: 15px;
        font-weight: bold;
        background-color: #d9e2e9;
    }
    .page-c dd {
        margin: 5px 0 20px;
    }
    .page-c .flex-box {
        display: inline-flex;
        justify-content: space-between;
    }
    .page-c .flex-box div {
        width: 49%;
    }
    .page-c h4 {
        color: #1d97de;
        font-size: 20px;
        margin: 3% 0 1%;
    }
/*
    .page-c h4::before {
        font-size: .9em;
    }
    .page-c h4:nth-of-type(1)::before {
        content: 'step1.';
    }
    .page-c h4:nth-of-type(2)::before {
        content: 'step2.';
    }
    .page-c h4:nth-of-type(3)::before {
        content: 'step3.';
    }
    .page-c h4:nth-of-type(4)::before {
        content: 'step4.';
    }
    .page-c h4:nth-of-type(5)::before {
        content: 'step5.';
    }
*/
    .page-c .flex-box.colum {
        margin: 1% 0 2%;
    }
    .flex-box.colum p {
        width: 49%;
        padding: 10px 0 10px 0;
        line-height: 1.5;
    }
    .flex-box.colum.btns p {
        width: 100%;
    }
    .pink {
        color: #ef3fab;
    }
/* page d*/
    .main-box {
        clear: both;
        margin-bottom: 10px;
    }
    .item-1 {
        clear: both;
        width: 100%;
    }
    .item-1 table {
        width: 100%;
        border: 1px solid #99A1AA;
        box-sizing: border-box;
        margin-bottom: 20px;
        border-collapse: collapse;
    }
    .item-1 th {
        background-color: #BEC4C6;
        padding: 5px;
        border: 1px solid #99A1AA;
        text-align: center;
        font-size: 10px;
    }
    .item-1 td {
        padding: 8px;
    }
    .item-td-1c {
        border: 1px #99A1AA;
        border-style: none dotted solid none;
        text-align: center;
        line-height: 100%;
    }
    .item-td-1r {
        border: 1px #99A1AA;
        border-style: none dotted solid none;
        text-align: right;
        line-height: 1.5;
    }
    .item-td-2 {
        background-color: #EFEFEF;
        border: 1px solid #99A1AA;
        text-align: center;
    }
    .item-td-2 a {
        display: inline-block;
    }
    .list-btn {
        margin-bottom: 16px;
    }
    .list-btn a {
        display: block;
        width: 180px;
        height: 29px;
        margin-right: auto;
        margin-left: auto;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .list-btn a:link {
        background-image: url(/toilet/img/toilet_function_btn_list.gif);
    }
    .list-btn a:link img {
        visibility: visible;
        border-style: none;
    }
    .list-btn a:hover {
        background-image: url(/toilet/img/toilet_function_btn_list_o.gif);
    }
    .list-btn a:hover img {
        visibility: hidden;
        border-style: none;
    }
}

/* スマホ用 */
@media screen and (max-width: 560px) {
    .maxoff-base {
        position: relative;
    }
    #main .maxoff-base h2 {
        margin-bottom: 0;
    }
    .toilet-top-maxoff {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    #contents .toilet-top-maxoff img {
        width: 18vw;
        position: relative;
        right: 3px;
        bottom: 3px;
    }
    .toilet-top-maxoff .off-value {
        position: absolute;
        font-size: 7vw;
        bottom: 40%;
        right: 34%;
        font-weight: bold;
        text-shadow: 1px 1px 2px #636363;
        color: #fff;
    }
    .function-box {
        background-image: none;
        width: 100%;
    }
    .nav-head {
        border-radius: 5px 5px 0 0;
        margin-bottom: 3%;
    }
    .nav-head ul {
        display: flex;
    }
    .nav-head ul li {
        width: 33%;
        border: 1px #d0d0d0;
        border-style: solid solid solid none;
        background-color: #ededed;
    }
    .nav-head ul li a {
        display: block;
        width: 100%;
        padding: 10% 0;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        font-size: 0.8em;
        text-align: center;
    }
    .nav-head .on a {
        background: #fff !important;
    }
    #main .page-c h3,
    #main .page-d h3 {
        font-size: 1em;
        background-image: url(/toilet/img/main_h3_bg.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        padding: 0 0 .5em;
        font-size: .9em;
        line-height: 1.2;
        margin: 2% 0 1%;
    }
    a#main-online-bnr1 {
        background: url(/toilet/img/main_online_bnr1.gif);
        width: 100%;
        height: 41.5vw;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        text-indent: -9999px;
        text-decoration: none;
    }
    a#main-online-bnr1:hover {
        opacity: .8;
        outline-offset: -5px;
        outline: solid 5px #fe3333;
    }
    /*工事(c)*/
    .page-c,
    .page-d {
        width: 96%;
        padding: 2%;
    }
    #contents .page-c h3~img {
        max-width: 100%;
        display: block;
        margin: 0 auto 10px;
    }
    .page-c dl {
        padding: 1%;
        margin: 2% auto;
    }
    .page-c dt {
        color: #0c5cbe;
        padding: 1% 0;
        line-height: 1.4;
        font-size: 15px;
        font-weight: bold;
        background-color: #d9e2e9;
    }
    .page-c dd {
        padding: 0 1%;
        margin: 5px 0 10px;
        font-size: 12px;
    }
    .page-c .flex-box {
        display: inline-flex;
        justify-content: space-between;
    }
/*
    .page-c .flex-box div {
        width: 49%;
    }
*/
    .page-c h4 {
        text-align: center;
        color: #fff;
        background-color: #1d97de;
        font-size: 17px;
        line-height: 1.5;
        padding: 1%;
        margin: 4% 0 2%;
    }
    .page-c h4::before {
        font-size: .9em;
    }
    .page-c h4:nth-of-type(1)::before {
        content: 'step1.';
    }
    .page-c h4:nth-of-type(2)::before {
        content: 'step2.';
    }
    .page-c h4:nth-of-type(3)::before {
        content: 'step3.';
    }
    .page-c h4:nth-of-type(4)::before {
        content: 'step4.';
    }
    .page-c h4:nth-of-type(5)::before {
        content: 'step5.';
    }
    .page-c .flex-box.colum {
        margin: 1% 0 2%;
        flex-direction: column;
    }
    .page-c .flex-box div {
        width: 90%;
        margin: 10px auto;
        text-align: center;
    }
    .page-c .flex-box.colum img {
        align-self: center;
    }
    .flex-box.colum p {
        padding: 5px 0 5px 0;
        line-height: 1.5;
    }
    .pink {
        color: #ef3fab;
    }
    .main-box {
        clear: both;
        margin-bottom: 10px;
    }
    .item-1 {
        clear: both;
        width: 100%;
    }
    #contents .item-1 table {
        width: 100%;
        border: 1px solid #99A1AA;
        box-sizing: border-box;
        margin: 0 0 20px 0;
        border-collapse: collapse;
    }
    .item-1 th {
        background-color: #BEC4C6;
        padding: 5px;
        border: 1px solid #99A1AA;
        text-align: center;
        font-size: 10px;
    }
    .item-1 td {
        padding: 1%;
    }
    .item-td-1c {
        width: 20vw;
        border: 1px #99A1AA;
        border-style: none dotted solid none;
        text-align: center;
        line-height: 100%;
        font-size: 11px;
    }
    td.item-td-1c a {
        display: inline-block;
    }
    .item-td-1r {
        border: 1px #99A1AA;
        border-style: none dotted solid none;
        text-align: right;
        line-height: 1.5;
    }
    span.price-s {
        font-size: 10px;
    }
    .item-td-2 {
        width: 25vw;
        background-color: #EFEFEF;
        border: 1px solid #99A1AA;
        text-align: right;
    }
    #contents .item-td-1c img,
    #contents .item-td-2 img {
        width: 100%;
    }
    .list-btn {
        margin-bottom: 16px;
    }
    .list-btn a {
        display: block;
        width: 180px;
        height: 29px;
        margin-right: auto;
        margin-left: auto;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .list-btn a:link {
        background-image: url(/toilet/img/toilet_function_btn_list.gif);
    }
    .list-btn a:hover {
        background-image: url(/toilet/img/toilet_function_btn_list_o.gif);
    }
}