/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* pc */
@media(min-width:769px){
  
}
/* sp */
@media(max-width:768px){
  
}
/* ========================================================
*
*					shiryo
*
* ======================================================== */
/* pc */
@media(min-width:769px){
  .sho-shiryo__cont+.sho-shiryo__cont {
    margin-top: 34px;
    border-top: 2px solid #eee;
  }
  .sho-shiryo__cont-ttl {
    text-align: center;
    margin: 40px 0 25px;
  }
  .sho-shiryo__cont+.sho-shiryo__cont .sho-shiryo__cont-ttl {
    padding-top: 48px;
  }
  .sho-shiryo__cont-ttl-img {
    margin: 0 auto 10px;
  }
  .sho-shiryo__cont-item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* .s-sec__acc-txt-wrap.is-active .sho-shiryo__cont-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } */
  .sho-shiryo__cont-item {
    max-width: 298px;
    width: 32%;
  }
  .sho-shiryo__cont-item:nth-child(n+4) {
    margin-top: 15px;
  }
  .sho-shiryo__cont-item-img {
    width: 100%;
  }
  .sho-shiryo__cont-img {
    width: 100%;
  }
  .sec-sho__acc-txt-link {
    display: block;
    position: relative;
    color: #707070;
    text-decoration: none;
    margin-top: 10px;
  }
  .sec-sho__acc-txt-link::before {
    content: "→";
    display: inline-block;
    margin-right: 5px;
  }
  .sec-sho__acc-txt-link:hover {
    text-decoration: underline;
  }
}
/* sp */
@media(max-width:768px){
  .sho-shiryo__cont+.sho-shiryo__cont {
    margin-top: 4vw;
  }
  .sho-shiryo__cont-ttl {
    margin: 8vw 0 4vw;
    width: 86%;
  }
  .sho-shiryo__cont+.sho-shiryo__cont .sho-shiryo__cont-ttl {
    width: 62%;
  }
  .sho-shiryo__cont-ttl-img {
    margin-bottom: 2.667vw;
  }
  .sho-shiryo__cont-ttl-img--1 {
    width: 67.2vw;
  }
  .sho-shiryo__cont-ttl-img--2 {
    width: 47.733vw;
  }
  .sho-shiryo__cont-item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* .s-sec__acc-txt-wrap.is-active .sho-shiryo__cont-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } */
  .sho-shiryo__cont-item {
    width: 49%;
  }
  .sho-shiryo__cont-item:nth-child(n+3) {
    margin-top: 10px;
  }
  .sho-shiryo__cont-item-img {
    width: 100%;
  }
  .sho-shiryo__cont-img {
    width: 100%;
  }
  .sec-sho__acc-txt-link {
    display: block;
    position: relative;
    color: #707070;
    text-decoration: none;
    margin-top: 2.667vw;
  }
  .sec-sho__acc-txt-link::before {
    content: "→";
    display: inline-block;
    margin-right: 1.333vw;
  }
  .sec-sho__acc-txt-link:hover {
    text-decoration: underline;
  }
}