@charset "utf-8";
/* CSS Document */

/*width*/
.w5{
	width: 5%;
}
.w10{
	width: 10%;
}
.w15{
	width: 15%;
}
.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w30{
	width: 30%;
}
.w35{
	width: 35%;
}
.w40{
	width: 40%;
}
.w45{
	width: 45%;
}
.w50{
	width: 50%;
}
.w55{
	width: 55%;
}
.w60{
	width: 60%;
}
.w65{
	width: 65%;
}
.w70{
	width: 70%;
}
.w75{
	width: 75%;
}
.w80{
	width: 80%;
}
.w85{
	width: 85%;
}
.w90{
	width: 90%;
}
.w95{
	width: 95%;
}
.w100{
	width: 100%;
}

@media screen and (max-width: 769px){
	.w30_sp{
		width: 30% !important;
	}
	.w50_sp{
		width: 50% !important;
	}
	.w90_sp{
		width: 90% !important;
	}
	.w100_sp{
		width: 100% !important;
	}
	.float_n_sp{
		float: none !important;
	}
	.float_r_sp{
		float: right!important;
	}
	.m_sp{
		margin: 0 auto !important;
	}
	.mr_0_sp{
		margin-right: 0 !important;
	}
	.ml_5_sp{
		margin-left: 5% !important;
	}
	.mt20p_sp{
		margin-top: 20px;
	}
	.mt70p_sp{
		margin-top: 70px;
	}
	.mb_0p_sp{
		margin-bottom: 0 !important;
	}
	.mb_20p_sp{
		margin-bottom: 20px;
	}
	.mb_5_sp{
		margin-bottom: 5%;
	}
	.fs_sp01{
		font-size: 135%;
	}

}

/*float*/
.float_l{
	float: left;
}

.float_r{
	float: right;
}

/*text-align*/
.txt_c{
	text-align: center;
}

/*margin-top*/
.mt15p{
	margin-top: 15px;
}
.mt20p{
	margin-top: 20px;
}
.mt30p{
	margin-top: 30px;
}
.mt50p{
	margin-top: 50px;
}

/*margin-left*/
.ml5{
	margin-left: 5%;
}
.ml10{
	margin-left: 10%;
}
.ml1em{
	margin-left: 1em;
}

/*margin-right*/
.mr5{
	margin-right: 5%;
}
.mr10{
	margin-right: 10%;
}
.mr1em{
	margin-right: 1em;
}

/*margin-bottom*/
.mb20p{
	margin-bottom: 20px;
}
.mb30p{
	margin-bottom: 30px;
}

/*見出し*/
.com_ttl_ir{
	margin: 0 0 15px 0;
    padding: 0 0 13px 0;
    background: url(/images/bg_underline.png) repeat-x 0 bottom;
}
h2.ttl_ir{
	font-weight: bold;
    color: #0073bc;
    line-height: 1;
    font-size: 22px;
}
h3.midashi{
	font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    border-left: 3px solid #0073bc;
    padding-left: 7px;
}
h3.midashi02{
	font-size: 17px;
    font-weight: bold;
    color: #0073bc;
	margin-top: 30px;
    margin-bottom: 5px;
}
h3.midashi02:first-child{
	margin-top: 0;
}
h4.midashi_01{
	font-size: 16px;
	font-weight: bold;
    color: #000000;
	margin-bottom: 10px;
}

/*注意書き*/
.indent01{
	font-size: 11px;
	line-height: 15px;
	padding-left: 3em;
	text-indent: -3em;
}

/*irin*/
.irin{
	    margin: 0 0 60px 0;
}

/*view moreボタン*/
.btn_view{
	width: 170px;
    text-align: center;
    line-height: 1;
    margin: 40px auto;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.btn_view a{
	border: 1px solid #78a2bf;
    display: block;
    color: #0073bc;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: 0.5s ease;
    -webkit-transition-property: opacity,border,color,background;
    -moz-transition: 0.5s ease;
    -moz-transition-property: opacity,border,color,background;
    -o-transition: 0.5s ease;
    -o-transition-property: opacity,border,color,background;
    transition: 0.5s ease;
    transition-property: opacity,border,color,background;
    background: url(/images/dec_arw.png) no-repeat right 26px center;
}
.btn_view a:hover{
	border:1px solid #0073bc;
	color:#ffffff;
    background:#0073bc url(/images/dec_arw_wh.png) no-repeat right 26px center;
    text-decoration:none;
}
.btn_view-left{
    margin: 40px 0 0;
}

@media screen and (max-width: 769px){
.btn_view-left{
    margin: 10px 0 0;
}
}

/*株式について*/
#IRBX .column3 ul{

}
#IRBX .column3 ul li a{
	height: 410px;
    text-decoration: none;
    color: #333333;
    transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -ms-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -moz-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
}
#IRBX .column3 ul li a:hover{
    color: #0073bc;
}
#IRBX .column3 ul li{
    position: relative;
	margin-right: 2%;
    float: left;
    width: 32%;
    background: #ffffff;
}
#IRBX .column3 ul li:last-of-type{
	margin-right: 0;
}
#IRBX .column3 ul li .img{
    overflow: hidden;
	height: 250px;
}
#IRBX .column3 ul li .img img{
    width: 100%;
    height: auto;
    transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -ms-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -moz-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
}
#IRBX .column3 ul li a:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}
#IRBX .column3 ul li .stct{
    padding: 20px;
}
#IRBX .column3 ul li .stct dl{
    margin: 0 0 10px 0;
}
#IRBX .column3 ul li .stct dl dt{
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px 0;
}
#IRBX .column3 ul li .stct dl dd{
    line-height: 1.8;
}

