/* 企業別CSS */

/*-------------------------------------------------
カラー
-------------------------------------------------*/
:root{
	--maincolor : #0062A3; 
	--maincolor-hover: #005C98 ;
	--accentcolor: #4594C9;
	--accentcolor-hover: #4589B8;
	--triangle-color:#B7DFF9;
}

/*-------------------------------------------------
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;
	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:52%;
}
.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;
	}
}
/*-------------------------------------------------
利用登録ページ
-------------------------------------------------*/
.ec-link::after{
	right: 7.5%;
	top: 16.5%;
}

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

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
	.spbtn-br {
	line-height: 15px;
    font-size: 13px !important;
    padding: 8px 7px !important;
	}
}

