@charset "UTF-8";
footer {
  background: #004E87;
}

/*ナビゲーション*/
.cw_nav {
  margin-bottom: 3em;
}
.cw_nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cw_nav ul li {
  margin: 0 0.3em;
  padding: 0;
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cw_nav ul li a {
  display: block;
  background: #004E87;
  border: #004E87 solid 1px;
  border-radius: 10px;
  color: #ffffff;
  padding: 1em 2em;
  text-align: center;
}
.cw_nav ul li a.active {
  background: #ffffff;
  color: #004E87;
}
.cw_nav ul li a:hover {
  background: #ffffff;
  color: #004E87;
  text-decoration: none;
}

@media (max-width: 1140px) {
  .cw_nav {
    display: none;
  }
  header {
    position: fixed;
    height: 79px;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 30;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    background: #004E87;
    border: #ffffff solid 1px;
    border-radius: 10px;
  }
  .sp-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    width: 60vw;
    height: 100vh;
    background: #004E87;
    -webkit-transform: translateX(60vw);
            transform: translateX(60vw);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 5em 1em 1em;
  }
  .sp-menu ul {
    border-top: #ffffff solid 1px;
    padding: 0;
  }
  .sp-menu ul li {
    list-style: none;
    width: 100%;
    border-bottom: #ffffff solid 1px;
  }
  .sp-menu ul li a {
    display: block;
    padding: 0.5em 1em;
    color: #fff;
  }
  .sp-menu.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1140px) {
  .sp-menu, .menu-btn {
    display: none;
  }
}
.cw_hd {
  position: relative;
  font-size: 2em;
  text-align: center;
  margin-bottom: 2em;
}
.cw_hd::before {
  display: block;
  content: "";
  width: 100%;
  height: 32px; /* 任意 */
  background-color: rgba(33, 78, 144, .15); /* 任意の色 */
  position: absolute;
  bottom: -25.5%; /* 任意 */
  left: 0;
  border-radius: 10px; /* heightと同値 */
  z-index: -1;
}
@media (max-width: 992px) {
  .cw_hd {
    font-size: 1.3em;
  }
}

.cw_sub_hd {
  border-left: solid 8px #004E87;
  font-size: 1.2em;
  padding: 0.3em 0.5em;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.cw_subtitle {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(50%, #FFFFFF), color-stop(50%, #E9F0F9), to(#E9F0F9));
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%, #E9F0F9 50%, #E9F0F9 100%);
  padding: 0.2em 0.5em;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.question {
  color: #004E87;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.answer {
  padding-left: 2em;
}

.rounded-02 {
  border-radius: 0.8rem !important;
}
/*# sourceMappingURL=maps/custom.css.map */
