/*
$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
);
*/
/**/
.box_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .box_list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .box_list {
    justify-content: center;
    grid-template-columns: 59rem;
    row-gap: 4rem;
  }
}

.message_box {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  background: #fff;
  border: 1px solid #0068b2;
}
@media screen and (min-width: 769px) {
  .message_box {
    border-radius: 0.6rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box {
    border-radius: 1.2rem;
    padding: 4rem;
  }
}
.message_box dt {
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .message_box dt {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box dt {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .message_box dd {
    line-height: 1.7em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box dd {
    line-height: 1.7em;
    font-size: 3.2rem;
  }
}

.description_list > div {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .description_list > div {
    column-gap: 4rem;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .description_list > div {
    flex-direction: column;
    row-gap: 4rem;
    padding: 5rem 0;
  }
}
.description_list > div:first-of-type {
  padding-top: 0;
}
.description_list > div:last-of-type {
  padding-bottom: 0;
}
.description_list > div > dt {
  flex-shrink: 0;
  font-weight: 500;
  text-align: center;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .description_list > div > dt {
    width: 20rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .description_list > div > dt {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
.description_list > div + div {
  border-top: 1px solid #cfcfcf;
}

@media screen and (min-width: 769px) {
  #name_sec .box_list {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #name_sec .box_list {
    margin-bottom: 4rem;
  }
}

#mark_sec figure {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #mark_sec figure {
    width: 36rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #mark_sec figure {
    width: 48rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) {
  #mark_sec .description_list {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #mark_sec .description_list {
    margin-top: 7rem;
  }
}