html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div, aside {
  margin: 0;
  padding: 0;
}
img {
    display: block;
    height: auto;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
* {
    box-sizing: border-box;
}
body {
    width: 1100px;
    height: 1500px;
    margin: 0 auto;
    font-family: "Yu Gothic","'arial",sans-serif;
}
header {
    width: 100%;
    margin: 0 auto;
    background-color: white;
}
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid lightgray;
}
.header-absolute {
    margin-left: 20px;
}
.header-left {
    margin-left: 10px ;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;    
    margin-bottom: 5px;
}
.header-absolute a {
    font-size: 25px;
    font-weight: bold;
    color: black;
}
.header-absolute p {
    font-size: 12px;
    font-weight: normal;
}

.header-boxs {
    display: flex;
}
.header-right {
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px;
}
.header-boxs {
    display: flex;
}
.header-box {
    width: 55px;
    height: 55px;
    margin-left: 10px;
}
.header-box img {
    width: 100%;
    height: 100%;
}
.header-responsive {
    display: none;
}

/* header-end */

.main-contents-res {
    display: none;
}
.main-link {
    height: 70px;
    background-color: white;
}
.main-link-list {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.main-link-list li {
    color: black;
}
/* nav end */

.under-tab {
    display: none;
}

/* under-tab */

/* main-1 */

.main-1 {
    width: 100%;
    height: 100%;    
    padding-bottom: 10px;
    background-color: white;
}
.main-1-1 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.main-1-1 p {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 25px;
    font-weight: bold;
}
.main-1-1 img {
    width: 100%;
    margin: 0 auto;
}
.main-contents-res {
    display: none;
}
.main-content-top {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.mainte-graph {
    font-weight: bold;
    width: 990px;
    margin: 20px auto;    
    color: #777;
}
.mainte-graph-1 {
    margin-top: 10px;    
    display: flex;
    width: 190px;
}
.mainte-graph-2 {
    width: 190px;    
    margin-right: 5px;
}
.mainte-graph-3 {
    display: flex;
    width: 190px;
    margin: 0 auto;
}
.vertical-box {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 55px;
    height: 100px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.vertical-box2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 55px;
    height: 165px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.vertical-box-3 {
    width: 120px;
}
.box {
    width: 190px;
    height: 60px;
    background-color: #eee;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.box-2 {
    width: 190px;
    height: 30px;
    background-color: #EEEEEE;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.box-3 {
    width: 130px;
    height: 30px;
    margin-bottom: 5px;
    background-color: #EEE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-4 {
    width: 130px;
    height: 60px;
    margin-bottom: 5px;
    background-color: #EEE;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box-5 {
    width: 60px;
    height: 60px;
    background-color: #eee;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: #777;
}
.box-6 {
    width: 190px;
    height: 60px;
    background-color: lightgray;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.juryouzei {
    display: flex;
    justify-content: space-between;
}
.juryouzei-link {
    display: flex;
}
.juryouzei-link p {
    color: #191970;
    font-size: 15px;
    margin-right: 100px;
    border-bottom: 1px solid #191970;
}
.shaken-under-res {
    display: none;
}
/* backgroundcolor */
.yellow {
    background-color: #F0E68C;
}
.pink {
    background-color: #FAEBD7;
}
.green {
    background-color: #EDFFBE;
}
.blue {
    background-color: #E6E6FA;
}
.eee {
    background-color: #eee;
}
.ddd {
    background-color: #ddd;
}
.ccc {
    background-color: #ccc;
}
.bbb {
    background-color: #bbb;
}
.aaa {
    background-color: #aaa;
}
.f-bold {
    font-weight: bold;
}
.m-bottom {
    margin-bottom: 10px;
}
.under {
    font-size: small;
    margin-bottom: 5px;
}

/* main-2 */

.main-3 {
    display: flex;
    justify-content: space-between;
}

.main-2 {
    width: 100%;
    margin: 0 auto;
    position: relative;    
}
.main-2-1 p {
    position: absolute;
    top: 200px;
    right: 100px;
    font-size: 25px;
    font-weight: bold;
}
.main-2-1 img {
    width: 100%;
    margin: 0 auto;
}
.head-coat {
    width: 490px;
    height: auto;
    margin: 0;
}
.head-coat-1 {        
    margin: 20px 0;
    padding: 15px 0;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.head-box {
    display: flex;
    width: 300px;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 20px;
}
.head-box-1 {    
    width: 150px;
}
.head-box-2 {    
    width: 120px;    
}
.head-box-2 p {
    margin-right: 5px;
}
.head-box-3 {    
    width: 100px;
    text-align: end;
}
.head-coat-2 {
    width: 100%;
    margin: 0 auto;    
    border-top: 1px solid lightgray;
}
.head-coat-2 img {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.head-coat-2 p {
    text-align: center;
    /* font-weight: bold; */
    margin-top: 10px;
}
.setumei {
    width: 400px;
    margin: 0 auto;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.setumei-2 {
    display: flex;
    margin: 10px auto;
}
.oil-box {
    width: 300px;
    margin: 0 auto;
}
.oil-box-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.oil-box-2 {
    width: 130px;
}
.oil-box-3 {
    width: 60px;
}
.oil-box-4 {
    width: 100px;
    text-align: end;
}
.torituke-box-1 {    
    width: 150px;
}
.torituke-box-3 {
    width: 130px;
    text-align: end;
}

@media(max-width: 770px) {    
    body {
        height: 2000px;
        width: 100%;
        margin: 0 auto;
    }    
    div {
        margin: 0 auto;
        padding: 0;
    }
    .main-link {
        display: none;
    }
    
    /* header */
    .header-main {
        border-bottom: none;
        align-items: flex-end;
        margin-top: 5px;
    }
    .header-responsive {
        display: block;
    } 
    .header-responsive p {
        font-size: 3vw;
        margin-left: 10px;
    }   
    .header-absolute {
        margin: 0;
    }
    .header-absolute a {
        font-size: 5vw;
    }
    
    .header-absolute-p {
        display: none;
    }
    .header-left {
        margin: 0 0 5px 10px;
    }   
    .header-right {
        margin-right: 10px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 5px;
    }
    .header-boxs {
        display: flex;
    }
    .header-box {
        width: 30px;
        height: 30px;
        /* margin-left: 10px; */
    }
    .header-box img {
        width: 100%;
        height: 100%;
        /* margin-left: 10px; */
    }

    /* main */ 

    .mainte-graph, .mainte-graph-1 { 
        display: none;
    }
    .shaken-under {
        display: none;
    }
    .main-contents-res {
        display: block;
        width: 100%;
    }    
    .main-1-1 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        position: relative;
    }
    .main-1-1 p {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 5vw;
        font-weight: bold;
    }
    .main-1-1 img {
        width: 100%;
        margin: 0 auto;
    }
    .mainte-graph-res {
        margin: 10px;
    }
    .shaken-contents {
        margin: 20px 0;
        padding-bottom: 20px;
        border-bottom: 1px solid lightgray;
    }
    .dan-1 {
        display: flex;
        margin-bottom: 10px;
    }
    .shashu {
        width: 70%;
        /* background-color: #ddd; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .waku-60 {
        width: 70%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;   
    }
    .waku-60-30 {
        width: 30%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;   
    }
    .waku-30 {
        width: 70%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;   
    }
    .waku-30-30 {
        width: 30%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;   
    }    
    .margin-r {
        margin-right: 10px;
    }
    .margin-r-5 {
        margin-right: 5px;
    }
    .box-res {
        width: 30%;
        height: 60px;
        background-color: #eee;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;       
    }
    .box-res p {     
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .res-flex {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    .juryouzei-res {
        width: 70%;
        display: flex;
        justify-content: space-between;
        margin: 0;
        margin-left: 10px;
    }
    .juryouzei-res-1 {
        width: 100%;
        height: 60px;
        /* background-color: #ddd; */
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .juryouzei-res-1 p {
        width: 100%;       
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
    .juryouzei-res-1-margin-r-5 {
        width: 100%;
        height: 60px;
        /* background-color: #ddd; */
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 5px;
    }
    .juryouzei-res-1-margin-r-5 p {
        width: 100%;       
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
    .shaken-under-res {
        display: block;
    }
    .under {
        font-size: small;
        margin: 20px 10px;
    }
    .juryouzei-link {
        display: flex;
        flex-direction: column;
        margin: 10px;
    }
    .juryouzei-link p {
        color: #191970;
        font-size: 13px;
        width: 100%;
        text-align: center;
        background-color: lightgray;        
        padding: 10px;
        margin-bottom: 20px;        
        border-bottom: none;
    }

    /* .main-2 */

    .main-2 {
        width: 100%;
        margin: 0 auto;
        position: relative;    
    }
    .main-2-1 p {
        position: absolute;
        top: 45%;
        right: 15%;
        font-size: 4vw;
        font-weight: bold;
    }
    .main-2-1 img {
        width: 100%;
    }
    .head-coat {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .main-3 {
        display: flex;
        flex-direction: column;
    }
    .head-coat-2 img {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .head-coat p {
        font-size: 4vw;
    }
    .head-box {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto;
    }
    .head-box-1 {    
        width: 100%;
        margin-left: 10px;
    }
    .head-box-2 {
        width: 100%;
    }
    .head-box-3 {    
        width: 100%;
        margin-right: 10px;
    }
    .oil-box {
        width: 100%;
    }
    .oil-box-1 {
        margin: 0;
    }
    .oil-box-2 {
        width: 100%;
        margin-left: 10px;
    }
    .oil-box-3 {
        width: 100%;
    }
    .oil-box-4 {
        width: 100%;
        margin-right: 10px;
    }

    .setumei {
        width: 100%;
    }
    .setumei p {
        margin: 0 10px;
    }
    .setumei-2 {
        width: 100%;
    }
    .setumei-2 p {
        font-size: 3vw;
        margin: 0 10px;
    }
    .setumei-2 img {
        width: 35%;
        margin-right: 10px;
    }
    .torituke-under p {
        font-size: 12px;
        margin: 10px;
    }
    .torituke-box-1 {
        width: 100%;
        margin-left: 10px;
    }
    .torituke-box-3 {
        width: 100%;
        margin-right: 10px;
    }
    /* under-tab */

    .under-tab {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }
    .under-boxs {
        background-color: lightgray;
        display: flex;
        justify-content: space-around;
    }
    .under-box {
        width: 65px;
        height: 55px;
        background-color: lightgray;
        color: gray;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .under-box p {
        font-size: 10px;
        margin-top: 3px;
    }
    .fas {
        font-size: 25px;
    }
    p {
        display: block;
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

}