  @charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------ */

/*  ¹²Í¨

/* ------------------------------------------------------------------------ */

.icon_pdf,
.icon_download{
	position: relative;
	padding-right: 20px;
}

.icon_download{
	padding-right: 30px;
}

.icon_pdf:before,
.icon_download:before{
	content: "";
	position: absolute;
	bottom: 0.2em;
	right: 0;
}

.icon_pdf:before{
	width: 15px;
	height: 20px;
	background: url("/ir/img/icon_pdf.png") no-repeat center / contain;
}

.icon_download:before{
	bottom: 0.15em;
	width: 20px;
	height: 20px;
	background: url("/ir/img/icon_download.svg") no-repeat center / contain;
}

.ir_ttl01{
	display: inline-block;
	font-size:2.2rem;
	border-bottom: 4px solid #464646;
}

.btnStyle01 {
	margin: 30px auto 40px;
	max-width: 340px;
	width: 100%;
}

.btnStyle01 > a{
	display: block;
	line-height: 60px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	background-color: #16378A;
	transition: all .3s;
}

.btnStyle01.gray > a{
	background-color: #717173;
}

.btnStyle01 > a:hover{
	text-decoration: none;
	opacity: 0.8;
}

.boxStyle01{
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border-top: 7px solid #16378A;
	overflow: hidden;
	padding: 10px 25px;
	
}

@media screen and (max-width: 768px){
	
	
	.boxStyle01{
		padding: 10px 15px;
	}
	
}

/* ------------------------------------------------------------------------ */

/* IR¥È¥Ã¥×¥Ú©`¥¸

/* ------------------------------------------------------------------------ */

/* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë
--------------------------------------------------------------------------- */

.mainVisual{
	background-color: #F4F4F4;
	margin: 20px auto 0;
	padding: 40px 0 5px;
}

.mainVisual > .content{
    max-width: 1240px;
    padding: 0 20px;
}

.mainVisual > .content > .flex{
	display: flex;
	justify-content: space-between;
}

.mainVisual > .content > .flex > .left{
	width: 58.5%;
}

.mainVisual > .content > .flex > .right{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 37.5%;
}

.mainVisual .boxStyle01 h3{
	font-size: 2.2rem;
	line-height: 1.4;
	text-align: center;
}

.mainVisual .sharesBox > a{
	display: block;
	max-width: 322px;
	margin: 0 auto 5px;
}
.mainVisual .sharesBox p{
	text-align: right;
	max-width: 322px;
	margin: 0 auto;
	font-size: 1.4rem;
}
.mainVisual .sharesBox p + p{
	margin: 0 auto;
}
.mainVisual .sharesBox p a{
	color: #69ade9;
}
.mainVisual .sharesBox p a:hover{
	text-decoration: underline;
}
.mainVisual .sharesBox .fa-clone {
    color: #CCCCCC !important;
	padding: 0 0 0 .5rem;
}

.mainVisual .downloadBox{
	margin-top: 25px;
}

.mainVisual .downloadBox .s_eirBlock{
	margin: 0;
}

.mainVisual .downloadBox ul{
	text-align: left;
	margin-top: 5px;
}

.mainVisual .downloadBox ul >li{
	position: relative;
	text-align: left;
    font-feature-settings: "palt";
	padding: 0 0 0 20px;
	border: none;
}

.mainVisual .downloadBox .s_eirModule_titleBox{
	font-weight: 400;
}
.mainVisual .downloadBox .s_eirModule_titleBox .s_eirModule_type,
.mainVisual .downloadBox .s_eirModule_titleBox .eirItem_size{
	display: none;
}

.mainVisual .downloadBox ul >li.s_eirList_item-pdf{
	position: relative;
	padding-right: 20px;
}

.mainVisual .downloadBox ul >li.s_eirList_item-pdf a{
	position: relative;
	/* padding-right: 20px; */
}

/* .mainVisual .downloadBox ul >li.s_eirList_item-pdf a:after{
	content: "";
	position: absolute;
	bottom: 0.2em;
	right: 0;
	width: 15px;
	height: 20px;
	background: url("/ir/img/icon_pdf.png") no-repeat center / contain;
} */

.mainVisual .downloadBox > .eir:nth-child(n+3){
	/* display: none; */
}

.mainVisual .downloadBox ul >li:before{
	content: "?";
    position: absolute;
    top: 0;
    left: 0;
}

.mainVisual .downloadBox .downloadText{
	position: relative;
	font-size: 1.4rem;
	border: 1px solid #2B2828;
	float: right;
	padding: 5px;
	margin-top: 10px;
}