/*IRライブラリー白ボタン*/
.btn_libraryBox{
	margin: 40px 0;
}
.btn_library{
	width: 23%;
    text-align: center;
    line-height: 1;
	margin-right: 2.6%;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.btn_library:last-of-type{
	margin-right: 0;
}
.btn_library a{
	border: 1px solid #78a2bf;
    display: block;
    color: #0073bc;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: 0.5s ease;
    -webkit-transition-property: opacity,border,color,background;
    -moz-transition: 0.5s ease;
    -moz-transition-property: opacity,border,color,background;
    -o-transition: 0.5s ease;
    -o-transition-property: opacity,border,color,background;
    transition: 0.5s ease;
    transition-property: opacity,border,color,background;
    background: url(/images/dec_arw.png) no-repeat right 13px center;
}
.btn_library a:hover{
	border:1px solid #0073bc;
	color:#ffffff;
    background:#0073bc url(/images/dec_arw_wh.png) no-repeat right 13px center;
    text-decoration:none;
}

/*IRライブラリー青ボタン*/
.btn_library_blue{
	width: 50%;
    text-align: center;
    line-height: 1;
	margin: 0 auto 40px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.btn_library_blue:last-of-type{
	margin-right: 0;
}
.btn_library_blue a{
	border:1px solid #0073bc;
	color:#ffffff;
    background:#0073bc url(/images/dec_arw_wh.png) no-repeat right 13px center;
    text-decoration:none;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: 0.5s ease;
    -webkit-transition-property: opacity,border,color,background;
    -moz-transition: 0.5s ease;
    -moz-transition-property: opacity,border,color,background;
    -o-transition: 0.5s ease;
    -o-transition-property: opacity,border,color,background;
    transition: 0.5s ease;
    transition-property: opacity,border,color,background;
}
.btn_library_blue a:hover{
	border: 1px solid #78a2bf;
	color: #0073bc;
	background: url(/images/dec_arw.png) no-repeat right 13px center;
}

/*IRライブラリーの3カラム*/
#IRBX .column3_library ul{
	margin:0;
}
#IRBX .column3_library ul li{
    position: relative;
	margin: 0 2% 0 0;
    float: left;
    width: 32%;
    background: #0073bc;
}
#IRBX .column3_library ul li:last-of-type{
	margin: 0 0 0 0;
}
#IRBX .column3_library ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -ms-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -moz-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
	background:#0073bc url(/images/dec_arw_wh.png) no-repeat right 20px bottom 27px;
}
#IRBX .column3_library ul li a:hover{
	background:#0073bc url(/images/dec_arw_wh.png) no-repeat right 17px bottom 27px;
}
#IRBX .column3_library ul li .img{
    overflow: hidden;
	height: 250px;
}
#IRBX .column3_library ul li .img img{
    width: 100%;
    height: auto;
    transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -ms-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -moz-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
}
#IRBX .column3_library ul li a:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}
#IRBX .column3_library ul li .stct{
    padding: 45px 25px 20px;
}
#IRBX .column3_library ul li .stct .btn{
    position: absolute;
    bottom: 20px;
    z-index: 9;
    font-weight: bold;
}

/*個人投資家の皆様へ*/
.font_r{
	color: #d30003;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
}
.contents_rb{
	background-color: #ddf9ff;
	padding: 20px;
	margin-top: 30px;
	border-radius: 10px;
}
ul.contents_ul{
	padding: 0 0.5em 0 2.5em;
	text-indent: -1.5em;
}
ul.contents_ul li{
	list-style: circle;
	list-style-position: inside;
}
.presidentImg{
	width: 28%;
}
.presidentMes{
	width: 68%;
}
/*追加*/
.shareholders_wrap {
	margin: 30px 0 0 0;
}
.shahld-ttl {
	font-size: 17px;
	font-weight: bold;
	color: #0073bc;
	margin: 0 0 10px 0;
}
.scroll-txt {
	display: none;
}
.shahld_table {
	margin: 10px 0 0 0;
}
.shahld_table table {
	width: 700px;
}
.shahld_table table th {
	width: 230px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	background: #0073bc;
	text-align: center;
}
.shahld_table table th.is-ver1 {
	text-align: left;
}
.shahld_table table th.is-ver1,
.shahld_table table th.is-ver3 {
	border-right: 5px solid #fff;
}
.shahld_table table th.is-ver2 {
	padding: 6px 15px;
	border-bottom: 5px solid #fff;
}
.shahld_table table td {
	font-size: 17px;
	padding: 15px;
	background: #DAEBF5;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
}
.shahld_table table td:last-child {
	border-right: none;
}
.shahld_table table tr.is-bg td {
	background: #B6D7EB;
}
.shahld-txt {
	font-size: 12px;
	margin: 10px 0 0 0;
}
.shahld-txt.ver2 {
	margin: 0;
}
.shahld_img {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	width: 610px;
	margin: 20px auto 0 auto;
}
.shahld-img {
	margin: 10px 10px 0 0;
}
.shahld-img:nth-child(-n+2) {
	margin: 0 10px 0 0;
}
.shahld-img:nth-child(2n) {
	margin: 10px 0 0 0;
}
.shahld-img:nth-child(2) {
	margin: 0;
}
.shahld-img img {
	width: 300px;
}
@media screen and (max-width: 769px){
.presidentImg{
	float: right;
	margin: 0 0 10px 10px;
	width: auto;
}
.presidentImg > img{
	width: 130px;
    height: auto;
}

.presidentMes{
	float:none;
	width: auto;
}
/*追加*/
.shareholders_wrap {
	margin: 20px 0 0 0;
}
.shahld-ttl {
	font-size: 13px;
}
.shahld_table {
	overflow: scroll;
}
.shahld_table table {
	width: 400px;
}
.shahld_table table th {
	font-size: 13px;
	padding: 10px;
}
.shahld_table table th.is-ver2 {
	padding: 5px 10px;
	border-bottom: 5px solid #fff;
}
.shahld_table table th.is-ver3,
.shahld_table table th.is-ver4 {
	padding: 10px 0;
}
.shahld_table table td {
	font-size: 13px;
	padding: 10px;
}
.shahld_img {
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
}
.shahld-img,
.shahld-img:nth-child(-n+2),
.shahld-img:nth-child(2) {
	margin: 10px 0 0 0;
}
.shahld-img:nth-child(1) {
	margin: 0;
}
.shahld-img img {
	width: 100%;
}
}

@media (max-width:419px) {
	.scroll-txt {
		display: block;
		margin: 10px 0 0 0;
	}
}

