@charset "UTF-8";
#contentHeader {
    margin-bottom: 0;
}

#breadcrumb {
    border-bottom: 0;
}
/* ======================================
   section
====================================== */

#pageBody > #point {
  max-width: 1220px;
  margin: 0 auto 0px;
  padding: 0;
}
#pageBody > #merit_img {
  width: 100%;
  margin: 0 auto 120px;
}
#pageBody > #merit_img img {
  width: 100%;
}




/* ======================================
   point
====================================== */
#point .pointBox {
  display: flex;
  align-items: center;
}

#point .pointBox > div:first-of-type {
  flex-basis: 45.83%;
  max-width: 45.83%;
  padding: 0 60px 0 0;
}

#point .pointBox:nth-of-type(even) > div:first-of-type {
  padding: 0 0 0 60px;
}

#point .pointBox > div:first-of-type > h3 {
  margin-bottom: 30px;
  font-size: 1.875rem;
  text-align: left;
  line-height: 1.875;
  font-weight: 600;
}


#point .pointBox > div:first-of-type > .h4_wrap {
  margin-bottom: 30px;
  padding-right: 68px;
 position: relative;
}
#point .pointBox > div:first-of-type > .h4_wrap h4 {
  margin-bottom: 0;
  font-size: 1.1rem;
  text-align: left;
  line-height: 2;
  font-weight: 600;
}
#point .pointBox > div:first-of-type > .h4_wrap .merit_icon {
   position: absolute;
   top: -45px;
   right: -20px;
}




#point .pointBox > div:first-of-type > p {
  margin-bottom: 0px;
}

#point .pointBox > div:first-of-type > p span {
  font-size: 0.875rem;
  line-height: 1.7;
  text-indent: -0.875rem;
  padding-left: 0.875rem;
  display: inline-block;
}

#point .pointBox > div:nth-of-type(2) {
  flex-grow: 1;
}

#point .pointBox img {
  max-width: 100%;
}

#point .pointBox + .pointBox {
  margin-top: 60px;
}

#point .pointBox:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
  #pageBody > #point {
    padding: 0 30px 70px;
  }
  }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #pageBody > #features {
    padding: 80px 30px 70px;
  }
  #pageBody > #point {
    padding: 0 30px 70px;
  }
  #pageBody > #merit_img {
    margin: 0 auto 40px;
  }
  #point .pointBox {
    flex-direction: column;
  }
  #point .pointBox > div:first-of-type {
    flex-basis: auto;
    max-width: 100%;
    padding: 0;
  }
  #point .pointBox:nth-of-type(even) > div:first-of-type {
    padding: 0;
  }
  #point .pointBox > div:nth-of-type(2) {
    margin-top: 40px;
  }
  #point .pointBox:nth-of-type(even) {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #pageBody > #features {
    padding: 80px 20px 70px;
  }
  #pageBody > #point {
    padding: 0 20px 0;
  }
  #pageBody > #merit_img {
    margin: 0 auto 40px;
  }
	

  #point .pointBox {
    flex-direction: column;
  }
  #point .pointBox > div:first-of-type {
    flex-basis: auto;
    max-width: 100%;
    padding: 0;
  }
  #point .pointBox:nth-of-type(even) > div:first-of-type {
    padding: 0;
  }
  #point .pointBox > div:nth-of-type(2) {
    margin-top: 40px;
  }
  #point .pointBox .btnContainer > div:nth-of-type(2) {
    margin-top: 20px;
  }
  #point .pointBox:nth-of-type(even) {
    flex-direction: column;
  }
}
