@charset "utf-8";
/***********************************/
/*             共通                  */
/***********************************/
body {
  background-color: #fff;
}
/***********************************/
/*             SP                  */
/***********************************/
@media screen and (max-width: 991px) {
 
.pc_only { display: none !important; }	
    .pc { display: none !important; }
    .sp { display: block !important; }		

	
	
#top{
		width:100%;		
		margin:0 auto;
		text-align: center;
		padding:0 0 4rem;
	background:#000;
	}
	
	#top h2{
		color:#fff;	
		width:90%;

		margin:6rem auto 0;
	}
	#top p.top_txt{
		font-size:1rem;
		color:#fff;	
		text-align: center;
		width:90%;
		max-width:600px;
		margin:0 auto;
        padding-bottom:0;
	}
	


	#top img{
		width:100%;
		margin:0 auto;
	
	}
		h2{
display:block;
	font-size:1.8rem;
	color:#333;
	font-weight:normal;
	margin:0 auto;
	text-align: center;
	padding:0.8em;
			line-height: 1em;

  }
	h2 span{
		margin-top:0.5rem;
	display: block;
		font-size:0.9rem;
		line-height: 1.2em;
		letter-spacing: 0.2rem;
	}
					h3{
display:block;
font-size: 1.2rem;
				font-weight: bold;

		color: #333;
	padding-bottom:0;

  }
	.feature_wrap{
		display:block;
		width:85%;
		max-width:1000px;
		margin:0 auto;
		align-items:center;
		justify-content:space-between;
		padding:3rem 0;
	}
	.feature_img{
		
		width:100%;

	}
	.feature_img img{
		margin:0 auto;
		width:100%;
	}
	.feature_wrap .feature_txt{
		text-align: left;
		width:100%;
		max-width:600px;
		border-bottom:1px solid #ccc;
		padding:1rem 0;
	}
	.feature_wrap .feature_txt:last-child{

		border-bottom:none;

	}
	.feature_wrap .feature_txt p{
		font-size:1rem;
	  line-height: 1.5rem;
		display: block;
	  margin: 1.5em auto;
		text-align:left;
	}


	p span.note{
		font-size:0.8em;
	  line-height: 1em;
		display: block;
	  margin: 1em auto 0;
		text-align:left;

	}
	
	
	
	#feature02 {
	  text-align:center;
	  width:100%;	
	  padding-top:0;
	  padding-bottom:1rem;
	}
    #feature02 h2{
	background:#000;	
		color:#fff;
		}
        #feature02 p{
	background:#000;	
		color:#fff;
            margin:0;
            padding:1rem 1rem 0;
		}
	#feature03, #feature04, #feature05, #feature06 {
	  text-align:center;
	  width:100%;	
	  padding-top:2rem;
	  padding-bottom:0;
	}

	#feature04, #feature06{
		background:#f7f7f7;
	}
	#feature06 .case_wrap{
		display:flex;
		flex-wrap: wrap;
		width:100%;
		max-width:1200px;
		margin:2rem auto;
		align-items:flex-start;
	}
	#feature06 .case_item{		
		width:48%;
		max-width:400px;
		margin:2rem auto;
		padding:0 1%;
		display:flex;
		flex-direction: column;
		
	}
	#feature06 .case_item h3{	

	}
	#feature06 .case_item p{
		display: block;
		margin: 0.8em auto;
		text-align:left;
		width:90%;
		max-width:600px;
		
	}
	#feature06 .case_item img{
		width:100%;
		margin-top: auto;
		
	}
	
	
		#tsc {
 	display:block;
	text-align:center;
	background: #fff url("../images/image_sp_tsc.jpg") no-repeat top center;
	background-size:cover;
	margin-top:0;
	width:100%;
	padding-top:4em;
	padding-bottom:4em;
  }
	
	#tsc h2{
display:block;
				width:80%;
	  font-size:2.5em;
	  font-weight:normal;
	padding-bottom:2em;
		margin:0 auto;

  }	
	#tsc p{
display:block;
	  font-size:1.5em;
	  font-weight:normal;
		width:80%;
		text-align:left;
		margin:0 auto;

  }	
	#spec {
		text-align:center;
	  width:100%;	
	  padding-top:6rem;
