@charset "utf-8";

#utilityarea {
	display: none;
}


/* /cooperate/coop_other.html専用CSS */

/* other_list_wrapper */
.other_list_wrapper {}

/* other_list */
.other_list {
	margin-top: 20px;
}

@media print, screen and (min-width: 640px) {
	.other_list li {
		min-height: 160px;
	}
}

.other_list a {
	display:block;
	text-decoration: none;
}
.other_list_item {
	display: flex;
	justify-content: space-between;
}
.other_list_item .other_list_item_img {
	width: 30%;
}
	.other_list_item .other_list_item_img img {
		width: 100%;
		height: auto;
	}
.other_list_item .other_list_item_txt {
	width: 68%;
}
	.other_list_item .other_list_item_txt h3 {
		position: relative;
		border-bottom: 2px solid #0872be;
		padding-right: 20px;
		padding-bottom: 4px;
		color: #0872be;
	}
	.other_list_item .other_list_item_txt h3:after {
		display: inline-block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: 0;
	  transform: translateY(-50%);
	  background: url("/cooperate/company/assets/img/icon-circle-arrow-right01-blue01.png") 0 0 no-repeat;
	  background-size: contain;
	  width: 22px;
	  height: 22px;
	}
.other_list_item .other_list_item_txt p {
	color: #333 !important;
}

/* other_dona_area */
.other_dona_area {
	border-radius: 4px;
	background-color: #027ae9;
	padding: 20px;
	text-align: center;
}
.other_dona_area p {
	color: #fff;
}
