@charset "utf-8";
/*
theme Name:quest furin 404
Author:quest law firm
Description:original theme
version： 1.0.0
*/

/*  mainView
---------------------------------------------*/
#publications .mainView01 {
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/sitemap/keyb_bg_pc.png");
}
@media screen and (max-width: 960px) {
  #publications .mainView01 {
    height: 200px;
    background-image: url("../img/sitemap/keyb_bg_sp.png");
  }
}
#publications .mainView01 .ttlArea {
  padding-top: 170px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #publications .mainView01 .ttlArea {
    padding-top: 75px;
  }
}
@media screen and (max-width: 960px) {
  #publications .mainView01 .ttlArea__ttl img {
    width: 96px;
  }
}

#publications .kv-ttl {
  color: #fff;
  font-weight: bold;
}
#publications .kv-ttl p {
  margin-bottom: 0;
  font-size: 2.8rem;
}

#publications .kv-ttl small {
  font-size: 1.6rem;

}

/**/
#publications-inner {
  width: 100%;
  max-width: 1008px;
  padding: 100px 15px;
  margin: 0 auto;
}







#publications-inner p {
    margin-bottom: 30px;
}
#publications-inner h2 {
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
    padding: 0 0 20px;
    color: #105aaf;
    font-size: 24px;
    font-weight: bold;
}
#publications-inner h2:before,
#publications-inner h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 7px;
    background-color: #105aaf;
}
#publications-inner h2:after {
    height: 1px;
    width: 100%;
    left: auto;
    right: 0;
    bottom: 3px;
    background-color: #105aaf;
}
#publications-inner .publications_flex {
    display: flex
;
}
#publications-inner .publications_left_area {
    margin-right: 50px;
    width: 25%;
}
#publications-inner .publications_right_area {
    width: 68%;
}
#publications-inner .publications_right_area h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0 18px 0 0;
    background: #fff;
    color: #383838;
    font-size: 20px;
    font-weight: bold;
}
#publications-inner .publications_right_area h3:before {
    background: #001c3b;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    content: '';
}
#publications-inner .mb30 {
    margin-bottom: 30px;
}


@media screen and (max-width: 991px) {
    #publications-inner {
      padding: 50px 15px 100px;
    }
    #publications-inner  h2 {
        margin-bottom: 2rem;
        padding: 1rem;
        font-size: 2.1rem;
    }
    #publications-inner h2:before {
        width: 7rem;
    }
    #publications-inner .publications_flex {
        display: block;
    }
    #publications-inner .publications_left_area {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #publications-inner .publications_left_area,
  #publications-inner .publications_right_area {
    width: 100%;
}
#publications-inner .publications_right_area h3 {
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
        font-size: 1.9rem;
    }
    #publications-inner .publications_other_media h3 {
        margin: 0;
        margin-bottom: 10px;
        padding: 8px 19px;
        width: 100%;
        font-size: 15px;
    }


}
