/* 企業別CSS */

/*-------------------------------------------------
カラー
-------------------------------------------------*/
:root {
	--maincolor: #DC2814;
	--maincolor-hover: #CD2310;
	--accentcolor: #DC2814;
	--accentcolor-hover: #CD2310;
	--triangle-color: #EBA9A2;
}

/*-------------------------------------------------
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: 27px 25px;
	width: 770px;
	margin: auto;
	position: relative;
	align-items: center;
}

.footer_tel {
	text-align: left;
	width: 46%;
}

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

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

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

.footerpd {
	padding-left: 20px;
}

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

	.footer_tel {
		margin: auto;
		width: 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 (min-width: 768px) and (max-width: 1100px) {
	
	.ec-footerTitle__white {
		width: 100%;
		padding: 28px 14px;
		/* padding-right: 2px; */
		max-width: 690px;
	}

	.footer_tel {
		width: 47%;
	}
	
}

/*-------------------------------------------------
株主情報ー各ページへのボタン （ナビボタン）
-------------------------------------------------*/
@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;
	}

	.menu_category_all {
		padding: 10px 0;
		width: 100%;
		text-align: center;
	}

	.menu_category_all a {
		font-weight: normal;
		font-size: 14px;
		padding: 0;
	}

}

@media screen and (min-width: 768px) {
	.menu_category_all:hover::before {
		width: 100%;
	}

	.menu_category_all::before {
		left: 50%;
	}
}

/*-------------------------------------------------
カゴの中
-------------------------------------------------*/
@media only screen and (min-width: 1100px) {
	.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
		min-width: 255px;
	}
}

.ec-cartRow .ec-cartRow__contentColumn {
	padding: 15px;
	width: 41.666667%;
	min-width: 408px;
}

/*-------------------------------------------------
交換完了画面 ボタン文字サイズ調整
-------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1100px) {
	.button_colstore a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
.button_colstore a {
		font-size: 17px;
	}
}
