@charset "utf-8";

@media only screen and (max-width: 767px) {

/* title */
.titleHead {
	background-color: #d7f0fa;
}
.cornerHead {
	margin-bottom: 20px;
	background: url(/hc/english/technology/bim/img/sp_index_bg01.png) no-repeat center top #fff;
	background-size: cover;
}
.cornerHead .cornerHeadIn {
	padding: 24px 10px 22px;
}
.cornerHead .cornerTiBox {
	color: #ffffff;
}
.cornerHead .cornerTiL {
	letter-spacing: 0.5em;
}
.cornerHead .cornerLead {
	font-size: 1.0rem;
	text-align: center;
}

/* contents */
#contents .contentsWrap {
	width: 100%;
	padding: 0 10px;
}
/*title*/
.title02 {
	padding: 8px 10px 8px;
	background: #edf7ff;
	border-bottom: 1px solid #000;
}

p {
	line-height: 1.7;
}
p.textParagraph {
	margin-top: 1.0em;
}

.textLink + .textLink {
	margin-top: .5em;
}

/*featureBox*/
.floatBox.colStyle3.featureBox .floatL {
	width: 100%;
	margin-top: 15px;
	margin-right: 36px;
	padding: 0 25px 20px;
	background: #edf7ff;
}
.featureBox .floatL .featureLead {
	margin-top: 0;
	padding-top: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #d3e8f9;
}
.featureBox .floatL .featureLead {
	font-size: 1.8rem;
}
.featureBox .floatL .featureDetail {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 5px;
}

/*link Layout*/
.title04 {
	padding-left: 0;
	margin-bottom: 0px;
}
.title05 {
	margin-bottom: 0px;
}
.textLinkLength,
.textLinkLength > p {
	font-size: 1.4rem;
	margin-top: 0;
}
/*=================================

	clearfix

=================================*/
.technologyBox .borderBoxText .columnBox.column2:after{
	content: "";
	display: block;
	clear: both;
}

}


