@charset "utf-8";
/* CSS Document */


/* collaboration */
/*------------------------------------*/
header .header_visual {
	background-image: url(../images/business/collaboration_main.png);
}

header .header_visual .main_ttl {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

header .header_visual .main_ttl span::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 60px;
	max-width: 900px;
	width: 100%;
	background-image: url(../images/business/regional-development-support.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/*header .header_visual .main_ttl img {
	position: absolute;
	bottom: 0;
	max-width: 520px;
	width: 100%;
}*/

header .header_btn {
	position: absolute;
	top: 230px;
	right: 100px;
}

article .content_inner {
	max-width: 930px;
	width: 100%;
	margin: 30px auto 100px;
}

.main_conts .left_title {
	width: 20%;
	float: left;
	box-sizing: border-box;
}

.main_conts .left_title img {
	margin-top: 30px;
}

.main_conts.is-fixed .left_title img {
	position: fixed;
	top: 0;
}

.main_conts .right {
	float: right;
	box-sizing: border-box;
	width: 80%;
	padding-left: 5%;
	margin-top: 30px;
}

.main_conts .right h1 {
	color: #6dba4f;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #dedede;
}

.main_conts .right h2 {
	color: #F09050;
	padding-bottom: 10px;
	margin-top:30px;
}
.main_conts .right h3 {
	color: #FFC000;
	padding-bottom: 10px;
}


.main_conts .right p {
	line-height: 2;
	margin-bottom:20px;
}

.main_conts .right ul.flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.main_conts .right ul.flex li {
	width: 33.33%;
	text-align: center;
}

.main_conts .right ul.flex li img {
	width: 100%;
	max-width: 218px;
	padding: 5px 0;
}
.main_conts .right ul.flex2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.main_conts .right ul.flex2 li {
	width: 49%;
}

.main_conts .right ul.flex2 li img {
	width: 100%;
	max-width: 336px;
	padding: 5px 0;
}

.main_conts .right ol {
	list-style-type: none;
	counter-reset: item;
}
.main_conts .right ol li{
	text-indent: -1.3em;
	padding-left: 1.3em;
	line-height:1.6em;
	margin-bottom:1.1em;
}

.main_conts .right ol li:before{
	counter-increment: item;
	content: counter(item)'.';
}


@media screen and (max-width: 768px) {
	header .header_btn {
		position: absolute;
		top: 200px;
		right: 30px;
	}

	article .content_inner {
		width: 96%;
	}

	.main_conts .left_title img {
		width: 40px;
	}

	.main_conts .left_title {
		width: 8%;
	}

	.main_conts .right {
		width: 92%;
		padding-left: 2%;
	}

	.main_conts .right h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 480px) {
	header .header_btn {
		display: none;
	}
	
	header .header_visual .main_ttl span::after{
		height: 40px;
		width: 80%;
	}

	/*header .header_visual .main_ttl img {
		width: 80%;
	}*/

	.main_conts .left_title {
		display: none;
	}

	.main_conts .right {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.main_conts .right h1 {
		font-size: 22px;
	}

	.main_conts .right ul.flex li {
		width: 100%;
	}

}

/*------------------------------------*/
