@charset "utf-8";

/* グロナビ */
.globalNav_item.outline,
.sp-nav__item.outline {
  background-color: #e6e8ed;
  color: #051e50;
  pointer-events: none;
}

.globalNav_item.outline a {
  color: #051e50;
  pointer-events: none;
}

.globalNav_item.outline::before {
  background-color: #051e50;
  content: '';
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

.mt {
  margin-top: 50px;
}
@media only screen and (max-width:768px) {
  .mt {
    margin-top: 30px;
  }
}

h3.entry-title {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
h3.entry-title2 {
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 18px;
}
h3.entry-title2 span {
  color: #3199a7;
}
@media (min-width: 768px) {
  h3.entry-title {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  h3.entry-title2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  h3.entry-title2 span {
    color: #3199a7;
  }
}

.outline_area {
  position: relative;
  margin-top: 200px;
}
.mv {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../images/outline/outline_mv.jpg) no-repeat center center / cover;
}
.mv_title {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #004898;
  font-size: 44px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width:1080px) {
  .outline_area {
    margin-top: 80px;
  }
}
@media only screen and (max-width:768px) {
  .mv {
    height: 200px;
    background: url(../images/outline/outline_mv_sp.jpg) no-repeat center center / cover;
  }
  .mv_title {
    font-size: 30px;
  }
}

.container {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (max-width:768px) {
  .container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.container dl {
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  display: block;
}
@media (min-width: 768px) {
  .container dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.container dl dt {
  padding: 3% 3%;
  width: 100%;
  /* font-weight: bold; */
  font-size: 1.4rem;
  background: #f2f0eb;
}
@media (min-width: 768px) {
  .container dl dt {
    width: 30%;
    padding: 20px 10px 20px 15px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.container dl dd {
  padding: 3%;
  width: 100%;
  line-height: 1.5;
  font-size: 1.3rem;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
}
@media (min-width: 768px) {
  .container dl dd {
    width: 70%;
    padding: 20px;
    font-size: 1.8rem;
  }
}

.caption.caption02 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #363636;
  padding: 20px 0 30px 1em;
  text-indent: -1em;
}

.date {
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 14px;
  text-align: right;
}
.outline_dl:first-of-type{
  margin-bottom: 20px;
}
/*# sourceMappingURL=outline.css.map */
