@charset "UTF-8";
/* 商品・サービススタイル */
/* parts */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
/* btn */
/* link */
.single #headline {
  margin-bottom: 3em;
}

.archive #left-column h1 {
  font-size: 1em;
  text-align: center;
  margin: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive #left-column h1 span {
  display: inline-block;
  line-height: 1.2;
}
.archive #left-column h1 span.ja {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4em;
  padding: 0 1.5em 0.2em 1.5em;
  border-bottom: solid 1px #2EA7DF;
}
.archive #left-column h2 {
  font-size: 1.8em;
}

dl.service-summary-paragraph {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  text-align: center;
  width: 100%;
  padding: 0.5em 0 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
dl.service-summary-paragraph ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 !important;
}
dl.service-summary-paragraph ul li {
  padding: 0 0.75em !important;
}
dl.service-summary-paragraph + .contents-section {
  padding-top: 2.5em;
}
dl.service-summary-paragraph + h3 {
  margin-top: 1.5em;
}

.service .contents-section h2 {
  margin-bottom: 0;
}
.service .contents-section ul.service-list-ul {
  margin-top: 1em;
}
.service .contents-section dl.service-summary-paragraph {
  text-align: left;
  padding: 1em 0 1.5em 0;
}

.service-archive h3 {
  font-size: 1.8em !important;
  text-align: left;
}
.service-archive h2 + h3 {
  margin-top: 0.5em;
}

ul.service-list-ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0 !important;
}
ul.service-list-ul li {
  padding: 1em 0 !important;
  width: 22%;
  margin-right: 3%;
}
ul.service-list-ul li:nth-of-type(4n) {
  margin-right: 0;
}
ul.service-list-ul li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
ul.service-list-ul li dl dt img {
  width: 2.5em;
  height: 1.5em !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.25em;
}
ul.service-list-ul li dl dt a {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.15em;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
ul.service-list-ul li dl dt a[target=_blank] {
  background-size: 1.25rem auto;
}
ul.service-list-ul li dl dd {
  padding: 1em 0;
}
ul.service-list-ul li dl dd p {
  font-size: 0.9em !important;
  line-height: 1.6 !important;
  padding: 0 !important;
}
ul.service-list-ul li dl dd p.detail-link {
  padding-top: 0.5em;
}
ul.service-list-ul li dl dd p.detail-link a[target=_blank] {
  padding-right: 0em;
  background-size: 1.25em auto;
  background-position: top 40% right 1.75em;
}
ul.service-list-ul li dl dd p.detail-link a[target=_blank]::after {
  margin-left: 2em;
}
ul.service-list-ul + h2 {
  margin-top: 1.5em;
}
ul.service-list-ul + h3 {
  margin-top: 1em;
}

#left-column ul.service-list-ul li {
  width: 28%;
  margin-right: 5.3333333333%;
}
#left-column ul.service-list-ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 1921px) {
  #left-column ul.service-list-ul li {
    width: 22%;
    margin-right: 3%;
  }
  #left-column ul.service-list-ul li:nth-of-type(3n) {
    margin-right: 3%;
  }
  #left-column ul.service-list-ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1561px) {
  #left-column ul.service-list-ul li {
    width: 22%;
    margin-right: 3%;
  }
  #left-column ul.service-list-ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  #left-column ul.service-list-ul li:nth-of-type(3n) {
    margin-right: 3%;
  }
}