.movie-wrap {
    margin:0 auto;
     position: relative;
     padding-bottom: 33%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     width: 60%;

}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.irVideo_wrap {
	margin: 0 0 60px;
}
.irVideo-txt {
	height: 70px;
	margin: 15px auto 0;
}
.irVideo_in .movie-wrap {
	width: 100%;
	padding: 0 0 56%;
}
.faq-btn {
    width: 360px;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
}
.faq-btn a {
    color: #ffffff !important;
    background: #0073bc url(/images/dec_arw_wh.png) no-repeat right 13px center;
    text-decoration: none !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: 0.5s ease;
    -webkit-transition-property: opacity,border,color,background;
    -moz-transition: 0.5s ease;
    -moz-transition-property: opacity,border,color,background;
    -o-transition: 0.5s ease;
    -o-transition-property: opacity,border,color,background;
    transition: 0.5s ease;
    transition-property: opacity,border,color,background;
}
@media screen and (min-width: 769px) {
	.irVideo_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.irVideo_in {
		width: 340px;
		margin: 60px 17px 0 0;
	}
	.irVideo_in:nth-of-type(2n) {
		margin: 60px 0 0;
	}
	.irVideo_in:nth-of-type(-n+2) {
		margin: 0 17px 0 0;
	}
	.irVideo_in:nth-of-type(2) {
		margin: 0;
	}
	/*
	.irVideo_in:nth-of-type(3n) {
		margin: 60px 0 0;
	}
	.irVideo_in:nth-of-type(-n+3) {
		margin: 0 17px 0 0;
	}
	.irVideo_in:nth-of-type(3) {
		margin: 0;
	}
	*/
    .faq-btn a:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 769px) {
	.irVideo_wrap {
		padding: 0 10px;
	}
    .irVideo_in {
		margin: 0 0 60px;
	}
	.irVideo-txt {
		height: auto;
		width: 100%;
		font-size: 15px;
		padding: 0 10px
	}
    .faq-btn {
        width: 100%;
        margin: -30px 0 0 0;
    }
    .faq-btn a {
        font-size: 16px;
        padding: 20px 0;
    }
}
.qaBtn_wrap {
	width: 100%;
	max-width: 370px;
	margin: 30px auto ;
}
.qa-btn {
	width: 100%;
	height: 50px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 33px 0 19px;
	border: 1px solid #0073BC;
	border-radius: 5px;
	background: no-repeat #0073BC url(/ir/img/qaBtn_arw.png) right 14px center/7px auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.qaBtn-txt {
	font-size: 19px;
	color: #fff;
	font-weight: bold;
}
.qaBtn-date {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0073BC;
	font-size: 9px;
	padding: 0 0 0 8px;
	background: #fff;
	width: 108px;
	height: 20px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
	.qa-btn:hover {
		text-decoration: none;
		background: no-repeat #fff url(/ir/img/qaBtn_arw_blue.png) right 14px center/7px auto;
	}
	.qa-btn:hover .qaBtn-txt {
		color: #0073BC;
	}
	.qa-btn:hover .qaBtn-date {
		color: #fff;
		background: #0073BC;
	}
}
/*Quick Answer*/
.qck_wrap {
	margin: 40px 0 0;
}
.qckTab_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 30px;
}
.qck-tab {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 130px;
	height:36px;
	box-sizing: border-box;
	border: 1px solid #0073BC;
	cursor: pointer;
	font-size: 13px;
	color: #333333;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.qck-tab.active {
	color: #fff;
	background: #0073BC;
}
.qck-panel {
	display: none;
}
.qck-panel.active {
	display: block;
}
.qckQa_wrap:last-child {
	margin: 0;
}
.qckQa-date {
	font-size: 12px;
	line-height: 1;
	color: #0073BC;
	padding: 0 0 9px;
	border-bottom: 1px solid #0073BC;
	margin: 0 0 20px;
}
.qckQa-date .is-new {
    color: #0073BC;
    font-weight: bold;
    padding-right: 10px;
}
.qckQa_in {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.qckQa_in dd {
	font-size: 14px;
	padding: 18px 20px 10px;
	box-sizing: border-box;
	line-height: 1.64;
	position: relative;
	word-break: break-all;
}
.qckQa_in dd:before {
	content: "";
	position: absolute;
	z-index: 9;
	top: 17px;
	left: -14px;
	border-left: 0;
}
.c-sp {
	display: none;
}
.c-pc {
	display: block;
}
.com_pnkzbox.is-ir {
    padding: 30px 0 0 0;
}
.com_ttlbox .ttlbox.is-irtop {
    width: 100%;
    height: 227px;
    background: url(/ir/img/ir_topmv.png) no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.com_ttlbox .ttlbox.is-irtop .ttl {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.01em;
}
.com_ttl.is-ir {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
    background: none;
}
.com_ttl.is-ir:before,
.irTopdl_wrap dt::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    border-bottom: 3px solid #005EAE;
    width: 76px;
}
.com_ttl.is-ir .ttl {
    color: #333;
    font-size: 26px;
}
.irNews_wrap {
    margin-bottom: 84px;
}
.irNewslst_wrap {
    margin-bottom: 42px;
    line-height: 1.5;
}
.irNewslst_wrap li {
    border-bottom: 1px solid #C5C5C5;
}
.irNewslst_wrap li a {
    display: block;
    padding: 28px 50px 24px 0;
    font-size: 16px;
    color: #333;
    transition: all 0.3s;
    position: relative;
}
.irNewslst_wrap li .eirItem_head {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.irNewslst_wrap li .eirItem_head .eirItem_date {
    margin-right: 17px;
}
.irNewslst_wrap li .eirItem_head .eirItem_category {
    border: 1px solid #0073BC;
    color: #0073BC;
    padding: 3px 15px 2px;
    font-weight: bold;
    box-sizing: border-box;
    min-width: 89px;
    text-align: center;
}
.irNewslst_wrap li .eirItem_head .eirItem_category.is-ver2 {
    border: 1px solid #23887E;
    color: #23887E;
}
.irNewslst_wrap li .eirItem_head .eirItem_category.is-ver3 {
    border: 1px solid #967331;
    color: #967331;
}
.irNewslst_wrap li .eirItem_head .eirItem_category.is-ver4 {
    border: 1px solid #5E5FA6;
    color: #5E5FA6;
}
.irNewslst_wrap li .eirItem_head .eirItem_category.is-ver5 {
    border: 1px solid #13A5E8;
    color: #13A5E8;
}
.irNewslst_wrap li a .irNewslst-ttl {
    position: relative;
}
.irNewslst_wrap li a .irNewslst-ttl::before {
    content: "";
    position: absolute;
    background: url(/ir/img/ir_icn_arw.svg) no-repeat center / 100% auto;
    width: 10px;
    height: 15px;
    right: -30px;
    top: 3px;
}
.ir-btn {
    width: 306px;
    text-align: center;
}
.ir-btn a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #005EAE;
    background: #fff;
    padding: 18px 0;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s;
}
.ir-btn.is-ver2 a {
    background-image: linear-gradient(45deg, rgba(0, 94, 174, 1), rgba(0, 115, 188, 1));
    color: #fff;
    border: 1px solid #005EAE;
}
.ir-btn a:before {
    content: "";
    position: absolute;
    background: url(/ir/img/ir_icn_arw.svg) no-repeat center / 100% auto;
    width: 10px;
    height: 15px;
    top: 50%;
    right: 17px;
    margin-top: -6px;
}
.ir-btn.is-ver2 a::before {
    background: url(/ir/img/ir_icn_arw2.svg) no-repeat center / 100% auto;
}
.irToplnk_in {
    max-width: 478px;
    overflow: hidden;
}
.irToplnk_in a {
    color: #333;
    transition: all 0.3s;
}
.irToplnk_in a .img img {
    transition: 0.2s cubic-bezier(0, 0, 0.32, 0.99);
    width: 100%;
    height: auto;
}
.irTopdl_wrap dt {
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0 18px 25px;
    margin: 0 0 30px;
    background: url(/ir/img/ir_icn_arw.svg) no-repeat left center;
    background-size: 12px auto;
    border-bottom: 1px solid #DBDBDB;
    position: relative;
    line-height: 1.5;
}
.irTopdl_wrap dd {
    font-size: 16px;
    line-height: 1.6;
}
.irTopbg_wrap {
    background: url(/ir/img/ir_topbg.jpg) no-repeat center / cover;
    margin-bottom: 83px;
}
.newRelease_wrap {
    margin-right: 90px;
    width: 453px;
}
.newRelease_wrap dl {
    margin-bottom: 60px;
}
.newRelease_wrap dt,
.calendar_wrap dt {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.075em;
}
.calendar_wrap dt {
    margin-bottom: 33px;
}
.newRelease_wrap dd li {
    border-bottom: 1px solid #fff;
}
.newRelease_wrap dd li a {
    font-size: 18px;
    color: #fff;
    padding: 24px 37px 18px;
    background: url(/ir/img/ir_icn_pdf.svg) no-repeat right 16px center;
    position: relative;
    display: block;
    line-height: 1.6;
}
.newRelease_wrap dd li a:before {
    content: "";
    position: absolute;
    background: url(/ir/img/ir_icn_arw2.svg) no-repeat center / 8px auto;
    width: 8px;
    height: 12px;
    top: 31px;
    left: 15px;
}
.newRelease_wrap dd li a .is-bold {
    font-weight: bold;
}
.calendar_wrap dl {
    margin-bottom: 42px;
}
.calendar_wrap dd li {
    margin-bottom: 24px;
}
.ir-btn.is-newRelease a:before {
    background: url(/ir/img/ir_icn_dl.svg) no-repeat center / 100% auto;
    width: 16px;
    height: 21px;
    margin-top: -10px;
}
.irrep-brn {
    margin-bottom: 117px;
}
.ir-c-link_in {
    margin: 70px 27px 0 0;
    max-width: 230px;
}
.ir-c-link_cnt dt {
    margin: 15px 0 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.ir-c-link_cnt dt:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    border-bottom: 3px solid #005EAE;
    width: 50px;
}
.ir-c-link_cnt dd li a {
    display: block;
    padding: 5px 10px 5px 24px;
    font-size: 14px;
    color: #333;
    background: url(/ir/img/ir_icn_arw.svg) no-repeat left 2px center;
}
.com_ttlbox .ttlbox.is-ir {
    background-image: linear-gradient(45deg, rgba(7, 53, 133, 1), rgba(0, 98, 157, 1));
    width: 100%;
    height: 130px;
    padding: 0;
    display: flex;
    align-items: center;
}
.com_ttlbox .ttlbox.is-ir .ttl {
    width: 1000px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto;
}
#Contentsin.is-quickanswer {
    padding: 80px 0 60px;
}
#Contentsin.is-quickanswer .txt {
    font-size: 16px;
}
#Contentsin.is-quickanswer .txt a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
.qckTab_wrap {
    margin: 0 0 75px;
}
.qck-tab {
    width: 190px;
    height: 50px;
    color: #005EAE;
    border: 1px solid #005EAE;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.qck-tab.active {
    background: #005EAE;
}
.qckQa_wrap {
    margin: 0 0 55px;
}
.qckQa-date {
    font-size: 14px;
    color: #333;
    margin: 0 0 10px;
    padding: 0 0 0 70px;
    border-bottom: none;
}
.qckQa_in.is-q {
    margin: 0;
}
.qckQa_in.is-a {
    margin: 25px 0 0;
}
.qckQa_in dt {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 4px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    margin-top: 14px;
}
.qckQa_in dd {
    width: 930px;
    border-radius: 4px;
    font-size: 16px;
    padding: 22px 30px 18px;
}
.qckQa_in.is-q dd {
    padding: 22px 75px 18px 30px;
    font-size: 18px;
    font-weight: bold;
    background-color: #F2F5F8;
    cursor: pointer;
    position: relative;
}
.qckQa_in dd:before {
    top: 26px;
}
.qckQa_in.is-q dt {
	background-color: #A8A8A8;
}
.qckQa_in.is-a dt {
	background-color: #005EAE;
}
.qckQa_in.is-a dd {
	background-color: #EAF6FF;
}
.qckQa_in.is-q dd:before {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 14px solid #F2F5F8;
}
.qckQa_in.is-a dd:before {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 14px solid #EAF6FF;
}
.qckQa_in.is-q dd p::before,
.qckQa_in.is-q dd p::after,
.ir-faq .irFaq_in.is-q::before,
.ir-faq .irFaq_in.is-q::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #005EAE;
}
.qckQa_in.is-q dd p::before,
.ir-faq .irFaq_in.is-q::before {
    width: 22px;
    height: 3px;
    right: 30px;
}
.qckQa_in.is-q dd p::after,
.ir-faq .irFaq_in.is-q::after {
    width: 3px;
    height: 22px;
    right: 39px;
    transition: transform .15s ease , opacity .15s ease , right .15s ease;
}
.qckQa_in.is-q.on dd p::after,
.ir-faq .irFaq_in.is-q.on::after {
    transform: translateY(-50%) rotate(-90deg);
}
.is-quickanswer .irin {
    margin-bottom: 330px;
}
#Contentsin.ir-meeting {
    padding: 80px 0 0;
}
.ir-meeting .irin,
.ir-message .irin {
    margin-bottom: 240px;
}
.eirSelect_wrap {
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
}
.eirSelect_wrap:before {
    content: "";
    position: absolute;
    background: url("/ir/img/ir_icn_arw.svg") no-repeat center / 100% auto;
    transform: rotate(90deg);
    right: 15px;
    top: 50%;
    margin-top: -7px;
    width: 10px;
    height: 15px;
}
.ir-meeting .s_eirSelect,
.ir-calendar .s_eirSelect,
.ir-library .s_eirSelect,
.ir-securities .s_eirSelect {
    font-size: 16px;
    font-weight: bold;
    width: 265px;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 40px 11px 10px;
    border: 1px solid #DBDBDB;
    cursor: pointer;
}
.s_eirSelect-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.meetingLst_in,
.libraryLst_in,
.securitiesLst_in {
    border-bottom: 1px solid #C5C5C5;
    font-size: 16px;
}
.meetingTtl_wrap,
.libraryTtl_wrap {
    display: flex;
    align-items: center;
    margin-left: 37px;
    font-weight: bold;
}
.ir-meeting .s_eirList_item_title a {
    display: inline-block;
    color: #333;
    font-weight: bold;
    padding: 34px 0;
}
.ir-meeting .eirItem_type_icon_image,
.ir-library .eirItem_type_icon_image,
.ir-securities .eirItem_type_icon_image,
.ir-notice .eirItem_type_icon_image {
    height: 19px;
    padding-left: 14px;
}
#Contentsin.ir-governance {
    padding: 85px 0 0;
}
.ir-governance .irin,
.ir-stock .irin,
.ir-notice .irin {
    margin: 0 0 200px;
}
.governancePdf_wrap {
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 70px;
}
.governancePdf_wrap a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    padding: 5px 0 30px;
}
.governancePdf_wrap a span {
    padding-right: 30px;
    background: url(/ir/img/ir_icn_pdf_bl.svg) no-repeat right center;
}
.ir-governance .governance-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #005EAE;
    letter-spacing: 0.005em;
    margin-bottom: 20px;
}
.ir-governance .governance-txt {
    font-size: 16px;
    line-height: 1.6;
}
.governanceImg_wrap {
    margin-top: 40px;
}
#Contentsin.ir-highlight {
    padding: 90px 0 0;
}
.ir-highlight .irin {
    margin-bottom: 330px;
}
.hqirGraph_wrap {
    width: 300px;
    margin: 67px 50px 0 0;
}
.hqirGraph-label {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
}
.hqirGraph-unit {
    font-size: 15px;
    text-align: right;
    margin-bottom: 5px;
}
.hqirGraph_in {
    background: #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.005em;
    height: 395px;
}
.hlNote_wrap {
    margin-bottom: 20px;
}
.hlNote_wrap.is-ver2 {
    margin-bottom: 25px;
}
.hlNote_wrap:last-of-type {
    margin-bottom: 0;
}
.qirNote_title {
    font-size: 16px;
    font-weight: bold;
}
.hlNotelst_wrap li {
    font-size: 16px;
    padding-left: 17px;
    text-indent: -17px;
}
.pronexus-txt {
    font-size: 16px;
    margin-bottom: 15px;
}
.pronexus-txt a {
    font-weight: bold;
    text-decoration: underline;
    color: #333;
}
.pnexIcon {
    text-align: right;
}
#Contentsin.ir-calendar,
#Contentsin.ir-library,
#Contentsin.ir-securities,
#Contentsin.ir-news {
    padding: 78px 0 0;
}
.ir-calendar .irin {
    margin-bottom: 280px;
}
.calendarImg_wrap {
    margin-bottom: 78px;
}
.calendarImg_wrap img {
    width: 100%;
    height: auto;
}
.s_eirSelect-txt {
    font-size: 14px;
    margin-bottom: 20px;
}
.ir-library .irin {
    margin-bottom: 100px;
}
.libraryLst_wrap,
.securitiesLst_wrap {
    margin-bottom: 130px;
}
.libraryNote_wrap .eirSelect_wrap {
    margin-bottom: 25px;
}
.ir-securities .irin {
    margin-bottom: 180px;
}
.securitiesTtl_wrap {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.ir-news .irin {
    margin-bottom: 300px;
}
.ir-news .s_eirSelect {
    width: 168px;
    padding: 10px 30px 10px 17px;
    font-size: 18px;
    font-weight: bold;
    -webkit-appearance: none;
    appearance: none;
}
.newsTab_wrap {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    justify-content: space-between;
}
.newsTab_wrap .activeTarget {
    width: 190px;
    height: 50px;
    color: #0073BC;
    border: 1px solid #0073BC;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
}
.newsTab_wrap .activeTarget.is-ver2 {
    color: #23887E;
    border: 1px solid #23887E;
}
.newsTab_wrap .activeTarget.is-ver3 {
    color: #967331;
    border: 1px solid #967331;
}
.newsTab_wrap .activeTarget.is-ver4 {
    color: #5E5FA6;
    border: 1px solid #5E5FA6;
}
.newsTab_wrap .activeTarget.is-ver5 {
    color: #13A5E8;
    border: 1px solid #13A5E8;
}
.newsTab_wrap .activeTarget.active {
    color: #fff;
    background: #005EAE;
}
.newsTab_wrap .activeTarget.is-ver2.active {
    color: #fff;
    background: #23887E;
}
.newsTab_wrap .activeTarget.is-ver3.active {
    color: #fff;
    background: #967331;
}
.newsTab_wrap .activeTarget.is-ver4.active {
    color: #fff;
    background: #5E5FA6;
}
.newsTab_wrap .activeTarget.is-ver5.active {
    color: #fff;
    background: #13A5E8;
}
.ir-news .irNewslst_wrap {
    margin-bottom: 0;
}
#Contentsin.ir-stock,
#Contentsin.ir-notice {
    padding: 60px 0 0;
}
.ir-stock .com_tblbox table tr th {
    width: 198px;
    box-sizing: border-box;
    padding: 25px 10px 23px 19px;
    background: #F2F5F8;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 16px;
}
.ir-stock .com_tblbox table tr td {
    padding: 20px 38px;
    font-size: 16px;
}
#Contentsin.ir-message {
    padding: 66px 0 0;
}
.ir-message .com_ttl {
    background: none;
    margin: 0 0 25px;
    padding: 0;
}
.ir-message .presidentImg {
    width: 48%;
    margin: 0 0 20px 45px;
}
.ir-message .presidentMes {
    width: 100%;
    font-size: 16px;
    line-height: 1.87;
}
.ir-message .name-txt {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}
.ir-message .com_ttl .ttl {
    font-size: 28px;
    color: #005EAE;
    letter-spacing: 0.05em;
}
#Contentsin.ir-disclosure,
#Contentsin.ir-disclaimer {
    padding: 70px 0 0;
}
.ir-disclosure h3.midashi,
.ir-disclaimer h3.midashi {
    font-size: 20px;
    border-left: none;
    padding: 0;
    margin-bottom: 10px;
}
.ir-disclosure .irin {
    margin-bottom: 220px;
    line-height: 1.62;
}
.ir-disclaimer .irin {
    margin-bottom: 130px;
    line-height: 1.62;
}
.ir-disclosure .com_tblbox .txt,
.ir-disclaimer .com_tblbox .txt {
    font-size: 16px;
}
.ir-disclosure .com_tblbox .txt.is-ver2 {
    margin-top: 10px;
}
#Contentsin.ir-faq {
    padding: 85px 0 0;
}
.ir-faq .irin {
    margin: 0 0 90px;
}
.ir-faq .faq-btn {
    margin-bottom: 180px;
    width: 306px;
}
.ir-faq .faq-btn a {
    border-radius: 0;
    background-image: linear-gradient(45deg, rgba(0, 94, 174, 1), rgba(0, 115, 188, 1));
    font-size: 18px;
    font-weight: bold;
    padding: 21px 10px;
    position: relative;
}
.ir-faq .faq-btn a:before {
    content: "";
    position: absolute;
    background: url(/ir/img/ir_icn_arw2.svg) no-repeat center / 100% auto;
    width: 10px;
    height: 15px;
    top: 50%;
    right: 17px;
    margin-top: -6px;
}
.ir-faq .irFaq_wrap {
    margin-bottom: 50px;
}
.ir-faq .irFaq_wrap:last-of-type {
    margin: 0;
}
.ir-faq .irFaq_in {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 20px 11px;
    position: relative;
    line-height: 1.3;
}
.ir-faq .irFaq_in.is-q {
    background: #F2F5F8;
    cursor: pointer;
}
.ir-faq .irFaq_in.is-a {
    font-weight: normal;
    margin-top: 10px;
    padding-bottom: 0;
}
.ir-faq .irFaq_in dt {
    font-size: 20px;
    color: #005EAE;
    padding-right: 19px;
    font-weight: bold;
}
.ir-faq .irFaq_in.is-q dd {
    padding-right: 22px;
}
.ir-faq .irFaq_in.is-a dd a {
    font-weight: bold;
    text-decoration: underline;
    color: #333;
}
.mainte_wrap {
    margin: 0 0 60px;
    border: 1px solid #0073bc;
    padding: 30px;
}
@media screen and (min-width: 769px) {
	.qck-tab:hover {
		color: #fff;
		background: #0073BC;
	}
    .inn_bnr a:hover,
    .ir-btn.is-newRelease a:hover,
    .ir-btn.is-calendardl a:hover {
        opacity: .8;
    }
    .newRelease_wrap dd li a:hover {
        opacity: .8;
        text-decoration: none;
    }
    .irToplnk_in a:hover .img img {
		opacity: .8;
        transform: scale(1.1);
	}
    .irNewslst_wrap li a:hover,
    .irToplnk_in a:hover {
        text-decoration: none;
        color: #005EAE;
    }
    .ir-btn a:hover,
    .meetingLst_in a:hover,
    .pronexus-txt a:hover,
    .libraryLst_in a:hover,
    .ir-faq .irFaq_in.is-a dd a:hover {
        text-decoration: none;
    }
    .ir-btn.is-ver2 a:hover {
        color: #005EAE;
        background: #fff;
    }
    .ir-btn.is-ver2 a:hover::before {
        background: url(/ir/img/ir_icn_arw.svg) no-repeat center / 100% auto;
    }
    .ir-c-link_cnt dd li a:hover,
    .meetingLst_in a:hover .meetingTtl_wrap,
    .governancePdf_wrap a:hover,
    .libraryLst_in a:hover .libraryTtl_wrap,
    .securitiesLst_in a:hover {
        color: #005EAE;
        text-decoration: underline;
    }
    .irTopbg_in {
        display: flex;
        justify-content: center;
        padding: 77px 0 64px;
    }
    .irToplnk_wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .ir-c-link_wrap {
        display: flex;
        flex-wrap: wrap;
        margin: -70px -28px 0 0;
    }
    #Contentsin.is-quickanswer .txt a:hover {
        text-decoration: none;
    }
    .meetingLst_in a,
    .libraryLst_in a,
    .securitiesLst_in a {
        display: flex;
        align-items: center;
        color: #333;
        padding: 34px 0;
        width: 100%;
    }
    .hqir_wrap {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 90px;
    }
    .hqirGraph_wrap:nth-of-type(-n + 3) {
        margin-top: 0;
    }
    .hqirGraph_wrap:nth-of-type(3n) {
        margin-right: 0;
    }
    .calendarLst_in {
        padding: 35px 0 32px;
        border-bottom: 1px solid #C5C5C5;
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    .calendarTtl_wrap {
        padding-left: 37px;
    }
    .libraryNote_wrap .pronexus-txt a,
    .securitiesNote_wrap .pronexus-txt a {
        color: #005EAE;
    }
    .newsTab_wrap .activeTarget:hover {
        color: #fff;
        background: #005EAE;
    }
    .newsTab_wrap .activeTarget.is-ver2:hover {
        color: #fff;
        background: #23887E;
    }
    .newsTab_wrap .activeTarget.is-ver3:hover {
        color: #fff;
        background: #967331;
    }
    .newsTab_wrap .activeTarget.is-ver4:hover {
        color: #fff;
        background: #5E5FA6;
    }
    .newsTab_wrap .activeTarget.is-ver5:hover {
        color: #fff;
        background: #13A5E8;
    }
}

