@charset "UTF-8";
.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

/* fade in down */
.fade-in-down {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.animImgScale {
  transition: all 0.5s;
  transform: translateY(-10px);
  opacity: 0;
}
.animImgScale img {
  transition: all 1s;
  transform: scale(1.1, 1.1);
  opacity: 0;
}

.inview-on.animImgScale {
  transform: translateY(0);
  opacity: 1;
}
.inview-on.animImgScale img {
  transform: scale(1, 1);
  opacity: 1;
}

.sans {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.garamond {
  font-family: adobe-garamond-pro, serif;
}

.eb {
  font-family: "EB Garamond", serif;
}
.eb.italic {
  font-style: italic;
}

.times {
  font-family: "Times New Roman";
}

.colorA {
  color: #aa8420;
}

.colorP {
  color: #092c79;
}

.white {
  color: #ffffff;
}

.mt10 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.5rem;
}

.mt50 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .mt50 {
    margin-top: 0.5rem;
  }
}

.mt60 {
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .mt60 {
    margin-top: 0.8rem;
  }
}

.mt80 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .mt80 {
    margin-top: 0.8rem;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 1.5rem;
  }
}

.mt130 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .mt130 {
    margin-top: 1.5rem;
  }
}

.mt150 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .mt150 {
    margin-top: 1.5rem;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

#outline .primary li.outline a {
  background: #2B66A7;
}
#outline .foot_nav li.outline a {
  background: #e1e8f0;
}

.main .wrap {
  max-width: 1000px;
}
.main .font12 {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .main .font12 {
    font-size: 11px;
  }
}
.main .font13 {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .main .font13 {
    font-size: 11px;
  }
}
.main .sec--01 .list {
  margin-top: 50px;
}
.main .sec--01 .list .ttl {
  color: #092c79;
  font-weight: 600;
  font-size: 20px;
}
.main .sec--01 .list dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #4c4c4c;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  margin-top: 10px;
  letter-spacing: 0.01rem;
}
.main .sec--01 .list dl dt, .main .sec--01 .list dl dd {
  padding: 15px 30px;
  font-weight: 500;
}
.main .sec--01 .list dl dt {
  width: 250px;
  border-bottom: 1px solid #ffffff;
  background: #00184e;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.main .sec--01 .list dl dt:last-of-type {
  border-color: #4c4c4c;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list dl dt {
    width: 100%;
  }
}
.main .sec--01 .list dl dd {
  width: calc(100% - 250px);
  border-bottom: 1px solid #4c4c4c;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .list dl dd {
    width: 100%;
  }
}
.main .sec--02 {
  margin-top: 50px;
}
.main .sec--02 .list dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #cccccc;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list dl {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
}
.main .sec--02 .list dl dt, .main .sec--02 .list dl dd {
  padding: 15px 30px;
  font-weight: 500;
}
.main .sec--02 .list dl dt {
  width: 250px;
  border-bottom: 1px solid #cccccc;
  background: #e5e7ee;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list dl dt {
    width: 100%;
  }
}
.main .sec--02 .list dl dt .inner span {
  font-size: 11px;
}
.main .sec--02 .list dl dd {
  width: calc(100% - 250px);
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list dl dd {
    width: 100%;
    background: #ffffff;
  }
}
.main .sec--02 .list dl dd.fl {
  display: flex;
  align-items: center;
}
.main .sec--02 .list .indent_wrap {
  margin-top: 20px;
}
.main .sec--02 .list .indent_wrap p:nth-child(n+2) {
  margin-top: 10px;
}/*# sourceMappingURL=unique.css.map */