<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.box_top{
	background: url(/investors/individual/performance/img/top_img.jpg) 100% 100%;
}

.box_top:before{
    width: 149px;
    height: 100px;
    background: url(/investors/individual/performance/img/sales03_img.png) no-repeat 50% 50%/100% auto;
}

.box_top + .ttl_h2{
	margin-top: 40px;
}

.box_top + .ttl_h2 + p{
	margin-top: 40px;
}

.sales{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0 0;
	padding: 30px 60px;
	background: #f6f4f0;
}

.sales.reverse{
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.sales .sales_in{
	width: 50%;
	text-align: right;
}

.sales figure.sales_in{
	width: calc(50% - 20px);
	margin: 0 0 0 20px;
}

.sales.reverse figure.sales_in{
	width: calc(50% - 20px);
	margin: 0 20px 0 0;
}

.sales.reverse .sales_in:first-child{
	width: calc(50% - 20px);
	margin-left: 20px;
}

.sales .sales_in:nth-child(1){
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.sales.reverse .sales_in{
	text-align: left;
}

.acc{
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-family : "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 36px;
	font-weight: bold;
}

.price{
	letter-spacing: 0.02em;
	font-family : "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	color: #7b9437;
}

.acc + .price{
	margin-top: 8px;
}

.price &gt; strong{
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-right: 10px;
	font-size: 72px;
	font-weight: bold;
}

.comp{
	line-height: 1.3;
	letter-spacing: 0.12em;
	font-family : "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	font-weight: bold;
}

.price + .comp{
	margin-top: 4px;
}

@media only screen and (max-width:767px) {
.sales{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 12px 0;
	padding: 40px 30px;
}

.sales .sales_in{
	width: 100%;
	text-align: center;
}

.sales figure.sales_in{
	width: 100%;
	margin: 30px 0 0;
}

.sales.reverse figure.sales_in{
	width: 100%;
	margin: 30px 0 0;
}

.sales figure.sales_in img{
	width: 100%;
}

.sales.reverse .sales_in{
	text-align: center;
}

.sales.reverse .sales_in:first-child{
	width: 100%;
}

.box_top + .ttl_h2 + p{
	margin: 40px 12px 0;
}

.price &gt; strong{
	font-size: 70px;
}

.acc{
	width: 100%;
	text-align: left;
	line-height: 1.5;
	font-size: 32px;
}
}</pre></body></html>