@charset "utf-8";

.section-header__read {
	margin-block-end: clamp(30px, 5vw, 70px);
}

/* ---------------------------------------------------------------------------------------------  */

.intro {

	& .intro__img {
		max-width: 900px;
		margin-inline: auto;
		border-radius: 5px;
		overflow: hidden;
	}

	& .intro__price {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		position: relative;
	}

	& .intro__price-item {
		width: var(--wcalc10-8);
	}

	& .intro__price-item-inner {
		display: flex;
		flex-direction: column;
	}

	& .intro__price-header {
		display: flex;
		flex-direction: column;
		text-align: center;
		letter-spacing: -.08rem;

		& > * {
			margin: 0;
			font-size: clamp(1.3rem, 2vw, 1.5rem);
		}
	}

	& .intro__price-ttl {
		font-weight: 600;
	}

	& .intro__price-lbl {
		font-weight: 600;

		& small {
			font-size: 1.1rem;
		}
	}

	& .intro__price-default {
		font-weight: 500;
	}

	& .intro__price-body {
		width: var(--wcalc10-8);
		margin-inline: auto;
		line-height: 0;
	}

	& .ConversionPhone {
		margin-top: 30px;
	}
}

@media all and (min-width: 1280px) {

	.intro {
		
		& .section-header__read {
			text-align: center;
		}

		& .intro__price {
			flex-direction: row;
			gap: 0;
			padding-inline: 0;
		}

		& .intro__price-item {
			position: relative;
			width: 50%;

			&:first-child:after {
				content: "";
				position: absolute;
				width: 1px;
				height: 100%;
				right: 0;
				top: 0;
				bottom: 0;
				margin: auto;
				background-color: var(--color-txt);
				opacity: .5;
			}
		}

		& .intro__price-header {
			flex-direction: row;
			justify-content: space-between;
			position: relative;
			letter-spacing: -.08rem;

			& > * {
				background-color: var(--color-bg);
				position: relative;
				z-index: 2;
				margin: 0;
			}

			&:before {
				content: "";
				width: 100%;
				height: 1px;
				z-index: 1;
				background-color: var(--color-txt);
				position: absolute;
				top: 0;
				bottom: 0;
				margin: auto;
				opacity: .2;
			}
		}

		& .intro__price-ttl {
			padding-right: .5em;
		}

		& .intro__price-lbl {
			padding-left: .5em;
		}

		& .intro__price-body {
			width: 100%;
			text-align: center;
		}

		& .intro__price-item-inner {
			margin-inline: auto;
			max-width: 350px;
			gap: 10px;

			& img {
				display: inline-block;
				box-sizing: border-box;
			}
		}
	}
}

/* ---------------------------------------------------------------------------------------------  */

.intro__supply {
	margin-inline: auto;
	margin-top: 30px;

	& p {
		font-weight: 600;
		font-size: clamp(1.3rem, 5vw, 1.5rem);
		text-align: center;
	}
}

.supply__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.supply__item {
	list-style: none;
	position: relative;
	padding-inline-start: 14px;
	font-weight: 600;

	&:before {
		content: "";
		width: 10px;
		height: 10px;
		background-color: var(--color-accent);
		opacity: .5;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 0.5em;
	}
}

@media all and (min-width: 768px) {

		.supply__list {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		padding: 0;
	}

	.supply__item {
		padding-inline-start: 24px;

		&:before {
			width: 15px;
			height: 15px;
		}
	}
}

@media all and (min-width: 1280px) {

	.intro__supply {
		margin-top: 50px;
	}
}

/* ---------------------------------------------------------------------------------------------  */

.dwi {

	& .subsection-sub__body {
		display: flex;
		flex-direction: row;
		gap: 20px;
		align-items: flex-start;
	}

	& .subsection-sub__txt {
		width: calc(100% - 95px);
		margin: 0;
	}

	& .subsection-sub__img {
		max-width: 95px;
		border-radius: 10px;
		overflow: hidden;
		width: 100%;
	}
}

@media all and (min-width: 1280px) {

	.dwi {

		& .subsection-sub__body {
			gap: 30px;
			
			& > * {
				margin-block-start: 0;
			}
		}

		& .subsection-sub__txt {
			width: calc(100% - 160px);
		}

		& .subsection-sub__img {
			max-width: 160px;
		}
	}
}

/* ---------------------------------------------------------------------------------------------  */

.explanation {

	& .section-header__ttl-inner {

		& span {
			font-weight: 400;
		}
	}

	.subsection-inner__body {
		margin-top: 20px;
	}

	.table-outer-head {

		& .table-head {
			display: none;
		}
	}

	.mri {

		& .table-outer-head {
			border-top: none;
			border-bottom: none;
		}

		& .table-data {
			font-weight: 600;
			color: var(--color-accent);
		}
	}

	.petct {

		& .table-outer-head {
			font-weight: 600;
			border-top: none;
			border-bottom: none;
		}
	}
}

@media all and (min-width: 1280px) {

	.explanation {

		.compare__table {
			display: flex;
			flex-direction: row;
			gap: 0;

			& .table-outer-head {
				border-bottom: 1px solid var(--color-txt);
			}

			& .textarea {

				& .table-data {
					height: 8em;
				}
			}

			& .table-data {
				padding-inline: 10px;
			}
		}

		.mri {
			margin: 0;
			width: var(--wcalc8-5);

			& .table-head {
				display: block;
				width: var(--wcalc5-2);
			}

			& .table-data {
				width: var(--wcalc5-3);
			}
		}

		.petct {
			margin: 0;
			width: var(--wcalc8-3);

			& .table-head {
				display: none;
			}

			& .table-data {
				width: 100%;
			}
		}
	}
}



