@charset "UTF-8";
/*=================================
common
===================================*/
html, h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-family: sans-serif;
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: 500;
}

p strong span {
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-family: sans-serif;
}

.alignwide {
  max-width: unset !important;
  width: unset !important;
}

.c-entry__content > * {
  max-width: unset !important;
  width: unset !important;
}

.p-entry-content > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.textwidget > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: unset;
}

.l-contents__inner:last-child {
  padding-bottom: 0;
}

.c-section {
  padding: 0;
}

.br_sp {
  display: none;
}

.c-entry-summary__meta {
  display: none;
}

.center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  color: #333333;
}

li {
  list-style: none;
}

.wrap {
  display: flex;
}

.smb-section__inner {
  margin: 0 auto;
  max-width: calc(1000px + 4rem);
}

.smb-section {
  padding-bottom: 100px;
}

.smb-section__title {
  font-size: 2.8rem;
  margin-bottom: 16px;
  margin-top: 11px;
  font-weight: 600;
}

.smb-section__subtitle,
.smb-section__lede {
  font-size: 1.4rem;
  text-align: center;
  color: #333333;
}

.smb-section__subtitle {
  margin-top: 44px;
  font-weight: 600;
}

.smb-items__item__body p {
  margin-top: 10px !important;
}
.smb-items__item__body .wp-block-image figcaption {
  text-align: center;
  color: #333333;
  font-size: 1.6rem;
  margin-top: 10px;
  font-weight: 600;
}

.smb-panels__item {
  border-radius: 7px;
}

.smb-panels__item__body {
  padding: 1.8rem;
  padding: calc(var(--_space, 1.8rem) * 1.5);
}

@media screen and (max-width: 1024px) {
  .c-row {
    flex-wrap: nowrap;
  }

  .c-row--reverse {
    flex-direction: revert;
  }

  .smb-section__title {
    font-size: 2.4rem;
  }

  body {
    font-size: 1.4rem;
  }

  .smb-section__subtitle,
.smb-section__lede {
    font-size: 1.6rem;
  }

  .smb-items__item__body .wp-block-image figcaption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .c-row {
    flex-wrap: wrap;
  }

  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }

  .smb-section__subtitle,
