@charset "UTF-8";
/* CSS Document */
/* mainArea
================================================== */
.mainArea {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.mainArea img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.mainSp {
  display: none;
}
.titBox {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  padding: 4% 0;
}
.titBox h2 {
  font-weight: bold;
  font-size: 115%;
}
@media screen and (max-width: 639px) {
  .mainArea {
    padding-bottom: 5px;
  }
  .kv {
    display: none;
  }
  .mainSp {
    display: block;
  }
  .titBox {
    width: 90%;
    margin: 0 auto;
  }
}
/* pageBlock
================================================== */
.pageBlock {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px;
}
.pageBlock p {
  line-height: 180%;
  padding-bottom: 20px;
}
.pageBlock p.color {
  color: #007bc2;
}
.pageBlock p.name {
  font-size: 80%;
}
.pageBlock h2 {
  color: #007bc2;
  font-size: 150%;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 5%;
}
.txtL {
  float: left;
  width: 65%;
}
.txtR {
  float: right;
  width: 65%;
}
.subL {
  float: left;
  width: 30%;
}
.subR {
  float: right;
  width: 30%;
}
.spPh {
  width: 100%;
  margin: 0;
}
.pageBlock .subL p, .pageBlock .subR p {
  font-size: 80%;
}
.subL img, .subR img {
  width: 100%;
}
h5 ruby {
  font-size: 150%;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
h5 span {
  font-size: 80%;
  display: block;
  margin: 2% auto;
  font-weight: normal;
}
@media screen and (max-width: 639px) {
  .pageBlock {
    max-width: inherit;
    margin: 0;
    padding: 0 5% 30px 5%;
  }
  .pageBlock p {
    font-size: 115%;
    padding-bottom: 15px;
  }
  .pageBlock p.name {
    font-size: 100%;
  }
  .txtL, .txtR {
    float: none;
    width: 100%;
  }
  .subL, .subR {
	float: none;
	width: 100%;
	padding: 15px 5% 0;
	margin: 0 auto 30px;
	border: solid 1px #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	  background-color: #efefef;
  }
  .pageBlock .subL p, .pageBlock .subR p {
    font-size: 100%;
  }
  .spPh {
    width: 70%;
    margin: 0 auto;
  }
  h5 {
    font-size: 100%;
  }
  h5 span {
    font-size: 80%;
  }
}