/* =========================
コラム記事 冒頭CTA・筆者紹介・監修表記
========================= */

.hc-column-intro {
	margin: 1.5em 0 2em;
}

.hc-cta-box {
	background: #F7f7f7;
	padding: 1.5em;
	margin-bottom: 1em;
}

.hc-column-intro .hc-cta-box__title {
	background-color: #9D003E;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0.6em;
	line-height: 1.5;
	padding: 12px 20px;
}

.hc-column-intro .hc-cta-box__text {
	margin: 0 0 1.2em;
	line-height: 1.8;
}

.hc-column-intro .hc-cta-box__list {
	margin: 0 0 1.2em;
	padding-left: 1.4em;
	line-height: 1.9;
}

.hc-column-intro .hc-cta-box__list li{
	padding-left: 1em;
	margin: 0 0 8px 0;
}

.hc-column-intro .hc-cta-box__list li:last-child{
	margin-bottom: 0;
}

.hc-column-intro .hc-cta-box__list li:before {
    content: " ";
    width: 9px;
    height: 9px;
    background: #9d003e;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
		top: 50%;    
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
}

.hc-column-intro .hc-cta-box__text{
	padding: 0;
}

.hc-column-intro .hc-cta-box__prompt {
	font-weight: bold;
	color: #9D003E;
	margin: 0 0 1em;
	line-height: 1.6;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
	padding: 0;
}

.hc-column-intro	.hc-cta-box__prompt .br-sp{
		display: none;
	}

.hc-column-intro .hc-cta-box__prompt::before {
	content: "";
	width: 24px;
	height: 2px;
	box-sizing: border-box;
	background-color: #9D003E;
	rotate: 60deg;
}

.hc-column-intro .hc-cta-box__prompt::after {
	content: "";
	width: 24px;
	height: 2px;
	box-sizing: border-box;
	background-color: #9D003E;
	rotate: -60deg;
}

.hc-cta-box__cta-wrap,
.hc-column-intro .hc-cta-box__cta-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0 0 1.2em;
}

.hc-cta-box__cta-wrap .hc-cta-box__buttons {
	flex: 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8em;
}

