@charset "UTF-8";

.btn.inner a::after {
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 20px;
	right: inherit;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
}
.col_02 a[target="_blank"] > span:not([class])::after {
	background: url("/common/img/ico_pdf.svg") no-repeat right;
	background-size: 18px;
	content: "";
	display: inline-block;
	width: 23px;
	height: 16px;
	margin-left: 3px;
	vertical-align: text-top;
}
[id*="h2"] {
	margin-top: -25px;
	padding-top: 70px;
}
.col_02 {
	flex-wrap: wrap;
	max-height: 150px;
	overflow: hidden;
	transition: .5s;
}
.col_02.more_on {
	max-height: 1000px;
}
.col_02 .col:nth-of-type(n+3) {
	margin-top: 20px;
}
.col_02 a {
	background: #F5FCE1;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
	display: block;
	padding: 15px;
	position: relative;
}
.col_02 a::after {
	border-left: 1px solid #68AB33;
	border-bottom: 1px solid #68AB33;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	top: 40%;
	right: 20px;
	transform: rotate(-135deg) translateY(-50%);
	width: 6px;
}
.col_02 a span:last-of-type {
	float: right;
	margin-right: 30px;
}
.none_ico_pdf{
	background: none;
}

.btn_link_type > a {
	position: relative;
}
.inner .btn_link_type > a::before {
	top: 25px;
	right: 23px;
	transform: rotate(90deg);
}
.inner .btn_link_type > a::after {
	border: none;
	top: 27px;
	right: 23px;
	transform: none;
}
.inner .btn_link_type > a::before,
.inner .btn_link_type > a::after {
	content: "";
	background: #fff;
	width: 15px;
	height: 2px;
	position: absolute;
	transition: .2s;
}
.inner .btn_link_type > a::before {
	top: 27px;
	right: 23px;
	transform: rotate(90deg);
}
.inner .btn_link_type.open a::before {
	opacity: 0;
}

@media screen and (max-width: 767px) {

	.col_02 {
		max-height: 300px;
	}
	.col {
    margin-bottom: 20px;
	}
}