@charset "utf-8";
/* CSS Document */
/********************************************************************
	layout.css
*********************************************************************/
/* clearfix */
.cf {
	zoom:1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear:both;
}

/*--- リンク ---*/
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC0000;
	text-decoration:underline;
}
/*-- PDFマーク --*/
.pdf::after {
  font-family: 'FontAwesome';
  content: "\f1c1";
  margin-left: 5px;
}

/*--- ページトップ ---*/
#pagetop {
	position: fixed;
  bottom: 10px;
  right: 10px;
	z-index:10;
}
#pagetop a {
  display: block;
  color: #FFFFFF;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  background-color: #707070;
  /*border-radius: 4px;*/
}

/*--- フルードイメージ ---*/
/* 拡大縮小 */
.fluidimg {
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* 画像サイズ内で縮小 */
.fluidimg2 {
	max-width: 100%;
	height:auto;
}
.fluidimg3 {
	width: 90%;
	max-width: 90%;
}
.fluidimg4 {
	width: 70%;
	max-width: 70%;
}

html {
	width:100%;
}
body {
	width: 100%;
  /*
  font-family: 'Noto Sans JP', "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
  */
  font: 13px/1.231 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #FFF;
}
img {
  vertical-align: bottom;
}

/*======================================================
	レイアウト
========================================================*/
#wapper {
	width:100%;
	color: #373737;
	font-size: 16px;
  line-height: 1.8;
}
.sp_none {
	display:none;
}
/*-- ボタン --*/
.btnA {
  margin: 40px auto;
}
.btnA a {
  text-align: center;
  color: #FFFFFF;
  background-color: #0062A9;
  line-height: 1;
  font-size: 18px;
  padding: 15px 10px;
  display: block;
  transition: .2s linear;
  position: relative;
}
.btnA a:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  right: 10px;
}
/*--- リンク ---*/
.btnA a:link, .btnA a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btnA a:hover, .btnA a:active {
	color: #FFFFFF;
	text-decoration: none;
  background-color:#199C69;
}
/*--- タイトル ---*/
.ttlTxtBlu {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.ttlboldBlu {
  font-size: 14px;
  font-weight:bold;
  color: #333;
  margin-bottom: 10px;
}

/*-- メッセージ --*/
.msgA {
  text-align: center;
  font-size: 14px;
  margin: 25px auto;
}
.msgB {
  text-align: center;
  font-size: 14px;
  margin: 25px auto;
}

/*-- テキストメッセージ --*/
.textAreaInnr {
  max-width: 940px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 0px;
}
@media print, screen and (min-width: 768px) {
  .textAreaInnr {
    padding: 0px 90px;
  }
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #wapper {
		font-size: 17px;
  }
  .sp_none {
	  display:block;
  }
  .pc_none {
	  display:none;
  }
  .tb_none {
	  display:none;
  }
/*--- タイトル ---*/
.ttlTxtBlu {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 20px;
}
.ttlboldBlu {
  font-size: 14px;
  font-weight:bold;
  color: #000;
  margin-bottom: 10px;
}
  /*-- メッセージ --*/
  .msgA {
    font-size: 16px;
    margin: 30px auto;
  }
  .msgB {
    font-size: 25px;
    margin: 30px auto;
  }
  /*-- ボタン --*/
  .btnA {
    width: 50%;
    margin: 40px auto;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #wapper {
		font-size: 18px;
  }
  .tb_none {
	  display:block;
  }

   /*-- メッセージ --*/
 .msgA {
    font-size: 18px;
    margin: 35px auto;
  }
  .msgB {
    font-size: 30px;
    margin: 35px auto;
  }
  /*-- ボタン --*/
  .btnA {
    width: 250px;
    margin: 50px auto;
  }
}

/*====================================================
	ヘッダー
=====================================================*/
#header_prod {
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  margin:0px auto;
  transition: .5s;
  background-color: #FFF;
  z-index: 100;
}
#header_prod.hide{
    transform: translateY(-100%);
}
#header_prod #headerinnr {
  width: 100%;
  height: 50px;
  position: relative;
}
#headerinnr #logo {
  width: 120px;
  position: absolute;
  left: 10px;
  top: 0px;
  line-height: 1;
}
#headerinnr #logo2 {
  width: 130px;
  position: absolute;
  left: 155px;
  top: 16px;
  line-height: 1;
}
  #headerinnr .headComment{
	display: none;
}


#headerinnr #headContBtn {display: none;}
.pcGnavi {display: none;}
#headerinnr .telArea {display: none;}

#headerinnr #headContBtn a {
  text-align: center;
  color: #FFFFFF;
    background-color:#CC0000;
  line-height: 1;
  /* border: 1px solid #707070; */
  padding: 5px 10px;
  display: block;
  transition: .2s linear;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
}
  #headerinnr .telArea {
    display: none;
  }



/*--- リンク ---*/
#headerinnr #headContBtn a:link, #headerinnr #headContBtn a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headerinnr #headContBtn a:hover, #headerinnr #headContBtn a:active {
	color: #FFF;
	text-decoration: none;
  background-color: #222;
}
#headerinnr .tel {
	display: none;
}


