@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");
/*================================================================
共通
=========================================== */
/*メインビジュアル*/
.page_Main {
  background: url(../img/mv_outline.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-position-y: 80%;
}
@media only screen and (max-width: 768px) {
  .page_Main {
    background-size: cover;
    background-position: center center;
  }
}

/*コンテンツ・見出し(h2)*/
.page_Contents {
  width: 94%;
  max-width: 1080px;
  margin: 90px auto 0;
  position: relative;
}
.page_Contents .contents_Box {
  margin-bottom: 90px;
}
.page_Contents .contents_Box h2 {
  color: #4E8F94;
  font-size: 28px;
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.page_Contents .contents_Box h2:before {
  content: none;
}

/*======
概要リスト
======= */
.outline_Box ul li:first-child {
  border-top: 1px solid #4E8F94;
}
.outline_Box ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .outline_Box ul li dl {
    display: block;
  }
}
.outline_Box ul li dl dt {
  width: 24%;
  padding: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F9F9F9;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
@media only screen and (max-width: 768px) {
  .outline_Box ul li dl dt {
    width: 100%;
    text-align: left;
    padding: 12px;
    border-right: none;
  }
}
.outline_Box ul li dl dd {
  width: 77%;
  padding: 18px 0 18px 35px;
  border-bottom: 1px solid #E4E4E4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .outline_Box ul li dl dd {
    width: 100%;
    padding: 12px;
  }
}

/*======
概要案内テキスト
======= */
.outline_Txt p {
  margin-bottom: 25px;
}
.outline_Txt p:last-child {
  text-align: right;
  margin-top: 60px;
}

/*================================================================
sp
================================================================*/
@media only screen and (max-width: 1100px) {
  /*コンテンツ・見出し(h2)*/
  .page_Contents {
    margin: 80px auto 0;
  }
  .page_Contents .contents_Box {
    margin-bottom: 80px;
  }
  .page_Contents .contents_Box h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  /*コンテンツ・見出し(h2)*/
  .page_Contents {
    margin: 50px auto 0;
  }
  .page_Contents .contents_Box {
    margin-bottom: 50px;
  }
  .page_Contents .contents_Box h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 425px) {
  /*コンテンツ・見出し(h2)*/
  .page_Contents {
    margin: 40px auto 0;
  }
  .page_Contents .contents_Box {
    margin-bottom: 50px;
  }
  .page_Contents .contents_Box h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}