@charset "UTF-8";
/* CSS Document */

/* 共通 */
header {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f0ecd8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#f0ecd8 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f0ecd8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0ecd8',GradientType=0 );
}
.activity {
  padding-top: 0px;
}
.activity .column2 > *:nth-child(n + 5) {
  display: none;
  visibility: hidden;
}

/* pc */
@media screen and (min-width: 740px) {
  
  header {
    padding: 50px 0 40px 0;
  }
  header .inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  header #seo {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 20px;
  }
  header #catch {
    margin-bottom: 20px;
    font-size: 3.6rem;
    line-height: 60px;
    display: block;
  }
  header #logo {
    width: 480px;
  }
  header figure {
    display: none;
    position: absolute;
    right: -60px;
    bottom: 0px;
  }
  
  .topics {
    align-items: flex-start;
  }
  .topics .dl_1 {
    flex: 1;
  }
  .info .yell {
    margin-top: -20px;
  }
  
  .activity .column2 > *:nth-child(n + 3) {
    margin-bottom: 0;
  }
  
  .topics h2 {
    border-left: #909988 10px solid;
    width: 220px;
    margin-bottom: 0;
    padding: 35px 0 35px 20px;
    line-height: 40px;
    text-align: left;
  }
  .topics h2 span {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #909988;
    font-size: 1.6rem;
    line-height: 40px;
    font-style: normal;
    font-weight: 500;
    display: block;
  }
  
}

/* sphone */
@media screen and (min-width: 0px) and (max-width: 739px) {

  .activity .column2 > *:nth-child(n + 4) {
    margin-bottom: 0;
  }
  .topics h2 span {
    display: none;
  }
  .info .yell {
    margin-top: 20px;
  }

}