@charset "utf-8";
/* CSS Document */

.triangle {
	background: url(../img/pict_007.png) no-repeat center 341px;
}
.triangleBox {
	width: 547px;
	height: 494px;
	margin: 0 auto;
	background: url(../img/pict_002.png) no-repeat center 0;
}
.triangleBox.no01 {
	height: 550px;
	margin-bottom: 67px;
	background: url(../img/pict_002_02.png) no-repeat center 0;
}
.triangleBox.no02 {
	float: left;
}
.triangleBox.no03 {
	float: right;
}
.boxIn {
	padding: 53px 7.3% 0;
}
#rwd-content .rwd-grid-item .boxIn img {
	width: 222px;
	display: block;
	margin: 0 auto 20px;
}
.triangleBox .rwd-section-headline {
	border-bottom: none;
	margin-bottom: 10px;
}
.triangleBox .rwd-section-headline span {
	font-size: 2.9rem;
}
.triangleBox h4 {
	font-size: 1.9rem;
	font-weight: bold;
	color: #006bb2;
	margin-bottom: 5px;
}
.triangleBox p.rwd-text {
	font-size: 1.5rem;
	line-height: 1.8 !important;
}

/* タブレット用 */
@media screen and (max-width: 1150px) {
	.triangle {
		background: none;
	}
	.triangleBox.no02,
	.triangleBox.no03 {
		float: none;
	}
	.triangleBox.no01,
	.triangleBox.no02 {
		margin-bottom: 40px;
	}
}

/* SP Layout Setting Utility mergin // */
@media screen and (max-width: 767px) {
	.sp-hidden {
		display: none;
	}
	.triangle {
		background: none;
	}
	.triangleBox,
	.triangleBox.no01 {
		width: auto;
		height: auto;
		margin-bottom: 20px;
		background: none;
	}
	
	.triangleBox.no02,
	.triangleBox.no03 {
		float: none;
		margin-bottom: 0;
	}
	.boxIn {
		padding: 0;
	}
	
	.triangleBox .rwd-section-headline span {
		font-size: 1.9rem;
	}
	.triangleBox h4 {
		font-size: 1.6rem;
	}
	.triangleBox p.rwd-text {
		font-size: 1.4rem;
		line-height: 1.6 !important;
	}
}

