@charset "UTF-8";
/* CSS Document */
/* mainArea
================================================== */
.mainArea {
  max-width: 1380px;
  margin: 0 auto;
}
.mainSp {
  display: none;
	border-top: solid 5px #000;
	border-bottom: solid 5px #000;
}
.kv {
	border-top: solid 5px #000;
	border-bottom: solid 5px #000;
}
.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 20px;
  padding: 30px;
}
@media screen and (max-width: 639px) {
	.pageBlock {
	  padding: 30px 5%;
	}
}
.pageBlock p {
  line-height: 180%;
  padding-bottom: 20px;
}
.pageBlock p em {
  color: #007bc2;
}
.pageBlock figure {
  padding-bottom: 5px;
}
.pageBlock p.name {
  font-size: 80%;
}
.pageBlock h2 {
	color: #66214a;
	font-size: 150%;
	line-height: 130%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.pageBlock h3 {
	background-color: #66214a;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
	padding: 0.3em 1em;
	display: inline-block;
	color: #fff;
	font-size: 120%;
	line-height: 100%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-bottom: 5px;
}
.pageBlock p.color {
	color: #66214a;
}
.pageBlock p.color span {
	font-size: 80%;
}
.pageBlock p.txtS {
	font-size: 70%;
}
.txtL {
  float: left;
  width: 65%;
}
.txtR {
  float: right;
  width: 65%;
}
.subL {
  float: left;
  width: 30%;
}
.subR {
  float: right;
  width: 30%;
}
.spPh {
  width: 100%;
  padding-bottom: 5px;
}
.pageBlock .subL h6, .pageBlock .subR h6 {
  font-size: 80%;
  line-height: 130%;
  padding: 5px 0;
}
.pageBlock .subL h6 span, .pageBlock .subR h6 span {
  color: #333366;
}
.pageBlock .subL h5, .pageBlock .subR h5 {
  font-size: 150%;
  line-height: 130%;
  color: #333366;
  padding-bottom: 5%;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.pageBlock .subL p, .pageBlock .subR p {
  font-size: 80%;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .pageBlock .subL h6, .pageBlock .subR h6 {
    font-size: 100%;
  }
  .pageBlock .subL p, .pageBlock .subR p {
    font-size: 100%;
  }
}
@media screen and (max-width: 639px) {
  .pageBlock {
    max-width: inherit;
    margin: 0;
  }
  .pageBlock p {
    font-size: 115%;
    padding-bottom: 15px;
  }
  .pageBlock p.name {
    font-size: 100%;
  }
  .txtL, .txtR {
    float: none;
    width: 100%;
    padding: 0;
  }
  .subL {
    float: none;
    width: 90%;
    margin: 0 auto 30px;
  }
  .subR {
    float: none;
    width: 90%;
    margin: 0 auto 40px;
  }
}