@charset "utf-8";

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

/* section-base
============================================================ */
.section-base {
  box-sizing: border-box;
}
.section-base.-first .com-section-inner {
  padding-top: 0;
}

.section-base:last-of-type .com-section-inner {
  padding-bottom: 0;
}

.section-base .com-section-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  /* background-color: #bcd3de; */
}

.section-base:last-of-type .com-section-inner::before {
  display: none;
}

.section-base.-first .text {
  font-weight: bold;
}

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

/* title-wrap
============================================================ */
.title-wrap {}

.title-wrap .number {
  font-size: 13px;
  line-height: 1;
  color: #006b9f;
}

.title-wrap .number span {
  position: relative;
  padding-left: 22px;
}

.title-wrap .number span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #006b9f;
  border-radius: 50%;
}

/* .title-wrap .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 13px;
} */
.title-wrap {
  margin-top: 40px;
}
.com-title-style-A {
  margin-bottom: 30px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .title-wrap .title {
    line-height: 1.4;
    /* font-size: 20px; */
  }
}

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

.privacy-body {}

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

/* indent-list
============================================================ */
.indent-list-A li {
  position: relative;
  padding-left: 35px;
}

.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: 811px) {
  .hoge {}
}

/* bl-bg-wrap
============================================================ */
.bl-bg-wrap {
  padding: 0 0 0 30px;
  /* background-color: #f2f7fa; */
  margin-top: 5px;
}

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

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

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

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .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: 811px) {
  .hoge {}
}

/* policy-wrap
============================================================ */
.policy-wrap {
  margin-top: 130px;
}

.policy-wrap .policy-text {
  font-weight: bold;
}

.policy-title {
  margin-bottom: 53px;
}

.policy-title .lang-ja {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.policy-title .lang-en img {}

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

/* com-table-wrap
============================================================ */
.com-table-wrap {
}
.com-table-wrap th,
.com-table-wrap td {
  vertical-align: top;
  text-align: left;
  padding: 13px 20px;
}
.com-table-wrap tr:nth-child(odd) th,
.com-table-wrap tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.com-table-wrap th {
  width: 180px;
  font-weight: bold;
}
.com-table-wrap td {
}
.com-table-wrap td li {
  display: inline-block;
  margin-right: 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-table-wrap th,
  .com-table-wrap td {
    padding: 13px 20px;
    width: 100%;
    display: block;
  }
  .com-table-wrap tr:nth-child(odd) th,
  .com-table-wrap tr:nth-child(odd) td {
    background-color: #f5faff;
  }
  .com-table-wrap th {
    width: 100%;
    padding-bottom: 10px;
  }
  .com-table-wrap td {
    padding-top: 0;
  }
  .com-table-wrap td li {
    display: inline-block;
    margin-right: 20px;
  }
}