@media print, screen and (max-width: 320px) {
  #headerinnr #logo {
    width: 140px;
    position: absolute;
    left: 10px;
    top: 5px;
  }
  #headerinnr #headContBtn a {
    font-size: 4px;
    padding: 15px 6px;
  }
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #header_prod #headerinnr {
    height: 80px;
  }
  #headerinnr #logo {
    position: absolute;
    left: 40px;
    top: 4px;
    width: 180px;
  }
  #headerinnr #logo2 {
    width: 180px;
    left: 250px;
    top: 20px;
  }
  #headerinnr .headComment{
  font-weight: bold;
  position: absolute;
  left: 485px;
  top: 36px;
  line-height: 1;
  font-size: 18px;
}

  #headerinnr #headContBtn {
    position: absolute;
    right: 90px;
    top: 18px;
    display: block;
  }
  #headerinnr #headContBtn a {
    font-size: 1rem;
    padding: 15px 24px 13px;
  }
}
/*****************************************************
	853px以上【tablet】
******************************************************/
@media print, screen and (min-width: 853px) {
  #headerinnr .headComment{
    left: 440px;
    top: 30px;
    display: inline-block;
  }
}

/*****************************************************
	904px以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  #header_prod #headerinnr {
    height: 100px;
  }
  #headerinnr #logo {
    width: 180px;
    top: 14px;
  }
  #headerinnr #logo2 {
    width: 200px;
    left: 250px;
    top: 30px;
}
  #headerinnr .headComment{
    left: 465px;
    top: 42px;
  }


  #headerinnr #headContBtn {
    position: absolute;
    right: 40px;
    top: 34px;
    display: block;
  }
  #headerinnr .telArea {
    display: block;
    position: absolute;
    right: 40px;
    top: 2px;
    width: 400px;
    font-size: 14px;
    text-align: right;
  }
}

/*****************************************************
	1200px以上【PC】
******************************************************/
@media print, screen and (min-width: 1200px) {
  #header_prod #headerinnr {
    max-width: 1200px;
	  height: 100px;
    margin: 0 auto;
    position: relative;
  }
  #headerinnr #logo {
    width: 180px;
    top: 12px;
  }
  #headerinnr #logo2 {
    width: 210px;
    left: 250px;
    top: 26px;
  }
  #headerinnr .headComment{
    left: 485px;
    top: 38px;
  }


  #headerinnr #headContBtn {
    position: absolute;
    right: 40px;
  	top: 34px;
  }
  #headerinnr .leftTopNavi {
	display: block;
	position: absolute;
	right: 140px;
	top: 22px;
  width: 350px;
  }
}





/*=====================================
	PCグローバルナビ
==========================================*/
#g_navi{
  background-color: #222;
  display: none;
}
#g_navi ul {
	display: flex;
	margin: 0 auto;
	padding: 0 3%;
	width: 94%;
	max-width: 1200px; 
}
#g_navi ul li {
  width: calc(100%/4);
  line-height: 1;
  border-left: 1px solid #fff;
}
#g_navi ul li:last-child {
  border-right:1px solid #fff;
}
#g_navi ul li a {
  display: block;
  padding: 12px 5% 12px ;
  width: 90%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.0rem;
  font-weight: bold;
  transition: .2s linear;
}
#g_navi ul li a:hover{
  background-color:#E7E7E7;
  color: #2c3242;
}
.firstNav{
  position: relative;
  transition: all 0.2s;
}

.secondarNav{
  list-style: none;
}
.secondarNav {
  position: absolute;
  left: -7px;
  top: 43px;
  z-index: 1;
  padding: 0 20px;
  flex-direction: column;
}
.secondarNav li a {
  transition: all 0.3s;
 display: block;
  font-size: 1rem;
  background-color: #222;
  text-align: left !important;
  padding: 10px 20px;
}
  
.childNav{
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 1;
  flex-direction: column;
  background-color: #222;
  width: 100%;
  display: none;
}
  .childNav---in{
    border-bottom: 1px solid #999;
  }
  .childNav---in a{
    text-align: left !important;
    font-size: 0.8rem !important;
  }
  .childNav---in a:hover,
  .childNav---in a:hover{
    background-color: #666;
  }
/*****************************************************
	640px以下【sp】
******************************************************/
@media print, screen and (max-width: 640px) {
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  #g_navi ul li a {font-size: 1.0rem;}
  #g_navi{display: inherit;}
}
/*****************************************************
	1300px以上【PC】
******************************************************/
@media print, screen and (min-width: 1300px) {
  #g_navi ul li a {font-size: 1.0rem;}
}
/*=======================================================
	PCグローバルナビ
=========================================================*/
.pcGnavi {
	display: none;
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  #headerinnr .ncjLogo{
    left: 240px;
    top: 13px;
    width: 300px;
  }
  
  .pcGnavi {
		list-style: none;
		display: block;
		min-height: 30px;
		line-height: 30px;
	}
	.pcGnavi .pcGnaviinnr {
		list-style: none;
		display: flex;
		justify-content: flex-end;
		max-width: 1200px;
		margin: 0 auto;
	}
	.pcGnavi .pcGnaviinnr li {
		font-size: 0.9rem;
    line-height: 1.0;
    font-weight: bold;
	}
	.pcGnavi .pcGnaviinnr li span {
		padding: 3px 20px;
		display: block;
    font-weight: bold;
    text-align: right;
	}
  .pcGnavi .pcGnaviinnr li.devite {
  	border-right: 1px solid #565656;
  }
  
  
  
	/*--- リンク ---*/
	.pcGnavi .pcGnaviinnr li a:link, .pcGnavi .pcGnaviinnr li a:visited {
		color: #595959;
    background-color: #fff;
		text-decoration: none;
	}
	.pcGnavi .pcGnaviinnr li a:hover, .pcGnavi .pcGnaviinnr li a:active {
		color: #595959;
		background-color: #eee;
		text-decoration: none;
	}
	
}
/*****************************
	ナビメニュー反転
******************************/
li.nav_bg {
  background: #E7E7E7;
}
a.text_color {
  color: #2c3242 !important;
}


