/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */


/*-- area-soukai --*/
.area-soukai {}

.area-disclosure.bg-title::before {
  left: 20px;
  content: "DESCLOSURE POLICY";
}

.area-soukai .soukai-item {
  margin-top: 80px;
}

.area-soukai .soukai-item > h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

.area-soukai table {
  width: 100%;
}

.area-soukai table th,
.area-soukai table td {
  border: 1px solid #cccc;
  padding: 24px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.area-soukai table th {
  width: 150px;
  background-color: #efefef;
  font-weight: 400;
}

.area-soukai table td dl {}

.area-soukai table td dl dt {
  padding-right: 20px;
  box-sizing: border-box;
}

.area-soukai table td dl dt.none {
  display: none;
}

.entry_body {
  margin-top: 40px;
}

.table-wrap {
  overflow-x: auto;
}

.table-wrap table {
  width: 800px;
}

.area-soukai .flx-pc {
  justify-content: center;
}

.area-soukai .flx-pc li {
  border: 1px solid #184aa1;
  margin: 10px;
  padding: 8px 20px;
}

/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {

  /*-- area-soukai --*/
  .area-soukai {}

  .area-disclosure.bg-title::before {
    left: 20px;
    content: "DESCLOSURE POLICY";
  }

  .area-soukai .soukai-item {
    margin-top: 80px;
  }

  .area-soukai .soukai-item > h4 {
    margin-bottom: 20px;
    font-weight: 700;
  }

  .area-soukai table {
    width: 100%;
  }

  .area-soukai table th,
  .area-soukai table td {
    border: 1px solid #cccc;
    padding: 24px;
    font-size: 1.8rem;
    box-sizing: border-box;
  }

  .area-soukai table th {
    width: 240px;
    background-color: #efefef;
    font-weight: 400;
  }

  .area-soukai table td dl {
    display: flex;
  }

  .area-soukai table td dl dt {
    padding-right: 20px;
    box-sizing: border-box;
  }

  .area-soukai table td dl dt.none {
    display: none;
  }

}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {}
