@charset "UTF-8";
/* --------------------
	IR
---------------------*/
/* ---------- 共通 override ---------- */
body,
body p {
	font-size: 16px;
}

section {
}
section + section {
	margin-top: 120px;
}

.inner_section {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.inner_section {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.inner_cts_fl {
	width: 100%;
}

/* コンポーネントoverride */
a {
	color: #5EA8DD;
}
.c-iconlink.icn-chev::before {
	left: 6px;
	width: 10px;
	height: 10px;
	background-image: url(/-/media/image/msh/ir/icn-arrow_lb.png);
	background-size: auto 100%;
}
.c-iconlink.icn-chev-btm::before {
	left: 5px;
	width: 10px;
	height: 10px;
	background-image: url(/-/media/image/msh/ir/icn-arrow_lb.png);
	background-size: auto 100%;
}
.c-anchorlink li a::after {
	width: 10px;
	height: 10px;
	background-image: url(/-/media/image/msh/ir/icn-arrow_lb.png);
	background-size: auto 100%;
}

.c-media--2up__images.wt-border figure {
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
}



/* 文字設定 */
.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}
.text_left {
	text-align: left !important;
}
.text_bold {
	font-weight: bold !important;
}
.linkOff {
	pointer-events: none;
}
.text_blue {
	color: #0066CC !important;
}
.text_gray {
	color: #777777 !important;
}
.text_underLine {
	text-decoration: underline !important;
}
.lead {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	padding: 20px 0;
	background: #fff;
}
.mscs-title-ajst{
	font-size: 5rem;
	font-size: 50px;
	top:20px;
}
@media screen and (max-width: 767px) {
	.lead {
		font-size: 16px;
		font-size: 1.6rem;
		text-align: left;
		padding: 10px 0;
	}
	.mscs-title-ajst{
		font-size: 1.6rem;
		font-size: 16px;
		line-height: 1.5;
		top:0px !important;
	}
}

/* テキスト関連 */
.c-text {
	font-size: 16px;
	line-height: 1.8;
}
.c-text_s {
	font-size: 14px;
	line-height: 1.8;
	color: #777777;
}
.c-text_lead {
	font-size: 20px;
	line-height: 1.8;
}
main a:hover {
	text-decoration: none;
}

/* 余白 */
.mg_t5 {margin-top: 5px !important;}
.mg_t10 {margin-top: 10px !important;}
.mg_t20 {margin-top: 20px !important;}
.mg_t30 {margin-top: 30px !important;}
.mg_t40 {margin-top: 40px !important;}
.mg_t50 {margin-top: 50px !important;}
.mg_t60 {margin-top: 60px !important;}
.mg_t70 {margin-top: 70px !important;}
.mg_t80 {margin-top: 80px !important;}
.mg_t90 {margin-top: 90px !important;}
.mg_t100 {margin-top: 100px !important;}
.mg_t120 {margin-top: 120px !important;}
.mg_b10 {margin-bottom: 10px !important;}
.mg_b20 {margin-bottom: 20px !important;}
.mg_b30 {margin-bottom: 30px !important;}
.mg_b40 {margin-bottom: 40px !important;}
.mg_b50 {margin-bottom: 50px !important;}
.mg_b60 {margin-bottom: 60px !important;}
.mg_b70 {margin-bottom: 70px !important;}
.mg_b80 {margin-bottom: 80px !important;}
.mg_b90 {margin-bottom: 90px !important;}
.mg_b100 {margin-bottom: 100px !important;}
.mg_b120 {margin-bottom: 120px !important;}
.pd_tbS {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.pd_tbM {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.pd_tbL {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.pd_tS {padding-top: 30px !important;}
.pd_tM {padding-top: 70px !important;}
.pd_tL {padding-top: 100px !important;}
.pd_bS {padding-bottom: 30px !important;}
.pd_bM {padding-bottom: 70px !important;}
.pd_bL {padding-bottom: 100px !important;}

@media screen and (max-width: 767px) {
	.mg_t10 {	margin-top: 5px !important;}
	.mg_t20 {	margin-top: 15px !important;}
	.mg_t30 {	margin-top: 20px !important;}
	.mg_t40 {	margin-top: 30px !important;}
	.mg_t50 {	margin-top: 40px !important;}
	.mg_t60 {	margin-top: 50px !important;}
	.mg_t70 {	margin-top: 60px !important;}
	.mg_t80 {	margin-top: 70px !important;}
	.mg_t90 {	margin-top: 80px !important;}
	.mg_t100 {	margin-top: 90px !important;}
	.mg_t120 {	margin-top: 100px !important;}
	.mg_b10 {	margin-bottom: 5px !important;}
	.mg_b20 {	margin-bottom: 15px !important;}
	.mg_b30 {	margin-bottom: 20px !important;}
	.mg_b40 {	margin-bottom: 30px !important;}
	.mg_b50 {	margin-bottom: 40px !important;}
	.mg_b60 {	margin-bottom: 50px !important;}
	.mg_b70 {	margin-bottom: 60px !important;}
	.mg_b80 {	margin-bottom: 70px !important;}
	.mg_b90 {	margin-bottom: 80px !important;}
	.mg_b100 {	margin-bottom: 90px !important;}
	.mg_b120 {	margin-bottom: 100px !important;}
	.pd_tbS {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.pd_tbM {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.pd_tbL {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.pd_tS {padding-top: 15px !important;}
	.pd_tM {padding-top: 30px !important;}
	.pd_tL {padding-top: 60px !important;}
	.pd_bS {padding-bottom: 15px !important;}
	.pd_bM {padding-bottom: 30px !important;}
	.pd_bL {padding-bottom: 60px !important;}
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
.ly_right > div {
	float: right;
}

/* サイドメニュー override */
.l-sidemenu__list.list_active a {
	background-color: #5EA8DD;
}
.l-sidemenu__list.list_active.menu__sub__active a {
	background-color: #5EA8DD !important;
	color: #fff !important;
}
.l-sidemenu__list.list_active.menu__sub__active .l-sidemenu__cattop::before {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.l-sidemenu__sub li.menu__sub__active a {
	color: #5EA8DD;
}
.l-sidemenu__list--hassub .l-sidemenu__cattop > span em::before,
.l-sidemenu__list--hassub .l-sidemenu__cattop > span em::after {
	background-color: #5EA8DD;
}
.l-sidemenu__cattop::before {
	border-bottom: 2px solid #5EA8DD;
	border-right: 2px solid #5EA8DD;
}
.l-sidemenu__list:last-child {
	padding-bottom: 1px;
}
.l-sidemenu__list.menu__sub__active a {
	color: #5EA8DD;
	background-color: transparent;
	/* background-color: #5EA8DD; */
}
.l-sidemenu__list.menu__sub__active .l-sidemenu__cattop::before {
	border-bottom: 2px solid #5EA8DD;
	border-right: 2px solid #5EA8DD;
}

/* タイトル関係 */
.c-heading-module{
	position: relative;
	padding-bottom: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.c-heading-module h2{
	font-size: 32px;
	line-height: 1.5;
	font-weight: 500;
	color: #5EA8DD;
}

/* h1 */
.c-heading-pri{
	position: relative;
	padding-bottom: 16px;
}
.c-heading-pri::before{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #5EA8DD;
	position: absolute;
	bottom: 0;
	left: 0;
}
.c-heading-pri > *{
	font-size: 40px;
	line-height: 1.5;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.c-heading-pri > *{
		font-size: 28px;
	}
}

/* h1 */
.sust_kvInner .sust_kvTitle h1 {
	font-size: 5.4rem;
}
@media screen and (max-width: 767px) {
	.sust_kvInner .sust_kvTitle h1 {
		font-size: 28px;
	}
	.sust_kvInner .sust_kvTitle .en {
    margin: 8px 0;
	}
}
/* h2 */
.c-heading-seco {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 16px;
}
.c-heading-seco::before{
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: #5EA8DD;
	position: absolute;
	bottom: 0;
	left: 0;
}
.c-heading-seco::after{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #A7C93E;
	position: absolute;
	bottom: 0;
	left: 66px;
}
.c-heading-seco > *{
	font-size: 32px;
	line-height: 1.5;
	font-weight: 400;
}
.c-heading-seco.c-heading-seco__center{
	position: relative;
	padding-bottom: 16px;
	text-align: center;
}
.c-heading-seco.c-heading-seco__center::before{
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: #5EA8DD;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.c-heading-seco.c-heading-seco__center::after{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #A7C93E;
	position: absolute;
	bottom: 0;
	left: 70px;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.c-heading-seco > *{
		font-size: 24px;
	}
}

/* h3 */
.c-heading-tert{
	position: relative;
	padding-left: 16px;
	padding-bottom: 10px;
}
.c-heading-tert::before{
	content: '';
	display: block;
	width: 4px;
	height: 30px;
	background-color: #5EA8DD;
	position: absolute;
	bottom: 0;
	top: -10px;
	margin: auto;
	left: 0;
}
.c-heading-tert::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #EEEEEE;
	position: absolute;
	bottom: 0;
	left: 0;

}
.c-heading-tert > *{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.c-heading-tert > *{
		font-size: 20px;
	}
}

/* h4 */
.c-heading-quat{
	position: relative;
	background-color: #FAFAFA;
	padding: 14px 17px;
	box-sizing: border-box;
}
.c-heading-quat > *{
	font-size: 22px;
	line-height: 1.5;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.c-heading-quat > *{
		font-size: 18px;
	}
}

/* h5 */
.c-heading-quin{
}
.c-heading-quin > *{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.c-heading-quin > *{
		font-size: 16px;
	}
}

.p-heading-ttl {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.p-heading-ttl p {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 400
}
@media screen and (max-width: 767px) {
	.p-heading-ttl p {
		font-size: 20px;
	}
}


/* 枠 */
.p-box_l2 + .p-box_l2 {/* h2 */
	margin-top: 120px;
}
.p-box_l3 + .p-box_l3 {/* h3 */
	margin-top: 80px;
}
.p-box_l4 + .p-box_l4 {/* h4 */
	margin-top: 50px;
}

/* カラム */
.c-column {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.c-column a {
	color: #222 !important;
}
/* 2カラム */
.c-column.c-column--2up .c-column--2up__item {
	display: flex;
  align-items: flex-start;
}
/* .c-column.c-column--2up .c-column--2up__item.p-card {
	display: block;
	height: 100%;
} */
.c-column.c-column--2up .c-column--2up__item.p-card > a {
	display: block;
	height: 100%;
}
/* 3カラム */
.c-column.c-column--3up > * {
	width: calc(33.3333% - 20px);
	display: flex;
  flex-direction: column;
}
/* 4カラム */
.c-column.c-column--4up > * {
	width: calc(25% - 20px);
	display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
	.c-column.c-column--2up .c-column--2up__item {
		width: calc(50% - 20px);
	}
	.c-column.c-column--2up .c-column--2up__item:nth-child(n+3) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.c-column.c-column--2up {
		flex-direction: column;
	}
	.c-column.c-column--2up > *,
	.c-column.c-column--3up > * {
		width: 100%;
		margin-bottom: 20px;
	}
	.c-column.c-column--4up > * {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.c-column.c-column--2up > *:last-child,
	.c-column.c-column--3up > *:last-child,
	.c-column.c-column--4up > *:last-child {
		margin-bottom: 0;
	}
}

/* ボタン */
.c-btn {
	border: 1px solid #5EA8DD;
	color: #fff;
	text-align: center;
	max-width: 370px;
	position: relative;
	background-color: #5EA8DD;
	transition: 0.5s;
}
.c-btn:hover {
	border: 1px solid #5EA8DD;
	background-color: #fff;
	transition: 0.5s;
}
.c-btn.c-btn__center {
	margin: 0 auto;
}
.c-btn.c-btn__right {
    margin: 0 0 0 auto;
}
.c-btn::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/-/media/image/msh/sustainability/common/icn/icn-chev_wt.svg);}
.c-btn:hover::after {
	background-image: url(/-/media/image/msh/sustainability/common/icn/icn-chev.svg);
}

.c-btn a {
	display: block;
	padding: 15px 0;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
}
.c-btn:hover a {
	color: #5EA8DD;
}
.c-btn.c-btn_02 {
	color: #5EA8DD;
	background-color: #fff;
}
.c-btn.c-btn_02 a > p {
	color: #5EA8DD;
}
.c-btn.c-btn_02::after {
	content: '';
	position: absolute;
	top: 50%;
	bottom: auto;
	right: 15px;
	left: auto;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 2px solid #5EA8DD;
	border-right: 2px solid #5EA8DD;
	transform: rotate(-45deg);
	z-index: 1;
	background-image: none !important;
}
.c-btn.c-btn_02:hover {
	color: #fff;
	background-color: #5EA8DD;
}
.c-btn.c-btn_02:hover a > p {
	color: #fff;
}
.c-btn.c-btn_02:hover::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.c-btn.c-btn_03 {
	color: #fff;
	background-color: #5EA8DD;
}
.c-btn.c-btn_03 a > p {
	color: #fff;
}
.c-btn.c-btn_03::after {
	content: '';
	position: absolute;
	top: 50%;
	bottom: auto;
	right: 15px;
	left: auto;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	z-index: 1;
	background-image: none !important;
}
.c-btn.c-btn_03:hover {
	color: #5EA8DD;
	background-color: #fff;
}
.c-btn.c-btn_03:hover a > p {
	color: #5EA8DD;
}
.c-btn.c-btn_03:hover::after {
	border-bottom: 2px solid #5EA8DD;
	border-right: 2px solid #5EA8DD;
}

/* ダウンロード */
.c-btn.c-btn_03.c-btn_dl::after {
	content: '';
	position: absolute;
	top: 50%;
	bottom: auto;
	right: 15px;
	left: auto;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-bottom: none;
	border-right: none;
	transform: rotate(0deg);
	z-index: 1;
	background-image: url(/-/media/image/msh/ir/icon_download.png) !important;
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.c-btn.c-btn_03.c-btn_dl:hover::after {
	background-image: url(/-/media/image/msh/ir/icon_download_b.png) !important;
}

/* ブランク */
.p-btn_blank a p {
	color: #fff;
}
.p-btn_blank::after {
	display: none;
}
.p-btn_blank a:hover p {
	color: #5EA8DD;
}
.p-btn_blank::after {
	display: none;
}
.c-btn a[target="_blank"] {
	position: relative;
}
.c-btn a[target="_blank"]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/-/media/image/msh/ir/icon-blank_w.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
.c-btn a[target="_blank"]:hover::after {
	background-image: url(/-/media/image/msh/ir/icon-blank_b.png);
}

.c-boxlink {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.c-boxlink a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #222222;
	line-height: 1.5;
	position: relative;
	display: block;
}
.c-boxlink a::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/-/media/image/msh/sustainability/common/icn/icn-arrow_lb.svg);
	transition: 0.5s;
}
.c-boxlink a::before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
	background-color: #5EA8DD;
	transition: 0.5s;
}
.c-boxlink a:hover::after {
	transition: 0.5s;
	right: 0;
}
.c-boxlink a:hover::before {
	width: 30px;
	right: 3px;
	transition: 0.5s;
}

.c-boxlink.n_border {
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
}
.c-boxlink.n_border a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.p-boxlinks a {
	display: table;
	width: 100%;
}
.p-boxlinks a .icn-boxlinks {
	display: table-cell;
	vertical-align: middle;
}
.p-boxlinks a .icn-boxlinks span {
	display: block;
	width: 70px;
}
.p-boxlinks a .icn-boxlinks span img {
	width: 70px;
}
.p-boxlinks a .txt-boxlinks {
	display: table-cell;
	width: 100%;
	font-size: 18px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.c-boxlink {
    padding: 14px 0;
	}
	.p-boxlinks a .icn-boxlinks span {
		width: 60px;
	}
	.p-boxlinks a .icn-boxlinks span img {
    width: 50px;
	}
	.p-boxlinks a .txt-boxlinks {
		font-size: 16px;
	}
}

/* リスト */
.c-list {
}
.c-list > li {
	position: relative;
	padding-left: 25px;
}
.c-list > li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #000;
}

/* カードモジュール */
.p-card {
}
.p-card a {
	box-sizing: border-box;
	display: block;
	border: 1px solid #DDD;
}
.p-card .p-card_ttl {
	position: relative;
	display: table;
	width: 100%;
	height: 60px;
	padding: 2px 30px;
	transition: 0.5s;
}
.p-card .p-card_ttl > p {
	display: table-cell;
	vertical-align: middle;
}
.p-card a:hover .p-card_ttl {
	background-color: #EDF1F4;
}
.p-card a .p-card_ttl {
	padding-left: 50px;
}
.p-card a .p-card_ttl::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 30px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 2px solid #5EA8DD;
	border-right: 2px solid #5EA8DD;
	transform: rotate(-45deg);
	z-index: 1;
}
.p-card .p-card_text {
	padding: 20px 30px 40px;
}

.p-card.p-card_im .p-card_ttl {
	height: 60px;
	background-color: #EDF1F4;
}
.p-card.p-card_im .p-card_ttl > p {
	font-size: 22px;
	font-weight: 500;
}
.p-card.p-card_im .p-card_text {
	padding-top: 20px;
}

.p-card.p-card_im2 .p-card_ttl {
	height: 90px;
}
.p-card.p-card_im2 .p-card_ttl > p {
	font-size: 22px;
	font-weight: 500;
}
.p-card.p-card_im3 .p-card_ttl > p {
	font-size: 19px;
	/* font-size: 22px; */
	font-weight: 500;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.p-card .p-card_text {
    padding: 10px 20px 30px;
	}
	.p-card a .p-card_ttl {
    padding-left: 40px;
	}
	.p-card a .p-card_ttl::before {
		left: 20px;
	}
	.p-card.p-card_im .p-card_ttl {
    height: 74px;
	}
	.p-card.p-card_im2 .p-card_ttl,
	.p-card.p-card_im3 .p-card_ttl {
    height: 60px;
		padding-left: 40px;
	}
	.p-card.p-card_im2 a .p-card_ttl::before,
	.p-card.p-card_im3 a .p-card_ttl::before {
		left: 20px;
	}
}

.c-table thead th {
	background-color: #5EA8DD;

}


/* ---------- 投資家情報 ---------- */
/* 株価情報 */
.wrp-stockprice {
	padding: 30px 30px 15px;
	border: 4px solid #DDDDDD;
	background-color: #Fff;
}
.wrp-stockprice .c-iconlink {
	margin-top: 10px;
	padding-right: 24px;
	padding-left: 0;
	font-size: 14px;
	text-align: right;
}
.wrp-stockprice .c-iconlink:hover a {
	color: #5EA8DD;
	text-decoration: underline;
}
.wrp-stockprice .c-iconlink::before {
	right: 0;
	left: auto;
}
.wrp-stockprice .c-btn {
	max-width: none;
	margin-top: 10px;
}


@media screen and (min-width: 768px) {
	.wrp-stockprice {
		position: absolute;
		top: 50%;
		right: 20px;
		width: 390px;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px) {
	.wrp-stockprice {
		width: 100%;
		margin-top: 30px;
	}
}

.g-news-section__inner {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.g-news-container__item {
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
	.g-news-section__inner {
		padding-right: 20px;
		padding-left: 20px;
	}
}
.c-news > a {
	display: inline-block;
	border-color: #999;
	border-color: var(--color-txt-link);
	color: var(--color-txt-link);
}
.c-news>a:hover{
	text-decoration: none;
}
.c-news > a .c-news__title:hover{
	text-decoration: underline;
}
.c-news > a .c-news__title {
	position: relative;
}
.c-news > a[href*=".ashx"] .c-news__title {
	display: inline;
	padding-right: 20px;
}
.c-news > a[href*=".ashx"] .c-news__title:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/-/media/image/msh/sustainability/common/icn/icn-pdf.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.c-news__detail {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	padding: 16px 0;
}
.c-news__date {
	color: #999999;
	grid-column: 1;
	grid-row: 1;
	margin-right: 16px;
	font-size: 1.6rem;
	line-height: var(--line-height-m);
	vertical-align: middle;
}
.c-news__headline {
	grid-column: 1/3;
	grid-row: 2;
	font-size: 1.4rem;
	line-height: var(--line-height-m);
}
.c-news__headline > i[class^=icon-] {
	color: var(--color-txt);
}
.c-news__title > i[class^=icon-] {
	text-indent: 0;
	margin-right: 0.2em;
	transform: translateY(0.15em);
	color: var(--color-txt);
}
.c-news a.c-news__title {
	display: inline-block;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.c-news__file {
	display: inline-block;
	line-height: var(--line-height-m);
	margin-left: 8px;
	font-size: 1.4rem;
	text-indent: 0;
	color: #999;
}

.c-tag {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	border-color: #999;
}
.c-tag>a,
.c-tag>span {
	height: 24px;
	display: block;
	max-width: 100%;
	min-width: 120px;
	border-color: inherit;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #5EA8DD;
	color: #5EA8DD;
	font-size: 1.2rem;
	line-height: 23px;
}
.c-tag>a {
	border-color: var(--color-txt-link);
	color: var(--color-txt-link);
}
.c-tag--fill {
	border-color: var(--color-prim);
	color: #fff;
}
.c-tag--fill>a,
.c-tag--fill>span {
	background-color: var(--color-prim);
}

.c-tag_ir {
}
.c-tag_ir > a,
.c-tag_ir > span {
	background-color: #999;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #999;
	color: #fff;
}

@media (min-width: 768px) {
	.c-tag>a {
		transition: background-color 0.2s, color 0.2s;
	}

	.c-tag>a:hover {
		background-color: var(--color-prim);
		color: #fff;
	}

	.c-tag--fill>a:hover {
		background-color: #fff;
		color: var(--color-prim);
	}
}
.g-tag-container {
	margin-top: -8px;
	font-size: 0;
}

.g-tag-container__item {
	display: inline-block;
	margin-right: 10px;
	margin-top: 8px;
}

/* .p-newslist > li {
	border-bottom: 1px solid #dcdcdc;
}
.p-newslist > li > a,
.p-newslist > li > .p-news_wrp {
	display: block;
	padding: 15px 0 15px;
}
.p-newslist > li > a .p-news_dtl {
	position: relative;
}
.p-newslist > li .p-news_date {
	color: #999;
}
.p-newslist > li .p-news_cate {
	box-sizing: border-box;
	width: 120px;
	height: 24px;
	border: 1px solid #5EA8DD;
	color: #5EA8DD;
	font-size: 12px;
	text-align: center;
} */
@media only screen and (min-width: 768px) {
	.c-news > a .c-news__headline,
	.c-news > a .c-news__date {
		transition: color 0.2s;
	}
	.c-news > a:hover .c-news__headline,
	.c-news > a:hover .c-news__date {
		color: var(--color-txt-hover);
	}
	.c-news__detail {
		grid-template-columns: auto auto 1fr;
		grid-template-rows: auto;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.c-news__tag {
		margin-right: 8px;
		margin-top: 10px;
	}
	.c-news__headline {
		margin-top: 10px;
	}
	.c-news a.c-news__title {
		transition: color 0.2s;
	}
	.c-news a.c-news__title:hover {
		color: var(--color-txt-hover);
	}
	@supports (display: grid) {
		.c-news__detail {
			grid-template-columns: auto auto 1fr;
			grid-template-rows: auto;
		}
		.c-news__date {
			grid-column: 1;
			grid-row: 1;
		}
		.c-news__tag {
			grid-column: 2;
			grid-row: 1;
			margin-top: 2px;
		}
		.c-news__headline {
			grid-column: 3;
			grid-row: 1;
			margin-top: 0;
		}
	}
	/* .p-newslist > li > a,
	.p-newslist > li > .p-news_wrp {
		display: table;
		width: 100%;
	}
	.p-newslist > li > a {
		position: relative;
	}
	.p-newslist > li > a:hover .p-news_dtl span {
		color: #0075C1;
		border-color: #0075C1;
	}
	.p-newslist > li .p-news_date {
		display: table-cell;
		padding-right: 20px;
		white-space: nowrap;
	}
	.p-newslist > li .p-news_dtl {
		display: table-cell;
		width: 100%;
		padding-left: 20px;
	}
	.p-newslist > li .p-news_dtl span {
		border-bottom: 1px solid transparent;
		transition: all 0.4s ease;
	}
	.p-newslist > li .p-news_dtl:before {
		display: none !important;
	} */
}
@media only screen and (max-width: 767px) {
	.c-news__date {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	.c-news__tag {
		margin-bottom: 8px;
	}
	/* .p-newslist > li .p-news_date {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.p-newslist > li .p-news_cate {
		display: inline-block;
		margin-bottom: 10px;
	} */
}
/* IRカレンダー */
@media only screen and (max-width: 767px) {
	.cts-ir_calendar .c-btn.c-btn__right {
		margin-right: auto;
		margin-left: auto;
	}
}

/* IRライブラリ */
.cts-ir_library .inner_cts_fl {
	padding: 80px 80px;
	background-image: url(/-/media/image/msh/ir/bg-library.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.cts-ir_library .inner_cts_fl .box-links {
	position: relative;
	display: table;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.cts-ir_library .inner_cts_fl .box-links:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #DDD;
}
.cts-ir_library .inner_cts_fl .box-links .box-links_inner {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(odd) {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(odd) > p {
	font-size: 24px;
}
.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) {
}
.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul {
	width: 100%;
}
.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li {
	box-sizing: border-box;
	float: left;
	width: 50%;
}
.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li:nth-child(even) {
	border-left: 1px solid #DDD;
}
.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li a {
	position: relative;
}
.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 2px solid #5EA8DD;
	border-right: 2px solid #5EA8DD;
	transform: rotate(-45deg);
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li > a {
		display: table;
		width: 100%;
		height: 60px;
	}
	.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li > a p {
		display: table-cell;
		padding: 2px 10px 2px 15px;
		vertical-align: middle;
	}
	.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li:nth-child(n+3) {
		border-top: 1px solid #DDD;
	}
}
@media screen and (max-width: 1440px) {
	.cts-ir_library .inner_cts_fl {
		background-size: auto 340px;
	}
}
@media screen and (max-width: 767px) {
	.cts-ir_library .c-heading-seco {
		margin-left: 20px;
		padding-right: 20px;
	}
	.cts-ir_library .inner_cts_fl {
		padding: 40px 0;
    background-size: auto 100%;
	}
	.cts-ir_library .inner_cts_fl {
		display: block;
		width: 100%;
	}
	.cts-ir_library .inner_cts_fl .box-links:before {
		display: none;
	}
	.cts-ir_library .inner_cts_fl .box-links .box-links_inner {
		display: block;
		width: 100%;
	}
	.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(odd) {
		padding: 20px 20px;
	}
	.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li {
		float: none;
		width: 100%;
		border: none;
	}
	.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li > a {
		display: table;
		width: 100%;
		height: 60px;
	}
	.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li > a p {
		display: table-cell;
		padding: 2px 10px 2px 15px;
		vertical-align: middle;
	}
	.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li{
		border-top: 1px solid #DDD;
	}
	.cts-ir_library .inner_cts_fl .box-links .box-links_inner:nth-child(even) ul > li:nth-child(even) {
    border-left: none;
	}
}


/* ---------- 財務業績ハイライト ---------- */
@media screen and (min-width: 768px) {
	.cts-hilite .qirWrapper {
		width: 100%;
	}
	.cts-hilite .qirChart {
		width: 100%;
	}
	.cts-hilite .qirColumnWrapper > .qirColumn {
		width: 50%;
	}
	.cts-hilite .qirColumnWrapper > .qirColumn:nth-child(odd) {
		padding-right: 20px;
	}
	.cts-hilite .qirColumnWrapper > .qirColumn:nth-child(even) {
		padding-left: 20px;
	}
}

/* ---------- 決算情報 ---------- */
.p-hide {
	display: none;
  }
.s_yearController {
    position: relative;
    width: 100%;
    /* max-width: 320px; */
    background-color: #fff;
    z-index: 2;
}
.s_yearController:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background-image: url(/-/media/image/msh/sustainability/common/icn/icn-chev.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}
.p-DataArea .c-table table {
	display: table;
	width: 100%;
	table-layout: auto;
}
.p-DataArea .c-table table tbody th  {
	white-space: nowrap;
}
.p-DataArea .c-table table tbody td  {
	width: 100%;
}
.p-DataArea .c-table table tbody td > a {
	display: inline-block;
}
.p-DataArea .c-table table tbody td > a:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 767px){
	.p-DataArea .c-table table tbody th  {
		white-space: normal;
	}
}

.p-select {
    display: block;
    width: 100%;
    outline: none;
		margin-bottom: 50px;
    padding: 20px 40px 20px 30px;
    border: 1px solid #727171;
    border-radius: 0;
    color: #333333;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}
@media only screen and (min-width: 768px), print {
	.s_yearController {
		max-width: 320px;
	}
}
@media only screen and (max-width: 767px){
    .s_yearController+.s_eirBlock{
        margin-top: 32px !important;
    }
}


/* ---------- 決算説明会 ---------- */
.thum_img > p {
	position: relative;
	display: inline-block;
}
.thum_img > p:before {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/-/media/image/msh/ir/briefing/icn_play.png);
	background-position: 0 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){
	.thum_img > p:before {
		bottom: 10px;
		right: 10px;
		width: 20px;
		height: 20px;
	}
}