/*==================================================
	SPグローバルナビ
==================================================*/
.spGnavi {
	text-align: center;
	list-style: none;
	display: none;
	
}
.spGnavi li {
	border-top: 1px solid #c1c1c1;
	font-weight: bold;
	background-color: #fff;
}
.spGnavi li a {
	padding: 10px 5px;
	display: block;
}
/*--- リンク ---*/
.spGnavi li a:link, .spGnavi li a:visited {
		color: #595959;
		text-decoration: none;
}
.spGnavi li a:hover, .spGnavi li a:active {
		color: #595959;
		background-color: #eee;
		text-decoration: none;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (max-width: 768px) {
  
}
/*****************************************************
	1200px以上【PC】
******************************************************/
@media print, screen and (min-width: 1200px) {
	.spGnavi {
		display: none;
	}
}

/*================================================
	ハンバーガーボタン
=================================================*/
/*-- ハンバーガーボタン --*/
.btnWap {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 14px;
  top: 12px;
  z-index: 10100;
}
.menu {
  width: 25px;
  height:25px;
  top: 0px;
  position:relative;
  cursor:pointer;
}
.menu1 { width:25px; height:5px; background-color:#595959; top:0px; position:absolute; } 
.menu2 { width:25px; height:5px; background-color:#595959; top:10px; position:absolute; } 
.menu3 { width:25px; height:5px; background-color:#595959; top:20px; position:absolute; }
/*アニメーション*/
.menu1,.menu2,.menu3
{ transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* Opera */
  -moz-transition: all 0.5s ease-out; /* Firefox */
  -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.5s ease-out; /* IE */ }
/*動き*/
.menuclick1
{ top:10px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }
.menuclick2
{ opacity:0;}
.menuclick3
{ top:10px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg); }

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {

 /*-- ハンバーガーボタン --*/
  .btnWap {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 40px;
    top: 30px;
  }
  .menu {
    width: 25px;
    height:25px;
    top: 0px;
    position:relative;
    cursor:pointer;
  }
  .menu1 { width:25px; height:5px; background-color:#595959; top:0px; position:absolute; } 
  .menu2 { width:25px; height:5px; background-color:#595959; top:10px; position:absolute; } 
  .menu3 { width:25px; height:5px; background-color:#595959; top:20px; position:absolute; }

  /*
  .menu1 { width:45px; height:5px; background-color:#1a2855; top:0px; position:absolute; } 
  .menu2 { width:45px; height:5px; background-color:#1a2855; top:20px; position:absolute; } 
  .menu3 { width:45px; height:5px; background-color:#1a2855; top:40px; position:absolute; }
  */
  /*アニメーション*/
  .menu1,.menu2,.menu3
  { transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; /* Opera */
    -moz-transition: all 0.5s ease-out; /* Firefox */
    -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
    -ms-transition: all 0.5s ease-out; /* IE */ }
  /*動き*/
  .menuclick1
  { top:12px;
    -o-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg); }
  .menuclick2
  { opacity:0;}
  .menuclick3
  { top:12px;
    -o-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg); }

}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  /*-- ハンバーガーボタン --*/
  .btnWap {
    display: none;
  }

}









/*=============================================
	ページパーツ
====================================================*/
.areaTitle{
  font-size:1.6rem;
  font-weight: normal;
  border-bottom: 1px solid #0e1e26;
  padding-left: 0px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.moreAttentionTitle{
  font-size:2.0rem;
  font-weight: normal;
  line-height: 1;
  color: #0e1e26;
}
.attentionTitle{
  font-size:2.0rem;
  font-weight: normal;
  line-height: 1.2;
  color: #FFF;
}
.attentionText{
  font-size:1.0rem;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 10px;
  padding: 0px 20px;
}



/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .areaTitle{
    font-size:2.0rem;
    text-align: left;
    padding-left: 12px;
  }
  .moreAttentionTitle{
    font-size:2.6rem;
  }
  .attentionTitle{
    font-size:2.2rem;
  }
.attentionText{
  font-size:1.0rem;
 }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .areaTitle{
    font-size:2.0rem;
    font-weight: normal;
    border-bottom: 1px solid #0e1e26;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .attentionTitle{
    font-size:2.6rem;
  }
.attentionText{
  font-size:1.2rem;
 }
}


/*=========================================
	コンタクトなどの共通タイトル
===========================================*/

.ttl {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

/*================================================
	コンタクト
==================================================*/
.contactArea {
	background-color: #334047;
  background-image:url("/product/3dprinter/products/makerbot/common/img/contact_bg.jpg");
  background-repeat:  no-repeat;
  background-position:center bottom;
  background-size:cover;
}
.contactArea .contactAreainnr {
  padding: 0px 10px;
}
.contactArea .contactAreainnr .conttxt {
  text-align: center;
}
.contactArea .contactAreainnr .conttxt h2 {
  color: #ffffff;
  padding: 0px 0px;
  font-size: 24px;
}
.contactArea .contactAreainnr .conttxt {
  color: #ffffff;
  text-align: center;
  padding: 60px 0px;
  font-size:1.2rem;
}
.contactArea .contactAreainnr .conttxt .tel {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: bold;
}
/*-- ボタン --*/
.contBtnArea{
  list-style: none;
  display: flex;
  flex-direction: column;
}
.contactArea .contactAreainnr .conttxt .contBtn {
  width: 90%;
  line-height: 1.1;
  margin: 10px auto;
  border: solid 1px #FFFFFF;
  border-radius: 0px;
}
.contactArea .contactAreainnr .conttxt .contBtn a {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px 10px 17px;
  display: block;
  background-color: #595959;
  border-radius: 4px;
  transition: .2s linear;
}
.contactArea .contactAreainnr .conttxt .trialBtn a {
  background-color: #5b656f;
}

/*--- リンク ---*/
.contactArea .contactAreainnr .conttxt .contBtn a:link,
.contactArea .contactAreainnr .conttxt .contBtn a:visited {
  color: #FFF;
  text-decoration: none;
}
.contactArea .contactAreainnr .conttxt .trialBtn a:hover,
.contactArea .contactAreainnr .conttxt .trialBtn a:active {
  color: #222;
  text-decoration:none;
  background-color:#f7f9fb;
}

/*-- おすすめ --*/
.recommendArea{
  background: #0ba9ce;
}
.recommendArea .recommendAreainnr {
  max-width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  padding: 40px 0px;
}
.recommendBox {
    position: relative;
    margin: 2em 20px;
    padding: 2.5em 1.2em 1em;
    border: solid 3px #fff;
}
.recommendBox .recommendBoxTitle {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 14px;
    line-height: 1;
    font-size: 16px;
    background: #c00000;
    color: #fff;
    font-weight: bold;
  white-space: nowrap;
}
.recommendBoxText{
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
}
.recommendBoxTextItem{
  width: 100%;
}
.recommendBoxTextItem p{
  margin-bottom: 20px;
  font-size: 14px;
}
/*****************************************************
	640px以上【tablet】
******************************************************/
@media print, screen and (min-width: 640px) {
  .contBtnArea{
    flex-direction: row;
  }
  .contactArea .contactAreainnr .conttxt .contBtn {
    width: 40%;
  }
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .contactArea .contactAreainnr .conttxt .contBtn {
    width: 66%;
  }
  .ttl {
    font-size: 30px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

  .contactArea {
  }
.contactArea .contactAreainnr .conttxt .contBtn {
  width: 30%;
  }
  .contactArea .contactAreainnr {
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
  }
  .ttl {
    font-size: 34px;
  }
  .contactArea .contactAreainnr .conttxt {
    padding: 60px 0px;
  }
  /*-- ボタン --*/
  .contactArea .contactAreainnr .conttxt .contBtn a {
    font-size: 22px;
    line-height: 1;
  }
  
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  /*-- おすすめ --*/
.recommendBoxText{
  flex-direction: row;
  }
  .recommendBox {
      margin: 2em 40px;
      padding: 2.5em 3em 1em;
  }
  .recommendBox .recommendBoxTitle {
    font-size: 24px;
    padding: 0 14px;
    line-height: 1;
  }
  .recommendBoxTextItem{
    width: 50%;
  }
  .recommendBoxTextItem p{
    font-size: 18px;
    padding-right: 20px;
  }
    
  
}

/*****************************************************
	製品説明
******************************************************/
.on_disp_color{
  background-color: #5b656f;
}
.disp_area{
  max-width: 1000px;
  margin: 0 auto;
}
.disp_area_text{
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  padding: 40px 20px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .disp_area_text{
    font-size: 1.0rem;
  }
}


/*********************************************
*****
***** セカンドページのレイアウト
*****
********************************************/

/*==========================================================================
	ページタイトル
============================================================================*/
.pageTitle {
	padding-top: 50px;
	background-color: #00030a;
}
.pageTitle .pageTitleinnr {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 10px;
}
.pageTitle .pageTitleinnr h2 {
	color: #FFF;
	text-shadow: 1px 2px 3px #000;
	text-align: center;
	font-size: 22px;
}
/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.pageTitle {
		padding-top: 80px;
	}
	.pageTitle .pageTitleinnr {
		/*background-size: cover;
  		background-image:url("/product/3dprinter/products/makerbot/common/img/title_bgCv.jpg");
  		background-position: center right;*/
		width: 100%;
		padding: 20px 10px;
	}
	.pageTitle .pageTitleinnr h2 {
		text-align: left;
		font-size: 28px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.pageTitle {
		padding-top: 110px;
	}
	.pageTitle .pageTitleinnr {
		max-width: 1200px;
		margin: 0 auto;
		padding: 25px 20px;
	}
	.pageTitle .pageTitleinnr h2 {
		text-align: left;
		font-size: 36px;
	}
}
/*==========================================================================
	パンクズリスト
============================================================================*/
#pankuzuWap {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
#pankuzu {
		display: block;
		padding: 5px 10px;
		box-sizing: border-box;
		margin: 0px auto;
		font-size: 12px;
	}
	#pankuzu li {
		display:inline;
	}
	#pankuzu li.next {
		padding-right: 23px;
		background-image: url(/product/3dprinter/products/makerbot/common/img/pan_next.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	#pankuzu {
		display: block;
		padding: 5px 10px;
		box-sizing: border-box;
		max-width: 1200px;
		font-size: 13px;
	}
	#pankuzu li {
		display:inline;
	}
	#pankuzu li.next {
		padding-right: 23px;
		background-image: url(/product/3dprinter/products/makerbot/common/img/pan_next.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
}
/*==============================================
	カテゴリーメニュー
===============================================*/
.catMenuArea {
	background-color: #FFF;
}
.catMenuArea .catMenuAreainnr {
	box-sizing: border-box;
	padding: 15px 10px;
}
.catMenuArea .catMenuAreainnr .funcMenu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	/*background-color: #E5E5E5;*/
}
.catMenuArea .catMenuAreainnr .funcMenu li {
	box-sizing: border-box;
	width: 100%;
	background-color: #1a2855;
	border-bottom: solid #FFF 1px;
	text-align: center;
	font-size: 12px;
}
.catMenuArea .catMenuAreainnr .funcMenu li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 5px;
	transition: .2s linear;
}
/*--- リンク ---*/
.funcMenu li a:link, .funcMenu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.funcMenu li a:hover, .funcMenu li a:active {
	color: #FFFFFF;
	text-decoration: none;
  	background-color: #CCCCCC;
}
.catMenuArea .catMenuAreainnr .funcMenu li .txt {
	font-weight: bold;
}


