.bg_02:has(.box_bg) .box_bg {
  background: #fff;
}

.box_bg {
  background: #f3f0eb;
  padding: 40px 2em 40px 2em;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.box_bg h6 {
  border-bottom: 1px solid #0e1520;
  width: 100%;
  padding: 0 0 10px;
}
.box_bg p {
  line-height: 2;
  margin-bottom: 0 !important;
}
.box_bg p + p {
  padding: 1em 0 0;
}

.ul_circle {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ul_circle.cul_2 {
  flex-direction: row;
  flex-wrap: wrap;
}
.ul_circle.cul_2 li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  .ul_circle.cul_2 li {
    width: 100%;
  }
}
.ul_circle li {
  font-size: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .ul_circle li {
    font-size: 16px;
  }
}
.ul_circle li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -2px;
  background-color: #000;
  border-radius: 4px;
  padding: 0 0 0 0;
  margin: 0 0.5em 0 0;
}
.ul_circle li a {
  color: #32568c;
  text-decoration: underline;
  display: inline;
}

h7 {
  display: block;
  font-weight: bold;
}

.table_default {
  width: 100%;
  border-top: 1px solid #e3d4b6;
  border-left: 1px solid #e3d4b6;
  text-align: center;
  box-sizing: border-box;
  min-height: 130px;
}
@media screen and (max-width: 768px) {
  .table_default {
    width: 100%;
  }
}
.table_default .txtleft {
  text-align: left;
}
.table_default .left {
  text-align: left;
}
.table_default .center {
  text-align: center;
}
.table_default a {
  color: #32568c;
  text-decoration: underline;
}
.table_default p {
  margin: 0;
  line-height: 1.75;
}
.table_default p + p {
  padding: 0;
}
.table_default tr {
  background: #fff;
}
.table_default tr th {
  background: #f1eadb;
  vertical-align: middle;
  padding: 20px;
  border-right: 1px solid #e3d4b6;
  border-bottom: 1px solid #e3d4b6;
}
@media screen and (max-width: 768px) {
  .table_default tr th {
    padding: 1%;
    font-size: 14px;
  }
}
.table_default tr td {
  vertical-align: middle;
  padding: 20px;
  border-right: 1px solid #e3d4b6;
  border-bottom: 1px solid #e3d4b6;
}
@media screen and (max-width: 768px) {
  .table_default tr td {
    padding: 1%;
    font-size: 14px;
  }
}
/*# sourceMappingURL=page.css.map */