@charset "utf-8";

.cont h1 {
	background-image: url(../images/title.png);
}

/*============================
container
============================*/
.cont .container {
	width: 100%;
	background: #fff;
	text-align: left;
}

/*============================
primary
============================*/
.primary {
	width: 980px;
	margin: auto;
	background: #fff;
	padding: 0;
	padding-bottom: 80px;
}

#business h2 {
	background:
		url(../images/business/title.jpg) center center no-repeat,
		url(../../images/common/contents/title_line.png) left center repeat-x;
}

#business > p {
	text-align: center;
	margin-bottom: 30px;
}

#business > ul {
	overflow: hidden;
}

#business > ul li {
	width: 480px;
	float: left;
}

#business > ul li:first-of-type {
	margin-right: 20px;
}

#business > ul li .photo {
	width: 100%;
	height: 330px;
	padding: 20px;
}

#business > ul li .photo p {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 54px;
	background: url(../images/business/taika.png) center center no-repeat #34b5e2;
}

#business > ul li:last-of-type .photo p {
	background: url(../images/business/tainetsu.png) center center no-repeat #34b5e2;
}

#business > ul li .photo {
	background: url(../images/business/taika_bg.jpg) center center no-repeat;
	background-size: cover;
}

#business > ul li:last-of-type .photo {
	background: url(../images/business/tainetsu_bg.jpg) center center no-repeat;
	background-size: cover;
}

#business > ul li .text {
	background-color: #f6f6f6;
	padding: 30px 20px 20px 20px;
}

#business > ul li .text p {
	margin-bottom: 15px;
}

#business > ul li a {
	display: block;
	width: 100%;
	line-height: 60px;
	border: 1px solid #34b5e2;
	background: url(../images/business/arrow.png) center right no-repeat #fff;
	background-position-x: 400px;
	background-size: 18px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

/*============================
secondary
============================*/
.secondary {
	background: #d5e7ed;
	padding: 40px 0;
}

