@charset "UTF-8";
/**
 * GOODA LISTページ用CSS
 * Created on: 2018.11.15
 * Modified on: 2020.01.31
 */
/**
 * GOODA トンマナ用CSS
 * Created on: 2018.08.01
 */
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
	LIST COMMON STYLE
--------------------------------------------------------*/
#header {
  border-bottom: 1px solid #000000;
}

/*--------------------------------------------------------
	STORY LIST STYLE
--------------------------------------------------------*/
.storylist .top_img {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 600px) {
  .storylist .top_img {
    margin-bottom: 25px;
  }
}
.storylist .top_img h1 img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .storylist .top_img img.pc {
    display: none;
  }
}
.storylist .top_img img.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .storylist .top_img img.sp {
    display: block;
  }
}
.storylist .top_img .top_txt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.storylist .summary {
  max-width: 814px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .storylist .summary {
    width: 88%;
    margin: 0 auto;
  }
}
.storylist .summary .summary_txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .storylist .summary .summary_txt {
    font-size: 14px;
    line-height: 1.78;
    margin-bottom: 40px;
  }
}
.storylist .lead {
  font-size: 18px;
  padding: 40px 0 40px 30px;
}
.storylist .storylist-block {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.storylist .storylist-block::after {
  content: "";
  width: 29.9%;
}
@media screen and (max-width: 600px) {
  .storylist .storylist-block {
    padding: 0;
    width: 88%;
  }
}
.storylist .story-box {
  margin: 0 0 40px;
  width: 29.9%;
}
@media screen and (max-width: 600px) {
  .storylist .story-box {
    width: 100%;
  }
}
.storylist .story-box a {
  display: block;
  color: #000000;
}
.storylist .story-box .img {
  max-width: unset;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .storylist .story-box .img {
    margin-bottom: 10px;
  }
}
.storylist .story-box .img > img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.storylist .story-box .txtbox {
  max-width: 332px;
  width: 28.8vw;
}
.storylist .story-box h2 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 6px;
  color: #000000;
}
.storylist .story-box .name {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: #5A5A5A;
}
.storylist .story-box .txt {
  font-size: 12px;
  line-height: 1.6em;
  color: #3c3c3c;
}
.storylist .story-box .sp-visible {
  display: none;
}
@media screen and (max-width: 960px) {
  .storylist .story-box a {
    align-items: flex-start;
  }
  .storylist .story-box .sp-visible {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .storylist h1 img {
    width: 77px;
  }
  .storylist .lead {
    font-size: 13px;
    padding: 5% 0 5% 5%;
  }
  .storylist .storylist-block {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .storylist .story-box {
    width: 100%;
    margin: 0 0 40px;
  }
  .storylist .story-box a {
    flex-direction: column;
  }
  .storylist .story-box .img {
    width: 100%;
    max-width: 100%;
  }
  .storylist .story-box .img .icon-read {
    bottom: 0;
    right: 0;
  }
  .storylist .story-box .txtbox {
    max-width: 100%;
    width: 100%;
  }
  .storylist .story-box h2 {
    font-size: 14px;
    line-height: 1.46em;
    margin: 0.6em 0;
  }
  .storylist .story-box .name {
    font-size: 14px;
    line-height: 1.46em;
    margin-bottom: 0;
  }
  .storylist .story-box .txt {
    display: none;
  }
}
/*# sourceMappingURL=local.css.map */