/* 企業別CSS */

/*-------------------------------------------------
カラー
-------------------------------------------------*/
:root{
	--maincolor : #16509F; 
	--maincolor-hover: #134588;
	--accentcolor:  #32B0E6;
	--accentcolor-hover: #2BA3D6;
	--triangle-color:#B5D0F3;
}
/*-------------------------------------------------
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: -8px;
}
}
/*-------------------------------------------------
ヘッダー：株主番号・名前など表示しているエリア
★森永→申込期限に曜日を入れる関係で以下調節が必要
-------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1100px) {
	.personalpoint{
		padding: 10px 7px;
		height: 60px;
        /* width調整 */
		width: 280px;
		padding-bottom: 8px;
		justify-content: space-around;
	}
    .navbar-header{
        /* width調整 */
		width: 67%;
		justify-content: flex-start;
		margin-top: 0;
	}
    .navbar-header .pconlytext:first-child{
		width: 56%;
         /* max-width調整 */
		max-width: 210px;
	}
}
/*-------------------------------------------------
フッター（電話番号やその説明の長さに応じて調整） 
-------------------------------------------------*/
.ec-footerTitle{
	padding:20px;	
}
.ec-footerTitle__white{
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 30px 20px;
    width: 650px;
	margin: auto;
	position: relative;
	align-items: center;
}
.footer_tel{
	text-align: left;
	margin-right: 32px;
}
.footer_tel::before{
	content:"";
	display:inline-block;
	width:1px;
	height:92px;
	background-color:#333;
	position:absolute;
	top:22%;
	left:50%;
}
.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 23px;
	}
	.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: 13px;
		padding: 12px 4px;
	}
}

/*-------------------------------------------------
利用登録ページ
-------------------------------------------------*/
.ec-link::after {
	right: 7.5%;
	top: 18%;
}
