@charset "UTF-8";

ul.corp_list li {
	border-bottom: solid 1px #8c8c8c;
	margin-bottom: 15px
}

ul.corp_list li a {
	display: block;
	line-height: 1.3em;
	background-image: url("../img/arrow_gr.png");
	background-position: right 5px top 50%;
	background-repeat: no-repeat;
	background-size: 10px;
	padding-bottom: 5px
}



.corp_link .box_l {
	margin-bottom: 0
}

.corp_link .box_r {
	margin-bottom: 0
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
	.corp_link .box_l {
		margin-bottom: 0
	}

	ul.corp_list li a {
		font-size: 3vw;
    padding-right: 1.8em;
	}

	.pd30 {
		padding: 30px !important
	}
}



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