@charset "UTF-8";

body {
	background:#f2f2f2;
}

h1.title {
	margin-bottom:0;
}

.grid {
	position:relative;
}
.grid select {
	position:absolute;
	top:55px;
	left:40px;
}

.links {
	text-align:center;
	margin-top:50px;
}
.links li {
	display:inline-block;
	margin:12px;
}
@media only screen and (max-width:767px) {
	.grid select {
		position:static;
		display:block;
		top:0;
		left:0;
		margin:0 0 20px 0;
	}
	
	.links {
		margin:10px auto 0 auto;
		max-width:500px;
	}
	.links li {
		width:45%;
		margin:7px 2%;
	}
	.links li:nth-child {
	}
}


/**
 * .single
 */
.single h1 {
	margin-bottom:20px;
	text-align:center;
	font-family:"A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:24px;
	color:#76952f;
}
.single h3 {
	margin-bottom:5px;
	font-size:20px;
	font-weight:bold;
}

h4 {
	font-weight:bold;
}
.main_img {
	position:relative;
	margin-bottom:20px;
}
.main_img time {
	position:absolute;
	display:inline-block;
	bottom:0;
	left:0;
	padding:5px 20px;
	background-color:rgba(118,149,47,0.70);
	font-family:'Arial W01 Narrow Bold', "arial narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0.15em;
	color:#fff;
}
.img_l, .img_c, .img_r{
	margin:30px 0;
}
.img_l .img {
	float:left;
	width:368px;
}
.img_l .txt {
	float:right;
	width:368px;
}

.img_r .img {
	float:right;
	width:368px;
}
.img_r .txt {
	float:left;
	width:368px;
}

.img_c .txt,.img_c .img {
	margin-top:15px;
}


.single .sns {
	margin-top:10px;
}
.single .sns > div {
	display:inline-block;
	height:20px !important;
	vertical-align:top;
	margin-right:7px;
}
/* .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;
}
.btn-cp {
	border: 3px;
	display: block;
	display: inline-block;
	background-color: #fff;
	border-radius: 22px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 900;
	line-height: 2.5;
	transition-duration: 0.2s;
	transition-property: background-color;
	transition-timing-function: ease;
	text-align: center;
	padding: 0 13px;
	color: #76952f;
	border-color: #76952f;
	border-style: solid;
}
.btn-cp:hover {
	opacity:.7;
}
.sns .fb-like {
	 margin-top: 0px;
	vertical-align: top;
}

.img-caption {
	text-align: center;
	margin-top: 10px;
}

@media only screen and (max-width:767px) {
	.single h1 {
		margin-bottom:15px;
		font-size:18px;
	}
	.single h3 {
		font-size:16px;
	}
	.main_img {
		margin-bottom:15px;
	}
	.img_l .img, .img_l .txt {
		float:none;
		width:100%;
	}
	.img_l .txt {
		margin-top: 20px;
	}
	.img_l,img_r .img {
		margin-bottom:15px;
	}
	.img_l .img img {
		width:100%;
		height:auto;
	}

	.img_r .img, .img_r .txt {
		float:none;
		width:100%;
	}
	.img_r .txt {
		margin-top: 20px;
	}
	.img_r,img_r .img {
		margin-bottom:15px;
	}
	.img_r .img img {
		width:100%;
		height:auto;
	}
}