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

 file name  : policy.css
 author     : Ability Consultant
 style info : プライバシーポリシー
=================================================================== */
.con_rule {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1330px) {
  .con_rule {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_rule {
    width: 97.2%;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_rule {
    width: 93.75%;
    padding: 0;
  }
}

/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_rule
----------------------------------------------------------- */
.con_rule > .txt {
  text-align: center;
  margin-top: 37px;
}
@media only screen and (max-width: 640px) {
  .con_rule > .txt {
    margin-top: 5%;
  }
}
.con_rule .box_rule {
  width: 100%;
  margin-top: 37px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  padding: 80px;
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_rule .box_rule {
    padding: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule {
    padding: 5%;
  }
}
.con_rule .box_rule ol.first_ol > li {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule ol.first_ol > li {
    margin-top: 5%;
  }
}
.con_rule .box_rule ol.first_ol > li:first-child {
  margin-top: 0;
}
.con_rule .box_rule ol.first_ol > li h4 {
  font-size: 170%;
  margin-bottom: 18px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  .con_rule .box_rule ol.first_ol > li h4 {
    font-size: 139%;
  }
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule ol.first_ol > li h4 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule ol.first_ol > li h4 {
    margin-bottom: 3%;
  }
}
.con_rule .box_rule ol.first_ol > li ol.second_ol > li {
  margin-top: 15px;
  list-style-type: katakana;
  margin-left: 1.5em;
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule ol.first_ol > li ol.second_ol > li {
    margin-top: 3%;
  }
}
.con_rule .box_rule ol.first_ol > li ol.second_ol > li.list_only {
  list-style: none;
  margin-left: 0;
}
.con_rule .box_rule ol.first_ol > li table {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule ol.first_ol > li table {
    margin-top: 3%;
  }
}
.con_rule .box_rule ol.first_ol > li p.mail, .con_rule .box_rule ol.first_ol > li p.add {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule ol.first_ol > li p.mail, .con_rule .box_rule ol.first_ol > li p.add {
    margin-top: 3%;
  }
}
.con_rule .box_rule .box_tbl {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ddd;
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule .box_tbl {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule .box_tbl {
    padding-top: 5%;
  }
}
.con_rule .box_rule .box_tbl > .txt {
  padding-bottom: 5px;
}
.con_rule .box_rule .box_tbl table {
  width: 100%;
}
.con_rule .box_rule .box_tbl table tr th, .con_rule .box_rule .box_tbl table tr td {
  width: auto;
}
.con_rule .box_rule .time {
  margin-top: 40px;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .con_rule .box_rule .time {
    margin-top: 5%;
  }
}
