 body {
     margin: 0;
     padding: 0;
     font-family: 'Noto Sans JP',Meiryo,sans-serif;
     *font-family: 'Noto Sans JP',Meiryo,sans-serif;
     font-size: 16px;
     -webkit-text-size-adjust: 100%;
     word-wrap: break-word;
 }

#access{
    padding: 60px 0;
}
#access .wrapper .container{
    max-width: 1020px;
    margin: auto;
}
#access #map{
    text-align: center;
    margin-bottom: 60px;
}
#access #map .img img{
    max-width: 500px;
    margin: 20px auto;
}

#title{
    margin-bottom: 60px;
    padding: 15px 0;
    background-color: white;
}

.root01,
.root02,
.root20-01,
.root20-02,
.root20-03,
.root20-04{
    border-bottom: solid 10px #0071bc;
}
.root20-05{
    border-bottom: solid 10px #ff2500;
}
.root20-06,
.root20-07{
    border-bottom: solid 10px #6e172d;
}
.root20-08,
.root20-09{
    border-bottom: solid 10px #009bb2;
}

#title h1{
    font-size: 34px;
    max-width: 960px;
    margin: auto;
    padding: 0 30px;
    
}
#title h1 img{
    vertical-align: bottom;
    width: 40px;
    height: auto;
}

#root ul{
    max-width: 930px;
    margin: auto;
}
#root ul li{
    margin-bottom: 20px;
}
#root p{
    margin-top: 6px;
}
#root p span{
    color: red;
}
#pdf{
    text-align: center;
}
#pdf a{
    display: inline-block;
    padding: 0 40px;
    line-height: 2.5;
    font-size: 18px;
    background-color: white;
    border: solid 1px #000;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    color: black;
}
#pdf a:hover{
    background-color: #e6e6e6;
    text-decoration: none;
}
@media all and (max-width: 767px) {
    #access{
        padding: 40px 0;
    }
    #access #map{
        margin-bottom: 40px;
    }
    #access #map .img img{
        width: 80%;
        margin: 10px auto;
    }
    #title{
        margin-bottom: 30px;
        padding-bottom: 10px;
        text-align: center;
    }

    .root01,
    .root02,
    .root20-01,
    .root20-02,
    .root20-03,
    .root20-04{
        border-bottom: solid 8px #0071bc;
    }
    .root20-05{
        border-bottom: solid 8px #ff2500;
    }
    .root20-06,
    .root20-07{
        border-bottom: solid 8px #6e172d;
    }
    .root20-08,
    .root20-09{
        border-bottom: solid 8px #009bb2;
    }

    #title h1{
        font-size: 28px;

    }
    #title h1 img{
        width: 32px;
    }
    #root ul li{
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    #access{
        padding: 20px 0;
    }
    #access #map{
        margin-bottom: 30px;
    }
    #access #map .img img{
        width: 90%;
    }
    .root01,
    .root02,
    .root20-01,
    .root20-02,
    .root20-03,
    .root20-04{
        border-bottom: solid 6px #0071bc;
    }
    .root20-05{
        border-bottom: solid 6px #ff2500;
    }
    .root20-06,
    .root20-07{
        border-bottom: solid 6px #6e172d;
    }
    .root20-08,
    .root20-09{
        border-bottom: solid 6px #009bb2;
    }

    #title h1{
        font-size: 24px;
    }
    #title h1 img{
        width: 28px;
    }
    #root ul li{
        margin-bottom: 10px;
    }
}