@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("../../css/font/NotoSansR.eot") format("eot"), url("../../css/font/NotoSansR.woff") format("woff");
}

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

@font-face {
  font-family: "iconfont";
  src: url("../../css/font/iconfont.eot");
  src: url("../../css/font/iconfont.eot#iefix") format("embedded-opentype"), url("../../css/font/iconfont.woff") format("woff"), url("../../css/font/iconfont.ttf") format("truetype"), url("../../css/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;
}

.title-style01 {
  padding-bottom: 40px;
}
.title-style01 .title-main {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .01em;
}

.lead {
  margin-bottom: 25px;
  line-height: 1.857142857;
}
.lead .name {
  text-align: right;
  margin-top: 10px;
}

.lead02 {
  margin-bottom: 50px;
  background: #ece8e4;
  padding: 20px;
}

.cmn-block-title {
  text-align: left;
  margin-bottom: 20px;
}
.cmn-block-title h3 {
  color: #70654b;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
}


.terms-box {
  margin-bottom: 25px;
}
.terms-box:last-child {
  margin-bottom: 0;
}
.terms-box h4 {
  color: #70654b;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.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 {
  margin-bottom: 10px;
}

.text-style02 .textbox .text p {
  margin-bottom: 15px;
}
.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 {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}