@charset "utf-8";
/********************************************************
	
	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
main{
	position: relative;
	padding-top: 100px;
	padding-bottom: 160px;
	background-color: #ffffff;

	/*font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;*/
	color: #000000;
	line-height: 1.6;
}
.c-container{
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 767px) {
	main{
		padding-top: 50px;
		padding-bottom: 0;
	}
	.c-container{
		padding-top: 40px;
		padding-bottom: 20px;
	}
}
/* ======================================================

	H1 タイトル

====================================================== */
.prod__name{
	
}
.prod__name span{
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.prod__name span{
		max-width: 210px;
	}
}

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

	タイトル部
	p-title-wrap

====================================================== */
.hero{
	position: relative;
}
.hero__text{
	position: absolute;
	top: 20px;
	left: 20px;

	font-size: 3.4rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.47;
}
@media screen and (max-width: 991px) {
	.hero__text{
		font-size: 3vw;
	}
}
@media screen and (max-width: 767px) {
	.hero__text{
		position: relative;
		margin-bottom: 20px;
		top: 0;
		left: 0;

		font-size: 2.1rem;
		color: #000000;
	}
}
/* ======================================================

	

====================================================== */
.blk-cubicon-ttl{
	padding: 5px 10px;
	background: linear-gradient(45deg, #00a1e3 3%,#99aa00 100%);

	font-size: 2.4rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
/* ======================================================

	3Dプリント出力例

====================================================== */
.slider-wrap{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.cubi-slider{
	display: flex;
	flex-wrap: wrap;
}
.cubi-slider__item{
	width: calc( 33.33% - 40px );
	margin: 20px;
}
.cubi-slider__item img{
	max-width: none;
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.slider-wrap{
		margin: 0 auto 20px;
	}
	.cubi-slider{
		display: block;
	}
	.cubi-slider__item{
		width: 100%;
		height: 300px;
		margin: 0;
		background-color: #000000;

	    display: flex !important;
	    justify-content: center !important;
	    align-items: center !important;
	}
	.cubi-slider__item img{
		width: auto !important;
	    height: auto !important;
	    max-width: 100% !important;
	    max-height: 100% !important;
	}
}
/* ======================================================

	CUBICONハウツー動画

====================================================== */
.p-block--youtube{
	position: relative;
	z-index: 1;
}
.p-block--youtube {

}
.movie-caption{
	padding-top: 0.25em;
	margin-bottom: 1em;
	font-size: 2.1rem;
}
.blk-movie__lead{
	font-size: 1.8rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.movie-caption{
		font-size: 1.6rem;
	}
	.blk-movie__lead{
		font-size: 1.6rem;
	}
}
/* ======================================================

	特徴

====================================================== */
.table-wrap{
	position: relative;
}
.table-wrap__title{
	background-color: #777777;

	text-align: center;
	color: #ffffff;
}
.table__name{
	padding: 5px 10px;
	
}
.table-wrap figure{
	position: absolute;
	max-width: 240px;
	top: 0;
	right: 10%;
	transform: translateY(-100%);
}
table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;

	font-size: 1.4rem;
}
table tr{
	border-top: 1px solid #999999;
}
table tr:last-child{
	border-bottom: 1px solid #999999;
}
table th{
	width: 10em;
	padding: 5px 10px;
	font-weight: normal;
	text-align: left;
}
table td{
	padding: 5px 10px;
	background-color: #dddddd;
}
@media screen and (max-width: 767px) {
	.table-wrap figure{
		position: relative;
		margin: 0 auto;
		top: auto;
		right: auto;
		transform: none;
	}
}
