@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------------------ */
/* スライダーをサスティナビリティからダイバーシティへ切替えた際のフォント変更 */
.home_main_image .text .read_title_s {
	font-weight: 900;
	margin-bottom: 8%;
	font-size: 28px;
}

/* スマホ 横から */
@media screen and ( max-width: 896px ) {
	.home_main_image .text .read_title_s {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

/* 基本これでスマホまで */
@media screen and ( max-width:680px ) {
	.home_main_image .img_full .text .read_title_s {
		font-size: 16px;
	}
}

/* スマホ 縦から */
@media screen and ( max-width: 480px ) {
	.home_main_image .text .read_title_s {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------------------ */
/* IR情報を画像全画面表示にした場合のフォント設定 */
.home_main_image .text .read_title_ir {
	font-weight: 600;
	margin-bottom: 8%;
	font-size: 24px;
	color: #00aca0;
}

/* スマホ 横から */
@media screen and ( max-width: 896px ) {
	.home_main_image .text .read_title_ir {
		font-size: 18px;
		margin-bottom: 20px;
		color: #000;
	}
}

/* 基本これでスマホまで */
@media screen and ( max-width:680px ) {
	.home_main_image .img_full .text .read_title_ir {
		font-size: 16px;
		color: #000;
	}
}

/* スマホ 縦から */
@media screen and ( max-width: 480px ) {
	.home_main_image .text .read_title_ir {
		font-size: 16px;
		color: #000;
	}
}

/* ------------------------------------------------------------------------ */
/* IRトピックス - 社外からの評価 - レイアウト調整 */
/* 横並び3コマは変更せず、1コマ内の画像の表示割合のみ縮小 */
.block_mini_ir {
	margin: 20px auto;
	max-width: 1050px;
}

.block_mini_ir img {
    max-width: 70%;
    vertical-align: middle;
}

/* ------------------------------------------------------------------------ */
/* TOPページスライダー マウスオーバー時のポップアップ追加 */
.message {
    position: relative;
}
.message span.remark {
    display: none;
}
.message a:hover span.remark {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top: 30%;
    left: 60%;
    width: 13em;
}

/* ------------------------------------------------------------------------ */
/* TOPページスライダー テキスト追加 */
.Link__text {
	text-decoration: none;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	position: absolute;
	top: 2%;
	right: 2%;
}

@media screen and ( max-width: 960px ) {
}

/* スマホ 横から */
@media screen and ( max-width: 896px ) {
	.Link__text {
		padding: 10px;
		font-size: 14px;
	}
}

/* スマホ 縦から */
@media screen and ( max-width: 480px ) {
	.Link__text {
		padding: 10px;
		font-size: 14px;
		text-align: center;
		position: absolute;
		top: 2%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

/* ------------------------------------------------------------------------ */
/* マージン */
.mt0{
	margin-top: 0px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mb0
	margin-bottom: 0px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.mb70{
	margin-bottom: 70px;
}

/* ------------------------------------------------------------------------ */


.ir .bn_line {
	/* max-width: 896px; */
}
.bn_image {
	position: relative;
}
.bn_image .arrow_link {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 5px;
	margin: auto;
	width: 90%;
	text-align: center;
	background-color: #fff;
}
.bn_image .arrow_link a {
	display: block;
	padding: 10px;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	position: relative;
}
.bn_image .arrow_link a:before,
.bn_image .arrow_link a:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #000;
	right: 5%;
	transition: 0.2s linear;
}
.bn_image .arrow_link a:before {
	width: 10%;
	top: 60%;
}
.bn_image .arrow_link a:after {
	width: 8px;
	transform: rotate(45deg);
	top: 53%;
}
.bn_image .arrow_link a:hover {
	box-shadow: 0 0 30px rgba(255, 255, 255, .9);
}
.bn_image .arrow_link a:before,
.bn_image .arrow_link a:after {
	right: 3%;
}
@media screen and ( max-width: 760px ) {
	.bn_image .arrow_link a {
		font-size: 16px;
	}
}

.ranking_bn {
	display: flex;
	justify-content: center;
}
.ranking_bn .col {
	margin: 0 4%;
}
.ranking_bn .image a img {
	width: auto;
	max-height: 120px;
}

/* ------------------------------------------------------------------------ */

/* スマホ 横から */
@media screen and ( max-width: 896px ) {
	/***** スライダー表示変更　ここから *****/
	.home_main_image .text {
		background: #fff !important;
		display: flex !important;
		flex-direction: column;
	}
	.home_main_image .text a {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}
	.home_main_image p {
		order: 2;
	}
	.home_main_image .read_title,
	.home_main_image .text .read {
		color: #000 !important;
	}
	.main_slider .slick-dots {
		bottom: 0;
	}
	/***** スライダー表示変更　ここまで *****/
}

/* ------------------------------------------------------------------------ */
/* IR プレゼンテーション レイアウト */

table .t_wid_28 {
	width: 28%;
}

table .t_wid_18 {
	width: 18%;
}

table .t_wid_9 {
	width: 9%;
}

/* ------------------------------------------------------------------------ */
/* IR イベント情報 レイアウト */
.event_list dd ul{
	list-style: none;
	margin-top:0px;
	margin-bottom:0px;
}
.event_list dd ul li {
	margin-bottom:0px;
}

/* ------------------------------------------------------------------------ */
/* IR リスク情報 リストマーク */
ol.close_par_decimal {
}
ol.close_par_decimal li {
	padding-left: 1.8em;
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

ol.close_par_decimal li::before {
	content: counter(cnt) ") ";
	position: absolute;
	left: 0;
}

/* ------------------------------------------------------------------------ */
/* IR 用語集 レイアウト*/
.faq_wrap.gls dl {
	margin: auto;
	padding: 25px 0;
	border-bottom: 1px solid #ccc;
}
.faq_wrap.gls dl:first-of-type {
	padding-top: 0;
}
.faq_wrap.gls dt,
.faq_wrap.gls dd {
	position: relative;
}
.faq_wrap.gls dt {
	font-size: 18px;
	color: #006948;
	font-weight: 600;
	padding-left: 20px;
}
.faq_wrap.gls dd {
	padding: 10px 20px;
}
/* ------------------------------------------------------------------------ */
/* CSR サプライチェーン レイアウト 画像縦並び*/
.csr_wap  {
	display: flex;
	flex-direction: column;
	float: right;
}

/* ------------------------------------------------------------------------ */
/* CSR notemark */
.note.mark_s {
	position: relative;
	display: flex;
}
.note.mark_s:before {
	content: '*';
    line-height: 1;
    color: #f00;
}

/* ------------------------------------------------------------------------ */
/* CSR 横並び画像の中央にキャプション*/
.block.working_env {
	width:40%;
	text-align: center;
	margin:0;
}
/* スマホ 横から 画像縦並び、最下段にキャプション（左寄せ）*/
@media screen and ( max-width: 896px ) {
	.block.working_env {
	width:100%;
	text-align: left;
	margin:0;
	}
}
/* ------------------------------------------------------------------------ */
/*CSR インデント*/
.indent_1{
	text-indent: 1em;
	}

.indent_2{
	padding-left: 2em;
	}

.indent_3{
	padding-left: 3em;
	}

/* ------------------------------------------------------------------------ */
/*CSR 地球環境の保全 表中画像サイズ*/
.env_policy td img {
	max-height: 70px;
	width: auto;
}
.env_policy td.inline a {
	margin: 0;
}
.env_policy td .image {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------ */
/*会社概要 役職欄 幅調整*/
.dl_wrap.dtprof dt {
	width: 45%;
	padding: 15px 15px;
	padding-right: 5%;
}
.dl_wrap.dtprof dd {
	width: 55% ;
	padding: 15px 15px;
}

/* 基本これでスマホまで */
@media screen and ( max-width:680px ) {
	.dl_wrap.dtprof dt,
	.dl_wrap.dtprof dd {
		width: 100%;
	}
}
/* ------------------------------------------------------------------------ */
