@charset "UTF-8";
a {
   color: #036DB7; 
}
a:hover {
   color: #3cbeee; 
}
#toc_container {
	margin: 2rem 0;
	width: 100% !important;
	padding: 0 !important;
    border: none;
}
#toc_container p.toc_title {
	padding: 0.5rem;
	font-size: 1.1rem;
    border-bottom: 1px solid #e0dddc;
}
#toc_container p.toc_title .toc_brackets:first-child {
	margin-left: 0.3rem;
}
#toc_container p.toc_title .toc_brackets {
    color: #036DB7;
}
#toc_container p.toc_title .toc_toggle a {
	font-size: 0.8rem;
    transition: 0.3s;
}
#toc_container p.toc_title .toc_toggle a:hover {
    text-decoration: none;
}
#toc_container p.toc_title+ul.toc_list {
	margin: 0 !important;
    padding: 1em 1em 1em 4em;
	line-height: 2.2;
    font-weight: 700;  
}
#toc_container p.toc_title+ul.toc_list li {
    list-style: disc;
}
#toc_container p.toc_title+ul.toc_list li a:hover {
    text-decoration: none !important;
}
#toc_container .toc_list a {
    text-decoration: none;
    padding-left: 0.25em;
    position: relative;    
}
#toc_container .toc_list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #3cbeee;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
#toc_container .toc_list a:hover::after {
    transform: scaleX(1);
}

h1 {
	margin-bottom: 2.5rem;
}
h1 .column-h1-before {
    display: block;
    padding-bottom: 1.0em;
    font-size: 0.4em;
}
h1 .column-h1-after {
    display: block;
    font-size: 0.6em;
    font-weight: 600;
    padding: 0.5em 0;
}
h2.wp-block-heading {
	position: relative;
  margin-top: 2.5em;
  margin-bottom: 1.1em;
  padding: 15px 20px 15px 30px;
  background: #036db7;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
	display: inline-block;
	width: 100%;
}
h2.wp-block-heading::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 3px;
  margin: auto;
  background: #fff;
  content: '';
}
h3 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.66;
  margin: 0 0 30px;
  padding: 4px 0 8px 50px;
  border-bottom: 2px solid rgb(224, 221, 220); 
}
h3::before {
  content: "";
  position: absolute;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  background-image: url("/column/wp-content/themes/solidglobal/img/mark_solidglobal.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 8px;
  left: 2px;
  width:40px;
  height:  35px;
}
.wp-block-image img {
	border-radius: 10px;
}

/* コラム/他の参考記事出力ショートコード[related_posts id="記事のID"] */
.open_close_related_column_solo {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.2em;
  color: #099;
  font-weight: 500;
}

.open_close_related_column_solo::before {
  color: #099;
  content: "\f139"; /* 開いた状態のアイコン */
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
}

.open_close_related_column_solo.closed::before {
  content: "\f13a"; /* 閉じた状態のアイコン */
}

.bl_related_column_solo {
  border: 1px solid #b3b3b3;
  padding: 1.7em;
  display: flex;
  justify-content: space-between;
  gap: 0 1.7em;
  box-sizing: border-box;
}

.bl_related_column_solo.closed {
  display: none; /* 閉じた状態で非表示にする */
}

.bl_related_column_solo .txt_area_related_column_solo {
  width: 66%;
}

.bl_related_column_solo .img_area_related_column_solo {
  width: calc(34% - 1.7em);
}

.bl_related_column_solo .ttl_related_column_solo {
  color: #099;
  font-weight: 500;
  margin: 0;
  font-size: 110%;
  line-height: 1.4;
}

.bl_related_column_solo .txt_related_column_solo {
  padding: 0.7rem 0 1.2rem;
  font-size: 80%;
  line-height: 1.6;
}

.bl_related_column_solo a.btn_read_more_related_column {
  display: block;
  background-color: #099;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 0.3em 0;
}

.bl_related_column_solo a.btn_read_more_related_column:hover {
  text-decoration: none;
  opacity: 0.8;
}
.text-decoration-underline-01 {
  position: relative;
  display: inline-block;
}

.text-decoration-underline-01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 0.5em;
  background: #D9EDF0;
  z-index: -1;
}

