@charset "utf-8";
@import url("/css/box-side.css");

.header-nav__item--info > a:after {
  left: 0;
  width: 100%;
}

.area-ttl {
  background: url(/info/img/bg-ttl-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.area-ttl__ttl {
  background: url(/img/common/icon-nav-04.png) no-repeat 50% 0;
  background-size: 32px auto;
}

.col-main {
  position: relative;
}

.entry-cat {
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  line-height: 18px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.entry-cat--cat1 {
  background: #c2185b;
}

.entry-cat--cat2 {
  background: #1976d2;
}

.entry-cat--cat3 {
  background: #0097a7;
}

.entry-cat--cat4 {
  background: #ffa000;
}

.entry-cat--cat5 {
  background: #689f38;
}

.entry-cat--cat6 {
  background: #e64A19;
}

.col-main h1 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cbdbbe;
}

.col-main h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #689f38;
}

.info-row__col--cat1 a:hover .info-row__img:after {
  border: 3px solid #c2185b;
}

.info-row__col--cat2 a:hover .info-row__img:after {
  border: 3px solid #1976d2;
}

.info-row__col--cat3 a:hover .info-row__img:after {
  border: 3px solid #0097a7;
}

.info-row__col--cat4 a:hover .info-row__img:after {
  border: 3px solid #ffa000;
}

.info-row__col--cat5 a:hover .info-row__img:after {
  border: 3px solid #689f38;
}

.info-row__col--cat6 a:hover .info-row__img:after {
  border: 3px solid #e64A19;
}

.info-row__date .cat-info {
  display: inline-block;
  float: right;
  width: 120px;
  line-height: 18px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}

.info-row__col--cat1 .cat-info {
  background: #c2185b;
}

.info-row__col--cat2 .cat-info {
  background: #1976d2;
}

.info-row__col--cat3 .cat-info {
  background: #0097a7;
}

.info-row__col--cat4 .cat-info {
  background: #ffa000;
}

.info-row__col--cat5 .cat-info {
  background: #689f38;
}

.info-row__col--cat6 .cat-info {
  background: #e64A19;
}

.description_field{
  margin: 1.5em 0;
}

.description_field dl{
  position: relative;
}


.description_field dl dt{
	color: #0288d1;
	font-weight:bold;
	padding-top:0.5em;
    font-size:14pt;
}

.description_field dl dd{
	border-bottom: dashed 1px silver;
	padding-bottom:0.5em;
}






@media only screen and (max-width: 1150px) {
  .info-row__date .cat-info {
    display: block;
    float: none;
    margin: 5px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .entry-cat {
    position: static;
    margin: -10px 0 10px;
  }
  
  .col-main h1 {
    font-size: 22px;
  }
  
  .box-side-list {
    font-size: inherit;
  }

  .box-side-list__item a {
    padding: 15px 10px;
  }
  
  .box-side-list__date .cat-info {
    display: inline-block;
    float: right;
    margin: 0;
  }

  .box-side-list .box-side-list .box-side-list__item a {
    position: relative;
    padding: 15px 10px 15px 20px;
  }

  .box-side-list .box-side-list .box-side-list__item a:before {
    top: 22px;
  }
  
  .info-row__date .cat-info {
    width: auto;
  }
}