@charset "UTF-8";
/*
 * Date: 2019-03-10
 */

/* -------------------------------
  information
------------------------------- */

.h-area{
  background-image:url(../images/bk_information.png);
  background-position: center 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.information-area{
  margin-top: 2rem;
}

.information-area h3{
font-size: 1.8rem;
padding-bottom: 0.8rem;
margin-bottom: 2rem;
border-bottom: 1px solid #CCC;
}

.information-area h3:after{
display:none;
}

.information-area h4{
font-size: 1.6rem;
padding:0.5rem 1rem;
border-left: 4px solid #c9c9c9;
border-bottom:none;
}

.h-area.child.bk-grd-omn{
  background-image:url(../../images/commons_main.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.mb2{
margin-bottom:2rem;
}

.mb4{
margin-bottom:4rem;
}

.contents-box{
  padding: 3rem;
  margin-bottom:0;
}

.list-info .list a:after {
  display: none;
}

.information-area.basic-wrap{

}

.list-tag li.ic-category:not(.info-ic-important) {
  background:none;
}

.ic-category.info-ic-news {
  color:#9bc7c4;
  border :#9bc7c4 solid 1px;
}
.ic-category.info-ic-seminar {
  color:#bca7fa;
  border :#bca7fa solid 1px;
}