padding-bottom:6rem;
	}
	
	#spec table{
		border-collapse: collapse;
		width:70%;	
		max-width:1200px;
		margin:0 auto;
  font-size:0.9rem;
	}
	#spec table tr{
		
	}
	#spec table th{
		padding:1rem;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		border-right: none;
		border-left: none;
		background:#f9f9f9;
		text-align: left;
		width:20%;
	}
	#spec table td{
		padding:1rem;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		border-right: none;
		border-left: none;
		text-align: left;
		width:30%;
	}
		#spec table td.head{
		font-weight: bold;
	}
	#spec div.productimg{
		width:100%;
		padding:1rem;
		margin:0 auto;
		max-width:400px;
	}
	
#support {
    background-color: #F6F6F6;
    width: 100%;
    margin-top: 0px;
    padding-top: 3em;
    margin-bottom: 0px;
    padding-bottom: 6em;
  }
  #support h2 {
    text-align: center;
    font-weight: normal;
    font-size: 2em;
	  margin-bottom:2em;
  }
		#support .support_wrap{
		margin: 0 auto;
		
	}
	#support a{
			text-decoration: none;	
	}
	#support .manual{
    text-align:center;
		margin:2em auto 3.5em;
	}
	#support .contact{
    
			text-align:center;
		margin:2em auto;
	}
	#support .fa-solid{
	color:#3D3D3D;
		font-size:6em;
	}
	#support .link_txt{
		display:block;
	color:#3D3D3D;
		font-size:1.2em;
		font-weight: bold;
		margin-top:0.5em;
				margin-bottom:0;

	}



}
/***********************************/
/*                PC               */
/***********************************/
@media screen and (min-width: 992px) {
	.pc { display: block !important; }
.sp { display: none !important; }	
	.wrap {
    overflow: visible;
  }

	body{
		padding-left:0;
	}

	.top-navbar.fixed-menu .bg-light{
	position:relative;
	}
#nav_product {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    border: #ccc 1px solid;
    border-right: #ccc 0px solid;
    border-left: #ccc 0px solid;
    z-index: 8;
    opacity: 0.8;
    background: #fff;
    display: flex;
    justify-content: space-between;
	align-items:center;
    padding: 0.5em 4em;
	font-size: 0.9em;
  }
#nav_product .product_name {
text-align: left;
	margin: 0.5em auto;
  }
#nav_product .product_name .model {
    font-size: 1.2em;
	font-weight:bold;
	margin-right:1em;
  }
#nav_product .product_link {
    display: flex;
    text-align: left;
    margin: 0.5em auto;
	  padding:0;
  }
  #nav_product ul li {
    text-decoration: none;
    display: block;
    margin: 0 1.5em 0 0;
  }
  .product_link a {
    display: block;
    text-decoration: none;
	      color: #333;
  }
  .product_link a::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 1em;
    padding-right: 0.5em;
    line-height: 1em;
  }
  .product_link a:hover {
    color: #333;
    text-decoration: none;
  }
  .product_link a:visited {
    color: #333;
    text-decoration: none;
  }
  #nav_product .contact_btn {
    display: block;
    padding: 0.8em 1em;
    margin: auto 0px auto;
    text-decoration: none;
    border-radius: 5px;
	background-color:#333;
	color:#fff;
	font-size: 1em;
  }
  #nav_product .contact_btn:hover {
	background-color:#666;
	}
  #nav_product .contact_btn a::before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 1.2em;
    padding-right: 0.5em;
    line-height: 1.2em;
  }
  #nav_product .contact_btn a {
    color: #fff;
    text-decoration: none;
  }
  #nav_product .contact_btn a:hover {
    color: #fff;
    text-decoration: none;
  }
  #nav_product .contact_btn a:visited {
    color: #fff;
    text-decoration: none;
  }


	
			h2{
display:block;
	font-size:2.3rem;
	color:#333;
	font-weight:normal;
	margin:0 auto;
	text-align: center;
	padding-bottom:0.8em;

  }
	h2 span{

			display: block;
		font-size:0.9rem;
		line-height: 4em;
		letter-spacing: 0.2rem;
	}
				h3{
display:block;
font-size: 1.5rem;
				font-weight: bold;

	padding-bottom:0;

  }
	
	#top{
		width:100%;
		
		margin:0 auto;
		text-align: center;
		padding:0 0 3rem;
		background:#000;
	}
	#top h2{
		color:#fff;	
		width:90%;
		max-width:1000px;
		margin:6rem auto 0;
	}
	#top p.top_txt{
		font-size:1.2rem;
		color:#fff;	
		text-align: center;
		width:90%;
		max-width:1000px;
		margin:0 auto;
		padding-bottom:1rem;
	}
	
	
	#top img{
		width:100%;
