@charset "UTF-8";
/*===============================
scss 変数ファイル
================================*/
/*
カラー
================================*/
/*
メディアクエリ
================================*/
#policy .pageHeading {
  background-image: url(../../images/page/policy/policy_back.jpg);
}
@media screen and (min-width: 768px) {
  #policy .sec01 .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #policy .sec01 .columns .img {
    width: 35%;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #policy .sec01 .columns .img {
    margin-right: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #policy .sec01 .columns .img {
    width: 580px;
  }
}
#policy .sec01 .columns .img img {
  width: 100%;
}
#policy .sec01 .columns .text {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #policy .sec01 .columns .text {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#policy .sec01 .columns .text ol {
  margin-top: 20px;
}
#policy .sec01 .columns .text ol li {
  position: relative;
  line-height: 1.8em;
  padding-left: 25px;
  word-break: break-all;
}
#policy .sec01 .columns .text ol li:before {
  position: absolute;
  top: 0;
  left: 0;
}
#policy .sec01 .columns .text ol li:not(:first-child) {
  margin-top: 15px;
}
#policy .sec01 .columns .text ol li:first-child:before {
  content: "1 .";
}
#policy .sec01 .columns .text ol li:nth-child(2):before {
  content: "2 .";
}
#policy .sec01 .columns .text ol li:nth-child(3):before {
  content: "3 .";
}
#policy .sec01 .columns .text ol li:nth-child(4):before {
  content: "4 .";
}
#policy .sec01 .fssc .fsscList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#policy .sec01 .fssc .fsscList .item {
  width: 40%;
}
@media screen and (min-width: 768px) {
  #policy .sec01 .fssc .fsscList .item {
    width: 302px;
  }
}
#policy .sec01 .fssc .fsscList .item:first-child {
  margin-right: 20px;
}