@charset "UTF-8";

.c-raw-html {
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic Medium", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic Medium", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}

.c-raw-html .spring-pollen * {
	box-sizing: border-box;
}

.c-raw-html .spring-pollen sup {
	font-size: 10px;
	line-height: 1;
	vertical-align: text-top;
	top: 0;
}

.c-raw-html .spring-pollen img {
	width: 100%;
}

.c-raw-html .spring-pollen a {
	transition: 0.5s;
}

.c-raw-html .spring-pollen a:hover {
	opacity: 0.6;
	transition: 0.5s;
	text-decoration: none;
}

/* ----------------------------------------
 text / image / figure / note
---------------------------------------- */

.c-raw-html .spring-pollen .text:not(:first-child),
.c-raw-html .spring-pollen .image:not(:first-child) {
	margin-top: 35px;
}

.c-raw-html .spring-pollen .figure_title {
	margin-bottom: 10px;
	color: #025BD0;
	font-size: 20px;
	font-weight: bold;
}

.c-raw-html .spring-pollen .note {
	margin-top: 10px;
	margin-bottom: 0;
	color: #737E89;
	font-weight: normal !important;
	font-size: 12px !important;
	text-align: left !important;
}

.c-raw-html .spring-pollen .in1emh {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.c-raw-html .spring-pollen .in2em {
	text-indent: -2em;
	margin-left: 2em;
}

@media screen and (max-width: 767px) {
	.c-raw-html .spring-pollen .text {
		padding-inline: 20px;
		font-size: 14px;
	}

	.c-raw-html .spring-pollen .text:not(:first-child),
	.c-raw-html .spring-pollen .image:not(:first-child) {
		margin-top: 25px;
	}

	.c-raw-html .spring-pollen .figure_title {
		margin-inline: 20px;
		font-size: 14px;
	}

	.c-raw-html .spring-pollen .note {
		margin-top: 5px;
		padding-inline: 20px;
		font-size: 11px !important;
	}

	.c-raw-html .spring-pollen li > .note {
		padding-inline: 0;
	}
}


/* ----------------------------------------
 title-lv2
---------------------------------------- */
.c-raw-html .spring-pollen .title-lv2 {
	position: relative;
	width: max-content;
	margin: 0 auto 36px;
	color: #00339B;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

.c-raw-html .spring-pollen .title-lv2 span {
	position: relative;
	padding-bottom: 8px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background: linear-gradient( to top, #FFEC62 36px, transparent 36px);
}

.c-raw-html .spring-pollen .title-lv2 em {
	font-size: 56px;
	font-weight: inherit;
}

@media screen and (max-width: 767px) {
	.c-raw-html .spring-pollen .title-lv2 {
		margin: 0 auto 30px;
		font-size: 24px;
		line-height: 1.75;
		text-align: center;
	}

	.c-raw-html .spring-pollen .title-lv2::before {
		display: none;
	}

	.c-raw-html .spring-pollen .title-lv2 span {
		background: linear-gradient( to top, #FFEC62 26px, transparent 26px);
	}

	.c-raw-html .spring-pollen .title-lv2 em {
		font-size: 30px;
	}
}

/* ----------------------------------------
 content-inner
---------------------------------------- */

.c-raw-html .content-inner {
	width: 100%;
	max-width: 980px;
	padding: 0 10px;
	margin-inline: auto;
}

.c-raw-html .content-inner-s {
	max-width: 860px;
}

/* ----------------------------------------
 divided
---------------------------------------- */

.c-raw-html .divided {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.c-raw-html .divided:not(:first-child) {
	margin-top: 35px;
}

.c-raw-html .divided-center {
	justify-content: center;
}

.c-raw-html .divided.divided-2 > .divided_item {
	width: calc((100% - 20px) / 2);
}

.c-raw-html .divided.divided-2s {
	gap: 16px;
}

.c-raw-html .divided.divided-2s > .divided_item {
	width: calc((100% - 16px) / 2);
}

.c-raw-html .divided.divided-2l {
	gap: 30px;
}

.c-raw-html .divided.divided-2l > .divided_item {
	width: calc((100% - 30px) / 2);
}

.c-raw-html .divided.divided-1by2 > .divided_item:nth-of-type(odd) {
	width: 280px;
	flex-grow: 0;
	flex-shrink: 0;
}

.c-raw-html .divided.divided-1by2 > .divided_item:nth-of-type(even) {
	width: calc((100% - 300px ));
}

.c-raw-html .divided > .divided_item.block-auto {
	margin-block: auto;
}

@media screen and (max-width: 767px) {
	.c-raw-html .divided {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.c-raw-html .divided:not(:first-child) {
		margin-top: 35px;
	}

	.c-raw-html .divided-center {
		justify-content: center;
	}

	.c-raw-html .divided.divided-2 > .divided_item,
	.c-raw-html .divided.divided-2s > .divided_item,
	.c-raw-html .divided.divided-2l > .divided_item,
	.c-raw-html .divided.divided-1by2 > .divided_item:nth-of-type(odd),
	.c-raw-html .divided.divided-1by2 > .divided_item:nth-of-type(even) {
		width: 100%;
	}

	.c-raw-html .divided.divided-2s {
		gap: 16px;
	}

	.c-raw-html .divided.divided-2l {
		gap: 30px;
	}

	.c-raw-html .divided.divided-1by2 {
		gap: 10px;
	}

	.c-raw-html .divided > .divided_item.block-auto {
		margin-block: auto;
	}
}


/* ----------------------------------------
 KV
---------------------------------------- */

/* ----------------------------------------
 anchor
---------------------------------------- */
.c-raw-html .anchor-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2px;
	background: #D5DDEF;
}

.c-raw-html .anchor-list_item {
	display: block;
}

.c-raw-html .anchor-list_item a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 25px 26px;
	background: #EDF0F8;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.c-raw-html .anchor-list_item a::after {
	flex-shrink: 0;
	flex-grow: 0;
	display: block;
	content: '';
	background: url(../img/spring-pollen/ico_arrow-r.svg);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
	transform: rotate(90deg);
}

.c-raw-html .anchor-list_item a > span {
	display: block;
	flex-shrink: 1;
	flex-grow: 1;
}

@media screen and (max-width: 767px) {
	.c-raw-html .anchor-list {
		display: flex;
		flex-direction: column;
	}

	.c-raw-html .anchor-list_item a {
		padding: 14px 10px 14px 25px;
		font-size: 16px;
	}
}


/* ----------------------------------------
 introduction
---------------------------------------- */
.c-raw-html .introduction {
	padding: 90px 0 90px;
	background: linear-gradient(#1423a2 0%, #008cd1 30.05%, #f4f9ff 54.68%, #fff 100%);
}

.c-raw-html .introduction-lead {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 2;
}

.c-raw-html .introduction-cta {
	margin-top: 70px;
}

.c-raw-html .introduction-movie {
	max-width: 600px;
	margin-top: 80px;
	margin-inline: auto;
}

.c-raw-html .introduction-sales {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 130px auto 0;
}

.c-raw-html .introduction-sales::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: '';
	width: 857px;
	aspect-ratio: 857 / 518;
	background: url(../img/spring-pollen/bg_introduction-sales_pc.png) no-repeat 0 0 / contain;
}

.c-raw-html .introduction-sales * {
	position: relative;
}

.c-raw-html .introduction-sales__shoulder {
	color: #025BD0;
	text-align: center;
}

.c-raw-html .introduction-sales__shoulder span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.c-raw-html .introduction-sales__shoulder strong {
	display: block;
	margin-top: 8px;
	font-size: 32px;
	line-height: 1.46875;
}

.c-raw-html .introduction-sales__sales {
	position: relative;
	display: grid;
	grid-template-areas: 'series num unit'
						 'series num unit';
	margin-top: 23px;
	margin-inline: auto;
	width: max-content;
	color: #00339B;
	font-weight: bold;
}

.c-raw-html .introduction-sales__sales::before {
	position: absolute;
	right: -2px;
	bottom: -8px;
	left: -4px;
	display: block;
	content: '';
	height: 50px;
	background: #FFEC62;
}

.c-raw-html .introduction-sales__sales .series {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	grid-area: series;
	gap: 10px;
	width: 100%;
	margin-bottom: 12px;
	font-size: 32px;
	line-height: 1;
}

.c-raw-html .introduction-sales__sales .sales-result {
	display: flex;
	align-items: flex-end;
	font-size: 47px;
	line-height: 1;
}

.c-raw-html .introduction-sales__sales .num {
	display: flex;
	align-items: flex-end;
	grid-area: num;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 120px;
	line-height: 1;
}

.c-raw-html .introduction-sales__sales .unit {
	position: relative;
	display: flex;
	align-items: flex-end;
	grid-area: unit;
	margin-bottom: 12px;
	font-size: 72px;
	line-height: 1;
}

.c-raw-html .introduction-sales__sales .unit sup {
	position: absolute;
	top: -24px;
	right: 0;
	display: block;
	height: 1em;
	font-size: 20px;
	line-height: 1;
}

.c-raw-html .introduction-sales__notes {
	width: max-content;
	margin-top: 100px !important;
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.c-raw-html .introduction {
		padding: 80px 0 50px;
		background: linear-gradient(#1423a2 0%, #008cd1 37.44%, #f4f9ff 78.33%, #fff 100%);
	}

	.c-raw-html .introduction-lead {
		padding: 0 30px;
		font-size: 16px;
		text-align: left;
	}

	.c-raw-html .introduction-cta {
		margin-top: 50px;
	}

	.c-raw-html .introduction-movie {
		margin-top: 50px;
	}

	.c-raw-html .introduction-sales {
		margin: 50px auto 0;
		width: auto;
	}

	.c-raw-html .introduction-sales::before {
		top: -40px;
		right: -10px;
		bottom: auto;
		left: -10px;
		transform: none;
		width: auto;
		aspect-ratio: 320 / 277;
		background: url(../img/spring-pollen/bg_introduction-sales_sp.png) no-repeat center center / cover;
	}

	.c-raw-html .introduction-sales__shoulder span {
		font-size: 14px;
		line-height: 1.571428571;
	}

	.c-raw-html .introduction-sales__shoulder strong {
		margin-top: 10px;
		font-size: 21px;
		line-height: 1.476190476;
	}

	.c-raw-html .introduction-sales__sales {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 16px;
		margin-inline: auto;
		width: 100%;
		color: #00339B;
		font-weight: bold;
	}

	.c-raw-html .introduction-sales__sales::before {
		display: none;
	}

	.c-raw-html .introduction-sales__sales .series {
		flex-direction: row;
		justify-content: center;
		gap: 0;
		margin-bottom: 10px;
		font-size: 17px;
	}

	.c-raw-html .introduction-sales__sales .sales-result {
		font-size: 17px;
	}

	.c-raw-html .introduction-sales__sales .num {
		position: relative;
		margin-left: 10px;
		margin-right: 5px;
		font-size: 56px;
	}

	.c-raw-html .introduction-sales__sales .unit {
		position: relative;
		margin-bottom: 0;
		padding-bottom: 6px;
		font-size: 32px;
		line-height: 1;
	}

	.c-raw-html .introduction-sales__sales .num::before,
	.c-raw-html .introduction-sales__sales .unit::before {
		position: absolute;
		right: -2px;
		bottom: -8px;
		left: -4px;
		display: block;
		content: '';
		height: 30px;
		background: #FFEC62;
	}

	.c-raw-html .introduction-sales__sales .unit sup {
		top: -10px;
		right: 0;
		font-size: 10px;
	}

	.c-raw-html .introduction-sales__notes {
		width: 100%;
		padding: 0 30px;
		margin-top: 30px !important;
		margin-left: 0;
	}
}


/* ----------------------------------------
 feature
---------------------------------------- */
.c-raw-html .feature {
	padding-bottom: 80px;
	background: #EDF0F8;
}

.c-raw-html .feature-head {
	padding: 80px 0 46px;
	background: url(../img/spring-pollen/bg_feature_pc.png) no-repeat top center / cover, linear-gradient( to right, #000976 0%, #0082ff 100%);
	min-height: 800px;
}

.c-raw-html .feature-head_title {
	color: #fff !important;
}

.c-raw-html .feature-head_title span {
	background: linear-gradient( to top, #0082FF 36px, transparent 36px) !important;
}

.c-raw-html .feature-head_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	overflow: hidden;
	margin-top: 45px;
	border-radius: 20px;
	background: #fff;
}

.c-raw-html .feature-head_list li {
	padding: 26px 15px 40px;
}

.c-raw-html .feature-head_list li:nth-of-type(even) {
	background: #EDF0F8;
}

.c-raw-html .feature-head_list .list-icon {
	width: 100%;
	max-width: 170px;
	margin-inline: auto;
}

.c-raw-html .feature-head_list .list-label {
	margin-top: 10px;
	color: #00339B;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}

.c-raw-html .feature-head_notes {
	width: max-content;
	margin: 20px 80px 0 auto !important;
	color: #fff !important;
}

.c-raw-html .feature-section:first-of-type {
	margin-top: 90px;
}

.c-raw-html .feature-section:not(:first-of-type) {
	margin-top: 55px;
}

.c-raw-html .feature-section_title {
	background: #00339B;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.c-raw-html .feature-section_title span {
	position: relative;
	display: block;
	width: max-content;
	padding: 12px 20px 11px 100px;
	margin-inline: auto;
	line-height: 1.25;
}

.c-raw-html .feature-section_title span::before {
	position: absolute;
	top: calc( 50% - 41px);
	left: 0;
	display: block;
	content: '';
	width: 82px;
	height: 82px;
	background-color: #fff;
	background-size: 65px auto;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 2px solid #00339B;
	box-sizing: border-box;
}

.c-raw-html .feature-section:nth-of-type(1) .feature-section_title span::before {
	background-image: url(../img/spring-pollen/ico_feature_1.png);
}

.c-raw-html .feature-section:nth-of-type(2) .feature-section_title span::before {
	background-image: url(../img/spring-pollen/ico_feature_2.png);
}

.c-raw-html .feature-section:nth-of-type(3) .feature-section_title span::before {
	background-image: url(../img/spring-pollen/ico_feature_3.png);
}

.c-raw-html .feature-section:nth-of-type(4) .feature-section_title span::before {
	background-image: url(../img/spring-pollen/ico_feature_4.png);
}

.c-raw-html .feature-section:nth-of-type(5) .feature-section_title span::before {
	background-image: url(../img/spring-pollen/ico_feature_5.png);
}

.c-raw-html .feature-section:nth-of-type(6) .feature-section_title span::before {
	background-image: url(../img/spring-pollen/ico_feature_6.png);
}

.c-raw-html .feature-section_content {
	padding: 40px 60px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}

.c-raw-html .feature-section_content .text:not(.divided .text) {
	padding: 0 20px;
}


.c-raw-html .feature-section_content .note:not(.divided .note) {
	padding: 0 20px;
}

.c-raw-html .feature-section_subtitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.c-raw-html .feature-section_content .detail:not(.detail3_4) .text {
	font-size: 14px;
	line-height: 1.5;
}

.c-raw-html .feature-section_content .detail:not(.detail3_4) .text:not(:first-child) {
	margin-top: 15px;
}

.c-raw-html .feature-section_content .detail3_1,
.c-raw-html .feature-section_content .detail3_3 {
	padding: 14px 20px 20px;
	background: #F6F7FB;
	border-radius: 10px;
}

.c-raw-html .feature-section_content .detail3_1 .feature-section_subtitle {
	color: #025BD0;
}

.c-raw-html .feature-section_content .detail3_2 {
	padding: 14px 20px 20px;
	background: #FFF9E5;
	border-radius: 10px;
}

.c-raw-html .feature-section_content .detail3_2 .feature-section_subtitle {
	color: #D89601;
}

.c-raw-html .feature-section_content .detail3_3 {
	padding: 20px;
	background: #F6F7FB;
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	.c-raw-html .feature-section:last-of-type .feature-section_content {
		padding-bottom: 0;
	}

	.divided_item.block-auto {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.c-raw-html .feature {
		padding-bottom: 50px;
	}

	.c-raw-html .feature-head {
		padding: 50px 0;
		background: url(../img/spring-pollen/bg_feature_sp.png) no-repeat top center / cover, linear-gradient( -210deg, #000976 0%, #0082ff 25.62%, #0082ff 100%);
		min-height: 0;
	}

	.c-raw-html .feature-head_title span {
		background: linear-gradient( to top, #0082FF 26px, transparent 26px) !important;
	}

	.c-raw-html .feature-head_list {
		display: block;
		margin-top: 38px;
	}

	.c-raw-html .feature-head_list li {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 8px 15px;
	}

	.c-raw-html .feature-head_list .list-icon {
		flex-grow: 0;
		flex-shrink: 0;
		width: 65px;
		margin-left: 0;
	}

	.c-raw-html .feature-head_list .list-label {
		flex-grow: 1;
		flex-shrink: 1;
		margin-top: 0;
		font-size: 18px;
		line-height: 1.5;
		text-align: left;
	}

	.c-raw-html .feature-head_notes {
		width: auto;
		margin: 30px 30px 0 !important;
	}

	.c-raw-html .feature-section:first-of-type {
		margin-top: 55px;
	}

	.c-raw-html .feature-section:not(:first-of-type) {
		margin-top: 35px;
	}

	.c-raw-html .feature-section_title {
		position: relative;
		display: flex;
		align-items: center;
		min-height: 70px;
		width: 100%;
		height: 100%;
		border-radius: 20px 20px 0 0;
		font-size: 18px;
		text-align: left;
	}

	.c-raw-html .feature-section_title span {
		position: static;
		width: auto;
		padding: 10px 5px 10px 115px;
		margin-inline: 0;
		line-height: 1.5;
	}

	.c-raw-html .feature-section_title span::before {
		top: -5px;
		left: 15px;
	}

	.c-raw-html .feature-section_content {
		padding: 20px 10px 40px;
	}

	.c-raw-html .feature-section_subtitle {
		padding-inline: 10px;
		font-size: 13px;
	}

	.c-raw-html .feature-section_content .detail:not(.detail3_4) .text {
		padding-inline: 10px;
		font-size: 12px;
		line-height: 1.75;
	}

	.c-raw-html .feature-section_content .detail:not(.detail3_4) .note {
		padding-inline: 10px !important;
		line-height: 1.545454545;
	}

	.c-raw-html .feature-section_content .detail:not(.detail3_4) .text:not(:first-child) {
		margin-top: 6px;
	}

	.c-raw-html .feature-section_content .detail3_1,
	.c-raw-html .feature-section_content .detail3_2,
	.c-raw-html .feature-section_content .detail3_3 {
		padding: 20px 10px;
	}

	.c-raw-html .feature-section_content .detail .figure {
		margin-top: 10px;
	}

	.c-raw-html .feature-section_content .detail3_3 .figure img {
		display: block;
		margin-inline: auto;
		width: calc(100% - (22px * 2));
		max-width: 216px;
	}

	.c-raw-html .feature-section_content .detail3_4 .text {
		margin-top: 20px;
	}
}

/* ----------------------------------------
 effects
---------------------------------------- */
.c-raw-html .bg-pos {
	position: relative;
}

.c-raw-html .bg-pos::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: calc(100% - 80px);
	background: linear-gradient(to bottom, #1423a2 0%, #1423a2 24.14%, #008cd1 59.61%, #f4f9ff 84.24%, #fff 100%);
}

@media screen and (max-width: 767px) {
	.c-raw-html .bg-pos::before {
		height: calc(100% + 50px);
	}
}


/* ----------------------------------------
 effects
---------------------------------------- */
.c-raw-html .effects {
	position: relative;
	padding: 80px 0;
	color: #fff;
}

.c-raw-html .effects .title-lv2 {
	width: 100%;
	margin-bottom: 40px;
}

.c-raw-html .effect_lead {
	margin-top: 10px;
	margin-bottom: -24px;
	font-size: 42px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.c-raw-html .effects {
		padding: 50px 0;
	}

	.c-raw-html .effects .title-lv2 {
		margin-bottom: 30px;
	}

	.c-raw-html .effect_lead {
		margin-top: 20px;
		margin-bottom: -7px;
		padding: 0 20px;
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
	}
}

/* ----------------------------------------
 cta
---------------------------------------- */
.c-raw-html .cta {
	position: relative;
}

.c-raw-html .cta-card {
	position: relative;
	padding: 40px;
	box-shadow: 0px 13px 20px rgba(0, 51, 155, 0.5);
	background: #fff;
	border-radius: 20px;
}

.c-raw-html .cta-card_head {
	display: flex;
	gap: 16px;
	padding-left: 20px;
}

.c-raw-html .cta-card_head .head_image {
	flex-grow: 0;
	flex-shrink: 0;
	width: 358px;
}

.c-raw-html .cta-card_head .head_text {
	flex-grow: 1;
	flex-shrink: 1;
}

.c-raw-html .cta-card_title {
	color: #00339B;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}

.c-raw-html .cta-card_title + .note {
	margin-top: 0;
}


.c-raw-html .cta-card_checklist {
	margin-top: 20px;
}

.c-raw-html .cta-card_checklist li {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #025BD0;
	margin-bottom: 10px;
	padding-left: 36px;
}
.c-raw-html .cta-card_checklist li {
	background: url(../img/common/icon_check02.png) no-repeat left top 5px;
}

.c-raw-html .cta-card_content {
	margin-top: 30px;
	padding: 20px 20px 0;
}

.c-raw-html .cta-card_cv {
	padding: 35px 16px 30px;
	border: 4px solid #e6effa;
	border-radius: 24px;
}

.c-raw-html .cta-card_cv:not(:first-of-type) {
	margin-top: 32px;
}

.c-raw-html .cv_list .list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.c-raw-html .cv_title {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 80px;
	max-width: 300px;
	margin: -60px auto 15px;
	margin-inline: auto;
	background: #00339B;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.c-raw-html .cv_title::before {
	display: block;
	content: '';
	width: 48px;
	height: 48px;
	background: no-repeat 0 0 / cover;
}

.c-raw-html .cv_list .list-item .list-label {
	flex-grow: 1;
	flex-shrink: 1;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.c-raw-html .cv_list .list-item .list-label em {
	font-weight: inherit;
}

.c-raw-html .cv_list .list-button {
	display: block;
	width: 100%;
}

.c-raw-html .cv_list .list-button a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 65px;
	padding-right: 21px;
	box-shadow: 5px 5px 10px rgba(0, 51, 155, 0.4);
	background: #000;
	border: 4px solid #fff;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
}

.c-raw-html .cv_list .list-button a::after {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 11px;
	background: url(/assets/alesion/common_v2/img/common/ico_blank.svg) no-repeat 0 0 / contain;
}

.c-raw-html .cv_list .list-button a em {
	font-weight: inherit;
}

.c-raw-html .cv_list .list-button .button-amount {
	display: inline-flex;
	align-items: flex-end;
	gap: 3px;
	line-height: 1.2;
}

.c-raw-html .cv_list .list-button .button-amount em {
	font-size: 36px;
	line-height: 1;
}

.c-raw-html .cv_list .list-info {
	margin-top: 20px;
	margin-bottom: -15px;
	font-size: 12px;
	text-align: center;
}

.c-raw-html .trial .cv_title {
	padding-right: 12px;
	background: #FFC400;
	color: #00339B;
}

.c-raw-html .trial .cv_title::before {
	background-image: url(../img/spring-pollen/ico_cta_1.png);
}

.c-raw-html .trial .cv_list .list-item .list-label em {
	color: #D89601;
}

.c-raw-html .trial .cv_list .list-button a {
	background: linear-gradient(to right, #ffce00 0%, #ffc400 50.25%, #e6a001 100%);
	color: #00339B;
}

.c-raw-html .regular .cv_title {
	padding-right: 20px;
	background: #E10013;
}

.c-raw-html .regular .cv_title::before {
	margin-right: 5px;
	background-image: url(../img/spring-pollen/ico_cta_2.png);
}

.c-raw-html .regular .cv_list .list-item .list-label em {
	color: #C60000;
}

.c-raw-html .regular .cv_list .list-button a {
	background: linear-gradient(to right, #fd6868 0%, #c60000 50.25%, #ad0000 100%);
}

.c-raw-html .regular .cv_list .list-button a::after {
	background: url(/assets/alesion/common_v2/img/common/ico_blank-white.svg) no-repeat 0 0 / contain;
}

.c-raw-html .large .cv_list .cv_title {
	padding-right: 10px;
	background: #005DC6;
}

.c-raw-html .large .cv_title::before {
	margin-right: 11px;
	background-image: url(../img/spring-pollen/ico_cta_3.png);
}

.c-raw-html .large .list-item .list-label em {
	color: #005DC6;
}

.c-raw-html .large .cv_list .list-button a {
	background: linear-gradient(to right, #5fa3ff 0%, #005ce0 50.25%, #0047ad 100%);
}

.c-raw-html .large .cv_list .list-button a::after {
	background: url(/assets/alesion/common_v2/img/common/ico_blank-white.svg) no-repeat 0 0 / contain;
}

@media screen and (max-width: 767px) {
	.c-raw-html .cta-card {
		position: relative;
		padding: 10px 10px 20px;
	}

	.c-raw-html .cta-card_head {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		padding-left: 0;
	}

	.c-raw-html .cta-card_head .head_image {
		flex-grow: 0;
		flex-shrink: 0;
		width: auto;
		padding: 20px 10px 0;
	}

	.c-raw-html .cta-card_title {
		padding-inline: 20px;
		font-size: 17px;
		line-height: 1.529411765;
	}

	.c-raw-html .cta-card_checklist {
		padding-inline: 20px;
	}

	.c-raw-html .cta-card_checklist li {
		font-size: 14px;
		margin-bottom: 10px;
		padding-left: 30px;
	}
	.c-raw-html .cta-card_checklist li {
		background: url(../img/common/icon_check02.png) no-repeat left top / auto 18px;
	}

	.c-raw-html .cta-card_content {
		padding-top: 13px;
		padding-inline: 0;
	}

	.c-raw-html .cta-card_cv {
		padding: 0 16px 25px;
		border-radius: 20px;
	}

	.c-raw-html .cta-card_cv:not(:first-of-type) {
		margin-top: 45px;
	}

	.c-raw-html .cv_list .list-item {
		flex-direction: column;
		align-items: center;
		gap: 8px;
		width: 100%;
	}

	.c-raw-html .cv_title {
		max-width: none;
		width: 240px;
		margin: -13px auto 15px;
	}

	.c-raw-html .cv_list .list-button {
		width: 100%;
	}

	.c-raw-html .cv_list .list-button a {
		width: 100%;
		height: 70px;
		padding-right: 18px;
		padding-left: 15px;
		font-size: 18px;
	}

	.c-raw-html .cv_list .list-button a::after {
		right: 4px;
		bottom: 4px;
		width: 14px;
		height: 14px;
	}

	.c-raw-html .cv_list .list-button .button-amount {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		flex-shrink: 1;
		flex-grow: 0;
		gap: 3px;
		width: 80px;
		font-size: 20px;
	}

	.c-raw-html .cv_list .list-button .button-amount em {
		font-size: 30px;
	}

	.c-raw-html .cv_list .list-button .button-label {
		flex-shrink: 0;
		flex-grow: 0;
	}

	.c-raw-html .cv_list .list-info {
		margin-bottom: 0;
		font-size: 11px;
		line-height: 1.545454545;
		text-align: left;
	}
}


/* ----------------------------------------
 qa
---------------------------------------- */
.c-raw-html .qa {
	margin: 80px 0;
}
.c-raw-html .qa-list {
	border-top: 1px solid #E5EAF5;
}

.c-raw-html .qa-list .list-q {
	position: relative;
	border-bottom: 1px solid #E5EAF5;
	padding: 27px 40px 27px 37px;
	color: #00339B;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}

.c-raw-html .qa-list .list-q::before {
	position: absolute;
	top: 27px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	content: 'Q';
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: 700;
	background: #00339B;
	color: #fff;
	border-radius: 20px;
}

.c-raw-html .qa-list .list-q::after {
	position: absolute;
	top: calc( 50% - 15px);
	right: 0;
	transform-origin: center;
	transform: rotate(90deg);
	transition: transform .3s;
	display: block;
	content: '';
	background: url(../img/spring-pollen/ico_arrow-r.svg);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
}

.c-raw-html .qa-list .active .list-q::after {
	transform: rotate(-90deg);
}

.c-raw-html .qa-list .list-a {
	position: relative;
	display: none;
	overflow: hidden;
}

.c-raw-html .qa-list .list-a_inner {
	position: relative;
	padding: 25px 20px 25px 37px;
	border-bottom: 1px solid #E5EAF5;
}

.c-raw-html .qa-list .list-a_inner::before {
	position: absolute;
	top: 25px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	content: 'A';
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: 700;
	background: #fff;
	color: #00339B;
	border: 2px solid;
	border-radius: 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.c-raw-html .qa {
		margin: 50px 0 80px;
	}

	.c-raw-html .qa .content-inner {
		padding-inline: 0;
	}

	.c-raw-html .qa-list {
		border-top-width: 2px;
	}

	.c-raw-html .qa-list .list-q {
		position: relative;
		border-bottom-width: 2px;
		padding: 23px 50px 20px 55px;
		font-size: 16px;
	}

	.c-raw-html .qa-list .list-q::before {
		top: 22px;
		left: 20px;
		width: 25px;
		height: 25px;
		font-size: 12px;
		line-height: 25px;
	}

	.c-raw-html .qa-list .list-q::after {
		right: 10px;
	}

	.c-raw-html .qa-list .list-a_inner {
		padding: 23px 50px 20px 55px;
		border-bottom-width: 2px;
	}

	.c-raw-html .qa-list .list-a_inner::before {
		top: 22px;
		left: 20px;
		width: 25px;
		height: 25px;
		font-size: 12px;
		line-height: 25px;
	}

	.c-raw-html .qa-list .list-a_inner .text {
		padding-inline: 0;
	}
}

/* ----------------------------------------
 add pagetop
---------------------------------------- */
.c-raw-html .fixedPageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}

.c-raw-html .fixedPageTop.is-inview {
	opacity: 1;
	pointer-events: auto;
}

.c-raw-html .fixedPageTop a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	padding: 5px;
	background: #3F4995;
	color: inherit;
	transition: background .3s;
}

.c-raw-html .fixedPageTop a img {
	width: 36px;
}

.c-raw-html .fixedPageTop a:hover {
	background: #00339B;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.c-raw-html .fixedPageTop {
		right: 4px;
		bottom: 80px;
	}
}


/* ----------------------------------------
 purchaseBanner override
---------------------------------------- */
.c-raw-html .purchaseBanner_btnOpen {
	background: #E00A1E;
}

.c-raw-html .purchaseBanner_contents {
	background: #E00A1E;
}

@media screen and (max-width: 767px) {
	.c-raw-html .purchaseBanner_btnOpen > span {
		padding-left: 60px;
		font-size: 18px;
		background-size: 60px auto;
	}
}