@charset "utf-8";

*, *:before, *:after {
	box-sizing: border-box;
}
.green_col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-top: 20px;
}
.green_col_3 > div {
	width: 230px;
	border: 1px solid #cccccc;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.green_col_3 .last-child {
	margin-right: 0px;
}

span.right {
	float: right;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.5;
	vertical-align: bottom;
}

.ct {
	text-align: center;
}

.cr {
	text-align: right;
}

.text10 {
	font-size: 70%;

}

.text80 {
	font-size: 0.8em;

}

ul.kome { /* リスト（黒字・●） */
	padding-left: 0.9em;
}

ul.kome li {
	text-indent: -0.9em;
}

ul.kome li:BEFORE {
	content: "\25cf";
	margin-right: 0em;
}

ul.kome2 { /* リスト（黒字・※） */
	padding-left: 0.9em;
}

ul.kome2 li {
	text-indent: -0.9em;
}

ul.kome2 li:BEFORE {
	content: "\203b";
	margin-right: 0em;
}

.verticalmiddle {
	vertical-align: middle;
	line-height: 1.2;
}

@media screen and (min-width: 768px) {
.green_col_3 > div {
	align-items: center; /* 縦方向中央揃え */
	height: 80px;
	padding-top: 16px;
}

#main .green_col_3 .col_2 {
    vertical-align: middle;
    display: flex;
    align-items: center;
}
#main .green_col_3 .col_2 .documents a {
  display: block;
  padding: 0px 10px 10px 32px;
  background: url(/common/images/ico_arw04.gif) 15px 1.3em no-repeat;
}

}
@media screen and (max-width: 767px) {
 .green_col_3 > div {
 width: 100%;
 margin-top: 20px;
 margin-right: 0px;
}
}

#ir_closing a.linkPdfL {
	margin-left: 5px;
	padding-left: 21px;
	background: url(/common/images/ico_pdf01.gif) left 0.2em no-repeat;
	zoom: 1;
}

#ir_closing a.linkarw {
	margin-left: 5px;
	padding-left: 21px;
	background: url(/common/images/ico_arw04.gif) 3px 8px no-repeat;
	zoom: 1;
}