/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
 
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.catMenuArea .catMenuAreainnr {
		box-sizing: border-box;
		padding: 20px 10px;
	}
	.catMenuArea .catMenuAreainnr .funcMenu {
		margin-bottom: 20px;
	}
	.catMenuArea .catMenuAreainnr .funcMenu li {	
		font-size: 12px;
		width: 20%;
		border-right: solid #FFF 1px;
	}
	
	
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.catMenuArea .catMenuAreainnr {
		box-sizing: border-box;
		padding: 30px 0px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.catMenuArea .catMenuAreainnr .funcMenu {
		margin-bottom: 20px;
	}
	.catMenuArea .catMenuAreainnr .funcMenu li {	
		font-size: 18px;
	}
}

/*=================================================
	コンテンツ
======================================================*/
.contents {
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents {
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents {
	}
}
/*=====================================================
	コンテンツインナー
=================================================*/
.contentsinnr {
	box-sizing: border-box;
	padding: 20px 10px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contentsinnr {
		box-sizing: border-box;
		padding: 40px 10px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contentsinnr {
		box-sizing: border-box;
		padding: 60px 0px;
		max-width: 1200px;
		margin: 0 auto;
	}
}

/*======================================================
	コンテンツタイトル
====================================================*/
.cts_title {
	position: relative;
	padding: .1em .3em .1em .5em;
	border-left: 2px solid #cc0000;
  margin-bottom: 50px;
}
.cts_title::before {
	position: absolute;
	content: '';
	left: -2px;
	bottom: 0;
	width: 2px;
	height: 50%;
	background-color: #222;
}
.cts_title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #222;
}
/*======================================================
	コンテンツテキスト
====================================================*/
.cts_text {
  font-size: 0.8rem;
  padding: 0px 20px;
  margin-bottom: 10px;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .cts_text {
    font-size: 0.8rem;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .cts_text {
    font-size: 1.0rem;
  }
}

/*===============================================
	円と文字と三角
===============================================*/
.circle {
  position: relative;/* ←文字の親要素に指定 */
  width: 200px;
  height: 200px; 
  background-color: #FFF;
  border-radius: 50%; 
  text-align: center;
}
.circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size:1.0rem;
  width: 180px;
}
  .triangle{
    border-left: 20px solid transparent;
    border-top: 30px solid #f2f2f2;
    border-right: 20px solid transparent;
    border-bottom: 0px solid transparent;
    width: 0px;
    display: block;
    margin: 0px auto 30px;
    line-height: 1;
  }
.triangleColorLogo{
  border-top: 30px solid #0ba9ce;
}

/*****************************************************
	640px以下【sp】
******************************************************/
@media print, screen and (min-width: 640px) {
  .trialFlow{
    flex-direction: row;
  }
 .trialFlow li:nth-child(even){
    padding: 0px 10px;
    line-height: 1;
  }
  .triangle {
    border-left: 30px solid transparent;
    border-top: 40px solid #f2f2f2;
    border-right: 30px solid transparent;
    border-bottom: 0px solid transparent;
    width: 0px;
  }
  .circle {
    position: relative;/* ←文字の親要素に指定 */
    width: 160px;
    height: 160px; 
    background-color: #FFF;
    border-radius: 50%; 
    text-align: center;
  }
  .circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size:1.0rem;
    width: 130px;
  }
  .triangleColorLogo{
    border-left: 30px solid #0ba9ce;
  }
}
/*****************************************************
	864px【tablet】
******************************************************/
@media print, screen and (min-width: 864px) {
  .trialFlow{
    flex-direction: row;
  }
 .trialFlow li:nth-child(even){
    padding: 0px 30px;
    line-height: 1;
  }
 .circle {
    position: relative;/* ←文字の親要素に指定 */
    width: 200px;
    height: 200px; 
    background-color: #FFF;
    border-radius: 50%; 
    text-align: center;
  }
  .circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size:1.0rem;
    width: 180px;
  }
  .triangle {
    border-left: 30px solid transparent;
    border-top: 40px solid #f2f2f2;
    border-right: 30px solid transparent;
    border-bottom: 0px solid transparent;
    width: 0px;
  }
  .triangleColorLogo{
    border-left: 50px solid #0ba9ce;
  }
}