figure.wp-block-image.size-large {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;   
}
.list-normal li,.list-num li {
  margin-bottom: 1rem;
}
.list-normal li .ttl-list-normal,.list-num li .ttl-list-normal {
  font-weight: 800;
  font-size: 1.1rem;
  display: block;
}
.sme-highlighter {
  background-image: linear-gradient(transparent 60%, rgba(217, 237, 240, 1) 60%)!important;
}
.issue {
  background-color: #eee;
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
  padding: 0.5em 1em 0.5em 2.5em;
}
.issue::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/column/wp-content/themes/solidglobal/img/issue_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
}
.solution {
  background-color: rgb(239, 248, 249);
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
  padding: 0.5em 1em 0.5em 2.5em;
}
.solution::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/column/wp-content/themes/solidglobal/img/solution_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
}
.col-bg-circle-title span {
  color: #036DB7;
  font-size: 1.8rem;
  font-weight: 800;
  margin-left: 0.5rem;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.col-bg-circle-title span::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0px;
  width: 24px;
  height: 24px;
  background-image: url('/column/wp-content/themes/solidglobal/img/hirameki_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.col-bg-circle .col p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #036DB7;
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
}
.col-bg-circle .col p {
  width: 180px;
  height: 180px;
  line-height: 1.4;
  padding: 0;
  margin: 0 auto;
  border: 5px solid #036DB7;
  border-radius: 50%;
  position: relative;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.0rem;
}
.colinq-contact-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  text-decoration: none;
  border: 3px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  position: relative;
}
.colinq-contact-card-content {
  flex: 1;
}
.colinq-contact-card-thumb img {
	border-radius: 8px;
	width: 120px;
	height: 120px;
	object-fit: cover;
}
.colinq-contact-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #036DB7;
  line-height: 1.5em;
}
.colinq-contact-card-excerpt {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5em;
  margin-bottom: 4px;
}
.colinq-contact-card-cta {
  display: block;
  text-align: right;
  position: relative;
  font-weight: bold;
  color: #ff9515;
  cursor: pointer;
  text-decoration: none;
  padding-bottom: 4px;
  padding-right: 1.5em;
  font-size: 1.1rem;
}
.colinq-contact-card-cta span::after {
  position: absolute;
  right: -20px;
  bottom: -13px;
  content: url(/column/wp-content/themes/solidglobal/img/arrow_cta_link.png);
  transform: scale(0.8);
  transition: transform 0.4s ease, right 0.4s ease;
}
.colinq-contact-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}
.colinq-contact-card-cta:hover span::after {
  right: -30px;
}
.column-button {
  border: 1px solid #dee2e6;
  padding: 1.0em 1.0em 1.5em 1.0em;
}
.column-button-text {
  position: relative;
  transition: all .2s;
  margin: 0 auto;
  padding: 0.9em 4em 0.9em 2em;
  border: 2px solid #ddd;
  border-radius: 5px;
  background-color: #dee2e6;
  font-size: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #333;
  font-size: 18px;
}
.column-button-text:hover {
  animation: anima-column-button-text 1s;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
@keyframes anima-column-button-text {
    0% {
		    box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.8);
	}
	100% {
		    box-shadow: 0 0 0 0.5em rgb(0 0 0 / 0%);
	}
}

.column-button-text:hover::after {
  transform: translateX(5px);
}
.column-button-text::after {
  position: absolute;
  right: 2.0rem;
  font-weight: 900;
  content: '→';
  transition: 500ms;
}
.column-button-text::after {
  position: absolute;
  right: 2.0rem;
  font-weight: 900;
  content: '→';
  transition: 500ms;
}
.btn {
  font-weight: 600;
  transition: .5s;
}
.btn:hover {
  color: #666;
}
.btn-news-outline-light {
  color: #333;
  border-color: #333;
  border-radius: 50px;
}
.btn-news-outline-light:hover {
  opacity: 0.5;
}
.col-bg-circle .col p span {
  font-size: 1.25rem;
  color: #036DB7;
  font-weight: 800;
  line-height: 1.35;
}
.col-bg-circle-title {
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 0.5em;
}


@media (min-width: 768px) {
  figure.wp-block-image.size-large {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
}
@media (max-width: 768px) {
  h3 {
	font-size: 19px;
    line-height: 1.66;  
  }
}
