@charset "UTF-8";
.cooperation{
	background-color: #E1EDFF;
}
#catch {
	position: absolute;
	width: 100%;
	height: 600px;
	margin-top: 70px;
	background-image: url("../image/cooperation-back.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
}
#cooperationContainer{
 	width: 100%;
	background-color: #ebebf5;
}
.contents{
	margin: 0 auto;
	width: 1024px;
	padding: 100px 0;
}
.contentsBox h4{
	margin: 20px 0 60px 0;
}
#cooperation-250{
	width: 100%;
}
.logo{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
.logo img{
	width: 20%;
	height: 100%;
	padding: 2%;
}
.box{
	color: #fff;
    padding:20px 40px;
    background: #0050c8;
	margin: 0 0px 50px 0;
}
.flexBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
#categoryLeft{
	width: 40%;
	margin: 0 5% 0 0;
}
.fukidashi {
	width: 80%;
	margin-bottom: 25px ; 
	position: relative;
    padding: 10%;
    background: #fff;
	border-radius: 10px; 
}
.fukidashi:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    border: 10px solid transparent;
    border-left: 20px solid #fff;
    width: 0;
    height: 0;
}
#categoryRight{
	width: 50%;
}
#categoryRight img{
	width: 100%;
}
#cooperation-text1{
	margin-top: 50px;
	font-size:2em;
	font-weight: 500;
	color: #ff3214;
	margin-bottom: 50px;
	width: 100%;
	padding: 20px 0;
	border: solid #ff3214 1px;
	border-radius: 10px;
	text-align: center;
}
#melitLeft{
	width: 23%;
	margin: 0 5% 0 0;
}
#melitLeft img{
	width: 100%;
}
#melitRight{
	width: 72%;
}
#melitRight p{
	display: none;
}
.blockLineBlue{
	padding: 20px 0;
	border-bottom: solid 1px #333;
}
.blockLineBlue h3{
	font-size: 2em;
	color: #0050c8;
}
.blockLineRed{
	padding: 20px 0;
	border-bottom: solid 1px #333;
}
.blockLineRed h3{
	font-size: 2em;
	color: #ff3214;
}
#systemBlock img{
	width: 100%;
}
#systemBlock p{
	padding: 5px 0 0 0;
	text-align: right;
}
@media screen and (max-width: 1024px) {
	.contents{
		width: 90vw;
		padding: 50px 0;
	}
	#cooperation-text1{
		font-size:1.7em;
	}
}
@media screen and (max-width: 768px) {
	.flexBox{
		display: block;
	}
	#categoryLeft{
		width: 100%;
		margin: 0 5% 0 0;
	}
	.fukidashi {
		width: 90%;
		margin-bottom: 25px ; 
		position: relative;
		padding: 5%;
		background: #fff;
		border-radius: 10px; 
	}
	.fukidashi:after {
		position: absolute;
		content: '';
		left: 50%;
		top: 100%;
		border: 10px solid transparent;
		border-top: 20px solid #fff;
		width: 0;
		height: 0;
	}
	#categoryRight{
		width: 100%;
	}
	#melitRight{
		width: 100%;
	}
	#melitLeft{
		display: none;
		margin: 0 0 0 0;
	}
	#melitRight p{
		display: block;
	}
	#melitRight1{
		font-size: 1.7em;
		width: 90%;
		padding: 2% 5%;
		border: solid 1px #0050c8;
		color: #0050c8;
	}	
	#melitRight2{
		font-size: 1.7em;
		width: 90%;
		padding: 2% 5%;
		border: solid 1px #ff3214;
		color: #ff3214;
		margin:40px 0 0 0;
	}
	.blockLineBlue h3{
		font-size: 1.5em;
	}
	.blockLineRed h3{
		font-size: 1.5em;
	}
	
}