@charset "UTF-8";
/* =====
 * 個人情報の取り扱い レイアウト
============================================================================= */
/** 共通 **/
.tit-header {
  background-image: url("../images/privacy/page-title_kojinjoho.jpg");
}

.localnavigation-reien {
  margin-top: 77px;
}

.localnavigation-reien ul {
  width: 79%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.localnavigation-reien ul li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 2.0em;
  margin-bottom: 36px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: 0.075em;
}

.localnavigation-reien ul li a {
  color: #000000;
  text-decoration: none;
  transition: border 0.3s ease-in-out;
}

.localnavigation-reien ul li a:hover {
  border-bottom: 2px solid #284200;
  padding-bottom: 5px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.localnavigation-reien ul li + li {
  border-left: 0;
  border-right: 1px solid #333;
}

.localnavigation-reien ul li + li:nth-child(3) {
  border-left: 1px solid #333;
}

.localnavigation-reien ul li + li:nth-child(n + 3) {
  margin-bottom: 0;
}

.bottom-line-title {
  margin: 0 0 44px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
}

.bottom-line-title span {
  display: inline-block;
  padding: 0 1em 0.2em;
  border-bottom: 2px solid #284200;
}

.lower-page-container {
  margin-top: 170px;
}

.lower-page-container:first-of-type {
  margin-top: 70px;
}

.lower-page-container h2 {
  margin-bottom: 40px;
}

.lower-page-container .attention-list {
  padding-left: 26px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.lower-page-container .attention-list li {
  margin-top: 1em;
  padding-left: 8px;
}

.lower-page-container .attention-list li:first-child {
  margin-top: 0;
}

.lower-page-container .adjust-list {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 38px 0 80px 26px;
}

.lower-page-container .adjust-list ol {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.lower-page-container .adjust-list li {
  margin-top: 1.2em;
}

.lower-page-container .adjust-list p {
  margin: 0;
  text-align: right;
}

.lower-page-container .table-top {
  margin-bottom: 40px;
}

.lower-page-container .list-bottom {
  margin-bottom: 0;
}

.lower-page-container .none {
  list-style-type: none;
  text-indent: -40px;
  text-indent: -2.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.lower-page-container .none li {
  margin-top: 0;
  counter-increment: cnt;
}

.lower-page-container .none li:before {
  content: "（" counter(cnt) "） ";
}

.lower-page-container .normal {
  list-style: none;
  margin: 0;
  padding: 0;
}

.table-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 29px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.table-block .table-content {
  width: 48%;
}

.table-block .table-content .content-adjust {
  margin: 0 auto;
}

.base-table {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.base-table tr {
  background-color: #f4f4f4;
}

.base-table tr:nth-child(even) {
  background-color: #fff;
  border: 1px solid #f4f4f4;
}

.base-table th, .base-table td {
  padding: 9px 0;
  width: 460px;
  font-weight: 500;
}

.base-table th {
  text-align: left;
  padding-left: 33%;
}

.base-adjust th, .base-adjust td {
  width: 230px;
  padding-left: 33px;
}

.base-adjust tr:nth-child(even) th {
  border-right: 1px solid #f4f4f4;
}

.base-adjust tr:nth-child(odd) th {
  border-right: 1px solid #fff;
}

.privacy-table {
  width: 100%;
  margin: 40px auto 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

.privacy-table tr:first-child th {
  background: #e3e6e0;
  border-right: 1px solid #fff;
  padding: 17px 5px;
  width: 8%;
}

.privacy-table tr:first-child th:nth-child(2) {
  width: 23%;
}

.privacy-table tr:first-child th:nth-child(3) {
  width: 20%;
}

.privacy-table tr:first-child th:nth-child(4) {
  width: 20%;
}

.privacy-table tr:first-child th:last-child {
  width: 27%;
}

.privacy-table th, .privacy-table td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #e3e6e0;
  font-weight: normal;
  line-height: 1.5;
}

.privacy-table td {
  height: 78px;
}

@media screen and (max-width: 767px) {
  /* localnavi */
  .localnavigation-reien {
    margin-top: 39px;
  }
  .localnavigation-reien ul li {
    width: 100%;
    border: none;
    margin-bottom: 1.7em;
    text-align: center;
  }
  .localnavigation-reien ul li + li:last-child {
    margin-bottom: 0;
  }
  .localnavigation-reien ul li + li {
    border-left: 0;
    border-right: 1px solid #333;
  }
  .localnavigation-reien ul li + li:nth-child(2) {
    border: none;
  }
  .localnavigation-reien ul li + li:nth-child(n + 3) {
    border: none;
    width: 100%;
    padding: 0;
  }
  .localnavigation-reien ul li + li:nth-child(n + 3) a {
    display: block;
  }
  .localnavigation-reien ul li a {
    font-size: 1rem;
    padding-bottom: 4px;
  }
  .reien-container h2.heading-box {
    margin-bottom: 20px;
  }
  .reien-container h3.heading-box {
    margin-bottom: 0.9em;
  }
  .reien-container .lower-page-container {
    margin-top: 80px;
  }
  /* smart phone */
  .lower-page-container .adjust-list {
    margin: 40px 0 20px;
  }
  .lower-page-container .adjust-list ol {
    font-size: 1rem;
    line-height: 1.7;
  }
  .lower-page-container .adjust-list li {
    padding: 0;
  }
  .lower-page-container p {
    line-height: 1.7142;
  }
  .lower-page-container .text-content {
    line-height: 1.7;
  }
  .lower-page-container .attention-list {
    padding-left: 1.5em;
  }
  .lower-page-container .none {
    padding: 0;
    text-indent: 0;
  }
  .lower-page-container .none li {
    margin: 0;
    padding: 0;
  }
  .lower-page-container .table-top {
    margin-top: 20px;
  }
  .table-block {
    margin-top: 33px;
  }
  .table-block .bottom-line-title {
    margin-bottom: 20px;
    font-size: 1.143rem;
  }
  .table-block .table-content {
    width: 100%;
    margin-bottom: 57px;
  }
  .table-block .table-content:last-child {
    margin-bottom: 0;
  }
  .privacy-table {
    margin-top: 20px;
    width: 100%;
  }
  .privacy-table tr {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 40px;
  }
  .privacy-table tr:first-child th:first-child {
    width: 40px;
  }
  .privacy-table tr:first-child th:not(:first-child) {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .privacy-table tr:nth-child(odd) {
    background-color: #f4f4f4;
  }
  .privacy-table th, .privacy-table td {
    display: block;
    font-size: 0.929rem;
  }
  .privacy-table th:first-child, .privacy-table td:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    border-right: none;
    text-align: center;
  }
  .privacy-table th {
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 14px 0 20px 14px;
    width: 100%;
  }
  .privacy-table td {
    text-align: left;
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px 20px;
    border-top: none;
  }
  .privacy-table td:first-child {
    width: 40px;
    -ms-flex-align: center;
        align-items: center;
  }
  .base-table {
    border-collapse: unset;
    border-bottom: 1px solid #f4f4f4;
  }
  .base-table th {
    padding: 9px 20px;
  }
  .base-adjust td {
    width: 38%;
    padding: 0 6px;
  }
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
  .g-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .g-main {
    margin-top: 157px;
  }
}
