@charset "UTF-8";
main{
  padding-bottom: 100px;
}
.under_mv {
  background: url("../img/mv.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sitemap {
    margin-top: 60px;
    position: relative;
}
.map_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.map_category {
    margin: 0;
}
.map_category a {
    color: #009844;
    font-size: 3.2rem;
    font-weight: bold;
    display: inline-flex;
  align-items:center; 
    max-width: 300px;
    width: 100%;
  position: relative;
}
.map_category a::after{
  content: '';
  display: block;
  background: url("../img/arrow.svg") no-repeat center;
  width: 23px;
  height: 23px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 40px;
}
.map_flex {
    border-top: 2px solid #009844;
    padding: 15px 50px 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 0 100px;
}
.map_col {
    max-width: 241px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.map_item {
    color: #000;
    padding-left: 1em;
}
.map_item.map_item--head {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #009844;
    padding: 25px 0 15px;
}
@media screen and (max-width: 767px) {
main{
}
.map_flex {
    flex-direction: column;
}
.map_col {
    gap: 10px 0;
    margin: 15px 0;
}
}
@media print {

}