/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * feature.scss
 */
#feature {
  /* #header */
  /* PC
  --------------------------------------------------*/
  /* #featureArea */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#feature .gNav > ul > li.article a,
#feature .gNav > ul > li.article .label {
  border-bottom-color: #0018c0;
}
#feature #featureArea .title01 .sub {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}
#feature #featureArea .lead {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
#feature #featureArea .mainImage {
  margin-top: 60px;
  text-align: center;
}
#feature #featureArea .mainImage img {
  max-width: 100%;
  height: auto;
}
#feature #featureArea .mainImage .caption {
  margin-top: 20px;
}
#feature #featureArea .body {
  margin-top: 60px;
  background: #ffffff;
  font-size: 20px;
  line-height: 1.7;
}
#feature #featureArea .body .wrap {
  box-sizing: border-box;
  padding: 60px;
}
#feature #featureArea .body .wrap:before, #feature #featureArea .body .wrap:after {
  content: '';
  display: block;
  height: 8px;
  margin: 0 -60px;
  background: url(../imgs/feature/line.svg) repeat-x center center;
}
#feature #featureArea .body .wrap:before {
  margin-bottom: 27px;
}
#feature #featureArea .body .wrap:after {
  margin-top: 27px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#feature #featureArea .body .wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#feature #featureArea .body .wrap h3 {
  font-weight: bold;
  margin: 1.7em 0;
}
#feature #featureArea .body .wrap p {
  margin-top: 1.7em;
}
#feature #featureArea .body .wrap .image {
  margin-top: 1.7em;
  text-align: center;
}
#feature #featureArea .body .wrap .image.small {
  padding: 0 140px;
}
#feature #featureArea .body .wrap .image .caption {
  display: block;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.53;
  text-align: center;
}
#feature #featureArea .body .wrap h3:first-child,
#feature #featureArea .body .wrap p:first-child,
#feature #featureArea .body .wrap .image:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #feature {
    /* #featureArea */
  }
  #feature #featureArea .title01 .sub {
    margin-bottom: 0;
    font-size: 17px;
  }
  #feature #featureArea .lead {
    font-size: 15px;
    line-height: 1.6;
  }
  #feature #featureArea .mainImage {
    margin: 30px -20px auto;
  }
  #feature #featureArea .mainImage .caption {
    margin: 10px 20px 0;
    line-height: 1.5;
  }
  #feature #featureArea .body {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.6;
  }
  #feature #featureArea .body .wrap {
    padding: 30px 20px;
  }
  #feature #featureArea .body .wrap:before, #feature #featureArea .body .wrap:after {
    height: 4px;
    margin: 0 -20px;
    -moz-background-size: auto 4px;
    -o-background-size: auto 4px;
    -webkit-background-size: auto 4px;
    background-size: auto 4px;
  }
  #feature #featureArea .body .wrap:before {
    margin-bottom: 17px;
  }
  #feature #featureArea .body .wrap:after {
    margin-top: 17px;
  }
  #feature #featureArea .body .wrap h3 {
    font-weight: bold;
    margin: 1.6em 0;
  }
  #feature #featureArea .body .wrap p {
    margin-top: 1.6em;
  }
  #feature #featureArea .body .wrap .image {
    margin-top: 1.6em;
  }
  #feature #featureArea .body .wrap .image.small {
    padding: 0 30px;
  }
  #feature #featureArea .body .wrap .image .caption {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
