@charset "UTF-8";

/*****************************
詳細共用
*****************************/
.singlehead {
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1rem;
}
.singlehead::before {
  background: #1E5896;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100px;
}

.singlehead .info{
  gap: 1rem;
  margin-bottom: 1rem ;
}
.singlehead .info time {
  font-weight: bold;
}
.singlehead .info .cat{
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  min-width: 150px;
}
.singlehead .info .cat-news{
  background: #1e9642;
}
.singlehead .info .cat-event{
  background: #d37222;
}
.singlehead .info .cat-media{
  background: #7322d3;
}
.singlehead .info .cat-recruit{
  background: #22a2d3;
}

.singlehead .ttl {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}

.singlecontent {
  margin: 4rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {

  .singlehead .ttl {
    font-size: 1.8rem;
  }
  .singlecontent {
    margin: 3rem 0;
  }
}