body {
	overflow-y: scroll;
}

body[data-fixed='true'] {
	position: fixed !important;
	width: 100%;
}

body[data-fixed='false'] {
	position: relative;
	top: auto !important;
}

.pc-content {
  background-color: #fff;
  color: #18212E;
  min-width: 1200px;
  overflow-x: hidden;
  font-family: sans-serif !important;
}

.Layout{
  position: relative;
}

.Layout h2 {
	text-align: center;
}

/* 共通 */
.Mv__body,
.Anchor__body,
.Charm__body, 
.Recommendation__body, 
.Charge__body,
.Merit__body,
.Difference__body,
.Qa__body {
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
}

.Charm__body, 
.Recommendation__body, 
.Charge__body,
.Merit__body,
.Difference__body,
.Qa__body {
	padding: 128px 0 256px;
}

.Btn {
	background-color: #C3002F;
	color: #fff !important;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	padding: 21px 50px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 494px;
	margin-left: auto;
	margin-right: auto;
}

.Btn:hover {
	opacity: 0.7;
	text-decoration: none;
}

.Btn::after {
	content: '';
	background-image: url('/vehicles/leaf/assets/images/icon-arrow-white.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 9px;
	height: 16px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translate(0, -50%);
}

.Btn[data-style="black"] {
	background-color: #fff;
	color: #4A5360 !important;
	border: 2px solid #4A5360;
	font-size: 16px;
	font-weight: 300;
	border-radius: 23px;
	width: fit-content;
	padding: 8px 39px;
}

.Btn[data-style="black"]::after {
	background-image: url('/vehicles/leaf/assets/images/icon-arrow-black.svg');
	width: 7px;
	height: 13px;
}

[data-bg="white"] {
	border-radius: 136px 136px 0 0;
	background-color: #fff;
	margin-top: -128px;
}

[data-bg="gray"] {
	border-radius: 136px 136px 0 0;
	background-color: #E8ECF0;
	margin-top: -128px;
}

ol[data-list="annotation"] {
	counter-reset: number 0;
}

ol[data-list="annotation"] li {
	font-size: 11px;
	color: #4A5360;
	position: relative;
	padding-left: 20px;
}

ol[data-list="annotation"] li:not(:first-child) {
	margin-top: 4px;
}

ol[data-list="annotation"] li::before {
	content: "※" counter(number);
    counter-increment: number 1;
    left: 0;
    position: absolute;
    top: 0;
}

ul[data-list="annotation"] li {
	font-size: 11px;
	color: #4A5360;
	position: relative;
	padding-left: 14px;
}

ul[data-list="annotation"] li::before {
	content: "※";
    left: 0;
    position: absolute;
    top: 0;
}

/* 各ブロック */
/* MV */
.Mv {
	background-color: #DFE2E6;
}

.Mv__body {
	padding-top: 80px;
	padding-bottom: 242px;
	position: relative;
	max-width: 1140px;
}

.Mv__imgCar {
	position: absolute;
	right: -25px;
	top: 360px;
}

.Mv h1 img {
	margin-left: 30px;
}

.Mv__detail {
	margin-top: 16px;
	margin-left: 30px;
	max-width: 438px;
}

.Mv__detail__text {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.Mv__detail__text p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}

.Mv__detail__text p em {
	font-size: 15px;
	font-weight: 600;
	color: #3463A4;
}

.Mv__detail__text p + p {
	margin-top: 4px;
}

.Mv__btn {
	margin-top: 26px;
}

.Mv__btn .Btn {
	font-size: 16px;
}

.Mv__anchor {
	margin-top: 120px;
}

.Mv__anchor ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	background-color: #fff;
	border-radius: 24px 24px 0 0;
}

.Mv__anchor ul li[data-icon] a::before {
	content: '';
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
}

.Mv__anchor ul li[data-icon="car"] a::before {
	background-image: url('/vehicles/leaf/assets/images/icon-car.svg');
}