.smb-section__lede {
    font-size: 1.3rem;
  }

  .c-row .c-row__col {
    margin-bottom: -10px;
  }

  .smb-media-text {
    margin-bottom: 40px;
  }

  .smb-section__title {
    font-size: 1.6rem;
  }
  .smb-section__title span {
    font-size: 1.6rem;
  }

  .smb-section {
    padding-bottom: 70px;
  }

  .smb-section__subtitle {
    margin-top: 0;
  }

  .smb-items__item__body .wp-block-image figcaption {
    font-size: 1.5rem;
  }
}
/*
ブレークポイントサイズ（snowmonkey）
@media screen and (max-width:1024px) {}
@media screen and (max-width:600px) {}
*/
/*
ブレークポイントサイズ
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
*/
/*=================================
header
===================================*/
.l-header .c-site-branding__title {
  width: 140px;
}
.l-header .c-site-branding--has-logo img {
  width: 90%;
  height: auto;
  padding-bottom: 22px;
  padding-top: 10px;
}
.l-header .p-global-nav .c-navbar__item > a > span {
  font-size: 1.4rem;
}
.l-header .c-row__col--fit {
  flex: 0 0 auto;
}
.l-header .c-header-content {
  display: flex;
}
.l-header_tel {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.l-header_tel a {
  font-size: 1.4rem;
  position: relative;
}
.l-header_tel a::before {
  content: "";
  background-image: url(../images/phone.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  padding-top: 2px;
  position: absolute;
  top: 4px;
  left: -8px;
}
.l-header_tel span {
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .c-header-content {
    display: none;
  }

  [id=drawer-nav]:not(.c-drawer--inverse) {
    width: calc(30rem + env(safe-area-inset-left));
  }

  .c-drawer__inner {
    font-size: 1.4rem;
  }
  .c-drawer__inner .c-btn {
    margin-top: 20px;
  }
  .c-drawer__inner .c-btn1 {
    color: #eca61c;
    margin-left: 0;
  }
  .c-drawer__inner .c-btn2 {
    border: solid 1px #fff;
  }
  .c-drawer__sub-nav {
    display: none;
  }

  .l-header_tel {
    text-align: left;
  }
  .l-header_tel a::before {
    position: unset;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    background-image: url(../images/phone-white.svg);
  }
}
/*=================================
mainVisual
===================================*/
.mainVisual,
.mainVisual-sub {
  width: unset;
  max-width: 100%;
  margin: 0;
}
.mainVisual .smb-section__subtitle,
.mainVisual-sub .smb-section__subtitle {
  color: #333333;
}
.mainVisual .smb-section__title,
.mainVisual-sub .smb-section__title {
  color: #333333;
  margin-top: 0;
}
.mainVisual .smb-section__lede,
.mainVisual-sub .smb-section__lede {
  color: #333333;
}

.mainVisual .smb-section__inner {
  max-width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10%;
}
.mainVisual .smb-section__title {
  margin-top: -17px;
}
.mainVisual .smb-section__title:after {
  display: none;
}
.mainVisual .wp-image-412 {
  padding-top: 10px;
  padding-right: 7px;
}
.mainVisual h2 span {
  font-size: 6.8rem;
}

.mainVisual-sub {
  padding: 0 0 80px;
  min-height: 55vh;
}
.mainVisual-sub .smb-section__header {
  margin-top: 110px;
}

@media screen and (max-width: 1024px) {
  .p-header-content--sm {
    margin-top: -20px;
  }

  .mainVisual .smb-section__inner {
    width: 100%;
    max-width: unset;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .mainVisual .smb-section__subtitle {
    font-size: 1.4rem;
  }
  .mainVisual .smb-section__title span {
    line-height: 1 !important;
  }
  .mainVisual .smb-section__body {
    margin-top: -7px;
  }
  .mainVisual .wp-image-412 {
    width: 130px !important;
    padding-top: 16px;
  }
}
@media screen and (max-width: 599px) {
  .mainVisual .smb-section__body .sme-font-size {
    font-size: 2vw !important;
  }
  .mainVisual .smb-section__subtitle {
    margin-top: 44px;
  }
}
/*=================================
btn
===================================*/
.c-btn {
  line-height: 2.5;
  width: 128px;
  margin-left: 10px;
  font-weight: 600;
}

.c-btn1 {
  font-weight: 600;
  margin-left: 24px;
  background-color: #fff;
  color: #eca61c;
  border: 1px solid #eca61c;
}

.smb-btn {
  font-weight: 600;
  line-height: 2.8;
  width: 200px;
  margin-top: 20px;
}

.smf-action .smf-button-control__control {
  font-weight: 600;
  background-color: #fff;
  color: #eca61c;
  border: 1px solid #eca61c;
  background-image: unset;
  line-height: 2.5;
  font-size: 1.4rem;
  font-weight: 600;
}

.contact-submit .smb-btn {
  width: 240px;
  color: #333333;
  text-align: left;
  line-height: 4.5;
  margin: 0 10px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 599px) {
  .smb-btn {
    font-size: 1.4rem;
    margin-top: 0;
    line-height: 2;
    width: 120px;
  }
}
/*=================================
others
===================================*/
#page-top {
  right: 30px;
  bottom: 30px;
  background-color: #fff;
  border: 1px solid #eca61c;
  bottom: calc(constant(safe-area-inset-bottom) + 49px);
  bottom: calc(env(safe-area-inset-bottom) + 49px);
}
#page-top a {
  color: #eca61c;
}

.strength .smb-items__item__body .wp-block-image figcaption {
  height: 60px;
}

.smb-media-text__figure > img,
.smb-media-text__figure > video {
  width: 85%;
}

.smb-step__item__title {
  text-align: left;
}

.smb-faq__item__question__label,
.smb-faq__item__answer__label {
  font-size: 2rem;
  font-weight: 600;
}

.trend,
.price {
  padding-bottom: 20px;
}

.trend h2 strong {
  font-size: 2.8rem;
}

.comment strong span strong {
  font-size: 16px !important;
}

.floating-banner {
  position: fixed;
  z-index: 99999;
  left: 20px;
  bottom: 0;
}

.banner {
  width: 300px;
  /* バナーの横幅 */
  padding: 40px 10px;
  background: linear-gradient(86.13deg, #7080f7 -3.42%, #3e9ed9 59.59%);
  /* バナーの背景色 */
  color: #fff;
  /* バナー内の文字色 */
  font-weight: bold;
  text-align: center;
  position: relative;
}

.copy {
  font-size: 18px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.cta {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  background: linear-gradient(270deg, #f4a240 0%, #e3a608 100%);
  /* ボタンの背景 */
  box-shadow: 0px 0px 30px #2984ba;
  /* ボタンの影 */
  border-radius: 25px;
  margin: 0;
}

.batsu {
  position: absolute;
  top: -1.15em;
  right: -1em;
  font-size: 100%;
  /*ボタンの大きさ*/
  font-weight: bold;
  border: 1px solid #7080f7;
  color: #7080f7;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 2.3em;
  line-height: 2.3em;
  cursor: pointer;
  z-index: 1000;
}

@media screen and (max-width: 1024px) {
  .floating-banner {
    display: none;
  }

  .trend h2 strong {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 990px) {
  .floating-banner {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .trend h2 strong {
    font-size: 1.6rem;
  }

  #page-top {
    bottom: 10px;
    right: 10px;
  }

  .floating-banner {
    display: inline-block;
    left: 1vw;
  }

  .banner {
    width: 98vw;
    padding: 8px;
  }

  .sp {
    display: none;
  }

  .copy {
    font-size: 18px;
    margin: 0 auto 6px;
  }

  .cta {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }

  .batsu {
    right: -1vw;
  }

  .smb-media-text__figure > img,
.smb-media-text__figure > video {
    width: 100%;
  }
}
/*=================================
problem
===================================*/
.problem .smb-testimonial__item__content, .problem .smb-testimonial__item__name {
  font-size: 1.5rem;
  line-height: 1.6;
}
.problem .smb-testimonial__item__content::after, .problem .smb-testimonial__item__name::after {
  background-color: #eca61c;
  margin-top: 13px;
}
.problem .smb-testimonial__item__content {
  margin-bottom: 10px;
}
.problem .smb-testimonial__item__name {
  margin-bottom: 18px;
}
.problem .smb-testimonial__item__figure {
  height: 70px;
  width: 70px;
  margin-right: 20px;
}
.problem .smb-section__title {
  margin-bottom: 44px;
}

.lisk,
.lisk-2 {
  padding-top: 0;
}
.lisk .smb-section__subtitle,
.lisk-2 .smb-section__subtitle {
  margin-top: 0;
}
.lisk .smb-alert,
.lisk-2 .smb-alert {
  margin-top: 34px;
  margin-bottom: 38px;
  background-color: #f4f4f4;
  border: solid 1px #f4f4f4;
  color: #333333;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 600;
}
.lisk .smb-alert__title,
.lisk-2 .smb-alert__title {
  justify-content: center;
}
.lisk .smb-alert__title strong,
.lisk-2 .smb-alert__title strong {
  font-size: 1.4rem;
}
.lisk .smb-alert__title .svg-inline--fa,
.lisk-2 .smb-alert__title .svg-inline--fa {
  font-size: 2.6rem;
  color: #eca61c;
  margin-right: 10px;
}
.lisk-title,
.lisk-2-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.lisk .smb-items__item__body,
.lisk-2 .smb-items__item__body {
  padding: 0 10px;
}
.lisk .smb-items__item__body .wp-block-image figcaption,
.lisk-2 .smb-items__item__body .wp-block-image figcaption {
  margin-top: 16px;
}
.lisk .smb-section__title,
.lisk-2 .smb-section__title {
  font-size: 3rem;
}

.lisk-2 {
  padding-top: unset;
}

@media screen and (max-width: 1024px) {
  .problem .smb-testimonial__item__content, .problem .smb-testimonial__item__name {
    font-size: 1.4rem;
  }

  .lisk .smb-alert,
.lisk-2 .smb-alert {
    font-size: 1.6rem;
  }
  .lisk .smb-alert strong,
.lisk-2 .smb-alert strong {
    font-size: 1.4rem;
  }
  .lisk .smb-alert .svg-inline--fa,
.lisk-2 .smb-alert .svg-inline--fa {
    font-size: 1.4rem;
  }
  .lisk-title,
.lisk-2-title {
    font-size: 1.6rem;
  }
  .lisk .smb-section__title,
.lisk-2 .smb-section__title {
    font-size: 1.6rem;
  }
  .lisk .smb-section__subtitle,
.lisk-2 .smb-section__subtitle {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .lisk .smb-alert,
.lisk-2 .smb-alert {
    font-size: 2.4rem;
  }
  .lisk .smb-alert strong,
.lisk-2 .smb-alert strong {
    font-size: 1.4rem;
  }
  .lisk .smb-alert .svg-inline--fa,
.lisk-2 .smb-alert .svg-inline--fa {
    font-size: 1.4rem;
  }
  .lisk-title,
.lisk-2-title {
    font-size: 2.4rem;
  }
  .lisk .smb-section__title,
.lisk-2 .smb-section__title {
    font-size: 2.4rem;
  }
  .lisk .smb-section__subtitle,
.lisk-2 .smb-section__subtitle {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .lisk .smb-alert,
.lisk-2 .smb-alert {
    font-size: 1.6rem;
  }
  .lisk .smb-alert strong,
.lisk-2 .smb-alert strong {
    font-size: 1.4rem;
  }
  .lisk .smb-alert .svg-inline--fa,
.lisk-2 .smb-alert .svg-inline--fa {
    font-size: 1.4rem;
  }
  .lisk-title,
.lisk-2-title {
    font-size: 1.6rem;
  }
  .lisk .smb-section__title,
.lisk-2 .smb-section__title {
    font-size: 1.6rem;
  }
  .lisk .smb-section__subtitle,
.lisk-2 .smb-section__subtitle {
    font-size: 1.4rem;
  }
}
/*=================================
softShare
===================================*/
.softShare {
  padding-top: 0;
}
.softShare h2 {
  font-size: 2.3rem;
}
.softShare .smb-media-text__figure {
  width: 540px;
}
.softShare .smb-section {
  padding-bottom: 60px;
}
.softShare .smb-section__subtitle {
  margin-top: 0;
}
.softShare .smb-section__lede {
  font-weight: 500;
}
.softShare tbody,
.softShare thead {
  font-size: 1rem;
}
.softShare tbody tr,
.softShare tbody td,
.softShare thead tr,
.softShare thead td {
  font-weight: 600;
}
.softShare .wp-block-table .has-fixed-layout th {
  width: 146px;
}
.softShare .wp-block-table .has-fixed-layout th:first-of-type {
  width: 126px;
}
.softShare .smb-section__title {
  font-size: 3rem;
}
.softShare .smb-section__contents-wrapper:last-of-type {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .softShare .smb-media-text__figure {
    width: unset;
  }
  .softShare .wp-block-table .has-fixed-layout th {
    width: unset;
  }
  .softShare .wp-block-table .has-fixed-layout th:first-of-type {
    width: unset;
  }
  .softShare .smb-section__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .softShare h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  .softShare .smb-media-text__figure {
    width: 100%;
  }
  .softShare .smb-section__title {
    font-size: 1.6rem;
  }
  .softShare .smb-section__lede {
    text-align: left;
  }
}
/*=================================
strongPoint-freee
===================================*/
.strongPoint-freee {
  padding-top: 0;
}
.strongPoint-freee .smb-section__subtitle {
  margin-top: 0;
}
.strongPoint-freee .smb-section__body {
  margin-top: 5px;
}
.strongPoint-freee .smb-section__lede-wrapper {
  margin-top: 0;
}

@media screen and (max-width: 599px) {
  .strongPoint-freee .smb-section__title {
    font-size: 1.6rem !important;
  }
  .strongPoint-freee .smb-section__lede {
    text-align: left;
  }
}
/*=================================
difficulty
===================================*/
.difficulty .smb-items__item__body {
  padding: 0 10px;
}

/*=================================
in-sourcing
===================================*/
.in-sourcing .smb-items__item__body .wp-block-image figcaption {
  height: 64px;
}

@media screen and (max-width: 599px) {
  .in-sourcing .smb-items__item__body .wp-block-image figcaption {
    height: unset;
  }
}
/*=================================
strongPoint-banso
===================================*/
.strongPoint-banso {
  padding-top: 0;
}
.strongPoint-banso .smb-section__subtitle {
  margin-top: 0;
}
.strongPoint-banso strong {
  font-size: 1.6rem;
}

.flow span {
  font-size: 2.8rem;
}
.flow .smb-step__item__number {
  width: 3rem;
  height: 3rem;
}
.flow .smb-step__item__number::before {
  font-size: 1.4rem;
}

/*=================================
contact
===================================*/
.contact .smb-btn {
  width: 440px;
  border-radius: 0%;
  margin-top: 0%;
}
.contact .smb-btn .smb-btn__label {
  font-size: 1.8rem;
}
.contact .smb-container {
  margin-top: 30px;
}
.contact .smb-container__body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .smb-container__body p:nth-child(1) {
  margin: 0 45px 0 0;
  padding-top: 4px;
}
.contact .smb-container__body p:nth-child(2) {
  margin: 0;
}
.contact .smb-container__body p:nth-child(2) a {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}
.contact .smb-container__body p:nth-child(2) a::before {
  content: "";
  background-image: url(../images/phone.svg);
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: -25px;
}
.contact .smb-container__body p:nth-child(3) {
  margin: 0 35px 0 0;
  padding-top: 4px;
}
.contact .smb-container__body p:nth-child(4) {
  margin: 0;
  position: relative;
  color: #eca61c;
}
.contact .smb-container__body p:nth-child(4)::before {
  content: "";
  border-right: solid 1px #999999;
  display: inline-block;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 0;
  left: -18px;
}
.contact .smb-container__body .wp-block-buttons {
  margin: 0;
}
.contact .smb-box .smb-buttons {
  margin: 0 0 0 10px;
}
.contact .smb-box .smb-buttons .smb-btn {
  line-height: 2.5;
  width: 340px;
}
.contact .smb-box .smb-buttons .smb-btn .smb-btn__label {
  font-size: 1.4rem;
}
.contact .smb-box__body {
  display: flex;
  justify-content: center;
}
.contact .smb-box__body p {
  margin: 0;
  line-height: 3.3;
}
.contact .smb-box__body p:nth-child(2) {
  margin: 0 20px;
}

@media screen and (max-width: 599px) {
  .contact .smb-btn {
    width: 320px;
  }
  .contact .smb-btn .smb-btn__label {
    font-size: 1.6rem;
  }
  .contact .smb-container {
    text-align: center;
    margin-top: 30px;
  }
  .contact .smb-container__body {
    display: unset;
  }
  .contact .smb-container__body p:nth-child(1) {
    margin: 0;
    padding-top: 0;
  }
  .contact .smb-container__body p:nth-child(2) {
    margin: 0;
  }
  .contact .smb-container__body p:nth-child(2) a {
    padding-left: 17px;
    font-size: 1.6rem;
  }
  .contact .smb-container__body p:nth-child(2) a::before {
    width: 13px;
    height: 13px;
    top: 6px;
    left: 0;
  }
  .contact .smb-container__body p:nth-child(3) {
    margin: 0;
  }
  .contact .smb-container__body p:nth-child(4) {
    margin: 0;
  }
  .contact .smb-container__body p:nth-child(4)::before {
    content: "";
    border-right: unset;
  }
  .contact .smb-box .smb-buttons {
    margin: 0;
  }
  .contact .smb-box .smb-buttons .smb-btn {
    width: 320px;
  }
  .contact .smb-box .smb-buttons .smb-btn .smb-btn__label {
    font-size: 1.4rem;
  }
  .contact .smb-box__body {
    display: unset;
    text-align: center;
  }
  .contact .smb-box__body p {
    line-height: 1.6;
  }
  .contact .smb-box__body p:nth-child(2) {
    margin: 0;
  }
}
/*=================================
footer
===================================*/
.footer {
  color: #fff;
}
.footer .smb-section__body {
  display: flex;
}
.footer .smb-container {
  width: 40%;
}
.footer .smb-container figure {
  width: 50%;
  margin-left: 0;
}
.footer .wp-block-columns {
  width: 48%;
  margin-top: 70px;
}
.footer .wp-block-columns a {
  color: #fff;
  transition: 0.3s;
}
.footer .wp-block-columns a:hover {
  color: #333333;
}

.l-footer {
  margin-top: -1px;
}
.l-footer .c-copyright {
  background-color: #eca61c;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .footer .wp-block-image {
    margin-bottom: 40px;
  }
  .footer .smb-section__body {
    display: unset;
  }
  .footer .smb-section__body p {
    margin-top: 10px;
  }
  .footer .smb-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset !important;
  }
  .footer .wp-block-columns {
    width: 100%;
    margin-top: 40px;
  }
  .footer .wp-block-columns .wp-block-column {
    margin-top: 0;
  }
}
/*=================================
strongPoint(page)
===================================*/
.strongPoint .wp-block-snow-monkey-blocks-buttons {
  margin-top: 0;
}
.strongPoint p strong {
  font-size: 1.4rem;
}
.strongPoint p strong span {
  font-size: 1.4rem;
}
.strongPoint .smb-section__body .smb-section__body-title {
  font-weight: 600;
}
.strongPoint .smb-section__body .smb-section__body-title span:last-of-type {
  padding-bottom: 6px;
  padding-right: 8px;
}
.strongPoint .smb-section__body p:first-child {
  font-size: 2.8rem;
  margin: 80px 0 20px;
}
.strongPoint .smb-section__body .smb-media-text {
  margin-top: 16px;
}
.strongPoint .smb-section__body .smb-media-text h2 {
  font-size: 1.8rem;
}
.strongPoint .smb-section__body .smb-media-text p:first-child {
  font-size: 1.4rem;
  margin-top: 0;
}
.strongPoint-section .smb-section__title {
  margin-top: 44px;
}
.strongPoint-section .smb-media-text__title {
  font-size: 1.8rem;
}

.strongPoint_detail .smb-media-text__title {
  font-size: 1.8rem;
}
.strongPoint_detail .smb-section__title img {
  padding-right: 10px;
  padding-bottom: 4px;
}

.original-support h2 {
  background-color: #fff;
  border-left: none;
  font-size: 2.3rem;
  margin-bottom: 20px;
  margin-top: 50px !important;
}

@media screen and (max-width: 599px) {
  .example .smb-section__body {
    display: flex;
  }
  .example .wp-block-columns.are-vertically-aligned-center {
    margin-top: 0;
  }

  .strongPoint {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .strongPoint .smb-section__subtitle,
.strongPoint .sme-font-size {
    font-size: 1.3rem !important;
  }
  .strongPoint .smb-section__body p:first-child {
    font-size: 1.6rem;
    margin: 40px 0 20px;
  }
  .strongPoint .smb-section__body .smb-media-text h2 {
    font-size: 1.6rem;
  }
  .strongPoint .smb-section__body .smb-media-text p {
    text-align: left;
  }
  .strongPoint .smb-section__body .smb-media-text p:first-child {
    font-size: 1.3rem;
  }
  .strongPoint .smb-section__body .smb-media-text__title {
    text-align: center;
  }
  .strongPoint_detail .smb-media-text__title {
    font-size: 1.6rem;
    text-align: center;
  }
  .strongPoint_detail .smb-section__lede {
    text-align: left;
  }
  .strongPoint_detail .smb-section__title img {
    width: 40px !important;
  }
  .strongPoint-section .smb-section__lede {
    text-align: left;
  }
  .strongPoint-section h2 {
    text-align: center;
    font-size: 1.6rem !important;
  }
  .strongPoint-section .smb-section__title {
    margin-bottom: 30px;
  }
  .strongPoint-section .c-row__col {
    margin-bottom: -10px;
  }
  .strongPoint-section .smb-media-text {
    margin-bottom: 40px;
  }

  .original-support h2 {
    font-size: 1.6rem;
    text-align: center;
  }
}
/*=================================
price(page)
===================================*/
.price .smb-section__lede {
  text-align: left;
  font-weight: 500;
}
.price img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .price .smb-section__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .price h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  .price .smb-section__title {
    font-size: 1.6rem;
  }
}
/*=================================
contact-form(page)
===================================*/
.page-id-730 .l-header,
.page-id-865 .l-header {
  display: none;
}

.contact-form {
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 100px;
  padding-bottom: 0;
}
.contact-form .smb-section__inner.is-content-justification-center > .c-container {
  justify-content: unset;
}
.contact-form .wp-block-site-logo {
  text-align: left;
}
.contact-form h2 {
  font-size: 3rem !important;
  text-align: left;
  background-color: unset;
  border-left: unset;
}
.contact-form .wp-block-image {
  width: 100%;
}
.contact-form .wp-block-image img {
  width: 100%;
}
.contact-form .wp-block-image figcaption {
  font-size: 1.4rem;
  color: #333333;
}
.contact-form .smb-container {
  margin-top: 0;
}
.contact-form .smb-container__body {
  display: flex;
  align-items: center;
}
.contact-form .smb-container__body p:nth-child(1) {
  margin: 0;
}
.contact-form .smb-container__body p:nth-child(1) a {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
.contact-form .smb-container__body p:nth-child(1) a::before {
  content: "";
  background-image: url(../images/phone.svg);
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: -5px;
}
.contact-form .smb-container__body p:nth-child(2) {
  margin: 0 0 0 20px;
  padding-top: 4px;
}
.contact-form .smb-container__body .wp-block-buttons {
  margin: 0;
}
.contact-form .smb-container {
  padding: 0;
}
.contact-form .smb-container .snow-monkey-form {
  margin-left: 0;
  width: 100%;
}
.contact-form .smb-container .snow-monkey-form .smf-form .smf-item__label__text {
  font-size: 1.6rem;
  font-weight: 600;
}
.contact-form .smb-container .snow-monkey-form .smf-form .smf-item {
  text-align: left;
}
.contact-form .smb-container .snow-monkey-form .smf-form .smf-item .smf-checkboxes-control__control > .smf-label {
  display: block;
}
.contact-form .smb-container .snow-monkey-form .smf-form .smf-item-radio {
  margin-top: 30px;
}
.contact-form .smb-container .snow-monkey-form .smf-form .smf-item-text {
  margin-top: 40px;
}
.contact-form-contain {
  padding-top: 0;
  padding-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .contact-form {
    padding-top: 50px;
  }
  .contact-form h2 {
    margin-top: 20px;
    text-align: center;
  }
  .contact-form .smb-container__body {
    justify-content: center;
  }
  .contact-form .smb-container__body p:nth-child(1) a {
    font-size: 2rem;
  }
  .contact-form .smb-container__body p:nth-child(1) a::before {
    width: 16px;
    height: 16px;
    top: 5px;
    left: 6px;
  }
  .contact-form .smb-container__body p:nth-child(2) {
    margin: 0 0 0 0px;
    font-size: 12px;
  }

  .contact-form-contain {
    padding-top: 0;
  }

  .contact-submit .smb-btn {
    width: 160px;
    text-align: left;
    line-height: 3.5;
    margin: 0;
  }
}