@charset "utf-8";

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

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

/* 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;
}

/*constructionLinkBox*/
.constructionLinkBox {
	margin: 2.0em -10px 0;
	padding: 7% 10px 9%;
	background: #fff url(/hc/technology/construction/img/sp_construction_bg02.jpg) no-repeat left center;
	background-size: 100% auto;
}
.constructionLinkBox .constructionLinkTitle,
.constructionLinkBox .constructionLinkText {
	color: #fff;
	text-align: center;
}
.constructionLinkBox .constructionLinkTitle span,
.constructionLinkBox .constructionLinkText {
	text-shadow: #505a92 0px 1px 4px;
}
.constructionLinkBox .constructionLinkTitle {
	margin-top: 0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.constructionLinkBox .constructionLinkText {
	font-size: 1.3rem;
}
.constructionLinkBox .constructionLinkContent {
	margin: 1.2em auto 0;
}
.constructionLinkBox .constructionLinkContent .constructionLinkBtn.column2 > p {
	float: left;
	width: 48.5%;
	margin-right: 3%;
}
.constructionLinkBox .constructionLinkContent .constructionLinkBtn.column2 > p:nth-child(-n+2) {
	margin-top: 0;
}
.constructionLinkBox .constructionLinkContent .constructionLinkBtn.column2 > p:nth-child(2n) {
	margin-right: 0;
}
.constructionLinkBox .constructionLinkContent .constructionLinkBtn.column2 .btnStyle01 a{
	padding:12px 17px 12px 17px;
	border:1px solid #fff;
	background:rgba(0,0,0,0.3) url(/hc/technology/construction/img/construction_ic01.png) no-repeat right bottom;
	background-size:10px 10px;
	text-align:center;
	color:#fff;
}

/*=================================

	clearfix

=================================*/
.constructionLinkBox .constructionLinkContent .constructionLinkBtn.column2:after{
	content: "";
	display: block;
	clear: both;
}

}


