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

/*  mainView
---------------------------------------------*/
#author-information .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: 991px) {
  #author-information .mainView01 {
    height: 200px;
    background-image: url("../img/sitemap/keyb_bg_sp.png");
  }
}
#author-information .mainView01 .ttlArea {
  padding-top: 170px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #author-information .mainView01 .ttlArea {
    padding-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  #author-information .mainView01 .ttlArea__ttl img {
    width: 96px;
  }
}

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

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

}

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










#author-information-inner h2 {
    position: relative;
    margin-bottom: 40px;
    padding: 0 0 20px;
    color: #105aaf;
    font-size: 24px;
    font-weight: bold;
}
#author-information-inner h2:before,
#author-information-inner h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 7px;
    background-color: #105aaf;
}

#author-information-inner h2:after {
    height: 1px;
    width: 100%;
    left: auto;
    right: 0;
    bottom: 3px;
    background-color: #105aaf;
}
#author-information-inner p { margin-bottom: 30px; }
#author-information-inner .media02 p {
  margin-top: 30px;
  margin-bottom: 0;
}
#author-information-inner .prof_flex,
#author-information-inner .prof_comment {
    margin-left: 40px;
}
#author-information-inner .prof_kanji {
    font-size: 24px;
  font-weight: bold;
}
#author-information-inner .prof_alphabet {
    font-size: 14px;
    line-height: 1;
    padding: 11px 0 0;
    width: 100%;
}
#author-information-inner .prof_img {
    width: 219px;
    border: 1px solid #1d4b7e;
    background-color: #f9fcff;
    padding: 11px;
    margin-top: 25px;
}
#author-information-inner .prof_comment {
    margin-top: 20px;
}


@media screen and (max-width: 991px) {
  #author-information-inner {
    padding: 50px 15px 100px;
  }
  #author-information-inner h2 {
        font-size: 2.2rem;
  }
  #author-information-inner h2:before {
        width: 7rem;
  }
  #author-information-inner .prof_flex {
        flex-direction: row-reverse;
  }
  #author-information-inner .prof_flex,
  #author-information-inner .prof_comment {
        display: flex;
        margin-left: 0;
  }
  #author-information-inner .prof_kanji {
        font-size: 18px;
  }
  #author-information-inner .prof_alphabet {
        padding-bottom: 1rem;
        border-bottom: solid 1px #333;
  }
  #author-information-inner .prof_name {
        padding-top: 1rem;
        width: 68%;
  }
  #author-information-inner .prof_img {
        margin-top: 0;
        margin-right: 4%;
        width: 30%;
  }



}