.mainVisual .downloadBox .downloadText:hover{
	text-decoration: none;
	opacity: 0.8;
}

.mainVisual .downloadBox .downloadText:before{
	content: "?";
}

.mainVisual .downloadBox .s_eirModule_title_label{
	font-size: 1.5rem;
	font-weight: 400;
}

body.ir-top .crumb li{
	padding-right: 5px;
}

body.ir-top .crumb li a{
	font-size: 1.2rem;
}

body.ir-top .crumb li:not(:last-of-type):after{
	padding-left: 5px;
}

/* slider */

.slider_area{
	position: relative;
    overflow: hidden;
    max-width: 700px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/* 
.slider_area:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: url("/ir/img/bg_slider_left.jpg") no-repeat center left/ cover;
}

.slider_area:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: url("/ir/img/bg_slider_right.jpg") no-repeat center left/ cover;
} */

#slider{
	max-width: 700px;
	width: 100%;
    height: 100%;
	margin: 0 auto;
}

#slider .slick-prev{
	position: absolute;
	top: 50%;
	left: 26px;
	display: block;
	width: 52px;
	height: 52px;
	background: url(/ir/img/arrow_left.png) no-repeat center / contain;
	border: none;
	cursor: pointer;
	transform: translateY(-50%);
	color: transparent;
	z-index: 10;
}

#slider .slick-next{
	position: absolute;
	top: 50%;
	right: 26px;
	display: block;
	width: 52px;
	height: 52px;
	background: url(/ir/img/arrow_right.png) no-repeat center / contain;
	border: none;
	cursor: pointer;
	transform: translateY(-50%);
	color: transparent;
	z-index: 10;
}

#slider .slick-dots{
	position: absolute;
    bottom: 25px;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translateX(-50%);
    z-index: 10;
}

#slider .slick-list,
#slider .slick-track {
	height: 100%;
}

#slider .slick-dots > li {
	margin: 0 10px;
}

#slider .slick-dots > li button{
	display: block;
	color: transparent;
	border: none;
	width: 8px;
	height: 8px;
	background-color: #888888;
	margin: 0;
	padding: 0;
}

#slider .slick-dots > li.slick-active button{
	background-color: #16378A;
}

#slider .slick-slide{
	position: relative;
    overflow: hidden;
}
#slider .slick-slide.new:after{
	position: absolute;
	top: 0;
	left: 0;
	content: 'NEW';
	background-color: #E60019;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	padding: 5px 14px;
	box-sizing: border-box;
}
#slider .slick-slide a img{
	transition: 0.3s;
}
@media (hover: hover) {
	#slider .slick-slide a:any-link:hover img{
		transform: scale(1.1);
	}
}
#slider .slick-slide img{
	margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center center;
}
#slider .slick-slide .slick-slide_txt{
	position: absolute;
	max-width: 50%;
	top: 52px;
	left: 20px;
	background-color: #fff;
	padding: 6px 12px;
	box-sizing: border-box;
}
#slider .slick-slide .slick-slide_txt p{
	font-size: 25px;
	font-weight: 700;
	line-height: 1.36;
}
#slider .slick-slide .slick-slide_txt p span.sub{
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
}

.row_btns{
	position: absolute;
    right: 34%;
    bottom: 12px;
	width: 32px;
}

.row_btns .slick_play.none,
.row_btns .slick_stop.none{
	display: none;
}

@media screen and (max-width: 1240px){
	#slider .slick-slide.new:after{
		font-size: 1.2903225806451613vw;
		padding: 0.4032258064516129vw 1.129032258064516vw;
	}
	#slider .slick-slide .slick-slide_txt{
		top: 4.193548387096775vw;
		left: 1.6129032258064515vw;
		padding: 0.4838709677419355vw 0.967741935483871vw;
	}
	#slider .slick-slide .slick-slide_txt p{
		font-size: 2.0161290322580645vw;
	}
	#slider .slick-slide .slick-slide_txt p span.sub{
		font-size: 1.6129032258064515vw;
	}
}
@media screen and (max-width: 940px){
	.row_btns{
		right: 10%;
	}
}

