@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

/* ==========================================================
 body
========================================================== */
body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: justify;
}
p, dd {
	word-wrap: break-word;
  overflow-wrap: break-word;
}
svg,
/* img[src$=".svg"] {
	display: block;
	width: 100%;
	height: 100%;
} */
img {
	overflow: hidden;
	max-width: 100%;
	vertical-align: bottom;
}
svg {
  fill: currentColor;
}

/* ==========================================================
 header / footer
========================================================== */
/* header
----------------------------------------------------*/
.header {
	position: relative;
	padding: 170px 0 190px;
	background: url("../img/bg_header_01-01.jpg") no-repeat 50% 50% #051628;
	background-size: cover;
}
.header::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1500px;
	height: 100%;
	background: url("../img/bg_header_01-02.png") no-repeat 50% 50%;
	background-size: contain;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.header .header-kv {
	position: relative;
	width: min(1000px, calc(100% - 30px));
	margin: 0 auto;
	z-index: 1;
}
.header .header-kv p {
	margin-top: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}
.header .date {
	position: absolute;
	top: 50px;
	right: 50%;
	width: min(1160px, 100%);
	transform: translateX(50%);
	z-index: 2;
}
.header .date img {
	display: block;
	width: min(400px, 60%);
	margin-left: auto;
}
.header .logo {
	display: flex;
    justify-content: center;
	align-items: center;
	padding: 15px 20px;
	gap: 30px;
	width: 500px;
}
.header .logo .logo-aussielamb {
	width: 45%;
}
/* .header .logo {
	position: fixed;
	top: 0;
	left: 40px;
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
	padding: 15px 20px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	z-index: 100;
	transition: all 0.2s;
} */
.box-logo {
	position: fixed;
    top: 0;
    left: 40px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    z-index: 100;
    transition: all 0.2s;
}

.header .logo img {
	width: 100%;
}
/* .header .logo img.logo-lambassador {
	height: 80px;
} */
.header .logo-mla {
	margin-right: 20px;
}
.is-hidden {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
}