.Mv__anchor ul li[data-icon="people"] a::before {
	background-image: url('/vehicles/leaf/assets/images/icon-people.svg');
}

.Mv__anchor ul li[data-icon="charge"] a::before {
	background-image: url('/vehicles/leaf/assets/images/icon-charge.svg');
}

.Mv__anchor ul li[data-icon="merit"] a::before {
	background-image: url('/vehicles/leaf/assets/images/icon-merit.svg');
}

.Mv__anchor ul li[data-icon="difference"] a::before {
	background-image: url('/vehicles/leaf/assets/images/icon-difference.svg');
}

.Mv__anchor ul li[data-icon="qa"] a::before {
	background-image: url('/vehicles/leaf/assets/images/icon-qa.svg');
}

.Mv__anchor ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #4A5360;
	display: block;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 36px 0;
}

.Mv__anchor ul li:not(:first-child) a::after {
	content: '';
	background-image: url('/vehicles/leaf/assets/images/obj-border.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 4px;
	height: calc(100% - 36px);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

/* Charm */
.Charm__slider {
	margin-top: 56px;
}

.Charm__slider__img img {
	border-radius: 20px;
	margin: 0 auto;
	max-width: 564px;
	height: auto;
}

.Charm__slider__detail {
	display: flex;
	justify-content: center;
	margin-top: 14px;
	padding-right: 94px;
}

.Charm__slider__item h3 {
	font-size: 30px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
	padding-left: 10px;
}

.Charm__slider__detail > em {
	width: 48px;
	height: 48px;
	font-size: 21px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4A5360;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
}

.Charm__slider__item h3 span {
	font-size: 15px;
	font-weight: 600;
	color: #C3002F;
	display: block;
}

.Charm__slider__item button {
	border: 2px solid #4A5360;
	color: #4A5360;
	background-color: #fff;
	border-radius: 23px;
	padding: 8px 25px 8px 45px;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	max-width: 162px;
	margin: 20px auto 0 !important;
}

.Charm__slider__item button::before,
.Charm__slider__item button::after  {
	content: '';
	background-color: #4A5360;
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 32px;
}

.Charm__slider__item button::after {
	transform: translate(0, -50%) rotate(90deg);
}

.Charm__slider .slick-dots {
	margin-top: 38px;
	display: flex;
	justify-content: center;
	gap: 12px;
}

.Charm__slider .slick-dots button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #C9C9C9;
	font-size: 16px;
	color: #C9C9C9;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.Charm__slider .slick-dots li.slick-active button {
	color: #3463A4;
	border-color: #3463A4;
}

.Charm__btn {
	margin-top: 48px;
}

/* Recommendation */
.Recommendation__list {
	display: flex;
	gap: 24px;
	justify-content: center;
	margin-top: 52px;
}

.Recommendation__item {
	border-radius: 58px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 56px 80px 84px 80px;
	width: 100%;
}

.Recommendation__item h3 {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.Recommendation__item ul {
	margin-top: 22px;
	margin-right: 14px;
}

.Recommendation__item ul li {
	font-size: 21px;
	font-weight: 300;
	padding-left: 46px;
	position: relative;
	line-height: 1.35;
}

.Recommendation__item ul li:not(:first-child) {
	margin-top: 22px;
}

.Recommendation__item ul li::before {
	content: '';
	background-image: url('/vehicles/leaf/assets/images/icon-check.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	top: -4px;
}

.Recommendation__item ul li sup {
	font-size: 12px;
}

.Recommendation__item p {
	font-size: 11px;
	font-weight: 300;
	color: #4A5360;
	margin-top: 6px;
}

.Recommendation__sakura {
	margin-top: 64px;
	background-color: #fff;
	border-radius: 56px;
	padding: 32px 78px 34px 84px;
	border: 3px solid #3463A4;
	position: relative;
}

.Recommendation__sakura::before,
.Recommendation__sakura::after {
	content: "";
    position: absolute;
}

.Recommendation__sakura::before {
	border-right: 36px solid transparent;
    border-left: 36px solid transparent;
    border-bottom: 36px solid #3463A4;
    height: 1px;
	top: -40px;
    right: 236px;
    width: 0;
}

.Recommendation__sakura::after {
	border-right: 36px solid transparent;
    border-left: 36px solid transparent;
    border-bottom: 36px solid #fff;
    height: 2px;
    right: 236px;
    width: 0;
	top: -36px;
}

.Recommendation__sakura h3 {
	text-align: center;
}

.Recommendation__sakura__comment {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -4px;
}

.Recommendation__sakura__comment ol {
	display: flex;
	gap: 12px;
	align-items: center;
	background-color: #D2E5FE;
	border-radius: 25px;
	padding: 36px 20px 36px 38px;
	counter-reset: number 0;
	position: relative;
	width: 100%;
}

.Recommendation__sakura__comment ol li {
	font-size: 17px;
	font-weight: 300;
	position: relative;
	padding-left: 47px;
}

.Recommendation__sakura__comment ol li::before {
	content: '0' counter(number);
    counter-increment: number 1;
    left: 0;
    position: absolute;
    top: 0;
	width: 38px;
	height: 38px;
	background-color: #3463A4;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Recommendation__sakura__btn {
	margin-top: -4px;
}

.Recommendation__textlink {
	margin-top: 58px;
}

.Recommendation__textlink a {
	font-size: 18px;
	font-weight: 300;
	color: #18212E;
	display: block;
	text-align: center;
	text-decoration: underline;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

.Recommendation__textlink a:hover {
	opacity: 0.7;
}

.Recommendation__btn {
	margin-top: 56px;
}

/* Charge */
.Charge__point__list {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 50px;
}

.Charge__point__item {
	background-color: #E8ECF0;
	border-radius: 56px;
	padding: 72px 44px 44px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.Charge__point__item h3 {
	text-align: center;
}

.Charge__point__item h3 + p {
	font-size: 21px;
	font-weight: 300;
	margin-top: -4px;
	text-align: center;
}

.Charge__point__column {
	display: flex;
	align-items: center;
	gap: 44px;
}

.Charge__point__column p {
	font-size: 11px;
	font-weight: 300;
	color: #4A5360;
	margin-top: 16px;
	text-align: center;
}

.Charge__point__desc {
	margin-left: 45px;
	margin-top: -22px;
}

.Charge__point__desc p {
	font-size: 11px;
	font-weight: 300;
	color: #4A5360;
	line-height: 1.4;
}

.Charge__point__desc p + p {
	margin-top: 4px;
}

.Charge__point__more {
	background-color: #fff;
	border-radius: 30px;
	padding: 36px 88px;
}

.Charge__point__more h4 {
	text-align: center;
}

.Charge__point__more__column {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 6px;
}

.Charge__point__more__column p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.78;
}

.Charge__point__more__record {
	margin-top: 15px;
}

.Charge__point__more__record p {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	background-color: #D2E5FE;
	max-width: 634px;
    margin: 0 auto;
    padding: 20px;
	border-radius: 24px;
	position: relative;
}

.Charge__point__more__record p::after {
	content: '';
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 12px solid #D2E5FE;
	border-bottom: 0;
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translate(-50%, 0);
}

.Charge__point__more__btn {
	margin-top: 28px;
	text-align: center;	
}

.Charge__point__more__btn a {
	min-width: 142px;
	display: inline-block;
}

.Charge__point__more__btn a:not(:first-child) {
	margin-left: 5px;
}

.Charge__point__item:first-child .Charge__point__column {
	margin-left: 30px;
	gap: 17px;
}

.Charge__point__item:nth-child(2) {
	gap: 26px;
}

.Charge__point__item:nth-child(2) .Charge__point__column {
	justify-content: flex-start;
	gap: 64px;
}

.Charge__point__item:nth-child(2) .Charge__point__column .Charge__point__img:first-child img {
	border-radius: 30px;
}

.Charge__point__spot {
	background-color: #fff;
	border-radius: 30px;
	padding: 26px 112px 32px;
	margin-top: 18px;
}

.Charge__point__spot p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
}

.Charge__point__spot ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	min-height: 66px;
	margin-top: 20px;
}

.Charge__point__spot li {
	font-size: 16px;
	font-weight: 600;
	color: #3463A4;
	position: relative;
	padding-left: 77px;
	display: flex;
	align-items: center;
}

.Charge__point__spot li::before {
	content: '';
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 66px;
	height: 66px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}

.Charge__point__spot li[data-icon="department"]::before {
	background-image: url('/vehicles/leaf/assets/images/icon-department.svg');
}

.Charge__point__spot li[data-icon="hotel"]::before {
	background-image: url('/vehicles/leaf/assets/images/icon-hotel.svg');
}

.Charge__point__spot li[data-icon="convenience-store"]::before {
	background-image: url('/vehicles/leaf/assets/images/icon-convenience-store.svg');
}

.Charge__point__spot li[data-icon="service-area"]::before {
	background-image: url('/vehicles/leaf/assets/images/icon-service-area.svg');
}

.Charge__point__spot__btn {
	margin-top: 30px;
}

.Charge__btn {
	margin-top: 60px;
}

/* Merit */
.Merit__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 50px;
}

.Merit__item {
	background-color: #fff;
	border-radius: 48px;
	padding: 46px 30px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	max-width: 360px;
}

.Merit__item h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
}

