.page-id-13 .contents{
  padding-left: 20%;
  padding-right: 20%;
}
.page-id-13 .article h2::before{
  position: absolute;
  content:"Attorney at Law";
  top: 0px;
  left: -10px;
  transform: translatey(-100%);
  color: var(--main-color);
  font-size: 1.8rem;
  opacity: 0.3;
  font-weight: bold;
}
.page-id-13 .article h3 {
  margin-top: 0px;
  border-left-color: var(--main-color);
  margin-bottom: 10px;
  color: var(--main-color);
}
.page-id-13 .contents .title{
  font-size: .9rem;
}
.page-id-13 .contents .profile_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
  margin-top: 30px;
}
.page-id-13 .contents .profile_wrapper .image{
  width: 150px;
  margin-right: 20px;
}
.page-id-13 .contents .profile_wrapper .image_for_matsumoto{
  width: 150px;
  margin-right: 20px;
  filter: brightness(110%) saturate(120%);
}
.page-id-13 .contents .profile_wrapper .image_for_mf{
  width: 150px;
  margin-right: 20px;
  filter: brightness(115%);
}
.page-id-13 .contents .profile_wrapper .profile{
  flex-grow: 1;
}
.page-id-13 .contents .profile_wrapper .profile h3 span{
  display: none;
}
.page-id-13 .contents .profile_wrapper .profile table tr:nth-of-type(2n+1){
  background-color: white;
}
.page-id-13 .contents .profile_wrapper .profile table tr{
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  font-size: .9rem;
}
.page-id-13 .contents .profile_wrapper .profile table tr td{
  border: none;
}
.page-id-13 .contents .profile_wrapper .profile table tr td:nth-of-type(2n+1){
  width: 7em;
}
.page-id-13 .contents .vision{
  margin-bottom: 80px;
}
.page-id-13 .contents .vision p{
  margin-bottom: 15px;
  font-size: .9rem;
}
.page-id-13 .content .vision h3.vision_none{
  display: none;
}
@media screen and (max-width: 430px) {
  .page-id-13 .contents .profile_wrapper{
    flex-direction: column;
  }
  .page-id-13 .contents{
    padding-left: 10%;
    padding-right: 10%;
  }
  .page.page-id-13 .article h2{
    text-align: center;
  }
  .page-id-13 .article h2::before{
    left: 50%;
    transform: translate3d(-50%,-100%,0);
    white-space: nowrap;
    font-size: 1.8rem;
  }
  .page-id-13 .contents .profile_wrapper .image,
  .page-id-13 .contents .profile_wrapper .image_for_matsumoto,
  .page-id-13 .contents .profile_wrapper .image_for_mf{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .page-id-13 .contents .profile_wrapper .profile table tr td{
    border: none;
    padding-top: 10px;
  }
  .page-id-13 .contents .profile_wrapper .profile{
    width: 95%;
    margin: 0 auto;
  }
}
