@charset "UTF-8";
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 topics block common
------------------------- */
/* line 12, ../scss/topics.scss */
#topics .inner {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  /* line 15, ../scss/topics.scss */
  #topics .inner h2 {
    text-align: center; }
@media only screen and (max-width: 1080px) and (max-width: 1024px) and (max-width: 767px) {
  /* line 24, ../scss/topics.scss */
  #topics .inner h2 {
    font-size: 4.5vw; } }

@media only screen and (max-width: 1080px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
  /* line 27, ../scss/topics.scss */
  #topics .inner h2 {
    font-size: 7vw; } }

/* line 37, ../scss/topics.scss */
#topics .list-root .list-item {
  width: 100%; }

/* line 42, ../scss/topics.scss */
#topics .list-root .list-item a {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 20px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 50, ../scss/topics.scss */
  #topics .list-root .list-item a:last-of-type {
    border: none; }
  /* line 51, ../scss/topics.scss */
  #topics .list-root .list-item a:hover {
    background-color: #eee;
    cursor: pointer; }
  /* line 59, ../scss/topics.scss */
  #topics .list-root .list-item a .col {
    text-align: left; }
  /* line 63, ../scss/topics.scss */
  #topics .list-root .list-item a .col2-1 {
    width: 90px;
    padding-right: 10px; }
    /* line 66, ../scss/topics.scss */
    #topics .list-root .list-item a .col2-1 img {
      width: 100%;
      height: auto; }
  /* line 70, ../scss/topics.scss */
  #topics .list-root .list-item a .col2-2 {
    width: calc(100% - 90px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 77, ../scss/topics.scss */
    #topics .list-root .list-item a .col2-2 .meta {
      width: 100%; }
    /* line 78, ../scss/topics.scss */
    #topics .list-root .list-item a .col2-2 .meta span {
      display: inline-block; }
    /* line 80, ../scss/topics.scss */
    #topics .list-root .list-item a .col2-2 .meta .date {
      padding-left: 0.5em;
      font-size: 90%; }
    /* line 81, ../scss/topics.scss */
    #topics .list-root .list-item a .col2-2 h3 {
      width: 95%;
      font-size: 100%; }
  /* line 86, ../scss/topics.scss */
  #topics .list-root .list-item a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media only screen and (max-width: 1080px) {
    /* line 42, ../scss/topics.scss */
    #topics .list-root .list-item a {
      padding: 0.9259259259vw 1.8518518519vw 0.9259259259vw 0; } }
  @media only screen and (max-width: 1080px) and (max-width: 1024px) {
    /* line 104, ../scss/topics.scss */
    #topics .list-root .list-item a .col2-2 h3 {
      font-size: 1.5vw; } }

@media only screen and (max-width: 1080px) and (max-width: 1024px) and (max-width: 767px) {
  /* line 107, ../scss/topics.scss */
  #topics .list-root .list-item a .col2-2 h3 {
    line-height: 1.5; } }

@media only screen and (max-width: 1080px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
  /* line 110, ../scss/topics.scss */
  #topics .list-root .list-item a .col2-1 {
    width: 55px;
    padding-right: 5px; }
  /* line 114, ../scss/topics.scss */
  #topics .list-root .list-item a .col2-2 {
    width: calc(100% - 65px); }
    /* line 116, ../scss/topics.scss */
    #topics .list-root .list-item a .col2-2 h3 {
      line-height: 1.3; } }

/* line 125, ../scss/topics.scss */
#topics .to-list {
  position: relative;
  text-align: right;
  width: 100%;
  padding: 10px 2em 10px 0; }
  /* line 130, ../scss/topics.scss */
  #topics .to-list a {
    font-weight: bold;
    color: #000; }
  /* line 134, ../scss/topics.scss */
  #topics .to-list:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

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