@charset "utf-8";
/* CSS Document */

@media screen and (max-width:1040px){
	#buisiness {
		width: auto;
		margin: 50px 0 0;
		text-align: center;
	}
	#buisiness li {
		width: 22%;
		margin: 0 1%;
	}
	#buisiness li dl dt strong {
		font-size: 19px;
	}
	#buisiness li:last-child dl dt strong {
		letter-spacing: -1.5px;
	}
	#buisiness li dl dd {
		text-align: left;
	}
	#contents {
		width: auto;
		margin: 35px 0 0;
	}
	#release {
		width: 46%;
	}
	#release ul {
		margin-top: 15px;
	}
	#release ul li dl dt {
		width: auto;
		float: none;
		margin-bottom: 4px;
	}
	#release ul li dl dd {
		width: auto;
		float: none;
	}
	#recruit {
		width: 25%;
	}
	#recruit ul {
		padding: 0 15px 0;
	}
	#information {
		width: 25%;
	}
	#information dl {
		padding: 15px;
	}
}

@media screen and (max-width:768px){
	#buisiness li dl dt strong {
		font-size: 17px;
	}
}

@media screen and (max-width:640px){
	#mainVisual p img {
		vertical-align: top;
	}
	#buisiness li {
		width: 46%;
		margin: 0 1.5% 24px;
	}
	#contents {
		display: block;
		width: auto;
		margin: 10px 0 0;
	}
	#contents .title h2 {
		border-top: 2px solid #000;
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-radius: 0;
		padding: 10px 2%;
		text-align: center;
	}
	#buisiness {
		margin: 30px 0 0;
	}
	#release {
		width: auto;
		display: block;
	}
	#release .list {
		position: static;
		margin: 30px auto 0;
		width: 80%;
	}
	#release .list a {
		background: url(/common/images/arrow02.png) no-repeat 2% 50% #7b51b7;
		background-size: 10px 8px;
		display: block;
		padding-left: 16px;
		color: #fff;
		text-align: center;
		padding: 14px 10px;
		border-radius: 5px 0 5px 0;
		-webkit-border-radius: 5px 0 5px 0;
		-moz-border-radius: 5px 0 5px 0;
		border-bottom: 3px solid #666;
		font-size: 16px;
		font-weight: bold;
	}
	#release ul {
		padding: 0 1.5%;
	}
	#recruit {
		width: auto;
		display: block;
		margin-top: 30px;
		background: none;
	}
	#recruit ul {
		padding: 0 1.5%;
	}
	#information {
		width: auto;
		display: block;
		margin-top: 30px;
		background: none;
	}
	#information dl {
		padding: 15px 1.5%;
	}

}




