.page-prompt_report_index .prompt {
  padding-bottom: 80px;
}

.page-prompt_report_index .prompt_info {
  background: #fcf3f6;
  padding: 34px 40px 42px 40px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.page-prompt_report_index .prompt_infotitle {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}

.page-prompt_report_index .prompt_infotext + .prompt_infotext {
  margin-top: 1.5em;
}

.page-prompt_report_index .prompt_rowgroup {
  margin-bottom: 26px;
  padding: 0 16px 38px 16px;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 1px dotted #b7b7b7;
}

.page-prompt_report_index .prompt_rowgroup:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-prompt_report_index .prompt_rowgroup p strong {
  font-size: 1.1em;
}

.page-prompt_report_index .prompt_date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #4bb257;
}

.page-prompt_report_index .prompt_intro {
  margin-bottom: 12px;
}

.page-prompt_report_index .prompt_intro small {
  display: inline-block;
  line-height: 1.5;
  font-size: 13px;
}

.page-prompt_report_index .prompt_intro + .prompt_box {
  margin-top: 25px;
}

.page-prompt_report_index .prompt_box + .prompt_box {
  margin-top: 10px;
}

.page-prompt_report_index .prompt_table_heading {
  background: #4bb257;
  color: #FFF;
  padding: 12px 28px 12px 20px;
  position: relative;
  cursor: pointer;
}

.page-prompt_report_index .prompt_table_heading:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}

.page-prompt_report_index .prompt_table_heading.is-active:after {
  border-width: 2px 0 0 2px;
  margin-top: 2px;
}

.page-prompt_report_index .prompt_box-body {
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.page-prompt_report_index .prompt_box-body.is-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: visible 0.25s, opacity 0.25s;
  padding-left: 20px;
  padding-right: 20px;
}

.page-prompt_report_index .prompt_box:not(:last-child) .prompt_box-body.is-active {
  margin-bottom: 50px;
}

.page-prompt_report_index .prompt_box-body__item:first-child {
  margin-top: 20px;
}

.page-prompt_report_index .prompt_box-body__item:not(:first-child) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dotted #ccc;
}

.page-prompt_report_index .prompt_box-body.is-active .module-smallttl {
  margin-bottom: 15px;
}

.page-prompt_report_index .prompt_box_textarea {
  margin-top: 20px;
}

.page-prompt_report_index .prompt_box_textarea p {
  font-size: 14px;
}

.page-prompt_report_index .prompt_box_en {
  font-size: 14px;
  line-height: 1.5;
  color: #7f7f7f;
}

.page-prompt_report_index .prompt_box_textarea p + .prompt_box_en {
  margin-top: 0.5em;
}

.page-prompt_report_index .prompt_box_textarea .prompt_box_en + p {
  margin-top: 1.5em;
}

.page-prompt_report_index .prompt_box_info {
  background: #f6f6f6;
  padding: 24px 20px;
}

.page-prompt_report_index .prompt_box_textarea p + .prompt_box_info {
  margin-top: 30px;
}

.page-prompt_report_index .prompt_box_info p strong {
  font-size: 1.1em;
}

.page-prompt_report_index .prompt_table + .module-smallttl {
  margin-top: 34px;
}

.page-prompt_report_index .prompt_table table {
  width: 100%;
}

.page-prompt_report_index .prompt_table--02 table {
  table-layout: auto;
}

.page-prompt_report_index .prompt_table th,
.page-prompt_report_index .prompt_table td {
  border: solid #b7b7b7;
  border-width: 0 1px 1px 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-prompt_report_index .prompt_table--01 th,
.page-prompt_report_index .prompt_table--01 td {
  text-align: center;
}

.page-prompt_report_index .prompt_table table small {
  font-size: 0.75em;
  line-height: 1.2em;
  color: #7f7f7f;
  display: block;
  margin-top: 2px;
}

.page-prompt_report_index .prompt_table--02 th:nth-child(1),
.page-prompt_report_index .prompt_table--02 th:nth-child(2) {
  width: 65px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .page-prompt_report_index .prompt_rowgroup {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 640px) {
  .page-prompt_report_index .prompt {
    padding-bottom: 60px;
  }
  .page-prompt_report_index .prompt_info {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  .page-prompt_report_index .prompt_infotitle {
    font-size: 16px;
  }
  .page-prompt_report_index .prompt_txt {
    font-size: 15px;
  }
  .page-prompt_report_index .prompt_intro + .prompt_box {
    margin-top: 20px;
  }
  .page-prompt_report_index .prompt_rowgroup {
    margin-bottom: 20px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-prompt_report_index .prompt_box:not(:last-child) .prompt_box-body.is-active {
    margin-bottom: 30px;
  }
  .page-prompt_report_index .prompt_box_textarea {
    margin-top: 20px;
  }
  .page-prompt_report_index .prompt_box_textarea p {
    font-size: 13px;
  }
  .page-prompt_report_index .prompt_box_textarea p + p {
    margin-top: 1em;
  }
  .page-prompt_report_index .prompt_box_textarea p + .prompt_box_info {
    margin-top: 25px;
  }
  .page-prompt_report_index .prompt_table + .module-smallttl {
    margin-top: 30px;
  }
  .page-prompt_report_index .prompt_table--01 {
    overflow: visible;
  }
  .page-prompt_report_index .prompt_table--01 table {
    min-width: 100%;
  }
  .page-prompt_report_index .prompt_table--01 table th,
  .page-prompt_report_index .prompt_table--01 table td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .page-prompt_report_index .prompt_table--02 table {
    min-width: 400px;
  }
}