@charset "UTF-8";
/* --------------------------------------------------
**
** keyVisual
**
** -------------------------------------------------- */
.bgTitleAreaType1.keyVisual {
	margin-bottom: 0;
	min-height: 385px;
	background: #B2C5D0 url(../images/bg-kv-ir-01.jpg) no-repeat center center / cover;
}
.bgTitleAreaType1.keyVisual h2 {
	margin: 105px 30px 10px 30px;
	text-align: center;
	font-weight: normal;
}
.bgTitleAreaType1.keyVisual p.normal {
	margin-bottom: 55px;
	text-align: center;
}
.bgTitleAreaType1.keyVisual ul.btns { text-align: center; }
.bgTitleAreaType1.keyVisual ul.btns li { text-align: left; }
/* --------------------------------------------------
**
** bnrArea
**
** -------------------------------------------------- */
.bnrArea {
	position: relative;
	padding-top: 18px;
	margin: 0 auto 100px;
}
.bnrArea::after {
	content: "";
    position: absolute;
    background: #D8D8D8;
    width: 100vw;
    height: 2px;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: -1;
}
@media screen and (max-width: 1079px) {
	.bnrArea::after {
		min-width: 1080px;
		left: 0;
		right: auto;
		margin: 0 0 0 -30px;
	}
}
@media screen and (max-width: 767px) {
	.bnrArea::after {
		min-width: 100vw;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
}
.bnrArea .columnAreaType2 { 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
 }
.bnrArea .columnAreaType2 .col1of3 {
	width: 32%;
	margin-right: 2%;
}
.bnrArea .columnAreaType2 .col1of3:nth-of-type(3n) {
	margin-right: 0;
}
.bnrArea .columnAreaType2 .col1of3 .colIn {
	height: 140px;
	margin: 0 0 18px;
}
.bnrArea .columnAreaType2 .col1of3 .colIn.closing { background: url(../images/bg-bnr-closing-01.jpg) no-repeat center center / cover; }
.bnrArea .columnAreaType2 .col1of3 .colIn.ir { background: url(../images/bg-bnr-ir-01.jpg) no-repeat center center / cover; }
.bnrArea .columnAreaType2 .col1of3 .colIn.investor {
	height: 138px;
	border: 1px solid #D8D8D8;
	background-color: #FFF;
	box-shadow: none;
}
.bnrArea .columnAreaType2 .col1of3 .colIn {
	text-decoration: none;
}
.bnrArea .columnAreaType2 .col1of3 .colIn .txtBlock {
	padding: 30px 20px 10px;
}
.bnrArea .columnAreaType2 .col1of3 .colIn.investor .ttl:after {
	/*
	content: "";
	display: inline-block;
	width: 8px;
	height: 6px;
	margin-left: 5px;
	background: url(/common2/images/bg-icon-arrow-02.png) no-repeat 0 0;
	vertical-align: middle;
	*/
}
.columnAreaType2 .colIn .txtBlock .ttl {
	font-size: 20px;
}
.columnAreaType2 .colIn .txtBlock .ttl + div {
	color: #000;
}
/* --------------------------------------------------
**
** irArea
**
** -------------------------------------------------- */
.irArea {
	position: relative;
	margin-top: 60px;
    padding: 60px 0 0;
}
.irArea::before {
	content: "";
	position: absolute;
	background: #EDF0F2;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	z-index: -1;
}
.irArea .row {
    display: flex;
    flex-wrap: wrap;
	/*margin: 0 30px;*/
}
.irArea .row .col {
    box-sizing: border-box;
    display: block;
	width: 25%;
	border-right: 1px solid #D8D8D8;
	margin: 0 0 60px;
}
.irArea .row .col:first-child,
.irArea .row .col:nth-of-type(4n+1) {
	border-left: 1px solid #D8D8D8;
}
.irArea .row .col h4 { text-align: center; }
.irArea .row .col h4 a {
    color: inherit;
}
.irArea .row .col h4 + .iricon {
	display: block;
	margin: 20px auto;
}
.irArea .row .col h4.company:after {
	content: "";
	display: block;
	width: 45px;
	height: 52px;
	margin: 20px auto;
	background: url(../images/img-icon-company-01.png) no-repeat 0 0;
}
.irArea .row .col h4.ir:after {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	margin: 20px auto;
	background: url(../images/img-icon-ir-01.png) no-repeat 0 0;
}
.irArea .row .col h4.stock:after {
	content: "";
	display: block;
	width: 56px;
	height: 53px;
	margin: 20px auto;
	background: url(../images/img-icon-stock-01.png) no-repeat 0 0;
}
.irArea .row .col h4.finance:after {
	content: "";
	display: block;
	width: 38px;
	height: 51px;
	margin: 20px auto;
	background: url(../images/img-icon-finance-01.png) no-repeat 0 0;
}
.irArea .row .col ul.itemLinks { margin-bottom: 0; }
.irArea .row .col ul.itemLinks > li { margin-bottom: .5em; }
.irArea .row .col ul.itemLinks > li:last-child { margin-bottom: 0; }
.irArea .row .col ul.itemLinks > li a {
    background: url(../../common2/images/bg-icon-arrow-01.png) no-repeat 5px .5em;
}
/* --------------------------------------------------
**
** investorArea
**
** -------------------------------------------------- */
.investorArea h3 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 320%;
}
.investorArea .columnAreaType2 { padding: 0 21px; }
.investorArea .columnAreaType2 .col1of3 {
	width: 37.38%;
	width: -webkit-calc(33.33% + 42px);
	width: calc(33.33% + 42px);
	margin: 0 -21px;
}
.investorArea .columnAreaType2 .col1of3 .colIn { margin: 0 30px 18px; }
.investorArea .columnAreaType2 .col1of3 .colIn[href^="http"] .txtBlock .ttl:after {
	width: 10px;
	height: 10px;
	background: url(/common2/images/bg-icon-external-02.png) no-repeat 0 0;
}
