.chat__content {
	align-items: flex-start;
	display: flex;
	gap: 2rem;
	padding-right: 5rem;
}

.chat__content:not(:first-child) {
	margin-top: 1.5rem;
}

.chat__content:nth-child(2n+2) {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
}

.chat__person {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 32.52%;
}

.chat__content:nth-child(2n+2) .chat__person {
	width: 27.204%;
}

.chat__icon {
	align-items: end;
	border: 0.0625rem solid #f090a9;
	border-radius: 11.25rem;
	display: flex;
	height: 3.765rem;
	justify-content: center;
	overflow: hidden;
	overflow: hidden;
	width: 3.765rem;
}

.chat__content:nth-child(2n+2) .chat__icon {
	border: 0.0625rem solid #a4ecec;
}

.chat__icon--man img {
	height: 3.44125rem;
	width: 2.845625rem;
}

.chat__icon--woman img {
	height: 3.291875rem;
	width: 2.81375rem;
}

.chat__name {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.chat__name span {
	-webkit-text-decoration-skip-ink: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.125rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.chat__message {
	background-color: #ffecf1;
	border-radius: 0.5rem;
	box-shadow: 0.25rem 0.25rem 0rem 0rem #f090a9;
	padding: 2rem;
	position: relative;
}

.chat__content:nth-child(2n+2) .chat__message {
	background-color: #dbfbfb;
	box-shadow: 0.25rem 0.25rem 0rem 0rem #0c8d8d;
}

.chat__triangle {
	height: 1rem;
	left: -0.875rem;
	position: absolute;
	top: 1.4375rem;
	width: 0.875rem;
}

.chat__triangle {
	position: absolute;
}

.chat__content:nth-child(2n+2) .chat__triangle {
	left: auto;
	left: initial;
	right: -0.875rem;
}

.chat__text {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.circle {
	background-color: #221a15;
	border-radius: 11.25rem;
	height: 0.375rem;
	position: absolute;
	width: 0.375rem;
}

.list-box .circle,
.message-box .circle {
	background-color: #0c8d8d;
}

.circle--top-left {
	left: 0.5rem;
	top: 0.5rem;
}

.circle--top-right {
	right: 0.5rem;
	top: 0.5rem;
}

.circle--bottom-left {
	bottom: 0.5rem;
	left: 0.5rem;
}

.circle--bottom-right {
	bottom: 0.5rem;
	right: 0.5rem;
}

.list-box {
	background-color: #dbfbfb;
	border-radius: 0.5rem;
	padding: 2rem;
	position: relative;
}

.list-box__list-wrapper {
	-webkit-text-decoration-skip-ink: none;
	color: #0c8d8d;
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.list-box__list-h2:not(:first-child) {
	margin-top: 1rem;
}

.list-box__heading-h2 {
	padding-left: 1.40625rem;
	position: relative;
}

.list-box__heading-h2::before {
	background-image: url("../images/press/icon-pencil-green.svg");
	background-size: cover;
	content: "";
	height: 1.5rem;
	left: 0rem;
	position: absolute;
	top: 0;
	width: 1.5rem;
}

.list-box__sub {
	margin-top: 0.5rem;
	padding-left: 2.625rem;
}

.list-box__list-h3 {
	list-style: decimal;
}

.list-box__list-h3:not(:first-child) {
	margin-top: 0.375rem;
}

.list-box__list-h3::marker {
	color: #0c8d8d;
}

.message-box {
	background-color: #dbfbfb;
	border-radius: 0.5rem;
	padding: 2rem 7rem 2rem 2rem;
	position: relative;
}

.message-box__button {
	-webkit-text-decoration-skip-ink: none;
	background-color: white;
	border: 0.09375rem solid #0c8d8d;
	border-radius: 8rem;
	box-shadow: 0.125rem 0.125rem 0rem 0rem #0c8d8d;
	color: #0c8d8d;
	display: inline-block;
	font-size: max(1.125rem, 16px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 0.5rem 1.5rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	transition: box-shadow 0.3s ease, transform 0.1s ease; /* スムーズな変化 */
}

.message-box__text {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.notification {
	background-color: #edffff;
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
}

.notification__tag {
	align-items: center;
	background-color: #a4ecec;
	border-bottom: 0.0625rem solid #221a15;
	border-bottom-right-radius: 0.5rem;
	border-right: 0.0625rem solid #221a15;
	border-top-left-radius: 0.5rem;
	display: flex;
	padding: 0.21875rem 1.3125rem 0.21875rem 1rem;
	width: 8rem;
}

.notification__icon {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.notification__text {
	-webkit-text-decoration-skip-ink: none;
	color: #0c8d8d;
	font-family: Quicksand;
	font-size: max(1.125rem, 16px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.notification__content {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 1rem 7rem 2rem 2rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.outline__frag {
	aspect-ratio: 137/70;
	max-width: 137px;
	width: 100%;
}

.outline__content {
	background-color: #ffecf1;
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
	padding: 2rem;
	position: relative;
}

.outline__list-wrapper {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.outline__list-h2:not(:first-child) {
	margin-top: 1rem;
}

.outline__heading-h2 {
	padding-left: 1.40625rem;
	position: relative;
}

.outline__heading-h2::before {
	background-image: url("../images/press/icon-pencil.svg");
	background-size: cover;
	content: "";
	height: 1.5rem;
	left: 0rem;
	position: absolute;
	top: 0;
	width: 1.5rem;
}

.outline__sub {
	margin-top: 0.5rem;
	padding-left: 2.625rem;
}

.outline__list-h3 {
	list-style: decimal;
}

.outline__list-h3:not(:first-child) {
	margin-top: 0.375rem;
}

.outline__list-h3::marker {
	color: #eb537b;
}

article > * + * {
	margin-top: 0;
}

.press-detail {
	background-image: url("../images/common/bg-ranking.svg");
	background-repeat: repeat;
	background-size: cover;
}

.press-detail__wrapper {
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 1.875rem;
	padding-bottom: 15.75rem;
	padding-top: 1.5rem;
}

.press-detail__date {
	-webkit-text-decoration-skip-ink: none;
	display: inline-block;
	font-family: Quicksand;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: 0.75rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.press-detail__heading {
	-webkit-text-decoration-skip-ink: none;
	border-bottom: 0.0625rem solid #221a15;
	color: #eb537b;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: 2.5rem;
	margin-top: 0;
	padding-bottom: 0.25rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.press-detail__heading article > * + * {
	margin-top: 0;
}

.press-detail__img {
	-o-object-fit: cover;
	aspect-ratio: 800/533;
	border-radius: 1rem;
	margin-bottom: 2.5rem;
	max-width: 800px;
	object-fit: cover;
	width: 100%;
	width: 100%;
}

.press-detail__text {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 3.5rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.press-detail__text span {
	background: linear-gradient(transparent 56%, #ffcfdc 0%);
}

.press-detail__outline {
	margin-bottom: 3.5rem;
}

.press-detail__title {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1.5rem, 22px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: 1.875rem;
	padding-left: 1rem;
	position: relative;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.press-detail__title::after {
	background-image: url("../images/common/icon-ribbon.svg");
	background-size: cover;
	content: "";
	height: 2.75rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 3.5rem;
	z-index: -1;
}

.press-detail__sub-title {
	-webkit-text-decoration-skip-ink: none;
	border-bottom: 0.0625rem solid #221a15;
	font-size: max(1.25rem, 18px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	padding-bottom: 0.25rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.press-detail__list-box {
	margin-bottom: 3.5rem;
}

.press-detail__notification {
	margin-bottom: 3.5rem;
}

.press-detail__message {
	margin-bottom: 3.5rem;
}

.press-detail__button {
	height: 4rem;
	margin-bottom: 3.5rem;
	width: 21.25rem;
}

.press-detail__link {
	-webkit-text-decoration-skip-ink: none;
	display: inline-block;
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: 3.5rem;
	margin-top: 0;
	text-align: center;
	text-decoration-line: underline;
	text-decoration-skip-ink: none;
	text-decoration-style: solid;
	text-underline-position: from-font;
}

.press-detail__link span {
	background-image: url("../images/common/icon-arrow-black.svg");
	background-position-y: 0.0625rem;
	background-repeat: no-repeat;
	display: inline-block;
	height: 0.875rem;
	margin-left: 0.5625rem;
	width: 0.5rem;
}

.press-detail__chat {
	margin-bottom: 3.5rem;
}

.press-detail__table {
	margin-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.press-detail__2column {
	margin-top: 3.125rem;
}

.related__header {
	align-items: center;
	background-color: #fffbf2;
	background-image: url("../images/press/bg-dott-press.svg");
	background-position: 0.5625rem;
	border: 0.0625rem solid #221a15;
	border-radius: 0.25rem;
	box-shadow: 0.25rem 0.25rem 0rem 0rem #221a15;
	display: flex;
	justify-content: center;
	padding: 1rem;
}

.related__header-text {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-size: max(1.5rem, 22px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.related__swiper {
	margin-top: 1.5rem;
	position: relative;
}

.related__swiper-slide {
	padding-left: 0.0625rem;
}

.related__swiper-slide a {
	display: flex;
	flex-direction: column;
}

.related__swiper-slide img {
	-o-object-fit: cover;
	border: 1px solid #221a15;
	border-radius: 0.5rem;
	height: 11.625rem;
	object-fit: cover;
}

.related__swiper-tag {
	-webkit-text-decoration-skip-ink: none;
	background-color: #ffcfdc;
	border: 0.0625rem solid #221a15;
	border-radius: 1.5rem;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 1rem;
	padding: 0.5rem 0.75rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	width: -moz-fit-content;
	width: fit-content;
}

.related__swiper-info {
	margin-top: 0.5rem;
}

.related__swiper-name {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	font-size: max(1rem, 15px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.related__swiper-date {
	-webkit-text-decoration-skip-ink: none;
	color: #6c6c6c;
	font-family: Quicksand;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.related__swiper-button-wrapper {
	align-items: center;
	display: flex;
	left: 50%;
	margin-top: 6.625rem;
	position: absolute;
	transform: translateX(-50%);
}

.related__swiper-button {
	background-color: white;
	border: 0.0625rem solid #221a15;
	border-radius: 0.25rem;
	box-shadow: 0.25rem 0.25rem 0rem 0rem #221a15;
	height: 2.125rem;
	width: 5.625rem;
}

.related__swiper-button--next {
	padding: 0.4375rem 0.25rem 0.25rem 0;
	right: 9.5rem;
}

.related__swiper-button--prev {
	left: 9.5rem;
	padding: 0.4375rem 1rem 0.25rem 1.5rem;
}

.related__swiper-button--prev::after,
.related__swiper-button--next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.625rem;
	position: absolute;
	width: 4.25rem;
}

.related__swiper-button--next::after {
	background-image: url("../images/press/icon-back.svg");
}

.swiper-button-prev::after {
	background-image: url("../images/press/icon-next.svg");
}

.related__swiper-link {
	-webkit-text-decoration-skip-ink: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-skip-ink: none;
	text-decoration-style: solid;
	text-underline-position: from-font;
}

.related__swiper-pagination {
	bottom: -3rem !important;
}

.related__swiper-pagination .swiper-pagination-bullet {
	background-color: #ffcfdc;
	border: 0.0625rem solid #221a15;
	height: 0.75rem;
	opacity: 1;
	width: 0.75rem;
}

.related__swiper-pagination .swiper-pagination-bullet-active {
	background-color: #a4ecec;
}

.share {
	border-top: 0.0625rem solid #221a15;
	padding-top: 2.375rem;
}

.share__wrapper {
	margin: 0 auto;
	width: 69.375%;
}

.share__content {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.5rem;
}

.share__item {
	align-items: center;
	background-color: #a4ecec;
	border: 0.0625rem solid #221a15;
	border-radius: 3rem;
	box-shadow: 0rem 0.1875rem 0rem 0rem #221a15;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 0.75rem;
	transition: box-shadow 0.3s ease, transform 0.1s ease; /* スムーズな変化 */
}

.share__icon {
	height: 1.75rem;
	width: 1.75rem;
}

.share__item--copy .share__icon {
	height: 1.25rem;
	width: 1.25rem;
}

.share__item--copy {
	gap: 0.5rem;
}

.share__header {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1.125rem, 16px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.share__text {
	-webkit-text-decoration-skip-ink: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

table,
td,
th {
	border-collapse: collapse;
}

.table {
	border: 0.0625rem solid #595959;
	border-radius: 0.5rem;
	border-radius: 0.5rem;
	width: 100%;
}

tr:last-child td:first-child {
	border-bottom-left-radius: 0.5rem;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 0.5rem;
}

.table__th {
	background: #f090a9;
	border-top-left-radius: 0.4375rem;
	border-top-right-radius: 0.4375rem;
	color: white;
	padding: 1.0625rem 0;
}

.table__td {
	-webkit-text-decoration-skip-ink: none;
	border-top: 0.0625rem solid #221a15;
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding: 0.6875rem 0.75rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	width: 50%;
}

td:first-child {
	background-color: #ffecf1;
	color: #eb537b;
	font-weight: 600;
	text-align: center;
}

td:not(first-child) {
	background-color: white;
}

.table__th-text {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1.25rem, 18px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 0 auto;
	position: relative;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	width: -moz-fit-content;
	width: fit-content;
}

.table__th-text::before {
	background-image: url("../images/press/icon-money.svg");
	background-position: center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2.5rem;
	left: -3.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.table__th-text::after {
	background-image: url("../images/press/icon-money.svg");
	background-position: center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2.5rem;
	position: absolute;
	right: -3.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.column-press {
	display: flex;
	gap: 5rem;
	justify-content: space-between;
}

.column-press__content {
	width: 66.667%;
}

.column-press__sid-bar {
	flex: 1;
}

.column-press__link {
	padding-bottom: 3.5rem;
	padding-top: 1.5rem;
}

.column-press__articles {
	margin-top: 1.5rem;
}

.column-press__pagination {
	margin-top: 1.5rem;
}

.column-press__share {
	padding-bottom: 2.5rem;
}

.column-press__related {
	margin-top: 3.5rem;
}

.press-items {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.press-items__link {
	display: flex;
	flex-direction: column;
	padding-left: 0.0625rem;
}

.press-items__link img {
	-o-object-fit: cover;
	aspect-ratio: 380/285;
	border: 1px solid #221a15;
	border-radius: 0.5rem;
	object-fit: cover;
}

.press-items__tag {
	-webkit-text-decoration-skip-ink: none;
	background-color: #ffcfdc;
	border: 0.0625rem solid #221a15;
	border-radius: 1.5rem;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 1rem;
	padding: 0.5rem 0.75rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	width: -moz-fit-content;
	width: fit-content;
}

.press-items__info {
	margin-top: 0.5rem;
}

.press-items__name {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	font-size: max(1.125rem, 16px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.press-items__date {
	-webkit-text-decoration-skip-ink: none;
	color: #6c6c6c;
	font-family: Quicksand;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.press-side__content:nth-child(2) {
	margin-top: 2.5rem;
}

.press-side__heder {
	align-items: center;
	background-color: #fffbf2;
	background-image: url("../images/press/bg-dott-press.svg");
	background-position: 0.5625rem;
	background-size: cover;
	border: 0.0625rem solid #221a15;
	border-radius: 0.25rem;
	box-shadow: 0.25rem 0.25rem 0rem 0rem #221a15;
	display: flex;
	justify-content: center;
	padding: 1rem;
}

.press-side__heder-text {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-size: max(1.5rem, 22px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.press-side__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1rem;
}

.press-side__item {
	cursor: pointer;
}

.press-side__item a {
	display: flex;
	gap: 0.5rem;
}

.press-side__img {
	-o-object-fit: cover;
	aspect-ratio: 104/69;
	border: 0.0625rem solid #221a15;
	border-radius: 0.25rem;
	height: 100%;
	max-width: 104px;
	object-fit: cover;
	width: 100%;
}

.press-side__info {
	text-align: right;
	width: -moz-fit-content;
	width: fit-content;
}

.press-side__title {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: max(0.875rem, 12px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.225rem;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.press-side__date {
	color: #6c6c6c;
	font-family: Quicksand;
	font-size: max(0.75rem, 10px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.05rem;
	margin-top: 0.5rem;
	text-align: right;
	white-space: nowrap;
}

.press-side__tag-list {
	-moz-column-gap: 0.25rem;
	column-gap: 0.25rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	row-gap: 0.5rem;
}

.press-side__tag {
	background-color: #ffcfdc;
	border: 0.0625rem solid #221a15;
	border-radius: 1.5rem;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 0.75rem;
	text-align: center;
}

.press-side__tag a {
	display: inline-block;
	height: 100%;
	padding: 0.5rem 0.75rem;
	width: 100%;
}

@media (hover: hover) {

.share__item:hover {
	box-shadow: none; /* ホバー時に影を消す */
	transform: translateY(0.125rem); /* 押下時に少し下に動かす */
}

}

@media screen and (max-width: 850px) {

.press-side__title {
	-webkit-line-clamp: 2;
}

}

@media screen and (max-width: 767px) {

.chat__content {
	gap: 1.375rem;
	padding-right: 0;
}

.chat__content:not(:first-child) {
	margin-top: 1rem;
}

.chat__person {
	width: 17.145%;
}

.chat__icon {
	height: 2.82375rem;
	width: 2.82375rem;
}

.chat__icon--man img {
	height: 2.580625rem;
	width: 2.134375rem;
}

.chat__icon--woman img {
	height: 2.469375rem;
	width: 2.110625rem;
}

.chat__name {
	font-size: 14px;
}

.chat__name span {
	display: block;
	font-size: 11px;
	text-align: center;
}

.chat__message {
	padding: 1rem;
}

.chat__triangle {
	top: 1.25rem;
}

.chat__text {
	font-size: 13px;
}

.list-box {
	padding: 1rem;
}

.list-box__list-wrapper {
	font-size: 13px;
}

.list-box__list-h2:not(:first-child) {
	margin-top: 0.625rem;
}

.list-box__heading-h2 {
	padding-left: 1.21875rem;
}

.list-box__heading-h2::before {
	height: 1.25rem;
	width: 1.25rem;
}

.list-box__sub {
	margin-top: 0.25rem;
	padding-left: 2rem;
}

.list-box__list-h3:not(:first-child) {
	margin-top: 0.25rem;
}

.message-box {
	padding: 1rem;
}

.message-box__button {
	font-size: 14px;
	padding: 0.375rem 1.5rem;
}

.message-box__text {
	font-size: 13px;
	margin-top: 0.5rem;
}

.notification__tag {
	padding: 0.09375rem 1rem 0.09375rem 0.5rem;
	width: 5.75rem;
}

.notification__icon {
	height: 1.5rem;
	width: 1.5rem;
}

.notification__text {
	font-size: 14px;
}

.notification__content {
	font-size: 13px;
	padding: 0.625rem 1rem;
}

.outline__frag {
	aspect-ratio: 68.5/35;
	max-width: 4.28125rem;
}

.outline__content {
	padding: 0.96875rem 1rem;
}

.outline__list-wrapper {
	font-size: 13px;
}

.outline__list-h2:not(:first-child) {
	margin-top: 0.625rem;
}

.outline__heading-h2 {
	padding-left: 1.21875rem;
}

.outline__heading-h2::before {
	height: 1.25rem;
	width: 1.25rem;
}

.outline__sub {
	margin-top: 0.25rem;
	padding-left: 2rem;
}

.outline__list-h3:not(:first-child) {
	margin-top: 0.25rem;
}

.press-detail__wrapper {
	padding: 0;
	padding-bottom: 4.625rem;
	padding-top: 2rem;
}

.press-detail__date {
	font-size: 12px;
	margin-bottom: 0.25rem;
}

.press-detail__heading {
	font-size: max(1rem, 15px);
	margin-bottom: 1.5rem;
}

.press-detail__img {
	aspect-ratio: 360/240;
	border-radius: 0.5rem;
}

.press-detail__text {
	font-size: 13px;
	margin-bottom: 1.5rem;
}

.press-detail__outline {
	margin-bottom: 1.5rem;
}

.press-detail__title {
	font-size: max(1rem, 15px);
	margin-bottom: 1rem;
	padding-left: 0;
}

.press-detail__title::after {
	height: 2.0625rem;
	width: 2.625rem;
}

.press-detail__sub-title {
	font-size: 14px;
	margin-bottom: 1rem;
}

.press-detail__list-box {
	margin-bottom: 1.5rem;
}

.press-detail__notification {
	margin-bottom: 1.5rem;
}

.press-detail__message {
	margin-bottom: 1.5rem;
}

.press-detail__button {
	height: 3rem;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	width: 20rem;
}

.press-detail__link {
	font-size: 14px;
	margin-bottom: 1.5rem;
}

.press-detail__chat {
	margin-bottom: 1.5rem;
}

.press-detail__table {
	margin-bottom: 1.5rem;
	padding-top: 1rem;
}

.press-detail__2column {
	margin-top: 0;
}

.related {
	padding-left: 1.71875rem;
}

.related__header {
	margin-right: 1.71875rem;
	padding: 0.75rem;
}

.related__header-text {
	font-size: max(1.125rem, 16px);
}

.related__swiper {
	margin-top: 1rem;
}

.related__swiper-slide img {
	border-radius: 0.25rem;
	height: 7.25rem;
}

.related__swiper-tag {
	font-size: 11px;
	margin-top: 0.5rem;
	padding: 0.1875rem 0.5rem;
}

.related__swiper-info {
	margin-top: 0.25rem;
}

.related__swiper-name {
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 1.5;
}

.related__swiper-date {
	font-size: 11px;
	margin-top: 0.25rem;
}

.related__swiper-button-wrapper {
	display: none;
}

.related__swiper-button {
	height: 2.375rem;
	width: 5.25rem;
}

.related__swiper-link {
	font-size: 12px;
}

.related__swiper-pagination {
	bottom: -2.3125rem !important;
	left: -0.375rem !important;
}

.related__swiper-pagination .swiper-pagination-bullet {
	height: 0.5rem;
	width: 0.5rem;
}

.share {
	padding-top: 1.375rem;
}

.share__wrapper {
	width: 100%;
}

.share__content {
	gap: 0.5rem;
	margin: 0 auto;
	margin-top: 1rem;
	max-width: 400px;
	width: 93.056%;
}

.share__icon {
	height: 1.5rem;
	width: 1.5rem;
}

.share__item--copy .share__icon {
	height: 1rem;
	width: 1rem;
}

.share__header {
	font-size: 14px;
}

.share__text {
	font-size: 12px;
}

.table {
	display: block; /* テーブル全体をブロックに変更 */
}

tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

tr:last-child td:last-child {
	border-bottom-left-radius: 0.5rem;
}

.table__th {
	height: 100%;
	padding: 0.75rem 0;
}

.table__td {
	border-top: none;
	box-sizing: border-box;
	display: block; /* 各セルをブロックに */
	font-size: 14px;
	height: 100%;
	text-align: center;
	width: 100%; /* 幅を100%に */
}

.table__tr:nth-child(2) .table__td:first-child {
	border-top: 0.0625rem solid #221a15;
}

td:first-child {
	padding: 0.4375rem 0.5rem;
}

td:not(first-child) {
	padding: 0.75rem;
}

.table__th-text {
	font-size: max(1rem, 15px);
}

.table__th-text::before {
	height: 2rem;
	left: -2.5rem;
	width: 2rem;
}

.table__th-text::after {
	height: 2rem;
	right: -2.5rem;
	width: 2rem;
}

.column-press {
	flex-direction: column;
}

.column-press__content {
	width: 100%;
}

.column-press__sid-bar {
	margin-top: 4rem;
	padding: 0 0.78125rem;
}

.column-press__main {
	margin: 0 auto;
	max-width: 600px;
	padding: 0 0.46875rem;
}

.column-press__link {
	padding-bottom: 0;
	padding-top: 0;
}

.column-press__articles {
	margin-top: 2rem;
}

.column-press__pagination {
	margin-top: 2rem;
}

.column-press__share {
	padding: 0 0.46875rem;
	padding-bottom: 0;
}

.column-press__related {
	margin-top: 2.5rem;
}

.press-list .column-press__main {
	padding: 0;
}

.press-list .column-press {
	gap: 0;
}

.press-list .column-press__sid-bar {
	padding: 0 1.25rem;
}

.press-items {
	gap: 0.75rem;
	grid-template-columns: repeat(3, 1fr);
}

.press-items__link img {
	border-radius: 0.25rem;
	height: 7.25rem;
}

.press-items__tag {
	font-size: 11px;
	margin-top: 0.5rem;
	padding: 0.1875rem 0.5rem;
}

.press-items__info {
	margin-top: 0.25rem;
}

.press-items__name {
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 1.5;
}

.press-items__date {
	font-size: 11px;
	margin-top: 0.5rem;
}

.press-side__heder {
	padding: 0.75rem;
}

.press-side__heder-text {
	font-size: max(1.125rem, 16px);
}

.press-side__title {
	-webkit-line-clamp: 3;
}

.press-list .press-side__item {
	gap: 0.5rem;
}

}

@media screen and (max-width: 420px) {

.press-items {
	gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
}

}

