@charset "UTF-8";
.kasou_media_section {
  width: 100%;
}

.kasou_media_header {
  background-image: url("/common/img/bg/stripe_blue.jpg");
  margin: 0;
  padding: 0;
  position: absolute;
}

@media only screen and (min-width: 768px), print {
  .kasou_media_header {
    width: 100vw;
    height: 150px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .kasou_media_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50vw;
    padding: 20px 10px 10px;
    top: 30px;
  }
}

.kasou_media_header__num {
  display: block;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .kasou_media_header__num {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 20px;
    top: -5px;
  }
  .kasou_media_header__num img {
    max-width: none;
    max-height: 100%;
  }
}

.kasou_media_header__en, .kasou_media_header__ja {
  display: block;
}

@media only screen and (min-width: 768px), print {
  .kasou_media_header__en, .kasou_media_header__ja {
    height: 74px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .kasou_media_header__en img, .kasou_media_header__ja img {
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .kasou_media_header__en, .kasou_media_header__ja {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 30px;
    margin: -2px 0;
    width: 100%;
    position: relative;
  }
}

.kasou_media_header__en img, .kasou_media_header__ja img {
  max-width: none;
  max-height: 100%;
}

.kasou_media_header__more {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}

.kasou_media_header__more:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px), print {
  .kasou_media_header__more {
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .kasou_media_header__more {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
    height: 20px;
  }
  .kasou_media_header__more img {
    max-height: 100%;
  }
}

.kasou_media_section {
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  .kasou_media_section {
    margin-top: 175px;
  }
  .kasou_media_section > .container {
    position: relative;
    padding: 120px 0 90px;
  }
}

@media only screen and (max-width: 767px) {
  .kasou_media_section {
    margin-top: 40px;
    position: relative;
  }
  .kasou_media_section > .container {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .kasou_media_header {
    width: 100vw;
    right: 600px;
    top: -95px;
  }
}

@media only screen and (max-width: 767px) {
  .kasou_media_header {
    top: -20px;
    left: 0;
    width: 100px;
  }
}

@media only screen and (min-width: 768px), print {
  .kasou_media_header__num {
    right: 252px;
    top: -48px;
    width: 230px;
  }
}

@media only screen and (min-width: 768px), print {
  .kasou_media_header__en {
    right: 240px;
  }
}

@media only screen and (min-width: 768px), print {
  .kasou_media_header__ja {
    right: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .kasou_media_header__more {
    top: 58px;
    right: 105px;
    width: 128px;
  }
}

@media only screen and (min-width: 768px), print {
  .topics_media_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .topics_media_list > li {
    width: 50%;
  }
  .topics_media_list > li:nth-child(2n):not(:last-child) {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .topics_media_list > li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.topics_media_list_item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.topics_media_list_item:hover {
  opacity: .7;
}

.topics_media_list_item:hover .topics_media_list_item__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .topics_media_list_item {
    padding: 5px 0;
  }
}

.topics_media_list_item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: solid 1px #d7d7d7;
  overflow: hidden;
}

.topics_media_list_item__img img {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px), print {
  .topics_media_list_item__img {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .topics_media_list_item__img {
    width: 60px;
    height: 60px;
  }
}

.topics_media_list_item__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px), print {
  .topics_media_list_item__body {
    padding: 2px 15px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .topics_media_list_item__body {
    padding-left: 5px;
  }
}

.topics_media_list_item__body .topics_media_list_item__date {
  line-height: 1;
  color: #828282;
  margin-bottom: 3px;
  font-weight: normal !important;
}

@media only screen and (min-width: 768px), print {
  .topics_media_list_item__body .topics_media_list_item__date {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 767px) {
  .topics_media_list_item__body .topics_media_list_item__date {
    font-size: 1rem;
  }
}

.topics_media_list_item__body .topics_media_list_item__title {
  color: #000;
}

@media only screen and (min-width: 768px), print {
  .topics_media_list_item__body .topics_media_list_item__title {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .topics_media_list_item__body .topics_media_list_item__title {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: .2em;
  }
}

.topics_media_list_item__body .topics_media_list_item__description {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

@media only screen and (min-width: 768px), print {
  .topics_media_list_item__body .topics_media_list_item__description {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .topics_media_list_item__body .topics_media_list_item__description {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

/*# sourceMappingURL=media.css.map */