@import url("../../../common/css/common.css");

.save_dl1 dt {
  color: #0fa8bc;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #0fa8bc;
  margin-bottom: 15px;
}

.save_dl1 dt span {
  position: relative;
}

.save_dl1 dt span::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  left: -15px;
  width: 10px;
  height: 10px;
  background-color: #0fa8bc;
}

dd.indent_fix {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

span.underline {
  border-bottom: 1px solid #000;
}

table.save_table {
  border: 1px solid #0fa8bc;
  border-collapse: collapse;
  width: 100%;
  margin: 30px auto;
}

table.save_table th {
  background-color: #e4f3f5;
  border: 1px solid #0fa8bc;
  padding: 10px;
  font-size: 1.6rem;
  width: 150px;
}

table.save_table td {
  border: 1px solid #0fa8bc;
  padding: 10px;
}

.list_double_circle {
  list-style: none;
}

.list_double_circle li {
  padding-left: 20px;
}

.list_double_circle li:not(:last-child) {
  margin-bottom: 15px;
}

.list_double_circle .list_icon {
  position: relative;
}

.list_double_circle .list_icon::before {
  content: "\025ce";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

@media screen and (min-width: 600px) {
  table.save_table th {
    width: 200px;
  }
}

@media screen and (min-width: 750px) {
  dd.indent_fix {
    padding-left: 1.7rem;
    text-indent: -1.7rem;
  }
}

@media screen and (min-width: 1054px) {
  table.save_table {
    margin-bottom: 50px;
  }
}
