@charset "UTF-8";
/* ----------------
 * コンテンツエリア
 * ---------------- */

.l-p-access h3{
    font-size: 1.8rem!important;
    position: relative;
    display:block;
    font-weight:bold;
    border-bottom: solid 1px #d5d5d5;
    margin: 0 auto 3rem;
    padding: 5px 0 5px 0;
    line-height: 4;
    width: 100%;
}

.l-p-access h3::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #00A84D;
    bottom: -1px;
    width: 30%;
}

@media screen and (min-width: 768px) {
    .l-p-access h3{
    font-size: 1.8rem!important;
    position: relative;
    display:block;
    font-weight:bold;
    border-bottom: solid 1px #d5d5d5;
    margin: 0 auto 3rem;
    padding: 5px 0 5px 0;
    line-height: 2;
    width: 360px;
}
    .l-p-access h3::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #00A84D;
    bottom: -1px;
    width: 30%;
}

}

.contents_area{
    width: 100%;
    margin: 0rem auto ;
}

@media screen and (min-width: 768px) {
.contents_area{
    width: 980px;
    margin: 0rem auto ;
}
}
.contents_area .inner {
    width: 100%;
    margin-top: 0rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: relative;
    top: 0;
}


@media screen and (min-width: 768px) {
  .contents_area .inner {
    width: 100%;
    margin: 4rem auto 0rem;
      position: relative;
      top: 0;
  }
}

.contents_area .flexbox {
    display: block;
    padding: 10px 0;
}

@media screen and (min-width: 768px) {
.contents_area .flexbox {
    display: flex;
    padding: 0px;
}
}

.contents_area .flexbox>div {
    width: 100%;
    padding: 10px;
    margin-bottom: 0rem;
}

@media screen and (min-width: 768px) {
.contents_area .flexbox>div {
    width: auto;
    padding: 10px;
   
}
}

.green-txt a{
    color: #00A84D;
}

.access_map {
    width: 100%;
    height: 260px;
}

@media screen and (min-width: 768px) {
.access_map {
    width: 550px;
    height: 260px;
}
}