/* footer
----------------------------------------------------*/
.footer {
	padding: 90px 0 40px;
}
.footer .logo {
	display: block;
}
.footer-in {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px
	;
	margin: 0 auto 60px;
}
.footer-in img.footer-logo-03 {
	width: 220px;
	height: 80px;
}
.footer-in img.logo-lambassador {
	height: 45px;
}
.footer-in img {
	height: 60px;
}
.footer .copy {
	display: block;
	letter-spacing: 0.05em;
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

/* ==========================================================
 contents
========================================================== */
.sec-01 {
	overflow: hidden;
}
.sec-in {
	width: min(1000px, calc(100% - 30px));
	margin: 0 auto;
}
.en {
	line-height: 1.05;
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
}

.ttl-01,
.ttl-02 {
	line-height: 1.05;
	text-align: center;
}
.ttl-01 {
	position: relative;
	top: -0.2em;
	letter-spacing: 0.05em;
	font-size: 240px;
	transform: scaleY(0.972);
}
.ttl-02 {
	margin-bottom: 50px;
	color: #212121;
	font-size: 36px;
	font-weight: 900;
}

.list-dot-01 li,
.list-dot-02 li {
	margin-left: 1.5em;
}
.list-dot-01 li::before {
	content: "●";
	display: inline-block;
	margin-left: -1.4em;
}
.list-dot-02 li {
	list-style: disc;
}

/* intro
----------------------------------------------------*/
.parent {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: row;
}
.sec-intro {
	padding-bottom: 140px;
	background: url("../img/bg_header_02.jpg") no-repeat 50% 50% #797979;
	background-size: cover;
}
.sec-intro-txt {
	position: relative;
	width: min(880px, calc(100% - 80px));
	z-index: 1;
}
.sec-intro-txt .detail {
	margin-bottom: calc(50px + 0.1em);
	line-height: 1.66;
	letter-spacing: 0.05em;
	color: #f7b400;
	font-size: 28px;
	font-weight: 900;
	font-feature-settings: "palt";
}
.sec-intro-txt p + p {
	margin-top: calc(1em * 1.66);
}
.sec-intro-info {
	width: min(1000px, calc(100% - 30px));
	margin: 0 auto 50px;
	border: 20px solid #f7b400;
}
.sec-intro-info .box {
	padding: 50px 0 40px;
	text-align: center;
}
.sec-intro-info .box .ttl {
	line-height: 1;
	font-size: 36px;
	font-weight: 900;
}
.sec-intro-info .box .txt-01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: min(340px, 70%);
	height: 160px;
	margin: 30px auto 20px;
	line-height: 1;
}
.sec-intro-info .box .txt-02 {
	line-height: 1.625;
	font-size: 16px;
	font-weight: 700;
}
/* .sec-intro-info .txt-01, */
.sec-intro-info .box-ticket .ttl,
.sec-intro-info .box-ticket .txt-02 {
	color: #777;
}
/* .sec-intro-info .box-fee .ttl,
.sec-intro-info .box-fee .txt-02 {
	color: #f7b400;
} */
.sec-intro-info .box-fee {
	background: #f7b400;
}
.sec-intro-info .box-fee .txt-01 {
	font-size: 18px;
	font-weight: 700;
	background: -webkit-linear-gradient(315deg, transparent 20px, #fff 20px) no-repeat;
	background: linear-gradient(315deg, transparent 20px, #fff 10px) no-repeat;
	border-radius: 4px;
}
.sec-intro-info .box-fee .txt-01 span {
	display: block;
	margin-bottom: 12px;
	font-size: 60px;
	font-weight: 900;
}
.sec-intro-info .box-bag {
	position: relative;
	background: #fff;

}
/* .sec-intro-info .box-bag::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #777;
  border-right: 0;
	transform: translateY(-50%);
} */
/* .sec-intro-info .box-ticket .txt-01 {
	font-size: 20px;
	font-weight: 900;
	background: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
	transition: opacity 0.2s;
}
.sec-intro-info .box-ticket .txt-01 img {
	display: block;
	width: 170px;
	margin: 10px auto;
} */
.sec-other {
	width: min(800px, calc(100% - 80px));
	line-height: 1.625;
	margin: 0 auto;
}
.sec-other .ttl {
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
}
.sec-intro-pay .ttl {
	font-size: 22px;
}
.sec-intro-pay .txt {
	color: #fff;
}
.sec-intro-pay .txt p:first-of-type {
	color: #f7b400;
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
}
.sec-intro-pay .txt .list-dot-02 {
	margin: 0.5em 0;
}
.sec-intro-design {
	margin-top: 100px;
}
.sec-intro-design .ttl {
	font-size: 14px;
}
.sec-intro-design .ttl img {
	display: inline-block;
	width: 206px;
	margin: -2px 0 0 15px;
	vertical-align: middle;
}
.sec-intro-design .txt {
	font-weight: 700;
	background: #000;
}
.sec-intro-design .txt p:nth-of-type(1) {
	color: #777;
}
.sec-intro-design .txt p:nth-of-type(2) {
	color: #fff;
	text-align: right;
}
.sec-intro-design .txt p:nth-of-type(2) a {
	text-decoration: underline;
}
.sec-intro-info .box-bag .pop {
	display: inline-block;
	padding: 5px 15px;
	background: #f7b400;
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 24px;
	color: #fff;
}
.sec-intro-info .box-bag .parent {
	width: 90%;
	margin: 0 auto;
} 

/* lineup
----------------------------------------------------*/
.sec-lineup {
	padding-bottom: 100px;
	background: url("../img/bg_lineup.jpg") no-repeat 50% 0 #2b1f44;
	background-size: 100%;
}
.sec-lineup .ttl-01 {
	color: rgba(255,255,255,0.2);
}
.sec-lineup .txt-01,
.sec-lineup .txt-02,
.sec-lineup .txt-03 {
	text-align: center;
}
.sec-lineup .txt-01 {
	margin: -45px 0 30px;
	line-height: 1.56;
	color: #fff;
	font-size: 36px;
	font-weight: 900;
}
.sec-lineup .txt-02 {
	margin: 30px;
	letter-spacing: 0.03em;
	color: #f5f5f5;
	font-size: 48px;
}
.sec-lineup .txt-03 {
	margin-top: 60px;
	color: #757575;
}
.sec-intro-pay .txt-04 ,
.sec-overview .txt-04 {
	display: block;
	margin-top: 15px;
}
.list-lineup {
	overflow: hidden;
}
.list-lineup .item {
	position: relative;
	margin-top: 100px;
	padding: 20px 40px 40px;
	color: #2b1f44;
}
.list-lineup .item .logo {
	overflow: hidden;
	position: absolute;
	top: -70px;
	left: 50%;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.list-lineup .item .wrap-logo {
	display: flex;
	justify-content: center;
	position: absolute;
	top: -70px;
	left: 50%;
	gap: 20px;
	transform: translateX(-50%);
	z-index: 2;
}
.list-lineup .item .wrap-logo .logo {
	overflow: hidden;
	position: static;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	transform: translateX(0%);
	z-index: 1;
}
.list-lineup .item .img {
	margin: 0 -20px;
}
.list-lineup .item .name,
.list-lineup .item .location {
	line-height: 1.4;
	text-align: center;
}
.list-lineup .item .name {
	margin: 20px 0 15px;
	font-size: 24px;
	font-weight: 900;
}
.list-lineup .item .location {
	margin-bottom: 25px;
	font-weight: 700;
}
.list-lineup .item .txt {
	margin-bottom: 30px;
	line-height: 1.7;
	font-weight: 700;
}
.list-lineup .item .menu {
	margin-top: 30px;
	padding: 15px 20px;
	font-size: 14px;
	color: #424242;
	background: rgba(255, 255, 255, 0.5);
}
.list-lineup .item .menu strong {
	color: #212121;
	font-weight: 700;
}
.list-lineup .item .link {
	position: relative;
	top: -0.1em;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 15px;
	vertical-align: middle;
}
/* .list-lineup .item:is(:nth-of-type(11)) .link {
	margin-left: 0;
} */
.sec-lineup .item-lambassador {
	padding-bottom: 30px;
	color: #212121;
	background: #ededed;
	border: 10px solid #fefefe;
}
.sec-lineup .item-lambassador .img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sec-lineup .item-lambassador .name {
	width: min(350px, 100%);
	margin: 25px auto 20px;
	font-size: 18px;
	font-weight: 900;
	text-align: left;
}
.sec-lineup .item-lambassador .name .en {
	display: inline-block;
	margin-right: 5px;
	font-size: 28px;
}
.sec-lineup .item-lambassador .txt {
	line-height: 1.7;
	max-width: 350px;
	margin: 0 auto 1em;
}
.item-lambassador .btn {
	display: block;
	width: 160px;
	margin: auto auto 0;
	padding: 10px 0;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #212121;
}

.list-lineup .slick-prev,
.list-lineup .slick-next {
	display: block;
	width: 30px;
	height: 60px;
	background: url("../img/ico_arrow.svg") no-repeat 50% 50% #fff;
	background-size: contain;
	transition: opacity 0.2s;
	opacity: 0.4;
	z-index: 1;
}
.list-lineup .slick-prev {
	left: 0;
	transform: scaleX(-1) translate(0, -50%);
}
.list-lineup .slick-next {
	right: 0;
}
.list-lineup .slick-prev::before,
.list-lineup .slick-next::before {
	display: none;
}
.list-lineup .slick-prev::before {
	transform: rotate(-45deg);
}
.list-lineup .slick-next::before{
	transform: rotate(45deg);
}
.list-lineup .slick-dots {
	bottom: 5px;
}
.slick-dots li {
	margin: 0;
}
.slick-dots li button:before {
	font-size: 10px;
}
.sec-lineup .item .txt-link {
	color: #0044CC;
	text-decoration: underline;
}
.item-jinkun {
	grid-template-columns: 250px 500px;
    place-items: center;
    place-content: center;
	gap: 20px;
	color: #fff;
	margin-top: 80px;
}
.item-jinkun .ttl {
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 10px;
}

/* venue
----------------------------------------------------*/
.sec-venue {
	background: url("../img/bg_venue.jpg") no-repeat 50% 50% #252525;
	background-size: cover;
}
.sec-venue .ttl-01 {
	color: #fff;
	opacity: 0.2;
}
.sec-venue .sec-in {
	margin-top: 10px;
}
.sec-venue .img img {
	display: block;
}
.sec-venue .detail-wrap .logo {
	width: 150px;
}
.sec-venue .detail-wrap {
	position: relative;
	color: #fff;
}
.sec-venue .map {
	display: block;
	width: 100%;
	height: 600px;
	margin-top: 95px;
	border: none;
}
.sec-venue .detail .name {
	margin-bottom: 20px;
	letter-spacing: 0.03em;
	font-size: 48px;
}
.sec-venue .detail .name + p {
	font-size: 24px;
}

/* overview
----------------------------------------------------*/
.sec-overview {
	padding-top: 85px;
}
.list-overview {
	border-top: 1px solid #eee;
}
.list-overview .ttl,
.list-overview .txt {
	padding: 25px 30px;
	border-bottom: 1px solid #eee;
}

/* ==========================================================
 min-width: 600px
========================================================== */
@media screen and (min-width: 600px) {
	.sec-intro-txt {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: -160px auto 120px;
	}
	.sec-intro-txt .ttl {
		width: 270px;
		height: 510px;
	}
	.sec-intro-txt .detail {
		width: calc(100% - 380px);
	}
	.sec-intro-info .box-ticket .txt-01:hover {
		opacity: 0.6;
	}
	/* .sec-intro-info {
		display: -ms-flexbox;
		display: flex;
	}
	.sec-intro-info .box {
		width: 50%;
	} */
	.sec-intro-design .txt p:nth-of-type(2) a:hover {
		text-decoration: none;
	}

	.sec-lineup .list-lineup,
	.sec-venue .detail-wrap,
	.sec-overview .list-overview {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.list-lineup .item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: calc(50% - 10px);
	}
	.list-lineup .item:is(:nth-of-type(1), :nth-of-type(4), :nth-of-type(5), :nth-of-type(8), :nth-of-type(9)) {
		/* background: rgba(105,255,223,0.9); */
		background: #f7b400;
	}
	.list-lineup .item:is(:nth-of-type(2), :nth-of-type(3), :nth-of-type(6), :nth-of-type(7), :nth-of-type(10), :nth-of-type(11)) {
		/* background: rgba(151,255,193,0.9); */
		background: #fff4b0;
	}
	.list-lineup .item .menu {
		min-height: calc(3em * 1.64 + 40px);
		margin-top: auto;
	}
	.list-lineup .slick-prev:hover,
	.list-lineup .slick-next:hover {
		opacity: 0.8;
	}
	.list-lineup .item .link,
	.sec-lineup .item-lambassador .btn {
		transition: opacity 0.2s;
	}
	.list-lineup .item .link:hover,
	.sec-lineup .item-lambassador .btn:hover {
		opacity: 0.6;
	}

	.sec-venue .img img,
	.sec-venue .detail {
		width: 50%;
	}
	.sec-venue .img {
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 55px;
	}
	.sec-venue .detail-wrap .logo {
		position: absolute;
		top: -165px;
		right: -75px;
	}

	.list-overview {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list-overview .ttl {
		width: 210px;
	}
	.list-overview .txt {
		width: calc(100% - 210px);
	}
}

/* ==========================================================
 max-width: 599px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 599px) {
	body {
		line-height: 1.75;
	}

/* header / footer
----------------------------------------------------*/
	.header {
		padding: 180px 0 140px;
	}
	/* .header .logo {
    	left: 0;
    	height: auto;
		padding: 0;
		border-radius: 0;
		padding: 0 15px;
	} */
	.header .logo {
		padding: 0;
		width: auto;
		gap: 20px;
	}
	.box-logo {
		width: 100%;
		left: 0;
    	height: auto;
		border-radius: 0;
		padding: 15px;
	}
	.header .logo img {
		width: 25vw;
		max-width: 200px;
	}
	.header .logo .logo-lambassador img {
		width: 15vw;
	}
	.header .logo .logo-03 img {
		width: 35vw;
	}
	/* .header .logo img {
		height: 35px;
	}
	.header .logo img.logo-lambassador {
		height: 50px;
	}
	.header .logo img.logo-03 {
		width: 140px;
	} */
	.logo-aussielamb{
		margin-left: 20px;
	}
	.header .header-kv p {
		font-size: 12px;
	}
	.header .date {
    top: 120px;
    right: 5px;
    transform: none;
	}
	.header .date img {
		width: min(400px, 50%);
	}

	.footer {
		padding: 60px 0 20px;
	}
	.footer-in {
		display: block;
		margin-bottom: 50px;
	}
	.footer-in img {
		display: block;
		margin: 30px auto 0;
		height: 55px;
	}
	.footer-in img.logo-lambassador {
		height: 35px;
	}
	.footer .copy {
    font-size: 12px;
	}

	.sec-intro {
		padding-bottom: 100px;
	}
	.sec-intro-txt {
		margin: -75px auto 60px;
	}
	.sec-intro-txt .ttl {
		width: 180px;
		margin: 0 auto;
	}
	.sec-intro-txt .detail {
		margin: 30px 0 0;
		font-size: 18px;
	}
	.sec-intro-txt p + p {
    margin-top: 1em;
	}
	.sec-intro-info .box {
		padding: 40px 0 30px;
	}
	.sec-intro-info .box .ttl {
    font-size: 28px;
	}
	.sec-intro-info .box .txt-01 {
		height: 140px;
		margin: 20px auto 15px;
	}
	.sec-intro-info .box .txt-02 {
    font-size: 14px;
	}
	.sec-intro-info .box-fee .txt-01,
	.sec-intro-info .box-ticket .txt-01 {
		font-size: 16px;
	}
	.sec-intro-info .box-bag::before {
		top: -10px;
		left: 50%;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 30px solid #777;
		border-bottom: 0;
		transform: translateX(-50%);
	}
	.sec-intro-design {
    margin-top: 60px;
	}
	.sec-intro-design .ttl {
    font-size: 12px;
	}
	.sec-intro-design .ttl img {
    width: 160px;
    margin-left: 5px;
	}
	.sec-intro .no-wrap , .item-jinkun {
		grid-template-columns: none;
	}

	.ttl-01 {
    font-size: 90px;
	}
	.ttl-02 {
    margin-bottom: 40px;
    font-size: 32px;
	}

	.sec-lineup {
		padding-bottom: 60px;
	}
	.sec-lineup .txt-01 {
    margin: -15px 0 20px;
    font-size: 24px;
	}
	.sec-lineup .txt-02 {
    margin-bottom: 20px;
    font-size: 36px;
	}
	.sec-lineup .txt-03 {
    font-size: 14px;
	}
	.list-lineup .item {
    margin-top: 60px;
    padding: 0 15px 15px;
	}
	.list-lineup .item:nth-of-type(even):not(.item-lambassador) {
		background: #f7b400;
	}
	.list-lineup .item:nth-of-type(odd) {
		background: #fff4b0;
	}
	.list-lineup .item .logo {
    top: -40px;
    width: 100px;
    height: 100px;
	}
	.list-lineup .item .wrap-logo {
	top: -40px;
	}
	.list-lineup .item .wrap-logo .logo {
    width: 100px;
    height: 100px;
	}
	.list-lineup .item .img {
    margin: 0 -15px;
	}
	.list-lineup .item .name {
    margin: 20px 0 10px;
		font-size: 22px;
	}
	.list-lineup .item .location {
		margin-bottom: 15px;
    font-size: 14px;
	}
	.list-lineup .item .link {
    width: 24px;
    height: 24px;
    margin-left: 10px;
	}
	.list-lineup .item .menu {
    margin: 20px 0 0;
    padding: 10px 15px;
		text-align: left;
	}
	.sec-lineup .item-lambassador .name {
		margin-bottom: 20px;
		font-size: 16px;
		text-align: center;
	}
	.sec-lineup .item-lambassador .name .en {
		font-size: 24px;
	}
	.sec-lineup .item-lambassador .btn {
		margin: 30px auto 10px;
	}
	.list-lineup .slick-prev,
	.list-lineup .slick-next {
		width: 8%;
	}
	.item-jinkun {
		margin-top: 60px;
	}
	.item-jinkun .ttl {
		font-size: 20px;
	}
	.item-jinkun figure {
		width: 60%;
	}
	/* .sec-lineup .item-lambassador {
		margin: 40px 0;
		padding: 15px 15px 30px;
	}
	.sec-lineup .item-lambassador .img {
		padding: 30px 0 50px;
	}
	.sec-lineup .item-lambassador .img img {
		width: 138px;
		height: 135px;
	}
	
	.sec-lineup .item-lambassador p + p {
		text-align: right;
	}
	.sec-lineup .item-lambassador .link:hover {
		display: inline-block;
		text-decoration: none;
	} */

	.sec-venue .img {
		margin-bottom: 40px;
	}
	.sec-venue .detail + .detail {
		margin-top: 20px;
	}
	.sec-venue .detail .name {
    margin: 30px 0 10px;
    letter-spacing: 0;
    font-size: 32px;
	}
	.sec-venue .detail .name + p {
    font-size: 18px;
	}
	.sec-venue .detail-wrap {
		margin: 0 30px;
	}
	.sec-venue .detail-wrap .logo {
    margin: 0 auto;
	}
	.sec-venue .map {
    height: 60svh;
    margin-top: 55px;
	}

	.sec-overview {
    padding-top: 70px;
	}
	.list-overview .ttl {
		padding: 15px 5px 0;
		color: #212121;
		font-weight: 700;
		border: none;
	}
	.list-overview .txt {
		padding: 5px 5px 15px;
	}

}