/*--------------------------------
 下層：Worksページ
---------------------------------*/
.banner {
    padding: 80px 0;
}

.banner-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.banner-title {
    margin-bottom: 30px;
    text-align: center;
}

.banner-body {
    max-width: 920px/*720px*/;
    margin: 0 auto;
    margin-bottom: 80px;
}

.banner-body h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 1em;
}

.banner-body h3:not(:first-child) {
    margin-top: 50px;
}

.banner-body h3::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    content: "";
    border-radius: 3px;
    background-color: #333;
}

.banner-body p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px/*30px*/;
    margin-right: 13px/*3px*/;
}

.banner01{
    display: flex;
    justify-content: space-around;
}
.banner02{
    display: flex;
    justify-content: space-around;
}
.banner03{
    display: flex;
    justify-content: space-around;
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
.banner-body {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 80px;
}

  .banner-body h3:not(:first-child) {
    margin-top: 30px;
  }
.banner-body p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-right: 3px;
}
  .banner-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/

