/* ================================
  IR情報ページ 共通
================================ */
body.menu-open {
	overflow: hidden
		/* bodyにクラスが付いたときは背景固定 */
	;
}

.l-main {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-seri, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	text-size-adjust: 100%;
	color: #000;
	font-size: 1.6rem;
}

.ff-lato {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
}

.l-main {
	padding-bottom: 160px;
}

.l-main img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

a:hover {
	color: #005bac;
}

.pcOnly {
	display: block;
}

.pc-tab {
	display: block;
}

.tab-sp {
	display: none;
}

.spOnly {
	display: none;
}

.l-sec-inner {
	max-width: 1709px;
	margin: 0 auto;
	padding: 0 35px;
	box-sizing: border-box;
}

.btn-view-more {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0;
	display: block;
	position: relative;
	padding-right: 50px;
	margin: 35px 0 0 auto;
	width: fit-content;
	box-sizing: border-box;
}

.btn-view-more::after {
	content: '';
	display: block;
	width: 35px;
	height: 9.5px;
	background: url(../img/arrow_viewmore_right_black.png) no-repeat center / contain;
	position: absolute;
	right: 0;
	top: 10px;
	transition: all .5s;
}

.btn-view-more:hover::after {
	transform: translateX(10px);
	background: url(../img/arrow_viewmore_right_blue.png) no-repeat center / contain;
}

.btn-dl {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	background: #005bac;
	width: 565px;
	box-sizing: border-box;
	margin: 50px auto 0;
	padding: .44em .5em;
	position: relative;
	transition: all .5s;
}

.btn-dl:hover {
	background: #508cc4;
	transform: scale(1.05);
}

.btn-dl::after {
	content: '';
	display: inline-block;
	width: 34.5px;
	height: 29px;
	background: url(../img/icn_dl_white.png) no-repeat center / contain;
	position: absolute;
	right: 73px;
	top: calc(50% - 16px);
}

.btn-dl__txt {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: .025em;
	text-align: center;
	color: #fff;
}


@media (min-width: 769px) {
	body {
		top: 0;
	}
}


@media only screen and (max-width: 1199px) {
	.pcOnly {
		display: none;
	}

	.tab-sp {
		display: block;
	}
}


@media (max-width: 769px) {
	.l-main {
		padding-bottom: 67px;
	}

	.pc-tab,
	.tab-sp {
		display: none;
	}

	.spOnly {
		display: block;
	}

	a:hover {
		color: #000;
	}

	.l-sec-inner {
		padding: 0 8px;
	}

	.btn-view-more {
		font-size: 12.5px;
		padding-right: 37px;
		margin: 25px 0 0 auto;
	}

	.btn-view-more::after {
		width: 23px;
		height: 6.5px;
		top: 5px;
	}

	.btn-view-more:hover::after {
		transform: translateX(0);
		background: url(../img/arrow_viewmore_right_black.png) no-repeat center / contain;
	}

	.btn-dl {
		width: calc(100% - 16px);
		max-width: 360px;
		margin: 23px auto 0;
		padding: .3em .5em;
	}

	.btn-dl:hover {
		transform: scale(1);
		background: #005bac;
	}

	.btn-dl::after {
		width: 22.5px;
		height: 19px;
		top: calc(50% - 10px);
		right: 48px;
	}

	.btn-dl__txt {
		font-size: 16.5px;
	}
}


/* ヘッダーエリア（Header）
-------------------------------- */
.l-header {
	margin-top: 29px;
}

.c-logo img {
	vertical-align: middle;
	width: 205px;
}

.menu-item__window {
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../img/icn_window_white.png) no-repeat center / contain;
	margin: 0 0 0 7px;
	position: relative;
	top: 2px;
}


