@charset "UTF-8";
/* @content */
#privacy-policy #page_header .title {
  background: url(../images/privacy-policy/privacy-plicy_main@2x.jpg);
  background-repeat: no-repeat;
  background-size: 810px;
  background-position: right;
  padding: 35px 0;
}
#privacy-policy #section10 {
  margin: 40px 0 20px;
  padding: 0;
}
#privacy-policy #section10 .flex-container {
  display: flex;
  justify-content: space-between;
}
#privacy-policy #section10 #main-area {
  width: 740px;
  margin: 0;
}
#privacy-policy #section10 #main-area a {
  text-decoration: underline;
  padding-left: 25px;
  position: relative;
}
#privacy-policy #section10 #main-area a::before{
  content: "";
  background: url(../images/privacy-policy/pdf_iocn@2x.png);
  background-size: 17px;
  background-repeat: no-repeat;
  padding: 10px;
  left: 1px;
  position: absolute;
}
#privacy-policy #section10 #main-area .sub-text {
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  width: 630px;
}
#privacy-policy #section10 .content {
  width: 100%;
}
#privacy-policy #section10 .content-title {
  background: url(../images/common/border_bg.jpg);
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Noto Serif JP', sans-serif;
  padding: 10px;
  text-align: left;
  margin-bottom: 30px;
}
#privacy-policy #section10 .content__privacy-about {
  text-align: right;
}
#privacy-policy #section10 .content-inner {
  margin: 30px 0 40px 0;
}
#privacy-policy #section10 .content-inner p {
  margin-bottom: 25px;
}
#privacy-policy h4 {
  font-size: 18px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
#privacy-policy #section10 table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
#privacy-policy #section10 table tr th {
  border: 1px solid #491B02;
  background: #EAEAEA;
  padding: 10px;
  text-align: left;
  width: 35.9%;
  vertical-align: top;
}
#privacy-policy #section10 table tr td {
  border: 1px solid #491B02;
  padding: 10px;
  text-align: left;
}
#privacy-policy #section10 table .th-title {
  text-align: center;
}
#privacy-policy #section10 table .td-title {
  background: #EAEAEA;
  font-weight: bold;
  text-align: center;
}
#privacy-policy #section10 .privacy-table tbody tr th {
  width: 41.7%;
}
#privacy-policy #section10 .tx-right {
  text-align: right;
}
@media screen and (max-width: 1230px) {
  #privacy-policy #page_header .title {
    background-size: 700px;
    padding: 15px 0;
  }
}

/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
   #privacy-policy #page_header .title {
    background-size: 100vw;
    background-position: top;
    padding: 35px 0;
  }
  #privacy-policy #section10 {
    margin: 0px 0 60px;
    padding: 20px 0;
  }
  #privacy-policy #section10 #main-area .sub-text {
    width: 100%;
    margin-top: 10px;
  }
  #privacy-policy #section10 #main-area {
    width: 100%;
  }
  #privacy-policy #section10 .content-inner {
    margin: 15px 0 20px 0;
  }
  #privacy-policy #section10 .content-inner p {
    margin-bottom: 15px;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {

}

/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #privacy-policy #section10 {
    margin: 0px 0 5px;
  }
}