@charset "UTF-8";
/* CSS Document */
.works01Area .inner{
  margin: 0 auto;
  max-width:1090px;
  padding: 70px 20px 90px;
}
.works01Area .inner .h2Area{
  margin-bottom: 80px;
}
.works01Area .inner .h2Area h2 {
  border-left: solid 6px #7f0d2e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
  margin-bottom: 50px;
  font-size: 22px;
  text-align: justify;
  font-weight: 900;
  line-height: 1.8;
}
.works01Area .inner .h2Area p {
  padding: 0 26px;
}
.introduction .border {
  display: flex;
  align-items: center;
}
.introduction .border:before,
.border:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.introduction .border:before {
  margin-right: 1rem;
}
.introduction .border:after {
  margin-left: 1rem;
}
.introduction ul {
  margin-top: 0px;
}
.introduction ul li{
  margin: 40px 24px;
  display: flex;
}
.introduction .imgArea{
  width: 300px;
  flex-shrink: 0;
  margin-right: 20px;
}
.introduction .imgArea img {
  border:1px solid #eee;
}
.introduction .imgArea a:hover {
  opacity: .7;
}
.introduction .txtbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.introduction .txtbox .ttl {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .works01Area .inner{
    padding: 50px 5vw 70px;
  }
  .works01Area .inner .h2Area {
    margin: 0 auto 50px;
  }
  .works01Area .inner .h2Area h2 {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 12px;
    margin-bottom: 40px;
  }
  .works01Area .inner .h2Area p{
    padding: 0;
  }
  .introduction h3{
    font-size: 16px;
    margin: 30px auto 20px;
  }
  .introduction ul{
    margin-top: 10px;
  }
  .introduction ul li{
    display: block;
    margin: 40px auto;
    width: 300px;
  }
  .introduction .txtbox .ttl {
    margin: 10px 0 8px;
    font-size: 15px;
  }
}