@charset "UTF-8";
/** list **************************************************/
/*********************************************************************
  header
 *********************************************************************/
/* line 9, ../sass/list.scss */
body#list {
  /* ------ PC ------*/
  /* ------ SP ------*/
  /*********************************************************************
    body main
   *********************************************************************/
  /* ------ PC ------*/
  /* ------ SP ------*/
  /*********************************************************************
    navi(topページ)
   *********************************************************************/
  /* ------ PC ------*/
  /*********************************************************************
    footer
   *********************************************************************/
  /* ------ PC ------*/
  /* ------ SP ------*/
}
/* line 12, ../sass/list.scss */
body#list header div#tag {
  margin: 50px 0 0 0;
  display: table;
}
/* line 15, ../sass/list.scss */
body#list header div#tag div {
  display: table-cell;
}
/* line 17, ../sass/list.scss */
body#list header div#tag div:first-child {
  vertical-align: middle;
  padding-right: 10px;
}
/* line 18, ../sass/list.scss */
body#list header div#tag div:first-child img {
  max-width: 38px;
}
/* line 24, ../sass/list.scss */
body#list header div#tag div:last-child {
  font-size: 154%;
  border: solid 1px #000;
  padding: 3px 7px;
}
/* line 31, ../sass/list.scss */
body#list header div#kwd {
  margin: 50px 0 0 0;
  display: table;
}
/* line 34, ../sass/list.scss */
body#list header div#kwd div {
  display: table-cell;
}
/* line 36, ../sass/list.scss */
body#list header div#kwd div:first-child {
  vertical-align: middle;
}
/* line 37, ../sass/list.scss */
body#list header div#kwd div:first-child img {
  max-width: 99px;
}
/* line 42, ../sass/list.scss */
body#list header div#kwd div:last-child {
  font-size: 154%;
  padding: 3px 7px;
}
@media screen and (max-width: 768px) {
  /* line 53, ../sass/list.scss */
  body#list header div#tag {
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
  }
  /* line 57, ../sass/list.scss */
  body#list header div#tag div {
    display: block;
    text-align: center;
  }
  /* line 60, ../sass/list.scss */
  body#list header div#tag div:first-child {
    padding-right: 0;
    margin-bottom: 5px;
  }
  /* line 64, ../sass/list.scss */
  body#list header div#tag div:last-child {
    display: inline;
    margin: 0 auto;
  }
}
/* line 76, ../sass/list.scss */
body#list div#con {
  padding-top: 15px;
}
/* line 80, ../sass/list.scss */
body#list div#con section#lst-article ul {
  letter-spacing: -.40em;
  margin-bottom: 85px;
}
/* line 83, ../sass/list.scss */
body#list div#con section#lst-article ul li {
  border: solid 1px #000;
  letter-spacing: normal;
  width: 100%;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-bottom: 40px;
  display: table;
}
/* line 95, ../sass/list.scss */
body#list div#con section#lst-article ul li div.img-area {
  position: relative;
  line-height: 1em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  width: 66%;
  padding-top: 45%;
}
/* line 104, ../sass/list.scss */
body#list div#con section#lst-article ul li div.img-area div.tag {
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 109, ../sass/list.scss */
body#list div#con section#lst-article ul li div.img-area p.date {
  font-size: 108%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #000;
  color: #FFF;
  line-height: 1em;
}
/* line 120, ../sass/list.scss */
body#list div#con section#lst-article ul li div.txt-area {
  display: table-cell;
  width: 33%;
  vertical-align: top;
  padding-left: 10px;
}
/* line 126, ../sass/list.scss */
body#list div#con section#lst-article ul li div.txt-area h5 {
  font-size: 116%;
  font-weight: bold;
  line-height: 1.5em;
  margin: 10px 0;
}
/* line 131, ../sass/list.scss */
body#list div#con section#lst-article ul li div.txt-area h5 a {
  text-decoration: none;
}
/* line 135, ../sass/list.scss */
body#list div#con section#lst-article ul li div.txt-area div.auther {
  margin: 0;
  float: right;
  margin: -20px 0 0;
  width: 100%;
  margin-bottom: 10px;
}
/* line 141, ../sass/list.scss */
body#list div#con section#lst-article ul li div.txt-area div.auther div.auther-img {
  width: 55px;
  height: 55px;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  position: relative;
}
/* line 149, ../sass/list.scss */
body#list div#con section#lst-article ul li div.txt-area div.auther div.auther-txt {
  padding-right: 10px;
  vertical-align: bottom;
  font-size: 93%;
  text-align: right;
}
/* line 159, ../sass/list.scss */
body#list div#con section#lst-article ul li div.txt-area p.con {
  font-size: 93%;
  line-height: 1.5em;
  margin-top: 10px;
}
/* line 169, ../sass/list.scss */
body#list div#con section#lst-article a.all-view {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5em;
  font-size: 124%;
}
@media screen and (max-width: 768px) {
  /* line 183, ../sass/list.scss */
  body#list div#con {
    padding-top: 30px;
  }
  /* line 187, ../sass/list.scss */
  body#list div#con section#lst-article ul li {
    width: 100%;
    display: block;
  }
  /* line 190, ../sass/list.scss */
  body#list div#con section#lst-article ul li div.img-area {
    display: block;
    width: 100%;
    padding-top: 55%;
  }
  /* line 195, ../sass/list.scss */
  body#list div#con section#lst-article ul li div.txt-area {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  /* line 199, ../sass/list.scss */
  body#list div#con section#lst-article ul li div.txt-area h5 {
    font-size: 116% !important;
  }
  /* line 202, ../sass/list.scss */
  body#list div#con section#lst-article ul li div.txt-area div.auther {
    width: auto;
    margin-top: 0;
  }
  /* line 209, ../sass/list.scss */
  body#list div#con section#lst-article a.all-view {
    margin-bottom: 125px;
  }
}
