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

 file name  : customer-harassment-policy.css
 author     : Ability Consultant
 style info : カスタマーハラスメントポリシー
=================================================================== */
/* font-awesome */
/* 青 */
/* 緑ボタン・基準 */
/* 赤いボタン・マルコ系 */
/* H3見だし・左に■　ビッグサイズです */
.accordion.all {
  color: #fff;
  background: #777;
  padding: 10px;
  cursor: pointer;
  position: relative;
  font-size: 120%;
}
.accordion.all:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: solid 7px #000;
  border-bottom-width: 0;
  z-index: 100;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.accordion.all.active:after {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.accordion.all + * .inner {
  padding: 1em;
  border: 1px dotted #999;
  border-top: 0;
  display: block;
}
.accordion.all + * {
  display: none;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
@media print {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
.ie8 .accordion.sp_only {
  font-weight: bold;
}
.ie8 .accordion.sp_only + * {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only {
    color: #fff;
    background: #777;
    padding: 10px;
    cursor: pointer;
    position: relative;
    font-size: 120%;
  }
  .accordion.sp_only:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: solid 7px #000;
    border-bottom-width: 0;
    z-index: 100;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .accordion.sp_only.active:after {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .accordion.sp_only + * .inner {
    padding: 1em;
    border: 1px dotted #999;
    border-top: 0;
    display: block;
  }
  .accordion.sp_only + * {
    display: none;
  }
}

.con_main-img .photo {
  display: none;
}

/* -----------------------------------------------------------
	con_policy
----------------------------------------------------------- */
.con_pol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .con_pol {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_pol {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pol {
    margin-top: 15%;
  }
}
.con_pol .box_pol {
  margin-top: 100px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_pol .box_pol {
    margin-top: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pol .box_pol {
    line-height: 1.5;
  }
}
.con_pol .box_pol h2 {
  font-size: 127%;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_pol .box_pol h2 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pol .box_pol h2 {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pol .box_pol h2 {
    margin-top: 6%;
  }
}
.con_pol .box_pol h2:first-child {
  margin-top: 0;
}
.con_pol .box_pol h3 {
  font-size: 100%;
  font-weight: 300;
}
.con_pol .box_pol .txt, .con_pol .box_pol ol, .con_pol .box_pol ul {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_pol .box_pol .txt, .con_pol .box_pol ol, .con_pol .box_pol ul {
    margin-top: 4%;
  }
}
.con_pol .box_pol ol > li {
  list-style-type: decimal;
  margin-left: 1.4em;
  margin-top: 1em;
}
.con_pol .box_pol ul > li {
  list-style-type: disc;
  margin-left: 1.4em;
}
.con_pol .box_pol ul.add > li {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_pol .box_pol ul.add > li {
    margin-top: 3%;
  }
}
.con_pol .box_pol ul.add > li:before {
  content: '■';
}
.con_pol .box_pol ul.add > li:first-child {
  margin-top: 0;
}
.con_pol .box_pol ul.add > li ul {
  margin-top: 0;
}
.con_pol .box_pol ul.add > li ul li {
  text-indent: 0;
}