max-width:2000px;
		margin:0 auto;
	
	}

	.feature_img{
		
		width:100%;

	}
	.feature_img img{
		margin:0 auto;
		width:100%;
	}	
	
	.feature_wrap{
		display:flex;
		width:90%;
		max-width:1200px;
		margin:0 auto;
		align-items:center;
		justify-content:space-between;
        padding:4rem 0;
	}
	.feature_wrap .feature_img{
		
		width:55%;
		max-width:600px;
	}
	.feature_wrap .feature_img img{
		margin:0 auto;
		width:100%;
	}
	.feature_wrap .feature_txt{
		text-align: left;
		width:45%;
		max-width:600px;
		padding: 2rem;
	}
	.feature_wrap .feature_txt p{
		font-size:1.2rem;
	  line-height: 2rem;
		display: block;
	  margin: 1.5em auto;
		text-align:left;
	}
	.feature_wrap .feature_txt h2 span{
color:#218aa4;
	
	}

	p span.note{
		font-size:0.8em;
	  line-height: 1em;
		display: block;
	  margin: 1em auto 0;
		text-align:left;

	}

    	#feature02{
		margin:0;
		padding:0 0 6rem;
        color:#fff;
        
	}
    	#feature02 h2{
        background:#000;
                    color:#fff;
            padding-top:6rem;
                        padding-bottom:1rem;
            margin-bottom:0;
	}
	#feature02 .feature_txt{
		text-align: center;
		width:100%;
		padding: 1rem 1rem 0;
        background:#000;
		
		
	}
		#feature02 .feature_img{
		width:100%;
		
	}

			#feature02 .feature_img img{
		width:100%;
		
	}
		#feature02 .feature_txt p{
		text-align: center;
font-size: 1rem;
            padding-bottom:0;
            margin-bottom:0;
			
	}


	#feature04, #feature06{
		background:#f7f7f7;
	}
	#feature05 h2, #feature06 h2{
		color:#333;
	}
	#feature05 p, #feature06 p{
		color:#333;
	}



	#tsc {
	  	  display:block;
	text-align:center;
	background: #fff url("../images/image_tsc.png") no-repeat top center;
		background-size:cover;
	margin-top:0;
	width:100%;
	padding-top:7em;
	padding-bottom:7em;
  }
	
	#tsc h2{
display:block;
	  font-size:2.5em;
	  color:#000;
	  font-weight:normal;
	padding-bottom:2em;

  }	
	#tsc p{
display:block;
	  font-size:1.5em;
	  color:#000;
	  font-weight:normal;
		width:50%;
		text-align:left;
		margin:0 auto;

  }	
	
	#spec {
		text-align:center;
	  width:100%;	
	  padding-top:6rem;
padding-bottom:6rem;
	}
	
	#spec table{
		border-collapse: collapse;
		width:70%;	
		max-width:1200px;
		margin:0 auto;
  font-size:0.9rem;
	}
	#spec table tr{
		
	}
	#spec table th{
		padding:1rem;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		border-right: none;
		border-left: none;
		background:#f9f9f9;
		text-align: left;
		width:20%;
	}
	#spec table td{
		padding:1rem;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		border-right: none;
		border-left: none;
		text-align: left;
		width:30%;
	}
		#spec table td.head{
		font-weight: bold;
	}
	#spec div.productimg{
		width:400px;
		margin:0 auto;
	}

	  #support {
    background-color: #F6F6F6;
    width: 100%;
    margin-top: 0px;
    padding-top: 6em;
    margin-bottom: 0px;
    padding-bottom: 6em;


  }
  #support h2 {
    text-align: center;
    font-weight: normal;
    font-size: 2em;
	  	 margin-bottom:2em;
  }
	#support .support_wrap{
		margin: 0 auto;
    display: flex;
    justify-content: center;		
	}
	#support a{
			text-decoration: none;	
	}
	#support .manual{
    text-align:center;
		margin:0 5em 0;
	}
	#support .contact{
    
			text-align:center;
				margin:0 5em 0;
	}
				#support .support_link{
	color:#3D3D3D;
	}
	
				#support a.support_link:hover{
		color:#7D7D7D;
	}
	#support .fa-solid{

		font-size:6em;
	}
	#support .link_txt{
		display:block;

		font-size:1.5em;
		font-weight: bold;
		margin-top:0.5em;
				margin-bottom:0;

	}


}