@charset "utf-8";
/* CSS Document */

/*==========================================
トップビジュアル
==========================================*/
  .topvisualWap {
    padding: 0 0 20px;
    background-image:url("/product/3dprinter/products/makerbot/common/img/topvisual_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  .topvisual,
  .topvisual_free{
    padding: 60px 0px 0px;
  }
  .topvisual_free{
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .topTitle{
    text-align: center;
    padding: 60px 0px 20px;;
  }
  .topTitle h1.topvisualText{
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .topTitle .topvisualSub{
    color: #c00000;
    font-size: 0.9rem;
    line-height: 1.4;
    padding-top: 0px;
  }

  .topvisualArea{
    /*height:500px;*/
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .topvisualArea .topvisualLeft,
  .topvisualArea .topvisualRight{
    width: 100%;
  }
  .topvisualLeft .topvisualLogo{
    width: 80%;
    margin: 0 auto;
  }
  .topvisualLeft .topvisualWorkImage {
	width: 60%;
    margin: 0 auto 10px;
  }
  .topvisualRight .topvisualImageText{
    color: #C00000;
    line-height: 1.6;
    font-size:0.8rem;
    margin-top: 40px;
	margin-bottom: 20px;
    text-align: center;
	font-weight: bold;
  }
  .topvisualRight .topvisualImage{
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  /* cvボタン */
.topvisualLeft  .cvBtnArea {
	width: 80%;
	margin: 10px auto;
}
.topvisualLeft  .cvBtnArea .cvBtn {
	 background-color:#CC0000;
	border-radius: 10px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	line-height: 1;
	border: none;
}
.topvisualLeft  .cvBtnArea  .cvBtn:hover {
	background-color: rgba(55,55,55,0.8);
}
.drop_shadow {
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.85));
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.85));
}

  
 /*****************************************************
	640px以上【tablet】
******************************************************/
@media print, screen and (min-width: 640px) {
  .topvisualLeft .topvisualLogo{
    width: 60%;
  }
  .topvisualLeft .topvisualWorkImage {
		width: 30%;
    	margin: 0 auto 20px;
  }
  .topvisualRight .topvisualImageText{
    font-size: 1.0rem;
	margin-bottom: 30px;
  }
}
  
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .topvisual,
  .topvisual_free{
    padding: 80px 0px 0px;
    /*background-image:url("/product/3dprinter/products/makerbot/img/topvisual_bg.jpg");
    background-position: bottom center;*/
  }
  .topTitle h1.topvisualText{
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .topTitle .topvisualSub{
    padding-top: 30px;
    line-height: 1.4;
    font-size: 0.85rem;
  }
  .topvisualArea{
    /*height: 350px;*/
    flex-direction: row;
  }
  .topvisualArea .topvisualLeft {
    width: 40%;
    text-align: center;
  }
  .topvisualArea .topvisualRight{
    width: 60%;
    text-align: center;
  }
  .topvisualLeft .topvisualLogo{
    width: 80%;
  }
  .topvisualRight .topvisualImageText{
    line-height: 1.6;
    font-size:0.8rem;
    margin-top: 0px;
  }
  .topvisualLeft .topvisualWorkImage {
		width: 60%;
  }
}
/*****************************************************
	904pxx以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  .topvisual,
  .topvisual_free{
	max-width: 1000px;
    padding: 118px 0px 0px;
	margin: 0 auto;
  }
  .topTitle h1.topvisualText{
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .topTitle .topvisualSub{
    padding-top: 40px;
    line-height: 1.4;
    font-size: 1.0rem;
  }
  .topvisualArea{
    /*height: 400px;*/
  }
  .topvisualLeft .topvisualLogo{
    width: 80%;
  }
  .topvisualRight .topvisualImageText{
    font-size:0.9rem;
  }
  .topvisualRight .topvisualImage{
    width: 80%;
  }
    /* cvボタン */
	.topvisualLeft  .cvBtnArea {
		width: 90%;
		margin: 20px auto;
	}
	
}
/* 1024px */
@media print, screen and (min-width: 1024px) {
  .topvisual,
  .topvisual_free{
    padding: 139px 0px 0px;
    min-height: 300px;
  }
  .topvisualRight .topvisualImageText{
    font-size:1.05rem;
  }
  .topvisualRight .topvisualImage{
    width: 80%;
  }
  .topvisualLeft .topvisualWorkImage {
		width: 50%;
    	margin: 0 auto 20px;
  }
}
  