.hc-cta-btn {
	flex: 0 1 auto;
	width: auto;
	max-width: 320px;
	min-width: 240px;
	text-align: center;
	background: #9D003E;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding: 12px 24px 12px 40px;
	border-radius: 4px;
	transition: opacity 0.2s;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

a.hc-cta-btn img{
	width: 8px;
	height: 12px;
	margin: 0 !important;
}

.hc-cta-btn:hover {
	opacity: 0.8;
	color: #fff;
}

.hc-cta-box__cta-wrap .hc-cta-box__tel {
	flex: 0 0 auto;
	margin: 0;
	padding-left: 24px;
	border-left: 1px solid #ddd;
}

.hc-cta-box__tel {
	text-align: center;
	margin: 1em 0;
	line-height: 1.7;

}

.hc-column-intro  .hc-cta-box__tel_text{
	font-size: 18px;
	font-weight: 700;
	padding: 0;
}

.hc-column-intro  .hc-cta-box__tel .hc-cta-box__tel-number {
	color: #9D003E;
	font-weight: bold;
	font-size: 28px;
	text-decoration: none;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.hc-column-intro  .hc-cta-box__tel .hc-cta-box__tel-number img{
	width: 20px;
	height: 20px;
	margin: 0;
}

.hc-column-intro  .hc-cta-box__tel .hc-cta-box__tel_text-bottom{
	padding: 0;
	font-size: 12px;
}

/* =========================
記事途中CTA（ミニ）
========================= */

.hc-cta-mini {
	margin: 1.5em 0 2em;
}

.hc-cta-mini .hc-cta-box__prompt {
	font-weight: bold;
	color: #9D003E;
	margin: 0 0 1em;
	line-height: 1.6;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
	padding: 0;
}

.hc-cta-mini .hc-cta-box__prompt .br-sp {
	display: none;
}

.hc-cta-mini .hc-cta-box__prompt::before {
	content: "";
	width: 24px;
	height: 2px;
	box-sizing: border-box;
	background-color: #9D003E;
	rotate: 60deg;
}

.hc-cta-mini .hc-cta-box__prompt::after {
	content: "";
	width: 24px;
	height: 2px;
	box-sizing: border-box;
	background-color: #9D003E;
	rotate: -60deg;
}

.hc-cta-mini .hc-cta-box__tel_text {
	font-size: 18px;
	font-weight: 700;
	padding: 0;
}

.hc-cta-mini .hc-cta-box__tel .hc-cta-box__tel-number {
	color: #9D003E;
	font-weight: bold;
	font-size: 28px;
	text-decoration: none;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.hc-cta-mini .hc-cta-box__tel .hc-cta-box__tel-number img {
	width: 20px;
	height: 20px;
	margin: 0;
}

.hc-cta-mini .hc-cta-box__tel .hc-cta-box__tel_text-bottom {
	padding: 0;
	font-size: 12px;
}

@media screen and (max-width: 600px) {
	.hc-cta-mini .hc-cta-box__prompt {
		padding: 0;
		gap: 0;
	}
	.hc-cta-mini .hc-cta-box__prompt::before,
	.hc-cta-mini .hc-cta-box__prompt::after {
		width: 30px;
	}
	.hc-cta-mini .hc-cta-box__prompt .br-sp {
		display: block;
	}
}

.hc-author-box {
	display: flex;
	gap: 1.2em;
	align-items: flex-start;
	background: #fff;
	padding: 1.5em;
	margin-bottom: 1.5em;
}

.hc-author-box__photo {
	flex: 0 0 140px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}

.hc-author-box__photo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	margin: 0;
}

.hc-author-box__body {
	flex: 1 1 auto;
}

.hc-author-box__label {
	display: inline-block;
	background: #9D003E;
	color: #fff;
	font-size: 0.8em;
	padding: 4px 12px;
	border-radius: 3px;
	margin-bottom: 0.6em;
	line-height: 1;
	font-weight: 700;
}

.hc-column-intro .hc-author-box__name-role {
	font-weight: bold;
	margin: 0 0 1em;
	line-height: 1.6;
	padding: 0;
}

.hc-column-intro .hc-author-box__name-role .br-sp{
	display: none;
}

.hc-column-intro .hc-author-box__name-role .hc-author-box__name {
	font-size: 1.1em;
	margin-left: 0.5em;
}

.hc-column-intro .hc-author-box__desc {
	margin: 0 0 1em;
	line-height: 1.8;
	padding: 0;
}

.hc-column-intro .hc-author-box__qualifications-label {
	font-weight: bold;
	margin: 0 0 0.4em;
	font-size: 15px;
	padding: 0;
	color: #9D003E;
}

.hc-column-intro .hc-author-box__qualifications {
	margin: 0;
	line-height: 1.7;
	font-size: 15px;
	color: #333;
	padding: 0;
}

.hc-supervision {
	font-size: 14px;
	color: #333;
	background: #fff;
	border-left: 5px solid #9D003E;
	padding: 0.8em 1em;
	margin: 0 0 1.5em;
	line-height: 1.7;
}

.hc-supervision a {
	color: #9D003E;
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
	.hc-cta-box {
		padding: 20px;
		margin-bottom: 1em;
	}
	.hc-column-intro .hc-cta-box__prompt{
		padding: 0;
		gap: 0;
	} 
	.hc-column-intro .hc-cta-box__prompt::before,
	.hc-column-intro .hc-cta-box__prompt::after {
		width: 30px;
	}
	.hc-column-intro .hc-cta-box__prompt .br-sp{
		display: block;
	}
	.hc-cta-box__cta-wrap {
		flex-direction: column;
	}
	.hc-cta-box__cta-wrap .hc-cta-box__tel {
		border-left: none;
		padding-left: 0;
		border-top: 1px solid #ddd;
		padding-top: 1em;
	}
	.hc-cta-btn {
		width: 100%;
		max-width: 100%;
	}
	.hc-author-box {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.hc-column-intro .hc-author-box__name-role {
		text-align: center;
	}
	.hc-column-intro .hc-author-box__name-role .br-sp{
		display: block;
	}
		.hc-column-intro .hc-author-box__desc{
		text-align: left;
	}
	.hc-author-box__qualifications-label{
		text-align: left;
	}
	.hc-author-box__qualifications{
		text-align: left;
	}
}
