@charset "UTF-8";
section h2 {
	padding-left: 49px;
	margin: 0 0 35px;
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-flow: row nowrap;
}
@media screen and (max-width: 767px) {
	section h2 {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	section h2 {
		padding-left: 33px;
		margin: 0 0 23px;
	}
}
section h2 span.en {
	color: #224e9d;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	/* letter-spacing: 0.05em; */
}
@media screen and (max-width: 767px) {
	section h2 span.en {
		font-size: 32px;
		line-height: 0.7608695652;
	}
}
section h2 span.ja {
	margin-left: 16px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	section h2 span.ja {
		display: block;
		margin-left: 0;
		font-weight: 500;
		font-size: 12px;
		line-height: 2.1666666667;
		letter-spacing: 0;
	}
}
section h2:before {
	position: absolute;
	top: 25px;
	left: 15px;
	display: block;
	content: '';
	width: 20px;
	height: 3px;
	background-color: #224e9d;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	section h2:before {
		top: 12px;
		left: 10px;
		width: 15px;
		height: 2px;
	}
}
.kv_under .message {
	margin: 0 auto 70px;
}
.kv_under .message.hide {
	display: none;
}
@media print, screen and (max-width: 1200px) {
	.kv_under .message {
		margin: 0 30px 50px;
	}
}
@media screen and (max-width: 767px) {
	.kv_under .message {
		margin: 0 15px 70px;
	}
}
.kv_under .message_inner {
	width: 1100px;
	padding: 47px 50px 43px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 1;
}
@media print, screen and (max-width: 1200px) {
	.kv_under .message_inner {
		width: 100%;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 767px) {
	.kv_under .message_inner {
		padding: 44px 22px 20px;
		margin: 0 auto 10px;
	}
}
.kv_under .message_outer_text {
	width: 1000px;
	margin: 22px auto 0;
	color: #fff;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0;
}
@media print, screen and (max-width: 1200px) {
	.kv_under .message_outer_text {
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 767px) {
	.kv_under .message_outer_text {
		width: 100%;
		font-size: 14px;
		line-height: 1.7142857143;
		letter-spacing: 0;
	}
}
.kv_under .message h2 {
	left: -50px;
}
@media screen and (max-width: 767px) {
	.kv_under .message h2 {
		left: -22px;
	}
}
.kv_under .message_text {
	margin: 0;
	color: #000;
	font-size: 17px;
	line-height: 1.9411764706;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.kv_under .message_text {
		font-size: 15px;
		line-height: 1.7333333333;
		letter-spacing: 0;
	}
}
.kv_under .content,
.kv_under .online {
	position: relative;
	z-index: 1;
}
.kv_under .content .attention,
.kv_under .online .attention {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 65px;
	width: 100%;
	padding: 30px 0 28px;
}
@media screen and (max-width: 767px) {
	.kv_under .content .attention,
	.kv_under .online .attention {
		display: block;
	}
}
@media print, screen and (max-width: 1200px) {
	.kv_under .content .attention,
	.kv_under .online .attention {
		padding: 30px 15px 28px;
	}
}
@media screen and (max-width: 980px) {
	.kv_under .content .attention,
	.kv_under .online .attention {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.kv_under .content .attention,
	.kv_under .online .attention {
		width: calc(100% + 30px);
		padding: 26px 0 35px;
		margin-left: -15px;
	}
}
.kv_under .content .attention p,
.kv_under .online .attention p {
	margin: 27px 0 18px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5454545455;
	letter-spacing: 0.045em;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.kv_under .content .attention p,
	.kv_under .online .attention p {
		margin: 0 0 25px;
	}
}
@media screen and (max-width: 767px) {
	.kv_under .content .attention p,
	.kv_under .online .attention p {
		margin: 0 0 25px;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.01em;
	}
}
.kv_under .content .attention p em,
.kv_under .online .attention p em {
	font-style: normal;
}
.kv_under .content .attention .link_button,
.kv_under .online .attention .link_button {
	width: 460px;
	height: 80px;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.1818181818;
	letter-spacing: 0;
	border-radius: 10px;
}
@media screen and (max-width: 980px) {
	.kv_under .content .attention .link_button,
	.kv_under .online .attention .link_button {
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.kv_under .content .attention .link_button,
	.kv_under .online .attention .link_button {
		width: 80%;
		height: 55px;
		margin: 0 auto;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.2666666667;
		letter-spacing: 0;
		border-radius: 5px;
	}
}
.kv_under .content .attention .link_button a,
.kv_under .online .attention .link_button a {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10px 60px 10px 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	transition: background-color 0.2s, color 0.2s;
	position: relative;
}
@media screen and (max-width: 767px) {
	.kv_under .content .attention .link_button a,
	.kv_under .online .attention .link_button a {
		border-radius: 5px;
	}
}
.kv_under .content .attention .link_button a:after,
.kv_under .online .attention .link_button a:after {
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 35px;
	height: 35px;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.kv_under .content .attention .link_button a:after,
	.kv_under .online .attention .link_button a:after {
		width: 23px;
		height: 23px;
		right: 10px;
	}
}
.kv_under .content .attention .link_button a:hover,
.kv_under .online .attention .link_button a:hover {
	color: #fff;
}
.kv_wrap {
	background-color: #fcf6ee;
}
.kv {
	margin-bottom: -110px;
}
@media screen and (max-width: 1400px) {
	.kv {
		margin-bottom: -5vw;
	}
}
.sponsor {
	font-size: 18px;
	line-height: 1.7;
	width: 100%;
	position: absolute;
	left: 0;
	top: 18px;
	padding: 0 30px;
}
.sponsor span {
	display: inline-block;
	border-bottom: 2px solid #707070;
}
.kv__text {
	text-align: center;
	width: 100%;
	font-size: 1vw;
	font-weight: bold;
	line-height: 1.28;
	position: absolute;
	bottom: 8vw;
	left: 0;
	margin: 0;
}
.kv__text a {
	color: #000;
}
.kv__text a::after {
	display: none;
}
.kv_under {
	padding-bottom: 120px;
	position: relative;
	z-index: 3;
}
@media screen and (min-width: 768px) {
	.kv_under::before {
		content: '';
		background: url(../media/images/home/bg1.png) no-repeat center / cover;
		width: 1012px;
		height: 466px;
		position: absolute;
		left: 48%;
		top: 110px;
	}
	.kv_under::after {
		content: '';
		background: url(../media/images/home/bg2.png) no-repeat center / cover;
		width: 1012px;
		height: 466px;
		position: absolute;
		right: 56.5%;
		bottom: -87px;
	}
}
@media screen and (max-width: 767px) {
	.kv {
		margin-bottom: 0;
	}
	.kv_under {
		padding-bottom: 80px;
		background: url(../media/images/home/bg_sp1.jpg) no-repeat center 30px / 100% auto, url(../media/images/home/bg_sp2.jpg) no-repeat center bottom / 100% auto;
	}
	.sponsor {
		top: 10px;
		padding: 0 15px;
		font-size: 12px;
		text-align: center;
	}
	.sponsor span {
		border-bottom-width: 1px;
	}
	.kv__text {
		left: 0;
		top: 137vw;
		bottom: auto;
		font-size: 12px;
		line-height: 1.5;
		padding: 0 10vw;
		text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	}
}
.kv_under .content {
	margin: 0 auto;
}
.kv_under .content h2 {
	width: 1100px;
	margin: 0 auto 35px;
}
@media print, screen and (max-width: 1200px) {
	.kv_under .content h2 {
		left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.kv_under .content h2 {
		width: 100%;
		margin: 0 auto 26px;
	}
}
.kv_under .content_text {
	width: 1100px;
	margin: 0 auto 47px;
	color: #fff;
	font-size: 17px;
	line-height: 1.5882352941;
	letter-spacing: 0;
}
@media print, screen and (max-width: 1200px) {
	.kv_under .content_text {
		width: 100%;
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.kv_under .content_text {
		margin: 0 auto 34px;
		font-size: 15px;
		line-height: 1.7333333333;
		letter-spacing: 0;
	}
}
.kv_under .content_list {
	width: 1100px;
	display: flex;
	flex-flow: row nowrap;
	gap: 40px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.kv_under .content_list {
		display: block;
	}
}
@media print, screen and (max-width: 1200px) {
	.kv_under .content_list {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
}
.kv_under .content_list li {
	width: calc((100% - 40px) / 2);
	border-radius: 10px;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
	.kv_under .content_list li {
		width: 100%;
		border-radius: 5px;
	}
}
.kv_under .content_list li:not(:last-child) {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.kv_under .content_list li:not(:last-child) {
		margin-bottom: 15px;
	}
}
.kv_under .content_list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 20px 20px;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
	.kv_under .content_list li a {
		padding: 20px 13px 16px;
		border-radius: 5px;
	}
}
.kv_under .content_list li a:hover {
	transform: translate(3px, 3px);
}
.kv_under .content_list li h3 {
	width: 390px;
	height: 50px;
	margin: 0 auto 34px;
	background-color: #d0d6ec;
	border: 2px solid #224e9d;
	color: #224e9d;
	line-height: 46px;
	text-align: center;
	border-radius: 32px;
}
@media screen and (max-width: 1024px) {
	.kv_under .content_list li h3 {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.kv_under .content_list li h3 {
		width: 260px;
		height: 35px;
		margin: 0 auto 26px;
		line-height: 30px;
	}
}
.kv_under .content_list li img {
	width: auto;
	height: 104px;
	margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
	.kv_under .content_list li img {
		height: 67px;
		margin-bottom: 23px;
	}
}
.kv_under .content_list li p {
	margin: 0;
	color: #505050;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.kv_under .content_list li p {
		font-size: 14px;
		line-height: 1.5714285714;
		letter-spacing: 0;
	}
}
.kv_under .content .attention {
	background-color: rgba(176, 228, 237, 0.3);
	position: relative;
}
.kv_under .content .attention.hide {
	background: transparent;
	padding: 0;
}
.kv_under .content .attention.hide::before {
	display: none;
}
.kv_under .content .attention.hide * {
	display: none;
}
.kv_under .content .attention:before {
	position: absolute;
	top: -80px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid rgba(176, 228, 237, 0.3);
}
@media screen and (max-width: 980px) {
	.kv_under .content .attention:before {
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 767px) {
	.kv_under .content .attention:before {
		top: -48px;
		border-top: 24px solid transparent;
		border-left: 17px solid transparent;
		border-right: 17px solid transparent;
		border-bottom: 24px solid rgba(176, 228, 237, 0.3);
	}
}
.kv_under .content .attention p {
	color: #fff;
}
.kv_under .content .attention p em {
	color: #f8f877;
}
.kv_under .content .attention .link_button a {
	background-color: #fff;
	color: #224e9d;
}
.kv_under .content .attention .link_button a:after {
	background-image: url('../media/images/common/arrow_button_l.svg');
}
.kv_under .content .attention .link_button a:hover {
	background-color: #224e9d;
	color: #fff;
}
.kv_under .content .attention .link_button a:hover:after {
	background-image: url('../media/images/common/arrow_button_l_hover.svg');
}
.overview {
	background-color: #f9efe2;
	padding: 85px 0 120px;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.overview::before {
		content: '';
		background: url(../media/images/home/bg1.png) no-repeat center / cover;
		width: 1012px;
		height: 466px;
		position: absolute;
		left: 48%;
		top: -217px;
	}
	.overview::after {
		content: '';
		background: url(../media/images/home/bg2.png) no-repeat center / cover;
		width: 1012px;
		height: 466px;
		position: absolute;
		right: 56.5%;
		bottom: -194px;
	}
}
@media print, screen and (max-width: 1200px) {
	.overview {
		padding: 85px 15px 120px;
	}
}
@media screen and (max-width: 767px) {
	.overview {
		background: url(../media/images/home/bg_sp3.jpg) no-repeat center top / 100% auto, url(../media/images/home/bg_sp4.jpg) no-repeat center bottom / 100% auto #f9efe2;
		padding: 70px 15px 80px;
	}
}
.overview h2 {
	width: 1100px;
	margin: 0 auto 30px;
}
@media print, screen and (max-width: 1200px) {
	.overview h2 {
		width: 100%;
		margin: 0 auto 25px;
	}
}
.overview_list {
	width: 1100px;
	padding: 0 50px;
	margin: 0 auto;
	list-style: none;
	position: relative;
	z-index: 1;
}
@media print, screen and (max-width: 1200px) {
	.overview_list {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.overview_list {
		padding: 0;
	}
}
.overview_list li {
	display: flex;
	flex-flow: row nowrap;
	background-color: #fff;
}
.overview_list li:not(:last-child) {
	margin-bottom: 11px;
}
.overview_list li h3 {
	padding: 17px 0 17px 14px;
	margin: 0;
	color: #224e9d;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4444444444;
	letter-spacing: 0.07em;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.overview_list li h3 {
		width: unset;
		padding: 13px 0 12px 10px;
		font-weight: 700;
		font-size: 15px;
		line-height: 1.7333333333;
		letter-spacing: 0.05em;
	}
}
.overview_list li h3:not(:last-of-type) {
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.overview_list li h3:not(:last-of-type) {
		margin-bottom: 10px;
	}
}
.overview_list li h3:before,
.overview_list li h3:after {
	display: inline-block;
	content: '|';
	margin: 0 12px;
}
@media screen and (max-width: 767px) {
	.overview_list li h3:before,
	.overview_list li h3:after {
		margin: 0 0 0 9px;
	}
}
@media screen and (max-width: 767px) {
	.overview_list li h3:before {
		content: none;
	}
}
.overview_list li h3 span.even {
	display: inline-block;
	width: 3.21em;
	text-align-last: justify;
}
@media screen and (max-width: 767px) {
	.overview_list li h3 span.even {
		width: unset;
		text-align-last: unset;
	}
}
.overview_list li p {
	width: 86%;
	padding: 19px 14px 15px 10px;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.overview_list li p {
		width: unset;
		padding: 15px 8px 10px 6px;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.4666666667;
		letter-spacing: 0;
	}
}
.overview_list li p:not(:last-of-type) {
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.overview_list li p:not(:last-of-type) {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.overview_list li p .sp_font-small {
		font-size: 14px;
	}
}
.overview_list li p a {
	color: #000;
	text-decoration: none;
}
.overview_list li p a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.overview_list li p span.line_br {
		display: block;
	}
}
.overview_list li p span.line_br:before,
.overview_list li p span.line_br:after {
	display: inline-block;
	content: '｜';
	margin: 0 3px;
}
@media screen and (max-width: 767px) {
	.overview_list li p span.line_br:before,
	.overview_list li p span.line_br:after {
		content: none;
	}
}
.access {
	width: 1200px;
	margin: 65px auto 128px;
}
@media print, screen and (max-width: 1200px) {
	.access {
		width: 100%;
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.access {
		margin: 60px auto 80px;
	}
}
.access_wrap {
	width: 1000px;
	padding: 50px 50px 57px;
	margin: 0 auto 58px;
	border: 1px solid #707070;
}
@media print, screen and (max-width: 1200px) {
	.access_wrap {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.access_wrap {
		padding: 0;
		margin: 0 auto 30px;
		border: none;
	}
}
.access_detail {
	width: 100%;
	padding: 28px 35px;
	margin: 0 0 55px;
	background-color: #ebf9ff;
}
@media screen and (max-width: 767px) {
	.access_detail {
		padding: 12px 10px;
		margin: 0 0 20px;
	}
}
.access_detail p {
	padding-left: 22px;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	border-left: 4px solid #224e9d;
	word-spacing: 4px;
}
@media screen and (max-width: 767px) {
	.access_detail p {
		padding-top: 5px;
		padding-left: 0;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		border-top: none;
		border-left: 0;
		text-align: center;
	}
}
.access_detail p strong {
	display: inline-block;
	margin-bottom: 7px;
	color: #224e9d;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5555555556;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.access_detail p strong {
		font-weight: 500;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0;
	}
}
.access_detail p strong span.line_br:after {
	content: '｜';
	margin: 0 8px;
}
@media screen and (max-width: 767px) {
	.access_detail p strong span.line_br:after {
		/* content: '\a';
		white-space: pre;
		margin: 0; */
		display: none;
	}
}
.access_detail p span.tel {
	margin-left: 17px;
	letter-spacing: 0.035em;
}
@media screen and (max-width: 767px) {
	.access_detail p span.tel {
		display: block;
		margin-left: 0;
	}
}
.access_map {
	margin: 0 0 35px;
	text-align: center;
	padding: 0 50px;
}
.access_map img {
	border: 2px solid #ccc;
}
.access_map:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.access_map {
		padding: 0;
		margin: 0 0 20px;
	}
	.access_map img {
		border-width: 1px;
	}
}
.access_map img {
	max-width: 100%;
	height: auto;
}
.access_map img:not(:last-child) {
	margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
	.access_map img:not(:last-child) {
		margin-bottom: 20px;
	}
}
.access_map_parking {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.access_map_parking {
		display: block;
	}
}
.access_map_parking h3 {
	padding: 11px 20px;
	margin: 0 0 12px;
	background-color: #224e9d;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.access_map_parking h3 {
		font-weight: 700;
		font-size: 18px;
		line-height: 1.4444444444;
		letter-spacing: 0;
	}
}
.access_map_parking_left {
	width: calc((100% - 250px));
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.access_map_parking_left {
		font-weight: 400;
		font-size: 14px;
		line-height: 1.8571428571;
		letter-spacing: 0;
		width: 100%;
	}
}
.access_map_parking_right {
	width: 220px;
}
@media screen and (max-width: 767px) {
	.access_map_parking_right {
		width: 100%;
	}
}
.access_map_parking ul li {
	margin-right: 30px;
}
.access_map_parking .fee {
	border: 1px solid #333;
	padding: 15px;
	max-width: 300px;
	margin: 30px auto;
}
.access_map_parking .fee table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1;
}
.access_map_parking .fee table caption {
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
}
.access_map_parking .fee table th,
.access_map_parking .fee table td {
	padding: 3px 0;
}
.access_map_parking .fee table th {
	font-weight: normal;
}
.access_map_parking .fee table td {
	text-align: right;
}
.access_pdf {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	color: #224e9d;
	font-weight: 500;
	font-size: 12px;
	line-height: 2.1666666667;
	letter-spacing: 0;
	list-style: none;
	display: none !important;
}
@media screen and (max-width: 767px) {
	.access_pdf {
		display: block;
	}
}
.access_pdf li {
	min-width: 230px;
	border: 1px solid #224e9d;
	border-radius: 18px;
}
.access_pdf li a {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 4px 10px 5px;
	color: #224e9d;
	text-decoration: none;
	border-radius: 18px;
	transition: background-color 0.2s;
}
.access_pdf li a[target='_blank']:after {
	display: inline-block;
	content: '';
	width: 10px;
	height: 13px;
	background-image: url('../media/images/common/icon_pdf.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.access_pdf li a:hover {
	background-color: #f1f4f9;
}
.access_pdf li:not(:first-child) {
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.access_pdf li:not(:first-child) {
		margin-top: 10px;
		margin-left: 0;
	}
}
.access h2 {
	width: 1100px;
	margin: 0 auto 30px;
}
@media print, screen and (max-width: 1200px) {
	.access h2 {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.access h2 {
		margin: 0 auto 25px;
	}
}
.access_bus_wrap {
	width: 1000px;
	margin: 0 auto 96px;
}
@media print, screen and (max-width: 1200px) {
	.access_bus_wrap {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.access_bus_wrap {
		margin: 0 auto 30px;
	}
}
.access_bus_wrap h3 {
	padding: 11px 20px;
	margin: 0 0 12px;
	background-color: #224e9d;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.access_bus_wrap h3 {
		font-weight: 700;
		font-size: 18px;
		line-height: 1.4444444444;
		letter-spacing: 0;
	}
}
.access_bus_wrap p {
	margin: 0 0 45px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.access_bus_wrap p {
		margin: 0 0 20px;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.8571428571;
		letter-spacing: 0.05em;
	}
}
.access_bus {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.access_bus {
		display: block;
	}
}
.access_bus_left,
.access_bus_right {
	width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
	.access_bus_left,
	.access_bus_right {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.access_bus_left {
		margin-bottom: 20px;
	}
}
.access_bus_left table {
	width: 100%;
	margin: 0 0 8px;
	border-collapse: collapse;
}
.access_bus_left table tr {
	position: relative;
}
@media screen and (max-width: 767px) {
	.access_bus_left table tr {
		position: unset;
	}
}
.access_bus_left table tr th:first-child {
	position: absolute;
	top: -0.5px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	background-color: #f1f4f9;
	color: #224e9d;
}
@media screen and (max-width: 767px) {
	.access_bus_left table tr th:first-child {
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
		width: unset;
	}
}
.access_bus_left table th,
.access_bus_left table td {
	border: 1px solid #000;
}
.access_bus_left table thead tr {
	height: 44px;
	background-color: #67708e;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.access_bus_left table thead tr {
		font-weight: 500;
		font-size: 15px;
		line-height: 1.7333333333;
		letter-spacing: 0;
	}
}
.access_bus_left table thead th:first-child {
	visibility: hidden;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.access_bus_left table thead th:first-child {
		border-top: 0;
		border-left: 0;
	}
}
.access_bus_left table thead th {
	border-bottom: 1px solid #67708e;
}
@media screen and (max-width: 767px) {
	.access_bus_left table thead th {
		border-bottom: 0;
	}
}
.access_bus_left table thead th:nth-child(2) {
	border-right: 0;
	position: relative;
}
.access_bus_left table thead th:nth-child(2):after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.access_bus_left table thead th:nth-child(3) {
	border-left: none;
}
.access_bus_left table tbody tr {
	height: 46px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.access_bus_left table tbody tr {
		font-weight: 400;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0;
	}
}
.access_bus_left table tbody tr:first-child th {
	border-top: 1px solid #67708e;
}
@media screen and (max-width: 767px) {
	.access_bus_left table tbody tr:first-child th {
		border-top: 1px solid #000;
	}
}
.access_bus_left table tbody th:first-child {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	height: 47px;
	background-color: #f1f4f9;
	color: #224e9d;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	border-top: 1px solid #505050;
}
@media screen and (max-width: 767px) {
	.access_bus_left table tbody th:first-child {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.access_bus_left table tbody th:first-child {
		display: table-cell;
		height: 46px;
		font-weight: 500;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0;
	}
}
.access_bus_left table tbody td {
	text-align: center;
}
.access_bus_left table tbody td:first-of-type {
	padding-right: 25px;
}
@media screen and (max-width: 767px) {
	.access_bus_left table tbody td:first-of-type {
		padding-right: 1px;
	}
}
.access_bus_left table tbody td:last-of-type {
	padding-left: 25px;
}
@media screen and (max-width: 767px) {
	.access_bus_left table tbody td:last-of-type {
		padding-left: 1px;
	}
}
.access_bus_left table tbody td span {
	display: inline-block;
	width: 40px;
}
.access_bus_left table tbody td span.limit:after {
	content: '*';
	color: red;
	font-size: 20px;
}
.access_bus_left ul.notes {
	padding: 0;
	margin: 0;
	color: #505050;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.6666666667;
	letter-spacing: 0;
	list-style: none;
}
.access_bus_left ul.notes li:before {
	content: '※';
}
.access_bus_left ul.notes li.limit {
	color: red;
}
.access_bus_left ul.notes li.limit span.limit-icon {
	font-size: 20px;
	line-height: 0;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}
.access_bus_right img {
	width: 100%;
	height: auto;
}
.access .please {
	width: 100%;
	padding: 65px 45px 5px;
	background-color: #f1f4f9;
	border-top: 1px solid #224e9d;
}
@media screen and (max-width: 767px) {
	.access .please {
		padding: 33px 15px;
	}
}
.access .please h3 {
	height: 55px;
	margin: 0 0 28px;
	background-color: #224e9d;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.0833333333;
	letter-spacing: 0.03em;
	line-height: 55px;
	text-align: center;
	border-radius: 28px;
}
@media screen and (max-width: 767px) {
	.access .please h3 {
		height: 40px;
		margin: 0 0 20px;
		font-weight: 500;
		font-size: 17px;
		line-height: 0.4705882353;
		letter-spacing: 0.03em;
		line-height: 40px;
	}
}
.access .please_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.access .please_list {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.access .please_list {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto 28px;
	}
}
.access .please_list li {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	flex-direction: column;
	width: calc((100% - 80px) / 4);
	min-height: 230px;
	padding: 22px 12px 19px;
	margin: 10px;
	background-color: #fff;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.access .please_list li {
		width: 100%;
		min-height: unset;
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.access .please_list li:not(:first-child) {
		margin-top: 10px;
	}
}
.access .please_list li img {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.access .please_list li img {
		margin-bottom: 15px;
	}
}
.access .please_list li h4 {
	margin: 0 0 15px;
	color: #224e9d;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.access .please_list li h4 {
		margin: 0 0 10px;
		font-weight: 700;
		font-size: 15px;
		line-height: 1.4666666667;
		letter-spacing: 0;
	}
}
.access .please_list li p {
	margin: 0;
	color: #505050;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5714285714;
	letter-spacing: 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.access .please_list li p {
		font-weight: 500;
		font-size: 14px;
		line-height: 1.4285714286;
		letter-spacing: 0;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media,
	_:future,
	:root .access_bus_left table tr th:first-child {
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
		width: unset;
	}
	_::-webkit-full-page-media,
	_:future,
	:root .access_bus_left table thead tr th:first-child {
		border-top: 0;
		border-left: 0;
		border-bottom: 0;
	}
	_::-webkit-full-page-media,
	_:future,
	:root .access_bus_left table tbody tr:first-child th {
		border-top: 1px solid #000;
	}
	_::-webkit-full-page-media,
	_:future,
	:root .access_bus_left table tbody tr th:first-child {
		display: table-cell;
		height: 46px;
	}
	_::-webkit-full-page-media,
	_:future,
	:root .access_bus_left table tbody tr td:first-of-type {
		padding-right: 1px;
	}
	_::-webkit-full-page-media,
	_:future,
	:root .access_bus_left table tbody tr td:last-of-type {
		padding-left: 1px;
	}
}
.online.loggedin {
	padding-top: 50px;
}
.online .kv {
	background-image: unset;
}
.online .kv_under {
	background-image: linear-gradient(to bottom, #6ea0c7, #515e81 25%, #242c45 70%, #20232c);
	padding-bottom: 114px;
	margin-top: -1px;
}
@media screen and (max-width: 767px) {
	.online .kv_under {
		padding-bottom: 67px;
	}
}
.online .kv_under:before {
	top: -60px;
	right: -10px;
	content: url('../media/images/home/bg_lp_top.svg');
}
.online .kv_under:after {
	left: -88px;
	bottom: 128px;
	content: url('../media/images/home/bg_lp_bottom_online.svg');
}
.online .kv_under .message_inner {
	margin: 8px auto 0;
}
@media print, screen and (max-width: 1200px) {
	.online .kv_under .message_inner {
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.online .kv_under .message_inner {
		margin: -30px auto 0;
	}
}
.online .kv_under .online {
	margin: 0 auto;
}
.online .kv_under .online h2 {
	width: 1100px;
	margin: 0 auto 40px;
}
@media print, screen and (max-width: 1200px) {
	.online .kv_under .online h2 {
		left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.online .kv_under .online h2 {
		width: 100%;
		margin: 0 auto 26px;
	}
}
.online .kv_under .online h2 span.ja {
	color: #fff;
}
.online .kv_under .online_text {
	width: 1100px;
	margin: 0 auto 74px;
	color: #fff;
	font-size: 17px;
	line-height: 1.5882352941;
	letter-spacing: 0;
}
@media print, screen and (max-width: 1200px) {
	.online .kv_under .online_text {
		width: 100%;
		padding: 0 30px;
	}
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_text {
		margin: 0 auto 29px;
		font-size: 15px;
		line-height: 1.7333333333;
		letter-spacing: 0;
	}
}
.online .kv_under .online_seminar_category {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 1100px;
	padding: 0;
	margin: 0 auto 75px;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_seminar_category {
		display: block;
	}
}
@media print, screen and (max-width: 1200px) {
	.online .kv_under .online_seminar_category {
		width: 100%;
		padding: 0 30px;
	}
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_seminar_category {
		margin: 0 auto 25px;
	}
}
.online .kv_under .online_seminar_category li {
	width: calc((100% - 20px) / 3);
	padding: 13px 14px 20px;
	background-color: #fff;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_seminar_category li {
		width: 100%;
		padding: 12px 15px 13px;
	}
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_seminar_category li:not(:last-child) {
		margin-bottom: 10px;
	}
}
.online .kv_under .online_seminar_category li h3 {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	height: 40px;
	margin: 0 0 15px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4444444444;
	letter-spacing: 0;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_seminar_category li h3 {
		height: 30px;
		margin: 0 0 10px;
		border-radius: 15px;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.625;
		letter-spacing: 0;
	}
}
.online .kv_under .online_seminar_category li h4 {
	margin: 0 0 15px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.4117647059;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_seminar_category li h4 {
		margin: 0 0 8px;
		font-weight: 500;
		font-size: 14px;
		line-height: 1.6428571429;
		letter-spacing: 0;
	}
}
.online .kv_under .online_seminar_category li p {
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_seminar_category li p {
		font-weight: 400;
		font-size: 13px;
		line-height: 1.6923076923;
		letter-spacing: 0;
	}
}
.online .kv_under .online_seminar_category li.keynote h3 {
	background-color: #8bc932;
}
.online .kv_under .online_seminar_category li.special h3 {
	background-color: #de79a8;
}
.online .kv_under .online_seminar_category li.solution h3 {
	background-color: #e07f53;
}
.online .kv_under .online .seminar_banner {
	padding: 0 0 46px;
	margin-top: -65px;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online .seminar_banner {
		padding: 0 21px 14px;
		margin-top: 0;
	}
}
.online .kv_under .online .seminar_banner picture {
	display: block;
	width: 100%;
	max-width: 748px;
	margin: 0 auto;
}
.online .kv_under .online .seminar_banner picture img {
	width: 100%;
	max-width: 748px;
	height: auto;
	margin: 0 auto;
}
.online .kv_under .online .top_tab {
	display: flex;
	flex-flow: row nowrap;
	width: 1100px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online .top_tab {
		display: block;
	}
}
@media print, screen and (max-width: 1200px) {
	.online .kv_under .online .top_tab {
		width: 92%;
		padding: 0 15px;
	}
}
.online .kv_under .online .top_tab li {
	width: 50%;
	padding: 20px 35px;
	background-color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online .top_tab li {
		width: 100%;
		padding: 16px 20px;
	}
}
.online .kv_under .online .top_tab li .tab_inner {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	color: #505050;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.3684210526;
	letter-spacing: 0;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
	transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online .top_tab li .tab_inner {
		height: 35px;
		font-weight: 500;
		font-size: 15px;
		line-height: 0.9333333333;
		letter-spacing: 0;
	}
}
.online .kv_under .online .top_tab li.active {
	cursor: unset;
}
.online .kv_under .online .top_tab li.active,
.online .kv_under .online .top_tab li:hover {
	background-image: linear-gradient(to bottom, #224e9d, #414f9b 55%, #5e98c3);
}
.online .kv_under .online .top_tab li.active .tab_inner,
.online .kv_under .online .top_tab li:hover .tab_inner {
	background-color: transparent;
	color: #fff;
	position: relative;
}
.online .kv_under .online .top_tab li.active .tab_inner:after,
.online .kv_under .online .top_tab li:hover .tab_inner:after {
	position: absolute;
	top: 64%;
	right: 16px;
	transform: translateY(-64%);
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid transparent;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online .top_tab li.active .tab_inner:after,
	.online .kv_under .online .top_tab li:hover .tab_inner:after {
		right: 9px;
		border-top: 5px solid #fff;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-bottom: 5px solid transparent;
	}
}
.online .kv_under .online_seminar {
	width: 1200px;
	min-height: 900px;
	padding: 55px 50px 60px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
}
@media print, screen and (max-width: 1200px) {
	.online .kv_under .online_seminar {
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 1024px) {
	.online .kv_under .online_seminar {
		padding: 44px 30px 60px;
	}
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_seminar {
		min-height: 400px;
		padding: 25px 15px;
		margin: 0 auto;
	}
}
.online .kv_under .online_seminar .tab {
	display: flex;
	flex-flow: row nowrap;
	width: 700px;
	padding: 0;
	margin: 0 auto 49px;
	background-color: #fff;
	color: #224e9d;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.3684210526;
	letter-spacing: 0;
	list-style: none;
	border: 1px solid #224e9d;
	border-radius: 5px;
}
@media print, screen and (max-width: 1200px) {
	.online .kv_under .online_seminar .tab {
		width: 90%;
	}
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_seminar .tab {
		width: 100%;
		margin: 0 auto 24px;
		font-weight: 500;
		font-size: 12px;
		line-height: 1.25;
		letter-spacing: 0;
	}
}
.online .kv_under .online_seminar .tab li {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	width: calc((100% / 2) + 3px);
	height: 55px;
	white-space: nowrap;
	transition: background-color 0.2s;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.online .kv_under .online_seminar .tab li {
		height: 40px;
	}
}
.online .kv_under .online_seminar .tab li:not(:first-child) {
	border-left: 1px solid #224e9d;
}
.online .kv_under .online_seminar .tab li:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.online .kv_under .online_seminar .tab li:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.online .kv_under .online_seminar .tab li.active {
	background-image: linear-gradient(to right, #224e9d, #104bbc, #224e9d);
	background-size: 200%;
	background-position: 0% 100%;
	color: #fff;
	pointer-events: none;
	cursor: unset;
}
.online .kv_under .online_seminar .tab li:hover {
	background-color: #fcfcfe;
}
.online .kv_under .online_seminar .seminar_list_wrap {
	width: 100%;
	min-height: unset;
	padding: 0;
	background-color: transparent;
}
.online .kv_under .online .attention {
	padding: 52px 0 54px;
	background-color: #fff;
}
@media print, screen and (max-width: 1200px) {
	.online .kv_under .online .attention {
		padding: 52px 15px 54px;
	}
}
@media screen and (max-width: 767px) {
	.online .kv_under .online .attention {
		padding: 27px 0 28px;
		margin-bottom: 80px;
	}
}
.online .kv_under .online .attention p {
	color: #224e9d;
}
.online .kv_under .online .attention p em {
	color: #5fb6c5;
}
.online .kv_under .online .attention .link_button {
	border: 1px solid #5fb6c5;
}
.online .kv_under .online .attention .link_button a {
	background-color: #5fb6c5;
	color: #fff;
}
.online .kv_under .online .attention .link_button a:after {
	background-image: url('../media/images/common/arrow_button_l_lb.svg');
}
.online .kv_under .online .attention .link_button a:hover {
	background-color: #fff;
	color: #5fb6c5;
}
.online .kv_under .online .attention .link_button a:hover:after {
	background-image: url('../media/images/common/arrow_button_l_lb_hover.svg');
}
/*# sourceMappingURL=./top.css.map */

/* Added */
.special {
	width: 1100px;
	margin: 85px auto 80px;
}
.special_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 -20px -40px;
}
.special_list li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 40px;
}
.special_box {
	border: 1px solid #707070;
	border-radius: 10px;
	height: 100%;
	padding: 30px;
}
a.special_box {
	display: block;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
a.special_box:hover {
	opacity: 0.7;
}
.special_box h3 {
	margin: 0 0 20px;
	background-color: #d0d6ec;
	border: 2px solid #224e9d;
	color: #224e9d;
	line-height: 1.4;
	text-align: center;
	border-radius: 40px;
	padding: 12px 10px;
}
.special_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.special_image {
	font-size: 0;
	width: 180px;
}
.special_image img {
	border-radius: 10px;
}
.special_text {
	width: calc(100% - 200px);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.625;
}
.special_text p {
	margin: 0;
	color: #505050;
}
.note_list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.6667;
}
.note_list li {
	text-indent: -1em;
	padding-left: 1em;
}
.access_thumb {
	font-size: 0;
	margin-bottom: 10px;
}
.access_thumb img {
	max-width: 100%;
	height: auto;
}
@media print, screen and (max-width: 1200px) {
	.special {
		width: 100%;
	}
	.special h2 {
		left: 15px;
	}
	.special_box h3 {
		width: 100%;
	}
	.special_list {
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.special {
		margin: 49px auto 80px;
	}
	.special h2 {
		margin: 0 0 15px;
	}
	.special_list {
		display: block;
		margin: 0 0 -20px;
	}
	.special_list li {
		padding: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.special_box {
		padding: 20px;
	}
	.special_row {
		display: block;
	}
	.special_image {
		margin: 0 auto 15px;
	}
	.special_text {
		width: 100%;
	}
}
