@charset "UTF-8";

#access main{height: 450px;background-position: center center;background-size: cover;background: url("../img/main_pc.jpg?20210417") center center / cover no-repeat;}

.layer h3.or_line + *{width: 100%;margin: 30px auto 0;}

#access .access_item{width: 80%;margin: 50px auto 0;justify-content: flex-start;}
#access .access_item dt{width: 50px;}
#access .access_item dd{padding-left: 1.5em;width: calc(100% - 50px);}
#access .access_item dd h4{font-size: 18px;}
#access .access_item dd p{text-indent: -1.2em;padding-left: 1.2em;}
#access .access_item dd p:nth-of-type(n+2){margin-top: 15px;}

@media only screen and (max-width: 768px) {
#access main{height: auto;background: none;}

#access .map{width: 100%;height: 400px;}

#access .access_item{width: 100%;margin: 30px auto 0;}
#access .access_item dt{width: 40px;}
#access .access_item dd{padding-left: 1em;width: calc(100% - 40px);}
#access .access_item dd h4{font-size: 16px;}
#access .access_item dd p{text-indent: -1.2em;padding-left: 1.2em;}
#access .access_item dd p:nth-of-type(n+2){margin-top: 15px;}

}

