@charset "UTF-8";
/** top **************************************************/
/*********************************************************************
  header
 *********************************************************************/
/* line 9, ../sass/top.scss */
body#top {
  /* ------ PC ------*/
  /* ------ SP ------*/
  /*********************************************************************
    body main
   *********************************************************************/
  /* ------ PC ------*/
  /* ------ SP ------*/
  /*********************************************************************
    navi(topページ)
   *********************************************************************/
  /* ------ PC ------*/
  /*********************************************************************
    footer
   *********************************************************************/
  /* ------ PC ------*/
  /* ------ SP ------*/
}
/* line 12, ../sass/top.scss */
body#top header h1 {
  padding-bottom: 7px;
  margin: 0 auto;
}
/* line 15, ../sass/top.scss */
body#top header h1 .mainlogo {
  display: block;
}
/* line 27, ../sass/top.scss */
body#top div#con {
  padding-top: 50px;
}
/* line 31, ../sass/top.scss */
body#top div#con section#lst-article ul {
  letter-spacing: -.40em;
  margin-bottom: 85px;
}
/* line 34, ../sass/top.scss */
body#top div#con section#lst-article ul li {
  display: table;
  border: solid 1px #000;
  letter-spacing: normal;
  width: 100%;
  padding: 15px;
  vertical-align: top;
  box-sizing: border-box;
  margin-bottom: 40px;
}
/* line 44, ../sass/top.scss */
body#top 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 53, ../sass/top.scss */
body#top div#con section#lst-article ul li div.img-area div.tag {
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 58, ../sass/top.scss */
body#top 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 69, ../sass/top.scss */
body#top div#con section#lst-article ul li div.txt-area {
  display: table-cell;
  width: 33%;
  vertical-align: top;
  padding-left: 10px;
}
/* line 75, ../sass/top.scss */
body#top 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 80, ../sass/top.scss */
body#top div#con section#lst-article ul li div.txt-area h5 a {
  text-decoration: none;
}
/* line 84, ../sass/top.scss */
body#top 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 90, ../sass/top.scss */
body#top 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 98, ../sass/top.scss */
body#top 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 108, ../sass/top.scss */
body#top div#con section#lst-article ul li div.txt-area p.con {
  font-size: 93%;
  line-height: 1.5em;
  margin-top: 10px;
}
/* line 114, ../sass/top.scss */
body#top div#con section#lst-article ul li:first-child {
  display: block;
}
/* line 116, ../sass/top.scss */
body#top div#con section#lst-article ul li:first-child div.img-area {
  display: block;
  width: 100%;
  padding-top: 55%;
}
/* line 122, ../sass/top.scss */
body#top div#con section#lst-article ul li:first-child div.txt-area {
  display: block;
  width: 100%;
  padding-left: 0;
}
/* line 126, ../sass/top.scss */
body#top div#con section#lst-article ul li:first-child div.txt-area h5 {
  font-size: 154%;
}
/* line 129, ../sass/top.scss */
body#top div#con section#lst-article ul li:first-child div.txt-area div.auther {
  width: auto;
  margin-top: 0;
}
/* line 137, ../sass/top.scss */
body#top div#con section#lst-article a.all-view {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5em;
  font-size: 124%;
  background-color: #ceab2d;
}
@media screen and (max-width: 768px) {
  /* line 151, ../sass/top.scss */
  body#top div#con {
    padding-top: 30px;
  }
  /* line 155, ../sass/top.scss */
  body#top div#con section#lst-article ul li {
    width: 100%;
    display: block;
  }
  /* line 158, ../sass/top.scss */
  body#top div#con section#lst-article ul li div.img-area {
    display: block;
    width: 100%;
    padding-top: 55%;
  }
  /* line 163, ../sass/top.scss */
  body#top div#con section#lst-article ul li div.txt-area {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  /* line 167, ../sass/top.scss */
  body#top div#con section#lst-article ul li div.txt-area h5 {
    font-size: 116% !important;
  }
  /* line 170, ../sass/top.scss */
  body#top div#con section#lst-article ul li div.txt-area div.auther {
    width: auto;
    margin-top: 0;
  }
  /* line 179, ../sass/top.scss */
  body#top div#con section#lst-article a.all-view {
    margin-bottom: 125px;
  }
}
