@charset "UTF-8";
.mt15 {
  margin-top: 1.5em;
}
.content_title {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #3d3d3d;
}

.content_title .content_title_title {
  height: 28px;
  padding: 0 0 0 20px;
  font-size: 2em;
  font-family: serif;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 1em;
  position: relative;
  border-bottom: none;
  border-left: none;
}
.content_title .content_title_title::before {
  position: absolute;
    content: "";
    width: 12px;
    height: 28px;
    background: #c11329;
    left: 2px;
    bottom: 2px;
}
.content_title .content_title_title.blue {
  height: 26px;
  font-size: 1.7em;
}
.content_title .content_title_title.blue::before {
  background: #3669c9;
}
.content_title .content_title_title.long {
  height: 60px;
  line-height: 1.2;
}
.content_title .content_title_title.long::before {
  top: 0;
  
}
.content_title .content_title_text {
  font-size: 1.2em;
  padding-bottom: 0;
  padding-right: 0.5em;
  font-family: serif;
  font-weight: bold;
  color: #3d3d3d;
}
#area-footer .link-text_long {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
} 
#area-footer .link-text_long span {
  text-align: left;
}
#area-footer .link-text_long img {
  width: 16px;
  height: 16px;
}