/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2026 | 12:09:02 */
/* ヘッダーロゴ部分の装飾 */

/* 事務代行社グループ部分 */
/* 共通 */
.logo-sub-text {
  color: var(--color_main);
  letter-spacing: 0.1em;
  margin-left: 12px;
  align-self: flex-end;
}
/* 通常ヘッダー */
.logo-sub-text.is-header {
	font-size: 20px;
	padding-bottom: 21px;
}
/* 追従ヘッダー */
.logo-sub-text.is-fixHeader {
  font-size: 12px;
}
@media (max-width: 959px) {
	.l-header__logo {
		display: flex;
		align-items: center;
	}
	.l-header__logo .logo-sub-text {
		font-size: 12px;
		padding-bottom: 10px;
	}
}



/* 電話番号パーツ */
/* PCで表示*/
@media (min-width: 960px) {
  .l-header__barInner {
    display: flex;
    justify-content: space-between;
  }

  .l-header__bar .l-container {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }

  /* ロゴ*/
  .c-headLogo {
    align-items: center;
  }

  .contact-box {
    margin-left: auto;
    margin-bottom: 2px;
    line-height: 1.5em;
  }

  .contact-box span {
    display: block;
  }

  .contact-box01 {
    font-size: 11px;
    text-align: justify;
    text-align-last: justify;
  }

  .contact-box02 {
    font-weight: 700;
    color: var(--color_main);
    font-size: 25px;
    letter-spacing: .05em;
    margin-bottom: 2px;
  }

  .contact-box02 a {
    color: var(--color_main);
    font-size: 23px;
    letter-spacing: 0;
    margin-bottom: 2px;
  }
	
  .contact-box02 i {
    color: var(--color_main);
	  margin-right: 5px;
  }

  .contact-box03 {
    font-size: 9px;
    text-align: justify;
    text-align-last: justify;
  }

  .contact-banner {
    padding-left: 1em;
  }

  .contact-banner .far {
    padding-right: 5px;
  }

  .contact-banner .fas {
    padding-right: 5px;
  }

  .contact-banner a {
    font-size: 16px;
    height: 88%;
    display: flex;
    align-items: center;
    padding: 0 2em;
    margin-top: 3px;
    border-radius: 10px;
  }

  .kanta-cta {
    font-weight: bold;
    background-color: var(--color_deep02);
    border: solid var(--color_deep02) 1px;
    color: #ffffff;
    transition: .3s;
  }

  .kanta-cta i {
	font-weight: bold;
	color: #fff;
  }

  .kanta-cta:hover {
    background: #ffffff;
    color: var(--color_deep02);
  }
	
  .kanta-cta:hover i {
    color: var(--color_deep02);
  }

  .-parallel .l-header__logo {
    display: flex;
    padding: 16px 48px;
  }

  l-header__inner .c-headLogo {
    width: 30%;
    display: block !important;
    text-align: left;
  }

  .kanta-right {
    display: flex;
    margin-left: auto;
  }

  .l-fixHeader__inner l-container .c-headLogo {
    width: 100%;
  }
}

/* スマホで非表示*/
@media (max-width: 959px) {
  .kanta-right {
    display: none;
  }
}