@charset "utf-8";
/* CSS Document */
.t18-middle-rgt-paras2 {
    margin-bottom: 60px;
}
.t18-middle-rgt-paras2 + .t18-middle-1st-section-title {
    margin-top: 80px;
	margin-bottom: 20px;
}

.t18-guide-upper {
    margin-top: 20px;
	margin-bottom: 30px;
}
.t18-cad-detail {
	margin-bottom: 60px;
}
.t18-introduction-area + .t18-guide-upper {
	margin-bottom: 20px;
}
.t18-icon-pdf-before {
    position: relative;
	display: block;
	padding-left: 28px;
	color: #000;
	margin: 10px 0;
}
.t18-icon-pdf-before:hover {
	opacity: 0.6;
}
.t18-icon-pdf-before::before {
	content: "";
	position: absolute;
    left: 0px;
    top: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 24px;
    margin: 0px 10px 0 0px;
    padding: 2px 0 0;
    background: url(/common/images/icon_pdf.png);
    background-size: 20px;
    background-repeat: no-repeat;
}
.t18-link {
	display: inline-block;
	margin: 10px 0;
	color: #000;
}
@media screen and (max-width: 750px) {
	.t18-middle-large-title {
		font-weight: bold;
	}
	.t18-icon-pdf-before {
		padding-left: 40px;
	}
	.t18-icon-pdf-before::before {
    	top: 4px;
		width: 30px;
		height: 40px;
		background-size: 30px;
	}
}

/*-------------------------------------------------
	商品紹介　PDF
---------------------------------------------------*/
.t18-cad-detail table td {
	width: 67%;
}
.t18-cad-detail table td.t18-cad-filesOuter-area {
	width: 33%;
}
@media screen and (max-width: 750px) {
	.t18-cad-detail table td {
		width: auto;
	}
	.t18-cad-detail table td.t18-cad-filesOuter-area {
		width: auto;
	}
}
	
	
/*-------------------------------------------------
	商品紹介　動画
---------------------------------------------------*/
.t18-introduction-area {
	font-size: 1.6rem;
	margin-bottom: 100px;
}
.t18-introduction-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.t18-introduction-list-title {
	margin: 0 0 20px;
}
.t18-icon-blank {
    text-decoration: underline;
}
@media screen and (max-width: 750px) {
	.t18-introduction-area {
		font-size: 3.4rem;
	}
	.t18-introduction-list-link {
		font-size: 3rem;
	}
	.t18-icon-blank {
		word-wrap: break-word;
	}
}