@charset "utf-8";
/*main-vi*/

.cp-Heading1.cnt_max {
  display: none; 
}

.main-vi{
  width: 100%;
  max-width: 1024px;
  margin: 16px auto 0;
  padding: 8px;
  box-sizing: border-box;
}

.main-vi-subtitle{
  overflow: hidden;
  max-width: 1008px;
  margin: 8px auto 8px;
  font-size: 30px;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .main-vi-subtitle{
    font-size: 24px;
    margin: 0;
  }
}

.main-vi-img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*main-vi*/

/*---------------------------------
  content
---------------------------------*/

.point-sec h2,.worries-sec h2,.resolution-sec h2,.system-sec h2{
  font-size: 40px;
  text-align: center;
  margin:10px 0 20px;
}
@media print, screen and (max-width: 640px) {
  .point-sec h2,.worries-sec h2,.resolution-sec h2,.system-sec h2{
    font-size: 24px;
  }
}

/*point-sec*/
.point-sec-box {
  margin-bottom: 100px;
  border-top: 2px solid #666666;
}
@media print, screen and (max-width: 640px) {
  .point-sec-box {
    margin-bottom: 60px;
  }
}

.point-sec-box:last-child {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 640px) {
  .point-sec-box:last-child {
    margin-bottom: 20px;
  }
}

.point-sec-tl {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.point-sec-tl .icon {
  width: 27%;
  max-width: 270px;
}

.point-sec-tl .txt {
  width: 70%;
  max-width: 700px;
}

.point-sec-tl .txt h3{
  font-size: 30px;
  font-weight: bold;
  color: #005BAC;
  margin-bottom: 0.625em;
}
@media print, screen and (max-width: 640px) {
  .point-sec-tl .txt h3{
    font-size: 20px;
  }
}

.point-sec-cont h4{
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 2.5em;
  background: #3276B9;
}
@media print, screen and (max-width: 640px) {
  .point-sec-cont h4{
    font-size: 18px;
    line-height: 1.5em;
    padding: 0.5em 0;
  }
}

.point-sec-cont-img{
  padding-top: 40px;
  margin: 0 auto;
}
@media print, screen and (max-width: 640px) {
  .point-sec-cont-img{
    padding-top: 24px;
  }
}

.point-sec-box:nth-child(1) .point-sec-cont-img{
  width: 76%;
  max-width: 764px;
}
@media print, screen and (max-width: 640px) {
  .point-sec-box:nth-child(1) .point-sec-cont-img{
    width: 85%;
  }
}

.point-sec-box:nth-child(2) .point-sec-cont-img{
  width: 64%;
  max-width: 636px;
}
@media print, screen and (max-width: 640px) {
  .point-sec-box:nth-child(2) .point-sec-cont-img{
    width: 85%;
  }
}

.point-sec-box:nth-child(3) .point-sec-cont-img{
  width: 68%;
  max-width: 682px;
}
@media print, screen and (max-width: 640px) {
  .point-sec-box:nth-child(3) .point-sec-cont-img{
    width: 100%;
  }
}

.point-sec-cont-img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*point-sec*/

/*worries-sec*/
.worries-sec h2{
  color: #ffffff;
}

.worries-sec-box{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 50px;
  background: #ffffff;
  box-sizing: border-box;
}
.worries-sec-box:first-child{
  margin-bottom: 50px;
}
@media print, screen and (max-width: 640px) {
  .worries-sec-box{
    width: 100%;
    padding: 40px 30px;
  }

  .worries-sec-box:first-child{
    margin-bottom: 30px;
  }
}

.worries-sec-label{
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 40px;
  padding: 0.375em 0 0.25em;
  background-color: #1E5183;
  border-radius: 2em;
}
@media print, screen and (max-width: 640px) {
  .worries-sec-label{
    font-size: 18px;
  }
}

.worries-sec-list{
  margin-bottom: 40px;
}

.worries-sec-list li{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 30px;
  padding-left: 45px;
  background: url(/wp-content/asset/sites/industry/fa_camera_lens/ics/sc-20/img/sc-20-sec03-icon01.svg) left center no-repeat;
  background-size: 27px auto;
}
@media print, screen and (max-width: 640px) {
  .worries-sec-list li{
    font-size: 16px;
  }
}

.worries-sec-list li:last-child{
  margin-bottom: 0;
}

.worries-sec-thum{
  max-width: 360px;
  margin: 0 auto;
}

.worries-sec-thum img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*worries-sec*/

/*resolution-sec*/
.resolution-sec-box{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  box-sizing: border-box;
}
.resolution-sec-box:first-child{
  margin-bottom: 50px;
}
@media print, screen and (max-width: 640px) {
  .resolution-sec-box{
    width: 100%;
  }

  .resolution-sec-box:first-child{
    margin-bottom: 30px;
  }
}

.resolution-sec-label{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
  color: #ffffff;
  padding: 32px 0 28px;
  background: #3276B9;
}
@media print, screen and (max-width: 640px) {
  .resolution-sec-label{
    font-size: 18px;
    padding: 18px 0 14px;
  }
}

.resolution-sec-list{
  padding: 52px 50px 46px;
  position: relative;
}
@media print, screen and (max-width: 640px) {
  .resolution-sec-list{
    padding: 52px 30px 46px;
  }
}

.resolution-sec-list::before{
  content: "";
  display: block;
  width: 66px;
  height: 20px;
  background: #3276B9;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.resolution-sec-list dl{
  margin-bottom: 40px;
}

.resolution-sec-list dl:last-child{
  margin-bottom: 0;
}

.resolution-sec-list dl *{
  margin: 0;
  padding: 0;
}

.resolution-sec-list dl dt{
  font-size: 22px;
  font-weight: bold;
  padding-left: 1.5em;
  margin-bottom: 8px;
  background: url(/wp-content/asset/sites/industry/fa_camera_lens/ics/sc-20/img/sc-20-sec03-icon02.svg) left center no-repeat;
  background-size: 1em auto;
}
@media print, screen and (max-width: 640px) {
  .resolution-sec-list dl dt{
    font-size: 16px;
  }
}

.resolution-sec .button{
  margin-top: 20px;
}

/*resolution-sec*/

/*system-sec-box*/
.system-sec-box .thum{
  width: 80%;
  margin: 0 auto 20px;
}
@media print, screen and (max-width: 640px) {
  .system-sec-box .thum{
    width: 100%;
  }
}

.system-sec-box img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.system-sec-box .note li{
  font-weight: bold;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (min-width: 641px) {
  .system-sec-box .note{
    width: 800px;
    margin: 0 auto;
  }
}

.system-sec-btn{
  text-align: center;
  margin-top: 40px;
}

.system-sec-btn .button {
  margin: 0 15px;
}
@media print, screen and (max-width: 640px) {
  .system-sec-btn .button {
    margin: 0;
  }

  .system-sec-btn .button:first-child{
    margin-bottom: 20px;
  }
}

/*system-sec-box*/

/*---------------------------------
  content
---------------------------------*/