@media only screen and (max-width: 1199px) {
	.l-header .l-header__inner {
		position: relative;
		z-index: 100;
		background: #fff;
	}

	.p-menu-btn {
		z-index: 100;
	}

	.l-header--fixed .p-global-nav {
		max-height: calc(100vh - 57.5px);
	}

	.l-header__nav {
		padding-top: 3px;
	}

	.l-header--fixed.is-active .l-header__nav {
		position: fixed;
		top: 57px !important;
		overflow-y: scroll;
		box-sizing: border-box;
		height: calc(100% - 57px);

		padding-bottom: 145px;
	}

	.menu-item-has-children a {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}

	.menu-item-has-children a span {
		position: relative;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	.menu-item-has-children a span.test::after,
	.menu-item-has-children a span.test::before {
		content: '';
		position: absolute;
		background-color: black;
		border-radius: 1px;
	}

	.menu-item-has-children a span.test::before {
		content: '';
		position: absolute;
		background-color: black;
		border-radius: 1px;
	}

	.menu-item-has-children a span.test::after {
		top: 50%;
		left: 35%;
		width: 30%;
		height: 1px;
		transform: translateY(-50%);
	}

	.menu-item-has-children a span.test::before {
		top: 35%;
		left: 50%;
		width: 1px;
		height: 30%;
		transform: translateX(-50%);
	}

	.menu-item-has-children a.open span.test::before {
		transform: translateX(0%);
		width: 0px;
	}

	.p-global-nav .sub-menu .menu-item-has-children>a::after {
		display: none;
	}

	.menu-item-has-children a.window {
		display: block !important;
	}

	.menu-item-has-children a span.menu-item__window {
		display: inline-block;
		width: 13px;
		height: 12px;
		background: url(../img/icn_window_black.png) no-repeat center / contain;
		margin: 0 0 0 7px;
		top: 2px;
	}

	.p-global-nav .sub-menu {
		transition: none;
		position: static !important;
	}

	.p-global-nav .sub-menu a {
		padding: .6em 5.55556% .6em 3.2em !important;
	}

	.p-global-nav .sub-menu .sub-menu a {
		padding: .6em 5.55556% .6em 4.2em !important;
	}

	.l-header__nav-close.is-active {
		display: block;
		color: #005bac;
	}
}


@media (max-width: 769px) {
	.l-header {
		margin-top: 0;
	}

	.icon-search::before {
		color: #197cee;
	}
}


@media only screen and (max-width: 479px) {
	.l-header__logo img {
		width: 44.5%;
	}
}


/* フッターエリア（Footer）
-------------------------------- */
.p-footer-widget__title.ir-link {
	margin-bottom: 37px;
}

.p-footer-widget__title a {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
	transition: all .5s;
}

.p-footer-widget__title a:hover {
	opacity: 0.7;
}


/* IRニュース
-------------------------------- */
.l-news__dl {
	border-bottom: 1px solid #999;
	display: flex;
	align-items: flex-start;
	margin: 0;
	padding: 1.35em 0;
}

.l-news__dl__dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 270px;
	min-width: 270px;
	box-sizing: border-box;
}

.l-news__dl__dt__time {
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	letter-spacing: 0;
	line-height: 1.4;
}

.l-news__dl__dt__label {
	font-size: 17.5px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: .35em .5em .45em .5em;
	width: 128px;
	box-sizing: border-box;
}

.l-news__dl__dt__label.prjoho,
.l-news__dl__dt__label.oshirase {
    background: #18b188;
}

.l-news__dl__dt__label.tekijikaizi,
.l-news__dl__dt__label.kessantanshin,
.l-news__dl__dt__label.yuho {
    background: #3582d2;
}

.l-news__dl__dt__label.kessansetsumeishiryo,
.l-news__dl__dt__label.rinjihokokusho,
.l-news__dl__dt__label.irshiryo,
.l-news__dl__dt__label.kabunushisokai {
    background: #238d0e;
}

.l-news__dl__dd {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	margin-left: 2.0em;
}

.pdf-icon {
	font-size: 22px;
}

.pdf-icon:before {
	content: "";
	background: url(../img/icn_pdf_black.png) no-repeat center / contain;
	width: 19px;
	height: 23.5px;
	margin: 0 5px 0 14px;
	display: inline-block;
	position: relative;
	top: 3px;
}

.l-news__dl__dt__dd__a:hover .pdf-icon::before {
	background: url(../img/icn_pdf_blue.png) no-repeat center / contain;
}


@media only screen and (max-width: 1199px) {
	.l-news__dl {
		display: block;
	}

	.l-news__dl__dd {
		margin: 10px 0 0 0;
	}

}


@media (max-width: 769px) {
	.l-news__dl {
		padding: .6em 0;
	}

	.l-news__dl__dt {
		justify-content: flex-start;
		width: auto;
		min-width: auto;
	}

	.l-news__dl__dt__time {
		font-size: 12px;
		margin-right: 10px;
	}

	.l-news__dl__dt__label {
		font-size: 11px;
		width: 82px;
		padding: .38em .5em .42em .5em;
	}

	.l-news__dl__dd {
		font-size: 14px;
		line-height: 1.6;
		margin: 5px 0 0 0;
	}

	.pdf-icon {
		font-size: 14px;
	}

	.pdf-icon:before {
		width: 12.5px;
		height: 15.5px;
		margin: 0 4px 0 9px;
		top: 2px;
	}

	.l-news__dl__dt__dd__a:hover .pdf-icon::before {
		background: url(../img/icn_pdf_black.png) no-repeat center / contain;
	}
}