/* content */
.service h3 h1 {
  font-size: 1.25em !important;
}
.service h3 h2 {
  font-size: 1.25em;
}
.service h3 h3 {
  font-size: 1.25em;
}
.service h2 h2 {
  font-size: 1em;
}
.service h2 p {
  padding: 0;
}
.service h2 span br {
  display: none;
}
.service hr {
  margin-bottom: 1em;
}
.service .contents-section ul,
.service .contents-section ol {
  padding: 1em 1em 1em 2.5em;
}
.service .contents-section ul li,
.service .contents-section ol li {
  padding: 0.25em 0;
}
.service .contents-section .grve-section:nth-of-type(1) h3 {
  margin: 0;
  padding: 0;
}
.service .contents-section .grve-section:nth-of-type(1) h3 + .grve-empty-space {
  height: 3.5em !important;
  display: block;
}
.service .contents-section .grve-section:nth-of-type(1) .grve-column-wrapper-inner:has(h3) {
  margin: 0 auto !important;
}
.service .contents-section .grve-empty-space + .grve-element.grve-text h3 {
  margin-top: 0;
}
.service .grve-image {
  padding: 1em;
}
.service .grve-text-orange {
  color: #e3a752;
}
.service .grve-empty-space.grve-height-1x {
  display: block;
  height: 1.75em;
}
.service .grve-empty-space.grve-height-2x {
  width: 100%;
  height: 3em;
  display: block;
}
.service .vc_separator {
  display: none !important;
}
.service .grve-column h1 span br {
  display: none;
}
.service .grve-column h1 span p {
  padding: 0;
}
.service .grve-column h1 span p br {
  display: block;
}
.service .grve-column h2 strong {
  font-size: 1em;
}
.service .grve-column h3 strong {
  font-size: 1.1em;
}
.service .grve-column h3 strong span {
  color: #000 !important;
}
.service .grve-column h3 span br {
  display: none;
}
.service .grve-column h3 span strong + br {
  display: block;
}
.service .grve-column h3 span p {
  padding: 0;
}
.service .grve-column h3 span p br {
  display: block;
}
.service .grve-column h4 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
  padding: 1em 0 1.5em 0;
}
.service .grve-column h4 strong {
  font-weight: normal;
  font-size: 1em;
}
.service .grve-column h5 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
}
.service .grve-column h6 {
  font-size: 1.1em;
}
.service .grve-column .grve-text p strong {
  font-size: 1.1em;
  color: #000;
}
.service .grve-column .grve-text p:first-child {
  padding-top: 0;
}
.service .grve-column .grve-text table {
  margin: 1em 0;
  background-color: transparent !important;
}
.service .grve-column .grve-text table strong {
  font-size: 1.1em !important;
  color: #000;
}
.service .grve-column .grve-text table th,
.service .grve-column .grve-text table td {
  padding: 0.75em 1em;
  border: solid 1px #bbb;
}
.service .grve-column .grve-text h4 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  color: #BE2B35;
  padding: 0;
}
.service .grve-column img.alignright {
  float: right;
}
.service .grve-column .grve-row-inner.grve-bookmark .grve-column-inner.wpb_column.grve-column-2-3 .grve-column-wrapper-inner .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center.vc_icon_element-have-style {
  display: inline-block;
  float: left;
}
.service .grve-column .grve-row-inner.grve-bookmark .grve-column-inner.wpb_column.grve-column-2-3 .grve-column-wrapper-inner .grve-element.grve-text h5, .service .grve-column .grve-row-inner.grve-bookmark .grve-column-inner.wpb_column.grve-column-2-3 .grve-column-wrapper-inner .grve-element.grve-text h6 {
  display: inline-block;
}
.service .grve-column .grve-element.grve-box-icon.grve-small.grve-top-icon.grve-align-center.grve-with-shape {
  text-align: center;
  padding: 1em;
  margin: 1em;
}
.service .grve-column .grve-element.grve-box-icon.grve-small.grve-top-icon.grve-align-center.grve-with-shape .fa {
  font-size: 3em;
  color: #666;
}
.service .grve-column .grve-element.grve-box-icon.grve-small.grve-top-icon.grve-align-center.grve-with-shape h4 {
  font-size: 1.3em;
}
.service .service-icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .info-icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.5em 0 2em 0;
}
.service .info-icon-area .grve-column-wrapper-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
.service .info-icon-area .grve-column-wrapper-inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.service .info-icon-area .grve-column-wrapper-inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.service .info-icon-area .grve-column-wrapper-inner > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.service .info-icon-area .grve-column-wrapper-inner > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.service .info-icon-area .grve-column-wrapper-inner .vc_icon_element {
  padding-right: 2em;
  margin-bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.service .info-icon-area .grve-column-wrapper-inner .grve-element {
  padding: 0.25em;
}
.service .info-icon-area .grve-column-wrapper-inner .grve-element h5 {
  font-size: 1em;
}
.service .info-icon-area .grve-column-wrapper-inner .grve-element h5 strong {
  font-size: 1.2em;
  color: #000;
}
.service .info-icon-area .grve-column-wrapper-inner .grve-element h6 {
  font-weight: normal;
}
.service .vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_pos_align_center.vc_separator_no_text.vc_sep_color_peacoc {
  display: none;
}
.service .grve-section.grve-row-section.grve-fullwidth-background.grve-padding-top-1x.grve-padding-bottom-1x.grve-bg-none + .grve-section.grve-row-section.grve-fullwidth-background.grve-padding-top-1x.grve-padding-bottom-1x.grve-bg-none + .grve-section.grve-row-section.grve-fullwidth-background.grve-padding-top-1x.grve-padding-bottom-1x.grve-bg-none .grve-row.grve-bookmark.grve-columns-gap-30 .wpb_column.grve-column-1-6 img {
  width: 100%;
  height: auto;
}
.service .grve-element:has(.grve-content) {
  padding-bottom: 3.5em;
}
.service .grve-row-inner.grve-bookmark:has(.grve-column-1-6) {
  padding: 1.5em 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.service .grve-row-inner.grve-bookmark:has(.grve-column-1-6) .grve-column-1-6 h3 {
  margin-top: 0;
  padding-bottom: 0.25em;
}
.service .grve-row-inner.grve-bookmark:has(.grve-column-1-6) .grve-column-1-6 + .grve-column-2-3 {
  width: 100%;
}
.service .grve-row-inner.grve-bookmark:has(.grve-column-1-4) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.service .grve-row-inner.grve-bookmark:has(.grve-column-1-4) .grve-column-3-4 {
  width: 75%;
  padding: 1em;
}
.service .grve-row-inner.grve-bookmark:has(.grve-column-1-2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .grve-row-inner.grve-bookmark:has(.grve-column-1-2) .grve-column-1-2 {
  width: 50% !important;
  padding: 1em;
}
.service .grve-row-inner.grve-bookmark:has(.grve-column-1-2) .grve-column-1 {
  width: 100%;
}
.service .grve-row.grve-bookmark:has(.grve-column-1-6) {
  padding: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .grve-row.grve-bookmark:has(.grve-column-1-6) .grve-column-1 {
  width: 100%;
}
.service .grve-row.grve-bookmark:has(.grve-column-1-6) .grve-column-2-3 {
  width: 100%;
}
.service .grve-row.grve-bookmark:has(.grve-column-1-4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .service .grve-row.grve-bookmark:has(.grve-column-1-4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.service .grve-row.grve-bookmark:has(.grve-column-1-4) .grve-column:nth-of-type(2), .service .grve-row.grve-bookmark:has(.grve-column-1-4) .grve-column:nth-of-type(3) {
  padding: 0 1em;
}
@media screen and (max-width: 575px) {
  .service .grve-row.grve-bookmark:has(.grve-column-1-4) .grve-column-1-4 {
    width: 100%;
  }
}
.service .grve-row-section .grve-row.grve-bookmark:has(.grve-column-1-6) {
  -ms-flex-wrap: initial;
      flex-wrap: initial;
}
.service .grve-row.grve-bookmark:has(.grve-column-1-6):has(.grve-column-1-2) .grve-column-1-6 {
  width: 25%;
}
.service .grve-row.grve-bookmark:has(.grve-column-1-6):has(.grve-column-1-2) .grve-column-1-6:first-child, .service .grve-row.grve-bookmark:has(.grve-column-1-6):has(.grve-column-1-2) .grve-column-1-6:last-child {
  display: none;
}
.service .grve-row.grve-bookmark:has(.grve-column-1-6):has(.grve-column-1-2) .grve-column-1-2 {
  width: 75%;
}
.service .grve-row-inner.grve-bookmark:not(.grve-column-2-3):not(.grve-column-1-4) .grve-column-1-6 {
  width: 25%;
}
.service .grve-row-inner.grve-bookmark:not(.grve-column-2-3):not(.grve-column-1-4) .grve-column-1-6:first-child, .service .grve-row-inner.grve-bookmark:not(.grve-column-2-3):not(.grve-column-1-4) .grve-column-1-6:last-child {
  display: none;
}
.service .grve-side-icon {
  padding: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .grve-side-icon i {
  font-size: 2.2em !important;
  color: #2878BD;
  margin-right: 0.5em;
}
.service .grve-row.grve-bookmark.grve-columns-gap-30:has(.fa-phone) {
  padding: 2em 0;
}
.service .grve-element.grve-image-text.grve-layout-1.grve-align-left:has(.grve-position-left) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.service .grve-element.grve-image-text.grve-layout-1.grve-align-right:has(.grve-position-left) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.service .grve-element.grve-image-text.grve-layout-1.grve-align-right:has(.grve-position-left) .grve-position-left {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.service .grve-element.grve-image-text.grve-layout-1.grve-align-right:has(.grve-position-left) .grve-position-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.service .grve-column-wrapper-inner:has(.entypo-icon-info) {
  padding-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .grve-column-wrapper-inner:has(.entypo-icon-info) .vc_icon_element {
  margin-bottom: 0 !important;
}
.service .grve-column-wrapper-inner:has(.entypo-icon-info) .grve-empty-space {
  width: 100%;
  display: block;
  height: 1px !important;
}
.service .grve-column-wrapper-inner:has(.entypo-icon-info) .grve-element:last-child {
  text-align: center;
  width: 100%;
  padding-top: 0.25em;
}
.service .grve-side-icon:has(.entypo-icon) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .grve-side-icon:has(.entypo-icon) i {
  font-size: 2.2em;
  margin-right: 0.5em;
}
.service .grve-side-icon:has(.fa-info-circle),
.service .grve-box-icon:has(.fa-info-circle) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .grve-side-icon:has(.fa-info-circle) i,
.service .grve-box-icon:has(.fa-info-circle) i {
  font-size: 2.2em;
  color: #2878BD;
  margin-right: 0.5em;
}
.service .grve-side-icon:has(.fa-info-circle) h3,
.service .grve-box-icon:has(.fa-info-circle) h3 {
  padding-bottom: 0;
}
.service .grve-side-icon:has(.smp-icon-power) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .grve-side-icon:has(.smp-icon-power) i {
  font-size: 1.5em !important;
  color: #2878BD;
}
.service .grve-side-icon:has(.smp-icon-power) h3 {
  padding-bottom: 0;
}
.service .grve-row.grve-bookmark.grve-columns-gap-30:has(.grve-box-icon) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .grve-top-icon:has(.fa-frown-o) {
  padding: 1.5em;
}
.service .grve-top-icon:has(.fa-frown-o) i {
  font-size: 3em !important;
  color: #2878BD;
}
.service .grve-top-icon:has(.fa-frown-o) .grve-box-content h3 {
  font-size: 1.2em;
}
.service .grve-side-icon:has(.smp-icon-check) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .grve-side-icon:has(.smp-icon-check) i {
  font-size: 3em !important;
  color: #BE2B35;
}
.service .grve-with-shadow {
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.service .grve-row-inner.grve-bookmark:has(.vc_custom_1544495525821) {
  display: block;
  width: 100%;
}
.service .grve-row-inner.grve-bookmark:has(.vc_custom_1544495525821) .vc_custom_1544495525821 {
  width: 100% !important;
  display: inline-block;
}
.service .vc_custom_1535437338283 {
  margin-bottom: 1.5em;
}
.service .vc_custom_1534479938974 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
.service .vc_custom_1534479938974 img {
  width: 90%;
  margin: 0 5%;
}
.service .vc_custom_1534837356322 h3 {
  margin-top: 0 !important;
}
.service .vc_custom_1521090513835,
.service .vc_custom_1521090540174 {
  margin-top: 2em;
}
.service .vc_custom_1548230649698 h4,
.service .vc_custom_154449552582 h4 {
  text-align: center;
}
.service .grve-element.grve-text.grve-subtitle {
  padding: 1.5em 1em;
  display: inline-block;
}
.service .grve-element.grve-text.grve-subtitle h5 {
  display: inline !important;
}
.service .grve-element.grve-text.grve-subtitle h5 span img {
  float: left;
  margin-right: 1em;
}
.service .grve-element.grve-text.grve-subtitle h5 + ul {
  margin-left: 12em;
}
.service .grve-row-inner.grve-bookmark:has(.fa-phone) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* mobile */
@media screen and (max-width: 575px) {
  ul.service-list-ul,
#left-column ul.service-list-ul {
    padding: 0;
  }
  ul.service-list-ul li,
#left-column ul.service-list-ul li {
    width: 100%;
    margin-right: 0;
  }
  ul.service-list-ul li dl dt,
#left-column ul.service-list-ul li dl dt {
    font-size: 1.2em;
  }
  ul.service-list-ul li dl dd,
#left-column ul.service-list-ul li dl dd {
    line-height: 1.3;
  }

  .service #undercontents.parent h1 {
    margin-top: 1em;
  }
  .service .contents-section {
    text-align: left;
  }
  .service .grve-row-inner.grve-bookmark:not(.grve-column-2-3):not(.grve-column-1-4) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service .grve-row-inner.grve-bookmark:not(.grve-column-2-3):not(.grve-column-1-4) .grve-column-1-6 {
    width: 100%;
  }
  .service .grve-row.grve-bookmark:has(.grve-column-1-6):has(.grve-column-1-2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service .grve-row.grve-bookmark:has(.grve-column-1-6):has(.grve-column-1-2) .grve-column-1-6 {
    width: 100%;
    padding: 1em 10%;
  }
  .service .grve-row.grve-bookmark:has(.grve-column-1-6):has(.grve-column-1-2) .grve-column-1-2 {
    padding: 1em 0;
    width: 100%;
  }
}