/*common css*/
/*aタグ*/
a {
  text-decoration: none;
}
/*テキスト折り返し*/
.ib {
  display: inline-block;
}
/*column-reverse*/
@media (max-width: 599px) {
	.reverse {
		flex-direction: column-reverse;
	}
  .reverse .advgb-columns-container .advgb-columns  {
    flex-direction: column-reverse;
  }
}
/*サイトタイトル*/
.c-site-branding--has-logo {
  display: flex;
	align-items: center;
}
.c-site-branding__description {
	font-size:24px;
	font-weight: 600;
	font-style: italic;
	margin-left: 10px;
	letter-spacing: 0.5px;
}
/*ブロックの調整*/
.wp-block-snow-monkey-blocks-section .alignfull .smb-section {
  padding: 50px 0px;
}
/* タイトルの調整*/
.smb-section__title.after{
  height:5px;
}
/*不要な固定ページタイトルの削除調整*/
.c-entry__title{
  display:none;
}
/*サイト背景CSS*/
body {
  background: #F6FBFF;
}
/*ボタンcss*/
.meo-btn .smb-btn {
  box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
  transition: all .3s ease 0s;
}
.meo-btn .smb-btn:hover,
.meo-btn .smb-btn:focus {
  box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
  transform: translateY(-4px);
}
.btn-size {
  font-size: 1.75rem;
}
.top-service-btn {
  font-size: 20px;
}
.learn-btn-size {
  font-size: 1.55rem;
}
@media screen and (max-width: 599px) {
  .price-btn-size {
    font-size: 1.55rem;
  }
  .top-service-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .btn-size {
    margin: 0 auto;
    font-size: 1.25rem;
  }
  .learn-btn-size {
    font-size: 1rem;
  }
  .price-btn-size {
    font-size: 1rem;
  }
  .top-service-btn {
    font-size: 12px;
  }
}
/*topボタンの位置*/
@media screen and (max-width: 599px) {
  .top-column .smb-buttons.is-content-justification-left {
    justify-content: center;
  }
}
/*ヘッダー*/
@media screen and (min-width: 1023px) {
  .l-header {
    padding-top: 20px;
  }
  nav {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 0px rgb(0 91 171 / 10%);
  }
}
/*ヘッダー文字サイズ*/
.l-2row-header .p-global-nav .c-navbar__item>a {
  font-weight: 900;
}
@media (min-width: 1024px) and (max-width: 1194px) {
  .p-global-nav .c-navbar__item>a {
    font-size: 11px;
    padding: 1rem;
  }
}
/*header-info*/
.header-info {
  z-index: 5;
  position: fixed;
  top: 0px;
  right: 45px;
}

/*フッター*/
/* フッターのコピーライトの位置中央調整*/
.c-copyright{
  text-align:center;
}
/*追尾バナーcss*/
.p-footer-cta .c-btn  {
  border-radius: 50px;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
}
.p-footer-cta__text {
  text-align: center;
  font-weight: bold;
  font-size: 1.15rem;
}
@media screen and (max-width: 578px) {
  .p-footer-cta__text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 374px) {
  .p-footer-cta__text {
    font-size: 0.65rem;
  }
  .p-footer-cta .c-btn {
    font-size: .575rem;
  }
}
.p-footer-cta__text .text-blue {
  color: #0393E3;
}
.p-footer-cta__text .text-ib {
  display: inline-block;
}
.track-btn-pc {
  z-index: 5;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 300px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .c-page-top,
  .p-footer-cta {
    display: none;
  }
}

/*トップページcss*/
.top-title {
  font-size: 36px;
}
@media (min-width: 600px) and (max-width: 700px) {
  .top-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 374px) {
  .top-title {
    font-size: 28px;
  }
}
/*スマホの画像サイズ*/
@media screen and (max-width: 599px) {
  .comparison-img {
    text-align: center;
  }
  .comparison-img img {
    width: 65%;
  }
}
/*reason-title */
.reason-title {
  font-size: 22px;
}
@media screen and (max-width: 375px) {
  .reason-title {
    font-size: 18px;
  }
}

/*よくあるご質問ページcss*/
.smb-accordion__item__title {
  background-color: #fff;
  border: 1px solid #eee;
  opacity: 0.9;
}

.smb-accordion__item__body {
  background-color: #fff;
}
/*お問い合わせページcss*/
.smf-form--business .smf-item__col {
  background-color: #fff;
}

/*料金ページcss*/
.price-table .smb-section__body {
  overflow: auto;
  white-space: nowrap;
}
/*特徴ページcss*/
.feature-img {
  border-radius: 10px;
}
.feature-img-xs {
  display: none;
}
@media screen and (max-width: 374px) {
  .feature-img-sp {
    display: none;
  }
  .feature-img-xs {
    display: block;
  }
}

/*導入事例ページcss*/
.case-table {
  font-size: 16px;
}
.case-font-size {
  font-size: 28px;
}
@media (min-width: 600px) and (max-width: 781px) {
  .case-table {
    font-size: 11px;
  }
  .case-font-size {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .case-table {
    font-size: 14px;
  }
  .case-font-size {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .case-table {
    font-size: 10px;
  }
  .case-font-size {
    font-size: 10px;
  }
}