/* IRカレンダー
-------------------------------- */
.l-calendar_ul {
	display: flex;
	justify-content: space-between;
	max-width: 1194px;
	box-sizing: border-box;
	margin: 42px auto 0;
}

.l-calendar_ul._2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.l-calendar_ul_li {
	width: 22.25%;
	box-sizing: border-box;
}

.l-calendar_ul_li_period {
	font-size: 19.4px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}

.l-calendar_ul_li_line {
	margin: -5px 0 0;
}

.l-calendar_ul_li_month--ul {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}

.l-calendar_ul+.b--white_h3,
.b--news_w_dl+.b--white_h3 {
	margin-top: 75px;
}

.l-calendar_ul_li_month--ul_li {
	position: relative;
	width: 27%;
}

.l-calendar_ul_li_month--ul_li_box {
	border-radius: 3px;
	font-size: 37px;
	font-weight: 400;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0 0 0.1em;
	position: relative;
}

.l-calendar_ul_li:nth-child(1) .l-calendar_ul_li_month--ul_li:nth-child(2) .l-calendar_ul_li_month--ul_li_box::after,
.l-calendar_ul_li:nth-child(1) .l-calendar_ul_li_month--ul_li:nth-child(3) .l-calendar_ul_li_month--ul_li_box::after,
.l-calendar_ul_li:nth-child(2) .l-calendar_ul_li_month--ul_li:nth-child(2) .l-calendar_ul_li_month--ul_li_box::after,
.l-calendar_ul_li:nth-child(3) .l-calendar_ul_li_month--ul_li:nth-child(2) .l-calendar_ul_li_month--ul_li_box::after,
.l-calendar_ul_li:nth-child(4) .l-calendar_ul_li_month--ul_li:nth-child(2) .l-calendar_ul_li_month--ul_li_box::after {
	content: '';
	display: block;
	width: 1px;
	height: 24px;
	bottom: -29px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.l-calendar_ul_li_month--ul_li_box--lb {
	background-color: #ccc;
}

.l-calendar_ul_li_month--ul_li_box--b {
	background-color: #005bac;
	color: #fff;
}

.l-calendar_ul_li_month--ul_li_box_s {
	font-size: 15px;
	font-weight: 400;
	position: relative;
	top: 9px;
}

.l-calendar_ul_li_month--ul_li_txt {
	font-size: 17.6px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0;
	position: relative;
	left: 0;
	right: 0;
	margin: 29px auto 0;
	line-height: 1.3;
	white-space: nowrap;
	width: fit-content;
}

.l-calendar_ul_li_month--ul_li_txt._3,
.l-calendar_ul_li_month--ul_li_txt._4,
.l-calendar_ul_li_month--ul_li_txt._5 {
	width: 5em;
	left: -0.5em;
}


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

	.l-calendar_ul_li_month--ul_li_box {
		font-size: 25px;
		width: 50px;
		height: 50px;
	}

	.l-calendar_ul_li_month--ul_li_box_s {
		font-size: 14px;
		top: 3px;
	}

	.l-calendar_ul_li_month--ul_li_txt._3,
	.l-calendar_ul_li_month--ul_li_txt._4,
	.l-calendar_ul_li_month--ul_li_txt._5 {
		left: 0.1em;
	}

	.l-calendar_ul_li_month--ul_li_txt {
		font-size: 12px;
	}

}


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

	.l-calendar_ul_li_month--ul_li_txt._3,
	.l-calendar_ul_li_month--ul_li_txt._4,
	.l-calendar_ul_li_month--ul_li_txt._5 {
		left: 0;
	}

}


