@charset "UTF-8";

/* ---------------------------------------------------------
 * contents
** --------------------------------------------------------- */
#bg_video_on {
  opacity: 100;
}


#company-policies h3 {
  color: #ed7c90;
  font-weight: bold;
  margin-bottom: 10px;
}
#company-policies p {
  line-height: 32px;
  margin-bottom: 7px;
}
#company-policies dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 32px;
}
#company-policies dt {
  width: 20%;
}
#company-policies dt:after {
  content: "：";
}
#company-policies dd {
  width: 80%;
}
#company-policies ol {
  margin-left: 20px;
  margin-bottom: 30px;
}
#company-policies ol li {
  line-height: 32px;
}
#company-policies ol > li > ol {
  counter-reset:bracketNumber; /* 名前を付けたカウンターをリセット */
  list-style:none; /* olが数字を付けることをキャンセル */
  margin-left: 30px;
  margin-bottom: 0;
}
#company-policies ol > li > ol > li {
  position: relative;
}
#company-policies ol > li > ol > li:before{
  position: absolute;
  counter-increment: bracketNumber; /* カウンター名 */
  content:"（" counter(bracketNumber) "）"; /* カウンター呼び出し */
  right: 100%;
}
#company-policies .privacy_contents {
  margin-bottom: 60px;
}


/* ---------------------------------------------------------
 * Under Smart Phone Size
** --------------------------------------------------------- */
@media (max-width: 767px) {
/*@media screen and (max-width: 480px) {*/
}



