/* ---------------------------------------------------------------
	ページ：NEWS一覧
------------------------------------------------------------------*/
.press__news-container .split__2-container {

}
@media only screen and (max-width: 750px) {
	.press__news-container .split__2-container {
		flex-wrap: wrap;
	}
}

.press__news-container .split__2_left {

}
@media only screen and (max-width: 750px) {
	.press__news-container .split__2_left {
		display: block;
		width: 100%;
		margin-bottom: 8%;
		border-bottom: 1.5px dotted #969696;
	}
}


/*** 左メニュー ***/
.press__news-menu {

}

.press__news-menu-cg {
	font-size: 1.33vw;
	font-weight: 500;
	padding-bottom: 10%;
	border-bottom: 1.5px dotted #969696;
	margin-bottom: 15%;
}
@media only screen and (max-width: 750px) {
	.press__news-menu-cg {
		font-size: 3.9vw;
		padding-bottom: 0;
		border: none;
		margin-bottom: 3%;
	}
}

.press__news-menu-box {
	width: 67%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.5vw;
	margin-bottom: 35%;
}
@media only screen and (max-width: 750px) {
	.press__news-menu-box {
		width: 100%;
		grid-template-columns: repeat(3, 1fr);
		gap: 3vw;
		margin-bottom: 10%;
	}
}

.press__news-menu-box a:hover {
	border-bottom: unset;
}

.press__news-menu-bt {
	background: #fff;
	font-size: 0.9vw;
	padding: 5% 0;
	border-radius: 25px;
	text-align: center;
	border: 1px solid var(--main-cp-color);
	color: var(--main-cp-color);
}
@media only screen and (max-width: 750px) {
	.press__news-menu-bt {
		font-size: 3.2vw;
		padding: 5% 1%;
	}
}

.press__news-menu-bt.active {
	background: var(--main-cp-color);
	color: #fff;
}

.press__news-menu-archive {
	font-size: 1.33vw;
	font-weight: 500;
	margin-bottom: 15%;
}
@media only screen and (max-width: 750px) {
	.press__news-menu-archive {
		font-size: 3.9vw;
		margin-bottom: 3%;
	}
}

.press__news-menu-search {
	width: 100%;
}
@media only screen and (max-width: 750px) {
	.press__news-menu-search {
		margin-bottom: 15%;
	}
}

.press-selectbox {
	width: 100%;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.press-selectbox::after {
	position: absolute;
	border-bottom: 2px solid #4c4f57;
	border-right: 2px solid #4c4f57;
	content: "";
	right: 8%;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
}
@media only screen and (max-width: 750px) {
	.press-selectbox::after {
		right: 5%;
	}
}


.press-selectbox select {
	appearance: none;
	width: 100%;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	cursor: pointer;
	font-size: 0.9vw;
	padding: 6% 4% 6% 6%;
	border-radius: 5px;
}
@media only screen and (max-width: 750px) {
	.press-selectbox select {
		font-size: 3vw;
		padding: 5% 7% 5% 3%;
	}
}


/*** 一覧 ***/
.press__container {

}

.press__news-display-number {
	text-align: right;
	font-size: 1.15vw;
	margin-bottom: 2%;
}
@media only screen and (max-width: 750px) {
	.press__news-display-number {
		font-size: 3.45vw;
		margin-bottom: 4%;
	}
}

.press__news-list{
	margin-bottom: 10%;
}
@media screen and (max-width: 750px) {
	.press__news-list{
		margin-bottom: 15%;
	}
}

.press__news-list .item {
	background-image: url(/images/common/common_btn_arrow_01.png);
	background-position: bottom 50% right 1%;
	background-size: auto 1.8vw;
}
@media screen and (max-width: 750px) {
	.press__news-list .item {
		background-position: bottom 50% right 0;
		background-size: auto 5vw;
	}
}

.press__news-list .item:hover {
	background-image: url(/images/common/common_btn_arrow_02.png);
}

.press__news-list .item a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	border-bottom: 1px solid #E9E9E9;
	padding: 2% 10% 2% 0;
}
@media screen and (max-width: 750px) {
	.press__news-list .item a{
		padding: 4% 8% 4% 0;
	}
}

