@charset "utf-8";

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

/* box
============================================================ */
.section-base {
  color: #000;
}
.section-base .lead-wrap {
  padding-top: 135px;
}
.policy-box-mgt-60px {
  margin-top: 60px;
}
.policy-box-mgt-70px {
  margin-top: 70px;
}
.policy-box-mgt-90px {
  margin-top: 90px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
.section-base .lead-wrap {
  padding-top: 80px;
}
}

/* title text
============================================================ */
.policy-box-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 3px;
  color: #008BDB;
  padding-bottom: 13px;
  border-bottom: solid 2px #008BDB;
}
.policy-box-text {
  margin-top: 25px;
}

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

/* list
============================================================ */
.policy-sub-number-list {
  margin-top: 21px;
}
.policy-sub-number-list > li {
  position: relative;
  padding-left: 50px;
}
.policy-sub-number-list > li span {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  width: 50px;
}
.policy-sub-dot-list > li {
  position: relative;
  padding-left: 18px;
}
.policy-sub-dot-list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

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

/* table
============================================================ */
.policy-table {
  margin-top: 20px;
}
.policy-table th,
.policy-table td {
  color: #008BDB;
  padding: 20px 30px;
  vertical-align: top;
  background-color: #fff;
}
.policy-table td a {
  color: #008BDB;
}
.policy-table tr:nth-child(odd) th,
.policy-table tr:nth-child(odd) td {
  background-color: #f4fbff;
}
.policy-table th {
  font-weight: bold;
  width: 260px;
}
.policy-table td {
  padding-left: 0;
}
.text-right {
  text-align: right;
  margin-top: 35px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .policy-table th,
  .policy-table td {
    padding: 19px 20px;
    display: block;
  }
  .policy-table th {
    width: 100%;
    padding-bottom: 5px;
    line-height: 1;
  }
  .policy-table td {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .text-right {
    margin-top: 15px;
  }
}


