@charset "utf-8";


/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "YuGothic", YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
	color: #4b4b4b;
	background: #e3f7ff;
	font-size: 16px;
	line-height: 1.625;
	font-weight: 500;
	-webkit-text-size-adjust: none;
}

@media (max-width: 767px) {
	body {
		font-size: 13px;
	}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, input, a, textarea, select, span, nav, section, header {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset, img {
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}

q:after, q:before {
	content: '';
}

a, input {
	/* outline: none; */
}

abbr, acronym {
	border: 0;
}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}

body {}

@media print {

	html,
	html body {
		*zoom: 0.65;
	}
}



/* link
------------------------------------------------ */
a {
	color: #4b4b4b;
	text-decoration: none;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	/* Firefox */
	-webkit-transition: all 0.3s !important;
	/* Chrome&Safari */
}

a:hover {
	opacity: 0.5;
}


.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.8s ease-out;
	-moz-transition: opacity 0.8s ease-out;
	-ms-transition: opacity 0.8s ease-out;
	transition: opacity 0.8s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)";
	/* IE 8 */
	-webkit-transition: opacity 0.8s ease-out;
	-moz-transition: opacity 0.8s ease-out;
	-ms-transition: opacity 0.8s ease-out;
	transition: opacity 0.8s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

@media (max-width: 767px) {
	a:hover {
		opacity: 1;
	}

	.op:hover,
	.op a:hover,
	.op:hover img,
	.op:hover input {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		/* IE lt 8 */
		-ms-filter: "alpha(opacity=100)";
		/* IE 8 */
	}
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}

.visible-tab {
	display: none !important;
}

.visible-ts {
	display: none !important;
}

.visible-pc-only {
	display: block !important;
}


@media (max-width: 1024px) {
	.visible-tab {
		display: block !important;
	}

	.visible-pc-only {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.visible-pc {
		display: none !important;
	}

	.visible-ts {
		display: block !important;
	}
}


/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 600;
}

.fwm {
	font-weight: 500;
}

.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}


/* !ff
------------------------------------------------ */
.ff_yumin {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "游明朝", "serif";
}


/* html
----------------------------------------------- */
html.html-lock {
	overflow: hidden;
	touch-action: none;
}



/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	padding: 80px 0 0;
	position: relative;
}

@media (max-width: 1024px) {
	#wrapper {
		padding: 50px 0 0;
	}
}

.inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}


.com_inner {
	max-width: 940px;
	margin: 0 auto;
}



/* header
----------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #f7fdff;
	z-index: 99;
}

#header .header_in {
	padding: 0 40px 0 30px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	position: relative;
	z-index: 98;
}

#header .header_logo {
	flex-shrink: 0;
	font-size: 0;
	width: 117px;
}

#header .header_logo a {
	display: block;
}

#header .header_navi {
	display: flex;
	align-items: center;
	gap: 40px;
}

#header .header_navi li a {
	display: block;
	color: #1668b2;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#header .header_navi li a:hover {
	opacity: 0.5;
}

.navbar-toggle {
	display: none;
}

.navbar-collapse {
	display: none;
}

@media (max-width: 1024px) {
	#header .header_in {
		height: 50px;
		padding: 0 20px;
	}

	#header .header_logo {
		flex-shrink: 0;
		font-size: 0;
		width: 72px;
		position: relative;
		z-index: 90;
	}

	#header .header_navi {
		display: none;
	}

	.navbar-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 99;
	}

	.navbar-toggle .toggle_menu {
		width: 35px;
		height: 9px;
		position: relative;
	}

	.navbar-toggle .toggle_menu span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		background-color: #1668b2;
		width: 100%;
		height: 2px;
	}

	.navbar-toggle .toggle_menu span:nth-of-type(1) {
		top: 0;
	}

	.navbar-toggle .toggle_menu span:nth-of-type(2) {
		top: 7px;
	}

	.navbar-toggle.on .toggle_menu span:nth-of-type(1) {
		top: 0;
		transform: translateY(4px) rotate(20deg);
	}

	.navbar-toggle.on .toggle_menu span:nth-of-type(2) {
		top: 7px;
		transform: translateY(-3px) rotate(-20deg);
	}

	.navbar-collapse {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background-image: url("../img/bg_menu.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: left bottom;
		background-color: #f7fdff;
		height: 100vh;
		width: 100%;
		padding: 20px 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 80;
	}

	.navbar-collapse .navbar_inner {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 25px;
	}

	.navbar-collapse .navbar_list {
		width: 100%;
	}

	.navbar-collapse .navbar_list li {
		border-bottom: 1px #e0f1fa solid;
	}

	.navbar-collapse .navbar_list li a {
		display: block;
		padding: 20px 10px;
		text-align: center;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		color: #1668b2;
		font-weight: 700;
	}

	.navbar-collapse .navbar_sns {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.navbar-collapse .navbar_sns li {
		width: 40px;
	}

	.navbar-collapse .navbar_sns li a {
		display: block;
	}
}




/* anchor
----------------------------------------------- */
.anchor {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 80px;
	margin-top: -80px;
	z-index: 0;
}

