.sitemap_obi_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  border-bottom: 2px solid #eeeeee;
  background-repeat: repeat;
  background-position: 50% 0;
  background-image: url(/img/sitemap/obi_bg01.png);
}

@media (min-width: 769px), print {
  .sitemap_obi_wrap {
    height: 130px;
  }

  .sitemap_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;
  }
}
@media (max-width: 768px), print {
  .sitemap_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
  }
}
.sitemap_titile {
  display: block;
  margin: 0 0 20px 0;
  padding-left: 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 250%;
  color: #655e5c;
  border: 1px solid #dddddd;
  background: #f3f3f3;
  background-image: url(/img/common/ico_arrow_right04a.png);
  background-repeat: no-repeat;
  background-position: 2% 50%;
  background-size: 12px auto, contain;
}
.sitemap_titile a {
  display: block;
  width: 100%;
}
.sitemap_titile a:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

@media (min-width: 768px) and (max-width: 960px), print {
  .sitemap_titile {
    padding-left: 40px;
  }
}
@media (min-width: 961px), print {
  .sitemap_titile {
    padding-left: 40px;
  }
}
.sitemap_col {
  margin: 10px 0 20px 20px;
}

.txt_color a {
  color: initial;
  color: #655e5c;
  text-decoration: underline;
}
.txt_color a:hover {
  color: #ab0012;
  text-decoration: underline;
}

.mod_col1 {
  display: inline-block;
  width: 90%;
  padding: 0 0 0 20px;
  background-image: url(/img/common/ico_arrow_right04a.png);
  background-repeat: no-repeat;
  background-position: 1% 50%;
  background-size: 8px auto, contain;
}

.mod_col3, .mod_col4 {
  display: inline-block;
  width: 47%;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  font-size: 11px;
  background-image: url(/img/common/ico_arrow_right04a.png);
  background-repeat: no-repeat;
  background-position: 1% 50%;
  background-size: 8px auto, contain;
  vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 960px), print {
  .mod_col4 {
    width: 33%;
    font-size: 100%;
  }

  .mod_col3 {
    font-size: 100%;
    width: 47%;
  }
}
@media (min-width: 961px), print {
  .mod_col4 {
    font-size: 100%;
    width: 22%;
  }

  .mod_col3 {
    font-size: 100%;
    width: 33%;
  }
}
