/* line 11, ../sass/component.scss */
.container {
  margin: 0 auto;
}
/* line 16, ../sass/component.scss */
.container h1 {
  margin: 0;
  font-size: 2rem;
}
/* line 20, ../sass/component.scss */
.container h2 {
  margin: 0;
  font-size: 1.8rem;
}
/* line 24, ../sass/component.scss */
.container h3 {
  margin: 0;
  font-size: 1.6rem;
}
/* line 28, ../sass/component.scss */
.container p {
  font-size: 1.4rem;
  line-height: 1.5;
}
/* line 32, ../sass/component.scss */
.container a {
  color: #B48A67;
  text-decoration: underline;
}
/* line 36, ../sass/component.scss */
.container hr {
  margin-top: 60px;
}
/* line 41, ../sass/component.scss */
.container a.iv-btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  background: #2D3131;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media (max-width: 767px) {
  /* line 41, ../sass/component.scss */
  .container a.iv-btn {
    display: block;
    margin-bottom: .75rem;
  }
}
/* line 61, ../sass/component.scss */
.container a.iv-btn:hover {
  background: #000000;
}
/* line 65, ../sass/component.scss */
.container ul.iv-list-style {
  list-style: none;
  padding: .75rem 1.25rem;
}
/* line 68, ../sass/component.scss */
.container ul.iv-list-style li:before {
  content: "\f00c";
  position: relative;
  font-family: "FontAwesome";
  margin-right: .5em;
  color: #9AC841;
}
/* line 77, ../sass/component.scss */
.container table.iv-table thead tr {
  background: #B48A67;
}
/* line 79, ../sass/component.scss */
.container table.iv-table thead tr th {
  color: #FFF;
}
/* line 83, ../sass/component.scss */
.container table.iv-table tbody tr:nth-child(odd) {
  background: #FDFBF9;
}
/* line 89, ../sass/component.scss */
.container .iv-pos-abs {
  position: relative;
}
/* line 91, ../sass/component.scss */
.container .iv-pos-abs .iv-pos-abs-title {
  position: absolute;
  margin: 0;
  padding: 2.4rem 4.8rem;
  width: 475px;
  min-height: 126px;
  background: #2D3131;
  -webkit-box-shadow: 4px 4px 0px 0px #D9D9D9;
  -moz-box-shadow: 4px 4px 0px 0px #D9D9D9;
  box-shadow: 4px 4px 0px 0px #D9D9D9;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 91, ../sass/component.scss */
  .container .iv-pos-abs .iv-pos-abs-title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
}
/* line 108, ../sass/component.scss */
.container .iv-pos-abs .iv-pos-abs-title h3 {
  font-size: 2.4rem;
  color: #FFF;
}
/* line 112, ../sass/component.scss */
.container .iv-pos-abs .iv-pos-abs-title .iv-pos-abs-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 32px solid #FFF;
  border-right: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid #FFF;
  opacity: .4;
}
/* line 123, ../sass/component.scss */
.container .iv-pos-abs .iv-pos-abs-title .iv-pos-abs-label span {
  position: absolute;
  color: #9AC841;
  top: -16px;
  left: -16px;
  font-size: 3rem;
  font-style: italic;
}
/* line 133, ../sass/component.scss */
.container .iv-pos-abs .iv-pos-abs-text {
  position: absolute;
  top: 32px;
  right: 0;
  margin: 0;
  padding: 4rem 8rem;
  width: 718px;
  height: auto;
  background: #F5F9EC;
}
@media (max-width: 767px) {
  /* line 133, ../sass/component.scss */
  .container .iv-pos-abs .iv-pos-abs-text {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    margin: 0;
    padding: 2rem;
  }
}
/* line 153, ../sass/component.scss */
.container .iv-pos-abs .adjust__box {
  position: relative;
  background: #000;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  /* line 153, ../sass/component.scss */
  .container .iv-pos-abs .adjust__box {
    display: none;
  }
}
/* line 166, ../sass/component.scss */
.container .iv-sec-01 {
  height: 228px;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  /* line 166, ../sass/component.scss */
  .container .iv-sec-01 {
    height: auto;
  }
}
/* line 172, ../sass/component.scss */
.container .iv-sec-01 .iv-pos-abs-image {
  position: absolute;
  top: 0;
  right: 32px;
}
@media (max-width: 767px) {
  /* line 172, ../sass/component.scss */
  .container .iv-sec-01 .iv-pos-abs-image {
    position: relative;
    top: 0;
    right: 0;
  }
  /* line 180, ../sass/component.scss */
  .container .iv-sec-01 .iv-pos-abs-image img {
    width: 100% !important;
    height: auto !important;
  }
}
/* line 187, ../sass/component.scss */
.container .iv-sec-02 {
  height: 228px;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  /* line 187, ../sass/component.scss */
  .container .iv-sec-02 {
    height: auto;
  }
}
/* line 194, ../sass/component.scss */
.container .iv-sec-03 {
  height: 394px;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  /* line 194, ../sass/component.scss */
  .container .iv-sec-03 {
    height: auto;
  }
}
/* line 200, ../sass/component.scss */
.container .iv-sec-03 .iv-pos-abs-image {
  position: absolute;
  top: 160px;
  left: 130px;
}
@media (max-width: 767px) {
  /* line 200, ../sass/component.scss */
  .container .iv-sec-03 .iv-pos-abs-image {
    position: relative;
    top: 0;
    left: 0;
  }
  /* line 208, ../sass/component.scss */
  .container .iv-sec-03 .iv-pos-abs-image img {
    width: 100% !important;
    height: auto !important;
  }
}
/* line 215, ../sass/component.scss */
.container .iv-sec-04 {
  height: 480px;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  /* line 215, ../sass/component.scss */
  .container .iv-sec-04 {
    height: auto;
  }
}
/* line 221, ../sass/component.scss */
.container .iv-sec-04 .iv-pos-abs-image {
  position: absolute;
  top: 160px;
  left: 23px;
}
@media (max-width: 767px) {
  /* line 221, ../sass/component.scss */
  .container .iv-sec-04 .iv-pos-abs-image {
    position: relative;
    top: 0;
    left: 0;
  }
  /* line 229, ../sass/component.scss */
  .container .iv-sec-04 .iv-pos-abs-image img {
    width: 100% !important;
    height: auto !important;
  }
}
/* line 238, ../sass/component.scss */
.container .iv-card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  background: #F5F9EC;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  /* line 238, ../sass/component.scss */
  .container .iv-card {
    flex-direction: column;
  }
}
/* line 249, ../sass/component.scss */
.container .iv-card .iv-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 24px solid #000;
  border-right: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #000;
}
/* line 259, ../sass/component.scss */
.container .iv-card .iv-label span {
  position: absolute;
  color: #FFFFFF;
  top: -16px;
  left: -16px;
  font-size: 1.4rem;
}
/* line 267, ../sass/component.scss */
.container .iv-card .iv-card-block {
  padding: 1.25rem;
}
/* line 269, ../sass/component.scss */
.container .iv-card .iv-card-block ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin-bottom: .75rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  /* line 269, ../sass/component.scss */
  .container .iv-card .iv-card-block ul {
    flex-direction: column;
  }
}
/* line 279, ../sass/component.scss */
.container .iv-card .iv-card-block ul li:first-child {
  width: 30%;
}
@media (max-width: 767px) {
  /* line 279, ../sass/component.scss */
  .container .iv-card .iv-card-block ul li:first-child {
    width: 100%;
  }
}
/* line 285, ../sass/component.scss */
.container .iv-card .iv-card-block ul li:last-child {
  width: 70%;
}
@media (max-width: 767px) {
  /* line 285, ../sass/component.scss */
  .container .iv-card .iv-card-block ul li:last-child {
    width: 100%;
  }
}
/* line 292, ../sass/component.scss */
.container .iv-card .iv-card-block ul.justify__box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: normal;
  align-items: normal;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin: 0 2.3rem;
  padding: 0;
}
/* line 299, ../sass/component.scss */
.container .iv-card .iv-card-block ul.justify__box li:nth-child(1) {
  width: 5%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  /* line 299, ../sass/component.scss */
  .container .iv-card .iv-card-block ul.justify__box li:nth-child(1) {
    width: 100%;
  }
}
/* line 306, ../sass/component.scss */
.container .iv-card .iv-card-block ul.justify__box li:nth-child(2) {
  width: 58%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  /* line 306, ../sass/component.scss */
  .container .iv-card .iv-card-block ul.justify__box li:nth-child(2) {
    width: 100%;
  }
}
/* line 313, ../sass/component.scss */
.container .iv-card .iv-card-block ul.justify__box li:nth-child(3) {
  width: 33%;
}
@media (max-width: 767px) {
  /* line 313, ../sass/component.scss */
  .container .iv-card .iv-card-block ul.justify__box li:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 319, ../sass/component.scss */
  .container .iv-card .iv-card-block ul.justify__box li:nth-child(3) img {
    width: 100% !important;
    height: auto !important;
  }
}
/* line 326, ../sass/component.scss */
.container .iv-card .iv-card-block .iv-card-title {
  margin-bottom: .75rem;
  font-weight: bold;
}
/* line 330, ../sass/component.scss */
.container .iv-card .iv-card-block .iv-card-text {
  margin-top: 0;
  margin-bottom: .75rem;
}
/* line 335, ../sass/component.scss */
.container .iv-card .iv-direction-right {
  position: relative;
  width: 100%;
}
/* line 338, ../sass/component.scss */
.container .iv-card .iv-direction-right:after {
  position: absolute;
  display: block;
  content: "";
  top: 43%;
  right: -10px;
  border: 10px solid transparent;
  border-left-color: #F5F9EC;
  border-right-width: 0;
  width: 0;
}
/* line 350, ../sass/component.scss */
.container .iv-card .iv-direction-bottom {
  position: relative;
  width: 100%;
}
/* line 353, ../sass/component.scss */
.container .iv-card .iv-direction-bottom:after {
  border: 10px solid transparent;
  border-top-color: #F5F9EC;
  border-bottom-width: 0;
  width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 45%;
  position: absolute;
}