.press__news-list .item a:hover {
	border-bottom: 1px solid #F2532A;
}

.press__news-list .item:first-child a{
#	border-top: 1px solid #CCC;
}
.press__news-list .item .date{
	margin: 0;
#	min-width: 100px;
	font-size: 1.0vw;
	padding: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
	.press__news-list .item .date{
		font-size: 3.5vw;
	}
}
.press__news-list .item .category{
	margin: 0;
	min-width: 140px;
	padding: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
	.press__news-list .item .category{
	}
}

.press__news-list .item .category span{
	background: #fff;
	color: #F2532A;
	text-align: center;
	display: inline-block;
	padding: 2% 9%;
	font-size: 0.9vw;
	line-height: 1;
	border: 1px solid #F2532A;
	border-radius: 25px;
}
@media screen and (max-width: 750px) {
	.press__news-list .item .category span{
		font-size: 2.2vw;
	}
}

.press__news-list .item .category span.service {
	color: #F2532A;
	border: 1px solid #F2532A;
}
.press__news-list .item .category span.notice {
	color: #000000;
	border: 1px solid #000000;
}
.press__news-list .item .category span.ir {
	color: #999999;
	border: 1px solid #999999;
}

.press__news-list .item .title{
	width: 100%;
	margin-top: 10px;
	font-size: 1.1vw;
	display: -webkit-box;             
	-webkit-box-orient: vertical;      /* 垂直方向に配置 */
	overflow: hidden;                  /* 溢れた部分を隠す */
	text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
#	-webkit-line-clamp: 2;             /* 最大行数を2行に設定 */
	-webkit-line-clamp: 2; /* ここを2や3に変更することで、行数を指定 */
	max-height: calc(1.5em * 2);
}
@media only screen and (max-width: 750px) {
	.press__news-list .item .title{
		font-size: 4vw;
	}
}

.press__news-list .item a:hover .title{
	color: #F2532A;
}

/*** ページャー ***/
.pagination-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 5% auto 0%;
	font-size: 1.2vw;
	font-weight: bold;
	width: 70%;
}
@media screen and (max-width: 750px) {
	.pagination-1 {
		width: 100%;
		gap: unset;
		margin: 5% auto 0%;
		font-size: 2.68vw;
	}
}

.pagination-1 a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 3em;
	border: 1px solid #787878;
	border-radius: 5px;
	color: #787878;
}

.pagination-1 .prev a {
	border: none;
	padding: 15%;
}
.pagination-1 .next a {
	border: none;
	padding: 15%;
}

.pagination-1 a:not(:hover) {
	text-decoration: none;
}

.pagination-1 .current a {
	background-color: #d9d9d9;
	color: #787878;
	pointer-events: none;
	border: none;
}
.pagination-1 .disable a {
	background-color: #fff;
	color: #787878;
	pointer-events: none;
	border: none;
}
.pagination-1 .space a {
	border: none;
	width: 1em;
	height: 1em;
}

.pagination-1 .prev {
	transform: scale(-1, 1);
#	padding-left: 7%;
}
.pagination-1 .next {
#	padding-left: 7%;
}

.pagination-1 .prev.disable,
.pagination-1 .next.disable {
	visibility: hidden;
}


/* ---------------------------------------------------------------
	ページ：NEWS記事
------------------------------------------------------------------*/
.press__article-container {
	background: var(--bg-color-gray);
	padding: 4% 0;
}
@media screen and (max-width: 750px) {
	.press__article-container {
		padding: 8% 0 11%;
	}
}