@media (max-width: 1024px) {
	.anchor {
		padding-top: 50px;
		margin-top: -50px;
	}
}




/* footer
----------------------------------------------- */
#footer {
	position: absolute;
	left: 0;
	bottom: 45px;
	width: 100%;
	z-index: 1;
}

#footer .copyright {
	text-align: center;
	color: #727272;
	font-size: 16px;
	letter-spacing: 0.05em;
}

@media (max-width: 767px) {
	#footer {
		bottom: 25px;
	}

	#footer .copyright {
		padding: 0 10px;
		font-size: 12px;
		letter-spacing: 0.05em;
	}
}


/* H
----------------------------------------------- */
.section_hdl {
	text-align: center;
	color: #1668b2;
	font-weight: 600;
	font-size: 54px;
	letter-spacing: 0.15em;
	line-height: 1.2;
	padding: 0 0 10px;
	-webkit-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-moz-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-ms-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-o-text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	position: relative;
}

/* .section_hdl:before {
	position: absolute;
	content: "";
	background: #1668b2;
	width: 60px;
	height: 1px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 0;
} */

@media (max-width: 767px) {
	.section_hdl {
		font-size: 27px;
		letter-spacing: 0.15em;
	}

	/* .section_hdl:before {
		width: 30px;
	} */
}




/* contents
----------------------------------------------- */
.section_btm {
	position: relative;
	background-image: url("../img/bg_btm.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0;
	background-color: #e3f6fd;
	padding: 10vw 0 70px;
}

@media (max-width: 767px) {
	.section_btm {
		background-image: url("../img/bg_btm_sp.jpg");
		background-color: #e3f7ff;
		padding: 24vw 0 45px;
	}
}

.section_sns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 90px 0 70px;
}

.section_sns li {
	width: 60px;
}

.section_sns a {
	display: block;
}

@media (max-width: 767px) {
	.section_sns {
		gap: 20px;
		padding: 40px 0 30px;
	}

	.section_sns li {
		width: 40px;
	}
}

.section_period {
	padding: 0 0 30px;
	position: relative;
}

.section_period .period_hd {
	text-align: center;
	font-weight: 600;
	font-size: 54px;
	color: #1668b2;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin: 0 0 5px;
}

.section_period .period_box {}

.section_period .period_item {
	padding: 35px 0 40px;
}

.section_period .period_item+.period_item {
	border-top: 4px #add7e7 dotted;
}

