@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) {
  .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 figure {
  padding-bottom: 5px;
}
.pageBlock p.name {
  font-size: 80%;
  line-height: 160%;
  padding-top: 0;
}
.pageBlock p.prof {
  font-size: 80%;
  border-left: solid 5px #68b697;
  margin-top: 0 0 10%;
  padding: 0 0 2% 5%;
}
.pageBlock h2 {
  font-size: 140%;
  line-height: 140%;
  font-weight: bold;
  color: #333;
  padding: 20px 0;
}
.txtL {
  float: left;
  width: 65%;
}
.txtR {
  float: right;
  width: 65%;
  margin-bottom: 10%;
}
.subL {
  float: left;
  width: 30%;
}
.subR {
  float: right;
  width: 30%;
}
@media screen and (max-width: 639px) {
  .pageBlock {
    max-width: inherit;
    margin: 0;
    padding: 30px 30px;
  }
  .pageBlock p {
    font-size: 115%;
    padding-bottom: 15px;
  }
  .pageBlock p.name {
    font-size: 100%;
  }
  .pageBlock p.prof {
    font-size: 100%;
  }
  .pageBlock h2 {
    font-size: 150%;
    line-height: 160%;
    padding: 20px 0;
  }
  .txtL, .txtR {
    float: none;
    width: 100%;
    padding: 0;
  }
  .subL, .subR {
    float: none;
    width: 100%;
    font-size: 12px;
  }
}