@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Source+Serif+Pro);
@font-face {
  font-family: "NotoSansR";
  src: url("font/NotoSansR.eot") format("eot"), url("font/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSansL";
  src: url("font/NotoSansL.eot") format("eot"), url("font/NotoSansL.woff") format("woff");
}

@font-face {
  font-family: "iconfont";
  src: url("font/iconfont.eot");
  src: url("font/iconfont.eot#iefix") format("embedded-opentype"), url("font/iconfont.woff") format("woff"), url("font/iconfont.ttf") format("truetype"), url("font/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "iconfont";
  font-style: normal;
  display: inline-block;
  width: 1.1em;
  text-align: center;
  line-height: 1.1;
}

.cmn-page-title {
  margin-bottom: 60px;
}

.title-style01 .title-main {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-size: 3.5rem;
}

.title {
  color: #70654b;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .05em;
}

.cmn-contents-area {
  width: 920px;
  font-size: 16px;
  font-size: 1.6rem;
}

.lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 50px;
}
.lead .name {
  font-size: 14px;
  font-size: 1.4rem;
}

.lead02 {
  margin-bottom: 65px;
  border: 2px solid #dcd4cd;
  padding: 20px;
}

.cmn-block-title {
  text-align: left;
  margin-bottom: 30px;
}
.cmn-block-title .title-style03 {
  font-size: 30px;
  font-size: 3rem;
}

.terms-box {
  margin-bottom: 40px;
}
.terms-box:last-child {
  margin-bottom: 0;
}
.terms-box h4 {
  color: #70654b;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.terms-box .ind01 {
  padding-left: 1em;
  text-indent: -1em;
}
.terms-box .ind02 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.text-style01 p {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.text-style01 p:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #dcd4cd;
  left: 0;
  top: .8em;
  position: absolute;
}

.text-style02 .textbox .ttl {
  float: left;
}

.text-style02 .textbox .text {
  margin-left: 75px;
}
.text-style02 .textbox .text p {
  margin-bottom: 30px;
}
.text-style02 .textbox .text p:last-child {
  margin-bottom: 0;
}
.text-style02 .textbox .text .subtext {
  margin-bottom: 30px;
  padding-left: 10px;
}
.text-style02 .textbox .text .subtext p {
  margin-bottom: 0;
}

.signature {
  text-align: right;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .text-style02 .textbox {
  *zoom: 1;
}
.clearfix:after, .text-style02 .textbox:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}