@charset "UTF-8";
/* CSS Document */

/* ニュース */
.news {
    background-image: url("../img/top_img/back_2.png");
/*	background-position: 0px 20px;*/
    background-size:100%;
	max-width: 100vw;
/*    min-height: 25vw;*/
    text-align: center;
	margin-bottom: 5em;
    padding: 3em 0;
}

.news_white {
	background-color: #fff;
	width: 80vw;
/*	max-width:700px;*/
	max-width: var(--max-size3);
	margin:0 auto;
	position: relative;
	padding: 1em 2em;
}

.news_white h2 {
    color: var(--news);    
    margin-bottom: -1.5vw;
    font-size: 2em;
    white-space:nowrap;
	border:none;
	background-color: inherit;
}

.news_view_more {
    display: flex;
	justify-content: flex-end;
	padding-top: 2vw;
    white-space:nowrap;
	margin-bottom: 1vw;
	
}
.news_view_more a {
    color: var(--news);
    font-size: var(--bunsyo);
}
.news_view_more img {
    margin-left: 1vw;
    margin-top: 0.4vw;
    width: 1.1vw;
    height: 1.1vw;
}



ul.list_news {
	padding: 0;
}

.list_news li,
.category_1, 
.category_2, 
.category_3, 
.category_4,
.category_5,
.category_6,
.category_7{
	font-size: var(--bunsyo);
}

.list_news li {
	width: 100%;
	display: inline-block;
	padding: 0.5rem 0;
	border-bottom: solid 1px #ccc;
}

.list_news li a,
.list_news li span.nolink{
	display: flex;
	flex-wrap: nowrap;
}

.list_news li span.nolink{
	color: #333;	
}

.list_news li a:hover {
/*	color: rgb(38, 41, 255)*/
}

.date_category {
	display: flex;
	flex-wrap: nowrap;
}

.date {
	min-width: 9em;
	display: inline-block;
	color: #838383;
	text-align: left;
	margin-right: 0.8em;
}

.category_1, 
.category_2, 
.category_3, 
.category_4,
.category_5,
.category_6,
.category_7{
	margin-right: 1.1em;
	width: 7em;
	text-align: center;
	color: #fff;

	display: inline-block;
	white-space: nowrap;

	 border-radius: 6px; 
	
}

 .category_1 { /* 株主総会 */
	background-color: #1ebc85;
}

.category_2{ /* 開示情報 */
	background-color: #F5BA5B;
}

.category_3{ /* お知らせ */
	background-color: #907bb4;
}

.category_4{ /* 決算情報 */
	background-color: #f55b5b;
} 

.category_5{ /* 展示会情報 */
	background-color: #5bd9f5;
} 

.category_6{ /* 決算情報_未配信 */
	background-color: #fff;
	color: #f55b5b;
	border: solid 1px #f55b5b;
}

.category_7{ /* 配当 */
	background-color: #5E88FA;
}