/*****************************************************
	製品ラインアップ
******************************************************/


.contents .contentsArea {
	padding: 60px 0;
}
.contents .contentsArea .contentsAreainnr {
	padding: 0 10px;
}

.contents .portfolioArea .portfolioAreainnr .contentsBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents .portfolioArea .portfolioAreainnr .contentsBox .lineupName {
  font-size:1.0rem;
  border: 1px solid #222;
  padding: 10px;
  background-color: #FFF;
}
.contents .portfolioArea .portfolioAreainnr .contentsBox .lineupText {
  font-size:0.9rem;
  padding: 10px;
  text-align: left;
}



.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslist {
	width: 100%;
}
.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslistLeft{
  margin-right: 0px;
  margin-bottom: 60px;
}
.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslistRight{
  margin-right: 0px;
  margin-bottom: 0px;
}

.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslist ul {
	list-style: none;
}
.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslist ul li {
  text-align: center;
  line-height: 1.2;
}
	.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslist ul li {
		margin-bottom: 20px;
	}
  	.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslist ul li:last-child {
      margin-bottom: 0px;
  }
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents .contentsArea {
		padding: 60px 0;
	}
  .contents .contentsArea .contentsAreainnr h3{
    font-size: 1.3rem;
  }
  .contents .contentsArea .contentsAreainnr .contentsBullets ul li{
    font-size: 1.1rem;
  }
	.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslist {
		width: calc(50% - 40px /2);
	}
	.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslistLeft{
    margin-right: 20px;
    margin-bottom: 0px;
  }
	.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslistRight{
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .contents .portfolioArea .portfolioAreainnr .contentsBox .lineupText {
    font-size:0.69rem;
    text-align: center;
  }
}
/*****************************************************
	988px以上【PC】
******************************************************/
@media print, screen and (min-width: 988px) {
  .contents .portfolioArea .portfolioAreainnr .contentsBox .lineupText {
    font-size:0.9rem;
  }
	.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslistLeft{
    margin-right: 40px;
    margin-bottom: 0px;
  }
	.contents .portfolioArea .portfolioAreainnr .contentsBox .contentslistRight{
    margin-right: 0px;
    margin-bottom: 0px;
  }
}


