/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
main section {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section h2 {
    white-space: nowrap;
  }
}

.management_box {
  background: #fff;
  border: 1px solid #0068b2;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .management_box {
    border-radius: 0.6rem;
    width: 98rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .management_box {
    border-radius: 1.2rem;
    width: 59rem;
    padding: 4rem 4rem;
  }
}
.management_box p.ttl {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .management_box p.ttl {
    line-height: 1.5em;
    font-size: 2rem;
    margin-top: 2rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .management_box p.ttl {
    line-height: 1.667em;
    font-size: 3.6rem;
    margin-top: 3rem;
  }
}
.management_box p.ttl:nth-of-type(1) {
  margin-top: 0rem !important;
}

#medium_to_long_sec .box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #medium_to_long_sec .box {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #medium_to_long_sec .box {
    margin-top: 6rem;
  }
}

#medium_to_long_sec .box div {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #medium_to_long_sec .box div {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #medium_to_long_sec .box div {
    flex-wrap: wrap;
    gap: 4rem;
  }
}

#medium_to_long_sec .box div p {
  position: relative;
}
@media screen and (min-width: 769px) {
  #medium_to_long_sec .box div p {
    max-width: 72rem;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  #medium_to_long_sec .box div p {
    width: 67rem;
  }
}

#medium_to_long_sec .box figure {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #medium_to_long_sec .box figure {
    width: 44rem;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  #medium_to_long_sec .box figure {
    width: 67rem;
    border-radius: 0.6rem;
  }
}

#medium_to_long_sec h3 {
  position: relative;
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  #medium_to_long_sec h3 {
    padding: 0 0 0 8rem;
    margin-bottom: 3rem;
    line-height: 1.5em;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #medium_to_long_sec h3 {
    padding: 0 0 0 14rem;
    margin-bottom: 2rem;
    line-height: 1.5em;
    font-size: 4rem;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    min-height: 2.8em;
  }
}

#medium_to_long_sec h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background: #0068b2;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  #medium_to_long_sec h3::before {
    width: 6rem;
    height: 6rem;
    line-height: 3em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #medium_to_long_sec h3::before {
    width: 12rem;
    height: 12rem;
    line-height: 3em;
    font-size: 4rem;
  }
}

#medium_to_long_sec h3#num1::before {
  content: "01";
}

#medium_to_long_sec h3#num2::before {
  content: "02";
}

#medium_to_long_sec h3#num3::before {
  content: "03";
}

#medium_to_long_sec h3#num4::before {
  content: "04";
}

#add_table {
  position: relative;
}
@media screen and (min-width: 769px) {
  #add_table {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #add_table {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  #add_table .data_set table {
    display: table !important;
    border: none !important;
  }
}

@media screen and (max-width: 768px) {
  #add_table .data_set table td,
  #add_table .data_set table th {
    border: #cfcfcf 1px solid !important;
    display: table-cell !important;
  }
}

#add_table .data_set table tr th,
#add_table .data_set table tr td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #add_table .data_set table tr th,
  #add_table .data_set table tr td {
    width: 25%;
  }
}

#add_table table th.bg_blur {
  background: #0068b2;
  color: #fff;
}

#add_table table td.bg_sky {
  background: #e6f1f7;
  color: #0068b2;
}

#add_table table td.bg_sky span {
  position: relative;
  display: inline-block;
  font-size: 65%;
  transform: translateY(-20%);
}

#add_table table td.bg_gr,
#add_table table th.bg_gr {
  background: #f6f6f6;
  color: #333333;
}

h3.blur_center {
  position: relative;
  font-weight: 500;
  color: #0068b2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  h3.blur_center {
    padding: 4rem 0 0;
    line-height: 1.637em;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h3.blur_center {
    padding: 6rem 0 0;
    line-height: 1.5em;
    font-size: 4.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .list_num {
    text-indent: -2.4rem;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .list_num {
    text-indent: -4.8rem;
    padding-left: 4.8rem;
  }
}

.message_box {
  background: #fff;
  border: 1px solid #0068b2;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .message_box {
    border-radius: 0.6rem;
    width: 84rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box {
    border-radius: 1.2rem;
    width: 59rem;
    padding: 4rem;
  }
}
.message_box p {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .message_box p {
    line-height: 1.5em;
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .message_box p {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}