.Merit__item h3 img {
	margin-bottom: 8px;
}

.Merit__item h3 span {
	color: #C3002F;
}

.Merit__item h3 span[data-font="sm"] {
	font-size: 16px;
}

.Merit__item p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}

.Merit__item a {
	font-size: 18px;
	font-weight: 300;
	color: #18212E;
	text-decoration: underline;
	margin-top: 12px;
}

.Merit__item a:hover {
	opacity: 0.7;
}

.Merit__item:nth-child(3) h3 img {
	margin-bottom: 22px;
}

.Merit__btn {
	margin-top: 60px;
}

/* Difference */
.Difference__list {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 50px;
}

.Difference__item {
	background-color: #E8ECF0;
	border-radius: 56px;
	padding: 72px 44px 40px 44px;
}

.Difference__item h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 26px;
	font-weight: 600;
}

.Difference__item h3 em {
	font-size: 40px;
}

.Difference__item h3 img {
	margin-bottom: 18px;
}

.Difference__item__detail {
	margin-top: 30px;
	position: relative;
}

.Difference__item__img[data-difference="01"] {
	position: absolute;
	left: -44px;
	top: 60px;
}

.Difference__item__img[data-difference="03"] {
	margin-top: 34px;
}

.Difference__item__detail__text {
	display: flex;
    flex-direction: column;
    max-width: 442px;
    margin-left: auto;
}

