@charset "utf-8";

/* main */
.main {
  background: #f3f3f3;
}
.main-cont01 {
  padding-top: 20px;
  padding-bottom: 60px;
}
.cont-tit01 {
  color: #5b5b5b;
  font-weight: 700;
  line-height: 2;
}
.cont-tit02,
.cont-tit03,
.cont-tit04 {
  font-weight: 500;
}
.cont-tit02 {
  margin-bottom: 1.2em;
  padding-bottom: .3em;
  border-bottom: solid 1px #004896;
  color: #004896;
  line-height: 1.4;
  letter-spacing: .1em;
}
.cont-tit03 {
  margin-top: 1.3em;
  letter-spacing: .06em;
}
.cont-tit04 {
  margin: 1.5em 0 .5em;
  letter-spacing: .08em;
}
@media screen and (max-width: 640px) {
  .cont-tit01 {
    font-size: 125%;
  }
  .cont-tit02 {
    position: relative;
    font-size: 113%;
  }
  .cont-tit02::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #004896;
    box-shadow: 0 0 1px 0 #004896;
  }
  .cont-tit04 {
    font-size: 94%;
  }
}
@media screen and (min-width: 641px) {
  .main-cont01 {
    padding-top: 75px;
    padding-bottom: 120px;
  }
  .cont-tit01 {
    font-size: 312%;
  }
  .cont-tit02 {
    border-bottom: solid 2px #004896;
    font-size: 157%;
  }
  .cont-tit03 {
    margin-top: 4px;
    font-size: 138%;
  }
  .cont-tit04 {
    font-size: 119%;
    line-height: 1.842;
  }
}

/* privacy */
.privacy .cont-tit04::after,
.num-blc::after {
  visibility: hidden;
  clear: both;
  content: "";
	display: block;
	height: 0;
}
.privacy-tit-num,
.privacy .cont-tit04 em {
  display: block;
}
.privacy-tit-num,
.num-blc-num,
.privacy dl.clearfix dt {
  float: left;
}
.privacy .cont-tit04 em,
.num-blc-txt,
.privacy dl.clearfix dd {
  overflow: hidden;
}
.privacy-cont {
  padding-top: 15px;
}
.privacy-note {
  line-height: 1.786;
}
.mt01 {
  margin-top: .5em;
}
.privacy-blc {
  overflow: auto;
  margin: 10px 0;
}
.privacy-blc .num-blc {
  margin-top: 10px;
}
.privacy-blc .num-blc:first-child {
  margin-top: 0;
}
.num-blc-txt ul {
  padding-left: 1em;
}
.num-blc-txt li:before {
  content: '・';
  display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.num-blc-txt .num-blc {
  margin-top: 0;
}
.txt-mail,
.dmy {
  display: inline-block;
  vertical-align: top;
}
.txt-mail {
  padding-bottom: 5px;
}
.dmy {
  overflow: hidden;
  width: 15em;
  height: 0;
  padding-top: 20px;
  background-image: url(./../img/e-mail.png);
  background-repeat: no-repeat;
  background-size: auto 1em;
  background-position: bottom left;
}
@media screen and (max-width: 640px) {
  .privacy .privacy-cont {
    margin-top: 15px;
  }
  .privacy .privacy-cont:first-child {
    margin-top: 0;
  }
  .privacy-note {
    font-size: 82%;
  }
  .num-blc-num,
  .num-blc-txt .num-blc-num {
    width: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  .privacy-cont {
    padding-top: 40px;
  }
  .privacy-note {
    font-size: 88%;
  }
  .mt01 {
    margin-top: 25px !important;
  }
  .privacy-blc {
    margin: 18px 0;
  }
  .num-blc-num {
    width: 1.8em;
  }
  .num-blc-txt .num-blc-num {
    width: 1.5em;
  }
  .privacy .post-code {
    display: inline;
  }
  .dmy {
    padding-top: 22px;
    background-size: auto 15px;
  }
}