@media screen and (max-width: 767px) {
	.l-calendar .l-sec-inner {
		padding: 0;
	}

	.l-calendar_ul {
		margin: 19px auto 0;
		padding: 0 20px;
		flex-wrap: wrap;
	}

	.l-calendar_ul_li_month--ul {
		margin: 2px 0 0;
	}

	.l-calendar_ul_li {
		width: 46.25%;
	}

	.l-calendar_ul_li_period {
		font-size: 11.2px;
	}

	.l-calendar_ul_li_line {
		margin-top: -8px;
	}

	.l-calendar_ul_li_month--ul_li_box {
		font-size: 21.5px;
		width: 41px;
		height: 41px;
	}

	.l-calendar_ul_li:nth-child(1) .l-calendar_ul_li_month--ul_li:nth-child(2) .l-calendar_ul_li_month--ul_li_box::after,
	.l-calendar_ul_li:nth-child(1) .l-calendar_ul_li_month--ul_li:nth-child(3) .l-calendar_ul_li_month--ul_li_box::after,
	.l-calendar_ul_li:nth-child(2) .l-calendar_ul_li_month--ul_li:nth-child(2) .l-calendar_ul_li_month--ul_li_box::after,
	.l-calendar_ul_li:nth-child(3) .l-calendar_ul_li_month--ul_li:nth-child(2) .l-calendar_ul_li_month--ul_li_box::after,
	.l-calendar_ul_li:nth-child(4) .l-calendar_ul_li_month--ul_li:nth-child(2) .l-calendar_ul_li_month--ul_li_box::after {
		height: 13px;
		bottom: -18px;
	}

	.l-calendar_ul_li_month--ul_li_box_s {
		font-size: 10px;
		top: 6px;
	}

	.l-calendar_ul_li_month--ul_li_txt {
		font-size: 10px;
		margin-top: 20px;
	}

	.l-calendar_ul_li_month--ul_li_txt._1,
	.l-calendar_ul_li_month--ul_li_txt._2 {
		left: -.2em;
	}

	.l-calendar_ul_li_month--ul_li_txt._3,
	.l-calendar_ul_li_month--ul_li_txt._4,
	.l-calendar_ul_li_month--ul_li_txt._5 {
		left: -.4em;
	}

	.l-calendar_ul_li:nth-child(n + 3) {
		margin-top: 22px;
	}
}


@media screen and (max-width: 360px) {
	.l-calendar_ul_li_month--ul_li_box {
		width: 40px;
		height: 40px;
	}
}


/* ページ読み込み時フェードイン【MV】
-------------------------------------------*/
.load-fadein {
	opacity: 0;
	animation: load-fadein .75s ease-in-out forwards 0.5s;
}

@keyframes load-fadein {
	100% {
		opacity: 1;
	}
}


.load-fadein-txt-down {
	opacity: 0;
	transform: translateY(50px);
	animation: load-fadein-txt-down .75s ease-in-out forwards 1.1s;
}

@keyframes load-fadein-txt-down {
	100% {
		transform: translate(0);
		opacity: 1;
	}
}


.load-fadein-txt-left {
	opacity: 0;
	transform: translateX(-50px);
	animation: load-fadein-txt-left .75s ease-in-out forwards 1.1s;
}

@keyframes load-fadein-txt-left {
	100% {
		transform: translate(0);
		opacity: 1;
	}
}



/* SP+タブレット: 第3階層は非表示 + 第2階層以下の「＋」のみ非表示（第1階層は残す） */
@media (max-width: 1199px) {
  /* 第3階層ULを出さない */
  .p-global-nav .sub-menu .sub-menu,
  .l-header    .sub-menu .sub-menu {
    display: none !important;
  }

  /* sub-menu 内の「＋」だけを消す（= 第2階層以下） */
  .p-global-nav .sub-menu .menu-item-has-children > a > span.test,
  .l-header    .sub-menu .menu-item-has-children > a > span.test,
  .p-global-nav .sub-menu .menu-item-has-children > a > .p-global-nav__toggle,
  .l-header    .sub-menu .menu-item-has-children > a > .p-global-nav__toggle {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    cursor: default !important;
  }

  /* 疑似要素で描かれる「＋」も潰す（sub-menu 内のみ） */
  .p-global-nav .sub-menu .menu-item-has-children > a > span.test::before,
  .p-global-nav .sub-menu .menu-item-has-children > a > span.test::after,
  .l-header    .sub-menu .menu-item-has-children > a > span.test::before,
  .l-header    .sub-menu .menu-item-has-children > a > span.test::after,
  .p-global-nav .sub-menu .menu-item-has-children > a > .p-global-nav__toggle::before,
  .p-global-nav .sub-menu .menu-item-has-children > a > .p-global-nav__toggle::after,
  .l-header    .sub-menu .menu-item-has-children > a > .p-global-nav__toggle::before,
  .l-header    .sub-menu .menu-item-has-children > a > .p-global-nav__toggle::after {
    content: none !important;
    display: none !important;
  }
}