.Difference__item__detail__text p {
	margin-top: 14px;
	font-size: 11px;
	font-weight: 300;
	color: #4A5360;
	line-height: 1.35;
}

.Difference__item__detail__text p + p {
	margin-top: 8px;
}

.Difference__textlink {
	margin-top: 34px;
	text-align: center;
}

.Difference__textlink a {
	font-size: 18px;
	font-weight: 300;
	color: #18212E;
	text-decoration: underline;
}

.Difference__textlink a:hover {
	opacity: 0.7;
}

.Difference__design {
	display: flex;
	align-items: center;
	margin-top: 32px;
	gap: 30px;
	margin-left: -10px;
}

.Difference__slider {
	max-width: 600px;
}

.Difference__slider__item {
	margin: 0 10px;
}

.Difference__slider__item img {
	border-radius: 25px;
}

.Difference__slider__dots .slick-dots {
	display: flex !important;
	gap: 12px;
}

.Difference__slider__dots button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #C9C9C9;
	font-size: 16px;
	color: #C9C9C9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Difference__slider__dots .slick-dots li.slick-active button {
	color: #3463A4;
	border-color: #3463A4;
}

.Difference__design__controller {
	width: 100%;
}

.Difference__btn {
	margin-top: 60px;
}

/* Qa */
.Qa__body {
	padding-bottom: 128px;
}