/*****************************************************
	1200px以上【PC】
******************************************************/  
@media print, screen and (min-width: 1200px) {
  .topvisual,
  .topvisual_free{
    padding: 143px 0px 0px;
    min-height: 310px;
  }
  .topTitle h1.topvisualText{
    font-size: 2.6rem;
    line-height: 1.6;
  }s
  .topTitle .topvisualSub{
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
  




/*==========================================================================
共有項目
============================================================================*/
/* メインテキスト */
.mainText{
  font-size: 1.0rem;
  font-weight: normal;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 6px;
}
/*	768px以上  */
@media print, screen and (min-width: 768px) {
  .mainText{
    font-size: 1.1rem;
  }
}
/*	1024px以上  */
@media print, screen and (min-width: 1024px) {
  .mainText{
    font-size: 1.2rem;
  }
}

/* タイトル */
.contsttl{
  color: #1a1a1a;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
.contsttl_white{
  color: #FFFFFF;
  border-bottom:1px solid #fff;
}
.contsttl i {
	margin-right: 10px;
	color: #cc0000;
}
/* タイトル2 */
.contsttl2{
  	color: #1a1a1a;
  	line-height: 1.4;
  	font-size: 1.4rem;
  	margin-bottom: 10px;
	text-align: center;
}
.contsttl2 i {
	margin-right: 10px;
	color: #ff0000;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	/* タイトル */
	.contsttl{
		line-height: 1.4;
    	font-size: 2.1rem;
    	margin-bottom: 30px;
	}
	/* タイトル2 */
	.contsttl2{
		line-height: 1.4;
    	font-size: 2.1rem;
    	margin-bottom: 30px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}




/*==========================================================================
イントロ
============================================================================*/
.contents .introArea {
	padding: 60px 0;
}
.contents .introArea .introAreainnr {
	padding: 0 50px;
}
.contents .introArea .introAreainnr .icon {
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	color: #0096da;
}
/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
 
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .introArea {
		padding: 60px 0;
	}
	.contents .introArea .introAreainnr .icon {
		font-size: 24px;
		margin-bottom: 40px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .introArea .introAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
}


/*==========================================================================
ポートフォリオ
============================================================================*/
.contents .portfolioArea {
	padding: 60px 0;
  /*
  background-image:url("/product/3dprinter/products/makerbot/img/portfolio_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  */
}
.contents .portfolioArea .portfolioAreainnr {
	padding: 0 10px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .portfolioArea .portfolioAreainnr {
		padding: 0 60px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .portfolioArea .portfolioAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
}


/*==========================================================================
製品一覧
============================================================================*/
.contents .productArea {
	padding: 60px 0;
	background-color: #f0f0f0;
}
.contents .productArea .productAreainnr {
	padding: 0 10px;
}
.productIndex {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0px;
  justify-content: flex-start;
}
.productIndex .productIndexBox {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 20px;
	width: 100%;
  border-radius: 0px;
  margin-bottom: 20px;
}

ul.productIndex li{
  position: relative;
}
ul.productIndex li:last-child{
  margin-bottom: 0px;
}
.productIndex .productIndexBox .productIndexNo {
	margin-bottom: 15px;
	background-color: #f0f0f0;
	color: #1a1a1a;
	line-height: 1;
  font-size: 1.2rem;
  text-align: center;
  padding: 16px 10px 10px;
  border-radius: 20px;
  transition: .2s;
}
.productIndex .productIndexBox .productIndexImg{
  text-align: center;
  margin-bottom: 20px;
}
.productIndex .productIndexBox .productIndexImg img{
  width: 220px;
}
.productIndex .productIndexBox .productIndexText{
  color: #333333;
  font-size:0.9rem;
  text-align: left;
  padding: 0px 5px;
}
ul.productIndex li a {
  transition: .2s;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	border: 1px solid #222;
  box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}
ul.productIndex li a:hover{
  opacity: 0.1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
	border: 1px solid #CCC;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .productArea {
		padding: 60px 0;
	}
	.productIndex {
		margin: 0px 0;
	}
	.productIndex .productIndexBox {
	  width: calc(50% - 20px /2);
    margin-bottom: 20px;
	}
  .productIndex li{
    margin-right: 20px;
  }
  .productIndex li:nth-child(2n) {
    margin-right: 0px;
  }
  .productIndex li:nth-child(3) {
    margin-bottom: 0px;
  }
  .productIndex .productIndexBox .productIndexNo {
  }
  .productIndex .productIndexBox .productIndexImg{
    display: inherit;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  .productIndex .productIndexBox .productIndexImg img{
    width:200px;
  }
  .productIndex .productIndexBox .productIndexText{
    font-size:1.0rem;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .productArea .productAreainnr {
		margin: 0 auto;
		max-width: 1200px;
	}
	.productIndex {
    margin: 0px;
	}
	.productIndex .productIndexBox {
    width: calc(23.9% - 20px / 4);
    margin-bottom: 0px;
	}
  .productIndex li{
    margin-right: 20px;
  }
  .productIndex li:nth-child(2) {
    margin-right: 20px;
  }
  .productIndex li:last-child {
    margin-right: 0px;
  }
  .productIndex .productIndexBox .productIndexImg img{
    width:100%;;
  }
  .productIndex .productIndexBox .productIndexText{
    font-size:1.0rem;
  }
}


/* お知らせ */
.info_list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.info_list .info_item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.info_list .info_item .info_date{
  margin: 0;
  font-size: 1.0rem;
  padding: 0 30px 0 0;
  white-space: nowrap
}
.info_list .info_item .info_category{
  margin: 0;
  padding: 0 30px 0 0;
  line-height: 1.1;
}
.info_list .info_item .info_category span{
  background: #222;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.9rem;
  line-height: 1.1;
  white-space: nowrap
}
.info_list .info_item .info_title{
  margin: 0;
  width: 100%;
  font-size: 1.0rem;
  text-align: left;
}
.info_list .info_item a:hover .info_title{
  color: #CC0000;
}

@media screen and (max-width: 767px){
  .info_list .info_item {
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .info_list .info_item .info_date{
    min-width: 100px;
  }
  .info_list .info_item .info_title{
    margin-top: 10px;
  }
}

/* -----------------------------------------------------------------
	製品ラインアップ：Cards
----------------------------------------------------------------- */
.caseBox {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
  justify-content: flex-start;
}
.caseBox .csBox {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 20px;
	width: 100%;
	margin-bottom: 10px;
  /*background-image: linear-gradient(-45deg, #CC0000 10px, transparent 0);*/
  position: relative;
}
.caseBox .csBox .csTitle {
	margin-bottom: 15px;
	line-height: 1.4;
  font-size: 1.1rem;
  color: #0062a9;
}
.caseBox .csBox .csDispImg{
  text-align: center;
}
.caseBox .csBox .csDispText{
  color: #333333;
  font-size:0.8rem;
}
.caseBox .csBox a{
	border: 1px solid #222;
  transition: .2s;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
}
.caseBox .csBox .csReadMe{
  position: absolute;
  right:10px;
  bottom: 5px;
  color: #CC0000;
  font-size:0.7rem;
}
.caseBox .csBox a:hover{
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
	border: 1px solid #ccc;
}
  .csCard{
    display: flex;
    box-sizing: border-box;
  }
  .csCard .csCardImg{
    margin-right: 20px;
    width: 20%;
    display: block;
}
.csCard .csCardText{
  text-align: left;
  width: 80%;
}

/*****************************************************
	768px
******************************************************/
@media print, screen and (min-width: 768px) {
	.caseBox {
    margin: 0px;
	}
	.caseBox .csBox {
		margin-bottom: 25px;
	}
  .caseBox li{
    margin-right: 0px;
  }
  .caseBox .csBox .csTitle {
    font-size: 1.0rem;
  }
  .caseBox .csBox .csDispText{
    font-size:0.9rem;
  }
  .csCard{
    display: flex;
    box-sizing: border-box;
  }
  .csCard .csCardImg{
  }
}
/*****************************************************
	1024px
******************************************************/
@media print, screen and (min-width: 1024px) {
  .csCard .csCardImg{
  }
  .caseBox .csBox .csTitle {
    font-size: 1.1rem;
  }
  .caseBox .csBox .csDispText{
    font-size:1.0rem;
  }
}



/*****************************************************
	MakerBot ３つの特徴
******************************************************/
.featureIndex{
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.featureIndex .featureIndexBox{
  box-sizing: border-box;
  min-height: 1px;
  width: 100%
}
.featureIndex .featureIndexBox{
  margin-right: 0px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
}
.featureIndex li.featureIndexBox:last-child{
  margin-right: 0px;
  margin-bottom: 0px;
}

.featureIndex li.featureIndexBox .featureIndexImg{
  text-align: center;
  margin-bottom: 20px;
}
.featureIndex li.featureIndexBox .featureIndexImg img{
  width: 100px;
}

.featureIndex li.featureIndexBox .featureIndexNo{
  font-size: 1.4rem;
  border-bottom: 1px solid #FFF;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: left;
}
.featureIndex li.featureIndexBox .featureIndexText{
  font-size: 0.9rem;
  text-align: left;
}

/*****************************************************
	768px
******************************************************/
@media print, screen and (min-width: 768px) {
  .featureIndex{
    justify-content: space-between;
  }
  .featureIndex .featureIndexBox{
    width: calc(31.5% - 40px / 3);
  }
  .featureIndex .featureIndexBox{
    margin-right: 40px;
    margin-bottom: 0px;
  }
  .featureIndex li.featureIndexBox:last-child{
    margin-right: 0px;
  }
  .featureIndex li.featureIndexBox .featureIndexImg img{
    width: 100px;
  }
  .featureIndex li.featureIndexBox .featureIndexNo{
    font-size: 1.4rem;
  }
  .featureIndex li.featureIndexBox .featureIndexText{
    font-size: 0.92rem;
  }

}
/*****************************************************
	1024px
******************************************************/
@media print, screen and (min-width: 1024px) {
  .featureIndex li.featureIndexBox .featureIndexText{
    font-size: 1.0rem;
  }
}


/*****************************************************
	MakerBot 活用例
******************************************************/
.exerciseIndex{
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.exerciseIndex .exerciseIndexBox{
  box-sizing: border-box;
  min-height: 1px;
  width: 100%
}
.exerciseIndex .exerciseIndexBox{
  margin-right: 0px;
  padding: 0px;
  margin-bottom: 20px;
  background-color: #FFF;
}
.exerciseIndex li.exerciseIndexBox:last-child{
  margin-right: 0px;
  margin-bottom: 0px;
}

.exerciseIndex li.exerciseIndexBox .exerciseIndexImg{
  text-align: center;
  margin-bottom: 20px;
}
.exerciseIndex li.exerciseIndexBox .exerciseIndexImg img{
  width: 100%;
}

.exerciseIndex li.exerciseIndexBox .exerciseIndexNo{
  font-size: 1.4rem;
  border-bottom: 1px solid #FFF;
  line-height: 1.1;
  margin-bottom: 10px;
  padding: 0px 20px;
  text-align: left;
}
.exerciseIndex li.exerciseIndexBox .exerciseIndexText{
  font-size: 0.9rem;
  padding: 0px 20px 20px;
  text-align: left;
}

/*****************************************************
	768px
******************************************************/
@media print, screen and (min-width: 768px) {
  .exerciseIndex{
    justify-content: space-between;
  }
  .exerciseIndex .exerciseIndexBox{
    width: calc(31.5% - 40px / 3);
  }
  .exerciseIndex .exerciseIndexBox{
    margin-right: 40px;
    margin-bottom: 0px;
  }
  .exerciseIndex li.exerciseIndexBox:last-child{
    margin-right: 0px;
  }
  .exerciseIndex li.exerciseIndexBox .exerciseIndexImg img{
    width: 100%;
  }
  .exerciseIndex li.exerciseIndexBox .exerciseIndexNo{
    font-size: 1.4rem;
  }
  .exerciseIndex li.exerciseIndexBox .exerciseIndexText{
    font-size: 0.92rem;
  }

}
/*****************************************************
	1024px
******************************************************/
@media print, screen and (min-width: 1024px) {
  .exerciseIndex li.exerciseIndexBox .exerciseIndexText{
    font-size: 1.0rem;
  }
}

/*****************************************************
	説明文汎用
******************************************************/
.disp_text{
  font-size: 1.0rem;
  line-height: 1.4;
  text-align: let;
  margin-bottom: 20px;
}
/*****************************************************
	768px
******************************************************/
@media print, screen and (min-width: 768px) {
  .disp_text{
    font-size: 1.1rem;
    text-align: center;
  }
}
/*****************************************************
	1024px
******************************************************/
@media print, screen and (min-width: 1024px) {
  .disp_text{
  }
}

/*****************************************************
	画像汎用
******************************************************/
.disp_img{
  line-height: 1.0;
  text-align: center;
}
.disp_img img{
  width: 100%;
}

/*****************************************************
	768px
******************************************************/
@media print, screen and (min-width: 768px) {
  .disp_img{
  }
}
/*****************************************************
	1024px
******************************************************/
@media print, screen and (min-width: 1024px) {
  .disp_img{
  }
}