.section_period .period_tit {
	text-align: center;
	color: #1668b2;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.35;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}

.section_period .period_date {
	font-weight: 800;
	font-size: 44px;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1.2;
}

.section_period .period_date .date_lar {
	font-size: 65px;
	line-height: 1;
}

@media (max-width: 1024px) {
	.section_period .period_date {
		font-size: 40px;
	}

	.section_period .period_date .date_lar {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.section_period {
		padding: 0 0 10px;
	}

	.section_period .period_hd {
		font-size: 27px;
		letter-spacing: 0.15em;
		margin: 0;
	}

	.section_period .period_item {
		padding: 25px 0;
	}

	.section_period .period_item+.period_item {
		border-top: 2px #add7e7 dotted;
	}

	.section_period .period_tit {
		font-size: 17px;
		letter-spacing: 0.05em;
		margin: 0 0 10px;
	}

	.section_period .period_date {
		font-size: min(17px, 5.06vw);
	}

	.section_period .period_date .date_lar {
		font-size: min(26px, 7.47vw);
	}
}


.half_line {
	color: #1f6eb5;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #e3f6fd 0%) repeat scroll 0 0;
}

@media (max-width: 767px) {
	.half_line {
		background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #e3f6fd 0%) repeat scroll 0 0;
	}
}

.section_block {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.section_item {
	position: relative;
}

.section_block .block_box {
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.section_block .block_hd {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 34px;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	height: 90px;
	background: linear-gradient(to bottom, #4c9ce3 0%, #1668b2 50%, #1668b2 100%);
}

@media (max-width: 1024px) {
	.section_block .block_hd {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.section_block {
		gap: 20px;
	}

	.section_block .block_box {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.section_block .block_hd {
		font-size: 19px;
		height: 55px;
	}
}


.section_apply .apply_inner {
	padding: 0 20px 50px;
}

.section_apply .apply_step .step_item {
	padding: 30px 0 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section_apply .apply_step .step_item+.step_item {
	border-top: 1px #e2e2e2 solid;
}

.section_apply .apply_step .step_cap {
	border-top: 1px #1668b2 solid;
	border-bottom: 1px #1668b2 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 120px;
	height: 36px;
	position: relative;
}

.section_apply .apply_step .step_cap:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 8px;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	background: #1668b2;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 1;
}

.section_apply .apply_step .step_cap img {
	width: 70px;
}

.section_apply .apply_step .step_tit {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: -0.02em;
	margin: 30px 0 0;
}

.section_apply .apply_step .step_txt {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0.025em;
}

.section_apply .apply_step .step_down {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
}

.section_apply .apply_step .step_down a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 290px;
	height: 60px;
	background: #1668b2;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.05em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.section_apply .apply_step .step_down .down_txt {
	padding: 0 0 0 45px;
	background-image: url("../img/ico_download.png");
	background-size: 22px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.section_apply .apply_point {
	background: #eff6fc;
	padding: 35px 20px;
	display: flex;
	justify-content: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.section_apply .apply_point .point_list {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.section_apply .apply_point .point_list li {
	letter-spacing: 0.025em;
}

@media (max-width: 767px) {
	.section_apply .apply_inner {
		padding: 0 20px 20px;
	}

	.section_apply .apply_step .step_item {
		padding: 20px 0 30px;
	}

	.section_apply .apply_step .step_cap {
		width: 80px;
		height: 26px;
	}

	.section_apply .apply_step .step_cap:before {
		width: 8px;
		height: 5px;
	}

	.section_apply .apply_step .step_cap img {
		width: 48px;
	}

	.section_apply .apply_step .step_tit {
		text-align: center;
		font-size: min(17px, 4.54vw);
		font-weight: 600;
		line-height: 1.76;
		letter-spacing: 0;
		white-space: nowrap;
		margin: 25px 0 0;
	}

	.section_apply .apply_step .step_txt {
		margin: 15px 0 0;
		font-size: 12px;
		line-height: 1.66;
	}

	.section_apply .apply_step .step_down {
		margin: 15px 0 0;
	}

	.section_apply .apply_step .step_down a {
		width: 250px;
		height: 50px;
		letter-spacing: 0.05em;
	}

	.section_apply .apply_step .step_down .down_txt {
		padding: 0 0 0 35px;
		background-size: 18px 16px;
	}

	.section_apply .apply_point {
		padding: 20px 15px;
		display: block;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}

	.section_apply .apply_point .point_list {
		gap: 0;
	}

	.section_apply .apply_point .point_list li {
		letter-spacing: 0.025em;
		line-height: 1.6;
	}
}

.section_return .return_inner {
	padding: 40px 20px 50px;
}

.section_return .return_tit {
	text-align: center;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1.64;
	margin: 0 0 35px;
}

.section_return .return_addr {
	background: #eff6fc;
	padding: 25px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 15px;
	font-weight: 800;
	margin: 0 0 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.section_return .return_addr .addr_tit {
	font-size: 22px;
	color: #1668b2;
	letter-spacing: 0.05em;
}

.section_return .return_addr .addr_txt {
	font-size: 24px;
	line-height: 1.66;
	letter-spacing: 0.1em;
}

.section_return .return_point {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.section_return .return_point .point_item {
	letter-spacing: 0.025em;
}

.section_return .return_point .point_list {
	margin: 15px 0 15px 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.section_return .return_point .point_list li {
	font-weight: 700;
	padding: 0 0 0 18px;
	letter-spacing: 0.025em;
	position: relative;
}

.section_return .return_point .point_list li:before {
	position: absolute;
	content: "";
	background: #1668b2;
	width: 10px;
	height: 10px;
	left: 0;
	top: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}

.section_return .return_point .half_line {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #e3f6fd 0%) repeat scroll 0 0;
}

@media (max-width: 767px) {
	.section_return .return_inner {
		padding: 30px 20px 35px;
	}

	.section_return .return_tit {
		font-size: min(16px, 4.27vw);
		letter-spacing: -0.05em;
		line-height: 1.875;
		margin: 0 0 20px;
		white-space: nowrap;
	}

	.section_return .return_addr {
		padding: 20px 10px;
		gap: 10px;
		margin: 0 0 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}

	.section_return .return_addr .addr_tit {
		font-size: 12px;
	}

	.section_return .return_addr .addr_txt {
		font-size: 13px;
		line-height: 1.6;
	}

	.section_return .return_point {
		gap: 12px;
	}

	.section_return .return_point .point_list {
		margin: 0;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.section_return .return_point .point_list li {
		padding: 0 0 0 12px;
	}

	.section_return .return_point .point_list li:before {
		width: 7px;
		height: 7px;
		left: 0;
		top: 7px;
	}
}

.section_notes .notes_inner {
	padding: 45px 20px 55px;
}

.section_notes .notes_tit {
	text-align: center;
	font-size: 28px;
	font-weight: 800;
	color: #1668b2;
	line-height: 1.7;
	letter-spacing: 0.025em;
	margin: 0 0 25px;
}

.section_notes .notes_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section_notes .notes_list li {
	position: relative;
	padding: 0 0 0 18px;
}

.section_notes .notes_list li:before {
	position: absolute;
	content: "";
	background: #1668b2;
	width: 10px;
	height: 10px;
	left: 0;
	top: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}

.section_notes .notes_list .half_line {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #e3f6fd 0%) repeat scroll 0 0;
}

@media (max-width: 767px) {
	.section_notes .notes_inner {
		padding: 35px 20px;
	}

	.section_notes .notes_tit {
		font-size: 16px;
		line-height: 1.875;
		letter-spacing: 0;
		margin: 0 0 20px;
	}

	.section_notes .notes_list {
		gap: 12px;
	}

	.section_notes .notes_list li {
		padding: 0 0 0 15px;
	}

	.section_notes .notes_list li:before {
		width: 7px;
		height: 7px;
		top: 7px;
	}
}

.section_cta .cta_inner {
	padding: 35px 20px 40px;
}

.section_cta .cta_tit {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 0 5px;
}

.section_cta .cta_link {
	text-align: center;
	margin: 0 0 20px;
}

.section_cta .cta_link a {
	font-size: 26px;
	color: #1668b2;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-decoration: underline;
}

.section_cta .cta_txt {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.05em;
}

@media (max-width: 767px) {
	.section_cta .cta_inner {
		padding: 25px 20px 35px;
	}

	.section_cta .cta_tit {
		font-size: 14px;
		margin: 0 0 10px;
	}

	.section_cta .cta_link {
		margin: 0 0 15px;
	}

	.section_cta .cta_link a {
		font-size: 16px;
	}

	.section_cta .cta_txt {
		font-size: min(14px, 3.74vw);
		line-height: 1.43;
	}
}


.section_up {
	padding: 90px 0 20px;
	background-image: url("../img/bg_up.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.section_overview {
	margin: 0 0 70px;
	position: relative;
}

.section_overview .section_hdl {
	margin: 0 0 60px;
}

.section_overview .overview_box {
	background-image: url("../img/bg_overview.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
	position: relative;
}

.section_overview .overview_box:before {
	position: absolute;
	content: "";
	background-image: url("../img/star_overview01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 110px;
	height: 116px;
	top: 25px;
	left: 20px;
	z-index: 0;
}

.section_overview .overview_box:after {
	position: absolute;
	content: "";
	background-image: url("../img/star_overview02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 112px;
	height: 153px;
	bottom: 35px;
	right: 30px;
	z-index: 0;
}

.section_overview .overview_inner {
	border: 1px #fff solid;
	padding: 45px 20px;
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	z-index: 1;
}

.section_overview .overview_cap {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
	-webkit-text-shadow: 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d;
	-moz-text-shadow: 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d;
	-ms-text-shadow: 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d;
	-o-text-shadow: 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d;
	text-shadow: 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d;
}

.section_overview .overview_tit {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.025em;
	margin: 0 0 25px;
	-webkit-text-shadow: 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d;
	-moz-text-shadow: 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d;
	-ms-text-shadow: 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d;
	-o-text-shadow: 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d;
	text-shadow: 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 15px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 10px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d, 0 0 5px #0e509d;
}

.section_overview .overview_tit .tit_lar {
	font-size: 46px;
	line-height: 1.2;
	display: inline-block;
	margin: 0 5px;
	color: #e5c487;
}

.section_overview .overview_det {
	margin: 0 0 20px;
	letter-spacing: 0.025em;
	font-size: 22px;
	font-weight: 600;
}

.section_overview .overview_txt {
	font-size: 18px;
	letter-spacing: 0.025em;
}

.section_overview .overview_txt .line {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #154b7b 0%) repeat scroll 0 0;
}

.section_overview .overview_txt .yellow {
	color: #fff664;
}

@media (max-width: 767px) {
	.section_up {
		padding: 50px 0 25px;
		background-image: url("../img/bg_up_sp.jpg");
	}

	.section_overview {
		margin: 0 0 45px;
	}

	.section_overview .section_hdl {
		margin: 0 0 30px;
	}

	.section_overview .overview_box {
		background-image: url("../img/bg_overview_sp.png");
		padding: 5px;
	}

	.section_overview .overview_box:before {
		background-image: url("../img/star_overview01_sp.png");
		width: 55px;
		height: 58px;
		top: 5px;
		left: 5px;
	}

	.section_overview .overview_box:after {
		background-image: url("../img/star_overview02_sp.png");
		width: 46px;
		height: 100px;
		bottom: 15px;
		right: 5px;
	}

	.section_overview .overview_inner {
		padding: 25px 5px;
	}

	.section_overview .overview_cap {
		font-size: 13px;
		letter-spacing: 0.05em;
		margin: 0 0 5px;
	}

	.section_overview .overview_tit {
		font-size: 17px;
		margin: 0 0 15px;
	}

	.section_overview .overview_tit .tit_lar {
		font-size: 28px;
		line-height: 1.5;
		margin: 0;
	}

	.section_overview .overview_det {
		margin: 0 0 15px;
		letter-spacing: -0.02em;
		font-size: min(13px, 3.46vw);
		line-height: 1.7;
	}

	.section_overview .overview_txt {
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.025em;
	}
}

.section_product {
	position: relative;
}

.section_product .section_hdl {
	margin: 0 0 50px;
}

.section_product .product_box {
	max-width: 900px;
	margin: 0 auto 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section_product .product_box .box_img {
	width: 340px;
	flex-shrink: 0;
	max-width: 38%;
	align-self: flex-start;
}

.section_product .product_box .box_img img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.section_product .product_box .box_cont {
	width: 55.5%;
}

.section_product .product_box .box_tit {
	font-weight: 600;
	font-size: 32px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.section_product .product_box .box_tit .tit_in {}

.section_product .product_box .box_tit img {
	width: 90px;
}

.section_product .product_box .box_tit .tit_logo {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

.section_product .product_box .box_list {
	border-top: 2px #b3dcec dashed;
	border-bottom: 2px #b3dcec dashed;
	margin: 25px 0;
	padding: 35px 0;
}

.section_product .product_box .box_list li {
	color: #1668b2;
	font-size: 18px;
	letter-spacing: -0.02em;
	font-weight: 700;
	padding: 0 0 0 18px;
	position: relative;
}

.section_product .product_box .box_list li:before {
	position: absolute;
	content: "";
	background: #1668b2;
	width: 10px;
	height: 10px;
	left: 0;
	top: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}

.section_product .product_box .box_txt {
	line-height: 1.69;
	letter-spacing: 0.025em;
}

.section_product .product_box .box_txt .half_line {
	color: #1668b2;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #bcdeea 0%) repeat scroll 0 0;
}

@media (max-width: 1024px) {
	.section_product .product_box .box_tit {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.section_product .section_hdl {
		margin: 0 0 30px;
	}

	.section_product .product_box {
		margin: 0 auto 40px;
		display: block;
	}

	.section_product .product_box .box_img {
		width: 100%;
		max-width: none;
		margin: 0 0 25px;
	}

	.section_product .product_box .box_img img {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}

	.section_product .product_box .box_cont {
		width: auto;
	}

	.section_product .product_box .box_tit {
		font-size: 20px;
		gap: 0;
	}

	.section_product .product_box .box_tit img {
		width: 55px;
	}

	.section_product .product_box .box_list {
		border-top: 1px #b3dcec dashed;
		border-bottom: 1px #b3dcec dashed;
		margin: 17px 0;
		padding: 17px 0;
	}

	.section_product .product_box .box_list li {
		font-size: 13px;
		letter-spacing: -0.02em;
		padding: 0 0 0 12px;
	}

	.section_product .product_box .box_list li:before {
		position: absolute;
		content: "";
		background: #1668b2;
		width: 7px;
		height: 7px;
		top: 6px;
	}

	.section_product .product_box .box_txt {
		font-size: 12px;
		line-height: 1.67;
	}

	.section_product .product_box .box_txt .half_line {
		color: #1668b2;
		background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #bcdeea 0%) repeat scroll 0 0;
	}
}

.section_product .product_note {
	margin: 55px 0 0;
}

.section_product .product_note li {
	font-size: 14px;
	letter-spacing: -0.01em;
	line-height: 1.57;
}

@media (max-width: 767px) {
	.section_product .product_note {
		margin: 35px 0 0;
	}

	.section_product .product_note li {
		font-size: 11px;
		letter-spacing: -0.01em;
		line-height: 1.55;
	}
}

.section_product .product_point {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 60px 40px;
}

.section_product .product_point li {
	padding: 145px 20px 20px;
	width: calc((100% - 40px)/2);
	background-image: url("../img/bg_point.png");
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px rgba(91, 196, 235, 0.3);
	-moz-box-shadow: 0 0 20px rgba(91, 196, 235, 0.3);
	-ms-box-shadow: 0 0 20px rgba(91, 196, 235, 0.3);
	-o-box-shadow: 0 0 20px rgba(91, 196, 235, 0.3);
	box-shadow: 0 0 20px rgba(91, 196, 235, 0.3);
}

.section_product .product_point .point_num {
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.section_product .product_point .point_num img {
	width: 168px;
}

.section_product .product_point .point_img {
	text-align: center;
}

.section_product .product_point .point_img img {
	width: 490px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.section_product .product_point .point_tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #1668b2;
	-webkit-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-moz-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-ms-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-o-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.section_product .product_point .tit_note {
	font-size: 14px;
	font-weight: 500;
}

.section_product .product_point .tit_note.note_gap {
	margin: 0 0.2em;
}

.section_product .product_point .one_tit {
	margin: 0 0 30px;
}

.section_product .product_point .one_tit .tit_cap {
	font-weight: 800;
	font-size: 38px;
	line-height: 1.3;
}

.section_product .product_point .one_tit .tit_cap .sml {
	font-size: 26px;
	margin: 0 0 0 0.2em;
}

.section_product .product_point .one_tit .tit_txt {
	font-size: 32px;
	font-weight: 800;
}

.section_product .product_point .two_tit {
	margin: 0 0 30px;
}

.section_product .product_point .two_tit .tit_cap {
	font-size: 38px;
	line-height: 1.3;
	font-weight: 800;
}

.section_product .product_point .two_tit .tit_cap .sml {
	font-size: 26px;
}

.section_product .product_point .two_tit .tit_cap .img {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin: 0 -12px 5px 0;
	position: relative;
	z-index: 1;
}

.section_product .product_point .two_tit .tit_cap .img img {
	width: 154px;
}

.section_product .product_point .two_tit .tit_txt {
	font-size: 38px;
	line-height: 1.3;
	font-weight: 800;
	margin: -10px 0 0;
}

.section_product .product_point .three_tit {
	margin: 0 0 20px;
}

.section_product .product_point .three_tit .tit_cap {
	font-size: 26px;
	font-weight: 800;
}

.section_product .product_point .three_tit .tit_txt {
	font-size: 38px;
	font-weight: 800;
}

.section_product .product_point .three_tit .tit_txt .lar {
	font-size: 52px;
	line-height: 1.2;
}

.section_product .product_point .four_tit {
	margin: 0 0 20px;
}

.section_product .product_point .four_tit .tit_cap {
	font-weight: 800;
	font-size: 32px;
}

.section_product .product_point .four_tit .tit_txt {
	font-size: 42px;
	font-weight: 800;
	line-height: 1.2;
}

@media (max-width: 1024px) {
	.section_product .product_point {
		flex-direction: column;
	}

	.section_product .product_point li {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.section_product .product_point {
		gap: 30px 0;
	}

	.section_product .product_point li {
		padding: 80px 13px 13px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 0 10px rgba(91, 196, 235, 0.3);
		-moz-box-shadow: 0 0 10px rgba(91, 196, 235, 0.3);
		-ms-box-shadow: 0 0 10px rgba(91, 196, 235, 0.3);
		-o-box-shadow: 0 0 10px rgba(91, 196, 235, 0.3);
		box-shadow: 0 0 10px rgba(91, 196, 235, 0.3);
	}

	.section_product .product_point .point_num {
		top: -20px;
	}

	.section_product .product_point .point_num img {
		width: 100px;
	}

	.section_product .product_point .point_img img {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	.section_product .product_point .point_tit {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		color: #1668b2;
		-webkit-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
		-moz-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
		-ms-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
		-o-text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
		text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	}

	.section_product .product_point .tit_note {
		font-size: 10px;
	}

	.section_product .product_point .one_tit {
		margin: 0 0 15px;
	}

	.section_product .product_point .one_tit .tit_cap {
		font-size: 23px;
	}

	.section_product .product_point .one_tit .tit_cap .sml {
		font-size: 17px;
	}

	.section_product .product_point .one_tit .tit_txt {
		font-size: 20px;
	}

	.section_product .product_point .two_tit {
		margin: 0 0 15px;
	}

	.section_product .product_point .two_tit .tit_cap {
		font-size: 23px;
	}

	.section_product .product_point .two_tit .tit_cap .sml {
		font-size: 17px;
	}

	.section_product .product_point .two_tit .tit_cap .img {
		margin: 0 -5px 5px 0;
	}

	.section_product .product_point .two_tit .tit_cap .img img {
		width: 77px;
	}

	.section_product .product_point .two_tit .tit_txt {
		font-size: 23px;
		margin: -5px 0 0;
	}

	.section_product .product_point .three_tit {
		margin: 0 0 15px;
	}

	.section_product .product_point .three_tit .tit_cap {
		font-size: 17px;
	}

	.section_product .product_point .three_tit .tit_txt {
		font-size: 23px;
	}

	.section_product .product_point .three_tit .tit_txt .lar {
		font-size: 32px;
	}

	.section_product .product_point .four_tit {
		margin: 0 0 15px;
	}

	.section_product .product_point .four_tit .tit_cap {
		font-size: 19px;
	}

	.section_product .product_point .four_tit .tit_txt {
		font-size: 25px;
	}
}

.section_main {
	background-image: url("../img/bg_main.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.section_main .main_inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	flex-direction: row-reverse;
	position: relative;
}

.section_main .main_cont {
	max-width: 46.4%;
	padding: 0 10px;
	background-image: url("../img/bg_cont_main.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.section_main .main_cont:before {
	position: absolute;
	content: "";
	background-image: url("../img/star_main01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 104px;
	height: 104px;
	right: 20px;
	top: 20px;
	z-index: 0;
}

.section_main .main_cont_in {
	width: 490px;
	max-width: 100%;
	padding: 70px 0 30px;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}

.section_main .main_tit {
	text-align: center;
}

.section_main .main_tit img {
	width: 474px;
}

.section_main .main_note {
	padding: 0 20px;
	font-size: 12px;
	line-height: 1.42;
	color: #fff;
	margin: 45px 0 0;
}

.section_main .main_other {
	width: 590px;
	max-width: 53.6%;
	position: relative;
}

.section_main .main_point {
	position: absolute;
	top: 25px;
	right: 15px;
	z-index: 1;
}

.section_main .main_point img {
	width: 272px;
}

.section_main .main_eye {
	position: absolute;
	bottom: 5px;
	left: -65px;
	z-index: 1;
}

.section_main .main_eye img {
	width: 336px;
}

.section_main .main_note_sp {
	display: none;
}

@media (min-width: 1601px) {
	.section_main .main_eye {
		left: -13vw;
	}
}

@media (max-width: 1600px) {
	.section_main .main_eye {
		left: -10vw;
	}
}

@media (max-width: 1500px) {
	.section_main .main_eye {
		left: -130px;
	}
}

@media (max-width: 1400px) {
	.section_main .main_eye {
		left: -100px;
	}
}

@media (max-width: 1300px) {
	.section_main .main_eye {
		left: 0;
	}

	.section_main .main_eye img {
		width: 280px;
	}

	.section_main .main_point img {
		width: 240px;
	}
}

@media (max-width: 1000px) {
	.section_main .main_eye img {
		width: 28vw;
	}

	.section_main .main_point img {
		width: 24vw;
	}
}

@media (max-width: 767px) {
	.section_main {
		background: none;
	}

	.section_main .main_inner {
		display: block;
	}

	.section_main .main_cont {
		max-width: none;
		padding: 5px 0;
		background-image: url("../img/bg_cont_main_sp.jpg");
	}

	.section_main .main_cont:before {
		width: 52px;
		height: 52px;
		right: 10px;
		top: 65px;
	}

	.section_main .main_cont_in {
		width: auto;
		padding: 10px 0;
		border-left: none;
		border-right: none;
		border-top: 1px #fff solid;
		border-bottom: 1px #fff solid;
	}

	.section_main .main_tit {
		text-align: center;
	}

	.section_main .main_tit img {
		width: 278px;
	}

	.section_main .main_note {
		display: none;
	}

	.section_main .main_other {
		width: 100%;
		height: 134.8vw;
		padding: 0 0 15px;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		max-width: none;
		background-image: url("../img/bg_main_sp.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section_main .main_point {
		top: 8px;
		right: 8px;
	}

	.section_main .main_point img {
		width: 44vw;
	}

	.section_main .main_eye {
		position: static;
		padding: 0 10px;
		margin: 0 0 -10px;
	}

	.section_main .main_eye img {
		width: 46.66vw;
	}

	.section_main .main_note_sp {
		display: block;
		padding: 0 15px;
		font-size: 10px;
		line-height: 1.3;
		color: #115fad;
		letter-spacing: -0.05em;
	}
}

.hava_palt {
	font-feature-settings: "palt";
}