@charset "utf-8";

/* -------------------------------
common
------------------------------- */
/* section */
.l-content h2.h2ttl_01 {
  color: #3071b7;
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.l-content h2.h2ttl_02 {
  color: #3071b7;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.l-content h3.h3ttl_01 {
  color: #333;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.l-content img {
  vertical-align: bottom;
}
.l-content .section {
  margin-bottom: 70px;
  clear: both;
}
.l-content .section .sectionInner {
  margin: 0 40px 40px;
  font-size: 14px;
  line-height: 1.5;
}
.l-content .m-media__img--l {
  float: left;
  margin-right: 40px;
}
.l-content .m-media__img--r,
.l-content .m-media--combo__img--r {
  float: right;
  margin-left: 40px;
}

.l-content .mc-name {
  color: #3071b7;
  padding-bottom: 15px;
}
.l-content .name {
  color: #3071b7;
  font-weight: bold;
}
.l-content .btn_dl {
  width: 440px;
  height: 45px;
  font-size: 16px;
}
/* -----------------------------
contents
----------------------------- */
/* mvArea */
.l-content .mvArea {
  width: 1200px;
  margin:0 auto 50px;
  height: 300px;
  clear: both;
}

.l-content .mvArea .mvTxt {
  width: 730px;
  float: left;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
.l-content .mvArea .mainVisual {
  width: 450px;
  height: 300px;
  float: right;
}
.l-content .mvArea .ttl {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 20px;
}
.l-content .mvArea .mvTxt .ttl span {
  font-size: 46px;
  line-height: 1.5;
}

/* profileBox */
.l-content .profileBox {
  width: 1100px;
  margin: 0 auto 40px;
  background: #f6f6f6;
  padding: 20px 60px 30px;
  box-sizing: border-box;
}
.l-content .profileBox .profileBoxInner {
  width: 390px;
  margin: 0 auto 10px;
}
.l-content .profileBox .profileBoxInner dt {
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.l-content .profileBox .profileBoxInner dd {
  margin-left: 190px;
  min-height: 180px;
}
.l-content .profileBox .companyInner {
  width: 560px;
  margin: 0 auto 20px;	
}
.l-content .profileBox .companyInner dt {
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
}
.l-content .profileBox .companyInner dd {
  margin-left: 80px;
  font-size: 14px;
  line-height: 24px;
}

.l-content .profileBox .companyInner .companyPic {
  margin-top: 20px;
  text-align: center;
}


/* productsBox */
.l-content .productsBox {
  width: 1120px;
  margin: 10px auto 50px;
  background: #3071b7;
  padding: 20px 30px 30px;
  box-sizing: border-box;
  clear: both;
}
.l-content .productsBox .productsBoxLeft {
  width: 470px;
  float: left;
  margin-right: 30px;
}
.l-content .productsBox .productsBoxLeft .productsTxt {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 10px 0 30px;	
}

.l-content .productsBox .productsBoxLeft .productsTxt_inner .productsTxt02  {
  width: 420px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.l-content .productsBox .productsBoxRight {
  width: 560px;
  float: right;
}
/* productsBox */
.l-content ul.interval_img {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 280px;
}
.l-content ul.interval_img li {
	margin: 10px;
}