@charset "utf-8";
/*
theme Name  : jikou
Author      : quest law firm labor
Description : original theme
version     : 1.0.0
*/

.jikouInner {
  text-align: center;
  padding: 20px 0 80px;
}
.jikouInner .titleArea {
  margin-bottom: 30px;
}
.jikouInner .imgArea01 p,
.jikouInner .imgArea02 p {
  margin-bottom: 0;
}
.jikouInner .imgArea01 {
  margin-bottom: 30px;
}
.jikouInner .imgArea01 p:nth-of-type(1) {
  margin-bottom: 10px;
}
.jikouInner .imgArea01 p:nth-of-type(2) {
  margin-bottom: 30px;
}
.jikouInner .imgArea02 {
  position: relative;
  height: 385px;
  background-image: url("../img/jikou/bg_jikou01.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.jikouInner .imgArea02 .txt {
  position: absolute;
  top: 45%;
  left: 23%;
  transform: translateY(-45%) translateX(-23%);
  -webkit- transform: translateY(-45%) translateX(-23);
  padding: 30px 20px;
  width: 40%;
  border: solid 2px #aaa;
  background: #fff;
  border-radius: 10px;
}
.jikouInner .imgArea02 .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 25px solid #aaa;
  z-index: 2;
}
.jikouInner .imgArea02 .txt p {
  text-align: left;
  font-size: 1.7rem;
}
.jikouInner .topDisp {
  display: none;
}
#top #jikou01 .jikouInner {
  padding: 0;
}
#top #jikou02 .topNone {
  display: none;
}
#top #jikou02 .topDisp {
  display: block;
}
#top #jikou02 .jikouInner {
  padding: 0;
}
#top #jikou02 .imgArea01 {
  margin-bottom: 0;
}
#top #jikou02 .imgArea01 p:last-child {
  margin-top: 10px;
}
#top #jikou02 .imgArea01 p:nth-of-type(2) {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px){
  .jikouInner {
    padding: 0 0 40px;
  }
  .jikouInner .imgArea02 {
    height: 193px;
    background-image: url("../img/jikou/bg_jikou01_sp.png");
  }
  .jikouInner .innerS:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .jikouInner .imgArea02 .txt {
    padding: 15px;
    top: 45%;
    left: 15%;
    transform: translateY(-45%) translateX(-15%);
    -webkit- transform: translateY(-45%) translateX(-15);
    width: 60%;
  }
  .jikouInner .imgArea02 .txt p {
    font-size: 1.4rem;
  }
  #top #jikou02 .jikouInner {
    padding: 0 0 10px;
  }
  #top #jikou02 .titleArea {
    margin-bottom: 15px
  }
  #top #jikou02 .titleArea h2 img {
    width: 68%;
  }
  #top #jikou02 .imgArea01 p:last-child {
    margin-bottom: 0;
  }
}