.press__article-area {
	width: 80%;
	margin: auto;
	background: #fff;
	padding: 3% 8.5%;
	border-radius: 5px;
	font-size: 1.1vw;
	line-height: 1.9;
}
@media screen and (max-width: 750px) {
	.press__article-area {
		width: 90%;
		padding: 3% 5%;
		font-size: 4.0vw;
	}
}

.press__article-area p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	unicode-bidi: isolate;
}


.press__article-button {
	width: 33%;
	margin: 5% auto;
}
@media screen and (max-width: 750px) {
	.press__article-button {
		width: 90%;
		margin: 5% auto 9%;
	}
}
.press__article-button a {
	font-size: 1.0vw;
}
@media screen and (max-width: 750px) {
	.press__article-button a {
		font-size: 3.4vw;
	}
}
.press__article-button .arrow-link-button {
	padding: 7% 5%;
	border-radius: 65px;
}
.press__article-button .arrow-link-button::after {
	right: 7%;
}



.line-box {
	margin-top: 5%;
	margin-bottom: 5%;
}
.line-dotted {
	border-bottom: 1px dashed #b4b4b4;
}
.news__inquiry-box {
	background: #efefef;
	border-radius: 6px;
	padding: 3% 2%;
	width: 100%;
}
@media screen and (max-width: 750px) {
	.news__inquiry-box {
		padding: 3% 4%;
	}
}

.section_title {
	font-weight: bold;
	padding: 2% 0;
	font-size: 1.4vw;
}
@media screen and (max-width: 750px) {
	.section_title {
		font-size: 4.3vw;
	}
}

/*** sns ***/
.press__article-sns {
	display: flex;
	justify-content: space-between;
	width: 26%;
	margin-left: auto;
	align-items: center;
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.press__article-sns {
		width: 52%;
		margin-bottom: 15%;
	}
}

.press__article-sns-item {
	width: 20%;
	font-size: 0.9vw;
}
@media screen and (max-width: 750px) {
	.press__article-sns-item {
		font-size: 2.4vw;
	}
}

.press__article-sns-item a:hover {
	border-bottom: unset;
}


/* ---------------------------------------------------------------
	ページ：NEWSブロックタイトル
------------------------------------------------------------------*/
.articles__container {
	margin-bottom: 4%;
	font-weight: bold;
}

.articles__container .text-with-underline {
	color: #333;
	font-size: 1.8vw;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #F7F7F7;
	position: relative;
}
@media screen and (max-width: 750px) {
	.articles__container .text-with-underline {
		font-size: 4.6vw;
	}
}

.articles__container .text-with-underline:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0%;
	border-bottom: 2px solid #414141;
	width: 8%;
}
@media screen and (max-width: 750px) {
	.articles__container .text-with-underline:after {
		width: 13%;
	}
}


/* ---------------------------------------------------------------
	スペース（調整用）
------------------------------------------------------------------*/
.space {
	height: 10px;
}

/* ---------------------------------------------------------------
	リニューアル前ソースからの移植
------------------------------------------------------------------*/
.info_block{
//	border-bottom:1px solid #999;
	width:100%;
}
@media screen and (max-width: 750px) {
	.info_block{
		display: block;
		width: 100%;
		margin: 10px 0px;
//		border:none;
	}
}

.block_title{
	display: inline-block;
	width: 180px;
//	height: 70px;
	text-align:left;
	vertical-align: top;
}
@media screen and (max-width: 750px) {
	.block_title{
		display: block;
		width: 100%;
//		height: 40px;
//		margin-top:10px
		text-align:left;
//		line-height:40px;
		vertical-align: middle;
		font-weight:bold;
	}
}

.block_detail{
	display: inline-block;
	word-wrap: break-word;
//	overflow: hidden;
	text-align:left;
	vertical-align: top;
}
@media screen and (max-width: 750px) {
	.block_detail{
		display: block;
		width: 90%;
#		margin:0 0 0 5%;
		margin:0;
//		overflow: hidden;
		text-align:left;
		vertical-align: top;
//		text-decoration:underline;
	}
}

