/*共通クラス*/
.main-contents {
  margin-top: -2.5rem;
  padding-top: 2.5rem;
}

/*.main-contents h3{
	margin-top: 3rem;
	margin-bottom: 0;
	padding-bottom: 3rem;
	font-weight: 700;
	font-size: 1.33333333rem;
}
.main-contents h4{
	padding-top: 0;
	padding-bottom: 1.5rem;
	font-weight: 700;
	font-size: 1.6rem;
}*/

.content-text a:hover {
  color: var(--font-base) !important;
  text-decoration: underline;
}

.contact-btn button::before{
	content: "\f674";
	font-family: "Font Awesome 6 Pro";
	font-size: 1.5rem;
	font-weight: 100;
}

/*ツグナラ企業＆専門家　シングルページ*/
.company-index-list {
  list-style: none;
  padding-left: 0px;
}
.company-index-list li {
  position: relative;
  padding-left: 1.8em;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
.company-index-list li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f86c";
  margin-right: 1rem;
  position: absolute;
  left: 0em;
  line-height: 1;
  font-weight: 400;
  top: 0.5em;
  transform: scale(0.7, 1);
}
.company-index-list a {
  color: var(--font-base) !important;
}
/*.tgnr-consultant-img{
	margin-top: 3rem;
}*/
#company-philosophy h2,
#president-message h2,
#commitment h2,
#service-features h2,
#case-study-text h2,
#company-profile h2 {
  font-size: 2.4rem; /* h4相当 */
  margin: 2rem 0;
  font-weight: 700;
}

#company-philosophy h3,
#president-message h3,
#commitment h3,
#service-features h3,
#case-study-text h3,
#company-profile h3 {
  font-size: 1.8rem; /* h5相当 */
  margin: 1.5rem 0;
  font-weight: 700;
}

#company-philosophy h4,
#president-message h4,
#commitment h4,
#service-features h4,
#case-study-text h4,
#company-profile h4 {
  font-size: 1.4rem; /* h6相当 */
  margin: 1rem 0;
  font-weight: 700;
}

.company-info-table tbody:first-child tr {
  border-top-width: 1px;
}
.company-info-table td {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.content-text > h3:first-child {
  margin-top: 0;
}

.content-text ol li {
  margin-bottom: 1em;
}

#contact-form > div{
	background-color: rgba(163,18,25,0.04);
}

@media (min-width: 992px) {
  .company-index-list li:before {
    padding-left: -0.5em;
  }
  .philosophy-text {
    columns: 2;
    column-gap: 3rem;
    column-rule: solid 1px #ccc;
    column-fill: auto;
  }
  .company-info-table td {
    padding-top: 1rem;
  }
}

/*コラム＆ニュース　シングルページ*/
.read p {
  font-size: 1rem;
  margin-bottom: 0px;
}
.column-contents #toc_container {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.column-contents span {
  margin-top: -5rem;
  padding-top: 5rem;
}
.column-contents p a:hover {
  color: var(--font-base) !important;
  text-decoration: underline;
}
.column-contents h3 {
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.column-contents h4 {
  font-size: 1.13333333333333rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.column-contents > .wp-block-image figure {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.toc_list {
  list-style: none;
  margin-top: -1.7rem;
  padding-left: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: solid 2px var(--primary);
  border-bottom: solid 2px var(--primary);
}
.toc_list::before {
  content: "INDEX";
  position: absolute;
  margin-top: -3.2rem;
  color: var(--primary);
  background-color: var(--white);
  padding-right: 0.5rem;
  font-size: 1.3rem;
  font-family: gill-sans-nova, sans-serif;
  font-style: italic;
}

.toc_list ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 1rem;
}

.toc_list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.75rem;
}

.toc_list li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f86c";
  margin-right: 0.5em;
  position: absolute;
  left: 0em;
  line-height: 1;
  top: 0.5rem;
}
.toc_list a {
  color: var(--font-base) !important;
}
.toc_list a:hover {
  color: var(--font-base) !important;
  text-decoration: none;
  opacity: 0.5;
}

.column-pagenation a {
  color: var(--white);
}
.other-posts a {
  color: var(--font-base) !important;
}
.favorite-posts a {
  color: var(--font-base) !important;
}

.column-contents h2 {
  font-size: 2rem; /* h3相当 */
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .read p {
    font-size: 1.5rem;
  }
}

/*経営資源引き継ぎ企業*/
.resource-title .cat-icon {
  width: 15%;
}
.resource-title .title {
  width: 85%;
}

.bg-100million {
  background-color: #e6cd44;
}
.bg-500million {
  background-color: #e6ae44;
}
.bg-1billion {
  background-color: #e68f44;
}
.bg-1billionover {
  background-color: #e66344;
}
.bg-no-100million {
  background-color: #f2edd1;
}
.bg-no-500million {
  background-color: #ffefd1;
}
.bg-no-1billion {
  background-color: #f7e4d4;
}
.bg-no-1billionover {
  background-color: #f7d6ce;
}

.business-succeession-work h2,
.business-succession-philosophy h2 {
  font-size: 1.26666666666667rem; /* h4相当 */
  margin: 2rem 0;
  font-weight: 700;
}

.business-succeession-work h3,
.business-succession-philosophy h3 {
  font-size: 1.13333333333333rem; /* h5相当 */
  margin: 1.5rem 0;
  font-weight: 700;
}

.business-succeession-work h4,
.business-succession-philosophy h4 {
  font-size: 1rem; /* h6相当 */
  margin: 1rem 0;
  font-weight: 700;
}
@media (min-width: 992px) {
  .resource-title .cat-icon {
    width: 7%;
  }
  .resource-title .title {
    width: 93%;
  }
}

/* いいね・シェアボタン */

.sfsi_wDiv {
  width: auto !important;
}

.sfsi_wicons {
  padding-top:5px!important;
}