@media screen and (max-width:769px) {
	.inn_bnr img {
		max-width: 355px;
	}
}
@media screen and (max-width: 769px) {
	.c-sp {
		display: block;
	}
	.c-pc {
		display: none;
	}
	.qck_wrap {
		margin: 25px 0 0;
	}
	.inn_bnr a img {
		width: 100%;
		height: auto;
	}
    .com_ttlbox .ttlbox.is-irtop {
        height: 165px;
        background: url(/ir/img/sp/ir_topmv.png) no-repeat center / cover;
    }
    .com_ttlbox .ttlbox.is-irtop .ttl {
        font-size: 22px;
        letter-spacing: 0.01em;
    }
    .com_pnkzbox.is-ir,
    .com_pnkzbox.is-ir-sp {
        display: block;
        padding: 15px 15px 0;
    }
    .com_pnkzbox.is-ir ul li,
    .com_pnkzbox.is-ir-sp ul li {
        font-size: 12px;
    }
    #Contentsin.is-ir {
        padding: 35px 15px 50px;
    }
    #Contentsin.is-ir2 {
        padding: 15px 15px 80px;
    }
    .irNews_wrap {
        margin: 0 0 45px;
    }
    .com_ttl.is-ir {
        margin-bottom: 10px;
        padding: 0 0 10px;
    }
    .com_ttl.is-ir:before,
    .irTopdl_wrap dt::before,
    .ir-c-link_cnt dt:before {
        width: 38px;
    }
    .com_ttl.is-ir .ttl {
        font-size: 18px;
    }
    .irNewslst_wrap {
        margin-bottom: 28px;
    }
    .irNewslst_wrap li a {
        padding: 20px 35px 15px 0;
        font-size: 14px;
    }
    .irNewslst_wrap li .eirItem_head .eirItem_category {
        font-size: 11px;
        padding: 4px 14px 1px;
        min-width: 74px;
    }
    .irNewslst_wrap li a .irNewslst-ttl::before {
        background: url(/ir/img/ir_icn_arw.svg) no-repeat center / 8px auto;
    }
    .ir-btn {
        width: 233px;
    }
    .ir-btn a {
        padding: 17px 0 14px;
        font-size: 14px;
    }
    .irToplnk_in {
        max-width: 100%;
        width: 100%;
        margin-bottom: 45px;
    }
    .irToplnk_in:last-of-type {
        margin: 0;
    }
    .irTopdl_wrap dt {
        padding: 9px 20px;
        margin: 0 0 18px;
        font-size: 18px;
    }
    .irTopdl_wrap dd {
        font-size: 14px;
    }
    .irTopbg_wrap {
        background: url(/ir/img/sp/ir_topbg.jpg) no-repeat center / cover;
        margin-bottom: 18px;
        padding: 48px 15px 45px;
    }
    .newRelease_wrap {
        width: 100%;
        margin: 0 0 69px;
    }
    .newRelease_wrap dl {
        margin-bottom: 30px;
    }
    .newRelease_wrap dt,
    .calendar_wrap dt {
        font-size: 18px;
        padding: 0 0 12px 12px;
        margin-bottom: 10px;
    }
    .calendar_wrap dt {
        margin-bottom: 30px;
    }
    .newRelease_wrap dd li a {
        font-size: 14px;
        padding: 18px 35px 16px 22px;
    }
    .newRelease_wrap dd li a .is-bold {
        font-size: 15px;
    }
    .newRelease_wrap dd li a:before {
        left: 5px;
        top: 21px;
        background: url(/ir/img/ir_icn_arw2.svg) no-repeat center / 7px auto;
    }
    .ir-btn a {
        font-size: 14px;
    }
    .ir-btn.is-newRelease a:before {
        width: 11px;
        height: 15px;
        margin-top: -7px;
    }
    .calendar_wrap dl {
        margin-bottom: 30px;
    }
    .calendar_wrap dd li {
        margin-bottom: 18px;
    }
    .ir-btn a:before {
        width: 9px;
        height: 14px;
    }
    .irrep-brn {
        margin-bottom: 30px;
    }
    .ir-c-link_wrap {
        margin: 0;
    }
    .ir-c-link_in {
        max-width: 100%;
        margin: 45px 0 0;
    }
    .ir-c-link_in:first-of-type {
        margin: 0;
    }
    .ir-c-link-img img,
    .calendar_wrap dd li img {
        width: 100%;
        height: auto;
    }
    .ir-c-link_cnt dt {
        margin: 14px 0 22px;
    }
    .com_ttlbox .ttlbox.is-ir {
        height: 125px;
    }
    .com_ttlbox .ttlbox.is-ir .ttl {
        width: 100%;
        font-size: 22px;
        text-align: center;
    }
    #Contentsin.is-quickanswer {
        padding: 30px 15px 139px;
    }
    #Contentsin.is-quickanswer .txt {
        font-size: 14px;
    }
    .qckTab_wrap {
		margin: 0 0 23px;
        flex-wrap: wrap;
	}
    .qck-tab {
		width: calc(50% - 5px);
		height: 45px;
		font-size: 15px;
        margin-bottom: 12px;
	}
    .qckQa-date {
		font-size: 10px;
		padding: 0 0 0 45px;
		margin: 0 0 10px;
	}
    .qckQa_wrap {
        margin: 0 0 35px;
    }
    .qckQa_in.is-a {
        margin: 15px 0 0;
    }
    .qckQa_in dt {
        font-size: 16px;
        border-radius: 2px;
        width: 29px;
        height: 29px;
        line-height: 29px;
        margin-top: 10px;
    }
    .qckQa_in.is-q dd {
        font-size: 14px;
        padding: 16px 40px 13px 16px;
    }
    .qckQa_in.is-q dd p::before,
    .ir-faq .irFaq_in.is-q::before {
        width: 18px;
        right: 15px;
    }
    .qckQa_in.is-q dd p::after,
    .ir-faq .irFaq_in.is-q::after {
        height: 18px;
        right: 22px;
    }
    .qckQa_in dd {
		width: 79vw;
		font-size: 13px;
		padding: 15px 16px 13px;
	}
	.qckQa_in dd:before {
		top: 17px;
		left: -14px;
	}
    .is-quickanswer .irin {
        margin-bottom: 140px;
    }
    #Contentsin.ir-meeting,
    #Contentsin.ir-library,
    #Contentsin.ir-securities,
    #Contentsin.ir-news,
    #Contentsin.ir-disclosure,
    #Contentsin.ir-faq,
    #Contentsin.ir-disclaimer {
        padding: 45px 15px 80px;
    }
    .eirSelect_wrap {
        margin-bottom: 35px;
    }
    .eirSelect_wrap:before {
        width: 8px;
    }
    .ir-meeting .s_eirSelect,
    .ir-library .s_eirSelect,
    .ir-securities .s_eirSelect {
        font-size: 15px;
        width: 245px;
        padding: 13px 30px 12px 12px;
    }
    .s_eirSelect-ttl {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .meetingLst_in,
    .libraryLst_in {
        font-size: 15px;
    }
    .meetingLst_in a,
    .libraryLst_in a,
    .securitiesLst_in a {
        display: block;
        padding: 20px 10px 18px 0;
        color: #333;
    }
    .meetingTtl_wrap,
    .libraryTtl_wrap {
        margin: 5px 0 0;
        line-height: 1.5;
    }
    .ir-meeting .eirItem_type_icon_image,
    .ir-library .eirItem_type_icon_image,
    .ir-securities .eirItem_type_icon_image,
    .ir-notice .eirItem_type_icon_image {
        height: 15px;
    }
    .ir-meeting .irin,
    .ir-governance .irin {
        margin: 0 0 140px;
    }
    #Contentsin.ir-governance,
    #Contentsin.ir-notice {
        padding: 40px 15px 80px;
    }
    .governancePdf_wrap {
        margin-bottom: 45px;
    }
    .governancePdf_wrap a {
        font-size: 15px;
        padding: 5px 0 15px;
    }
    .ir-governance .governance-ttl {
        font-size: 16px;
        line-height: 1.56;
        margin-bottom: 15px;
    }
    .ir-governance .governance-txt {
        font-size: 15px;
    }
    .governanceImg_wrap {
        margin-top: 20px;
    }
    #Contentsin.ir-highlight,
    #Contentsin.ir-message {
        padding: 35px 15px 80px;
    }
    .hqirGraph_wrap {
        width: 100%;
        margin: 45px 0 0;
    }
    .hqirGraph_wrap:first-of-type {
        margin: 0;
    }
    .hqirGraph-label {
        font-size: 16px;
        margin-bottom: 0;
    }
    .hqirGraph_in {
        font-size: 18px;
    }
    .hqir_wrap {
        margin-bottom: 35px;
    }
    .hlNote_wrap {
        margin-bottom: 13px;
    }
    .hlNote_wrap.is-ver2 {
        margin-bottom: 22px;
    }
    .hlNotelst_wrap li {
        font-size: 12px;
        padding-left: 12px;
        text-indent: -12px;
        margin-bottom: 5px;
    }
    .hlNotelst_wrap li:last-of-type {
        margin: 0;
    }
    .qirNote_title {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .pronexus-txt {
        font-size: 12px;
    }
    .ir-highlight,
    .ir-message .irin {
        margin-bottom: 200px;
    }
    .ir-calendar .s_eirSelect {
        font-size: 15px;
        width: 229px;
        padding: 17px 30px 13px 12px;
    }
    #Contentsin.ir-calendar {
        padding: 30px 15px 80px;
    }
    .calendarImg_wrap,
    .ir-securities .irin {
        margin-bottom: 35px;
    }
    .ir-calendar .s_eirSelect-ttl {
        margin-bottom: 5px;
    }
    .s_eirSelect-txt {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .calendarLst_in {
        padding: 18px 0 17px;
        border-bottom: 1px solid #C5C5C5;
        font-size: 15px;
    }
    .ir-calendar .irin,
    .ir-stock .irin {
        margin-bottom: 140px;
    }
    .calendarDate_wrap {
        margin-bottom: 7px;
    }
    .libraryNote_wrap .eirSelect_wrap {
        margin-bottom: 10px;
    }
    .libraryLst_wrap {
        margin-bottom: 80px;
    }
    .ir-library .irin {
        margin-bottom: 38px;
    }
    .securitiesLst_wrap {
        margin-bottom: 100px;
    }
    .qckQa-date .is-new {
        padding-right: 5px;
    }
    .ir-news .irin {
        margin-bottom: 137px;
    }
    .newsTab_wrap {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .newsTab_wrap .activeTarget {
        width: calc(50% - 5px);
        height: 45px;
        font-size: 15px;
    }
    .newsTab_wrap .activeTarget:nth-of-type(n + 3) {
        margin-top: 12px;
    }
    #Contentsin.ir-stock {
        padding: 38px 15px 80px;
    }
    .ir-stock .com_tblbox table tr th {
        width: auto;
        padding: 12px 14px 11px;
        font-size: 14px;
    }
    .ir-stock .com_tblbox table tr td {
        width: auto;
        padding: 13px 14px 12px;
        font-size: 14px;
    }
    .ir-message .com_ttl {
        margin-bottom: 15px;
    }
    .ir-message .com_ttl .ttl {
        font-size: 19px;
    }
    .ir-message .presidentImg {
        float: none;
        margin: 0 auto 15px;
        width: 100%;
    }
    .ir-message .presidentImg img {
        width: 100%;
        height: auto;
    }
    .ir-message .presidentMes {
        font-size: 15px;
        line-height: 1.53;
    }
    .ir-message .presidentMes .mt20p {
        margin-top: 10px;
    }
    .ir-message .name-txt {
        font-size: 16px;
        margin-top: 30px;
    }
    .ir-disclosure .irin {
        margin-bottom: 140px;
        line-height: 1.46;
    }
    .ir-disclaimer .irin {
        margin-bottom: 85px;
        line-height: 1.46;
    }
    .ir-disclosure h3.midashi,
    .ir-disclaimer h3.midashi {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .ir-disclosure h3.midashi.mt50p,
    .ir-disclaimer h3.midashi.mt50p {
        margin-top: 40px;
    }
    .ir-disclosure .com_tblbox .txt,
    .ir-disclaimer .com_tblbox .txt {
        font-size: 15px;
    }
    .ir-disclosure .com_tblbox .txt.is-ver2 {
        margin-top: 8px;
    }
    .com_ttlbox .ttlbox.is-ir .ttl.is-disclosure {
        letter-spacing: 0;
    }
    .ir-notice .irin {
        margin: 0 0 130px;
    }
    .ir-faq .irFaq_wrap {
        margin-bottom: 35px;
    }
    .ir-faq .irFaq_in {
        font-size: 15px;
        padding: 10px 12px 9px;
    }
    .ir-faq .irFaq_in dt {
        font-size: 15px;
        padding-right: 12px;
    }
    .ir-faq .irFaq_in.is-a dd {
        font-size: 13px;
    }
    .ir-faq .faq-btn {
        width: 233px;
        margin: 0 auto 140px;
    }
    .ir-faq .irin {
        margin: 0 0 55px;
    }
    .ir-faq .faq-btn a {
        font-size: 14px;
        padding: 18px 10px;
    }
    .ir-faq .faq-btn a:before {
        width: 8px;
        margin-top: -8px;
    }
    .mainte_wrap {
        padding: 15px;
    }
}
@media (max-width:419px) {
	.qck-tab {
		font-size: 13px;
	}
}
@media (max-width:374px) {
    .qckQa_in dd {
        width: 75vw;
    }
}