@media screen and (max-width: 840px){
	.mainVisual > .content > .flex{
		flex-direction: column;
	}
	
	.mainVisual > .content > .flex > .left{
		width: 100%;
	}
	
	.mainVisual > .content > .flex > .right{
		width: 100%;
		margin-top: 20px;
	}
	
	.mainVisual .downloadBox ul >li:before{
		top: 0.2em;
	}
	#slider .slick-slide.new:after{
		font-size: 1.9047619047619049vw;
		padding: 0.5952380952380952vw 1.6666666666666667vw;
	}
	#slider .slick-slide .slick-slide_txt{
		top: 6.190476190476191vw;
		left: 2.380952380952381vw;
		padding: 0.7142857142857143vw 1.4285714285714286vw;
	}
	#slider .slick-slide .slick-slide_txt p{
		font-size: 2.976190476190476vw;
	}
	#slider .slick-slide .slick-slide_txt p span.sub{
		font-size: 2.380952380952381vw;
	}
}
@media screen and (max-width: 480px){
	#slider .slick-slide .slick-slide_txt{
		max-width: 70%;
	}
	#slider .slick-slide.new:after{
		font-size: 3.5vw;
        padding: 0.2vw 1.6666666666666667vw;
	}
	#slider .slick-slide .slick-slide_txt{
		top: 9vw;
	}
	#slider .slick-slide .slick-slide_txt p{
		font-size: 4vw;
	}
	#slider .slick-slide .slick-slide_txt p span.sub{
		font-size: 3vw;
	}
	
	#slider .slick-prev{
		left: 5%;
		width: 35px;
		height: 35px;
	}
	
	#slider .slick-next{
		right: 5%;
		width: 35px;
		height: 35px;
	}
	
	#slider .slick-dots{
		bottom: 10px;
	}

	#slider .slick-slide img{
		height: auto;
	}
}

/* sec-irList
--------------------------------------------------------------------------- */

.sec-irList{
	margin-top: 80px;
}

.sec-irList > .content{
	max-width: 810px;
}

.irList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.irList > li{
	width: 48.5%;
	
}

.irList > li.item_s{
	width: 31.5%;
	margin-top: 3%;
}

.irList > li > a{
	position: relative;
	display: block;
	border-radius: 20px;
	aspect-ratio: 1 / 0.6;
	overflow: hidden;
	transition: all .3s;
}

.irList > li.item_s > a{
	aspect-ratio: 1 / 0.53;
}

.irList > li > a img{
	transition: all .3s;
}

.irList > li > a:hover img{
	transform: scale(1.1);
}

.irList > li > a p.ttl{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	padding: 5px 10px;
}

.irList > li.item_s > a p.ttl{
	padding: 0 10px;
}

@media screen and (max-width: 768px){
	
	.irList > li{
		width: 49%;
	}
	
	.irList > li.item_s{
		width: 32%;
	}
	
	.irList > li > a{
		border-radius: 10px;
	}
	
	.irList > li > a p.ttl{
		font-size: 1.3rem;
        line-height: 1.3;
	}
	
}
@media screen and (max-width: 480px){
	
	.irList > li,
	.irList > li.item_s{
		max-width: 350px;
		width: 100%;
		margin: 0 auto;
	}
	.irList > li:not(:first-child){
		margin-top: 15px;
	}

	.irList > li.item_s > a{
		aspect-ratio: 1 / 0.4;
	}
}

/* ir-tab
--------------------------------------------------------------------------- */

.ir-tab{
	margin-top: 110px;
    padding: 0 0 80px;
}
.tabBtn_area > ul{
	max-width: 736px;
}
.tabBtn_area > ul > li > a{
	justify-content: flex-start;
    padding: 9px 10px 11px 24px;
}


/* graphStyle01 */

.graphStyle01 .s_yearController{
	position: relative;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
}

.graphStyle01 .s_yearController:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 11px;
	transform: translateY(-50%);
	background: url("/ir/img/icon_arrow.svg") no-repeat center / contain;
}

.graphStyle01 .s_eirSelect{
	background-color: #16378A;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	border: none;
	padding: 20px 40px 20px 10px;
	appearance: none;
	width: 100%;
}

.graphStyle01 .eirCalendarNote{
	display: none;
}

.graphStyle01 .s_yearController:before{
	content: none;
}

.graphStyle01 .s_eirBlock{
	margin-top: 40px;
}

.graphStyle01 .eirItem_title_text{
	display: flex;
	width: 100%;
}

.graphStyle01 .s_eirList_item{
	border: none;
	padding: 0;
	margin-top: 2px;
}

.graphStyle01 .s_eirList_item > a{
	width: 100%;
	justify-content: space-between;
}

.graphStyle01 .s_eirList_item > a:hover{
	text-decoration: none;
	opacity: 0.8;
}

.graphStyle01 .s_eirList_item > a .s_eirModule_titleBox .s_eirModule_title_link{
	text-decoration: underline;
}

.graphStyle01 .s_eirModule_date{
	display: flex;
    align-items: center;
    justify-content: center;
	max-width: 176px;
	width: 100%;
	min-height: 72px;
	background-color: #eee;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
}

