@charset "UTF-8";
/* CSS Document */
/* mainArea
================================================== */
.mainArea {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.mainArea img {
  width: 100%;
}
.mainSp {
  display: none;
}
@media screen and (max-width: 639px) {
  .mainArea {
    padding-bottom: 30px;
  }
  .kv {
    display: none;
  }
  .mainSp {
    display: block;
  }
}
/* pageBlock
================================================== */
.pageBlock {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px;
}
.pageBlock p {
  line-height: 180%;
  padding-bottom: 20px;
}
.pageBlock p.name {
  font-size: 80%;
  line-height: 160%;
}
.pageBlock figure {
  padding-bottom: 5px;
}
.pageBlock p span {
  font-weight: bold;
  color: #c4000a;
}
.pageBlock p.prof {
  font-size: 80%;
  border-left: solid 5px #68b697;
  /* border-bottom: solid 1px #68b697; */
  margin-top: 0%;
  padding-left: 5%;
  padding-bottom: 2%;
  margin-bottom: 10%;
}
.pageBlock h2 {
  font-size: 150%;
  line-height: 140%;
  font-weight: bold;
  padding: 20px 0;
}
.txtL {
  float: left;
  width: 65%;
}
.txtR {
  float: right;
  width: 65%;
}
.subL {
  float: left;
  width: 30%;
}
.subR {
  float: right;
  width: 30%;
}
@media screen and (max-width: 639px) {
  .pageBlock {
    max-width: inherit;
    margin-bottom: 0;
    padding: 20px;
  }
  .pageBlock p {
    font-size: 115%;
    padding-bottom: 15px;
  }
  .pageBlock p.prof {
    font-size: 100%;
  }
  .pageBlock p.name {
    font-size: 100%;
  }
  .pageBlock h2 {
    font-size: 150%;
    line-height: 160%;
    padding: 20px 0;
  }
  .txtL, .txtR {
    float: none;
    width: 100%;
    padding: 0;
  }
  .subL, .subR {
    font-size: 110%;
    float: none;
    width: 100%;
  }
  .spPh {
    width: 70%;
    margin: 0 auto;
  }
}