@charset "UTF-8";
/**
 * #mv
 */
#mv {
	background:url(../img/mv.jpg) no-repeat center center;
	background-size:cover;
}

/**
 * #lnav
 */
#lnav {
	position: relative !important;
	top: 0 !important;
}
#lnav li a {
	font-weight: bold;
}

#lnav .bnt_shared_research_left {
	margin-top: 25px;
	width: 147px;
}

#lnav .bnt_shared_research_left a:hover{
	opacity:0.7;
}

/**
 * #content
 */
#content h1.title:nth-of-type(1) {
	margin-bottom: 40px;
}
#content .title-lv3 {
	text-align: left;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #333;
}
#content .bold {
	font-weight: bold;
}

@media only screen and (max-width:767px) {
	#content h1.title:nth-of-type(1) {
		margin-bottom: 20px;
	}
	#content h1.title:nth-of-type(1) + .text {
		margin-top: 20px;
	}
	h1.title, h2.title {
		margin-bottom:10px;
		font-size:18px;
	}
	#content .title-lv3 {
	    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: 1em;
}
.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-blank */
.icn-blank {
	position: relative;
}
.icn-blank:after {
	display: block;
	content: '';
	width: 15px;
	height: 11px;
	background: url(/investors/img/icon_blank.png) center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -5px;
}
.icn-blank.icn-blank--gr {
}
.icn-blank.icn-blank--gr:after {
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
	background: url(/investors/img/icon_blank_gr.png) center center no-repeat;
	background-size: 100% auto;
	margin: 0 0.4em;
}


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

/* .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.2em -1px 0.2em;
}

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

/**
 * .posts
 */
#content .page-navi + .posts  {
	margin-top: 60px;
}
#content .posts li:before {
	display: none;
}
#content .posts li p {
	padding-right: 0;
}
#content .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;
}
#content .posts li.new p {
	padding-right: 7em;
	box-sizing: border-box;
}

@media only screen and (max-width:767px) {
	#content .page-navi + .posts  {
		margin-top: 30px;
	}
	#content .posts li.new p {
		padding-right: 5em;
	}
	#content .posts li.new:before {
		padding: 0.3em 1.25em;
		right: 0;
		font-size: 10px;
	}
}

/**
 * .page-navi
 */
#content .page-navi {
	width: 100%;
	background: #f2f2f2;
	text-align: center;
	line-height: 1;
	padding: 0.5em;
	box-sizing: border-box;
}
#content .page-navi ul {
	display: inline-block;
}
#content .page-navi ul li {
	float: left;
	padding: 0.5em 1em;
	margin: 0;
}
#content .page-navi ul li .icn-arrow_s {
	display: inline-block;
	padding: 0 0 0 1em;
}
#content .page-navi ul li .icn-arrow_s:after {
	position: absolute;
	top: 50%;
	right: auto;
	left: -2px;
	margin-top: -5px;
	-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
			transform: rotate(135deg);
}
@media only screen and (max-width:767px) {

}


/**
 * .link-list
 */
#content .link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#content .link-list:nth-of-type(1) {
	margin-top: -70px;
}
#content .link-list .item {
	position: relative;
	width: 48.6%;
	margin-top: 70px;
	box-sizing: border-box;
}
#content .link-list--1col .item {
	width: 100%;
}
#content .link-list .item-box {
	position: relative;
	box-sizing: border-box;
	transition: opacity ease 0.3s;
	opacity: 1;
	cursor: pointer;
}
#content .link-list .item-box:hover {
	opacity: 0.8;
}
#content .link-list .item__title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 16px;
	font-weight: bold;
}
#content .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;
}
/*
#content .link-list .item__title a:hover {
	background: rgba(118, 149, 47, 0.7);
}
*/
#content .link-list .item__title .icn-arrow {
	display: block;
}
#content .link-list .item__title .icn-arrow:after {
	right: 0;
}
#content .link-list .item__title .icn-blank {
	display: block;
}
#content .link-list .item__image {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
#content .link-list .item__image img {
	max-width: 100%;
}
#content .link-list .item__caption {
	margin-top: 1em;
	color: #000;
}
#content .link-list .item__caption a {
	color: #000;
	text-decoration: none;
	border-bottom: #000 solid 1px;
	transition: border ease 0.3s;
}
#content .link-list .item__caption a:hover {
	border-bottom: transparent;
}

.left_button1 {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 10px 0 0 0;
	width: 100%;
	height: 60px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #76952f;
	border-radius: 4px;
}

.t-description {
	text-align: center;
	font-weight: 700;
	margin-bottom: 80px;
}
.w100 {
	width: 100%;
}
.center {
	text-align: center;
}
sub {
	vertical-align: sub;
	font-size: xx-small;
	margin-right: 2px;
}
sup {
	vertical-align: super;
	font-size: xx-small;
	margin-right: 2px;
}
p.table-title {
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 5px;
	font-size: 15px;
}
p.table-title2,
h4.table-title2{
	color: #7b9437;
}

p.table-title3 {
	font-size: 16px;
}
@media only screen and (max-width:767px) {
	#content .link-list {
	}
	#content .link-list:nth-of-type(1) {
		margin-top: -30px;
	}
	#content .link-list .item {
		width: 100%;
		margin-top: 30px;
	}
	#content .link-list .item__title {
		font-size: 14px;
	}
	#content .link-list .item__title a {
		padding: 0.15em 1em;
	}

	.table-wrap {
		overflow-x: scroll;
	}
}

