@charset "UTF-8";
.information {
  border: 1px solid;
  padding: 1em;
  text-align: center;
}

.link::before {
  content: '\25b6\fe0e';
  margin: 0 .3em;
  display: inline-block;
}

.new {
  -webkit-animation: _flash 2s infinite;
  animation: _flash 2s infinite;
  display: inline-block;
  background-color: red;
  color: white;
  padding: .3em .5em;
  line-height: 1;
}

/* NEW 点滅 */
@-webkit-keyframes _flash {
  60% {
    opacity: 0;
  }
}
@keyframes _flash {
  60% {
    opacity: 0;
  }
}

/* ウェブサイト */
.web-site {
  margin: 40px 0;
}

.web-site li {
  position: relative;
  border: 1px solid;
  height: 70px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12px 0;
}

@media screen and (min-width: 481px) {
  .web-site li {
    width: 48%;
  }
}

@media screen and (min-width: 1025px) {
  .web-site li {
    width: 23%;
  }
}

.web-site li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.web-site li a img {
  max-height: 65px;
}

.web-site li .new {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
}

.magazine-item {
  margin: 40px 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid;
  padding-bottom: 40px;
}

.magazine-item .thumb {
  -ms-flex: 0 0 246px;
  flex: 0 0 246px;
  margin-right: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.magazine-item .thumb img {
  width: 100%;
}

@media screen and (max-width: 630px) {
  .magazine-item .thumb {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}

.magazine-item .text-info {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.magazine-item .new {
  border-radius: 4px;
  padding-right: .8em;
  padding-left: .7em;
  margin-bottom: .4em;
}

.magazine-item .date {
  margin-bottom: .8em;
}

.magazine-item .dl-info {
  margin-bottom: 1em;
}

.magazine-item .dl-info dt {
  color: #e05377;
  font-size: 20px;
  margin-bottom: .4em;
}

.magazine-item .dl-info dd {
  line-height: 1.8;
}

.magazine-item .more::before {
  vertical-align: middle;
  content: url("../images/ico_pdf.png");
  display: inline-block;
  margin-right: .5em;
}

/* ブレークポイント */
