@charset "UTF-8";
/* CSS Document */
.st-sitemap_wrap{
  margin-top: 25px;
}

.Content_bgWhite{
    padding: 10px 5.8%;
    margin-bottom: 40px;
  }
.Content_tit{
  font-size: 2.4em;
  line-height: 3;
}
.singlePage > a > .Content_tit{
  line-height: 2;
}
.Content_bgWhite > p:last-of-type {
    margin-bottom: 1.5em;
}
.sm-List_link{
    padding-left: 20px;
    font-size: 1.6em;
 font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    letter-spacing: .2em;
    background: url(../img/sm_arrow.svg) no-repeat left center;
    background-size: 16px 10px;
    transition: .3s;
    display: inline-block;
    line-height: 3;
    color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 959px){
  .Content_tit {
    font-size: 2em;
  }
  .sm-List_link{
    padding-left: 1.3em;
    font-size: 1.3em;
    background: url(../img/sm_arrow.svg) no-repeat left center;
    background-size: 1em 0.8em;
    line-height: 2.5;
  }
}
@media only screen and (max-width: 767px) {
  .Content_tit {
    font-size: 5.5vw;
  }
  .Content_wrap {
    padding: 10vw 7vw;
  }
  .Content_bgWhite{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 6%;
    margin-bottom: 6vw;
  }
  .Content_bgWhite > a, .Content_bgWhite > h2 {
    display: inline-block;
    width: 100%;
  }
  .Content_bgWhite > p {
    width: 50%;
  }
  .sm-List_link {
    padding-left: 5vw;
    font-size: 3vw;
    background: url(../img/sm_arrow.svg) no-repeat left center;
    background-size: 3.466vw 2.166vw;
    line-height: 2.5;
  }

}