/* ===============================================================================
Module
=============================================================================== */
/* dirpath module 
========================= */
/* m-dirpath-01 */
.m-dirpath-01 {
  font-size: 0;
  padding: 17px 19px 0;
}

.m-dirpath-01__list {
  display: inline;
}

.m-dirpath-01__list__item {
  display: inline;
  color: #5f5f5f;
  font-size: 0.75rem;
}

.m-dirpath-01__list__item::after {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 5px;
  height: 8px;
  background: url(../img/common/common_arrow01.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0 13px;
}

.m-dirpath-01__list__item:last-child::after {
  content: none;
}

.m-dirpath-01__list__item a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .m-dirpath-01__list__item {
    font-size: 0.857rem;
  }
}

/* hedinag module 
========================= */
/* m-heading-01 */
.m-heading-01 {
  padding: 0 19px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .m-heading-01 {
    padding: 0;
    font-size: 2.143rem;
  }
}
