@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : privacy.css
 author     : Ability Consultant
 style info : プライバシーポリシー
=================================================================== */
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_privacy
----------------------------------------------------------- */
.con_privacy {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 5em;
}
@media only screen and (max-width: 767px) {
  .con_privacy {
    margin-bottom: 2em;
  }
}
.con_privacy .txt {
  font-size: 108%;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_privacy .txt {
    font-size: 100%;
    line-height: 1.6;
  }
}
.con_privacy .list_number {
  margin: 2em 2em 4em;
}
@media only screen and (max-width: 767px) {
  .con_privacy .list_number {
    margin: 1em 0;
  }
}
.con_privacy .list_number li {
  margin-bottom: .2em;
}
.con_privacy .list_number.number_line {
  margin: 0;
  border-bottom: 1px dotted #d4d4d4;
}
.con_privacy .list_number.number_line li {
  position: relative;
  padding: .3em 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_privacy .list_number.number_line li:before {
  border-top: 1px dotted #d4d4d4;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: -2em;
}
.con_privacy .list_number.number_line li span {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_privacy .list_number.number_line li span {
    float: none;
  }
}
.con_privacy .list_number.number_line li span.txt_left {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .con_privacy .list_number.number_line li span.txt_left {
    width: 100%;
  }
}
