#access {
    width: 900px;
    margin: 0 auto;
    padding: 1em 0 0;
}
.acc_ttl{
    background-color: #6a5a9c;
    color: #fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    padding: 0 15px;
    margin-bottom: 10px;
}
.acc_ttl img{
    display: block;
    height: 32px;
}
.acc_ttl a{
    display: inline-block;
    background: url(../img/linkout.png) no-repeat 95% 50% #fff;
    color: #5a4541;
    height: 32px;
    font-size: 14px;
    line-height: 1;
    padding-left: 20px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
}

.acc_box{
    border: 4px solid #bbb;
    padding: 30px;
    margin-bottom: 40px;
}
.acc_box img{
    display: block;
    max-width: 100%;
}
.acc_4 .acc_links{
    margin-top: 10px;
    padding: 10px;
    background-color: #f0edf7;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.acc_4 .acc_links dt{
    width: 280px;
}
.acc_4 .acc_links dd{
    padding-left: 50px;
}
.acc_4 .acc_links li{
    margin-bottom: 1em;
    list-style: disc;
}
.acc_4 .acc_links li:last-child{
    margin-bottom: 0;
}
.acc_4 .acc_links a{
    text-decoration: none;
    font-size: 14px;
    line-height: 1.7;
    border-bottom: 1px solid #6a5a9c;
    color: #6a5a9c;
}
.acc_4 .acc_links a:after{
    content: '';
    width: 18px;
    height: 20px;
    display: inline-block;
    background: url(../img/linkout2.png) no-repeat center center;
    background-size: 11px 11px;
    margin-left: 0.5em;
}

/* 今ならお得！乗合タクシー「ぐるりんあきう」 */
.acc_5 .acc_links_taxi{
    background-color: #f0edf7;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 34px;
}
.acc_5 .acc_box{
    border: none;
    padding: 0 30px;
}
.acc_5 .acc_links_taxi dt{
    min-width: 318px;
    margin-right: 34px;
    text-align: right;
}

.acc_5 .acc_links_taxi dd{
    width: 100%;
}
.acc_5 .acc_links_taxi dt img{
    margin: auto;
}
.acc_5 .acc_links_taxi ul{
    margin-left: 25px;
}
.acc_5 .acc_links_taxi li{
    color: #fff;
    list-style: disc;
    margin-bottom: 25px;
}
.acc_5 .acc_links_taxi .head{
    display: block;
    color: #fff;
    font-size: 16.5px;
    margin-bottom: 30px;
}
.acc_5 .acc_links_taxi li:last-child{
    margin-bottom: 0;
}
.acc_5 .acc_links_taxi a{
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
}

.acc_5 .acc_links_taxi a:after{
    content: '';
    width: 18px;
    height: 20px;
    display: inline-block;
    background: url(../img/linkout3.png) no-repeat center center;
    background-size: 11px 11px;
    margin-left: 0.5em;
}

#access a{
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
#access a:hover{
    opacity: 0.7;
}

