@charset "UTF-8";
/* withdoctors ドクター宝箱
-------------------------------------------------- */
/* arrow
-------------------------------------------------- */
/* --------------------------------------------------
unique for this article page
-------------------------------------------------- */
.mainVisual01 {
	background-image: url(../images/mv.jpg);
	background-position: center 30% !important;
	position: relative;
}

.mainVisual01::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: radial-gradient(
		ellipse closest-side,
		rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0)
	);
	border-radius: 100%;
}

.mainVisual01 > h2 {
	z-index: 1;
}

.wrapContents .wrapTakarabako .bold_st {
	font-weight: bold;
	font-family: "TsukuGoPro-B";
}

.wrapContents .wrapTakarabako .bold_st {
	margin-bottom: 1rem;
	word-break: break-all;
}

.wrapContents .wrapTakarabako .mt-0 {
	margin-top: 0;
}

.wrapContents .wrapTakarabako p span.note {
	font-size: 1.2rem;
	font-weight: normal;
}

.wrapContents .wrapTakarabako p:has(span.note) {
	line-height: 1.5;
}

h3 {
	word-break: keep-all;
	overflow-wrap: anywhere;
}

cite {
	font-weight: bold;
	font-family: "TsukuGoPro-B";
	font-style: normal;
}

span.bold{
	font-weight: bold;
}

.bs{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	border: 1px solid #000000;
	font-size: 1.4rem;
}
.bs .title{
	font-family: "TsukuGoPro-B";
	font-weight: bold;
}
.bs > .liabilities{
	border-left: 1px solid #000000;
}
.bs .record{
	display: flex;
	height: 2em;
	align-items: center;
}
.bs .name,  .bs .price, .bs .record > .title{
	padding: 0.5rem 1rem;
}
.bs .name{
	width: 65%;
}
.bs .price{
	width: 35%;
	text-align: right;
}

.bs .sum {
	border-top: 3px double #000000;
}

.bs  .sum  .name{
	text-align: right;
}

.wrap02 .fig-table {
	width: 100%;
	margin-bottom: 1rem;
}

.disc-list {
	margin: 0 0 1.4rem 0;
	padding-left: 1em;
	text-align: left;
	font-size: 1.4rem;
}
.disc-list span {
	font-weight: bold;
	font-family: "TsukuGoPro-B";
}
.disc-list ol {
	padding-left: 0;
}

.disc-list dl dd {
	padding-left: 0;
}
.disc-list dl dt {
	font-weight: bold;
}

.disc-list > li {
	list-style-type: disc;
}

.inside > li {
	list-style: inside;
}

.num_list {
	font-size: 1.4rem;
	padding-left: 1.5em !important;
}
.num_list li {
	list-style: decimal;
}

.num_list li a {
	word-break: break-all;
}

.num_list.bold li::marker {
	font-weight: bold;
}

.bold_num {
	counter-reset: bold_num;
	font-size: 1.4rem;
	padding-left: 1.5em !important;
}
.bold_num li {
	list-style: none;
	font-weight: bold;
}
.bold_num li > span, .bold_num li span::before {
	text-decoration: underline;
}
.bold_num li > p {
	font-weight: normal;
	text-decoration: none;
}

.bold_num li > p:first-of-type {
	margin-top: 1rem;
}
.bold_num li > span::before {
	counter-increment: bold_num;
	content: "（" counter(bold_num) "）";
}
.bold_num li + li {
	margin-top: 1em;
}

.bold_num li a {
	word-break: break-all;
}

.bold_num.bold li::marker {
	font-weight: bold;
}
.bs-area{
	width: 75%;
	margin: 3rem auto;
}

.links_blue {
	word-break: break-all;
}

.ml{
	margin-left: 1rem;
}
.mr{
	margin-right: 1rem;
}
.mb {
	margin-bottom: 1rem;
}
span.bold {
	font-weight: bold;
}
span.small {
	font-size: 1.2rem;
}

figcaption {
	line-height: 1.25;
	font-size: 1.25rem;
}

.tag-area{
	display: flex;
	gap: 0.25rem;
	margin-bottom: 0.25rem;
}

.tag-area span{
	color: white;
	padding: 0.25rem 0.5rem;
}

.tag-area span.alone{
	background-color: #a61918;
}

.tag-area span.relate{
	background-color: #006EC8;
}

.wrapContents .wrapTakarabako section .inner .wrap-img-text div figcaption p {
	font-size: 1.2rem;
	margin-bottom: 0;
}
.wrapContents
	.wrapTakarabako
	section
	.inner
	.wrap-img-text
	div
	figcaption
	p:nth-of-type(2) {
	text-indent: 1.5em;
}

.column-border ul,
	.column-border ol {
	font-size: 1.4rem;
	text-align: left;
	margin: 1em 0;
	padding-left: 4em;
}

.column-border ul li {
	list-style-type: disc !important;
}

.wrapTakarabako .wrap02 .column-border h4 {
	border-bottom: 1px solid #a61918;
	border-left: 0px none #ffffff;
	font-size: 2rem;
	margin: 2rem 0 20px 0;
	padding: 0 0 1.2rem 0;
	text-align: center;
}

.my-3{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mt-3 {
	margin-top: 1.5rem !important;
}
.mb-3 {
	margin-bottom: 1.5rem !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mt-1 {
	margin-top: 1rem !important;
}
.mb-1 {
	margin-bottom: 1rem !important;
}
.text-center {
	text-align: center !important;
}
.nowrap {
	display: inline-block !important;
}


@media only screen and (max-width: 768px) {
	.disc-list {
		font-size: 3.3vw;
	}

	.num_list {
		font-size: 3.3vw;
	}
	.sup-list {
		font-size: 3.3vw;
	}

	.bs-area{
		width: 100%;
	}

	.bs{
		font-size: 2.3vw;
	}

	.bs .name,  .bs .price, .bs .record >.title{
		padding: 0.5rem 0.5rem;
	}

	.bs .record{
		height: 2.25em;
	}
	span.small{
		font-size: 2.13333vw;
	}

	figurecaption {
		font-size: 2vw;
	}
	figurecaption.right {
		font-size: 2vw !important;
	}
	figurecaption p {
		font-size: 2vw !important;
	}
	.wrapTakarabako .wrap02 h4 {
		font-size: 4.2vw;
	}
	.column-border ul {
		font-size: 3.3vw;
	}
	.column-border ul li {
		width: 100%;
	}
	.wrapContents .wrapTakarabako p span.note {
		font-size: 2.8vw;
	}
	.wrapContents .wrapTakarabako p:has(span.note) {
		line-height: 1;
	}
}
