.date_border {
  width: 500px;
  text-align:center;
  border: solid #e6e6e6 3px;
  border-radius: 5px;
  padding:10px 10px 10px 10px;
  margin: 30px auto 30px auto;
}
.date_text {
  font-size:16px;
  font-weight: bold;
}
.date_border_annotation{
  width: 520px;
  text-align:right;
  padding:0;
  margin: 0px auto 30px auto;
}
.date_border_annotation_text{
 text-align:right;
  margin-right:-12px;
}
.service_border {
  width: 540px;
  text-align:left;
  border: solid #e6e6e6 0px;
  border-radius: 5px;
  padding:10px 10px 10px 10px;
  margin-top 10px;
  margin-left:auto;
  margin-bottom: 20px;
  margin-right: auto;
}
.service_text_title {
  font-size:14px;
  font-weight: bold;
}

.service_text {
  font-size:14px;
  font-weight: bold;
}
.sp_only {
  display: none;
}

.note_1 {
  font-size: 12px;
  margin-left: 2em;
}

.reference_info {
  font-size: 12px;
  margin: 20px auto auto auto
}

.reference_info_img {
  display: block;
  margin-left:auto;
  margin-right:auto;
  border-radius:5px;
}

.info-detail-body {
  margin-bottom: 40px;
}

table.softtable {
    width: 697px;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
}
table.softtable tbody th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #efefef;
}
table.softtable td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #e6e6e6;
}
table.date-table {
  padding-top:6px;
  padding-left:50px;
  padding-right:10px;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}
table.date-table th {
  width: 220px;
  padding: 10px 10px 0 10px;
  font-weight: bold;
  font-size:16px;
  vertical-align: top;
}
table.date-table td {
  width: 290px;
  padding: 10px 10px 0 10px;
  font-weight: bold;
  font-size:16px;
  vertical-align: top;
}
.no_border-radius {
  border-radius: 0;
}
.section {
  margin-top : -80px;
  padding-top : 80px;
}
.table-footnote {
  margin-left: 0.5em;
  margin-top: 0.5em;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

