/* Theme scss
-----------------------------*/
.col12, header .hero-area, header .hero-area > div, header .nav .inner-content {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.col10, #footer > div {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.col8, main #features > div, main #compliance > div, main #price > div, main #voice > div, main #contact > div {
  width: 765px;
  margin-left: auto;
  margin-right: auto;
}

section {
  position: relative;
}

html, body {
  overflow-x: auto;
  color: #333;
}

ul.list {
  padding-left: 0;
  margin: 0;
}

ul.list li {
  list-style: none;
  padding-left: 30px;
  background: url(../img/check_blue.svg) no-repeat top 4px left;
  background-size: 20px auto;
}

header .hero-area {
  height: 640px;
  background: url(../img/hero.jpg) no-repeat center bottom;
  background-size: contain;
}

header .hero-area .inner-header {
  padding-top: 105px;
}

header .hero-area .inner-header h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #255da3;
}

header .hero-area .inner-header p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #333;
}

header .hero-area .inner-content {
  padding-top: 70px;
}

header .hero-area .inner-content ul.list li {
  color: #255da3;
  font-size: 16px;
  letter-spacing: 0.1em;
}

header .hero-area .inner-content ul.list li + li {
  margin-top: 15px;
}

header .nav {
  background-color: #255da3;
}

header .nav .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .nav .inner-content a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

header .nav .inner-content a.link {
  display: block;
  width: 200px;
  text-align: center;
  background-color: #fff;
  padding: 15px;
  color: #255da3;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .nav .inner-content a.link:hover {
  background-color: #edf2f8;
}

main section {
  padding-top: 75px;
  padding-bottom: 75px;
}

main section .inner-header {
  text-align: center;
}

main section .inner-header h2 {
  display: block;
  font-size: 32px;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  color: #255da3;
}

main section .inner-header h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #255da3;
  margin-left: auto;
  margin-right: auto;
}

main section .inner-header p {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  color: #333;
}

main #features .inner-content .features-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

main #features .inner-content .features-item .detail {
  background-color: #edf2f8;
  padding: 30px 50px;
  width: 435px;
}

main #features .inner-content .features-item .detail h3 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.25em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #255da3;
}

main #features .inner-content .features-item .detail ul.list li {
  color: #333;
  background: url(../img/check_black.svg) no-repeat top 5px left;
  background-size: 16px auto;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: justify;
}

main #features .inner-content .features-item .detail ul.list li + li {
  margin-top: 15px;
}

main #features .inner-content .features-item.item-right .detail {
  float: right;
}

main #features .inner-content .features-item.item-left .detail {
  float: left;
}

main #features .inner-content .features-item.features-item-1 {
  background: url(../img/fig-01.jpg) no-repeat left center;
  background-size: contain;
}

main #features .inner-content .features-item.features-item-2 {
  background: url(../img/fig-02.jpg) no-repeat right center;
  background-size: contain;
}

main #features .inner-content .features-item.features-item-3 {
  background: url(../img/fig-03.jpg) no-repeat left center;
  background-size: contain;
}

main #features .inner-content .features-item + .features-item {
  margin-top: 25px;
}

main #compliance {
  background-color: #edf2f8;
}

main #compliance .inner-content .compliance-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 220px;
}

main #compliance .inner-content .compliance-item .icn-area {
  width: 300px;
  text-align: center;
}

main #compliance .inner-content .compliance-item .icn-area img {
  width: 125px;
}

main #compliance .inner-content .compliance-item .detail {
  width: calc(100% - 300px);
  padding: 0 25px 0 0;
}

main #compliance .inner-content .compliance-item .detail h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #255da3;
  font-weight: bold;
  margin-bottom: 10px;
}

main #compliance .inner-content .compliance-item .detail p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

main #compliance .inner-content .compliance-item + .compliance-item {
  margin-top: 25px;
}

main #price .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

main #price .inner-content .price-item {
  width: 50%;
}

main #price .inner-content .price-item h3 {
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #255da3;
  font-weight: bold;
  margin-bottom: 10px;
}

main #price .inner-content .price-item p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

main #price .inner-content .price-item:first-child {
  border-right: 1px solid #255da3;
}

main #price .inner-content .price-item + .price-item p {
  margin-top: 24px;
}

main #voice {
  background-color: #edf2f8;
}

main #voice .inner-content .voice-list {
  background-color: #fff;
  padding: 25px 0;
}

main #voice .inner-content .voice-list .voice-item {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 2;
  padding: 50px 75px;
  position: relative;
  text-align: justify;
}

main #voice .inner-content .voice-list .voice-item + .voice-item:after {
  display: block;
  content: "";
  width: 350px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  position: absolute;
  background-color: #255da3;
  height: 1px;
}

main #contact {
  background-color: #edf2f8;
}

main #contact .inner-content {
  text-align: center;
}

main #contact .inner-content .btn-area a {
  display: inline-block;
  width: 550px;
  background-color: #255da3;
  color: #fff;
  padding: 25px 0;
  font-size: 18px;
  letter-spacing: 0.15em;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main #contact .inner-content .btn-area a:hover {
  background-color: #fff;
  color: #255da3;
}

main #contact .inner-content .btn-area p {
  color: #333;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-top: 25px;
}

#footer {
  background-color: #edf2f8;
  padding-bottom: 120px;
}

#footer .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  header .nav .inner-content a {
    padding-top: 5px;
  }
  header .nav .inner-content a.link {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */