/* CSS Document */
/* 2020-12-07 */
/* 画像変更 */

.sp_none {display:block;}
.pc_none {display:none;}
@media screen and (max-width:1020px) {
  .sp_none {display:none;}
  .pc_none {display:block;}
}
/* 画像サイズ内で縮小 */
.fluidimg {
	max-width: 100%;
	height:auto;
}
.marker-yellow {
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

.taL { text-align: left; }/* ADD210226 */
.taC { text-align: center; }/* ADD210226 */
.taR { text-align: right; }/* ADD210226 */

.mgClear { margin: 0px; }
/* top */
.mgT00 { margin-top: 0px !important; }
.mgT01 { margin-top: 1px !important; }
.mgT02 { margin-top: 2px !important; }
.mgT03 { margin-top: 3px !important; }
.mgT04 { margin-top: 4px !important; }
.mgT05 { margin-top: 5px !important; }
.mgT10 { margin-top: 10px !important; }
.mgT15 { margin-top: 15px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT25 { margin-top: 25px !important; }
.mgT30 { margin-top: 30px !important; }
.mgT35 { margin-top: 35px !important; }
.mgT40 { margin-top: 40px !important; }
/* right */
.mgR00 { margin-right: 0px !important; }
.mgR01 { margin-right: 1px !important; }
.mgR02 { margin-right: 2px !important; }
.mgR03 { margin-right: 3px !important; }
.mgR04 { margin-right: 4px !important; }
.mgR05 { margin-right: 5px !important; }
.mgR10 { margin-right: 10px !important; }
.mgR15 { margin-right: 15px !important; }
.mgR20 { margin-right: 20px !important; }
.mgR25 { margin-right: 25px !important; }
.mgR30 { margin-right: 30px !important; }
.mgR35 { margin-right: 35px !important; }
.mgR40 { margin-right: 40px !important; }
/* left */
.mgL00 { margin-left: 0px !important; }
.mgL01 { margin-left: 1px !important; }
.mgL02 { margin-left: 2px !important; }
.mgL03 { margin-left: 3px !important; }
.mgL04 { margin-left: 4px !important; }
.mgL05 { margin-left: 5px !important; }
.mgL10 { margin-left: 10px !important; }
.mgL15 { margin-left: 15px !important; }
.mgL20 { margin-left: 20px !important; }
.mgL25 { margin-left: 25px !important; }
.mgL30 { margin-left: 30px !important; }
.mgL35 { margin-left: 35px !important; }
.mgL40 { margin-left: 40px !important; }
/* bottom */
.mgB00 { margin-bottom: 0px !important; }
.mgB01 { margin-bottom: 1px !important; }
.mgB02 { margin-bottom: 2px !important; }
.mgB03 { margin-bottom: 3px !important; }
.mgB04 { margin-bottom: 4px !important; }
.mgB05 { margin-bottom: 5px !important; }
.mgB10 { margin-bottom: 10px !important; }
.mgB15 { margin-bottom: 15px !important; }
.mgB20 { margin-bottom: 20px !important; }
.mgB25 { margin-bottom: 25px !important; }
.mgB30 { margin-bottom: 30px !important; }
.mgB35 { margin-bottom: 35px !important; }
.mgB40 { margin-bottom: 40px !important; }
.mgB50 { margin-bottom: 50px !important; }
.mgB60 { margin-bottom: 60px !important; }

/*--- パディング ----------------------------------------------------------------------*/
.pdClear { padding: 0px !important; }
/* top */
.mgT00 { padding-top: 0px !important; }
.pdT05 { padding-top: 5px !important; }
.pdT10 { padding-top: 10px !important; }
.pdT15 { padding-top: 15px !important; }
.pdT20 { padding-top: 20px !important; }
.pdT25 { padding-top: 25px !important; }
.pdT30 { padding-top: 30px !important; }
.pdT35 { padding-top: 35px !important; }
.pdT40 { padding-top: 40px !important; }
.pdT50 { padding-top: 50px !important; }
/* right */
.pdR00 { padding-right: 0px !important; }
.pdR05 { padding-right: 5px !important; }
.pdR10 { padding-right: 10px !important; }
.pdR15 { padding-right: 15px !important; }
.pdR20 { padding-right: 20px !important; }
.pdR25 { padding-right: 25px !important; }
.pdR30 { padding-right: 30px !important; }
.pdR35 { padding-right: 35px !important; }
.pdR40 { padding-right: 40px !important; }
.pdR50 { padding-right: 50px !important; }
/* left */
.pdL00 { padding-left: 0px !important; }
.pdL05 { padding-left: 5px !important; }
.pdL10 { padding-left: 10px !important; }
.pdL15 { padding-left: 15px !important; }
.pdL20 { padding-left: 20px !important; }
.pdL25 { padding-left: 25px !important; }
.pdL30 { padding-left: 30px !important; }
.pdL35 { padding-left: 35px !important; }
.pdL40 { padding-left: 40px !important; }
.pdL50 { padding-left: 50px !important; }
/* bottom */
.pdB00 { padding-bottom: 0px !important; }
.pdB05 { padding-bottom: 5px !important; }
.pdB10 { padding-bottom: 10px !important; }
.pdB15 { padding-bottom: 15px !important; }
.pdB20 { padding-bottom: 20px !important; }
.pdB25 { padding-bottom: 25px !important; }
.pdB30 { padding-bottom: 30px !important; }
.pdB35 { padding-bottom: 35px !important; }
.pdB40 { padding-bottom: 40px !important; }
.pdB50 { padding-bottom: 50px !important; }



/* ボタンカラー */
#contbt{
	margin:20px 20px 20px 20px;
	width:100%;
	max-width:520px;
	height:auto;
	cursor:pointer;
	color: #ffffff;
   -moz-box-shadow:inset 0px 1px 0px 0px #fff8f0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff8f0;
	box-shadow:inset 0px 1px 0px 0px #fff8f0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cc0000), color-stop(1, #c00000));
	background:-moz-linear-gradient(top, #cc0000 5%, #c00000 100%);
	background:-webkit-linear-gradient(top, #v 5%, #c00000 100%);
	background:-o-linear-gradient(top, #cc0000 5%, #c00000 100%);
	background:-ms-linear-gradient(top, #cc0000 5%, #c00000 100%);
	background:linear-gradient(to bottom, #cc0000 5%, #c00000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#c00000',GradientType=0);
	background-color:#cc0000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c00000;
	display:inline-block;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
    text-shadow:0px 1px 0px #cc9f52;}


#contbt:hover{
	margin:20px 20px 20px 20px;
	padding:12px 24px;
	width:100%;
	max-width:520px;
	cursor:pointer;
	font-size: 17px;
	color: #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c30000), color-stop(1, #cc0000));
	background:-moz-linear-gradient(top, #c30000 5%, #cc0000 100%);
	background:-webkit-linear-gradient(top, #c30000 5%, #cc0000 100%);
	background:-o-linear-gradient(top, #c30000 5%, #cc0000 100%);
	background:-ms-linear-gradient(top, #c30000 5%, #cc0000 100%);
	background:linear-gradient(to bottom, #c30000 5%, #cc0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c30000', endColorstr='#cc0000',GradientType=0);
	background-color:#c30000;}

#contbt span{
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    }






/* 用途・目的 ADD20210224 */
.case_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 30px auto 0px;
}
.case_list li {
	width: 31%;
	box-sizing: border-box;
	padding: 20px;
	border: solid 1px #cccccc;
	border-radius: 6px;
  margin-bottom: 20px;
}
.case_list li .case_ttl1 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 auto 20px;
	text-align: center;
  line-height: 1;
}
.case_list li .case_ttl2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto 20px;
	text-align: center;
  line-height: 1;
}
.case_list li .disp {
  line-height: 1.2;
	font-size: 15px;
  text-align: left;
  margin-bottom: 20px;
}
.case_list li .pic{
  margin-bottom: 20px;
}
.case_list li .pic img{
  width: 100%;
}
.case_list li.buried{
  border: none;
    margin-bottom: 0px;
  display: inherit;
}
.spec {margin-top: 5px;}
.spec th{padding: 5px 10px; width:40%;background: #d0d0d0;border-bottom: 1px solid #666;}
.spec td{padding: 5px 10px; width:60%;text-align: left;border-bottom: 1px solid #666;}

/* SP ----------------- */
@media screen and (max-width: 768px) {
	.case_list li {
		width: 100%;
		padding: 15px;
		margin: 0px 20px 15px;
	}
  .case_list li.buried{
    display: none;
  }
}

/* 各方式リンク ADD20210226 */
.link_index_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 30px auto 0px;
}
.link_index_list li {
	width: 49%;
	box-sizing: border-box;
	padding: 10px 20px 8px;
	border: solid 1px #cccccc;
	border-radius: 6px;
  position: relative;
  margin: 0;
}
.link_index_list li .disp {
  line-height: 1.6;
	font-size: 15px;
  text-align: center;
}
.link_index_list li .pic{
  margin-bottom: 20px;
}
.link_index_list li .pic img{
  width: 100%;
}
.link_index_list table th{width:10%;}
.link_index_list 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;
  box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}
.link_index_list li a:hover{
  opacity: 0.1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
}
.link_index_list li td {
  font-size: 16px;
}
/* SP ----------------- */
@media screen and (max-width: 768px) {
	.link_index_list li {
		width: 100%;
		padding: 15px;
    margin: 0px 20px 15px;
	}
}




/* MSYSだからこそのご提案 ADD20210224 */
.suggestion_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 30px auto 40px;
}
.suggestion_list li {
	width: 31%;
	box-sizing: border-box;
	padding: 20px;
	border: solid 1px #cccccc;
	border-radius: 6px;
}
.suggestion_list li .ttl {
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto 20px;
	text-align: center;
}
.suggestion_list li .disp {
  line-height: 1.6;
	font-size: 15px;
  text-align: left;
}
.suggestion_list li .pic{
  margin-bottom: 20px;
}
.suggestion_list li .pic img{
  width: 100%;
}

/* SP ----------------- */
@media screen and (max-width: 768px) {
  
	.suggestion_list li {
		width: 100%;
		padding: 15px;
		margin: 0px 20px 15px;
	}
}

/* ショールームのご紹介 ADD20210224 */
.showroom_title{
  font-size: 18px;
  margin: 20px;
}
.showroom_pic{
    margin: 0px 0px 40px;
}
.showroom_adr_title{
  border-bottom:1px solid #ccc;
  font-size:16px;
  padding-bottom: 10px;
}
.showroom_adr_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 30px auto 40px;
}
.showroom_adr_list li {
	width: 31%;
	box-sizing: border-box;
	padding: 20px;
	border: solid 1px #cccccc;
	border-radius: 6px;
}
.showroom_adr_list li .disp {
  line-height: 1.6;
	font-size: 14px;
  text-align: left;
}
.showroom_adr_list li .map {
  width: 100%;
}
.showroom_adr_list li .map_link {
  text-align:right;
  margin-top: 10px;
}
.showroom_virtual_title{
  border-left: 5px solid #CC0000;
  font-size:22px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  margin: 0px;
}

/* SP ----------------- */
@media screen and (max-width: 768px) {
  .showroom_title{
    font-size: 14px;
  }
  .showroom_adr_list li {
		width: 100%;
		padding: 15px;
		margin: 0px 20px 15px;
	}
  .showroom_pic{
    margin: 0px 20px 40px;
  }
  .showroom_virtual_title{
    margin: 0px 20px;
  }
}

/* バーチャルショールーム */
.card_srm {
	display: flex;
  flex-wrap: wrap;
	margin: 30px auto 0px;
}
.card_srm .card_srm_item_1,
.card_srm .card_srm_item_2{
  padding:20px;
}
.card_srm .card_srm_item_1{
  width:60%;
}
.card_srm .card_srm_item_2{
  width:30%;
}
.card_srm_title{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.card_srm_text{
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  padding: 0px;
}
/* SP ----------------- */
@media screen and (max-width: 768px) {
  .card_srm {
  }  
  .card_srm .card_srm_item_1,
  .card_srm .card_srm_item_2{
    width:100%;
  }
}

/* 活用事例一覧 ADD20210225 */
.casestudy_index_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 30px auto 0px;
}
.casestudy_index_list li {
	width: 49%;
	box-sizing: border-box;
	padding: 20px;
	border: solid 1px #cccccc;
	border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}
.casestudy_index_list li .ttl {
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto 20px;
	text-align: center;
}
.casestudy_index_list li .disp {
  line-height: 1.6;
	font-size: 15px;
  text-align: center;
}
.casestudy_index_list li .pic{
  margin-bottom: 20px;
}
.casestudy_index_list li .pic img{
  width: 100%;
}

.casestudy_index_list 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;
  box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}
.casestudy_index_list li a:hover{
  opacity: 0.1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
}

/* SP ----------------- */
@media screen and (max-width: 768px) {
	.casestudy_index_list li {
		width: 100%;
		padding: 15px;
    margin: 0px 20px 15px;
	}
}



/* 造形モデル例 ADD20210323 */
ul.models_list{
  list-style: none;
  box-sizing: border-box;
  padding: 10px;
  border: solid 1px #cccccc;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  background-color: #fff;
  flex-direction: row;
  margin: 0px 0px 20px;
}
  ul.models_list li{  
    margin: 0px 0px 20px;
  }
  ul.models_list li.models_disp{
    width: 50%;
    text-align: left;
  }
  .models_title{
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #DFDFDF;
    padding: 10px 20px;
    margin-bottom: 10px;
    text-align: left;
  }
  .models_text{
    font-size:15px;
    line-height: 1.6;
    padding: 0px 10px 0px 20px;
  }
  ul.models_list li.models_img{
    width: 50%;
  }
/* SP ----------------- */
@media screen and (max-width: 768px) {
  ul.models_list{
    flex-direction: column;
    margin: 0px 20px 20px;
  }
  ul.models_list li.models_disp{
    width: 100%;
  }
   .models_title{
     text-align: center;
  }
  ul.models_list li.models_img{
    width: 100%;
  }
}