.graphStyle01 .s_eirModule_titleBox{
	display: flex;
    align-items: center;
	background-color: #F4F4F4;
	width: calc(100% - 176px);
	height: 100%;
	padding: 0 25px;
	margin-top: 0;
}

.graphStyle01 .s_eirModule_title_label{
	font-size: 1.6rem;
	font-weight: 500;
}

@media screen and (max-width: 768px){
	.ir-tab{
		padding: 0 0 80px;
	}
	.tabBtn_area > ul > li > a{
		font-size: 1.5rem;
		padding: 5px;
		text-align: center;
	}
	/* .graphStyle01 */
	.graphStyle01 .s_eirModule_date{
        font-size: 1.4rem;
		height: 100%;
	}
	.graphStyle01 .s_eirModule_titleBox{
		padding: 10px;
		width: calc(100% - 120px);
	}
	.graphStyle01 .s_eirModule_title_label{
		font-size: 1.4rem;
	}

	.boxStyle01 .s_eirModule_titleBox{
		margin-top: 0;
	}
}
@media screen and (max-width: 650px){
	.graphStyle01 .s_eirModule_date{
        max-width: 100%;
        height: auto;
        min-height: auto;
        padding: 10px;
        justify-content: flex-start;
	}
	.graphStyle01 .s_eirModule_titleBox{
		height: auto;
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 420px){
	.tabBtn_area > ul > li > a {
        font-size: 3.7vw;
    }
}

/* ir-menu
--------------------------------------------------------------------------- */

.ir-menu{
	background-color: #F4F4F4;
	padding: 50px 0 80px;
}

.menu_item{
	margin-top: 35px;
}

.menu_item > ul{
	display: flex;
	flex-wrap: wrap;
}

.menu_item > ul > li{
	width: 24%;
	margin-right: 1.33%;
	margin-top: 3%;
	background-color: #fff;
	padding: 10px 10px 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	min-height: 409px;
}

.menu_item > ul > li.flex-item{
	padding: 0;
}

.menu_item > ul > li.flex-item a{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 100%;
}
.menu_item > ul > li.flex-item figure{
	max-width: 40px;
	width: 100%;
	margin: 0 auto;
}

.menu_item > ul > li.flex-item h4{
	height: auto;
	margin-top: 10px;
}

.menu_item > ul > li:nth-of-type(4n){
	margin-right: 0;
}

.menu_item > ul > li h4{
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 2.0rem;
	height: 60px;
	text-align: left;
	line-height: 1.4;
}

.menu_item > ul > li h4 span{
	display: inline-block;
	margin-right: 10px;
}

.menu_item > ul > li h4 span img{
	vertical-align: middle;
    max-width: 25px;
    max-height: 25px;
}

.menu_item > ul > li h4 p{
	margin-top: 5px;
}

.menu_item > ul > li > ul.child{
	margin-top: 20px;
}

.menu_item > ul > li > ul.child > li > a{
	display: block;
	border-top: 1px solid #707070;
	text-align: left;
	font-size: 1.5rem;
	padding: 5px;
}

.menu_item > ul > li > ul.child > li:last-of-type > a{
	border-bottom: 1px solid #707070;
	text-align: left;
}

.menu_item > ul > li a:hover{
	text-decoration: none;
	opacity: 0.8;
}

@media screen and (max-width: 834px){
	.menu_item > ul > li{
		width: 49%;
		margin-right: 2%;
		padding: 10px 10px 30px;
	}
	
	.menu_item > ul > li:nth-of-type(2n){
		margin-right: 0;
	}
	
	.menu_item > ul > li h4{
		font-size: 1.7rem;
	}
	
	.menu_item > ul > li > ul.child > li > a{
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
}

/* ir_bottomNav
--------------------------------------------------------------------------- */

.ir_bottomNav{
	margin-top: 110px;
}

.ir_bottomNav > .content{
	max-width: 615px;
}

.bottom_nav{
	display: flex;
	flex-wrap: wrap;
}

.bottom_nav > li{
	width: 48%;
    margin-right: 4%;
    margin-top: 55px;
}

.bottom_nav > li:nth-child(2n){
	margin-right: 0;
}

.bottom_nav > li p.link{
	position: relative;
	text-align: left;
	padding-left: 20px;
	font-size: 1.8rem;
	font-weight: 500;
}

.bottom_nav > li p.link:before{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0.7em;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    color: inherit;
}

.bottom_nav > li figure img{
	width: 100%;
}

@media screen and (max-width: 768px){
	.ir_bottomNav{
		margin-top: 50px;
	}
	
	.bottom_nav > li p.link{
		font-size: 1.6rem;
		padding-left: 15px;
	}
	
}
