@charset "UTF-8";

/**
 * 
 */
body {
}


/**
 * #mv
 */
 #mv {
/* 	height:495px; */
	background:url(../img/mv.jpg) no-repeat center 80%;
	background-size:cover;
}

#mv .box {
    height: 250px;
    padding: 0 80px 0 80px;
}

#mv h1 {
/* 	padding-top:145px; */
	padding-top:70px;
	text-align:left;
	font-family:"CenturySchoolbookW01-Bd", "Century", Georgia, "Times New Roman", Times, "A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:48px;
	font-weight:bold;
	line-height:1.2;
}
#mv h2 {
	padding-top:20px;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	line-height:1.8;
}
@media only screen and (max-width:767px) {
	#mv {
		height:280px;
	}
	#mv .box {
		height:280px;
		padding:0 0 0 0;
		font-size:12px;
		text-align:center;
	}
	#mv h1 {
		padding-top:55px;
		font-size:30px;
		text-align:center;
	}
	#mv h2 {
		text-align:center;
		font-size:16px;
	}
}

/**
 * icon
 */
 
/* .icn-arrow */
.icn-arrow,
.icn-arrow_s {
	position: relative;
}
.icn-arrow:after,
.icn-arrow_s:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	border-color: #7b9437;
	border-style: solid;
	border-bottom: transparent;
	border-left: transparent;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.icn-arrow:after {
	width: 7px;
	height: 7px;
	right: 22px;
	margin-top: -5px;
	border-width: 4px;
}
.icn-arrow_s {
	padding-right: 2px;
}
.icn-arrow_s:after {
	display: inline-block;
	position: relative;
	width: 4.5px;
	height: 4.5px;
	top: 0;
	right: -2px;
	margin-top: -4px;
	border-width: 3px;
}
.icn-arrow--wh:after,
.btn:hover .icn-arrow:after {
	border-color: #fff;
}

/* .icn-pdf */
.icn-pdf {
	display: inline-block;
	position: relative;
}
.icn-pdf:after {
	display: inline-block;
	content: '';
	width: 14px;
	height: 15px;
	background: url(/investors/img/icon_pdf.png) center center no-repeat;
	background-size: 100% auto;
	margin: 0 0.35em -3px 0.35em;
}

/* .icn-movie */
.icn-movie {
	display: inline-block;
	position: relative;
}
.icn-movie:after {
	display: inline-block;
	content: '';
	width: 14px;
	height: 15px;
	background: url(/investors/img/icon_movie.png) center center no-repeat;
	background-size: 100% auto;
	margin: 0 0.35em -3px 0.35em;
}

/**
 * #news
 */
#news h2 {
	font-weight: bold;
}
#news h2:before {
	display: none;
}
#news .btn {
	width: 390px;
}
#news .posts li {
	padding: 20px 15px;
}
#news .posts li:before {
	display: none;
}
#news .posts li p {
	padding-right: 0;
}
#news .posts li.new:before {
	display: block;
	content: 'NEW';
	width: auto;
	height: auto;
	padding: 0.2em 1.5em;
	position: absolute;
	top: 50%;
	right: 20px;
	bottom: inherit;
	left: inherit;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #7b9437;
}
#news .posts li.new p {
	padding-right: 7em;
	box-sizing: border-box;
}

.bnt_shared_research {
	margin-bottom: 50px;
	margin-top: 70px;
}

.bnt_shared_research a:hover{
	opacity:0.7;
}

@media only screen and (max-width:767px) {
	#news .btn {
		width: 100%;
	}
	#news .posts li {
		padding: 15px 0;
	}
	#news .posts li.new p {
		padding-right: 4em;
	}
	#news .posts li.new:before {
		padding: 0.2em 1.25em;
		right: 0;
		font-size: 9px;
	}
	#news .posts .btns {
		margin-top: 30px;
	}
}

/**
 * #index-link
 */
#index-link .index-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -30px;
}
#index-link .index-link-list .item {
	position: relative;
	width: 49.2%;
	margin-top: 30px;
}
#index-link .index-link-list .item.linkbox {
	cursor: pointer;
	opacity: 1;
	transition: opacity ease 0.3s;
}
#index-link .index-link-list .item.linkbox:hover {
	opacity: 0.8;
}
#index-link .index-link-list .item__title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 20px;
	font-weight: bold;
}
#index-link .index-link-list .item__title a {
	display: block;
	text-align: center;
	color: #FFF;
	background: rgba(118, 149, 47, 0.9);
	text-decoration: none;
	padding: 0.35em 1em;
	transition: background ease 0.3s;
}
#index-link .index-link-list .item__title a:hover {
	background: rgba(118, 149, 47, 0.7);
}
#index-link .index-link-list .item.linkbox:hover .item__title a:hover {
	background: rgba(118, 149, 47, 0.9);
}
#index-link .index-link-list .item__title .icn-arrow {
	display: block;
}
#index-link .index-link-list .item__title .icn-arrow:after {
	border-color: #fff;
}
#index-link .index-link-list .item__name,
#index-link .index-link-list .item__menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 3;
	box-sizing: border-box;
}
#index-link .index-link-list .item__menu {
	min-height: 135px;
	padding: 20px 30px;
	
}
#index-link .index-link-list .item__menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	box-sizing: border-box;
}
#index-link .index-link-list .item__menu ul li {
	width: 49.8%;
	padding: 0.25em 0;
	box-sizing: border-box;
}
#index-link .index-link-list .item__image {
	position: relative;
	z-index: 1;
}
#index-link .index-link-list .item__image img {
	max-width: 100%;
}

@media only screen and (max-width:767px) {
	#index-link .index-link-list {
		display: block;
		margin-top: -20px;
	}
	#index-link .index-link-list .item {
		width: 100%;
		margin-top: 20px;
	}
	#index-link .index-link-list .item__title {
		font-size: 18px;
	}
	#index-link .index-link-list .item__title a {
		padding: 0.15em 1em;
	}
	#index-link .index-link-list .item__menu {
		min-height: auto;
		padding: 10px 20px;
	}
	#index-link .index-link-list .item__menu ul li {
		width: 49.2%;
	}
}

/**
 * #message
 */
#index-link .index-link-list #message .item__name {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index-link .index-link-list #message .item__name-col {
	position: relative;
	width: 50%;
	line-height: 1.4;
	box-sizing: border-box;
	padding: 0.8em 0.8em 1.6em 0.8em;
}
#index-link .index-link-list #message .item__name-col .name-txt {
	color: #000;
}
#index-link .index-link-list #message .item__name-col .name-sig {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
}

@media only screen and (max-width:767px) {
	#index-link .index-link-list #message .item__name-col {
		padding: 0.8em 0.8em 2.2em 0.8em;
	}
	#index-link .index-link-list #message .item__name-col .name-txt {
		font-size: 2.4vw;
	}
	#index-link .index-link-list #message .item__name-col .name-sig {
		position: absolute;
		right: 0.8em;
	}	
}


/**
 * #other-link
 */
#other-link {
	margin-top: 60px;
}
#other-link .other-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#other-link .other-link-list .item {
	position: relative;
	width: 32.6%;
	margin-top: 10px;
}
#other-link .other-link-list .item .btn {
	width: 100%;
}

@media only screen and (max-width:767px) {
	#other-link {
		margin-top: 30px;
	}	
	#other-link .other-link-list .item {
		width: 49%;
		margin-top: 5px;
	}
}

@media only screen and (max-width:420px) {	
	#other-link .other-link-list .item {
		width: 100%;
	}
}