/* 企業別CSS */

/*-------------------------------------------------
カラー
-------------------------------------------------*/
:root {
	--maincolor: #0B56A4;
	--maincolor-hover: #0A4B8E;
	--accentcolor: #95ba5c;
	--accentcolor-hover: #88AB52;
	--triangle-color: #BAD5F1;
}

/*-------------------------------------------------
TOP画像の調整
-------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.ec-sliderRole img {
		width: 100%;
		height: 410px;
		object-fit: cover;
		/* 20230726 kashiwa 768pxのとき、文字が切れていないか確認。文字がTOP画像に入っていれば、下記コメントアウト外す必要アリかも*/
		object-position: -7px;
	}
}

/*-------------------------------------------------
ヘッダー：株主番号・名前など表示しているエリア
-------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1100px) {
	.personalpoint {
		padding: 10px;
		/* padding: 10px 13px; */
		height: 60px;
	}

	.navbar-header {
		width: 64%;
		justify-content: flex-start;
		margin-top: 0;
	}

	.navbar-header .pconlytext:first-child {
		width: 56%;
		/* max-width: 275px; */
		max-width: 255px;
	}
}

/*-------------------------------------------------
フッター（電話番号やその説明の長さに応じて調整） 
-------------------------------------------------*/
.ec-footerTitle {
	padding: 20px;
}

.ec-footerTitle__white {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 30px 28px 30px 22px;
	width: 620px;
	margin: auto;
	position: relative;
	align-items: center;
}

.footer_tel {
	text-align: left;
}

.footer_tel::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 85px;
	background-color: #333;
	position: absolute;
	top: 25%;
	left: 51%;
}

.footer_tel p {
	color: #333;
	margin-bottom: 0;
}

.footer_tel h3 {
	color: #333;
	margin-top: 6px;
	margin-bottom: 4px;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.ec-footerTitle__white {
		width: 100%;
		padding: 30px 50px 30px 55px;
	}

	.footer_tel {
		margin: auto;
	}

	.footer_tel::before {
		display: none;
	}

	.footer_tel h3 {
		font-size: 28px;
	}

	.footer_tel p {
		font-size: 17px;
	}

	.ec-footerTitle:last-child {
		padding: 0;
	}

	.ec-footerRole {
		margin-top: 0px;
	}
}

/*-------------------------------------------------
株主情報ー各ページへのボタン （ナビボタン）
-------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.ec-navlistRole__item:nth-child(even) {
		padding-left: 0;
	}

	.naviButton .btn-primary {
		font-size: 14px;
		padding: 12px 7px;
	}
}

/*-------------------------------------------------
TOP画面　左上ロゴ横の余白を調整
-------------------------------------------------*/

.pcunplogo {
	margin-right: 20px;
}

/*-------------------------------------------------
利用登録ページ
-------------------------------------------------*/
.ec-link::after {
	right: 7.5%;
	top: 18%;
}

/*-------------------------------------------------
よくあるご質問
-------------------------------------------------*/
.br-sp {
	display: none;
}

.faqtable td {
	padding: 5px;
}

.faqtable th {
	padding: 5px;
}

@media screen and (min-width: 767px) {
	.faqtable td {
		padding: 12px;
	}
}

@media screen and (max-width: 665px) {
	.navi-sp {
		line-height: 21px;
    	padding: 6px 7px !important;
		line-height: 18px;
	}

	.faqtable {
		font-size: 14px;
	}

	.br-sp {
		display: block;
	}

	.fontsize-sp {
		font-size: 12px;
	}

	.faqtable td {
		padding: 3.8px;
	}

}