@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,900);


/**
 * reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, /*sup, */tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

sup {
	vertical-align: top;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
	font-size:120%;
}

body {
	color: #414242;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif\9;
	-ms-font-feature-settings: "normal";
	text-align: left;
	overflow-x:hidden;
}

/*↓大西追記*/
/*↓フッターを一番下に
html,　body {
  height: 100%;
}

#fiz_pgm_form {
  width: 100%;
  position:relative;
  min-height: 100%;
}

@media only screen and (min-width: 1400px) {
#fiz_pgm_form .footer {
	position: fixed;
  bottom: 0;
  width:100%;
}
}

↑フッターを一番下に*/

#fiz_pgm_form .top_area .header{
	position: relative;
	height: 250px;
	overflow: hidden;
	background-image: url(../../images/demo_top.jpg);
	background-size: cover;
    background-position: center;
}

#fiz_inquiry .top_area .header{
	position: relative;
	height: 400px;
	overflow: hidden;
	background-image: url(../../images/inquiry_top.jpg);
	background-size: cover;
    background-position: center;

}

.oe_br {
	display: none;
}



/*↑大西追記*/

a {
	text-decoration: none;
}


ul, ol, li {
	list-style: none;
}


h3 {
    font-size: 24px;
    font-weight: bold;
	padding: 20px;
}

.background_all {
	max-width: 100%;
	overflow: hidden;
}

.inner_box {
	max-width: 1000px;
	margin: auto;
	text-align: center;
	padding: 0 15px;
}

.solve .inner_box {
	max-width: 2000px;
}

.virtual .inner_box {
	max-width: 2000px;
}

#fiz_product .individual .inner_box {
	max-width: 2000px;
}

.fiz_pgm .top_area {
	z-index: 6;
}



/*パララックス*/

.fixed-bg {
  /*min-height: 100vh;*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.worries_realization,
.dx_area {			/*=.fixed-bg*//*縦横比固定無し*/
	background-size: 100% 100%;
	/*background-attachment: none;*/
	/*background-size: none;*/
	background-position: center;
}
 
.bg01 {
  background-image: url(../../images/bg01.jpg);
}
 
.bg02 {
  background-image: url(../../images/bg02.jpg);
}

.bg03 {
  background-image: url(../../images/bg03.jpg);
}

.bg04 {
  background-image: url(../../images/bg04.jpg);
}

.bg05 {
  background-image: url(../../images/bg05.jpg);
}

/*パララックスここまで*/


/*問合せエリア追加*/

.inquiry_area {
	background-image: url(../../images/bg02.jpg);
	padding: 50px 0;
}


.inquiry_area .inner_box {
	padding: 60px 0 80px 0;
	width: 90%;
    margin: auto;
    /*box-shadow: 2px 2px 8px rgba(136,168,191,1);*/
    /*border-radius: 10px;*/
    /*background: rgba(0,160,233,0.1);*/
	/*backdrop-filter: blur(4px);*/
	border: solid 1px;
    border-color: rgba(0,160,233,1);
}

.inquiry_area .button_area {
	margin-top: 60px;
}

.inquiry_area .button {
    position: relative;
	width: 400px;
	background: #00a0e9;
	border-radius: 5px;
	height: 45px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	margin: auto;
}

.inquiry_area .button :hover {
	background: #005b7f;
    border-radius: 5px;
	color: #ffffff;
}

.inquiry_area .button :hover + .arrow i {
	color: #ffffff;
}

.inquiry_area .link_area{
	width: 400px;
	height: 45px;
}

.inquiry_area .button_text p {
	color: #ffffff;
	font-size: 18px;
    font-weight: bold;
	padding-top: 9px;
	height: 36px;
}

.inquiry_area .button a span {
    position: absolute;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
}

.inquiry_area .arrow {
    position: absolute;
    top: 11px;
    left: 335px;
}

.inquiry_area .arrow i {
	font-size: 24px;
	color: #ffffff;
}
 
.inquiry_area .inquiry p {
	width: 90%;
	margin: auto
}

/*問合せエリア追加ここまで*/











.worries_realization .inner_box,
.dx_area .inner_box,
.blue_area .inner_box {
	color: #ffffff;
}

.top_area,
#fiz_support .text_area {
	background: #ffffff;
}

.text_area .text p,
.blue_area .text p{
	padding: 50px 0;
}




/*PGM*/
#fiz_pgm_top .video_area {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    clear: both;
}

#fiz_pgm_top .video_area div.iframeWrap {
   position: relative;
    width: 100%;
    padding-top: 56.25%;
    /*margin-top: 30px;*/

}

#fiz_pgm_top .video_area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}




/*ヘッダー*/

.bar {
	background: #ffffff;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 70px;
    opacity: 0.8;
	box-shadow: 0px 0px 5px #0094bd, 0px 0px 5px #0094bd, 0px 0px 5px #0094bd;
}

.app_mini {
	position: absolute;
    top: 38px;
    right: 120px;
	text-align: center;
	width: 190px;
	height: 30px;
}

.app_mini .button {
	width: 205px;
	background: #f5e828;
	border-radius: 5px;
	height: 30px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.app_mini .button p {
	font-weight: bold;
    padding-top: 5px;
	color: #0094bd;
}

.app_mini .link_area :hover {
    background: #005b7f;
	border-radius: 5px;
	color: #ffffff;
}	

.app_mini .link_area .button_text p {
    height: 25px;
}	


/*
.demo .button {
	width: 210px;
	background: #f5e828;
	border-radius: 5px;
	height: 30px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
*/




.catch_copy .demo {
	text-align: center;
    margin-top: 35px;
}

.catch_copy .demo .button {
    width: 300px;
    background: #ffffff;
    border-radius: 5px;
    height: 45px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 30%);
}
.catch_copy .demo .button :hover {
    background: #005b7f;
    border-radius: 5px;
	color: #ffffff;
}


#header_d2 .catch_copy .demo .button {
	width: 300px;
    background: #0094bd;
    border-radius: 5px;
    height: 45px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 30%);
	margin: auto;
}
#header_d2 .catch_copy .demo .button_text p  {
	color: #ffffff;
}

.catch_copy .demo .link_area{
	width: 300px;
	height: 45px;
}

.catch_copy .demo .button_text p {
	color: #0094bd;
	font-size: 18px;
    font-weight: bold;
	padding-top: 9px;
	height: 36px;
}








.catch_copy .app {
	text-align: center;
    margin-top: 15px;
}

.catch_copy .app .button {
	width: 300px;
	background: #f5e828;
	border-radius: 5px;
	height: 45px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.catch_copy .app .button :hover {
	/*background: #123c48;*/
	background: #005b7f;
	border-radius: 5px;
	color: #ffffff;
}


#header_d2 .catch_copy .app .button {
	width: 300px;
	background: #f5e828;
	border-radius: 5px;
	height: 45px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	margin: auto;
}

.catch_copy .app .link_area{
	width: 300px;
	height: 45px;
}

.catch_copy .app .button_text p {
	color: #0094bd;
	font-size: 18px;
    font-weight: bold;
	padding-top: 9px;
	height: 36px;
}

/*
#header_d2 .catch_copy .demo .button_text p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 9px;
}
*/






.language_box {
	z-index: 500;
}


li.language-title ul.language-down_a {
  visibility: hidden;
  perspective: 400px;
}
li.language-title:hover ul{
  visibility: visible;
}
ul.language-down_a li.language{
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: 0.2s;
}
li.language-title:hover li.language{
  transform: rotateY(0);
}
ul.language-down_a li.language:nth-child(2) {
  transition-delay: 0.1s;
}
ul.language-down_a li.language:nth-child(3) {
  transition-delay: 0.4s;
}

.language{
    width: 70px;
    height: 70px;
    border-radius: 50%;
	/*background: rgba(0, 148, 189, 0.6);*/
	box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.6) inset;
}

.language_box,
.language > a{
    position: absolute;
    top: 10px;
    right: 10px;
    /* margin: 25px 30px; */
    background: rgba(0, 148, 189, 0.6);
    width: 70px;
    height: 70px;
    border-radius: 50%;
	color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.6) inset;
    text-shadow: 0px 0px 15px #0094bd, 0px 0px 15px #0094bd, 0px 0px 15px #0094bd;
}

.language_box > ul > li > div {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 70px;
    text-align: center;
}

.language-title{
	width: 70px;
	height: 70px;
    border-radius: 50%;
}


.language {
	position: relative;
}

.language > a {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 70px;
    text-align: center;
	display: block;
}

.menu__single .menu__second-level li a:hover {
    color: #282955;
}

.menu > li a:hover {
	color: #055681;
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
  -webkit-transition: .2s ease;
  transition: .2s ease;
  /*border-bottom: 5px solid #1b68ca;*/
}

.menu__second-level li {
  /*border-top: 1px solid #f0f0fa;*/
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a.sub-t {
	border-left: 7px solid #e4edf9;
	margin-bottom: 5px;
}


.menu__second-level li a:hover {
  /*background: #368fef;*/
}

.menu__second-level li a.sub-t:hover {
/*  background: none; */
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}



.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}


/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
}

.menu > .language-title {
    float: right;
    border: 2px solid #e6f2ff;
    height: 27px;
    width:64px;
    margin-top: 8px;
    line-height: 28px;
    padding: 1px 8px;
    margin:10px 8px;
    cursor:pointer;
}


.menu > li.language-title:hover a{
	color:white;
}

.menu > .language-title:hover {
	background:#5881ad;
	border:2px solid #5881ad;
}

.menu > .search-title {
    float: right;
    border: 2px solid #5881ad;
    width:25px;
    height: 26px;
    margin-top: 8px;
    line-height: 28px;
    border-radius: 5px;
    padding: 1px 8px;
    margin:10px 8px;
    background:#5881ad;
    color:white;
}

.menu > .search-title:hover {
	background:#004f99;
	border:2px solid #004f99;
}

.menu__single .menu__second-level {
  position: absolute;
  top: 40px;
  /*background-color: rgba(16,61,132,0.9);*/
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}



.menu__single .language-down_a {
    /*margin: -19px 0 0 -10px;*/
    /*width: 80px;*/
    /*background: #0094bd;*/
    /*border: 2px solid #0094bd;*/
}


.menu__single:hover > .menu__second-level {
  top: 70px;
  visibility: visible;
  opacity: 1;
}

#navArea .menu__single:hover > .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.menu__single .menu__second-level li,
.menu__single .menu__second-level li a {
	color: white;
	font-weight: normal;
}


/**
 * mega menu
 */
.menu__mega .menu__second-level {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 500px;
  padding: 20px;
  background-color: rgba(16,61,132,0.9);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu__mega:hover .menu__second-level {
  top: 49px;
  visibility: visible;
  opacity: 1;
}

.menu__mega .menu__second-level > li {
  float: left;
  width: 100%;
  border: none;
}

.menu__mega .menu__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}

.menu__mega:hover .menu__second-level li a {
	color: white;
	text-align: left;
	padding-left: 15px;
	line-height: 2.6;
	font-weight: normal;
}

.menu__second-level li ul li{
	border: none;
	height: 35px;
	line-height 2.4;
}

.menu__second-level li ul li a,
.menu__second-level li ul li a:hover {
	height: 35px;
}













.top_area h5 img {
	width: 280px;
}

.top_area h5 {
	float: left;
	margin: 42px 15px 15px 15px;
	letter-spacing:2px;
	color: #ffffff;
	position: relative;
	text-shadow: 0px 0px 5px #0094bd, 0px 0px 5px #0094bd, 0px 0px 5px #0094bd;
}

.top_area h5 a {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
}

.top_area h5.logo {
	margin: 10px 15px;
}

/*
.top_area h5 a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
*/

.top_area h5 :hover {
	opacity: 0.7;
}







#fiz_pgm_top .top_area .header_link {
    position: absolute;
    top: 0;
}



#fiz_pgm_top .top_area .video_area {
    width: 100%;
    text-align: end;
	max-height: 900px;/**/
	overflow: hidden;/**/
	
	
}

#fiz_pgm_top .virtual-video {
    /*height: 900px;*/
	max-height: 900px;/**/
    /*padding-right: 3%;*/
    width: 100%;
    object-fit: cover;
	font-family: 'object-fit: cover;';
}

@media all and (-ms-high-contrast: none) {/**/
#fiz_pgm_top .virtual-video {
	max-height: none;
}
}

.sound{
	/*position: absolute;*/
    bottom: 5%;
	right: 0;
    left: 0;
    background: #0094bd;
    color: white;
    padding: 5px 10px;
    /*border-radius: 10px;*/
    width: 200px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
}

#fiz_pgm_top .top_area .header{
position: relative;
overflow: hidden;
max-width: 100%;}

#fiz_pgm_top .top_area .header_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 55%;
    height: 88%;
	background-color: #0094bd;
    transform: skewX(-30deg);
    transform-origin: top left;
	opacity: 0.5;
}



#fiz_pgm_top .top_area h1, 
#fiz_pgm_top .top_area h2{
  color: #ffffff;
}

#fiz_pgm_top .catch_copy {
	position: absolute;
    top: 20%;
    left: 5%;
}

.top_area {
	position: relative;
}

.subject {
	position: absolute;
    top: 45%;
    left: 10%;
	color: #ffffff;
}




#fiz_pgm_top .top_area h1 {
	font-size: 60px;
    font-weight: bold;
    letter-spacing: 4px;
	/*text-shadow: 2px 2px 10px #0094bd, 2px 2px 10px #0094bd;*/
    text-shadow: 0px 0px 15px #0094bd, 0px 0px 15px #0094bd, 0px 0px 15px #0094bd;
	line-height: 1.3;
}

#fiz_pgm_top .top_area h2 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    /* text-shadow: 2px 2px 8px #0094bd, 2px 0px 5px #0094bd; */
    text-shadow: 0px 0px 15px #0094bd, 0px 0px 15px #0094bd, 0px 0px 15px #0094bd;
    margin-top: 4%;
    line-height: 1.75em;
}


/**/


#option h6 {
	color: #0094bd; 
	font-size: 16px;
	font-weight: bold;
}

#option .case {
	width: 27.3%;
	padding: 3%;
	float: left;
}

#option .case .text p {
	text-align: left;
    margin: 20px auto;
}

.translucent {
	background-color: #00a0e9;
}

.underline {
	height: 3px;
    width: 100%;
    margin: auto;
    margin-top: 7px;
}

.option_d2 {
	display: none;
}

#fiz_pgm_top .service_text h4 {
    margin-bottom: 5px;
	font-size: 20px; 
	font-weight: bold;
	color: #0094bd;
}

#fiz_pgm_top .service h3 {
	color: #0094bd; 
	padding-bottom: 0; 
	padding-top: 50px;
}





#fiz_product .top_area .header{
	position: relative;
	height: 400px;
	overflow: hidden;
	background-image: url(../../images/product_top.jpg);
	background-size: cover;
    background-position: center;

}


#fiz_product .top_area .header_bg,
#fiz_support .top_area .header_bg,
#fiz_system .top_area .header_bg,
#fiz_inquiry .top_area .header_bg,
#fiz_pgm_form .top_area .header_bg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*width: 50%;*/
	width: 60%;
    height: 100%;
    /*background-image: linear-gradient(#9437FF, #7A81FF);*/
	background-color: #0094bd;
    transform: skewX(-30deg);
    transform-origin: top left;
	opacity: 0.5;
/*transition-timing-function:ease-out;	
	transition-duration:0.5s;*/
	
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;	
	
}

/*
#fiz_product .top_area .header_bg:hover,
#fiz_support .top_area .header_bg:hover,
#fiz_system .top_area .header_bg:hover {
	    width: 60%;
}
*/

/*
#fiz_product .top_area h5 img {
	width: 100px;
}

#fiz_product .top_area h5 {
	font-size: 18px;
	font-weight: 500;
	float: left;
	margin: 25px 30px;
	letter-spacing:2px;
	position: relative;
	color: #ffffff;
}

#fiz_product .top_area h5 a {
	color: #ffffff;
}
*/
.subject h1 {
	font-size: 38px;
	font-weight: bold;
	letter-spacing:5px;
    text-shadow: 0px 0px 15px #0094bd, 0px 0px 15px #0094bd, 0px 0px 15px #0094bd;
	/*text-shadow: 2px 2px 10px #0094bd, 2px 2px 10px #0094bd;*/
	position: relative;
	color: #ffffff;
}

/**/


#fiz_system .top_area .header{
	position: relative;
	height: 400px;
	overflow: hidden;
	background-image: url(../../images/system_top.jpg);
	background-size: cover;
    background-position: center;
}




/**/




#fiz_support .top_area .header{
	position: relative;
	height: 400px;
	overflow: hidden;
	background-image: url(../../images/support_top_d1.jpg);
	background-size: cover;
    background-position: 30% 0%;
}

#fiz_support .top_area .header .top_img {
text-align: center;	
}


/*
#fiz_support .top_area h5 img {
	width: 100px;
}

#fiz_support .top_area h5 {
	font-size: 18px;
	font-weight: 500;
	float: left;
	margin: 25px 30px;
	letter-spacing:2px;
	position: relative;
	color: #ffffff;
}

#fiz_support .top_area h5 a {
	color: #ffffff;
}
#fiz_support .top_area h1 {
	font-size: 38px;
	font-weight: bold;
  letter-spacing:5px;
    top: 100px;
    left: 15%;
text-shadow: 2px 2px 10px #0094bd, 2px 2px 10px #0094bd;
}
*/









.worries h3 {
	padding-top: 50px;
	padding-bottom: 10px;
}


.worries .case {
	float: left;
	width: 25%;
	text-align: center;
    margin: 50px auto 80px auto;
}

.icon {
	width: 90px;
    margin-bottom: 20px;
}

.worries .case p {
	font-size: 13px;
    font-weight: 500;
}




.realization h3 {
	color: #ffffff;
}

#fiz_product .introduction {
	background-color: #0094bd;
}

#fiz_product .introduction h3 {
	color: #ffffff;
	letter-spacing: 5px;
}

/*三角形*/
.solve .triangle-down {
	width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #00a0e9;
    margin: auto;
    }
/*三角形ここまで*/





.merit {
    /*width: 90%;*/
    margin: auto;
    /*max-width: 2000px;*/
	/*margin-bottom: 150px;*/
	padding-bottom: 150px;
}



.reality {
	padding-top: 120px;
}
	
.merit img {
	max-width: 90%;
    /*width: 800px;*/
}

.merit .image {
	/*width: 90%;*/
	margin: auto;
}

.merit h4 {
	font-size: 24px;
	font-weight: bold;
	color: #0094bd;
	margin: 25px auto 25px auto;
}




.real_time > h4 {
	margin: 40px auto 25px auto;
}

.real_time .text span {
	font-size: 12px;
}



.virtual h4 p {
	font-size: 24px;
    font-weight: bold;
    color: #0094bd;
    margin: auto;
    padding: 50px 0 25px 0;
}




.colorway-video {
	max-width: 90%;
}

.solve .space {
	height: 120px;
}

.dx_area .image img {
    max-width: 90%;
    width: 500px;
}

.dx_area {
	padding-top: 60px;
    padding-bottom: 80px;}

.dx_area .text p {
	padding-bottom: 50px;
}



.dx_area .button_area {
	margin-top: 60px;
}

.dx_area .button {
    position: relative;
	width: 400px;
	background: #ffffff;
	border-radius: 5px;
	height: 45px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	margin: auto;
}

.dx_area .button :hover {
	background: #005b7f;
    border-radius: 5px;
	color: #ffffff;
}

.dx_area .button :hover + .arrow i {
	color: #ffffff;
}

.dx_area .link_area{
	width: 400px;
	height: 45px;
}

.dx_area .button_text p {
	color: #0094bd;
	font-size: 18px;
    font-weight: bold;
	padding-top: 9px;
	height: 36px;
}

.dx_area .button a span {
    position: absolute;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
}

.dx_area .arrow {
    position: absolute;
    top: 11px;
    left: 335px;
}

.dx_area .arrow i {
	font-size: 24px;
	color: #0094bd;
}

/*
.dx_area .arrow i :hover {
	color: #ffffff;
}
*/



#client-testimonial {
    position: relative;
    width: 100%;
    clear: both;
    float: none;
    font-size: 16px;
    overflow: hidden;
	text-align: left;
    height: inherit;
    padding: 0;
    /*margin-bottom: 8%;*/
    background: #486b8c;
}


.user-video {
    position: absolute;
    opacity: 0.8;
    top: -40%;
    object-fit: cover;
	font-family: 'object-fit: cover;';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.case_area .button {
    clear: both;
    float: none;
    width: 400px;
    margin: 130px auto;
    text-align: center;
    font-size: 19.2px;
}

.case_area .button {
	width: 400px;
	background: #0094bd;
	border-radius: 5px;
	margin: auto;
	height: 45px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.case_area .button :hover {
	background: #41b9da;
	border-radius: 5px;
}

.case_area .link_area{
	width: 400px;
	height: 45px;
}

.case_area .button_area {
	margin: 140px auto;
}



.case_area .button {
	position: relative;
}

.case_area .button_text {
	position: absolute;
    top: 9px;
    left: 165px;
    font-size: 20px;
    font-weight: bold;
	color: #ffffff;
}

.case_area .button_text p {
	font-size: 18px;
	font-weight: bold;
}

.case_area .arrow {
    position: absolute;
    top: 8px;
    left: 335px;
}

.case_area .arrow i {
	font-size: 30px;
	color: #ffffff;
}

.case_area .button a {
  padding-top: 70px;
}

.case_area .button a span {
  position: absolute;
	/*
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
	*/
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotateY(0) rotateZ(0) translate(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotateY(0) rotateZ(0) translate(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(10px);
    opacity: 0;
  }
}


















.blue_area .text p {
	padding-top: 80px;
    margin-bottom: -60px;
}




.yarnbank h3 {
    padding: 70px 0 100px 0;
}

.yarnbank .logo_d2 {
	display: none;
}



.yarnbank {
	background: #e6f4ff;
}

.yarnbank .service_box {
	height: 350px;
	padding: 0px 30px;
}



.yarnbank .button_area {
    padding-top: 40px;
}











.yarnbank .text {
	margin: auto;
	padding: 50px 0;
}

.yarnbank h3 img {
	margin: 0 0 15px 0;
	max-width: 90%;
}

.yarnbank h3 p {
	font-weight: bold;
	color: #0094bd;
}
	
.yarnbank .image img {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 100px auto;
}

.yarnbank_text p{
	margin: 0px auto 20px auto;
}

.yarnbank .button {
	width: 270px;
	background: #0094bd;
	border-radius: 5px;
	height: 45px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.yarnbank .button :hover {
    background: #41b9da;
    border-radius: 5px;
}

.yarnbank .link_area{
	width: 270px;
	height: 45px;
}

.yarnbank .button {
	position: relative;
}



.yarnbank .button_text {
	position: absolute;
    top: 9px;
    left: 95px;
    font-size: 20px;
    font-weight: bold;
	color: #ffffff;
}

.yarnbank .button_text p {
	font-size: 18px;
	font-weight: bold;
}

.yarnbank .arrow {
    position: absolute;
    top: 8px;
    left: 225px;
}

.yarnbank .arrow i {
	font-size: 30px;
	color: #ffffff;
}

.yarnbank .button a {
  padding-top: 70px;
}

.yarnbank .button a span {
  position: absolute;
	/*
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
	*/
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotateY(0) rotateZ(0) translate(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotateY(0) rotateZ(0) translate(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(10px);
    opacity: 0;
  }
}


.virtual .img {
	max-width: 90%;
}

.virtual .space {
	height: 150px;
}

.virtual .text {
margin: 0 auto 30px auto;
}




/*製品紹介*/






/*三角形*/
#fiz_product .triangle-down {
	width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #0094bd;
    margin: auto;
    }
/*三角形ここまで*/



/*製品紹介-製品一覧*/


#product_d1 h3 {
    color: #0094bd;
	padding: 0px 0 50px 0;
}



#fiz_product .video_area {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    clear: both;
}

#fiz_product .video_area div.iframeWrap {
   position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 30px;

}

#fiz_product .video_area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}











.type .case h4 img {
    height: 25px;
    margin-top: 5px;
}


#product_d1 .spec h3,
#spec h3 {
	padding-top: 100px;
}




#product_d1 .space,
#product_d1 .spec .space {
	height: 100px;
}

#product_d1 .text_area .text p{
	padding: 30px 0;
}

#product_d1 .type_l, #product_d1 .type_c, #product_d1 .type_r {
	height: 100px;
}


#product_d1 .type_l {
	float: left;
	width: 35%;
	text-align: left;
	color: #ffffff;
}

#product_d1 .type_c {
	float: left;
	width: 65%;
	text-align: left;
	background: #e6f4ff;
}

#product_d1 .type_r {
	float: left;
	width: 23%;
	text-align: left;
	background: #dbf4ff;
	margin-left: 1%;
}



#product_d1 .type_l h4 {
    margin: 28px auto auto 18px;
	font-size: 24px;
	font-weight: 600;
}

#product_d1 .type_l h4 span {
	font-weight: 600;
}



#product_d1 .fs,
#product_d1 .ability {
	color: #ffffff;
}


#product_d1 .o_3d p span {
	font-size: 12px;
}

#product_d1 .c_inner > p {
	padding: 1% 2% 0 3%;
	color: #0083b0;
	height: 25px;
}


#product_d1 .type li span {
	font-size: 10px;
}


#product_d1 .color_area {
	float: left;
	
}


#product_d1 #type_dj_d1 .type_l,
#d_jr .name_case {
	background: #86e3e6;
}

#product_d1 #type_ds_d1 .type_l,
#d_sta .name_case {
	background: #51c7cc;
}

#product_d1 #type_dk_d1 .type_l,
#d_kni .name_case {
	background: #0698b0;
}

#product_d1 #type_dw_d1 .type_l,
#d_wea .name_case {
	background: #0083b0;
}

#product_d1 #type_dp_d1 .type_l,
#d_pro .name_case {
	background: #005b7f;
}



#product_d1 .text_area .text p{
	padding: 30px 0;
}



#d_jr .copy {
	color: #51c7cc;
}

#d_sta .copy {
	color: #51c7cc;
}

#d_kni .copy {
	color: #0698b0;
}

#d_wea .copy {
	color: #0083b0;
}

#d_pro .copy {
	color: #005b7f;
}









#product_d1 .fs .color_area {
	width: 130px;
	height: 50px;
	border-radius: 7px;;
	position: relative;
    margin: 3%;
}

#product_d1 .fs .color_area p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 130px;
    text-align: center;
}




#product_d1 .ability .color_area {
    width: 19%;
    height: 50px;
    border-radius: 7px;
    position: relative;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 25px;
    margin-bottom: 25px;
}


#product_d1 .ability .color_area p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 100px;
    text-align: center;
}


#product_d1 .fs > .color_area {
	background: #86e3e6;
}

#product_d1 .bf > .color_area {
	background: #86e3e6;
}

#product_d1 .kn_s > .color_area {
	background: #51c7cc;
}

#product_d1 .fa_s > .color_area {
	background: #0698b0;
}

#product_d1 .o_3d > .color_area {
	background: #00a0e9;
}

#product_d1 .suit {
	background: #ffffff;
	margin: auto;
}



#product_d1 .suit {
    width: 170px;
    height: 30px;
    border-radius: 7px;
    position: relative;
    margin: 10px auto 5px auto;}


#product_d1 .suit p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 200px;
    text-align: center;
}

#product_d1 .type_r li {
	padding: 1% 10%;
	font-size: 12px;
	color: #0094bd;
}






/**/

#product_d2 h3 {
    color: #0094bd;
	padding-top: 0;
}


#product_d2 .spec h3 {
	padding-top: 50px;
}


#product_d2 .text_area {
    max-width: 90%;
    margin: auto;
}

#product_d2 .contents_box {
	position: relative;
	width: 90%;
	height: 60px;
	text-align: left;
	margin: 10px auto;
}

#product_d2 .contents_box h4 {
	color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	margin-left: 20px;
    font-size: 22px;
    font-weight: 600;
	width: 100%;
}

#product_d2 .contents_box h4 span {
	margin-left: 20px;
	font-size: 16px;
    font-weight: 600;
}

#product_d2 #type_dj_d2_contents {
	background: #86e3e6;
}
#product_d2 #type_ds_d2_contents {
	background: #51c7cc;
}
#product_d2 #type_dk_d2_contents {
	background: #0698b0;
}
#product_d2 #type_dw_d2_contents {
	background: #0083b0;
}
#product_d2 #type_dp_d2_contents {
	background: #005b7f;
}


#product_d2 .contents_box {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}



#product_d2 .details_box .set {
    border-style: solid;
    border-width: 2px;
    border-left-width: 30px;
    width: 90%;
    margin: 25px auto;
    box-sizing: border-box;
	text-align: left;
	padding: 20px 15px 5px 15px;
	background: #ffffff;
	/*box-shadow: 2px 2px 10px rgba(51,151,154,0.4);*/
}

#product_d2 .details_box .set h4 {
	font-size: 20px;
	margin-bottom: 10px;
}






#product_d2 #type_dj_d2_details .set {
    border-color: #86e3e6;
}

#product_d2 #type_ds_d2_details .set {
    border-color: #51c7cc;
}

#product_d2 #type_dk_d2_details .set {
    border-color: #0698b0;
}

#product_d2 #type_dw_d2_details .set {
    border-color: #0083b0;
}

#product_d2 #type_dp_d2_details .set {
    border-color: #005b7f;
}

#product_d2 #type_dj_d2_details .set h4 {
	color: #86e3e6;
}

#product_d2 #type_ds_d2_details .set h4 {
	color: #51c7cc;
}

#product_d2 #type_dk_d2_details .set h4 {
	color: #0698b0;
}

#product_d2 #type_dw_d2_details .set h4 {
	color: #0083b0;
}

#product_d2 #type_dp_d2_details .set h4 {
	color: #005b7f;
}






#product_d2 .set h4 span {
	font-size: 14px;
	margin-left: 20px;
}

#product_d2 .set > p {
	margin-bottom: 15px;
	margin-top: 15px;}

#product_d2 .set .color_area {
	color: #ffffff;
	margin-bottom: 15px;
	border-radius: 5px;
}


#product_d2 .set .color_area p {
    padding: 10px;
	border-radius: 5px;
}

#product_d2 .set .fs .color_area p {
	background: #86e3e6;
}

#product_d2 .set .bf .color_area p {
	background: #86e3e6;
}

#product_d2 .set .kn_s .color_area p {
	background: #51c7cc;
}

#product_d2 .set .fa_s .color_area p {
	background: #0698b0;
}

#product_d2 .set .o_3d .color_area p {
	background: #00a0e9;
}




#product_d2 .suit p {
	color: #0083b0;
	font-weight: 800;
    margin-bottom: 7px;
}

#product_d2 ul {
	color: #0083b0;
}



#product_d2 .fs,
#product_d2 .ability {
	color: #ffffff;
	width: fit-content;
    float: left;
    margin-right: 10px;
}





/*
#product_d2 .space,
#product_d2 .spec .space {
	height: 100px;
}
*/


#product_d2 .text_area .text p{
	padding: 30px 0;
}

#product_d2 .type_l, #product_d2 .type_c, #product_d2 .type_r {
	height: 120px;
}


#product_d2 .type_l {
	float: left;
	width: 24%;
	text-align: left;
	color: #ffffff;
}

#product_d2 .type_c {
	float: left;
	width: 50%;
	text-align: left;
	background: #e6f4ff;
}

#product_d2 .type_r {
	float: left;
	width: 25%;
	text-align: left;
	background: #dbf4ff;
	margin-left: 8px;
}



#product_d2 .type_l h4 {
    margin: 35px auto auto 25px;
	font-size: 22px;
}




#product_d2 .c_inner {
	margin-left: 10px;
	margin-top: 5px;
}


#product_d2 .o_3d {
	color: #0083b0;
}


#product_d2 .c_inner > p {
	padding: 10px 15px 0 15px;
	color: #0083b0;
}


#product_d2 .type li span {
	font-size: 10px;
}

/*
#product_d2 .color_area {
	float: left;
}

#product_d2 #type_dj_d1 .type_l {
	background: #86e3e6;
}

#product_d2 #type_ds_d1 .type_l {
	background: #51c7cc;
}

#product_d2 #type_dk_d1 .type_l {
	background: #0698b0;
}

#product_d2 #type_dw_d1 .type_l {
	background: #0083b0;
}

#product_d2 #type_dp_d1 .type_l {
	background: #005b7f;
}
*/
/*
#product_d2 .fs .color_area {
	width: 130px;
	height: 50px;
	border-radius: 7px;;
	position: relative;
	margin: 15px;
}
*/
/*
#product_d2 .fs .color_area p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 130px;
    text-align: center;
}
*/

/*
#product_d2 .ability .color_area {
	width: 90px;
	height: 50px;
	border-radius: 7px;;
	position: relative;
	margin: 15px;
}
*/



#product_d2 .fs > .color_area {
	background: #86e3e6;
}

#product_d2 .bf > .color_area {
	background: #51c7cc;
}

#product_d2 .kn_s > .color_area {
	background: #0695b0;
}

#product_d2 .fa_s > .color_area {
	background: #0083b0;
}

#product_d2 .o_3d > .color_area {
	background: #f5e828;
}

#product_d2 .suit {
	background: #e6f4ff;
    padding: 10px;
}








#product_d2 .type_r li {
	padding: 2px 20px 2px 20px;
    font-size: 12px;
	color: #0094bd;
}




/*製品紹介*/


#fiz_product .individual .bg_b {
	background: #e6f4ff;
}




/*追加*/

#fiz_product .individual_box_top{
	width: 800px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

#fiz_product .individual .name_case {
    width: 360px;
	height: 50px;
    color: #ffffff;
    /*padding: 20px;*/
	text-align: center;
	margin: auto;
	margin-bottom: 25px;
}

#fiz_product .individual .name_case .name {
    display: inline-block;
    margin-top: 16px;
}

#fiz_product .individual .name_case h4 {
    display: inline-block;
    margin-top: 16px;
}

#fiz_product .individual .name_logo {
	float: left;
	margin-right: 20px;
}

#fiz_product .individual .name_logo img {
	height: 20px;
}

#fiz_product .individual .name_text {
	text-align: left;
    float: left;
}

#fiz_product .individual .text {
	margin-top: 20px;
	margin-bottom: 0;
}

#fiz_product .individual .copy p {
    font-size: 24px;
	margin-top: 4px;
	font-weight: bold;
}

#fiz_product .individual .copy .copy_d2 {
	display: none;
}

/*追加ここまで*/




#fiz_product .text {
    margin: 30px auto 40px auto;
}

#fiz_product #d_jr .individual_box_top  {
	margin-top: 30px;
}

#fiz_product .individual .space_01 {
	height: 30px;
}

#fiz_product .individual .space_02 {
	height: 70px;
}

#fiz_product .individual .space_03 {
	height: 70px;
}

#fiz_product .individual .space_04 {
	height: 100px;
}




/*ボタン*/

#fiz_product .individual .button_area_d2 {
	display: none;
}

#fiz_product .individual .button_area {
	margin-top: 20px;
}

#fiz_product .individual .button {
    position: relative;
	width: 400px;
	background: #f5e828;
	border-radius: 5px;
	height: 45px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	margin: auto;
}

#fiz_product .individual .link_area{
	width: 400px;
	height: 45px;
}

#fiz_product .individual .button_text p {
	color: #0094bd;
	font-size: 18px;
    font-weight: bold;
	padding-top: 9px;
	height: 36px;
}

#fiz_product .individual .button a span {
    position: absolute;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
}

#fiz_product .individual .arrow {
    position: absolute;
    top: 11px;
    left: 360px;
}

#fiz_product .individual .arrow i {
	font-size: 24px;
	color: #0094bd;
}

#fiz_product .individual .button :hover{
    background: #005b7f;
	border-radius: 5px;
	color: #ffffff;
}



/*ボタンここまで*/



/*製品紹介-製品一覧ここまで*/

/*製品紹介-推奨動作環境*/




.os_br {
	display: block;
}



#fiz_system .text {
    margin: 60px auto 0px auto;
	padding-bottom: 70px;
}





#header_d2,
#scanner_r_d2,
#subkeyboard_r_d2,
#gpu1_r_d2,
#cms_l_d2,
#product_d2 {
	display: none;
}

#header_d2 .sub_header {
	height: 70px;
	background: #0094bd;
}



.spec .table_box_th {
	color: #ffffff;
}

.table,
.spec_box .note {
	width: 800px;
	margin: auto;
	text-align: left;
}

.spec_box .note {
	margin-top: 7px;
}

.spec_box .note p {
	margin-top: 7px;
	font-size: 12px
}


.spec_box span {
    font-size: 10px;
    vertical-align: text-top;
}

.table {
	/*background: rgba(255, 255, 255, 0.2);*/
	background: rgb(230, 244, 255);
}

.table_box .left {
	background: #dee6f3;
}
/*
.table_box .center,
.table_box .right {
	background: rgba(255, 255, 255, 0.2);
}

*/
 

.spec_box .table .table_box_th {
	background: #0083b0;
	    color: #ffffff;
}

#spec_cms .table .table_box_th {
	background: #4da8c8;
}


.table_box_th .left{
	background: #005b7f;
}
.table_box_th .center,
.table_box_th .right{
	background: #0083b0;
}

#spec_cms .table_box_th .left {
	background: #4da8c8;
}

/*
.table_box_th .right{
	background: #0083b0;
}

*/
/*
#spec_cms .table_box_th {
	background: rgba(150, 150, 150, 0.5);
}
*/
.table_box .left,
.table_box .center,
.table_box .right,
.table_box_th .left,
.table_box_th .center,
.table_box_th .right {
	float: left;
	padding: 10px 10px 10px 10px;
}

.table_box,
.table_box_th {
	height: 40px;
}

.table_box_2lines .left,
.table_box_2lines .center,
.table_box_2lines .right {
	height: 40px;
}


.table_box {
	border-top: 2px solid #ffffff;
}

.table_box_th,
.table_box_top {
	border-top: none;
}

.table_box .left,
.table_box_th .left{
	border-right: 2px solid #ffffff;
}

.table_box .right,
.table_box_th .right{
	border-left: 2px solid #ffffff;
}

.table_box_th {
	
}

#spec_oe .colspan .right {
	border-left: none;
}

#spec_cms .table_box_th .left,
#spec_cms .table_box .right{
	border-left: none;
	border-right: none;
}


#spec_oe .table {
	margin-top: 30px;
}

#spec_rs .table {
	margin-top: 50px;
}

#spec_ms .table {
	margin-top: 30px;
}

#spec_cms .table {
	margin-top: 70px;
}


#gpu1 .left,
#gpu1 .center,
#gpu1 .right {
	height: 65px;
}






/*

.table_box .center {
	border-left: 2px solid rgba(255, 255, 255, 0.3);
	border-right: 2px solid rgba(255, 255, 255, 0.3);
}


.table_box .left,
.table_box .center {
	border-right: 2px solid rgba(255, 255, 255, 0.3);
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.table_box .right {
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.table_box .left_bottom,
.table_box .center_bottom {
	border-right: 2px solid rgba(255, 255, 255, 0.3);
	border-bottom: none;
}

.table_box .right_bottom {
	border: none;
}
*/

.table_box .left {
	
}

.table_box_th .center,
.table_box .center {
	text-align: center;
}

.table_box_th .right,
.table_box .right {
	text-align: center;
}


#spec_cms .table_box .right {
	text-align: left;
	padding-left: 2%;
}




#spec_oe .left {
	width: 23%;
}

#spec_oe .center {
	width: 34%;
}

#spec_oe .right {
	width: 34%; 
}


.table_box_th .left,
#spec_rs .left,
#spec_ms .left {
	width: 23%;
}

.table_box_th .center,
#spec_rs .center,
#spec_ms .center {
	width: 34%;
}

.table_box_th .right,
#spec_rs .right,
#spec_ms .right {
	width: 34.5%;
}


#spec_rs .colspan .left {
	width: 23%;
}

#spec_rs .colspan .right {
	width: 70%;
}

#spec_oe .colspan .right {
	width: 70%;
}


#spec_cms .table_box_th .left{
	width: auto;
}

#spec_cms .left{
	width: 23%;
}

#spec_cms .right{
	width: 70%;
}




#spec .inner_box .space {
	height: 100px;
}



/*周辺機器*/

.peripherals {
	background: #e6f4ff;
}

.peripherals h3 {
    padding: 70px 0 50px 0;
}

.peripherals_box {
	float: left;
	background: #ffffff;
	width: 47%;
}

.peripherals_box_01 {
	margin-right: 3%;
}

.peripherals_box_02 {
	margin-left: 3%;
}

.peripherals_box img {
	width: 100%;
}

.peripherals_box .name {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    color: #0094bd;
}

.peripherals_box .text {
}

#fiz_system .peripherals_box .text {
    padding: 0px 20px 40px 20px;
	margin: 0;
	height: 70px;
}

.peripherals .item_area{
	width: 80%;
    max-width: 1000px;
    margin: 0 10% 0 10%;
}



/*製品紹介-推奨動作環境ここまで*/




/*サポート*/

.service {
	background: #e7f2ff;
}

.service_box {
	height: 410px;
	padding: 0px 30px;
}

#shimanavi {
	padding-top: 110px;
}

.service_text {
	text-align: left;
    width: 80%;
}

.service_box .s_img {
	width: 50%;
}

.service_box .s_text {
	width: 50%;
}


.service_img img {
	width: 100%;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}



#top_yarnbank_01 .text {
	padding: 0;
}




#top_yarnbank_02 .service_img img {
	box-shadow: none;
	margin-bottom: 80px;
	
}

#top_yarnbank_02 .img {
	width: auto;
	max-width: 50%;
}


#top_yarnbank_01 .text,
#top_yarnbank_02 .img,
#shimanavi .img,
#faq .text,
#yarnbank .img,
#usersite .text {
	float: left;
}

#top_yarnbank_01 .img,
#top_yarnbank_02 .text,
#shimanavi .text,
#faq .img,
#yarnbank .text,
#usersite .img {
	float: right;
}
 

.r_text .service_text {
	margin-left: 50px;
}

.l_text .service_text {
	margin-right: 50px;
}


.service_text h2 {
	color: #0094bd;
    font-weight: bold;
    font-size: 24px;
	margin-bottom: 5px;
}

.service_text h3 {
    font-size: 18px;
    padding: 0;
    color: #0094bd;
    margin-bottom: 20px;
}

.service_text > p {
	color: #414242;
}

.service .button {
	width: 270px;
	background: #0094bd;
	border-radius: 5px;
	height: 45px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.service .button :hover {
	background: #41b9da;
	border-radius: 5px;
}

#shimanavi_coming_soon .button {
    background: #808080;
}


.service .link_area{
	width: 270px;
	height: 45px;
}

.service .button_text {
	color: #ffffff;
}

.service .button {
	position: relative;
}

.service .button_area {
		padding-top: 40px;
}

.service .button_text{
	position: absolute;
    top: 9px;
    /*left: 160px;*/
    font-size: 20px;
    font-weight: 500;
}

#shimanavi .button_text{
    left: 55px;
}

#shimanavi #shimanavi_coming_soon .button_text{
    left: 90px;
}

#faq .button_text{
    left: 82px;
}

#yarnbank .button_text{
    left: 94px;
}

#usersite .button_text{
    left: 77px;
}

#top_yarnbank_01 .button_text{
	
}


.service .button_text p {
	font-size: 18px;
	font-weight: 500;
}

.service .arrow {
    position: absolute;
    top: 11px;
    left: 235px;
}

.service .arrow i {
	font-size: 24px;
	color: #e7f2ff;
}

.service .spanner {
    position: absolute;
    top: 14px;
    left: 235px;
}

.service .spanner i {
	font-size: 20px;
	color: #e7f2ff;
}


.service .button a {
  padding-top: 70px;
}

.service .button a span {
  position: absolute;
	/*
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
	*/
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotateY(0) rotateZ(0) translate(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotateY(0) rotateZ(0) translate(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(10px);
    opacity: 0;
  }
}

/*
.service .space {
	height: 50px;
}
*/

/*サポートここまで*/








/*RELEASE*/



.blue_area .logo img {
    width: 330px;
    max-width: 100%;
}

.blue_area .logo {
	margin: 0px auto 0px auto;
    padding-top: 50px;
}

.release .date p {
	font-size: 24px;
	font-weight: bold;
}

.release .date span {
	font-size: 40px;
	font-weight: bold;
}

.release .button {
	width: 400px;
	background: #f5e828;
	border-radius: 5px;
	margin: auto;
	height: 45px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.release .button :hover {
	border-radius: 5px;
	background: #f3eea4;
}

.release .link_area{
	width: 400px;
	height: 45px;
}

.release .button_text {
	color: #0094bd;
}

.release .inquiry_text p{
	margin: auto;
    padding: 85px 0 40px 0;
}

/*
.release .button_text i{
	float: left;
    margin-top: 5px;
    font-size: 20px;
	margin-left: 25px;
}
*/

.release .button {
	position: relative;
}

/*
.release .button_area {
    padding-bottom: 100px;
}
*/

.release .button_text{
	position: absolute;
    top: 9px;
    left: 90px;
    font-size: 20px;
    font-weight: bold;
	width: 220px;
}

.release .button_text p {
	font-size: 18px;
	font-weight: bold;
}

.release .arrow {
    position: absolute;
    top: 8px;
    left: 335px;
}

.release .arrow i {
	font-size: 30px;
	color: #0094bd
}


.release .button a {
  padding-top: 70px;
}

.release .button a span {
  position: absolute;
	/*
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
	*/
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotateY(0) rotateZ(0) translate(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotateY(0) rotateZ(0) translate(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(10px);
    opacity: 0;
  }
}


.release_box .space {
	padding-bottom: 100px;
}


/*RELEASEここまで*/


/*footer*/

.footer_under {
	background: #005b7f;
	height: 50px;
}

.footer {
	background: #005b7f;
}

.footer_box {
	max-width: 1000px;
	margin: auto;
	color: #ffffff;
	width: 95%;
}

.footer_box a {
	color: #ffffff;
}

.footer li {
	float: left;
	margin-left: 30px;
}

.footer address {
	float: right;
	margin-right: 30px;
}

.footer_box p,
.footer_box p span {
	font-size: 10px;
}

.footer li p > span {
	display: none;
}

.footer .line {
	background: #ffffff;
	height: 1px;
	margin: 15px 0 10px 0;
}

.footer .link {
	float: left;
	padding: 20px 30px 0 0;
}

.footer .link_box {
	max-width: 100%;
	padding: 0 30px;
}


.footer .logo {
    float: right;
	margin-top: 50px;
}

.footer .logo img {
	width: 200px;
}

.footer .link p {
	font-size: 14px;
}

.footer .app_trial p {
	font-weight: 500;
	color: #f5e828;
}

.footer a :hover {
	opacity: 0.6;
}



/*footerここまで*/


.fixed {
	display: none;
}






@media only screen and (max-width: 1800px) {
	
#fiz_pgm_top .virtual-video {
    width: 100%;
	padding-right: 0;
	object-position: right;
	font-family: 'object-position: right;';
}

}
	

@media only screen and (max-width: 1600px) {
	
#fiz_pgm_top .virtual-video {
	height: auto;
    width: 100%;
	}
	
#fiz_pgm_top .catch_copy {
    position: absolute;
    top: 17%;
}
	
	
	
}


@media only screen and (max-width: 1400px) {
/*	
#fiz_pgm_top .catch_copy {
    top: 22%;
}*/
	
#fiz_pgm_top .top_area h1 {
    font-size: 50px;
}
/*	
#fiz_pgm_top .top_area h2 {
    font-size: 23px;
}*/
}


@media only screen and (max-width: 1366px) {
/*パララックス解除*/
.fixed-bg {
  background-attachment: inherit;
  background-size: contain;
  background-position: center;
}
	
.inquiry_area {
  background-attachment: inherit;
  background-size: cover;
  background-position: center;
}
	
.language_box, .language > a {
    top: 35px;
}	
	
.app_mini {
    top: 38px;
}
	
}



@media only screen and (max-width: 1300px) {
	
#fiz_pgm_top .catch_copy {
    left: 4%;
}	
	
}



@media only screen and (max-width: 1200px) {
#fiz_pgm_top .top_area h1 {
    font-size: 50px;
}
	
#fiz_pgm_top .top_area h2 {
    font-size: 22px;
}
	
	
#fiz_pgm_top .catch_copy {
    left: 4%;
}
	
}

@media only screen and (max-width: 1100px) {
	
#fiz_pgm_top .top_area .header_bg {
    width: 60%;
}	
	
#fiz_product .top_area .header_bg,
#fiz_system .top_area .header_bg,
#fiz_support .top_area .header_bg,
#fiz_inquiry .top_area .header_bg {
    /*width: 60%;*/
	width: 75%;
}

/*
#fiz_product .top_area .header_bg:hover,
#fiz_system .top_area .header_bg:hover,
#fiz_support .top_area .header_bg:hover {
	    width: 75%;
}
*/	
	
	
#fiz_pgm_top .top_area h1 {
    font-size: 45px;
}

/*
#fiz_pgm_top .top_area h2 {
    font-size: 18px;
}*/
	
	
}

@media only screen and (max-width: 1050px) {

#fiz_pgm_top .catch_copy {
    left: 23px;
}
	
#fiz_support .top_area .header{
	background-image: url(../../images/support_top_d2.jpg);
}

}


@media only screen and (max-width: 1024px) {
	
.footer_under {
	height: 110px;
}
	
	

.fixed {
	display: inline;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 600;
    bottom: 0;
    background: linear-gradient(to right, #86e3e6, #f5e828);
}
	
.fixed a {
    width: 100%;
    height: 50px;
}
	
.fixed p {
    text-align: center;
    padding-top: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
	
.fixed i.fa-angle-double-right {
    float: left;
    font-size: 22px;
    position: absolute;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    position: absolute;
    top: 15px;
    left: 10px;
}
	
.fixed i.fa-angle-double-left {
    float: left;
    font-size: 22px;
    position: absolute;
    -webkit-animation: sdb_2 3s infinite;
    animation: sdb_2 3s infinite;
    position: absolute;
    top: 15px;
    right: 10px;
}
	
@-webkit-keyframes sdb_2 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(0) translate(10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(-10px);
    opacity: 0;
  }
}
@keyframes sdb_2 {
  0% {
    transform: rotateY(0) rotateZ(0) translate(10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(-10px);
    opacity: 0;
  }
}	
	
.fixed :hover {
	color: #0094bd;
}
	

}



@media only screen and (max-width: 1024px) {/*トライアルボタン設置後1024pxに移動*//*元830*/

.fiz_pgm .top_area {
	z-index: 1;
}
	
#header_d1 {
	display: none;
}
	
#header_d2 {
	display: inline;
	}

#header_d2 h5.logo {
    text-align: left;
	margin: 0;
    background: #0094bd;
	padding-left: 20px;
	height: 70px;
	}	
	
#header_d2 h5 img {
	width: 225px;
    padding: 10px 0 10px 0;
	}	
	
#header_d2 .language_box {
    top: 80px;
}	
	
	
#header_d2 h5.link {
    float: left;
    width: 27%;
    margin: auto;
    padding: 3%;
    text-align: center;
}	
	
#header_d2 h5 a {
    color: #0094bd;
    font-weight: 500;
}	
	
#header_d2 h5 {
    text-shadow: none;
}
	
	
.app_mini {
    /* position: static; */
    top: 33px;
    right: 105px;
    text-align: center;
    /* left: 709px; */
    background: #0094bd;
    /* padding: 10px 0 20px 0; */
}	
	
.app_mini .button,
.app_mini .link_area {
    width: 205px;
    height: 25px;
}
	
	
.app_mini .button_text p {
    font-size: 14px;
    padding-top: 2px;
}
	
#header_d2 .top_image {
		max-width: 100%;
		height: 330px;
		background: #0094bd;
}
	
	
#header_d2 .top_image img {
		width: 100%;
		height: 330px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		opacity: 0.9;
}
	
/*
#header_d2 .language_box{
	display: none;
	}
*/
	
#fiz_pgm_top .top_area h1 {
	margin-top: 50px;
}
	
	
	
	
#fiz_pgm_top .catch_copy {
    position: relative;
	text-align: center;
	left: 0;
    max-width: 90%;
    margin: 20px auto 50px auto;
	}	
	
.subject {
    /*position: relative;
	text-align: center;
	left: 0;
    max-width: 90%;
    margin: 20px auto 10px auto;*/
	top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	}	
	
.subject h1 {
	font-size: 34px;
    font-weight: bold;
    letter-spacing: 5px;
    top: 0;
    left: 0;
    /*text-shadow: none;*/
	color: #ffffff;
    /*margin-top: 30px;*/
	text-shadow: 1px 1px 3px #0094bd;
}
	
	
	
#fiz_pgm_top .top_area .header_bg {
	height: 100%;	
}
	
/*	
#fiz_pgm_top .top_area .header_bg {
    width: 35%;
}

#fiz_product .top_area .header_bg,
#fiz_system .top_area .header_bg,
#fiz_support .top_area .header_bg {
    width: 35%;
}
	
#fiz_product .top_area .header_bg:hover,
#fiz_system .top_area .header_bg:hover,
#fiz_support .top_area .header_bg:hover{
    width: 35%;
}	
*/	
	
	
#fiz_product .top_area .header,
#fiz_support .top_area .header {
    height: 440px;
	position: static;
}	
	
	
	
#fiz_pgm_top .catch_copy {
}
	
#fiz_pgm_top .top_area h1 {
	text-shadow: none;
    color: #0094bd;
}	
	
#fiz_pgm_top .top_area h2 {
	text-shadow: none;
    color: #0094bd;
}	
	
	/*
.sound {
    width: 100%;
}	
*/	
	
#header_d2 .catch_copy .demo .button, 
#header_d2 .catch_copy .demo .link_area {
    width: 400px;
}
	
}	




@media only screen and (max-width: 1000px) {
	
#fiz_pgm_top .catch_copy {
    top: 18%;
}
	
#fiz_pgm_top .top_area h1 {
    font-size: 40px;
}
	
#fiz_pgm_top .top_area h2 {
    font-size: 21px;
}
	
.virtual .space {
    height: 80px;
}	
	
	
	

/*製品紹介　製品一覧*/
#product_d1 .type_l h4 {
    margin: 27px auto auto 10px;
    font-size: 20px;
}	
	
	
	
/*サポート*/	
.service_box {
    height: 380px;
    padding: 0px 30px;
}
	
}


@media only screen and (max-width: 950px) {
	
#fiz_pgm_top .top_area .header_bg {
    width: 65%;
	}	
	
#fiz_product .top_area .header_bg,
#fiz_system .top_area .header_bg,
#fiz_support .top_area .header_bg {
	width: 80%;
    /*width: 65%;*/
}

/*
#fiz_product .top_area .header_bg:hover,
#fiz_system .top_area .header_bg:hover,
#fiz_support .top_area .header_bg:hover {
	    width: 80%;
}
*/
	
/*周辺機器*/
	
.peripherals .item_area {
    margin: 0 5% 0 5%;
	width: auto;
}	
	
.option_d1 {
	display: none;
}
	
.option_d2 {
	display: block;
}
}



@media only screen and (max-width: 900px) {
	
#fiz_pgm_top .top_area .header_bg {
    width: 70%;
	}	
	
#fiz_product .top_area .header_bg,
#fiz_system .top_area .header_bg,
#fiz_support .top_area .header_bg,
#fiz_inquiry .top_area .header_bg {
    /*width: 70%;*/
	width: 85%;
}

/*	
#fiz_product .top_area .header_bg:hover,
#fiz_system .top_area .header_bg:hover,
#fiz_support .top_area .header_bg:hover {
	    width: 85%;
}
*/	

/*トップ*/
.worries .case {
	float: left;
    width: 50%;
    text-align: center;
    margin: 50px auto 80px auto;
}
	
.case_box {
    width: 85%;
    margin: auto;	
}
	
	
	
/*製品紹介*/
	
	
.type .case h4 img {
    height: 22px;
    margin-top: 8px;
}	
/*	
#product_d1 .c_inner > p {
	height: 45px;
}	
	*/
	
#product_d1 .c_inner > p {
    font-size: 13px;
}	
	
#product_d1 .type_l h4 {
    margin: 25px auto auto 10px;
    font-size: 20px;
}	
	
	
	
	
	
.table, .spec_box .note {
    width: 100%;
}	
	

	

/*サポート*/
.service_box {
    height: 410px;
}

}

@media only screen and (max-width: 850px) {
	
#fiz_pgm_top .top_area .header_bg {
    width: 80%;
}	
	
#fiz_product .top_area .header_bg,
#fiz_system .top_area .header_bg,
#fiz_support .top_area .header_bg,
#fiz_inquiry .top_area .header_bg{
    /*width: 80%;*/
	width: 90%;
}
	
/*	
#fiz_product .top_area .header_bg:hover,
#fiz_system .top_area .header_bg:hover,
#fiz_support .top_area .header_bg:hover {
	    width: 90%;
}
*/
	
	
#fiz_pgm_top .top_area h1 {
    font-size: 36px;
}
	
	
	
.case_area .button_area {
    margin: 20% auto;
}	
	
	
.yarnbank h3 {
    padding: 50px 0 70px 0;
}	
	
	
	

/*製品紹介　製品一覧*/

#product_d1 .fs .color_area p {
    font-size: 12px;
}	
	
#product_d1 .ability .color_area p {
    font-size: 12px;
}	
	
#product_d1 .ability .color_area {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 25px;
    margin-bottom: 25px;}	
	
#product_d1 .fs .color_area {
    margin: 3% 2%;
}	
	
#product_d1 .c_inner > p {
    padding: 1% 2% 0 2%;
}	
	
#product_d1 .ability .color_area {
    width: 21%;
}	
	
#product_d1 .c_inner > p {
    font-size: 12px;
}
	
#product_d1 .suit p {
    font-size: 12px;
}	
	
#product_d1 .suit {
    width: 75%;
    height: 26px;
}

#product_d1 .type_r li {
    padding: 1% 7%;
}

/*
#product_d1 .type_r {
    width: 22%;
}

#product_d1 .type_l {
    width: 25%;
}
	*/

/*サポート*/
	
.service_box .s_img {
    height: 300px;
}
	
.service_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 0% 0%;
	font-family: 'object-fit: cover; object-position: 0% 0%;';
}
	
	/*
#top_yarnbank_01 .service_box {
    height: 430px;
}
	*/
#top_yarnbank_02 {
    height: 400px;
}
#top_yarnbank_02 .service_img img {
    height: auto;
}	
	
}	










@media only screen and (max-width: 820px) {

#fiz_product .individual .name_case {
    float: none;
    margin: auto;
    text-align: center;
}	
	
#fiz_product .individual .copy {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
    height: auto;
    /*margin-bottom: 20px;*/
}	
	
#fiz_product .individual .space_03 {
	height: 40px;
}

#fiz_product .individual .space_04 {
	height: 70px;
}
	
}
	
	
	
	
	
@media only screen and (max-width: 800px) {
	
	
	
/*トップ*/
/*	
.reality .image {
    padding-top: 50px;
}
	*/
.reality {
    padding-top: 90px;
}	
	
.merit img {
    max-width: 100%;
}	
.colorway-video {
    max-width: 100%;
}	
	
	
	
/*製品紹介*/
	
.type .case h4 img {
    height: 21px;
    margin-top: 9px;
}	
	
/*	
#spec_oe .left {
    width: 33%;
}*/
	
.table_box_th .left, #spec_rs .left, #spec_ms .left, #spec_rs .colspan .left, #spec_oe .left {
    width: 16%;
}
	
.table_box_th .right, #spec_rs .right, #spec_ms .right, #spec_oe .right {
    width: 38%;
}	
	
	/*
#spec_cms .left {
    width: 16%;
}*/
	
	
	
}


@media only screen and (max-width: 750px) {
	
	
.yarnbank h3 {
    padding: 50px 0 50px 0;
}
	
.yarnbank .space {
	height: 60px
}

.yarnbank .service_box {
    padding: 0px ;
}
	
.yarnbank .button {
    margin: auto;
}	
	
	
.yarnbank .l_text .service_text,
.yarnbank .r_text .service_text {
    margin: 30px auto 0 auto;
}	
	
.yarnbank .service_text > p {
    color: #414242;
    width: 500px;
    margin: auto;
    max-width: 95%;
}	
	
/*	
#top_yarnbank_02 .service_img img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: 0% 0%;
	font-family: 'object-fit: contain; object-position: 0% 0%;';
}*/
	
#top_yarnbank_02 .img {
	margin: auto;
	float: none;
		
}	
	
#top_yarnbank_02 .img {
    width: 500px;
    max-width: 90%;
	height: auto;
}	
	
#top_yarnbank_02 .img img {
	height: auto;
	margin-bottom: 0;
	width: 400px;
    max-width: 95%;
}	
	
#top_yarnbank_02 .service_text {
    margin: 0 auto 0 auto;
}	
		
.yarnbank .button, .yarnbank .link_area {
    width: 400px;
}	
	
.yarnbank .button_text {
    left: 155px;
}	
	
.yarnbank .arrow {
    left: 335px;
}
	
	
/*製品紹介*/
	

	
	
#product_d1 {
	display: none;
}
	
#product_d2 {
	display: inline;
	}

#product_d2 .type_name_d2 {
	display: none;
}
	
	
#product_d2	#contents_d2 {
	display: none;
}
	
	
#product_d2	.contents :hover {
	opacity: 0.6;
}
	
#product_d2 .space {
	height: 70px;
}
	
	
	
#contents_d1 .contents_box h4 img {
	height: 25px;
    margin-top: 5px;
}	
	
#contents_d1 .contents_box h4 span {
	position: absolute;
    width: max-content;
    margin-top: 7px;
    font-size: 14px;
}	

.details .type_name_d1 img,
.details .type_name_d2 img {
	height: 25px;
}

/*
.details .type_name_d1 span,
.details .type_name_d2 span {
	height: 25px;
}
	*/
	
.details .type_name_d1 {
	position: relative;
}
	
.details .type_name_d1 span {
	position: absolute;
	top: 3px;
}
	
	
	
#fiz_product .individual .copy .copy_d1 {
	display: none;
}
	
#fiz_product .individual .copy .copy_d2 {
	display: inline;
}
	
	
/*周辺機器*/	
	
.peripherals .item_area {
    margin: 0;
}	
	
.peripherals_box_01 {
    margin-right: 1%;
}	
	
.peripherals_box_02 {
    margin-left: 1%;
}
	
.peripherals_box {
    width: 49%;
}	

	
	
	
/*サポート*/
	
#fiz_support .top_area .header {
    background: none;
}	
	
#fiz_support .top_area h1 {
    font-size: 34px;
	    padding: 5px;
    top: 0;
    left: 0;
}	
	
#shimanavi {
    padding-top: 90px;
}
	
#shimanavi .img, 
#faq .text, 
#yarnbank .img, 
#usersite .text {
    float: none;
}
	
#shimanavi .text, 
#faq .img, 
#yarnbank .text, 
#usersite .img {
    float: none;
}
	
.service_text h2 {
    color: #0094bd;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
}	

.service_box {
    height: 575px;
	padding: 0;
}
	
.service_box .s_img {
    width: 100%;
    height: 250px;
}	
	
.service_img img {
    width: 100%;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    height: 250px;
}
	
.service_box .s_text {
    width: 100%;
}
	
.service_text {
    text-align: center;
    width: 100%;
}
		
.l_text .service_text,
.r_text .service_text {
    margin: auto;
}
		
.service .button {
    margin: auto;
}
	
#fiz_pgm_top .service_text h4 {
    margin-bottom: 5px;
    margin-top: 20px;
}
	
#fiz_pgm_top .service_box {
    height: 520px;
	padding: 0;
}
	
#fiz_pgm_top .service h3 {
	padding-bottom: 50px; 
}
	
#fiz_pgm_top #faq {
	height: 520px;
}
	
}



@media only screen and (max-width: 740px) {
#fiz_pgm_top .header {
    height: auto;
}
}


@media only screen and (max-width: 700px) {
	
	
#fiz_product .top_area .header,
#fiz_support .top_area .header {
    height: 410px;
}	
	
.case_box {
    width: 90%;
}
	
.table_box_th .left, #spec_rs .left, #spec_ms .left, #spec_rs .colspan .left, #spec_oe .left {
    width: 15%;
}
	
#spec_cms .left {
    width: 15%;
}
	
	
/* フッター */	
	
.footer .link {
    float: none;
    padding: 20px 0 0 0;
    text-align: center;
}
	
.footer .logo {
    float: right;
    margin-top: 0;
}	

/* フッター */	
	
	
.footer .logo {
    text-align: center;
    width: 90%;
    float: none;
    margin: 50px auto 0 auto;
}

.footer .logo img {
	width: 150px;
}
	
.footer li {
	float: none;
	text-align: center;
	margin: 0 0 10px 0;
}	
	
.footer address {
	float: none;
	text-align: center;
	margin: 0 0 10px 0;
}	

.footer_box{
    padding-bottom:100px;
}
	
	
}


@media only screen and (max-width: 650px) {

/*製品紹介*/
	
#fiz_product .top_area .header,
#fiz_support .top_area .header {
    height: 380px;
}	
	
.left, #spec_ms .left, #spec_rs .colspan .left {
    width: 15%;
    font-size: 12px;
}
	
#spec_cms .left {
    font-size: 12px;
}
	
#spec_oe .right {
    font-size: 12px;
}

.table_box_th .center, #spec_rs .center, #spec_ms .center, #spec_oe .center {
    font-size: 12px;
}
	
.table_box_th .right, #spec_rs .right, #spec_ms .right, #spec_oe .right {
/*    width: 38%; */
    font-size: 12px;
}
	
	
#spec_cms .right {
    font-size: 12px;
}
	
.table_box, .table_box_th {
    height: 37px;
}	
/*	
#spec_oe .left {
    width: 32%;
}*/
	
#product_d2 .type_name_d1 {
	display: none;
}
	
#product_d2 .type_name_d2 {
	display: inline;
}
	
#option .case {
	width: 100%;
	padding: 0;
	float: none;
	margin: auto;
}
	
#option .case .text {
	width: 80%;
	margin: auto;
	}
	
.underline {
    width: 230px;
}	
	
.option_d2 {
	display: none;
}
	
.option_d1 {
	display: block;
}
	
}


@media only screen and (max-width: 600px) {
	
.top_area h5 {
    margin: 20px 20px;
}	
	
.top_area h5.logo {
    margin: 10px 13px;
}	
	
	
/*製品紹介*/
	
#fiz_product .top_area .header,
#fiz_support .top_area .header {
    height: 360px;
}	
	
	
#subkeyboard_r_d1 {
	display: none;
}
	
#subkeyboard_r_d2 {
	display: inline;
}
/*	
#spec_oe .left {
    width: 23%;
}
	
#spec_oe .right {
    width: 67%;
}	*/
	
#spec_rs .colspan .right {
    width: 75%;
}	

#spec_cms .right {
    width: 74%;
}	
	
#product_d2	#contents_d1 {
	display: none;
}

#product_d2	#contents_d2 {
	display: inline;
}
	
#product_d2 .contents_box h4 span {
    font-size: 14px;
}	
	
#product_d2 .contents_box h4 span {
    margin-left: 0;
}	
	
#product_d2 .contents_box {
    height: 80px;
}
	
#header_d2 .app_mini {
	display: none;
}	

}



@media only screen and (max-width: 560px) {
/*
.fixed {
	display: inline;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 600;
    bottom: 0;
    background: linear-gradient(to right, #86e3e6, #f5e828);
}
	
.fixed p {
    text-align: center;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
	
.fixed i.fa-angle-double-right {
    float: left;
    font-size: 22px;
    position: absolute;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    position: absolute;
    top: 15px;
    left: 50px;
    color: #ffffff;
}
	
.fixed i.fa-angle-double-left {
    float: left;
    font-size: 22px;
    position: absolute;
    -webkit-animation: sdb_2 3s infinite;
    animation: sdb_2 3s infinite;
    position: absolute;
    top: 15px;
    right: 50px;
    color: #ffffff;
}
	
@-webkit-keyframes sdb_2 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(0) translate(10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(-10px);
    opacity: 0;
  }
}
@keyframes sdb_2 {
  0% {
    transform: rotateY(0) rotateZ(0) translate(10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(720deg) translate(-10px);
    opacity: 0;
  }
}	
	*/
	
	
/*追加*/
	
#fiz_product .individual .copy p {
    font-size: 20px;
}
	
#fiz_product .individual .name_case {
    width: 200px;
	height: 70px;
    color: #ffffff;
}

#fiz_product .individual .name_logo {
	float: none;
	margin-right: 0;
}

#fiz_product .individual .name_text {
	text-align: center;
    float: none;
	margin-top: 3px;
}

/*追加ここまで*/
	
	
	
	
	
	
}	


@media only screen and (max-width: 550px) {
	
#header_d2 h5.logo {
    text-align: center;
    padding-left: 10px;
}	
	/*
.app {
    position: static;
    top: 20px;
    right: 95px;
    text-align: center;
    background: #0094bd;
    padding: 10px 0 20px 0; 
}
	
.app .button,
.app .link_area {
    width: 155px;
    height: 20px;
}	
	
.app .button_text p {
    font-size: 12px;
    padding-top: 1px;
}*/
	
.top_area h5 {
    margin: 15px 15px;
}
	
.top_area h5.logo {
    margin: 5px 8px;
}
	
	
	
/*製品紹介*/
	
#fiz_product .top_area .header,
#fiz_support .top_area .header {
    height: 330px;
}	

.table_box_th .center, #spec_rs .center, #spec_ms .center {
    width: 33%;
}
	
.left, #spec_ms .left, #spec_rs .colspan .left {
    width: 16%;
}
	
.table_box_th .left, #spec_rs .left, #spec_ms .left, #spec_rs .colspan .left {
    width: 16%;
}	
	
#spec_cms .left {
    width: 16%;
}	
.table_box_th .right, #spec_rs .right, #spec_ms .right {
    width: 37%;
}	
	
.table_box .left, .table_box .center, .table_box .right, .table_box_th .left, .table_box_th .center, .table_box_th .right {
    float: left;
    padding: 10px 5px 10px 5px;
}
	
#fiz_system .peripherals_box .text {
	height: 80px;
}	
	
#spec_oe .center {
    width: 37%;
}	
	
.oe_br {
	display: inline;
}	
	
	#storage .left {
		height: 36px;
	}	

#fiz_pgm_top .top_area h1 {
	   font-size: 30px;
}
	
#fiz_pgm_top .top_area h2 {
    font-size: 20px;
}	
}
	

@media only screen and (max-width: 500px) {
	
.top_area h5 img {
    width: 100px;
}	
	
/*	
#fiz_pgm_top .top_area .header_bg {
    width: 40%;
}
	
#fiz_product .top_area .header_bg,
#fiz_system .top_area .header_bg,
#fiz_support .top_area .header_bg {
    width: 40%;
}
	
#fiz_product .top_area .header_bg:hover,
#fiz_system .top_area .header_bg:hover,
#fiz_support .top_area .header_bg:hover{
    width: 40%;
}	
*/	
	
	
	
h3 {
    font-size: 20px;
}
	
	
.worries .case {
	float: none;
	width: 100%;
	text-align: center;
    margin: 35px auto 50px auto;
}
	
.icon {
    width: 70px;
    margin-bottom: 0px;
    float: left;
	margin-left: 15px;
	margin-right: 25px;
}	
	
.worries .case p {
    font-size: 13px;
    font-weight: 500;
    padding-top: 20px;
}	
	
#manual-slider06-active label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #bbb;
    border-radius: 50%;
    margin: 20px 5px;
}
	
.reality {
    padding-top: 10px;
}	
	
.merit {
    padding-bottom: 30px;
}	
	
.real_time {
    padding-bottom: 80px;
}	
/*	
.merit .image {
	padding-top: 80px;
}*/
	
.reality .image {
    padding-top: 50px;
}
	
	
.solve .space {
    height: 80px;
}

#header_d2 .catch_copy .demo .button,
.inquiry_area .button,
.dx_area .button,
.case_area .button,
.yarnbank .button {
	width: 270px;
}
	
#header_d2 .catch_copy .demo .link_area,
.inquiry_area .link_area,
.dx_area .link_area,
.case_area .link_area,
.yarnbank .link_area{
	width: 270px;
}
	
.inquiry_area .button_text,
.dx_area .button_text,
.case_area .button_text,
.yarnbank .button_text {
    left: 95px;
}

.inquiry_area .arrow,
.dx_area .arrow,
.case_area .arrow,
.yarnbank .arrow {
    top: 11px;
    left: 230px;
}	

.inquiry_area .arrow i,
.dx_area .arrow i,
.case_area .arrow i,
.yarnbank .arrow i {
    font-size: 24px;
}
	
.yarnbank .logo_d1 {
	display: none;
}

.yarnbank .logo_d2 {
	display: inline;
}
	
.yarnbank h3 img {
    width: 250px;
}	
	
.yarnbank h3 p {
    margin-top: 15px;
}	
	
.virtual .space {
    height: 40px;
}
	
.merit h4 {
    font-size: 20px;
}	
	
	
	
/*製品紹介*/
	
	
#product_d2 .set h4 span {
    margin-left: 0;
	margin-bottom: 10px;
}	
	
#product_d2 .details_box .set h4 {
    margin-bottom: 0;
}	
	
	
	
#contents_d2 h4 img {
	height: 25px;
	margin-top: 5px;
}
	
.details .type_name_d2 img {
    margin-bottom: 5px;
}	
	
	
	
/*周辺機器*/
	
.peripherals_box {
    float: none;
}	
	
.peripherals_box_01 {
    margin-right: 0;
	margin-bottom: 30px;
}	
	
.peripherals_box_02 {
    margin-left: 0;
}
	
.peripherals_box {
    width: 100%;
}	
	
#fiz_system .peripherals_box .text {
	height: auto;
}	
	
	
	
	
	
	
	
/*リリース*/	
.release .button {
	width: 270px;
}

.release .link_area{
	width: 270px;
}
	
.release .button_text {
    left: 25px;
}
	
.release .arrow {
    top: 11px;
    left: 230px;
}	
	
.release .arrow i {
    font-size: 24px;
}	
	

	
/*製品紹介*/
	
	
#fiz_product .top_area .header,
#fiz_support .top_area .header {
    height: 300px;
}	
	
	
	
	
	/*
#spec_oe .left {
    width: 24%;
}	*/
	
	
#scanner_r_d1 {
	display: none;
}
	
#scanner_r_d2 {
	display: inline;
}
	
.table_box_th .center, #spec_rs .center, #spec_ms .center {
    width: 28%;
}	
	
.table_box_th .right, #spec_rs .right, #spec_ms .right {
    width: 38%;
}
	
.left, #spec_ms .left, #spec_rs .colspan .left {
    width: 19%;
}
	
.table_box_th .left, #spec_rs .left, #spec_ms .left, #spec_rs .colspan .left {
    width: 19%;
}	
	
#spec_cms .left {
    width: 19%;
}	

#scanner .left {
	height: 36px;
}
	
	
	
	
/* フッター */	
	
	
	
/*削除ここまで*/	
	

	
	
	
}


@media only screen and (max-width: 460px) {

#fiz_product .individual .button_area_d1 {
	display: none;
}
	
#fiz_product .individual .button_area_d2 {
	display: inline;
}
	
#fiz_product .individual .button {
    position: relative;
	width: 270px;
	background: #f5e828;
	border-radius: 5px;
	height: 75px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	margin: auto;
}

#fiz_product .individual .link_area{
	width: 270px;
	height: 75px;
}

#fiz_product .individual .button_text p {
	color: #0094bd;
	font-size: 18px;
    font-weight: bold;
	padding-top: 9px;
}

#fiz_product .individual .button a span {
    position: absolute;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
}

#fiz_product .individual .arrow {
    position: absolute;
    top: 26px;
    left: 235px;
}
	
#fiz_product .individual .arrow i {
	font-size: 24px;
	color: #0094bd;
}
	
#fiz_pgm_top .top_area h1 {
	   font-size: 26px;
}
	
#fiz_pgm_top .top_area h2 {
    font-size: 17px;
}	


}


@media only screen and (max-width: 450px) {
	
.top_area h5 img {
    width: 80px;
}	
	
	
	
	
	/*製品紹介*/
	
#fiz_product .top_area .header,
#fiz_support .top_area .header {
    height: 270px;
}	
	
	
	
#fiz_product .top_area h1 {
    font-size: 32px;
}	
	
	
	
.os_br {
	display: none;
}

	
	
#os .left {
		height: 50px;
	}
	
.table_box_2lines .left,
.table_box_2lines .center,
.table_box_2lines .right {
	height: 50px;
}
	
#spec_rs .colspan .right {
    width: 69%;
}
	
#spec_cms .right {
    width: 69%;
}
	
	
#spec_cms .left {
    width: 21%;
}	
	
.table_box_th .left, #spec_rs .left, #spec_ms .left, #spec_rs .colspan .left {
    width: 21%;
}	
	
#gpu1_r_d1 {
	display: none;
}
	
#gpu1_r_d2 {
	display: inline;
}
	
	
	
	
	
	
	
	
/*サポート*/
	
#fiz_support .top_area h1 {
    font-size: 32px;
}	
	
	
	
	
	
}






@media only screen and (max-width: 400px) {
	
	
	
.worries .case {
    padding: 0;
}	
	
#fiz_product .top_area .header,
#fiz_support .top_area .header {
    height: 250px;
}	
	
	
	

.service .button {
    width: 270px;
}
	
.service .link_area {
    width: 270px;
}

/*
#shimanavi .button_text {
    left: 90px;
}
	
#faq .button_text {
    left: 95px;
}	
	
#usersite .button_text {
    left: 77px;
}
	*/

.service .arrow {
    left: 235px;
	top: 13px;
}
	
.service .arrow i {
    font-size: 20px;
}

#spec_oe .left {
    width: 20%;
}
	
#spec_oe .center {
    width: 29%;
}

#spec_oe .right {
    width: 39%;
    /*text-align:left;*/
}

#spec_cms .left {
    width: 23%;
}	
	
.table_box_th .left, #spec_rs .left, #spec_ms .left, #spec_rs .colspan .left {
    width: 23%;
}	

#fiz_pgm_top .top_area h1 {
	   font-size: 24px;
}
	
#fiz_pgm_top .top_area h2 {
    font-size: 16px;
}	

}

@media only screen and (max-width: 360px) {
	
/*トップ*/
#fiz_pgm_top .top_area h1,
#fiz_pgm_top .top_area h2 {
	letter-spacing: 0px;
}
	

	
/*製品紹介*/
	
#fiz_product .top_area .header,
#fiz_support .top_area .header {
    height: 220px;
}	
	
	
	
#spec_oe .left {
    width: 21%;
}
	
#spec_oe .left_top {
	height: 70px;
}
	
#spec_oe .center {
    width: 28%;
}
	
#spec_oe .right {
    width: 39%;
}	
	
#monitor .left {
		height: 36px;
	}
	
.table_box_th .left, #spec_rs .left, #spec_ms .left, #spec_rs .colspan .left {
    width: 27%;
}	
	
#spec_cms .left {
    width: 27%;
}
	
#spec_cms .right {
    width: 58%;
}
	
.table_box_th .right, #spec_rs .right, #spec_ms .right {
    width: 32%;
}
	
#spec_rs .colspan .right {
    width: 63%;
}	
	
#display .left {
    height: 70px;
}	
	
#cpu2 .left {
    height: 36px;
}	
	
#gpu2 .left {
    height: 36px;
}	

#display .left {
    height: 36px;
}	
	
#scanner .left {
    height: 54px;
}

#spec_cms .table_box_th {
    height: 54px;
}
	
.table_box_2lines .left, .table_box_2lines .center, .table_box_2lines .right {
    height: 70px;
}
	
#cms_l_d1 {
	display: none;
}
	
#cms_l_d2 {
	display: inline;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}
