@charset "UTF-8";

.text--bold {
  font-weight: bold;
}
.m-hdgLv1--bg {
  position: relative;
  margin-bottom: 0;
  padding: 80px 40px;
  background: url("img/h1_bg_pc.jpg") no-repeat left center / cover;
  color: #fff;
}
.h1-line {
  display: block;
}
.h1-line--main {
  display: inline-block;
  height: 60px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #2f390d;
  font-size: 70%;
  line-height: 60px;
}
.h1-title {
  padding: 0 40px;
}
.h1-label {
  display: inline-block;
  padding: 0 30px;
  background-color: #2f390d;
  color: #fff;
}
.h1-line--title {
  margin-bottom: 20px;
}
.h1-line--examination {
  position: relative;
  padding-left: 2.5em;
  font-size: 65%;
}
.h1-line--border {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  display: inline-block;
  width: 2px;
  height: 2em;
  margin-right: 1em;
  background-color: #fff;
  vertical-align: middle;
  transform: rotate(30deg) translateY(-50%);
}
.m-grid--note {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.note__text {
  font-size: 90%;
}
.m-grid__col1--bgcolor {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #dce8fb;
}
.union__title-area {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 40px;
}
.union__logo { flex: 0 0 auto; }
.union__logo-img {
  display: block;
  height: auto;
  flex-shrink: 0;
}
.m-hdgLv2__hdg--union {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  color: #0650cb;
}
.union__subtitle {
  display: inline-block;
}
.union__text {
  display: inline-block;
  margin-bottom: 1em;
}
.union__text--indent {
  margin-left: -2px;
  padding-left: 0.5em;
}
.union__text--indent::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-right: 0.5em;
  background-color: #0650cb;
  vertical-align: -1px;
}
.page-lead {
  width: 100%;
  margin-left: 0;
  font-weight: bold;
  font-size: 112.5%;
  text-align: justify;
}
.m-hdgLv3__hdg--index {
  margin-left: -15px;
  padding: 0 0 0 15px;
  border-left: 4px solid #0650cb;
}
.u-mt80 {
  margin-top: 80px;
}
.u-noBorder {
  padding: 0;
  border-left: none;
}
.m-grid__caption {
  display: block;
  margin-top: 10px;
}
.m-grid__col1--border {
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid #0650cb;
  color: #0650cb;
}
.index__list {
  padding-bottom: 20px;
  border-bottom: 1px solid #0650cb;
}
.index__list:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.index__item {
  padding-left: 2em;
}
.index__item::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 2px;
  margin-right: 4px;
  background-color: #0650cb;
  vertical-align: 4px;
}
@media screen and (max-width: 767px) {
  .m-hdgLv1--bg {
    padding: 40px;
    background: url("img/h1_bg_mobile.jpg") no-repeat left center / cover;
  }
  .h1-line--main {
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
  }
  .h1-title {
    padding: 0 20px;
  }
  .h1-label {
    padding: 0 20px;
  }
  .m-grid__col1--bgcolor {
    padding: 40px 20px;
  }
  
  .union__subtitle {
    margin-bottom: 0.5em;
  }
  .union__text--num {
    display: inline-block;
    margin-bottom: 0.5em;
    white-space: nowrap;
  }
  .page-lead {
    font-weight: bold;
    font-size: 105%;
  }
  .m-grid__col1--border {
    margin-bottom: 20px;
    padding: 40px 20px;
  }
  .u-mt80 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .m-hdgLv1--bg {
    margin-bottom: 20px;
    padding: 40px 20px;
    background: url("img/h1_bg_sp.jpg") no-repeat left center / cover;
  }
  .h1-line--main {
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
  }
  .h1-title {
    padding: 0 10px;
  }
  .h1-label {
    padding: 0 10px;
  }
  .m-grid__col1--bgcolor {
    margin-bottom: 20px;
  }
  .index__item {
    padding-left: 1em;
  }
  .m-hdgLv3--spaced {
    margin: 20px 0 0 0;
  }
}
