@charset "utf-8";
/*
theme Name  : jimusyo choice
Author      : quest law firm labor
Description : original theme
version     : 1.0.0
*/

.jimusyuChoiceInner .titleArea {
  width: 100%;
  height: 133px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/jimusyo-choice/bg_jimusyo-choice01.png");
}
.jimusyuChoiceInner .titleArea h2 {
  text-align: center;
}
.jimusyuChoiceInner .jimusyuChoiceContent {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/jimusyo-choice/bg_jimusyo-choice02.png");
}
.jimusyuChoiceInner .jimusyuChoiceContent .innerS {
  padding-top: 50px;
  padding-bottom: 100px;
}
.jimusyuChoiceInner .point {
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 2%;
  padding: 30px;
  width: 49%;
  background-color: #fff;
  border-radius: 5px;
}
.jimusyuChoiceInner .point:nth-of-type(n+3) {
  margin-bottom: 0;
}
.jimusyuChoiceInner .point:nth-of-type(2n) {
  margin-right: 0;
}
.jimusyuChoiceInner .pointTitle {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #555;
}
.jimusyuChoiceInner .pointTitle .leftArea,
.jimusyuChoiceInner .pointTitle .rightArea {
  display: inline-block;
}
.jimusyuChoiceInner .pointTitle .leftArea img {
  width: 85%;
}
.jimusyuChoiceInner .pointTitle .rightArea {
  color: #007fc4;
  font-size: 1.8rem;
  font-weight: 900;
}
.jimusyuChoiceInner .point:nth-of-type(1) .pointTxt {
  height: 132px;
}
.jimusyuChoiceInner .point:nth-of-type(3) .pointTxt {
  height: 220px;
}
.jimusyuChoiceInner .pointTxt p {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.jimusyuChoiceInner .btnArea {
  display: none;
  padding: 30px 0 80px;
}
#top .jimusyuChoiceInner {
  width: 1008px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
#top .jimusyuChoiceInner .jimusyuChoiceContent .innerS {
  padding-top: 30px;
  padding-bottom: 30px;
}
#top .jimusyuChoiceInner .pointTxt {
  display: none;
}
#top .jimusyuChoiceInner .pointTitle {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#top .jimusyuChoiceInner .btnArea {
  display: block;
}
@media screen and (max-width: 960px) {
  .jimusyuChoiceInner,
  .jimusyuChoiceInner .titleArea .innerM {
    padding-left: 0;
    padding-right: 0;
  }
  .jimusyuChoiceInner .titleArea {
    height: auto;
    background-image: url("");
  }
  .jimusyuChoiceInner .titleArea h2 {
    padding-left: 0;
    padding-right: 0;
  }
  .jimusyuChoiceInner .titleArea h2 img {
    width: 100%;
  }
  .jimusyuChoiceInner .jimusyuChoiceContent .innerS {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .jimusyuChoiceInner .jimusyuChoiceContent {
    background-size: inherit;
    background-image: url("../img/jimusyo-choice/bg_jimusyo-choice02_sp.png");
  }
  .jimusyuChoiceInner .point {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    border: 1px solid #007fc4;
  }
  .jimusyuChoiceInner .pointTitle .leftArea {
    width: 10%;
  }
  .jimusyuChoiceInner .pointTitle .rightArea {
    margin-top: .5%;
    font-size: 4vw;
  }
  .jimusyuChoiceInner .point:nth-of-type(3) {
    margin-bottom: 2%;
  }
  .jimusyuChoiceInner .point:nth-of-type(1) .pointTxt,
  .jimusyuChoiceInner .point:nth-of-type(3) .pointTxt {
    height: auto;
  }
  .jimusyuChoiceInner .pointTxt p {
    margin-bottom: 0;
    font-size: 4.15vw;
  }
  #top .jimusyuChoiceInner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #top .jimusyuChoiceInner .jimusyuChoiceContent {
    background-size: cover;
    background-image: url("../img/top/bg_jimusyo-choice02_sp.png");
  }
  #top .jimusyuChoiceInner .btnArea {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 1023px) {
}