/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents .contentsArea .contentsAreainnr {
		margin: 0 auto;
		max-width: 1200px;
	}
  .contents .contentsArea .contentsAreainnr h3{
    font-size: 1.4rem;
  }
  .contents .contentsArea .contentsAreainnr .contentsBullets ul li{
    font-size: 1.2rem;
  }
  .contents .portfolioArea .portfolioAreainnr .contentsBox .lineupName {
    font-size:1.1rem;
  }
  .contents .contentsArea .contentsAreainnr .contentsBullets ul li a{
    text-decoration: underline;
  }
}


/*====================================================
	フォーム用ボタン
======================================================*/

a.free_button,
a.inquiry_button{
  display: block;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 30%);
  transition: 0.2s;
  font-size: 1.2rem;
  padding: 10px 20px;
  border-radius: 0px;
  background-color: #CC0000;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  width: 90%;
  margin: 20px auto 0px;
  font-weight: bold;
}

a.free_button:hover,
a.inquiry_button:hover{
  color: #FFF;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 0%);
}
/*****************************************************
	768px【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  a.inquiry_button{
    width: 70%;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  a.inquiry_button{
    width: 570px;
  }
}

/*====================================================
	MakerBot社について
======================================================*/
.card_about{
  display: flex;
  box-sizing: border-box;
  margin-bottom: 20px;
  flex-direction: row;
}

.card_about_img{
  width: 20%;
  text-align: left;
  margin-bottom: 0px;
}
.card_about_img img{
  width: 180px;
}
.card_about_area{
  width: 80%;
}

.card_about_text{
  font-size: 1.3rem;
  margin-bottom: 20px;
  padding: 0px 20px;
  text-align: left;
}

.makerbot_info{
  list-style: none outside;
  margin: 0;
  padding: 0;
  text-align: left;
}
.makerbot_info .makerbot_item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 20px;
}
.makerbot_info .makerbot_item:first-child{
  border-top: 1px solid #f2f2f2;
}
.makerbot_info .makerbot_item .makerbot_data{
  margin: 0;
  min-width: 120px;
  font-size: 1.0rem;
  color: #222;
  padding: 0 20px 0 0;
}
.makerbot_info .makerbot_item .makerbot_text{
  margin: 0;
  width: 100%;
}
.makerbot_info .makerbot_item a:hover .makerbot_text{
  color: #00F;
}

/*****************************************************
	768px
******************************************************/
@media screen and (max-width: 767px){
  .card_about{
    flex-direction: column;
  }
  
.card_about_img{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .card_about_img img{
    width: 100px;
  }
  .card_about_area{
    width: 100%;
  }
  .card_about_text{
    font-size: 1.1rem;
  }
  .makerbot_info .makerbot_item{
    flex-wrap: wrap;
  }
  .makerbot_info .makerbot_item .makerbot_data{
    min-width: 100px;
    font-size: 0.9rem;
  }
  .makerbot_info .makerbot_item .makerbot_text{
    margin-top: 0px;
  }
}

/*====================================================
	お問い合わせ連絡エリア
======================================================*/
.inquiry_contact_area{
  list-style: none outside;
  width: 50%;
  margin: 0 auto 60px;
  padding: 0;
}
.inquiry_contact_area .inquiry_contact_item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  padding: 20px 20px;
}
.inquiry_contact_area .inquiry_contact_item:first-child{
}
.inquiry_contact_area .inquiry_contact_item .inquiry_contact_data{
  margin: 0;
  font-size: 1.4rem;
  padding: 0 20px 0 0;
  width: 300px;
  text-align: left;
  align-self: center;
}
.inquiry_contact_area .inquiry_contact_item .inquiry_contact_text{
  margin: 0;
  text-align: left;
  flex-grow: 2;
}
.inquiry_contact_area .inquiry_contact_item .inquiry_contact_text span{
  font-size:1.6rem;
  font-weight: bold;
}

