.mb-4 {
  margin-bottom: 4px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-40 {
  margin-bottom: 40px;
}

.contentfix960N2014 .mainArea a:link {
  color: #183d9f;
}
.contentfix960N2014 .mainArea a:link:hover {
  color: #ff8d00;
}

#contents {
  max-width: 960px;
  font-size: 14px;
  line-height: 1.5;
  color: #30201a;
}
#contents .kuradashi-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 12px;
}
#contents .kuradashi-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  margin-left: 8px;
  border-top: 1px solid #30201a;
  border-right: 1px solid #30201a;
  transform: rotate(45deg) skew(-15deg, -15deg);
}
#contents .kuradashi-img {
  max-width: 100%;
  height: auto;
  display: block;
}
#contents .kuradashi-banner {
  text-align: center;
}
#contents .kuradashi-banner__link {
  display: inline-block;
}
#contents .kuradashi-banner__link:hover {
  opacity: 0.5;
}
#contents .kuradashi-info {
  background-color: #eee;
  padding: 18px 24px 24px;
  border-radius: 4px;
}
#contents .kuradashi-info__header {
  display: flex;
  align-items: center;
}
#contents .kuradashi-info__icon {
  margin-right: 8px;
  flex-shrink: 0;
}
#contents .kuradashi-info__title {
  font-weight: 600;
}
#contents .kuradashi-info__list {
  padding-left: 32px;
}
#contents .kuradashi-section__title {
  font-size: 16px;
  font-weight: 600;
}
#contents .kuradashi-section__link {
  display: inline-flex;
  align-items: center;
}
#contents .kuradashi-section__link-icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
#contents .kuradashi-container {
  max-width: 796px;
  margin: 0 auto;
}