.bgc0{background-color:#000;}
.bgc1{background-color:#dddddd !important;}
.bgc2{background-color:#9BC2E6;}
.bgc3{background-color:#DDEBF7;}
.bgc4{background-color:#ED7D31;color: #fff !important;}
.bgc5{background-color:#FCE4D6;}
.bgc6{background-color:#0070C0;color: #fff !important;}
.bgc7{background-color:#FFF2CC;}
.bgc8{background-color:#FFFFEB;}
.bgc9{background-color:#FFFFCD;}
.bgc10{background-color:#FFC9DB;}
.bgc11{background-color:#5AB100;}
.bgc12{background-color:#FFC000;}
.bgc13{background-color:#f5f5f5;}
.bgc14{background-color:#8FBFE7;}
.bgc15{background-color:#9ED7E0;}
.bgc16{background-color:#C3DC89;}
.bgc17{background-color:#F4F192;}
.bgc18{background-color:#C1272D;}

dl.policy{
    margin: 0 0 1em 0;
}
dl.policy dt{
    width: 12%;
    float: left;
    margin-left: 3em;
    font-size: 105%;
    font-weight: normal;
    line-height: 200%;
}
dl.policy dd{
    width: 80%;
    font-size: 105%;
    line-height: 200%;
}
@media only screen and (max-width: 480px) {
dl.policy dt{
    width: 100%;
    float: initiaal;
    margin-left: 0.5em;
}
dl.policy dd{
    width: 100%;
    margin-left: 0.8em;
}
}

dl.cert{
    margin: 0 0 1em 0;
}
dl.cert dt{
    width: 12%;
    float: left;
    margin-left: 3em;
    font-size: 105%;
    font-weight: normal;
    line-height: 200%;
}
dl.cert dd{
    width: 80%;
    font-size: 105%;
    line-height: 200%;
}
@media only screen and (max-width: 992px) {
dl.cert dt{
    width: 100%;
    float: initiaal;
    margin-left: 0.5em;
}
dl.cert dd{
    width: 100%;
    margin-left: 0.8em;
}
}

@media only screen and (max-width: 780px) {
.dropdown-menu {
  width: 400px;
}	
}
@media only screen and (max-width: 480px) {
.dropdown-menu {
  width: 300px;
}
.dropdown-menu li a {
  width: 100% !important;
	clear: both;
}	
}

#fh5co-intro {
  position: relative;
  margin-top: -1em;
  z-index: 99;
  clear: both;
}
.intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
}

.intro-grid {
  padding: 2em 2em;
  color: rgba(255, 255, 255, 0.8) !important;
  overflow: hidden;
  position: relative;
  width: 33.333%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .intro-grid {
    width: 100%;
  }
}
.intro-grid .icon {
  position: absolute;
  top: 20px;
  right: -60px;
}
.intro-grid .icon i {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.1);
}
.intro-grid .quick {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 1px;
}
.intro-grid a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.intro-grid h3 {
  color: #fff;
}
.intro-grid.color-1 {
  background: #007FFF;
}
.intro-grid.color-2 {
  background: #6356E5;
}
.intro-grid.color-3 {
  background: #A82FFC;
}

#map_canvas{width: 100%; height: 600px; margin: 0 auto;}
#map_canvas img{max-width: none;}
#map_canvas label{
	width : auto;
	display : inline;
}

.infore{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
	padding: 2px;
	margin-bottom: 1em;
}
.infore h2{
	text-align: center;
	font-size: 1em;
	line-height: 120%;
	padding: 0.5em 0.3em 0 0.3em;
}
.infore h3{
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 100%;
	padding: 0 0.3em 0.5em 0.3em;
}

.infore img {
	margin: 0.3em auto;
}

@media all and (max-width : 798px) {
.infore h2{
	text-align: left;
	font-size: 2vw;
	line-height: 120%;
	padding: 0.5em 0.3em 0 0.3em;
}
.infore h3{
	text-align: center;
	font-size: 2vw;
	line-height: 100%;
}
}


table.table01 {
	width:100%;
	border:#ccc solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#FFE599;
	color:#444;
	padding:10px 15px;
	border:#ccc solid 1px;
}

table.table01 tbody th {
	background:#ccc;
	color:#FFF;
	padding:10px 15px;
	border:#ccc solid 1px;
	vertical-align:top;
}

table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border:#ccc solid 1px;
	vertical-align:top;
}
 
@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}

h2.model{
	color: #333;
}
h2.model span{
	color: #666;font-size: 50%;
	margin-right: 0.3em;
}

.sitemap i{
	float: right;
	margin-left: 1em;
}
.sitemap h5 span{
	font-size: 80%;
	margin-left: 1em;
	color: #666;
}
@media only screen and (max-width: 480px) {
.sitemap h5 span::before {
	content: "\A" ;
	white-space: pre ;
}
}

.widget .recent div {
    width: 100%;
    display: inline-block;
    padding-bottom: 25px;
}
.widget .recent div:first-child{
    padding-top: 6px;
}
.widget .recent div:last-child{
    padding-bottom: 0px;
}
.widget .recent div img {
    float: left;
    margin-right: 20px;
    width: 65px;
    height: 65px;
    object-fit: cover;
}
.widget h5{
    font-size: 19px;
    font-weight: 600;
}
.widget .recent div h6 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 0px;
}
.widget .recent div p {
    line-height: 20px;
    color: #aaa;
}

/*******************　工具　*******************/

/* =============================hover============================== */
.snsb1{float: left; margin-right: 1em;}
.grid {
	position: relative;
	margin: 0 auto;
	width: 100%;
	list-style: none;
	text-align: center;
	z-index: 1;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media all and (max-width : 480px) {
.grid figure figcaption {
	padding: 1em;
	font-size: 1em;
}	
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 3px;
	left: 1px;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}
.grid figure h3 {
	font-size: 0.8em;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 80%;
}
.grid figure p.xs {
	letter-spacing: 1px;
	font-size: 80% !important;
}

figure.effect-bubba {
	background: #444;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 0.2em;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.kougutopbg {
    width: 100%;
    padding: 60px;
    background: url(images/kougutopbg.jpg);
    overflow-x: hidden;
    background-position: center top;
	min-height: 760px;
}

.linkListBox {  padding:4px; overflow:hidden; margin:0 auto;; max-width:900px;}
.linkList { width:100%; float:none; padding:0 0px; box-sizing:border-box; list-style: none;}
.linkList:last-child { /**float:right;**/ float:none; }
.linkList a { display:block; text-decoration:none; color:#333; padding:15px 60px 15px 20px; border:0px solid #ddd; box-shadow:0px 1px 4px rgba(0,0,0,.2); position:relative;background-color:#FFF; margin-bottom:10px;  line-height:150%; text-align:left;}
.linkList a:after { content:""; display:block; width:50px; height:100%; position:absolute; top:0; right:0; background-image:url(images/arrow5.png); background-repeat:no-repeat; background-position:center; background-size:auto 11px; }
.linkList a:hover { background-color:#f8f8f8;}

ul.links{list-style-type: none;}
.links { margin:0 auto; text-align:left; font-size: 120%; }
.links.maps { width:800px; }
.links a span { display:block; float:left; }
.links div { margin-left:8em; overflow:hidden; }
.links div strong { display:block; float:left; width:4em; padding:5px; line-height:1; margin-bottom:5px; font-weight:normal; font-size:11px; border-radius:.3em; color:#FFF; margin-right:8px; vertical-align:middle; text-align:center; }
strong.kaden { background-color:#8ABF49; min-width:70px;  }
strong.news { background-color:#FB5151; min-width:70px; }
strong.kougu { background-color:#01B9D1; min-width:70px; }
.links a em { display:block; font-style:normal; margin-left:4.5em; }
.under+section .links a em { margin-left:0; }
.links a,.links .mapLinks { display:block; padding:15px 60px 15px 15px; text-decoration:none; color:#333; position:relative; line-height:150%;
-moz-transition: background-color 0.3s ease 0s;
-webkit-transition: background-color 0.3s ease 0s;
-o-transition: background-color 0.3s ease 0s;
-ms-transition: background-color 0.3s ease 0s;
transition: background-color 0.3s ease 0s;
 }
.links a:after,.links .mapLinks:after { content:""; display:block; width:50px; height:100%; position:absolute; top:0; right:0; background-image:url(images/arrow6.png); background-repeat:no-repeat; background-position:center; background-size:auto 11px; }
.links.maps a,.links .mapLinks { font-size:20px; font-weight:bold; cursor:pointer; }
.links.maps a span,.links .mapLinks span {  display:block; font-weight:normal; font-size:14px;  float:none;}

.links a:hover { background-color:#ddd; }
.links.maps a:hover { background-color:#f8f8f8; } 

@media screen and (max-width: 480px) {
ul.links li,ul.links.maps{width: 100%; margin-left: 0px; }	
.links,.links.maps { width:auto; margin:0 auto; font-size: 100%; }
.links a { display:block; padding:15px 50px 15px 15px; text-decoration:none; color:#333; position:relative; background-color:#FFF; border:0px solid #ddd; border-left:none; border-right:none; box-shadow:0px 1px 4px rgba(0,0,0,0); margin-bottom:5px;}

.links.maps a {padding:15px 60px 15px 0px; font-size:18px; }
.links a:after { content:""; display:block; width:50px; height:100%; position:absolute; top:0; right:0; background-image:url(images/arrow6.png); background-repeat:no-repeat; background-position:center; background-size:auto 11px; }
.links.maps a:after {background-position:right center; }
.links a span { display:block; float:none; }
.links a em { display:block; font-style:normal; margin-left:0em; }
.links a span { display:block; float:none; margin-bottom:5px; }
.links div { margin-left:0em; }	
}

.golbalbox{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
	margin-bottom: 1em;
	display: block;
	overflow:hidden;
}
.golbalbox h2{
	text-align: center;
	font-size: 1em;
	line-height: 120%;
	padding: 0.5em 0.3em 0 0.3em;
}
.golbalbox h3{
	text-align: center;
	font-size: 1em;
	font-weight: 700;
	line-height: 100%;
	padding: 1.5em 0.3em 0.5em 0.3em;
}
.golbalbox p{
	padding: 0.5em;
}

.golbalbox:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.golbalbox img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

@media all and (max-width : 798px) {
.golbalbox h2{
	text-align: center;
	font-size: 1em;
	line-height: 120%;
	padding: 0.5em 0.3em 0 0.3em;
}
.golbalbox h3{
	text-align: center;
	font-size: 1em;
	line-height: 100%;
}
}

.kabox{
    border-radius: 10px;
    padding:0.5em 0.5em;
    margin-bottom: 1em;
    min-height: 210px;
}
.kabox h3{
    margin-top: 0.5em;
    border-bottom: 2px solid;
}
.kabox dt{
   width: 26%;
    float: left;
}
.kabox dd{
    padding-left: 26%;
}
.kabox dd span{
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
}
.kabg1{background: #4AA4C8;}
.kabg2{background: #225C9D;}
.kabg3{background: #15957A;}
.kabg4{background: #A5AF42;}
.kabg5{background: #DA5D8F;}


@media only screen and (max-width: 480px) {
.kabox{
    min-height: initial;
}    
.kabox dt{
    width: 100%;
    float: initial;
    }
.kabox dd{
    width: 100%;
    padding-left: 1%;
}
}
.clb{clear: both;}

.jis{
	color: #1169AA;
}
.jis:after{
	content: url(images/jis.png);
	margin: 10px;
    position: relative;
    top: 4px;
}

.jis2{
	color: #1169AA;
}
.jis2:after{
	content: url(images/jis2.jpg);
	margin: 10px;
    position: relative;
    top: 4px;
}

.jism{
	color: #1169AA;
}
.jism:after{
	content: url("images/jis-m.jpg");
	margin: 10px;
    position: relative;
    top: 4px;
}

.jists{
	color: #1169AA;
}
.jists:after{
	content: url(images/jis-ts.jpg);
	margin: 10px;
    position: relative;
    top: 4px;
}
.red_sq{
	width: 40px;
	height: 40px;
	background: #f00;
}
.listpage_v{
  margin: 0 auto;	
overflow: auto;
white-space: nowrap;
}
.listpage_v::-webkit-scrollbar{
 height: 5px;
}
.listpage_v::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.listpage_v::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.listpage_v table { 
    border-collapse: collapse;
    border: 1px #333333 solid;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.listpage_v table td { 
	margin: 0px;
	padding: 3px;
}


.listpage{
  margin: 0 auto;	
overflow: auto;
white-space: nowrap;
}
.listpage::-webkit-scrollbar{
 height: 5px;
}
.listpage::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.listpage::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.listpage table { 
    border-collapse: collapse;
    border: 1px #333333 solid;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.listpage table td { 
	margin: 0px;
	padding: 3px;
	border: 1px #333333 solid;
}

.line_l {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.line_t_l {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
.line_t_l_r {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	border-right-color: #333333;
}
.line_t_u_l_r {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.line_t_u_l {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.line_r {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.line_u_r {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.line_t_u {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.line_t {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.qqq {
	font-size: 12px;
	line-height: 125%;
	color: #333333;
	letter-spacing: 3px;
}
.list_name {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.text {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
.in {
	font-size: 12px;
	line-height: 200%;
	color: #666666;
}
.size10 {
	font-size: 10px;
}
.dice {
	background:#DCE6F1;
}
.dicet {
	background:#DCE6F1;
	font-weight:bold;
}
.table td.non { 
    border: none;
}
.lst {
	border-top: 1px #333333 solid;
	border-bottom:none;
}
.ddd {
	border-bottom: 1px #bbb solid;
	border-top: 1px #bbb solid;
}
.udd {
	border-bottom: 1px #333333 dotted;
}

i.usa {
	background: url(images/us.png)no-repeat left center;
	margin-right: 1em;
}
i.jpn {
	background: url(images/jp.png)no-repeat left center;
	margin-right: 1em;
}

.img_on img:hover{
	opacity: 0.7;
}

.owow{
	width: 180%;
}
@media only screen and (max-width: 480px) {
.owow{
	width: 100%;
}
}
.btn-red,.btn-red:hover{
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

.btn-yel,.btn-yel:hover {
  color: #444;
  background-color:#FFFF00;
  border-color: #FFFF00;
}

.btn-pk,.btn-pk:hover {
  color: #444;
  background-color:#FFACFF;
  border-color: #FFACFF;
}

.btn-gb,.btn-gb:hover {
  color: #444;
  background-color:#BBBBFF;
  border-color: #BBBBFF;
}

.btn-syel,.btn-syel:hover {
  color: #444;
  background-color:#FFFFAC;
  border-color: #FFFFAC;
}

.btn-ak,.btn-ak:hover {
  color: #444;
  background-color:#FFB5B5;
  border-color: #FFB5B5;
}
.btn-nod,.btn-nod:hover {
  color: #444;
  background-color:#ddd;
  border-color: #ddd;
}
.btn-clo,.btn-clo:hover {
  color: #fff;
  background-color:#555;
  border-color: #555;
}

table.table_sticky3 th,table.table_sticky3 td {
    border:1px solid;
    padding: 0.3em;
    }
     
.table_sticky3 {
    display: block;
    overflow-y: scroll;
    height: 700px;
    border-collapse: collapse;
    width: 100%;
    text-align: center !important;
}
.table_sticky3 thead th.fx1 {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    border-top:#FFFFFF;
    text-align: center !important;
    background-clip: padding-box;
}
.table_sticky3 thead th.fx2 {
    position: sticky;
    top: 30px;
    z-index: 1;
    background: #fff;
    text-align: center !important;
    background-clip: padding-box;
}
.table_sticky3 thead th.fx2:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
}
.table_sticky3 thead th.fx3 {
    position: sticky;
    top: 60px;
    z-index: 1;
    background: #fff;
    text-align: center !important;
    background-clip: padding-box;
}
.table_sticky3 thead th.fx3:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
}

@media only screen and (max-width: 480px) {
    .table_sticky3 {
    font-size: 80%;
}
}

#spec { background-color:#fff; line-height:200%; }
#spec h2 { text-align:center; line-height:200%;}
#spec table { background-color:#fff;  color:#444; border:1px solid #1169AA; border-collapse:collapse; font-size:100%; }
#spec table td { border:1px solid #1169AA; text-align:center; padding:.7em;  color:#444; }
#spec table td.pnum { font-size: 0.6vw;}
#spec table td p { margin-top:.5em; }
#spec table td.head { background-color:#1169AA; color:#FFF; font-weight:bold; line-height: 200%; } 
.pro td { font-weight:bold; color:#231916; }
#spec table td.relative { position:relative; }
.pro td,#spec table td.relative { border-bottom:1px solid #1169AA !important; }
#spec table td.relative span { display:block; position:absolute; width:100%; top:50%; left:0; 
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}
#spec table td.boxs { 
  display:flex;
  flex-direction: row;
  justify-content: space-between;
	border-left: none;
	border-right: none;
	border-top: none;
	align-items: center;
}
#spec table td.boxs img { 
	width: 70px;
}
#spec table td.boxw img { 
	width: 70px;
}
#spec table td.boxsf { 
  display:flex;
  flex-direction: row;
  justify-content: space-between;
	border: none;
}

.img-right{float: right;}
@media screen and (max-width: 480px) {
#spec table td.pnum { font-size: 0.8em; }
#spec table td.wtd { 
	width: 25%;
}
#spec table td.boxs img { 
	width: 20px;
}
#spec table td.boxw img { 
	width: 20px;
}	
#spec table td.boxw { 
	font-size: 0.6em;
}	
#spec table td.boxs { 
	width: 100%;
}	
}
@media screen and (max-width: 798px) {

#spec{ background-color:#fff; margin-top:30px; padding:15px 10px; }
#spec h2 { text-align:center; line-height:140%; }
#spec table {  color:#666; border:1px solid #1169AA; border-collapse:collapse; font-size:60%;table-layout: fixed; }
#spec table td {  text-align:center; padding:.7em; line-height:200%;word-wrap: break-word; }
#spec table td.head { background-color:#1169AA; color:#FFF; font-weight:bold; width:60%; } 
.pro td { font-weight:bold; color:#231916; }
#spec table td.relative { position:relative; }
#spec table td.relative span { display:block; position:absolute; width:100%; top:50%; left:0; 
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}
	
}

#specL { background-color:#fff; line-height:200%; }
#specL h2 { text-align:left; line-height:200%;}
#specL table { background-color:#fff;  color:#444; border:1px solid #1169AA; border-collapse:collapse; font-size:100%; }
#specL table td { border:1px solid #1169AA; padding:.7em;  color:#444; }
#specL table td.pnum { font-size: 0.6vw;}
#specL table td p { margin-top:.5em; }
#specL table td.head { background-color:#1169AA; color:#FFF; font-weight:bold; line-height: 200%; } 
.pro td { font-weight:bold; color:#231916; }
#specL table td.relative { position:relative; }
.pro td,#specL table td.relative { border-bottom:1px solid #1169AA!important; }
#specL table td.relative span { display:block; position:absolute; width:100%; top:50%; left:0; 
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}
#specL table td.boxs { 
  display:flex;
  flex-direction: row;
  justify-content: space-between;
	border-left: none;
	border-right: none;
	border-top: none;
	align-items: center;
}
#specL table td.boxs img { 
	width: 70px;
}
#specL table td.boxw img { 
	width: 70px;
}
#specL table td.boxsf { 
  display:flex;
  flex-direction: row;
  justify-content: space-between;
	border: none;
}

.img-right{float: right;}
@media screen and (max-width: 480px) {
#specL table td.pnum { font-size: 0.8em; }
#specL table td.wtd { 
	width: 25%;
}
#specL table td.boxs img { 
	width: 20px;
}
#specL table td.boxw img { 
	width: 20px;
}	
#specL table td.boxw { 
	font-size: 0.6em;
}	
#specL table td.boxs { 
	width: 100%;
}	
}
@media screen and (max-width: 798px) {

#specL{ background-color:#fff; margin-top:30px; padding:15px 10px; }
#specL h2 { text-align:left; line-height:140%; }
#specL table {  color:#666; border:1px solid #1169AA; border-collapse:collapse; font-size:60%;table-layout: fixed; }
#specL table td {  text-align:left; padding:.7em; line-height:200%;word-wrap: break-word; }
#specL table td.head { background-color:#1169AA; color:#FFF; font-weight:bold; width:60%; } 
.pro td { font-weight:bold; color:#231916; }
#specL table td.relative { position:relative; }
#specL table td.relative span { display:block; position:absolute; width:100%; top:50%; left:0; 
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}
	
}

.kougubox{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
	padding: 2px;
	margin-bottom: 1em;
    min-height: 340px;
    position: relative;
}
.kougubox h2{
	text-align: center;
	font-size: 0.8vw;
	line-height: 120%;
	padding: 0 0.3em 0 0.3em;
}
.kougubox .iconk {
	color:#ffffff;
	padding:0.2em 0.3em;
	text-align:center;
	font-size: 0.8em !important;
	border-radius: 5px;
}
.subname{
	text-align: center;
	font-size: 0.7vw;
	line-height: 120%;
	padding: 0 0.3em 0 0.3em;
}
.spectf{
	text-align: left;
	font-size: 80%;
    padding: 1.5em 0.3em 0 0.3em;
    line-height: 100%;
}
.spectf::before{
	content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
    margin-right: 0.3em;
}
.spectf:empty{
    display: none;
}
.spect{
	text-align: left;
	font-size: 80%;
    padding: 0 0.3em;
    line-height: 110%;
}
.spect::before{
	content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
    margin-right: 0.3em;
}
.spect:empty{
    display: none;
}
.kougubox h3{
	text-align: center;
	font-size: 1.3vw;
	font-weight: 700;
	line-height: 100%;
	padding: 0 0.3em 0.5em 0.3em;
	border-bottom: 1px solid #1169AA;
}


/*.kougubox:hover img {
    width: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}*/
/*.kougubox img {
    width: 50%;
    float: left;
    margin-right: 10px;
}*/

.igxl {
    width: 50%;
    float: left;
    margin-right: 10px;
}
.igxR {
    position: absolute;
    right: 20px;
    bottom: 10px;
} 

.kouguse{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
	padding: 0.5em;
	margin-bottom: 1em;
    word-break: break-all;
    min-height: 110px;
}
.kouguse h2{
	font-size: 98%;
	line-height: 120%;
	padding: 2em 0.3em 0 0.3em;
    font-weight: 700;
    text-align: left;
}
.kouguse .iconk {
	color:#ffffff;
	padding:0.2em 0.3em;
	text-align:center;
	font-size: 0.8em !important;
	border-radius: 5px;
}

.kouguse h3{
	text-align: center;
	font-size: 1.3vw;
	font-weight: 700;
	line-height: 100%;
	padding: 0 0.3em 0.5em 0.3em;
	border-bottom: 1px solid #1169AA;
}

@media screen and (min-width:1200px) and (max-width:1500px) {
.kouguse{
    min-height: 100px;
}    
.kouguse h2{
    padding: 0.3em 0.3em 0 0.3em;
	font-size: 80%;
    text-align: left;
}  
}    
@media screen and (min-width:992px) and (max-width:1199px) {
.kouguse{
    min-height: 90px;
}        
.kouguse h2{
    padding: 0.3em 0.3em 0 0.3em;
	font-size: 90%;
    text-align: left;
}  
}
@media screen and (min-width:768px) and (max-width:991px) {
.kouguse{
    min-height: 200px;
}       
.kouguse h2{
    padding: 0.3em 0.3em 0 0.3em;
	font-size: 90%;
    text-align: left;
}    
}
@media screen and (max-width:767px) {
.kouguse{
    min-height: 200px;
}       
.kouguse h2{
    padding: 0.3em 0.3em 0 0.3em;
	font-size: 88%;
    text-align: left;
}    
}



.kougudl{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
	padding: 1em 1em 1em 20%;
	margin-bottom: 1em;
    min-height: 110px;
    background-image: url("images/pdf.jpg");
    background-repeat: no-repeat;
    background-position: 2em center;
}
.kougudl h2{
	font-size: 110%;
	line-height: 120%;
}

.sds{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
	padding: 1em;
	margin-bottom: 1em;
    min-height: 200px;
}
.sds h2{
	font-size: 110%;
	line-height: 120%;
}
.sds img{
    float: left;
    margin-right: 2em;
}

.kaeba{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
	padding: 1em;
	margin-bottom: 1em;
    min-height: 200px;
}
.kaeba h2{
	font-size: 110%;
	line-height: 120%;
}
.kaeba img{
    width: 100%;
    margin-bottom: 0.5em;
}

.bottom {
	display:table;
	margin:20px auto 20px auto;

}

.bottom .left {
	display:table-cell;
	padding:10px;
	text-align:right;
}

.bottom .mid {
	display:table-cell;
	padding:10px;
	text-align:center;
}

.bottom .right {
	display:table-cell;
	padding:10px;
	text-align:left;
}


.bottom ul {
	display:block;
}

.bottom li {
	display:inline-block;
}

.bottom .page_back a {
	display:inline-block;
	padding:5px;
}
.bottom .page_back a:before{ content:"<<" }
.bottom .page_next a:before{ content:">>" }
.bottom .thispage { font-weight:bold; }

@media screen and (max-width: 480px) {
.kougubox{
    min-height: 100px;
}    
.kougubox h2{
	font-size: 0.8em;
}
.subname{
	font-size: 0.7em;
}
.spectf{
    padding: 0 0.3em 0 0.3em;
}

.kougubox h3{
	font-size: 0.9em;
}
.kougubox .iconk {
	font-size: 0.6em !important;
}
/*.kougubox img {
    width: 100%;
    float: initial;
    margin-right: 0px;
}*/   
.igxl {
    width: 100%;
    float: initial;
    margin-right: 0px;
} 
      
}
.fcbox{
    padding: 0.5em;
    font-size:120%;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.fcbg1{background:#31B0D5;}
.fcbg2{background:#5CB85C;}
.fcbg3{background:#D9534F;}
.fcbg4{background:#F0AD4E;}

@media only screen and (max-width: 480px) {
 .fcbox{
    font-size:90%;
}   
}

.bqspec{
    border-left: 5px solid #ddd;
    padding: 0.5em 1em;
    font-size: 130%;
    line-height: 180%;
    margin-bottom: 1em;
}
.bqspec2{
    border-left: 5px solid #ddd;
    padding: 0.5em 1em;
    font-size: 100%;
    line-height: 180%;
    margin-bottom: 1em;
}

.detaillist_k {
    padding: 0;
}
.detaillist_k .heading {
    font-size: 16pt;
    margin: 10px 20px;
}
.detaillist_k p {
    display: block;
    letter-spacing: .01em;
    line-height: 21pt;
    border-bottom: 1px solid #ccc;
    margin: 20px;
}
.detaillist_k p span.hdy {
	font-weight: 700;
	width: 200px !important;
}
.detaillist_k strong {
    font-weight: 500;
}
.detaillist_k dt{
	float:left;
	width: 25%;
	border-top: 1px solid #ccc;
	display: block;
	clear: left;
	padding-top: 1em;
	line-height: 180%;
	margin-bottom: 0;
}
.detaillist_k dd{
	width: 45%;
	border-top: 1px solid #ccc;
	margin-left: 25%;
	display: block;
	padding-top: 1em;
	line-height: 180%;
	margin-bottom: 0;
}
.detaillist_k dt.fst{
	float:left;
	width: 25%;
	border-top: none;
	display: block;
	clear: left;
	padding-top: 1em;
	line-height: 180%;
}
.detaillist_k dd.fst{
	width: 45%;
	border-top: none;
	margin-left: 25%;
	display: block;
	padding-top: 1em;
	line-height: 180%;
}
.detaillist_k dt.fin{
	float:left;
	width: 25%;
	border-bottom: 1px solid #ccc;
	display: block;
	clear: left;
	padding-top: 1em;
	line-height: 180%;
}
.detaillist_k dd.fin{
	width: 45%;
	border-bottom: 1px solid #ccc;
	margin-left: 25%;
	display: block;
	padding-top: 1em;
	line-height: 180%;
}
@media only screen and (max-width: 780px) {
.detaillist_k dt{
	float:initial;
	width: 100%;
	border-top: none;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 120%;
	margin-bottom: 0;
}
.detaillist_k dd{
	width: 100%;
	border-top: none;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 150%;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.detaillist_k dt.fst{
	float:initial;
	width: 100%;
	border-top: none;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 120%;
}
.detaillist_k dd.fst{
	width: 100%;
	border-top: none;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 150%;
	border-bottom: 1px solid #ccc;
}
.detaillist_k dt.fin{
	float:initial;
	width: 100%;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 120%;
	border-bottom: none;
}
.detaillist_k dd.fin{
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 150%;
}	
}

.kaebalist_k {
    padding: 0;
}
.kaebalist_k .heading {
    font-size: 16pt;
    margin: 10px 20px;
}
.kaebalist_k p {
    display: block;
    letter-spacing: .01em;
    line-height: 21pt;
    border-bottom: 1px solid #ccc;
    margin: 20px;
}
.kaebalist_k p span.hdy {
	font-weight: 700;
	width: 200px !important;
}
.kaebalist_k strong {
    font-weight: 500;
}
.kaebalist_k dt{
	float:left;
	width: 25%;
	border-top: 1px solid #ccc;
	display: block;
	clear: left;
	padding-top: 1em;
	line-height: 180%;
	margin-bottom: 0;
}
.kaebalist_k dd{
	width: 75%;
	border-top: 1px solid #ccc;
	margin-left: 25%;
	display: block;
	padding-top: 1em;
	line-height: 180%;
	margin-bottom: 0;
}
.kaebalist_k dt.fst{
	float:left;
	width: 25%;
	border-top: none;
	display: block;
	clear: left;
	padding-top: 1em;
	line-height: 180%;
}
.kaebalist_k dd.fst{
	width: 75%;
	border-top: none;
	margin-left: 25%;
	display: block;
	padding-top: 1em;
	line-height: 180%;
}
.kaebalist_k dt.fin{
	float:left;
	width: 25%;
	border-bottom: 1px solid #ccc;
	display: block;
	clear: left;
	padding-top: 1em;
	line-height: 180%;
}
.kaebalist_k dd.fin{
	width: 75%;
	border-bottom: 1px solid #ccc;
	margin-left: 25%;
	display: block;
	padding-top: 1em;
	line-height: 180%;
}
@media only screen and (max-width: 780px) {
.kaebalist_k dt{
	float:initial;
	width: 100%;
	border-top: none;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 120%;
	margin-bottom: 0;
}
.kaebalist_k dd{
	width: 100%;
	border-top: none;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 150%;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.kaebalist_k dt.fst{
	float:initial;
	width: 100%;
	border-top: none;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 120%;
}
.kaebalist_k dd.fst{
	width: 100%;
	border-top: none;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 150%;
	border-bottom: 1px solid #ccc;
}
.kaebalist_k dt.fin{
	float:initial;
	width: 100%;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 120%;
	border-bottom: none;
}
.kaebalist_k dd.fin{
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 150%;
}	
}

.kaebalist dt{
	float:left;
	width: 20%;
	border-bottom: 1px solid #ccc;
    line-height: 200%;
}
.kaebalist dd{
	width: 100%;
	border-bottom: 1px solid #ccc;
    line-height: 200%;
}
@media only screen and (max-width: 780px) {
.kaebalist dt{
	float:initial;
	width: 100%;
	border-bottom: none;
	
}
	.kaebalist dd{
	width: 100%;
	border-bottom: 1px solid #1169AA;
}

}

.clear_bt{
	clear: both;
	border-bottom: 1px solid #ccc;
}
.clear_bt hr{
	display: none;
}
.detaillist_c {
    padding: 0;
}
.detaillist_c .heading {
    font-size: 16pt;
    margin: 10px 20px;
}
.detaillist_c p {
    display: block;
    letter-spacing: .01em;
    line-height: 21pt;
    border-bottom: 1px solid #ccc;
    margin: 20px;
}
.detaillist_c p span.hdy {
	font-weight: 700;
	width: 200px !important;
}
.detaillist_c strong {
    font-weight: 500;
}
.detaillist_c dt{
	float:left;
	width: 25%;
	border-top: 1px solid #ccc;
	display: block;
	clear: left;
	padding: 1em 0;
	line-height: 200%;
	margin-bottom: 0;
	font-size: 1em;
}
.detaillist_c dd{
	width: 75%;
	border-top: 1px solid #ccc;
	margin-left: 25%;
	display: block;
	padding: 1em 0;
	line-height: 200%;
	margin-bottom: 0;
	font-size: 1em;
}
.detaillist_c dt.fst{
	float:left;
	width: 25%;
	border-top: none;
	display: block;
	clear: left;
	padding: 1em 0;
	line-height: 200%;
	font-size: 1em;
}
.detaillist_c dd.fst{
	width: 70%;
	border-top: none;
	margin-left: 25%;
	display: block;
	padding: 1em 0;
	line-height: 200%;
	font-size: 1em;
}
.detaillist_c dt.fin{
	float:left;
	width: 25%;
	border-bottom: 1px solid #ccc;
	display: block;
	clear: left;
	padding: 1em 0;
	line-height: 200%;
	font-size: 1em;
}
.detaillist_c dd.fin{
	width: 70%;
	border-bottom: 1px solid #ccc;
	margin-left: 25%;
	display: block;
	padding: 1em 0;
	line-height: 200%;
	font-size: 1em;
}
@media only screen and (max-width: 780px) {
.detaillist_c dt{
	float:initial;
	width: 100%;
	border-top: none;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 120%;
	margin-bottom: 0;
	font-size: 1em;
}
.detaillist_c dd{
	width: 100%;
	border-top: none;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 150%;
	font-size: 1em;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.detaillist_c dt.fst{
	float:initial;
	width: 100%;
	border-top: none;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 120%;
	font-size: 1em;
}
.detaillist_c dd.fst{
	width: 100%;
	border-top: none;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 150%;
	font-size: 1em;
	border-bottom: 1px solid #ccc;
}
.detaillist_c dt.fin{
	float:initial;
	width: 100%;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 120%;
	font-size: 1em;
	border-bottom: none;
}
.detaillist_c dd.fin{
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 150%;
	font-size: 1em;
}	
}
.sybox{
	padding: 1em;
	border: 1px solid #1169AA;
}

.ut{
	clear: both;
	border-bottom: 1px solid #1169AA;
}
.uts{
	clear: both;
	border-bottom: 1px solid #ccc;
}
.detaillist_t {
    padding:20px 0.5em;
	font-size:1em;
	max-width:100%;
}
.detaillist_t .heading {
    font-size: 16pt;
    margin: 10px 20px;
}
.detaillist_t p {
    display: block;
    letter-spacing: .01em;
    line-height: 21pt;
    margin: 20px;
}

.detaillist_t dt{
	float:left;
	width: 25%;
	display: block;
	clear: left;
	padding-top: 1em;
	line-height: 180%;
	margin-bottom: 0.5em;
}
.detaillist_t dd{
	width: 70%;
	margin-left: 25%;
	display: block;
	padding-top: 1em;
	line-height: 180%;
	margin-bottom: 0.5em;
}

@media only screen and (max-width: 780px) {
.detaillist_t dt{
	float:initial;
	width: 100%;
	border-top: none;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 120%;
	margin-bottom: 0;
}
.detaillist_t dd{
	width: 100%;
	border-top: none;
	margin-left: 0;
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 150%;
	margin-bottom: 0;
}

}


.detaillist_r {
    padding:20px 0.5em;
	font-size:1em;
	max-width:100%;
}
.detaillist_r .heading {
    font-size: 16pt;
    margin: 10px 20px;
}
.detaillist_r p {
    display: block;
    letter-spacing: .01em;
    line-height: 21pt;
    margin: 20px;
}

.detaillist_r dt{
	float:left;
	width: 25%;
	display: block;
	clear: left;
	padding-top: 0.5em;
	line-height: 180%;
	margin-bottom: 0.5em;
}
.detaillist_r dd{
	width: 70%;
	margin-left: 25%;
	display: block;
	padding-top: 0.5em;
	line-height: 180%;
	margin-bottom: 0.5em;
}

@media only screen and (max-width: 780px) {
.detaillist_r dt{
	border-top: none;
	line-height: 150%;
	margin-bottom: 0;
}
.detaillist_r dd{
	border-top: none;
	line-height: 150%;
	margin-bottom: 0;
}

}


.detaillist dt{
	float:left;
	width: 20%;
	border-bottom: 1px solid #ccc;
}
.detaillist dd{
	width: 96%;
	border-bottom: 1px solid #1169AA;
}
@media only screen and (max-width: 780px) {
.detaillist dt{
	float:initial;
	width: 100%;
	border-bottom: none;
	
}
	.detaillist dd{
	width: 100%;
	border-bottom: 1px solid #1169AA;
}

}

.gal-homek {
    position: relative;
    letter-spacing: 1pt;
    overflow: hidden;
    border: 4px solid rgba(0, 0, 0, 0);
}
.gal-homek:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.gal-homek img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.gal-homek .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.gal-homek .hovereffect .overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    color: #fff;
    background-color: rgba(9, 12, 13, .6);
    border: 1px solid rgba(200, 177, 111, .8);
    margin: 5%;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gal-homek .hovereffect:hover .overlay {
    bottom: -3%;
    left: 0;
    opacity: 1;
}
.gal-homek .hovereffect .overlay h3 {
    font-size: 8pt!important;
    font-weight: 500!important;
    letter-spacing: 1px;
    padding: 3% 0 0 0;
}
.gal-homek .hovereffect .overlay p {
    font-size: 8pt!important;
    font-weight: 300;
    line-height: 11pt;
    letter-spacing: 3px;
    margin: 0 auto!important;
}
.gal-homek .hovereffect .overlay .devider {
    display: block;
    margin: 8px auto;
    width: 188px;
    border-top: 1px solid rgba(200, 177, 111, .8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gal-homek .hovereffect:hover .overlay .devider {
    display: block;
    margin: 10px auto;
    width: 138px;
    border-top: 1px solid rgba(200, 177, 111, .8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 798px) {
.gal-homek:hover img {
    width: 50%;
}
.gal-homek img {
    width: 50%;
}

}


.robobox{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
	margin-bottom: 1em;
	display: block;
	overflow:hidden;
}
.robobox h3{
	text-align: center;
	padding: 0.5em 0.3em 0 0.3em;
}

.robobox p{
	padding: 0.5em;
	text-align: center;
}

.robobox img {
    width: 100%;
}

.gal-home .hovereffectb {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.gal-home .hovereffectb .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    background-color: rgba(9, 12, 13, .6);
    margin: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gal-home .hovereffectb:hover .overlay {
    bottom: -3%;
    left: 0;
    opacity: 1;
}
.gal-home .hovereffectb .overlay h3 {
    font-size: 11pt!important;
    font-weight: 500!important;
    letter-spacing: 1px;
    padding: 0 0 0 0;
    color: #fff;
}
.gal-home .hovereffectb .overlay p {
    font-size: 8pt!important;
    font-weight: 300;
    line-height: 11pt;
    letter-spacing: 3px;
    margin: 0 auto!important;
}
.gal-home .hovereffectb .overlay .devider {
    display: block;
    margin: 8px auto;
    width: 188px;
    border-top: 1px solid rgba(200, 177, 111, .8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gal-home .hovereffectb:hover .overlay .devider {
    display: block;
    margin: 10px auto;
    width: 138px;
    border-top: 1px solid rgba(200, 177, 111, .8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.process:nth-of-type(1) { /**margin-left:-300px;**/ }
.process:nth-of-type(3) { /**margin-left:500px;**/ }
.process li { display:block; padding:1.6em 20px; margin:5px auto 5px auto; color: #444; background-color:#FFF; position:relative; width:500px; text-align:left; border-radius:.2em; box-shadow:0px 1px 4px rgba(0,0,0,.3); }
.process li:after { /**content:""; display:block;**/ width:10px; height:100%; background-image:url(../oem/img/arrow.svg); background-repeat:no-repeat; background-size:10px 100%; background-position:left center; position:absolute; top:0; right:-10px; }
.process li span { font-size:200%; margin-right:10px; color:#7DC691; font-weight:bold; vertical-align:middle; }
.processImage { background-image:url(../oem/img/image1.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; /**background-attachment:fixed;**/ }
.processImage2 { background-image:url(../img/image2.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; /**background-attachment:fixed;**/ }
.imges { margin-top:50px; }
.imges img { width:100%; height:auto; max-width:760px; }

@media screen and (max-width: 980px) {
.process:nth-of-type(1) { }
.process:nth-of-type(3) {  }
.process li { display:block; padding:10px 20px; margin:5px auto 5px auto; background-color:#FFF; position:relative; text-align:left; width:auto; box-sizing:border-box; }
.process li:after { /**content:""; display:block;**/ width:10px; height:100%; background-image:url(../oem/img/arrow.svg); background-repeat:no-repeat; background-size:10px 100%; background-position:left center; position:absolute; top:0; right:-10px; }
.process li span { font-size:200%; margin-right:10px; color:#7DC691; font-weight:bold; vertical-align:middle; }
* { background-attachment:scroll!important; }
}

.processImage2 {min-height: 600px; background-image:url(../kaden/images/info_bg.jpg); background-repeat:no-repeat; background-position:center; background-size:cover;}
.processImage2.gra01:after { background-color:rgba(255,255,255,0.6); }


.bg-img-4 {
    width: 100%;
    padding: 60px;
    background: url(../kougu/oem/img/image1.jpg)no-repeat;
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
	min-height: 760px;
}

.bg-img-4 .bg-overlay {
    padding: 30px;
    margin-bottom: 10px;
    background-color: rgba(9, 12, 13, .9);
    border: 1px solid rgba(200, 177, 111, .8);
}
.bg-img-4 img {
    width: 100%;
    height: auto;
    position: relative;
}
.bg-img-4 img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -30px;
    right: -28px;
    border: 4px solid rgba(200, 177, 111, .4);
}

h3.seih {
  font-size: 200%;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  position: relative;
  display: block;
}

/*******************　家電　*******************/
.grid-item {
    margin: 0 0 30px 0;
}
.grid-item .heading {
    margin-top: 0px;
    margin-bottom: 20px;
}
.grid-item .content {
    margin-bottom: 30px;
}

#projectsBig .item {
    margin: 0;
    padding: 0;
}
#projectsBig .item img {
    display: block;
    width: 90%;
    height: auto;
    overflow: hidden;
    margin:0 auto 20px auto;
}
#projectsSmall .item {
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}
#projectsSmall .item img {
    width: 165px;
    height: auto;
    display: block;
    position: relative;
}
#projectsSmall .synced .item {
    opacity: 0.5;
}
#projectsBig .owl-buttons div {
    padding: 10px 17px;
    background: rgba(0, 0, 0, .8);
}
#projectsBig .owl-buttons i {
    margin-top: 4px;
    font-size: 13pt;
}
#projectsBig .owl-prev {
    left: 0px;
    top: 40%;
}
#projectsBig .owl-next {
    right: 0px;
    top: 40%;
}

.widget h5{
    font-size: 19px;
    font-weight: 600;
}


.gal-home {
    position: relative;
    letter-spacing: 1pt;
    overflow: hidden;
    border: 4px solid rgba(0, 0, 0, 0);
}
.gal-home:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.gal-home img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.gal-home .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.gal-home .hovereffect .overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    color: #fff;
    background-color: rgba(9, 12, 13, .6);
    border: 1px solid rgba(200, 177, 111, .8);
    margin: 5%;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gal-home .hovereffect:hover .overlay {
    bottom: -3%;
    left: 0;
    opacity: 1;
}
.gal-home .hovereffect .overlay h3 {
    font-size: 8pt!important;
    font-weight: 500!important;
    letter-spacing: 1px;
    padding: 3% 0 0 0;
    color: #fff !important;
}
.gal-home .hovereffect .overlay p {
    font-size: 8pt!important;
    font-weight: 300;
    line-height: 11pt;
    letter-spacing: 3px;
    margin: 0 auto!important;
}
.gal-home .hovereffect .overlay .devider {
    display: block;
    margin: 8px auto;
    width: 188px;
    border-top: 1px solid rgba(200, 177, 111, .8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gal-home .hovereffect:hover .overlay .devider {
    display: block;
    margin: 10px auto;
    width: 138px;
    border-top: 1px solid rgba(200, 177, 111, .8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about-work img{
    width: 85%;
    margin: 0 auto;
}
.about-work p:last-child{
    margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
    .about-work p{
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .about-work p{
        text-align: left;
    }
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .about-work p{
        text-align: center;
    }
}
@media all and (max-width:900px) {
    .about-work p{
        text-align: center;
    }
}

div.bg-img-3.flow-group{
    width: 86%;
    margin: 0 auto;
}

.kadenbox{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
	padding: 2px;
	margin-bottom: 1em;
}
.kadenbox h2{
	text-align: center;
	font-size: 0.8vw;
	line-height: 120%;
	padding: 0.5em 0.3em 0 0.3em;
}
.kadenbox h3{
	text-align: center;
	font-size: 1vw;
	font-weight: 700;
	line-height: 100%;
	padding: 0 0.3em 0.5em 0.3em;
	border-bottom: 1px solid #B28500;
}

.kadenbox:hover img {
    width: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.kadenbox img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

@media all and (max-width : 798px) {
.kadenbox h2{
	text-align: left;
	font-size: 2vw;
	line-height: 120%;
	padding: 0.5em 0.3em 0 0.3em;
}
.kadenbox h3{
	text-align: center;
	font-size: 2vw;
	line-height: 100%;
}	
.iconk {
	font-size: 0.6em;
	margin-right: 0.3em;
}	
}
.img_on img:hover{
	opacity: 0.7;
}
.iconk {
	color:#ffffff;
	padding:0.3em 1em;
	text-align:center;
	float: left;
	border-radius: 10px;
}

div [data-icon="NEW"] {
	background-color:#ff0000;
}

div [data-icon="販売終了"] {
	background-color:#666;
}

div [data-icon="在庫限り"] {
	background-color:#F0AD4E;
}

div [data-icon="受注生産"] {
	background-color:#5BC0DE;
}
div [data-icon="近日発売"] {
	background-color:#ff0000;
}

div [data-icon="なし"] {
	display: none;
}
/*******************　form　*******************/

#formg dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}
#formg dl dt {
	float: left;
	width: 320px;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
    clear:both;
	position: relative;
	text-align: right;
    color: #222;
    margin-bottom: 1em;
}
#formg dl dd {
	padding: 10px 0 10px 340px;
	line-height: 150%;
	min-height: 3em;
	font-size:1em;
    margin-bottom: 1em;
}
#formg dl dd.nc {
	padding: 10px 0 10px 340px;
	line-height: 150%;
	min-height: 3em;
	font-size:1em;
	clear: both;
}
#formg dl dd.conf {
    border-bottom: 1px solid #ccc;
}
#formg p.conf {
    border-bottom: 1px solid #ccc;
}
.img_resp{width: 100%;}
#formg ul {
	margin: 20px auto 15px auto;
	padding: 0 10px ;
	width: 80%;
}
#formg ul li{
	float: left;
	margin: 0 10px;
	padding: 15px;
	width: 26%;
	border: 1px solid #555;
	font-size: 88%;
}
.req{ background-color:#E80F12; color:#FFF; padding:5px; line-height:1; font-size:70%; vertical-align:middle; margin-left:10px; border-radius:.2em; text-align: center; }
.reqd{ color:#FFF; padding:5px; line-height:1; font-size:70%; vertical-align:middle; margin-left:10px; border-radius:.2em; text-align: center;}

#formg input {
	padding:10px;
	font-family:Arial, sans-serif;
	color:#444;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 95%;
	font-size: 16px;
    background: #e6f7f9;
}
#formg input:focus {
    border:solid 1px #007FFF;
}
#formg select {
	padding:10px;
	font-size: 16px;
	font-family:Arial, sans-serif;
	color:#444;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 98%;
}
#formg textarea {
	width: 100%;
	padding:10px;
	font-size: 16px;
	font-family:Arial, sans-serif;
	color:#444;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: #e6f7f9;
}
#formg textarea:focus {
    border:solid 1px #007FFF;
}
#formg input[type="checkbox"] {
	width:19px;
	height:19px;
	margin-right:5px;
	margin-bottom: 10px;
	vertical-align:middle;
}
#formg input[type="checkbox"]:first-child{
	margin-left: 0;
}
#formg input[type="radio"] {
	width:19px;
	height:19px;
	margin:5px;
	vertical-align:middle;
}


/*.data-formblock div {
    display:inline-block;
} */
.hss{
	background:#FF0000;
	padding:2px 10px 2px 0;
	color:#fff;
	border-radius:5px;
	text-align:left;
	margin:0 0 0 7px;
	font-size:86%;
	position: absolute;
	right: 15px;
}

/* ======== JavaScript 入力不備エラー  ============ */
#ERROR_background {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#ERROR_box{
	background-color:#F1F1F1;
	width:90%;
	color: #f00;
	z-index: 5000;
	margin: 5px auto 15px auto;
	clear: both;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#ERROR_box a:link,#ERROR_box a:hover,#ERROR_box a:active,#ERROR_box a:visited{
	color: #f00;
	font-weight: 700;
}
#ERROR_message {
	display:inline-block;
	background-color:#F1F1F1;
	padding:10px;
	color:#ff0000;
}

#ERROR_message ul {
	text-align:left;
	font-size: 84%;
	margin-left: -15px;
}
.error_box {
	padding:5px 0;
	color: #FF26FF;
	font-size: 90%;
}
/* ============= メッセージを表示する画面  ================ */
.messageouter {
	border:dotted 1px #444444;
	margin:0 20px 0 20px;
	padding:20px 0 20px 0;
	text-align:center;
}

.messageouter .message {
	display:inline-block;
	text-align:left;
	font-size: 90%;
}

.messageouter .message ul {
	list-style-position:inside;
	margin:0 5px 0 5px;
}

.textRed{color: #f00;}

.clear { clear:both; }  
.clear hr { display:none; }
@media screen and (min-width:480px)  {
.spb{display: none}
}
@media screen and (max-width: 480px) {
#formg dl dt {
	width: 100%;
	text-align: left;
    margin-bottom: 0.5em;
}	
#formg dl dd {
	padding: 10px 0 10px 0;
    margin-bottom: 0.5em;
}
#formg ul {
	margin: 20px auto 15px auto;
	padding: 0 10px ;
	width: 100%;
}
#formg ul li{
	margin: 0 0 10px 0;
	padding: 15px;
	width: 90%;
	border: 1px solid #555;
}	
#formg ul li img{
	width: 30%;
}	
	
.spb{font-size: 100%;}	
#formButton {
	margin: 20px auto;
	padding: 0px;
	text-align: center;
	width: 90%;
}	
}

#formButton {
	margin: 20px auto;
	padding: 0px;
	text-align: center;
	width: 60%;
}
	
#formButton .bts{ display:block; height:50px; border-radius:.3em; border:2px solid #333333; box-sizing:border-box; line-height:50px; text-align:center; text-decoration:none; color:#333; font-weight:bold; cursor:pointer; 
 }	





/*********************************English****************************************/

.wrapaddres {
    background: #fff;
    height: 400px;
    padding: 25px 20px 25px 40px;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
}
address span {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 26pt;
    font-weight: 400!important;
}
address span strong {
    font-weight: 500!important;
    display: inline-block;
    width: 60px;
}
address span a {
    color: #eceff3;
    display: inline;
}
address.cont-1 span {
    display: block;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 30pt;
    font-weight: 400!important;
}
address.cont-1 span {
    font-style: normal;
}
address.cont-1 span strong {
    font-weight: 400!important;
    display: inline-block;
    width: 60px;
}
address.cont-1 span a {
    color: #666;
    display: inline;
}
.heading-cont {
    font-size: 13pt;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ebebeb;
}


.kougubox-e{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
	padding: 2px;
	margin-bottom: 1em;
}
.kougubox-e h2{
	text-align: center;
	font-size: 0.8vw;
	line-height: 120%;
	padding: 0.5em 0.3em 0 0.3em;
}

.kougubox-e h3{
	text-align: center;
	font-size: 1.3vw;
	font-weight: 700;
	line-height: 100%;
	padding: 0 0.3em 0.5em 0.3em;
	border-bottom: 1px solid #1169AA;
}

.kougubox-e:hover img {
    width: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.kougubox-e img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
@media screen and (max-width: 4808px) {
.kougubox-e h2{
	font-size: 0.8em;
}

.kougubox-e h3{
	font-size: 0.9em;
}
}

material span {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    font-weight: 400!important;
    line-height: 200%;
}
material span strong {
    display: inline-block;
    width: 160px;
}
material span a {
    color: #eceff3;
    display: inline;
}
material.cont-1 span {
    display: block;
    border-bottom: solid 1px #ebebeb;
    font-weight: 400!important;
}
material.cont-1 span {
    font-style: normal;width: 80%;
}
material.cont-1 span strong {
    display: inline-block;
    width: 160px;
	font-weight: 400 !important;
}
material.cont-1 span strong:after {
    content:":";
}

material.cont-1 span a {
    color: #666;
    display: inline;
}
material.cont-1 on {
	float: right;
}
material.cont-1 h4 {
	clear: both;
	font-weight: 700;
	font-size:1.1em;
}
material.cont-1 span em {
    display: inline-block;
    width: 200px;
	font-weight: 400 !important;
    font-style: normal !important;
}
material.cont-1 span em:after {
    content:":";
}
material.cont-2 span {
    display: block;
    border-bottom: solid 1px #ebebeb;
    font-weight: 400!important;
}
material.cont-2 span {
    font-style: normal;width: 80%;
}
material.cont-2 span strong {
    display: inline-block;
    width: 80px;
	font-weight: 400!important;
}
material.cont-2 span strong:after {
    content:":";
}
material.cont-2 span a {
    color: #666;
    display: inline;
}
material.cont-2 h4 {
	clear: both;
	font-weight: 700;
	font-size:1.1em;
}

material.cont-3 span {
    display: block;
    border-bottom: solid 1px #ebebeb;
    font-weight: 400!important;
}
material.cont-3 span {
    font-style: normal;width: 80%;
}
material.cont-3 span strong {
    display: inline-block;
    width: 160px;
	font-weight: 400!important;
}

material.cont-3 span a {
    color: #666;
    display: inline;
}
material.cont-3 on {
	float: right;
}
material.cont-3 h4 {
	clear: both;
	font-weight: 700;
	font-size:1.1em;
}

@media screen and (max-width: 480px) {
material.cont-1 span strong {
    width: 100%;
}	
material.cont-2 span strong {
    width: 100%;
}	
material.cont-3 span strong {
    width: 100%;
}		
}
.text1101{font-size:100% ; border-left: 3px solid #1169AA; padding-left: 0.3em; line-height: 200%;}

h2.modele{
	color: #1169AA;
    font-size: 200%;
}
h2.modele span{
	color: #666;font-size: 70%;
	margin-right: 0.3em;
}

h2.mcat{
	color: #666;font-size: 140%;
	margin-right: 0.3em;
}

.featured-blocks{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto    
}

#content{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;      
}