.inquiry_contact_area .inquiry_contact_item a:hover .inquiry_contact_text{
  color: #00F;
}

@media screen and (max-width: 1200px){
  .inquiry_contact_area{
    width: 60%;
  }
}
@media screen and (max-width: 1024px){
  .inquiry_contact_area{
    width: 80%;
  }
  .inquiry_contact_area .inquiry_contact_item .inquiry_contact_data{
    text-align: left;
  }
  .inquiry_contact_area .inquiry_contact_item .inquiry_contact_text{
    text-align: left;
  }
}
@media screen and (max-width: 900px){
  .inquiry_contact_area{
    width: 100%;
  }
  .inquiry_contact_area .inquiry_contact_item{
    flex-wrap: wrap;
  }
  .inquiry_contact_area .inquiry_contact_item .inquiry_contact_data{
    width: 100%;
    text-align: center;
  }
  .inquiry_contact_area .inquiry_contact_item .inquiry_contact_text{
    width: 100%;
    text-align: center;
  }
}



/*-- ボタン --*/
a.inquiry_contact_button{
  display: block;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 30%);
  transition: 0.2s;
  font-size: 1.2rem;
  padding: 10px 20px;
  margin: 10px 0px 0px;
  border-radius: 0px;
  background-color: #CC0000;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-weight: bold;
  border: 1px solid #FFF;
}

a.inquiry_contact_button:hover{
  color: #FFF;
  background-color: #222;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 0%);
}
/*****************************************************
	768px【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  a.inquiry_contact_button{
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 900px) {
  a.inquiry_contact_button{
    width: 100%;
    margin-top: 0px;
  }
}

/*****************************************************
	MOVIE
******************************************************/
 .video_disp {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}



/*================================================
	フッダー：別パターン（未使用）
================================================*/
#footer {
  padding: 0px;
  background-color: #00053D;
}
#footer .logo {
	padding: 20px 10px;
	text-align: center;
	background-color: #FFF;
}
#footer .footerinnr {
  color: #565656;
  text-align: center;
  font-size: 12px;
  padding: 20px 0px;
}
#footer .footerinnr .footerNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
#footer .footerinnr .footerNav li {
	width: 50%;
}
#footer .footerinnr .footerNav li:last-child {
	width: 100%;
}
#footer .footerinnr .footerNav li a {
	display: block;
	padding: 10px 0px;
}
/*--- リンク ---*/
#footer .footerinnr .footerNav li a:link, #footer .footerinnr .footerNav li a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer .footerinnr .footerNav li a:hover, #footer .footerinnr .footerNav li a:active {
	color: #FFF;
	text-decoration: underline;
}


#footer .footerinnr .copy {
	text-align: center;
  color: #FFF;
}
/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
 
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	#footer .logo {
		padding: 40px 10px;
	}
	#footer .footerinnr .footerNav {
		justify-content: center;
	}
  	#footer .footerinnr .footerNav li {
		width: auto;
		
	}
	#footer .footerinnr .footerNav li:last-child {
		width: auto;
	}
	#footer .footerinnr .footerNav li a {
		display: block;
		padding: 10px 15px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  	#footer .footerinnr {
		max-width: 1200px;
		margin: 0 auto;
	}
}


