@charset "utf-8";

/*
  File Name   : privacy-policy.css
  Description : コンテンツエリア関係 他
*/

/* privacy-policy-table-wrap
============================================================ */
.com-title-kv-wrap {
  background: url(../img/privacy-policy/com-title-kv-wrap-img.png) center no-repeat;
  background-size: cover;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .com-title-kv-wrap {
    background: url(../img/privacy-policy/com-title-kv-wrap-img-sp.png) center no-repeat;
    background-size: cover;
  }
}

/* privacy-policy-table-wrap
============================================================ */
.privacy-policy-table-wrap {
  margin-top: 0;
}
.privacy-policy-table-wrap table {
}
.privacy-policy-table-wrap table th,
.privacy-policy-table-wrap table td {
  vertical-align: top;
  text-align: left;
  padding: 25px 30px;
  border-bottom: dotted 2px #0b3745;
}
.privacy-policy-table-wrap table th {
  font-weight: bold;
  padding-left: 0;
  width: 200px;
}
.privacy-policy-table-wrap table td a {
  text-decoration: underline;
  color: #049626;
}
.privacy-policy-table-wrap table td a:hover {
  text-decoration: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .privacy-policy-table-wrap {
  }
  .privacy-policy-table-wrap table th,
  .privacy-policy-table-wrap table td {
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  .privacy-policy-table-wrap table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .privacy-policy-table-wrap table td {
    padding: 5px 0 10px;
  }
}

/* com-section-contents
============================================================ */
.com-section-contents {
  box-sizing: border-box;
}
.com-section-contents .com-section-inner {
  /* padding-top: 60px; */
  padding-bottom: 50px;
  position: relative;
}
.com-section-contents.-first .com-section-inner {
  padding-top: 0;
}
.com-section-contents:last-of-type .com-section-inner {
  padding-bottom: 0;
}
/* .com-section-contents .com-section-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #bcd3de;
} */
.com-section-contents:last-of-type .com-section-inner::before {
  display: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .com-section-contents .com-section-inner::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}

/* privacy-body
============================================================ */
.privacy-body {
  margin-top: 30px;
}
.privacy-body {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .privacy-body {
  }
}

/* indent-list
============================================================ */
.indent-list-A {
  margin-top: 10px;
}
.indent-list-A:first-of-type {
  margin-top: 0;
}
.indent-list-A li {
  position: relative;
  padding-left: 40px;
}
.indent-list-A li span {
  position: absolute;
  top: 0;
  left: 0;
}
.indent-list-B li {
  position: relative;
  padding-left: 24px;
}
.indent-list-B li span {
  position: absolute;
  top: 0;
  left: 0;
}
.indent-list-C li {
  position: relative;
  padding-left: 40px;
}
.indent-list-C li span {
  position: absolute;
  top: 0;
  left: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}

/* bl-bg-wrap
============================================================ */
.bl-bg-wrap {
  padding: 0 0 0 0;
  margin-top: 10px;
  margin-left: 40px;
  /* border-top: solid 1px #ddd; */
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .bl-bg-wrap {
  }
}

/* mgt
============================================================ */
.mgt-30px {
  margin-top: 30px !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}

/* text-dot
============================================================ */
.text-dot {
  padding-left: 26px;
  position: relative;
}
.text-dot::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 13px;
  background: url(../img/common/icon-check-gn.svg) 0 0 no-repeat;
  background-size: 16px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}

/* com-table-wrap
============================================================ */
.com-table-wrap td a {
  color: #006b9f;
  text-decoration: underline;
}
.com-table-wrap td a:hover {
  text-decoration: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}

/* -cookie
============================================================ */
.-cookie {
  margin-top: 40px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
}

/* xxxxxxxxxxx
============================================================ */


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
}


