
.agency_h2{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 70px;
  color: #0064bb;
}

.agencyBack{
  background-color: #ebeeff;
  margin-top: 50px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.agencyTitle{
  color: blue;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  text-align: center;
}

.agencyListMargin{
  margin-left: 30%;
}

.agencyList{
  font-size: 1.2rem;
}

.agencyList ui li{
  margin-top: 10px;
}

.agencyColorRed{
  color: crimson;
  font-size: 1.4rem;
  font-weight: bold;
}

.agencySubTitle{
  margin-top: 20px;
  text-align: center;
  font-size: 1.2rem;
}

.agencyAnswerBefore{
  text-align: center;
  font-size: 3vw;
  text-shadow:0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00,0 0 1px #f00;

}

.agencyAnswer{
  text-align: center;
  margin-top: 6%;
  font-size: 2.4rem;
  color: whitesmoke;
  text-shadow:0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00,0 0 3px #f00;
}

.agencyParallax{
  box-sizing: border-box;
  color: #FFF;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 10%;
}
.agencyParallax-bg {
  background-image: url("../img/agencyParallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.agencyChara{
  padding-top: 10%;
  padding-bottom: 10%;
}

.agencyCharaTitle{
  color: #0064bb;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.agencyCharaListMargin{
  margin-left: 20%;
  margin-top: 5%;
}

.agencyCharaList{
  font-size: 1.2rem;
  list-style: none;
}

.agencyCharaList ui li{
  margin-top: 40px;
  border-bottom: dashed 2px black;
  width: 75%;
  text-align: center;
  padding-bottom: 30px;
}

.agencyCharaListTop{
  border-top: dashed 2px black;
  padding-top: 30px;
}

.agencyConsultantBack{
  background-color: #ebeeff;
  padding-top: 5%;
  padding-bottom: 5%;
}

.agencyConsultantTitle{
  text-align: center;
  font-size: 2rem;
  color: #0064bb;
  margin-bottom: 2rem;
  font-weight: 700;
}

.agencyConsultantSubject{
  background-color: black;
  color: white;
  width: 90%;
  margin-left: 5%;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.agencyConsultantSubstance{
  border: solid 3px black;
  width: 90%;
  margin-left: 5%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.2rem;
  text-align: center;
  background-color: wheat;
}

.agencyConsultantNext{
  text-align: center;
  font-size: 5vw;
  margin-top: 2%;
  margin-bottom: 2%;
}

.agencyButton {
  display: block;
  padding: 0.5em 1em;
  background: #668ad8;
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
  margin-top: 10%;
  width: 80%;
  margin-left: 10%;
}

.agencyButton:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}