.u-accent {
  color: #005bac !important;
  font-weight: 700 !important;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  background-color: #fff;
  float: left;
  margin: auto;
  border: 0;
  display: block;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #397191;
  opacity: .8;
  filter: alpha(opacity=80);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  padding: 1px;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -30px;
  background: url(../images/common/controls.png) no-repeat 0 0;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(../images/common/ic_close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  right: 16px;
  top: 16px;
}

#cboxClose:hover {
  opacity: .7;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.l-header__inner {
  width: 100%;
  padding: 19px 15px;
}

.home .c-entry {
  color: #fff;
  background-color: #397191;
}

.home.is-menu-open .c-entry {
  color: #397191;
  background-color: #fff;
}

.c-entry {
  font-family: "Roboto",sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  color: #397191;
  background-color: #fff;
  border-radius: 4px;
}

.c-entry--pc {
  width: 147px;
  font-size: 14px;
  padding: 3px 10px;
  display: none;
}

.c-entry--sp {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  padding: 8px 6px;
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 80px;
}

.c-entry__content {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  color: #397191;
  padding: 30px 24px 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-entry__title {
  font-weight: "Roboto",sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .05em;
}

.c-entry__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  margin: 35px 0 10px;
}

.c-entry__item a {
  font-size: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 297px;
  height: 60px;
  background-color: #397191;
  border-radius: 3em;
  color: #fff;
  position: relative;
}

.c-entry__item a:after {
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url(../images/common/ic_login.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1140px) {
  #cboxClose {
    right: 22px;
    top: 22px;
  }

  .l-header__inner {
    padding: 10px 33px 10px 40px;
  }

  .c-nav__list {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .c-entry--pc {
    display: block;
  }

  .c-entry--sp {
    display: none;
  }

  .c-entry__content {
    width: 800px;
    padding: 30px 0 40px;
  }

  .c-entry__title {
    font-size: 24px;
  }

  .c-entry__list {
    margin: 35px 0 30px;
    gap: 23px;
  }

  .c-entry__item a {
    width: 400px;
    height: 70px;
  }

  .c-entry__item a:after {
    right: 28px;
  }
}