body {
  font-family: Lora;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #dd783f;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

.hero-section {
  position: relative;
  height: 500px;
  padding-top: 184px;
  background-image: linear-gradient(135deg, rgba(30, 33, 33, 0.82) 1%, rgba(32, 32, 32, 0.14) 98%), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), color-stop(99%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), transparent 99%);
}

.menu-link {
  display: inline-block;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  font-family: Oxygen;
  font-size: 12px;
  line-height: 14px;
}

.menu-icon {
  display: inline-block;
  float: right;
  line-height: 13px;
}

.menu-button {
  display: block;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, 0.85);
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.long-text {
  margin-top: 7px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  margin-bottom: 14px;
  color: #fff;
  font-size: 50px;
  line-height: 51px;
  letter-spacing: 2px;
}

.hero-subheading {
  margin-bottom: 30px;
  font-family: Oxygen;
  color: hsla(0, 0%, 100%, 0.63);
  font-size: 18px;
  font-weight: 300;
}

.hero-content {
  text-align: center;
}

.button {
  padding: 12px 31px;
  border-radius: 3px;
  background-color: #dd783f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Oxygen;
  color: #fff;
  font-weight: 300;
}

.button:hover {
  background-color: #f17228;
  color: #fff;
}

.main-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section.dark {
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #4d565d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 47, 56, 0.47)), color-stop(99%, rgba(35, 47, 56, 0.31))), none;
  background-image: linear-gradient(180deg, rgba(35, 47, 56, 0.47), rgba(35, 47, 56, 0.31) 99%), none;
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.main-section.gray {
  background-color: #f8f8f8;
}

.main-section.bottom-padding {
  padding-top: 0px;
  padding-bottom: 89px;
}

.thumbnail-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.thumbnail-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(0, 0, 0, 0.09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-title {
  display: inline-block;
  margin-bottom: 6px;
  color: #101315;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.category-tag {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  position: relative;
  overflow: hidden;
  height: 93px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  font-family: Oxygen;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 44px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.thumb-details {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  background-color: #fcfcfc;
}

.preview-text {
  overflow: hidden;
  height: 40px;
  font-family: Oxygen;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 19px;
}

.author-title {
  float: left;
  font-family: Oxygen;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.container {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.section-heading {
  text-align: center;
}

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.white {
  color: #efefef;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #4d565d;
  font-size: 15px;
}

.submit-button {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.28);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oxygen;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  background-color: rgba(35, 47, 56, 0.6);
}

.footer-link {
  display: inline-block;
  padding: 3px 0px 3px 20px;
  float: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Oxygen;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 11px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fff;
}

.thumbnail-image {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(46%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.76));
}

.featured-title {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: left;
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-description {
  padding-right: 44px;
  font-family: Oxygen;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.blog-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #999;
  line-height: 25px;
}

.blog-category {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px;
  border-radius: 2px;
  color: #d25f7c;
  text-decoration: none;
  text-transform: uppercase;
}

.author-link {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.author-wrapper {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-name {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #353535;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  position: relative;
  height: 300px;
  padding-top: 125px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.inner-hero.about-page {
  background-image: none;
  background-size: cover;
}

.inner-hero.category {
  background-image: none;
  background-size: cover;
}

.author-picture {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 300px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
  border-radius: 6px;
}

.author-name-main {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  height: 300px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.smallest-divider {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  background-color: #dedede;
}

.author-bio {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.45;
}

.blog-post {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-link {
  display: inline-block;
  padding: 10px 20px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Oxygen;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.view-all {
  margin-bottom: 13px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.full-divide {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dedede;
}

.author-photo {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.social-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.category-section {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.category-link {
  display: block;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #768088;
  text-align: center;
  text-decoration: none;
}

.category-link:hover {
  background-color: #f0f0f0;
  color: #243039;
}

.dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-shadow: none;
}

.footer-links {
  text-align: right;
}

.category-block {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.category-thumbnail {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding: 57px 30px 30px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
}

.category-name {
  position: relative;
  z-index: 10;
}

.hero-wrapper {
  position: relative;
  z-index: 10;
}

.field-label {
  font-family: Oxygen;
  font-weight: 400;
}

.contact-field {
  height: 50px;
  padding-bottom: 9px;
  border-radius: 2px;
  font-family: Oxygen;
}

.contact-field:focus {
  border: 1px solid #5cc489;
  color: #243039;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  background-image: none;
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #243039;
  font-size: 14px;
  text-decoration: none;
}

.social-text.facebook {
  background-image: none;
  background-size: 15px;
}

.social-text.instagram {
  background-image: none;
  background-size: 15px;
}

.success-message {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.success-text {
  font-size: 16px;
}

.section-title {
  margin-top: 60px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 2px;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 7px;
}

.image {
  overflow: visible;
  width: 100%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #001e50;
  background-color: #001e50;
  opacity: 1;
  text-align: justify;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  display: block;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr minmax(200px, 1fr);
  grid-template-columns: 1fr minmax(200px, 1fr);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-3 {
  overflow: hidden;
}

.image-2 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.grid {
  margin-right: auto;
  margin-left: 10px;
  grid-auto-flow: column;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 0.33fr 0.33fr 0.33fr;
  grid-template-columns: 0.33fr 0.33fr 0.33fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-6 {
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  margin-bottom: -10px;
}

.image-10 {
  margin-bottom: -127px;
  margin-left: 150px;
}

.top {
  margin-bottom: 0px;
  padding: 2% 0%;
  background-color: #001e50;
}

.image-13 {
  margin-bottom: 0px;
  padding-right: 10%;
  padding-bottom: 20px;
  padding-left: 10%;
  background-color: #001e50;
}

.image-14 {
  width: 80%;
  max-width: 80%;
  margin: 20px 10% 40px;
}

.main {
  padding: 0%;
}

.grid-2 {
  margin-bottom: 44px;
  grid-auto-flow: row;
  grid-auto-rows: minmax(200px, 0.25fr);
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section1 {
  margin-right: 0px;
  margin-left: 0px;
}

.ttl_b1 {
  margin-bottom: 0px;
  padding: 2% 30%;
  background-color: #001e50;
}

.model {
  padding: 3% 15%;
}

.image-18 {
  padding-bottom: 76px;
}

.section2 {
  margin-right: 0px;
  margin-bottom: 5%;
  margin-left: 0px;
  text-align: center;
}

.image-20 {
  padding-right: 18%;
  padding-bottom: 38px;
  padding-left: 18%;
}

.image-21 {
  padding-top: 40px;
}

.image_20_2 {
  padding-right: 18%;
  padding-bottom: 38px;
  padding-left: 18%;
}

.image-22 {
  padding: 5% 25%;
}

.grid-3 {
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-23 {
  padding-top: 60px;
}

.image-24 {
  padding-top: 60px;
}

.image-25 {
  padding-top: 60px;
}

.image-26 {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5% 10%;
  text-align: center;
}

.ttl_b2 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 2% 27%;
  background-color: #001e50;
}

.img {
  padding: 3% 15%;
}

.img-copy {
  padding: 3% 15%;
}

.img-copy._24 {
  margin-right: auto;
  margin-left: auto;
  padding: 0%;
}

.image-22_2 {
  padding: 5% 25%;
}

.image-22_1 {
  padding: 5% 30%;
}

.image-26-copy {
  padding: 5% 10%;
}

.image-26-copy._2 {
  padding-top: 0%;
  padding-bottom: 0%;
}

.image-21_2 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section3 {
  margin-right: 0px;
  margin-left: 0px;
}

.section4 {
  margin-right: 0px;
  margin-left: 0px;
}

.ttl_b {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 2% 12%;
  background-color: #001e50;
}

.section5 {
  margin-right: 0px;
  margin-left: 0px;
}

.linfo2 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 2% 12%;
  background-color: #001e50;
}

.img-copy-copy {
  padding: 3% 15%;
}

.img-copy-copy._24 {
  margin-right: auto;
  margin-left: auto;
  padding: 0%;
}

.ttl_b4 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 2% 20%;
  background-color: #f07022;
}

.ttl_b3 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 2% 12%;
  background-color: #001e50;
}

.heading {
  padding-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2vw;
  line-height: 55px;
  font-weight: 700;
  text-align: left;
}

.image-21t {
  padding-top: 40px;
}

.image-22b {
  padding: 5% 30%;
}

.image-22_1-copy {
  padding: 5% 30%;
}

.ttl_cam {
  padding-top: 40px;
  padding-bottom: 0px;
}

.cam_img {
  padding-top: 20px;
  padding-bottom: 0px;
}

.text-block {
  padding-bottom: 5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.meintenance_ttl {
  padding: 5% 15% 0%;
}

.meintenance_ttl2 {
  margin-bottom: 0px;
  padding: 5% 0% 0%;
}

.meintenance_ttl3 {
  padding: 5% 0% 8%;
}

.ttl_b5 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 2% 27%;
  background-color: #001e50;
}

.shop {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 2% 27%;
  background-color: #001e50;
}

.container-3-copy {
  overflow: hidden;
}

.section8 {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #001e50;
}

.ttl_b6 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 5% 35% 2%;
  background-color: #000;
}

.info_shop {
  margin-bottom: 0px;
  padding: 5% 15% 0%;
}

.info_tel {
  margin-bottom: 2%;
  padding: 2% 15% 0%;
}
.text-block-2-ex {
  margin-top: 0px;
  margin-right: 6%;
  margin-left: 6%;
  padding-top: 2%;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.text-block-2 {
  margin-top: 0px;
  margin-right: 6%;
  margin-left: 6%;
  padding-top: 2%;
  padding-bottom: 2%;
  /*border-top: 1px solid #fff;*/
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}

.image-27 {
  margin-right: 8%;
  margin-left: 8%;
}

.section6 {
  margin-right: 0px;
  margin-left: 0px;
}

.section7 {
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
}

.image-28 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.section8_2 {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #001e50;
}

.section10 {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.text-block-3 {
  margin: 5% auto;
  padding-right: 10%;
  padding-left: 10%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8vw;
  font-weight: 500;
  text-align: center;
}

.heading_1 {
  padding-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2vw;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.model2 {
  padding: 3% 15%;
}

.ttl_b6-copy {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 5% 22% 2%;
  background-color: #000;
}

.section10-copy {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #000;
  text-align: center;
}

.image-29 {
  margin-bottom: 0px;
  text-align: center;
}

.image-30 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.body {
  border: 1px solid transparent;
}

.image-31 {
  width: 100%;
  text-align: center;
}

.div_block_1 {
  text-align: right;
}

.image-32 {
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
}

.div-block-4 {
  width: 66%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.image-33 {
  margin-top: 2%;
}

.ttl2 {
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 3%;
}

.image-34 {
  margin-top: 3%;
  margin-bottom: 0%;
}

.image-35 {
  margin-bottom: 0px;
}

.image-36 {
  margin-bottom: 57px;
}

.image-37 {
  margin-bottom: 0px;
}

.image-38 {
  margin-bottom: 0px;
}

.section {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-5 {
  margin-right: 10%;
  margin-left: 10%;
}

.image-39 {
  margin-top: 8%;
  margin-bottom: 5%;
}

.image-40 {
  margin-bottom: 8%;
}

.image-41 {
  margin-bottom: 8%;
}

.section2-copy {
  margin-right: 0px;
  margin-bottom: 5%;
  margin-left: 0px;
  text-align: center;
}

.section2-copy-copy {
  margin-right: 0px;
  margin-bottom: 5%;
  margin-left: 0px;
  text-align: center;
}

.section-2 {
  margin-bottom: 5%;
  text-align: center;
}

.div-block-6 {
  margin-right: 7%;
  margin-left: 7%;
  padding-top: 5%;
  padding-bottom: 0%;
  border: 1px solid transparent;
  background-color: transparent;
  text-align: center;
}

.section-3 {
  border: 1px solid transparent;
  background-color: #001e50;
}

.image-42 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.div-block-7 {
  margin-right: 7%;
  margin-left: 7%;
  padding-top: 0%;
  padding-bottom: 5%;
  border: 1px solid transparent;
  background-color: transparent;
  text-align: center;
}

.image-43 {
  width: 34%;
  margin-top: 5%;
  margin-bottom: 4%;
	max-width: 236px;
	text-align: center;
}

.text-block-4 {
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.div-block-8 {
  background-color: #000;
}

.text-block-5 {
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.image-44 {
  margin-bottom: 0px;
}

.image-45 {
  width: 50%;
  text-align: center;
}

.div-block-9 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.div-block-10 {
  background-color: #c8c8c8;
  text-align: center;
}

.image-46 {
  width: 70%;
  padding-top: 5%;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .preview-text {
    overflow: hidden;
    max-height: 40px;
  }

  .section-heading {
    display: block;
    text-align: center;
  }

  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }

  .featured-title {
    font-size: 23px;
  }

  .category-tag-2 {
    z-index: 10;
  }

  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .category-block {
    padding: 10px 0px;
  }

  .image-14 {
    margin-bottom: 20px;
  }

  .image-19 {
    margin-bottom: 0%;
  }

  .ttl_b2 {
    padding-right: 12%;
    padding-left: 12%;
  }

  .ttl_b {
    padding-right: 12%;
    padding-left: 12%;
  }

  .linfo2 {
    padding-right: 12%;
    padding-left: 12%;
  }

  .ttl_b4 {
    padding-right: 12%;
    padding-left: 12%;
  }

  .ttl_b3 {
    padding-right: 12%;
    padding-left: 12%;
  }

  .heading {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .ttl_b5 {
    padding-right: 12%;
    padding-left: 12%;
  }

  .shop {
    padding-right: 12%;
    padding-left: 12%;
  }

  .ttl_b6 {
    padding-right: 12%;
    padding-left: 12%;
  }

  .heading_1 {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .ttl_b6-copy {
    padding-right: 12%;
    padding-left: 12%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 440px;
    padding-top: 162px;
  }

  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-description {
    font-size: 18px;
  }

  .author-picture {
    width: 210px;
    margin-right: 13px;
    margin-bottom: 6px;
  }

  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .featuredthumbnail {
    padding: 10px 0px;
  }

  .category-wrapper {
    display: inline-block;
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .about-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .success-message {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }

  .success-text {
    font-size: 18px;
  }

  .image-3 {
    max-width: 80%;
  }

  .image-4 {
    max-width: 80%;
  }

  .image-5 {
    max-width: 80%;
  }

  .top {
    padding-right: 0%;
    padding-left: 0%;
  }

  .section1 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-17 {
    margin-right: 20px;
  }

  .ttl_b1 {
    padding-right: 30%;
    padding-left: 30%;
  }

  .image-18 {
    padding-bottom: 41px;
  }

  .image-19 {
    margin-bottom: 10%;
  }

  .section2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .grid-3 {
    padding-bottom: 5%;
    grid-column-gap: 20px;
  }

  .ttl_b2 {
    padding-right: 30%;
    padding-left: 30%;
  }

  .image-22_1 {
    padding-right: 30%;
    padding-left: 30%;
  }

  .image-21_2 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .ttl_b {
    padding-right: 30%;
    padding-left: 30%;
  }

  .section5 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .linfo2 {
    padding-right: 30%;
    padding-left: 30%;
  }

  .ttl_b4 {
    padding-right: 30%;
    padding-left: 30%;
  }

  .ttl_b3 {
    padding-right: 30%;
    padding-left: 30%;
  }

  .heading {
    margin-bottom: 0px;
  }

  .image-22b {
    padding-right: 30%;
    padding-left: 30%;
  }

  .image-22_1-copy {
    padding-right: 30%;
    padding-left: 30%;
  }

  .ttl_cam {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .cam_img {
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .text-block {
    font-size: 2.2vw;
  }

  .meintenance_ttl {
    padding-right: 30%;
    padding-left: 30%;
  }

  .meintenance_ttl2 {
    padding-right: 30%;
    padding-left: 30%;
  }

  .meintenance_ttl3 {
    padding-right: 30%;
    padding-left: 30%;
  }

  .ttl_b5 {
    padding-right: 30%;
    padding-left: 30%;
  }

  .shop {
    padding-right: 30%;
    padding-left: 30%;
  }

  .section8 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .ttl_b6 {
    padding-right: 30%;
    padding-left: 30%;
  }

  .info_shop {
    padding-right: 30%;
    padding-left: 30%;
  }

  .info_tel {
    padding-right: 30%;
    padding-left: 30%;
  }

  .section6 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section7 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section8_2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section10 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading_1 {
    margin-bottom: 0px;
  }

  .ttl_b6-copy {
    padding-right: 30%;
    padding-left: 30%;
  }

  .section10-copy {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-41 {
    margin-bottom: 10%;
  }

  .section2-copy {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section2-copy-copy {
    margin-right: 20px;
    margin-left: 20px;
  }
		
	.text-block-4{
		font-size: 3.9vw;
	}
	
	.text-block-5{
		font-size: 3.3vw;
	}
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section {
    height: 430px;
    padding-top: 118px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .navbar {
    padding: 2px 15px 7px;
  }

  .menu-button {
    margin-top: 13px;
  }

  .long-text {
    margin-top: 0px;
  }

  .hero-subheading {
    line-height: 27px;
  }

  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .author-img {
    display: block;
  }

  .section-heading {
    display: block;
  }

  .med-divider {
    width: 60%;
  }

  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .field {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .submit-button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .footer-section {
    position: relative;
  }

  .footer-link {
    display: block;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .featured-text {
    padding: 0px 15px 55px;
  }

  .featured-title {
    font-size: 18px;
  }

  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }

  .featured-description {
    display: none;
  }

  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }

  .inner-hero {
    height: 330px;
  }

  .author-picture {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: auto;
    float: none;
    border-radius: 110px;
    text-align: center;
  }

  .author-name-main {
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }

  .authorbio {
    font-size: 14px;
    text-align: center;
  }

  .social-wrapper {
    text-align: center;
  }

  .hero-header {
    font-size: 40px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .footer-logo.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .blog-post {
    width: 95%;
  }

  .featuredthumbnail {
    padding: 5px 0px;
  }

  .nav-link {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0.7;
    font-size: 17px;
    text-align: center;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .logo {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }

  .nav-menu {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: rgba(35, 47, 56, 0.92);
  }

  .close-x {
    position: absolute;
    left: 35px;
    top: 21px;
    right: 35px;
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .success-text {
    line-height: 27px;
  }

  .image-2 {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid {
    margin-left: 0px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-areas: ". Area";
  }

  .top {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .image-12 {
    background-color: #001e50;
  }

  .image-13 {
    margin-right: auto;
    margin-bottom: 0%;
    margin-left: auto;
    padding-right: 10%;
    padding-bottom: 3%;
    padding-left: 10%;
    background-color: #001e50;
  }

  .image-14 {
    margin-top: 0%;
    margin-bottom: 3%;
  }

  .main {
    margin-right: auto;
    margin-bottom: 0%;
    margin-left: auto;
    padding-top: 0%;
    padding-bottom: 5%;
  }

  .image-16 {
    margin-bottom: 0px;
  }

  .grid-2 {
    margin-bottom: 0px;
    grid-column-gap: 5px;
  }

  .section1 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-17 {
    margin-bottom: 0px;
  }

  .ttl_b1 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 10px 30% 8px;
  }

  .model {
    margin-bottom: 0%;
  }

  .image-18 {
    padding-right: 3%;
    padding-bottom: 17px;
    padding-left: 5%;
  }

  .section2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-20 {
    padding-bottom: 5%;
  }

  .image-21 {
    margin-bottom: 0px;
    padding: 0% 8% 5%;
  }

  .image_20_2 {
    padding-bottom: 5%;
  }

  .image-22 {
    margin-bottom: 0px;
    padding-top: 0%;
    padding-right: 25%;
    padding-left: 25%;
  }

  .grid-3 {
    padding-right: 8%;
    padding-bottom: 0%;
    padding-left: 8%;
    grid-column-gap: 18px;
  }

  .image-23 {
    padding-top: 0px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .image-24 {
    padding-top: 0px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .image-25 {
    padding-top: 0px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .image-26 {
    margin-bottom: 5%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .ttl_b2 {
    margin-bottom: 0px;
    padding: 10px 12% 8px;
  }

  .img {
    margin-bottom: 0%;
  }

  .img-copy {
    margin-bottom: 0%;
  }

  .image-22_2 {
    margin-bottom: 0px;
    padding-top: 0%;
    padding-right: 18%;
    padding-left: 18%;
  }

  .image-22_1 {
    margin-bottom: 0px;
    padding-top: 0%;
    padding-right: 20%;
    padding-left: 20%;
  }

  .image-26-copy {
    margin-bottom: 5%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .image-26-copy._2 {
    margin-bottom: 0%;
  }

  .image-21_2 {
    margin-bottom: 0px;
    padding: 0% 8% 5%;
  }

  .section3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .ttl_b {
    margin-bottom: 0px;
    padding: 10px 12% 8px;
  }

  .section5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .linfo2 {
    margin-bottom: 0px;
    padding: 10px 12% 8px;
  }

  .img-copy-copy {
    margin-bottom: 0%;
  }

  .ttl_b4 {
    margin-bottom: 0px;
    padding: 10px 20% 8px;
    background-color: #f07022;
  }

  .ttl_b3 {
    margin-bottom: 0px;
    padding: 10px 12% 8px;
  }

  .heading {
    margin-right: 8%;
    margin-left: 8%;
    padding-top: 2%;
    font-size: 3vw;
    line-height: 5vw;
    text-align: left;
  }

  .image-21t {
    margin-bottom: 0px;
    padding: 5% 8%;
  }

  .image-22b {
    margin-bottom: 0px;
    padding-top: 0%;
    padding-right: 20%;
    padding-left: 20%;
  }

  .image-22_1-copy {
    margin-bottom: 0px;
    padding-top: 0%;
    padding-right: 30%;
    padding-left: 30%;
  }

  .ttl_cam {
    margin-bottom: 0px;
    padding: 0% 8% 5%;
  }

  .cam_img {
    margin-bottom: 0px;
    padding: 0% 8%;
  }

  .text-block {
    padding-right: 8%;
    padding-left: 8%;
    font-size: 2.2vw;
  }

  .meintenance_ttl {
    margin-bottom: 0px;
    padding-top: 5%;
    padding-right: 20%;
    padding-left: 20%;
  }

  .meintenance_ttl2 {
    margin-bottom: 0px;
    padding-top: 5%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .meintenance_ttl3 {
    margin-bottom: 0px;
    padding-top: 5%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .ttl_b5 {
    margin-bottom: 0px;
    padding: 10px 28% 8px;
  }

  .shop {
    margin-bottom: 0px;
    padding: 10px 28% 8px;
  }

  .section8 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .ttl_b6 {
    margin-bottom: 0px;
    padding: 5% 35%;
  }

  .info_shop {
    margin-bottom: 0px;
    padding: 0% 22% 1%;
  }

  .info_tel {
    margin-bottom: 0px;
    padding: 0% 22% 2%;
  }
.text-block-2-ex {
    margin-bottom: -0px;
	padding-top: 3%;
	margin-left: 3%;
	margin-right: 3%;
  }
  .text-block-2 {
    margin-bottom: -0px;
    padding-bottom: 7%;
    font-size: 3.5vw;
    line-height: 1.5;
	margin-left: 3%;
	margin-right: 3%;
  }

  .image-27 {
    max-width: none;
  }

  .div-block-2 {
    line-height: 20;
  }

  .section6 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section7 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-28 {
    position: static;
    overflow: visible;
    max-width: 100%;
  }

  .section8_2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section10 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading_1 {
    margin-right: 8%;
    margin-left: 8%;
    padding-top: 2%;
    font-size: 3.5vw;
    line-height: 5vw;
    font-weight: 900;
    text-align: center;
  }

  .model2 {
    margin-bottom: 0%;
  }

  .ttl_b6-copy {
    margin-bottom: 0px;
    padding: 5% 35%;
  }

  .section10-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-34 {
    margin-bottom: 0%;
  }

  .image-36 {
    margin-bottom: 6%;
  }

  .image-39 {
    margin-top: 8%;
  }

  .image-40 {
    margin-bottom: 10%;
  }

  .image-41 {
    margin-bottom: 12%;
  }

  .section2-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-3 {
    overflow: visible;
    height: auto;
    margin-bottom: 0%;
  }

  .image-42 {
    padding-bottom: 5%;
  }

  .image-45 {
    margin-bottom: 0px;
  }

  .div-block-9 {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .image-47 {
    margin-bottom: 0px;
  }
}