.Qa__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 50px;
}

.Qa__btn {
	margin-top: 60px;
}

.Qa__item {
	display: grid;
	gap: 42px;
	justify-content: center;
}

.Qa__item[data-positon="left"] {
	grid-template-columns: 728px 152px;
}

.Qa__item[data-positon="right"] {
	grid-template-columns: 152px 728px;
}

.Qa__item[data-positon="left"] .Qa__detail::before {
	border-left: 12px solid #fff;
	border-right: 0;
	right: -11px;
}

.Qa__item[data-positon="right"] .Qa__detail::before {
	border-left: 0;
	border-right: 12px solid #fff;
	left: -11px;
}

.Qa__detail {
	display: flex;
	flex-direction: column;
	gap: 36px;
	background-color: #fff;
	border-radius: 48px;
	width: 728px;
	padding: 48px 40px 52px 40px;
	position: relative;
}

.Qa__detail::before {
	content: '';
	border-style: solid;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	top: 46px;
}

.Qa__title {
	padding-left: 68px;
	position: relative;
}

.Qa__title p {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.Qa__title p::before {
	content: '';
	background-image: url('/vehicles/leaf/assets/images/text-q.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 56px;
	height: 56px;
	position: absolute;
	left: 0;
	top: -15px;
}

.Qa__answer {
	position: relative;
	padding-left: 68px;
}

.Qa__answer p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.Qa__answer p span {
	color: #C3002F;
	font-weight: 600;
}

.Qa__answer p::before {
	content: '';
	background-image: url('/vehicles/leaf/assets/images/text-a.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 56px;
	height: 46px;
	position: absolute;
	left: 0;
	top: -10px;
}

.Qa__answer a {
	font-size: 18px;
	font-weight: 300;
	color: #3463A4;
	text-decoration: underline;
	display: inline-block;
	letter-spacing: 0.05em;
}

.Qa__answer a:hover {
	opacity: 0.7;
}

.Qa__answer > a {
	margin-top: 20px;
}

/* Floating */
.Floating {
	position: fixed;
	width: 798px;
	left: 50%;
	transform: translate(-50%, 200px);
	bottom: 32px;
	filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.15));
	transition: transform 300ms;
	z-index: 100;
}

.Floating[data-display="true"] {
	transform: translate(-50%, 0);
}

.Floating ul {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 44px;
	padding: 0 40px;
}

.Floating ul li[data-current="true"] a {
	color: #3463A4;
}

.Floating ul li a {
	font-size: 13px;
	font-weight: 600;
	color: #18212E;
	text-align: center;
	display: block;
	padding: 28px 18px 28px 18px;
	white-space: nowrap;
}

/* Modal Charm section */
.Modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.42);
	z-index: 9999;
}

