/* ================================================= *
 *        	maintenance
 * ================================================= */

#examples {
    /* 375pxで14px、768pxで16pxになる計算式 */
    --fluid-font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (768 - 375)));
}

/* 768px以上はフォントサイズを固定 */
@media (min-width: 768px) {
    #examples {
        --fluid-font-size: 16px;
    }
}

/* 375px以下はフォントサイズを固定 */
@media (max-width: 375px) {
    #examples {
        --fluid-font-size: 14px;
    }
}

#examples h1 {
    border-bottom: 45px solid #06ad70;
}

#examples ul.ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#examples ul.ttl li {
    background-color: rgba(6, 173, 112, 0.4);
}

#examples ul.ttl li.on,
#examples ul.ttl li:hover {
    background-color: #06ad70;
}

#examples ul.ttl li:first-of-type {
    margin-right: 10px;
}

#examples ul.ttl li:nth-of-type(2) {
    margin-right: 10px;
    margin-left: 10px;
}

#examples ul.ttl li:last-of-type {
    margin-left: 10px;
}

#examples .menu_content {
    padding: 40px 15px 0px;
}

#examples img {
    vertical-align: bottom;
}

#examples img.main {
    margin: 5px;
}

#examples #repair_mainte .case {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

#examples #repair_mainte .case .ttl {
    font-size: calc(var(--fluid-font-size) * 1.75);
    font-weight: bold;
    padding-bottom: 20px;
}

#examples #repair_mainte .case .ttl img {
    padding-right: 10px;
    vertical-align: middle;
}

#examples #repair_mainte .case .case_area ul {
    padding: 20px 0 10px;
    font-size: calc(var(--fluid-font-size) * 1.125);
}

#examples #repair_mainte .case .case_area ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#examples #repair_mainte .case .case_area ul li dl dt {
    width: 135px;
}

#examples #repair_mainte .case .case_area .price {
    margin-bottom: 30px;
    color: #e50012;
    font-size: calc(var(--fluid-font-size) * 1.625);
    font-weight: bold;
}

#examples #repair_mainte .case .case_area .price span {
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    color: #fff000;
    font-size: var(--fluid-font-size);
    background-color: #e50012;
}

#examples #repair_mainte .case .case_area .price small {
    font-size: calc(var(--fluid-font-size) * 1.125);
}

#examples #repair_mainte .case:first-of-type {
    padding-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    #examples h1 {
        border-bottom: 20px solid #06ad70;
    }
}

.disnon {
    display: none;
}

#slidershow {
    display: none;
}
