@charset "utf-8";
/* CSS Document */

.pointed {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 1.28px;
  line-height: 1.68;
}
.point {
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.activities__detail{
  width: 100%;
}
.mt_40{
  margin-top: 40px;
}

a.underline {
  text-decoration: underline;
}
a.red {
  color: #e72a28;
	font-weight: bold;
}
.pdf_link{
  margin-top: 10px;
  margin-left: 1em;
}
.pdf_link::after{
	content: url('../../../common/img/pdf-icon.png');
	position: relative;
	top: 3px;
  left: 5px;
}

.activities:not(:last-child) {
  margin-bottom: 4em;
}
.activities.intro-block {margin-bottom: 3em;}
.activities:last-child,
.activities__item:last-child {margin-bottom: 0;}

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
  .activities__detail {
    max-width: 100%;
  }
  .activities__img{
    max-width: 90%;
  }
  .activities__gallery a {
    display: inline-flex;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
}