.title_icon {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

p.title {
	text-align: left;
}

.nolink p.title {
	color: #222;
}

/* ここまでニュース */


/* ここからview moreのお知らせ部分 */
.news_viewmore {
	width: 70vw;
	margin: 0 auto;
}
/* ここまでview moreのお知らせ部分 */



/* 製品・サービス、企業情報、株主さまへ */
.item {
	width: 90%;
	max-width: var(--max-size1);
	margin: 0 auto 5em;
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
	column-gap: 2vw;
	row-gap: 2em;
}

.label_item img{
	width: 100%;
	margin: 0;
	margin-bottom: -13px;
}

.label_item_p  {
	font-size: var(--bunsyo);
    text-align: center;
    border: 0.1vw solid  var(--news);
	padding: 1em 0.5em;;
	margin:0;
	
}
.label_item a {
    text-decoration: none;
    color: var(--news);
    font-size: 28px;
}

.label_item a:hover{
    opacity:0.5;
	transition:0.3s;
}


/* 歴史 */
.histry {
    background-image: url("../img/top_img/back_2.png");
    background-size:100%;
	background-repeat: repeat-y;
    max-width: 100vw;
    text-align: center;
	padding: 3em 0;
    margin-bottom: 5em;
}
.histry_item {
    color: var(--news);
}

.history_wrap{
	display: inline-block;
}

.histry_item_text{
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.histry_item_text img{
    width: auto;
    height: 20vw;
	max-height: 400px;
}
.histry_item_text p {
    font-size: var(--bunsyo);
    padding-left: 4vw;
    line-height: 2.5;
    text-align: left;
}

.histry_item_text h2 {
	display: block;
    font-size: var(--title);
	 color: var(--news);
	border: none;
	text-align: left;
	background-color: inherit;
}

.histry_view_more a {
    color: var(--news);
    text-decoration: none;
    font-size: var(--bunsyo);
}

.histry_view_more {
	width: 100%;
    display: flex;
	justify-content: flex-end;
    margin-top: 2em;
	font-size: var(--bunsyo);
}
.histry_view_more img {
    margin-left: 1vw;
    width: 1em;
    height: 1em;
}



/* トップページ デジタルカタログとamazonのバナー用設定 */
.ncal-cat-top img {
    width: 25vw;
    min-width: 260px;
	max-width: 400px;
}

.ncal-cat-top p {
    font-size: 0.7rem;
}

.top_banner {
    margin-bottom: 20px;
    margin: 4%;

    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.top_banner img:hover {
    opacity: 0.7;
}

.amazon{
	display: block;
	max-width: 80vw;
    font-size: var(--smallBunsyo);
	margin: 0 auto 5em;
}
/* ここまで トップページ デジタルカタログとamazonのバナー用設定 */



/* ここまでTOP CSS */




/**********************
レスポンシブ対応
***********************/

@media screen and (max-width:1030px)  {
/* ここからニュース */
	.list_news li a,
	.list_news li span.nolink{
		display: block;
		margin:0.5em 0;
		paddin:0;
	  }
	
	.date {
		margin-top: 0;
		margin-bottom: 0;
		padding:0;
		color: #333;
	}
	
	.category {
		margin-top: 0;
		margin-bottom: 0;
		paddin:0;
	}
	
	p.title {
		margin-top:0.5em;
		margin-bottom: 0.5em;
	}
}
/* ここまでニュース */

@media screen and (max-width:786px)  {

/* ここからニュース */
	.topimg {
		top:-8vw;
		left:0vw;
		width: 18vw;
	}
	
	.news {
		background-size: 200%;
	}

	.news_white h2 {
		font-size: 18px;
	}
	
	.news_white {
		width:94vw;
		padding: 1em;
	}
	
	.date {
		margin-bottom: 0;
	}
	
	.category {
		margin-right: 100%;
		margin-bottom: 0;
	}
	
	.list_news li,
	.category_1, 
	.category_2, 
	.category_3, 
	.category_4,
	.category_5,
	.category_6,
	.category_7{
		font-size: 15px;
	}
	
	

	.news_view_more a {
		font-size: 14px;
	}
	.news_view_more img {
		margin-left: 7px;
		margin-top: 5px;
		width: 15px;
		height: 15px;
	}
/* ここまでニュース */
	
/* ここからニュースの過去記事ページ */
	.news_viewmore {
		width: 90%;
	}


/* ここから製品・サービス */
	.label_item_p  {
		font-size: 14px;
		padding: 0.5em;
	}

	
/* ここから歴史 */
	.histry {
		background-size:200%;
		background-repeat: repeat-y;
		padding-top: 2em;
	}
	
	.history_wrap{
		display: block;
		margin: 0 auto;
		width: 90%;
	}

	.histry_item_text{
		writing-mode: horizontal-tb;
		white-space: inherit;
	}
	
	.histry_item_text  img{
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	
	.histry_item_text p {
		font-size: 15px;
		padding: 10px;
		line-height: 1.7;
		text-align: justify;
/*		background-color: #fff;*/
	}

	.histry_item_text h2 {
		font-size: 18px;
		margin-bottom: 0.5em;
	}

	.histry_view_more a {
		font-size: 15px;
	}
	
	.histry_view_more img {
		margin-left: 2vw;
		margin-top: 1.2vw;
		width: 4vw;
		height: 4vw;
	}
	
	.brnone {
		display: none;
	}

/* ここからトップページ デジタルカタログとamazonのバナー用設定 */
.ncal-cat-top img {
    width: 100%;
}
/* ここまでトップページ デジタルカタログとamazonのバナー用設定 */
	

/* ここからamazonの注意書き */
	.amazon {
		font-size: 12px;
	}

}