.Modal__body {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.Modal[aria-hidden='false'] {
	display: block;
}

.Modal[aria-hidden='true'] {
	display: none;
}

.Modal[data-animation='true'] {
	animation: show-modal 300ms forwards;
}

.Modal[data-animation='false'] {
	animation: hide-modal 300ms forwards;
}

.Modal__btn button {
	border: none;
	padding: 0;
}

.Modal__content {
	background-color: #fff;
	width: 720px;
	max-height: 75vh;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 48px 48px 48px 48px;
}

.Modal__close {
	position: absolute;
	top: -52px;
	left: calc(50% + 336px);
	font-size: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #fff;
	padding: 0;
	width: fit-content;
	height: fit-content;
	line-height: 1;
}

.Modal__close:hover {
	opacity: 0.7;
}

.Modal__close__bottom {
	color: #fff;
	border: 2px solid #fff;
	font-size: 16px;
	font-weight: 300;
	border-radius: 23px;
	padding: 8px 38px;
	width: fit-content;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
}

.Modal__close__bottom:hover {
	opacity: 0.7;
}

.Modal__list__item {
	display: none;
	padding-bottom: 44px;
}

.Modal__list__item .Modal__img img {
	border-radius: 48px 48px 0 0;
}

.Modal__list__item h3 {
	font-size: 38px;
	font-weight: 600;
	position: relative;
	padding-left: 24px;
	line-height: 1.4;
	width: 100%;
}

.Modal__list__item h3 sup {
	font-size: 22px;
}

.Modal__list__item h3 span {
	font-size: 18px;
	font-weight: 600;
	color: #C3002F;
	display: block;
	margin-bottom: 6px;
}

.Modal__detail {
	padding: 6px 48px 0;
}

.Modal__title {
	display: flex;
	justify-content: flex-start;
	margin-top: 17px;
}

.Modal__title > em {
	min-width: 84px;
	height: 84px;
	font-size: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4A5360;
	border-radius: 50%;
	padding-left: 4px;
	line-height: 1;
	flex-direction: column;
	gap: 4px;
}

.Modal__title > em span {
	font-size: 16px;
}

.Modal__list__item p {
	font-size: 18px;
	font-weight: 300;
	margin-top: 14px;
	line-height: 1.9;
	letter-spacing: 0.05em;
}

.Modal__list__item p sup {
	font-size: 11px;
}

.Modal__list__item ol[data-list="annotation"],
.Modal__list__item ul[data-list="annotation"] {
	margin-top: 16px;
}

.Modal__list__item[data-display='block'] {
	display: block;
}

.Modal__list__item[data-display='none'] {
	display: none;
}

/* Accordion Difference section */
.Accordion {
	margin-top: 24px;
}

.Accordion__title button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	border: 1px solid #3463A4;
	width: 100%;
	height: auto;
	padding: 12px 20px 12px 20px;
	cursor: pointer;
	margin: 0;
	color: #3463A4;
}

.Accordion__title span {
	position: relative;
	padding-right: 18px;
}

.Accordion__title span::before,
.Accordion__title span::after {
	content: '';
	position: absolute;
	background-color: #3463A4;
	width: 12px;
	height: 2px;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	transition: transform 300ms;
}

.Accordion__title span::before {
	transform: translate(0, -50%);
}

.Accordion__title span::after {
	transform: translate(0, -50%) rotate(90deg);
}

.Accordion__title button[aria-expanded='true'] {
	border-bottom: 0;
}

.Accordion__title button[aria-expanded='true'] span::before {
	transform: translate(0, -50%) rotate(180deg);
}

.Accordion__title button[aria-expanded='true'] span::after {
	transform: translate(0, -50%) rotate(180deg);
}

.Accordion__detail {
	overflow: hidden;
	padding: 12px 16px 12px;
	height: auto;
	visibility: visible;
	transition: padding 300ms, height 300ms, visibility 300ms;
}

.Accordion__detail[aria-hidden='true'] {
	height: 0;
	visibility: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.Accordion__detail[aria-hidden='false'] {
	border-left: 1px solid #3463A4;
	border-right: 1px solid #3463A4;
	border-bottom: 1px solid #3463A4;
}

.Accordion__detail p {
	font-size: 11px;
	font-weight: 300;
	color: #4A5360;
	line-height: 1.36;
}

.Accordion__detail p + p {
	margin-top: 18px;
}

@keyframes show-modal {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes hide-modal {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}