<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===========================
   overwrite visible
   =========================== */

img.pc {
    display: block !important;
}

img.tab {
    display: none !important;
}

img.mob {
    display: none !important;
}

@media (max-width: 1024px) {
    img.tab {
        display: block !important;
    }
    img.pc {
        display: none !important;
    }
}

@media (max-width: 768px) {
    img.pc {
        display: none !important;
    }
    img.tab {
        display: block !important;
    }
}

@media (max-width: 640px) {
    img.mob,
    img.mob.tab {
        display: block !important;
    }
    img.tab {
        display: none !important;
    }
}




/* ===========================
   common
   =========================== */

.flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /**/
    justify-content: space-between;
}




/* ===========================
   font
   =========================== */

.red {
    color: #f00;
}

.blue {
    color: #09c;
}


.purple_1 {
    color: #453ea0;
}

.fw_normal {
    font-weight: normal !important;
}

.f_12 {
    font-size: 1.2rem !important;
}

.f_13 {
    font-size: 1.3rem !important;
}

.f_14 {
    font-size: 1.4rem !important;
}


.f_15 {
    font-size: 1.5rem !important;
}

.f_16 {
    font-size: 1.6rem !important;
}

.f_18 {
    font-size: 1.8rem !important;
}

.f_20 {
    font-size: 2.0rem !important;
}


/* ===========================
   .pageHeader
   =========================== */

.pageHeader::before {
    width: 1401px;
    height: 200px;
}


@media print,
screen and (max-width: 768px) {
    /* ///////// mobile /////////// */
    .pageHeader-inner {
        /*        padding-top: 1.25em;*/
        padding-top: 4em;
        padding-left: .5em;
    }
}


@media screen and (max-width: 640px) {
    .repair .pageHeader-inner {
        padding-top: 1.25em;
    }
}



/* ===========================
   // note common
   =========================== */

@media print,
screen and (max-width: 768px) {
    /* ///////// mobile /////////// */
    .mobHidetxt {
        display: none;
    }

    .read_more {
        display: block !important;
    }
}



/* ===========================
    // class .contents
   =========================== */

.lead {
    font-size: 1.6rem;
    margin-bottom: 3em;
}

.page.repair h2.contents_title {
    font-family: "Sawarabi Mincho";
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 1em;
    padding: 1em 0;
    border-top: #cba678 thin solid;
    border-bottom: #cba678 thin solid;
}


/* ===========================
   // class .row .chapter
   =========================== */

.row {
    width: 95%;
    margin: auto auto 3em;
}

.chapter {
    width: 90%;
    margin: auto auto 5em;
}

.chapter h3 {
    font-size: 2.0rem;
    margin-bottom: 1.5em;
    padding: .5em 1.5em;
    color: #fff;
    background: #592006;
    border-radius: 2em;
}

.chapter h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1em;
    border-bottom: #cba678 thin solid;
}

.chapter .inside {
    margin-bottom: 1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.chapter figure span {
    padding: 8px;
    display: inline-block;
    box-shadow: 0 0 3px 0 #aaa;
}

.chapter .txtbox {
    margin-bottom: 1.5em;
}

.chapter figcaption {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.chapter figcaption span {
    padding: 0;
    display: inline;
    box-shadow: none;
}


@media print,
screen and (max-width: 1024px) {
    .lead {
        font-size: 1.5rem;
        margin-bottom: 2em;
    }
    .chapter {
        width: 100%;
    }
}

@media print,
screen and (max-width: 768px) {
    .chapter .inside {
        display: block;
    }
}


/* ===========================
  // id #contents_menu 
   =========================== */

#contents_menu {
    margin-bottom: 3em;
}

#contents_menu h5 {
    width: 80%;
    margin: auto auto 1em;
    font-size: 2.2rem;
    padding: .5em 0;
    text-align: center;
    border-top: #cba678 thin solid;
    border-bottom: #cba678 thin solid;
}

#contents_menu .menu_row {
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#contents_menu .first_row {
    width: 80%;
}

#contents_menu .second_row {
    width: 65%;
}

#contents_menu .first_row .box {
    width: 25%;
    margin: 0 0 2em;
    text-align: center;
}

#contents_menu .second_row .box {
    width: 30%;
    margin: 0 1.5% 2em;
    text-align: center;
}


#contents_menu .box img {
    margin-left: auto;
    margin-right: auto;
}

#contents_menu a {
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    display: block;
}


#contents_menu a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#contents_menu a i {
    margin-right: .25em;
}

#contents_menu .image {
    margin-bottom: .5em;
    display: block;
}

#contents_menu img {
    border-radius: 50%;
    overflow: hidden;
}

#contents_menu .txt {
    display: block;
}

ul.yoyaku_link {
    width: 80%;
    margin: auto auto 6em;
}

ul.yoyaku_link a {
    width: 70%;
    font-size: 2.0rem !important;
    font-weight: normal;
    padding: 1.25em !important;
}





@media screen and (max-width: 1024px) {
    /* ///////// mobile /////////// */
    #contents_menu h5 {
        width: 90%;
    }
    #contents_menu {
        margin-bottom: 2em;
    }
    #contents_menu .menu_row {
        width: 95%;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #contents_menu .first_row .box,
    #contents_menu .second_row .box {
        width: 25% !important;
        margin: 0 0 1.5em;
        padding: 0 2.5%;
        text-align: center;
    }
    ul.yoyaku_link {
        width: 100%;
    }
    ul.yoyaku_link a {
        width: 100%;
        line-height: 1.4;
        border-radius: 3em !important;
    }
}


@media print,
screen and (max-width: 768px) {
    /* ///////// mobile /////////// */
    #contents_menu .menu_row {
 margin-left: 2%;
        margin-right: 3%;
    }
    #contents_menu .first_row .box,
    #contents_menu .second_row .box {
        width: 42.5% !important;
        margin: 0 0 1.5em;
        padding: 0;
        text-align: center;
    }
    #contents_menu .second_row::after {
        content: "";
        display: block;
        width: 42.5%;
    }
}



/* ===========================
   #llpt
============================== */

#llpt {
    width: 90%;
    margin: auto auto 2em;
    padding: 2em 2.5%;
    border: #ddd thin solid;
    /**/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /**/
    justify-content: space-between;
}

#llpt ul {
    margin-top: .5em;
}

#llpt .txtbox {
    width: 70%;
    padding-top: 2em;
}

#llpt figure {
    width: 26%;
    max-width: 230px;
}


@media print,
screen and (max-width: 768px) {
    /* ///////// mobile /////////// */
    #llpt {
        padding: 2em 5%;
        display: block;
    }

    #llpt .txtbox {
        width: 100%;
        margin: auto auto 1em;
        padding-top: 0;
    }

    #llpt figure {
        width: 80%;
        margin: auto auto;
    }
}
</pre></body></html>