<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UFT-8";
body{
    font-family: "HGä¸¸ï½ºï¾žï½¼ï½¯ï½¸M-PRO","Hiragino Sans","ãƒ¡ã‚¤ãƒªã‚ª",
    "Hiragino Kaku Pro",
    "Hiragino Kaku Gothic Pron",
    "Meiryo","sans-serif";
    

    font-size: 100px;
    
    

}
.label {
    font-size: 20px;
    text-align: left;
    margin-right: 20px;
    width: 600px;
    border-left: 10px solid #79a1b1;
    padding: 5px 10px 2px 10px;
    /*background: #363232;
    color: #fff;*/
    border-bottom: 2px solid #070707;
}
.seyu {
    font-size: 15px;
    margin-right: 20px;
}

.logo{
    text-align:center;
    margin-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 30px;
    background: #650505;
    font-family: "HGä¸¸ï½ºï¾žï½¼ï½¯ï½¸M-PRO","Hiragino Sans","ãƒ¡ã‚¤ãƒªã‚ª",
    "Hiragino Kaku Pro",
    "Hiragino Kaku Gothic Pron",
    "Meiryo","sans-serif";
    
}
.logo h1 {
    font-size: 10px;
    border-top: 20px;
    border-bottom: 20px;
    color: #fff;
    padding: 20px 0 10px;
    
}
.logo p {
    border-top: 20px;
    border-bottom: 20px;
    color: #fff;
    padding: 0px 0 20px;
    font-size: 30px;

}
.w_inner{
    width:1200px;
    margin:0 auto;
}
img {
    border: #363232;
}
.header ul{
    display:flex;
}
.header ul li{
    margin-bottom: 30px;
    width:200px;
    min-width:200px;
    text-align:center;
    border-right: 2px solid #070707;
}
.header ul li:first-child{
    border-left: 2px solid #070707;
}
.header ul li a{
    display:block;
}
.header_img{
    text-align: center;
}
@media screen and (max-width: 480px) {
    .w_inner{
        width:480px;
        margin-left: 2px;
        /*margin:0 auto;*/
    }
    .header ul li{
        margin-bottom: 10px;
        width:75px;
        min-width:75px;
        text-align:center;
        border-right: 1px solid #070707;
        font-size: 10px;
    }
    .header ul li:first-child{
        border-left: 1px solid #070707;
    }
    .logo{
        text-align:center;
        margin-bottom: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #650505;
        font-family: "HGä¸¸ï½ºï¾žï½¼ï½¯ï½¸M-PRO","Hiragino Sans","ãƒ¡ã‚¤ãƒªã‚ª",
        "Hiragino Kaku Pro",
        "Hiragino Kaku Gothic Pron",
        "Meiryo","sans-serif"; 
    }
    .logo h1 {
        font-size: 6px;
        border-top: 10px;
        border-bottom: 10px;
        color: #fff;
        padding: 10px 0 5px;
        
    }
    .logo p {
        border-top: 10px;
        border-bottom: 10px;
        color: #fff;
        padding: 0px 0 10px;
        font-size: 20px;
    }
    .gennninn {
        font-size: 12px;
        margin-bottom: 10px;
        width: 380px;
        min-width: 380px;
    }
    .label {
        font-size: 14px;
        text-align: left;
        margin-right: 20px;
        width: 480px;
        border-left: 2px solid #79a1b1;
        padding: 5px 10px 2px 10px;
        border-bottom: 2px solid #070707;
    }
    .seyu {
        font-size: 12px;
        margin-right: 10px;
    }
}

.container_service{
    /*display: inline-block;*/
    margin-top: 50px;

}

.container_service h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.pp_link {
    margin-top: 50px;
    text-align: right;
}
.copy {
    margin-top: auto;
    text-align: center;
    background: #79a1b1;
    font-size: 12px;
    padding: 7px 0 3px;
}
@media screen and (max-width: 480px) {
    .container_service h2 {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 2px;
    }
    .pp_link {
        margin-top: 12px;
        text-align: right;
        font-size: 8px;
    }
    .copy {
        margin-top: auto;
        text-align: center;
        background: #79a1b1;
        font-size: 7px;
        padding: 4px 0 3px;
    }
  }</pre></body></html>