/*
*
*2016.09.23
*
*This file is the basic style for ofiicial website.
*
*
*/
@charset 'utf-8';
/* @reset basic font style*/

.section ul {
  padding: 15px 0 15px 20px;
  font-size:16px;
}
/* @banner-fontsyle */
@media (max-width: 767px) {
  .banner .banner-title {
    font-size: 29.4px;
    font-weight: 500;
    line-height: 1.2;
  }
  .banner .banner-product-name {
    font-size: 26px;
    font-weight: 400;
    line-height: 0.7;
  }
  .banner .banner-sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }
  .banner .banner-descript {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  .banner .banner-product-feature-list {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .banner .banner-title {
    text-align: left;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
  }
  .banner .banner-sub-title {
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
  }
  .banner .banner-descript {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  .banner .banner-product-feature-list {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
  }
  .banner .banner-product-name {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
  }
}
/* @section-fontsyle */

@media (min-width: 768px) {
  .section .section-title {

    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
	margin: 15px 0px;

  }
  .section .section-descript, .section .section p {


    max-width: 1000px;
	margin:0 auto;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 1.7;
	padding-bottom:15px;
  }


}
@media (max-width: 767px) {
  .section .section-title {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
	margin: 5px 0px;

  }
  .section .section-sub-title {
    text-align: left;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
  }
  .section .setcion-descript, .section .setcion-descript, .section p, .setcion-descript p {
    text-align: left;
  }

}