.secondary ul {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

.secondary ul li {
	width: 324px;
	height: 242px;
	float: left;
	background: url(../images/secondary/shinchiku.jpg) center center no-repeat;
	background-size: cover;
	margin-right: 4px;
	margin-bottom: 4px;
}

.secondary ul li:nth-of-type(3n) {
	margin-right: 0;
}

.secondary ul li:last-of-type, .secondary ul li:nth-last-of-type(2), .secondary ul li:nth-last-of-type(3) {
	margin-bottom: 0;
}

.secondary ul li:nth-of-type(2) {
	background: url(../images/secondary/gaiheki.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(3) {
	background: url(../images/secondary/sougou.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(4) {
	background: url(../images/secondary/tenpo.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(5) {
	background: url(../images/secondary/sekkei.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(6) {
	background: url(../images/secondary/desighn.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(7) {
	background: url(../images/secondary/sekou.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(8) {
	background: url(../images/secondary/gaikou.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:last-of-type {
	background: url(../images/secondary/doboku.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li p {
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	background: url(../images/secondary/shinchiku.png) center center no-repeat;
	margin-top: 110px;
}

.secondary ul li:nth-of-type(2) p {
	background: url(../images/secondary/gaiheki.png) center center no-repeat;
}

.secondary ul li:nth-of-type(3) p {
	background: url(../images/secondary/sougou.png) center center no-repeat;
}

.secondary ul li:nth-of-type(4) p {
	background: url(../images/secondary/tenpo.png) center center no-repeat;
}

.secondary ul li:nth-of-type(5) p {
	background: url(../images/secondary/sekkei.png) center center no-repeat;
}

.secondary ul li:nth-of-type(6) p {
	background: url(../images/secondary/design.png) center center no-repeat;
}

.secondary ul li:nth-of-type(7) p {
	background: url(../images/secondary/sekou.png) center center no-repeat;
}

.secondary ul li:nth-of-type(8) p {
	background: url(../images/secondary/gaikou.png) center center no-repeat;
}

.secondary ul li:last-of-type p {
	background: url(../images/secondary/doboku.png) center center no-repeat;
}

@media only screen and (max-width: 768px) {
	
.cont h1 {
	background: url(../images/title_sp.png) center center no-repeat;
	background-size: 35.73333333333%;
}

/*============================
primary
============================*/
.primary {
	width: 89.333333333333%;
	padding-bottom: 60px;
}
	
.cont .primary article {
	padding-bottom: 0;
}

#business h2 {
	background:
		url(../images/business/title_sp.jpg) center center no-repeat,
		url(../../images/common/contents/title_line.png) left center repeat-x;
	margin-bottom: 20px;
	background-size: 
		34.933333333333%,
		6px;
}

#business > p {
	text-align: left;
	margin-bottom: 20px;
}

#business > ul {
	overflow: hidden;
}
	
#business > p br {
	display: none;
}

#business > ul li {
	width: 100%;
	float: none;
}

#business > ul li:first-of-type {
	margin-right: 0;
	margin-bottom: 20px;
}

#business > ul li .photo {
	width: 100%;
	height: 280px;
	padding: 20px;
}

#business > ul li a {
	background: url(../images/business/arrow.png) center right no-repeat #fff;
	background-position-x: 96%;
	background-size: 18px;
}

/*============================
secondary
============================*/
.secondary {
	padding: 40px 0;
}

.secondary ul {
	width: 89.333333333%;
	margin: auto;
	overflow: hidden;
}

.secondary ul li {
	width: 100%;
	height: 160px;
	background: url(../images/secondary/shinchiku.jpg) center center no-repeat;
	margin-bottom: 10px;
}

.secondary ul li:nth-of-type(3n) {
	margin-right: 0;
	margin-bottom: 10px;
}

.secondary ul li:last-of-type, .secondary ul li:nth-last-of-type(2), .secondary ul li:nth-last-of-type(3) {
	margin-bottom: 10px;
}

.secondary ul li:nth-of-type(2) {
	background: url(../images/secondary/gaiheki.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(3) {
	background: url(../images/secondary/sougou.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(4) {
	background: url(../images/secondary/tenpo.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(5) {
	background: url(../images/secondary/sekkei.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(6) {
	background: url(../images/secondary/desighn.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(7) {
	background: url(../images/secondary/sekou.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:nth-of-type(8) {
	background: url(../images/secondary/gaikou.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li:last-of-type {
	background: url(../images/secondary/doboku.jpg) center center no-repeat;
	background-size: cover;
}

.secondary ul li p {
	padding-top: 30px;
	background: url(../images/secondary/shinchiku_sp.png) center center no-repeat;
	background-size: 15.074626885%;
	margin-top: 74px;
}

.secondary ul li:nth-of-type(2) p {
	background: url(../images/secondary/gaiheki_sp.png) center center no-repeat;
	background-size: 64.179104477%;
}

.secondary ul li:nth-of-type(3) p {
	background: url(../images/secondary/sougou_sp.png) center center no-repeat;
	background-size: 46.71641791%;
}

.secondary ul li:nth-of-type(4) p {
	background: url(../images/secondary/tenpo_sp.png) center center no-repeat;
	background-size: 15.223880597%;
}

.secondary ul li:nth-of-type(5) p {
	background: url(../images/secondary/sekkei_sp.png) center center no-repeat;
	background-size: 15.074626865%;
}

.secondary ul li:nth-of-type(6) p {
	background: url(../images/secondary/design_sp.png) center center no-repeat;
	background-size: 27.313432835%;
}

.secondary ul li:nth-of-type(7) p {
	background: url(../images/secondary/sekou_sp.png) center center no-repeat;
	background-size: 15.223880597%;
}

.secondary ul li:nth-of-type(8) p {
	background: url(../images/secondary/gaikou_sp.png) center center no-repeat;
	background-size: 29.253731343%;
}

.secondary ul li:last-of-type p {
	background: url(../images/secondary/doboku_sp.png) center center no-repeat;
	background-size: 28.656716417%;
}
	
}