@media all and (min-width: 641px) {
	
	body#cooperation #content{
		background:url(../images/cooperation/content-bg.jpg) no-repeat center center / cover;
		font-feature-settings : "palt";
	}
	body#cooperation .position-box{
		width:488px;
		height:323px;
		padding:100px 0 0 0;
	}
	body#cooperation .left-box{
		float:left;
	}
	body#cooperation .right-box{
		float:right;
	}
	body#cooperation .position-box .text{
		margin:0 auto;
	}
	body#cooperation .position-box .title-dbl{
		font-size:25px;
	}
	body#cooperation .position-box .title-bls{
		font-size:17px;
		letter-spacing:2.5px;
	}
	
	body#cooperation .school{
		width:488px;
		height:333px;
		padding-top:90px;
		background:url(../images/cooperation/school-bg.png) no-repeat center center;
	}
	body#cooperation .physician{
		margin-top:-170px;
		width:537px;
		height:358px;
		padding-top:65px;
		background:url(../images/cooperation/physician-bg.png) no-repeat center center;
	}
	body#cooperation .housevisit{
		margin-top:-140px;
		width:537px;
		height:373px;
		padding-top:50px;
		background:url(../images/cooperation/housevisit-bg.png) no-repeat center center;
	}
	
	body#cooperation .school .text{
		width:350px;
	}
	body#cooperation .physician .text{
		width:365px;
	}
	body#cooperation .housevisit .text{
		width:320px;
	}
	
	body#cooperation .title-box{
		margin-top:40px;
		width:460px;
	}
	body#cooperation .title-box .titles{
		font-size:29px;
		line-height:1.62;
		letter-spacing:3px;
	}
		
}

@media only screen and (max-width: 640px) {
	
	body#cooperation #content{
		background:url(../images/cooperation/content-bg.jpg) no-repeat center center / cover;
		font-feature-settings : "palt";
	}
	
	body#cooperation .title-box{
		margin-bottom:15px;
	}
	body#cooperation .position-box{
		margin-bottom:30px;
		padding:10px 15px 5px 15px;
		background-color:#FFF;
		border:6px solid #fde6b3;
	}
	body#cooperation .position-box .title-bls{
		letter-spacing:0.5px;
	}
	
}