/*****************************************************
	お問い合わせ
******************************************************/
.footer_contact{
	padding: 35px;
	background-color: #f7f9fb;
}
.footer_contact .contwap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer_contact p{
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 26px;
	margin-bottom: 15px;
}
.footer_contact ul{
	max-width: 580px;
	margin: 0 auto;
	display: block;
  list-style: none;
}
.footer_contact ul li{
	padding: 10px 0px;
	font-weight: bold;
	text-align: center;
}
.footer_contact_text{
	width: 280px;
	padding-left: 80px;
	box-sizing: border-box;
    font-size: 20px;
	position: relative;
	background-image:url("/product/3dprinter/products/makerbot/common/img/icon_phone.png");
	background-size: 28px;
	background-position: left center;
	background-repeat: no-repeat;
}
.footer_contact_text2{
	width: 280px;
	padding-left: 80px;
	box-sizing: border-box;
    font-size: 20px;
	position: relative;
	background-image: url("/product/3dprinter/products/makerbot/common/img/icon_mail.png");
	background-size: 28px;
	background-position: left center;
	background-repeat: no-repeat;
}
.footer_contact_tel,
.footer_contact_btn{
	width: 250px;
}
.footer_contact_tel{
    font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
.footer_contact_btn{
	width: 250px;
	height: 50px;
  line-height: 50px;
}
.footer_contact .footer_btn_link{
    max-width: 580px;
    margin: 30px auto 0;
    /*padding-left: 40px;*/
}


.footer_btn_link a {
    display: block;
    text-decoration: none;
    border:3px solid #5b656f;
    color: #fff;
    background: #5b656f;
    padding:10px 0;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
}
.footer_btn_link a:hover {
    background: #fff;
    border:3px solid #5b656f;
    color:#5b656f;
}
.footer_btn .btn a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.footer_btn_link a:hover,
.footer_btn .btn a:hover {
    transition: all 0.5s ease 0s;
}
.footer_btn .btn {
    height: 60px;
    text-align: center;
    background-color: rgb(255, 51, 51);
    line-height: 60px;
    cursor: pointer;
    border-radius: 5px;
    margin: 0px auto;
    transition: all 0.2s ease 0s;
}
.footer_btn .btn:hover {
    background-color: rgb(224, 23, 23);
    transition: all 0.2s ease 0s;
}


/*****************************************************
	640px
******************************************************/
@media all and (min-width: 0px) and (max-width: 640px) {
	.footer_contact ul li {
		/*width: 100%;*/
	}
	.footer_contact_text,
	.footer_contact_text2{
		width: 280px;
		margin: 0 auto;
    	font-size: 20px;
	}
	.footer_btn {
		width: 100%;
	}
	.footer_contact_tel{
		width: 100%;
	}
	.footer_contact_btn{
		width: 100%;
	}

}




/*================================================
	フッダ:SSI fotter.php
================================================*/
.pageTop{display: none !important;}
#footer_ate {
  background-color: #00053D;
  color: #fff;
  padding: 15px 0px;
  text-align: center;
}
#footer_ate .fBox {
  margin: 0 auto;
  max-width: 1000px;
}
#footer_ate .fBox .fNavi {
  margin-bottom: 15px;
}
#footer_ate .fBox .fNavi li {
  margin: 0 10px;
  display: inline;
  font-size: 0.8rem;
}
#footer_ate .fBox .fNavi li a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
#footer_ate .fBox .fNavi li a:hover {
	color: #FFB400;
	text-decoration: underline;
}
#footer_ate .copyright {
  padding-top: 13px;
  border-top: 1px solid #fff;
}
#footer_ate .copyright p{
  font-size: 0.8rem;
  line-height: 1;
}
/*****************************************************
	640px
******************************************************/
@media print, screen and (max-width: 640px) {
  #footer_ate {
    margin-top: 0px;
  }
  #footer_ate .fBox {
    width: auto;
  }
  #footer_ate .fBox .fNavi {
    overflow: hidden;
    zoom: 1;
  }  
  #footer_ate .fBox .fNavi li {
    float: left;
    margin: 0;
    width: 50%;
    display: block;
  }
  #footer_ate .fBox .fNavi li a {
    display: block;
    padding: 15px 5px;
    line-height: 1.7;
    font-size: 0.7rem;
  }
  #footer_ate .copyright p{
    font-size: 0.7rem;
  }
}


/*====================================================
	イメージ単体エリア
======================================================*/
.image_area{
  margin: 0 auto 20px;
  width: 100%;
}
.image_area img{width: 100%;}
/*****************************************************
	768px【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
.image_area{max-width: 640px;}
}

/*====================================================
	テキスト単体エリア
======================================================*/
.text_area{
  margin: 0 auto;
  width: 100%;
  line-height: 1.4;
  font-size: 0.8rem;
}
/*****************************************************
	768px【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
.text_area{
  max-width: 640px;
  font-size: 1.0rem;
 }
}


/*****************************************************
  ショールーム
******************************************************/
.swroom_text{
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}
.swroom_subtitle{
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.swroom_addr_area{
  display: flex;
	flex-wrap:wrap;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 0.9;
  list-style: none;
  box-sizing: border-box;
  justify-content:center;
}
.swroom_addr_area .swroom_addr_link{
	width: 90%;
	margin-bottom: 30px;
	background-color: #FFF;
	color: #1a1a1a;
	line-height: 1;
  font-size: 1.2rem;
  text-align: center;
  padding: 20px;
  position: relative;
}
.swroom_addr_area .swroom_addr_link .swroom_addr_link_image{
  text-align: center;
  margin-bottom: 20px;
}
.swroom_addr_area .swroom_addr_link .swroom_addr_link_image img{
}
.swroom_addr_area .swroom_addr_link .swroom_addr_link_title{
  font-size:1.2rem;
  text-align: left;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.swroom_addr_area .swroom_addr_link .swroom_addr_link_text{
  font-size:0.75rem;
  text-align: left;
  padding: 0px 5px;
  line-height: 1.4;
}
.swroom_addr_area .swroom_addr_link 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);
}
.swroom_addr_area .swroom_addr_link a:hover{
  opacity: 0.1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
	border: 1px solid #CCC;
}

/*	768px */
@media print, screen and (min-width: 768px) {
.swroom_text{
  font-size: 1.0rem;
  line-height: 1.4;
}
  .swroom_addr_area{
    justify-content:center;
  }
  .swroom_addr_area .swroom_addr_link{
    width: 50%;
  }
}

/*	904px */
@media print, screen and (min-width: 904px) {
  .swroom_addr_area{
    justify-content:space-between;
  }
  .swroom_addr_area .swroom_addr_link{
    width: calc(33.333333% - 200px / 3);
  }
}

/*	1024px */
@media print, screen and (min-width: 1024px) {
  .swroom_addr_area{
  }
  .swroom_addr_area .swroom_addr_link{
    margin-bottom: 0px;
  }
}



/*====================================================
	xxxxxxxxxxxxx
======================================================*/

/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (min-width: 320px) {
 
}
/*****************************************************
	768px【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {

}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

}


