@charset "UTF-8";

#link+.contents_btn01 a:last-child {
    border: 1px solid #4bbb34;
    background: #4bbb34;
}
#link+.contents_btn01 a:last-child:hover {
    color: #4bbb34;
    background: none;
}
#link+.contents_btn01 a:last-child:hover[target="_blank"] span::before,
#link+.contents_btn01 a:last-child:hover[target="_blank"] span::after {
    border: 1px solid #4bbb34;
}

#map + section .map {
  width: 100%;
  height: 20vw;
  min-height: 300px;
  max-height: 450px;
  position: relative;
}
#map + section .content_wrapper {
  padding: 0;
}
#map + section .map iframe {
  width: 100%;
  height: 100%;
}