.m-titA {
  font-size: 32px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-bottom: 14px;
  position: relative;
}
.m-titA:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.m-titA:before {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .m-titA {
    font-size: 20px;
    padding-bottom: 3px;
  }
}
.m-titA small {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.06em;
}
.m-titA > span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 0.1rem;
  padding-top: 2.2rem;
}
.m-titA > span:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.m-titA > span:before {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.m-titA > span:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.m-titA > span:after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 767px) {
  .m-titA > span {
    font-size: 15px;
  }
}
.m-titA:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 2px;
  background: #2a4b93;
}
@media screen and (max-width: 767px) {
  .m-titA:after {
    width: 33px;
    height: 1px;
  }
}
.m-titA--white {
  color: white;
}
.m-titA--white:after {
  background: white;
}

.m-titB {
  background: #2a4b93;
  color: white;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .m-titB {
    font-size: 18px;
  }
}
.m-titB:before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
  flex-shrink: 0;
}

.m-titC {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2a4b93;
}
.m-titC:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.m-titC:before {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.m-titC:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.m-titC:after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 767px) {
  .m-titC {
    font-size: 17px;
  }
}

.m-titD {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  color: #2a4b93;
}
.m-titD:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.m-titD:after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 767px) {
  .m-titD {
    font-size: 16px;
  }
}
.m-titD:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #2a4b93;
  margin-right: 10px;
  transform: translateY(14px);
}
@media screen and (max-width: 767px) {
  .m-titD:before {
    transform: translateY(12px);
  }
}

p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.024em;
}
p:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
p:before {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
p:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
p:after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

.m-cap {
  color: #606060;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .m-cap {
    font-size: 10px;
  }
}

.m-white {
  color: white;
}

.m-gray {
  color: #606060;
}

.mkerA {
  position: relative;
  display: inline-block;
  background-color: #edf2fd;
  padding: 0 7px 1px;
  margin: -0.1em 0.5em 0 0;
  text-align: center;
  text-indent: 0;
  font-size: 94%;
  font-weight: 500;
  vertical-align: middle;
}

.m-listA {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.024em;
}
.m-listA:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.m-listA:before {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.m-listA:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.m-listA:after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 767px) {
  .m-listA {
    font-size: 15px;
  }
}
.thanks__ttl {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  color: #2a4b93;
}
@media screen and (max-width: 767px) {
  .thanks__ttl {
    font-size: 1.8rem;
  }
}
.thanks__txt {
  margin-top: 2em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .thanks__txt {
    font-size: 1.4rem;
  }
}

a.blue_udl {
  color: #2a4b93;
  text-decoration: underline;
}

img.icon_wm {
  width: 21px;
  margin: 0 5px 6px;
}

.p-sec01 .m-titA > small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-sec01 .m-titA > small {
    font-size: 1.8rem;
  }
}
.p-sec01__date {
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .p-sec01__date {
    margin: 12px 0;
  }
}

.p-content .ttl {
  display: block;
  width: 100%;
  border-left: solid 5px #fb0020;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.p-content > p {
  margin: 1.4rem 0;
}
.p-content .btn-box .m-btnD {
  padding: 2rem 4rem 2rem 2rem;
  min-width: 270px;
}

.tableWrap {
  margin-top: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tableWrap {
    margin: 12px 0 20px;
  }
}
.tableWrap .scroll {
  position: relative;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .tableWrap .scroll {
    overflow-x: auto;
  }
}
.tableWrap .scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  pointer-events: none;
  box-sizing: border-box;
}
.tableWrap table {
  width: 100%;
  min-width: 922px;
}
.tableWrap table tr th,
.tableWrap table tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c8ced6;
}
.tableWrap table tr th .sub_name,
.tableWrap table tr td .sub_name {
  display: block;
  font-size: 0.94em;
  line-height: 1.1;
}
.tableWrap table thead tr th,
.tableWrap table thead tr td {
  background-color: #fafafa;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .tableWrap table thead tr th,
  .tableWrap table thead tr td {
    font-size: 15px;
    padding: 5px 0;
  }
}
.tableWrap table tbody tr th,
.tableWrap table tbody tr td {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .tableWrap table tbody tr th,
  .tableWrap table tbody tr td {
    font-size: 12px;
    padding: 4px 0;
  }
}
.tableWrap table tbody tr th a[target=_blank],
.tableWrap table tbody tr td a[target=_blank] {
  color: #2a4b93;
  border-bottom: 1px solid #2a4b93;
}
@media screen and (min-width: 768px) {
  .tableWrap table tbody tr th a[target=_blank]:hover,
  .tableWrap table tbody tr td a[target=_blank]:hover {
    border-bottom: transparent;
    transition: all 0.4s ease;
  }
}
.tableWrap table tbody tr th.main,
.tableWrap table tbody tr td.main {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .tableWrap table tbody tr th.main,
  .tableWrap table tbody tr td.main {
    font-size: 15px;
  }
}
.tableWrap table tbody tr th.download a,
.tableWrap table tbody tr td.download a {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #2a4b93;
  border-bottom-width: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tableWrap table tbody tr th.download a,
  .tableWrap table tbody tr td.download a {
    font-size: 15px;
  }
}
.tableWrap table tbody tr th.download a img,
.tableWrap table tbody tr td.download a img {
  width: 17px;
  margin-left: 5px;
}
.tableWrap table tbody tr th.download a:last-child,
.tableWrap table tbody tr td.download a:last-child {
  margin-bottom: 0;
}
.tableWrap table tbody tr th {
  text-align: left;
  padding: 7px;
}
.tableWrap .iconCs {
  display: inline-block;
  background: #2A4A93;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.2;
}

p.r {
  text-align: right;
}/*# sourceMappingURL=news_2025august.css.map */
