@charset "utf-8";

/* @group Reset */

*{ margin: 0;padding: 0}

a { text-decoration : underline; color: #000; }
a:hover{ color: #EB0000; text-decoration: none;}
a:hover img{
	opacity: 0.6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
}
	
ul, ol { list-style : none}
img { vertical-align : middle}

input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    background: #FFF;
	padding: 10px 5px;
	width: 90%
}
table#iqfm-input-1 input#iqfm-input-text-5{ width: 80%}
table#iqfm-input-2 input#iqfm-input-text-4{ width: 80%}
table#iqfm-input-2 input#iqfm-input-12 label{ display: block}
input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 0;
   border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    background: #FFF;
	padding: 10px 5px;
	width: 90%
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 10px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    background: #FFF;
	width: 90%
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 0;
    border: 2px solid #EB0000;
    outline: none;
    background: #fff;;
	text-align: center;
	font-size: 0.75rem;
	width: 100px;
	margin: 0 auto;
	color: #EB0000;
	display: block
}


.select-test {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.select-test::-ms-expand {
  display: none;
}

.select-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
/* @end */

/* @group Fluid-img */
img { max-width : 100%}
/* @end */


/* @group HTML */

html {
font-family: Ryumin Regular KL,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho",serif;
font-weight: 400;
font-style: normal;
font-size : 100%; /*14px*/
line-height : 1.5;
letter-spacing: 0.1em;}

body { width: 100%;}
/* @group Heading */
h1 {
font-size : 1.25rem; /* 20px */
line-height : 1 /* 20px */ } 

h2 {
font-size : 1em; /* 16px */
line-height : 1.3333 /* 48px */ } 

h3 {
font-size : 0.875em; /* 14px */
line-height : 1; /* 24px */
margin-bottom : 1em } 

.font4{
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em
}
.font5{
	font-family: atrament-web, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font6{
	font-family:Arial, Helvetica, "sans-serif";
}
main{
   display:block;
	background: #fff;
	font-family: Ryumin Regular KL,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho",serif;
}
h1.titledesign1{ font-size: 1.5625rem; font-weight: normal; margin-bottom: 50px; }
h1.titledesign2{ font-size:1.875rem;  border-bottom: 3px solid #EB0000; display: inline-block; padding: 0 33px 10px }
/* @end */

/* @group Shear */

.pc{ display:none;}
.sp{ display:inherit; }
.tb{ display: none;}
.tbsp{ display:inherit;}

/* material-icons icon size */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
 
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
 
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
.material-icons.white{ color: #fff;}

/* @end */

/* @group Header */
header{ width: 94%; z-index: 10; position: fixed; background: #fff; padding: 9px 3%;}
header .hgr{ width: 40%; padding: 0 3% 0 0; float: right}
header h1{ width: 170px; float: left; margin: 10px 0}
header h1 img{height: 40px;}
header .hgr nav.spmenu{ width:30px; float: right; margin-top: 16px }

/* @end */

/* @group ハンバーガーメニュー */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
	z-index:10 
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 29px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3B3B3B;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 7px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* @end */

/* @group ヘッダーメニュー　dropdown-menu */
header .hgr .active span{ background-color: #fff;}
.smp-dpmenu{ 
	position:fixed; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:3;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transition-duration:1s;background:#EB0000;padding:0;max-height:0;
	 text-align: left; font-size: 1rem;}
.smp-dpmenu.open{padding:48px 0 0 0;max-height:34em;}
.dropdown-menu{  overflow:hidden; width:88%; height: auto; overflow-y: auto; padding-left: 6%  }

.dropdown-menu li{ line-height:1em; list-style:none; border-bottom: #6CCCEA solid 1px; padding:10px 3%; overflow: hidden; font-size: 0.75rem}
.dropdown-menu li a{display:block; color:#fff; margin-left: 3%; width:93.75%; text-decoration: none;}
.dropdown-menu li a.btn{ float: left; background: none; width: 46%; padding-left: 0px; text-align: right;}
.dropdown-menu li.dr-title{ border-bottom: 4px solid #fbf3d4; font-size: 1.25rem; padding: 30px 3%;}
.dropdown-menu li.dr-title a{ color: #ce0501; background: none; padding-left: 0;}
.dropdown-menu li a .material-icons{ vertical-align: -4px}

.smp-dpmenu .contact-btn a{ width: 87.75%; margin: 30px auto 10px; background: #fff; text-align: center; text-decoration: none; overflow: hidden; display: block; padding: 0}
.smp-dpmenu .contact-btn a .telicon{ background: #075B86; padding: 10px; display: inline-block; float: left;}
.smp-dpmenu .contact-btn a span{ display: block; padding-top: 9px; color: #3B3B3B; text-align: center; letter-spacing: 0.01em}
.smp-dpmenu .dr-sub-menu{ width: 87.75%; margin: 20px auto; overflow: hidden;}
.smp-dpmenu .dr-sub-menu li{ width: 31.3%; float: left; margin-right: 3%; letter-spacing: 0.01em}
.smp-dpmenu .dr-sub-menu li a{ display: block; width: 100%; background: #fff; text-align: center; color: #272727; padding: 15px 0; font-size: 0.75rem; text-decoration: none}
.smp-dpmenu .dr-sub-menu li:nth-child(3n){ margin-right: 0;}
.smp-dpmenu .contact-btn a:hover{
	opacity: 0.6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
}
.smp-dpmenu .dr-sub-menu li a:hover{
	opacity: 0.6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
}
.smp-dpmenu p.add{ text-align: center; font-size: 0.875rem; color: #fff; margin-top: 20px; font-weight: normal; letter-spacing: 0.01em}

/* fullSlideShow
--------------------------- */
.fullSlideShow {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	z-index: 1
}
.fullSlideShow ul {
    top: 58%;
    left: 50%;
    width: 100%;
    position: fixed; /* absolute or fixed */
    overflow: hidden;
}
.fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}
.fullSlideShow ul li img {
    width: 100%;
}
.fullSlideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.fullSlideShow ul {
    display: inline-block;
    overflow: hidden;
}

/* scrolldown */


.fullSlideShow a.rw-italy{
	position: absolute;
	bottom: 13px;
	left: 40%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	font-size:1em;
	color: #fff;
}
.fullSlideShow a {
	padding-top: 60px;
}
.fullSlideShow a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.fullSlideShow a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
.fullSlideShow a.whscr span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.fullSlideShow a.whscr{color: #fff;}
.fullSlideShow a.whscr span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.fullSlideShow .main-txt{ 
	width:100%;
	position: absolute;
	bottom: -21px;
	text-align: center;
	z-index: 3;
	font-size: 12px;
}
.fullSlideShow .main-copy{ 
	width:100%;
	position: absolute;
	text-align: center;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
}
.fullSlideShow .main-copy h1{font-size: 50px; font-weight: bold; line-height: 160%; text-align: left; width: 93.75%; margin: 0 auto; letter-spacing: 0.02em;color: #fff;}

.box {
  width: 88px;
  height: 300px;
  position: absolute;
  overflow: hidden;
z-index: 20;
	bottom: 10px
}

/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  left: -17px;
  bottom: 0;
  height: 200px
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
margin-left: 4px;
}

.arrow {
  width: 1px;
  height: 50px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
.home main,.page-id-63 main{ padding-top: 65px; z-index: 5; position: relative;}
.about{ width: 93.75%; margin: 0 auto; text-align: center}
.home .about h1,.page-id-63 .about h1{ font-size: 1.5625rem; padding-bottom: 10px; border-bottom: 1px solid #EB0000; display: inline-block; letter-spacing: 0.01em; padding-right: 20px}
.home .about h1 span,.page-id-63 .about h1 span{ margin-left: 4px}
.home .about section,.page-id-63 .about section{ width: 100%; overflow: hidden; text-align: center; margin-bottom: 50px}
.home .about section .about-contents,.page-id-63 .about section .about-contents{ width: 100%; margin-top: 55px; text-align: left}
.home .about section .about-contents h3,.page-id-63 .about section .about-contents h3{ font-size: 1.375rem; font-weight: normal}
.home .about section .about-contents p,.page-id-63 .about section .about-contents p{ font-size: 0.8125rem; line-height: 160%}
.home .about section img,.page-id-63 .about section img{ margin-top: 0; width: 80%; }
.home .about section .more img{margin: 0;width: auto;}
.home .brand,.page-id-63 .brand{  width: 100%;  padding: 100px 0 140px; text-align: center; }
.home .brand h1,.page-id-63 .brand h1{ font-size:1.5625rem;  border-bottom: 1px solid #EB0000; display: inline-block; padding: 0 20px 10px; letter-spacing: 0.01em}
.home .brand p.icon{ width: 20px; margin: 10px auto; display: block}
.home .brand section,.page-id-63 .brand section { width: 93.75%; overflow: hidden; margin: 50px auto;}
.home .brand section .brand-list,.page-id-63 .brand section .brand-list{ width: 100%; margin-top: 50px;}
.home .brand section .brand-list div,.page-id-63 .brand section .brand-list div{ width: 100%; overflow: hidden; height: auto;}
.home .brand section .brand-list .brandlogo,.page-id-63 .brand section .brand-list .brandlogo{ margin-top: 35px;}
.more a{ display: block; text-align: center; text-decoration: none; font-size: 0.8125rem; width: 60%; margin: 30px auto; padding: 10px 0; color: #EB0000}

.home .news,.page-id-63 .news{ width: 94%; margin: 0 auto; text-align: left; padding:78px 3% 86px; background: url("../img/border-bg.jpg"); }
.home .news h1,.page-id-63 .news h1{ font-size:1.5625rem;  border-bottom: 1px solid #EB0000; display: inline-block; padding: 0 33px 10px 0; letter-spacing: 0.01em; }
.home .news h1 span{ width: 25px; display: inline-block; margin-left: 10px}
/* .home .news ul,.page-id-63 .news ul{ overflow: hidden; margin-top: 57px; width: 100%}
.home .news ul li,.page-id-63 .news ul li{ font-size: 0.875rem; margin-bottom: 15px}
.home .news ul li span,.page-id-63 .news ul li span{ color: #fff; font-size: 0.75rem; margin-right: 2%; background: #000; padding: 4px 1%}
.home .news ul li span span.news-icon{ font-size: 0.625rem; margin: 0; padding: 0; display: inline-block; margin-top: -3px}
.home .news ul li span.news-tag{ padding: 3px 15px; font-size: 0.75rem; color: #fff; margin-right: 3%; background: #000; }
.home .news ul li span.news{ background: #000;}
.home .news ul li span.media{ background: #870000;}
.home .news ul li span.new{background: #002687;}
.home .news ul li i,.page-id-63 .news ul li i{ width: 4%; border-top: 1px solid #ccc; margin-right: 2%; display: inline-block; height: 4px}
.home .news ul li a,.page-id-63 .news ul li a{ font-size: 0.875rem; text-decoration: none;} */
.home .topics,.page-id-63 .topics{ width: 100%; text-align: left; padding: 50px 0 0; }
.home .topics h1,.page-id-63 .topics h1{  font-size:1.5625rem;  border-bottom: 1px solid #EB0000; display: inline-block; padding: 0 33px 10px 0; letter-spacing: 0.01em; margin-bottom: 50px; margin-left: 3%}
.home .topics h1 span{width: 20px; display: inline-block; margin-left: 10px}
.home .topics .topicbox,.page-id-63 .topics .topicbox{ width: 93.75%; margin: 20px auto; overflow: hidden}
.home .topics .topicbox .topics-con,.page-id-63 .topics .topicbox .topics-con{ width: 48%; float: left; margin-right: 2%; background: #000; font-size: 0.75rem; text-align: left; line-height: 130%; margin-bottom: 10px; cursor: pointer;}
.home .topics .topicbox .topics-con:nth-child(2n),.page-id-63 .topics .topicbox .topics-con:nth-child(2n){ margin-right: 0;margin-left: 2%;}
.home .topics .topicbox .topics-con .topic-in{ width: 100%; height: 200px;overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	position: relative;
}
.home .topics .topicbox .topics-con a{
	text-decoration: none;
}
.home .topics .topicbox .topics-con .topic-in .topic-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.home .topics .topicbox .topics-con .topic-in .topic-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home .topics .topicbox .topics-con .topic-in img,.page-id-63 .topics .topicbox .topics-con .topic-in img{ width: 100%; height: auto}
.home .topics .topicbox .topics-con .topic-in p,.page-id-63 .topics .topicbox .topics-con .topic-in p{  width: 96%; color: #fff; padding: 10px 3%;box-sizing: border-box;}
.home .topics .topicbox .topics-con .topic-in p{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	z-index: 2;
}
.home .topics .topicbox .topics-con .topic-in p i{
	font-size: 12px;
	font-style: normal;
	line-height: 1;
}
.home .topics .topicbox .topics-con .topic-in span,.page-id-63 .topics .topicbox .topics-con .topic-in span{  width: 60px; display: block; float: right; margin: 10px 10px 10px 166px}
.home .topics .topicbox .topics-con .topic-in span{
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin: 10px;
	z-index: 2;
}
.home .topics .topicbox .topics-con .topic-in span i,.page-id-63 .topics .topicbox .topics-con .topic-in span i{font-size: 0.6875rem; vertical-align: middle}
.home .topics .topicbox .topics-con .topic-in:hover,.page-id-63 .topics .topicbox .topics-con .topic-in:hover{
	opacity: 0.8;
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)"; 
}
.home .topics .topicbox .topics-con .topicin,.page-id-63 .topics .topicbox .topics-con .topicin{
		padding: 5px 2%; 
		background: #000; 
		display: none;
		font-size: 0.75rem;
		text-align: left;
		line-height: 160%;color: #fff;}

.contact{ width: 100%; text-align: center; padding: 90px 0; background: url(../img/border-bg.jpg);}
.contact h1{ font-size:1.875rem;  border-bottom: 3px solid #EB0000; display: inline-block; padding: 0 33px 10px}
.contact .contact-in{ margin-top: 50px; text-align: left}
.contact .contact-in .contact-title{ font-size: 0.75rem; margin-bottom: 5px; width: 100%}
.contact .contact-in .contact-form{ width: 100%; margin-bottom:20px; }
.contact .contact-in .contact-title{ font-size: 0.75rem; margin-left: 5px; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"}

.voice{ width: 94%; padding:78px 3% 86px; background: url("../img/border-bg.jpg");}
.voice h1{ font-size:1.5625rem;  border-bottom: 1px solid #EB0000; display: inline-block; padding: 0 33px 10px 0; letter-spacing: 0.01em; margin-bottom: 90px}
.voice h1 span{width: 20px; display: inline-block; margin-left: 10px}
.voice ul{ width: 100%; overflow: hidden;}
.voice ul li{ width: 49%; float: left; margin-right: 2%; margin-bottom: 25px;}
.voice ul li:nth-child(2n){ margin-right: 0}
.voice ul li .voice-img{ margin: 10px auto; width: 80%; text-align: center}
.voice ul li .voice-box{ background: #fff; padding: 10px; font-size: 0.625rem; line-height: 140%;}
.voice ul li .voice-box .name{ margin-left: 10px}


.news ul li.newsbtn { cursor: pointer;}
.news ul li.newsbtn:hover { color: #EB0000}
.news ul li.news-contents {
        display: none;
        background: #f2f2f2;
        padding: 10px;
		font-size: 0.75rem;
		text-align: left;
		line-height: 160%}

/*下層*/
#contents{
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fadeInUp {
  opacity : 100;
  transform: translateY(20px);
  transition: 1s;
}
.page main{ padding-top: 0;}
.page .mainimg{ position: relative; padding-top: 78px;}
.page #contents .about .about-contents{ width: 100%; margin: 0; text-align: center; }
.page #contents .about .about-contents h3{ font-size: 1.375rem; font-weight: normal; line-height: 180%; margin-bottom: 0; margin-top: 40px}

.page #contents .about .about-contents p{ font-size: 0.8125rem; line-height: 140%}
.page #contents .box-contents{ margin: 0 auto; padding: 70px 0; width: 93.75%; text-align: center}
.page #contents .bottom-line{ border-bottom: 1px solid #DEDEDE; padding-bottom: 70px}
.page #contents table.tablebox{ width: 100%; text-align: left; font-size: 0.875rem}
.page #contents table.tablebox tr th,.page #contents table.tablebox tr td{ vertical-align: top}
.page #contents table.tablebox tr th{ width: 25%; font-weight: normal; padding:10px 0 20px 0 }
.page #contents table.tablebox tr td{ width: 75%; padding:10px 0 20px 0}
.page #contents table.tablebox tr td span{ font-size: 0.625rem; display: block}
.page #contents table.tablebox tr td ul {list-style-type: decimal; margin-left: 20px}
.page #contents table.tablebox tr td ul li{ margin-bottom: 5px}
.page #contents .box-contents p.gtxt{ text-align: left; margin-bottom: 25px}
.page #contents .box-contents p.gtxt:last-child{ margin-bottom: 0}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.topic{ text-align: center; padding: 73px 0 110px}
.topic h1{ font-size:1.875rem;  border-bottom: 3px solid #EB0000; display: inline-block; padding: 0 33px 10px}
.topic .topicbox{ width: 93.75%; margin: 100px auto 0; overflow: hidden}
.topic .topicbox .topics-con{ width: 49%; float: left; margin-right: 2%; background: #F8F8F8; font-size: 0.75rem; text-align: left; line-height: 130%; margin-bottom: 10px; cursor: pointer; }
.topic .topicbox .topics-con:nth-child(2n){ margin-right: 0;}
.topic .topicbox .topics-con .topic-in img{ width: 100%; height: auto}
.topic .topicbox .topics-con .topic-in p{ width: 93.75%; margin: 10px auto; }
.topic .topicbox .topics-con .topic-in span{ font-size: 0.625rem; letter-spacing: 0.01em; text-align: right; width: 100%; display: block; margin-bottom: 10px;}
.topic .topicbox .topics-con .topic-in span i{font-size: 0.6875rem; vertical-align: middle}
.topic .topicbox .topics-con .topic-in:hover{
	opacity: 0.6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)"; 
}
.topic .topicbox .topicin {
        display: none;
        background: #F8F8F8;
        padding: 10px;
		font-size: 0.75rem;
		text-align: left;
		line-height: 160%}

.tab-contents{ width: 100%; text-align: center; margin: 0 0 80px;}
.tab-group li{ border-right: 1px solid #F4F4F4}
.tab-group li:last-child{ border-right: none}
.tab-group{
    display: flex;
    justify-content: center;
	width: 93.75%;
	margin: 0 auto
}
.tab{
    flex-grow: 1;
    padding:35px 0 20px;
    list-style:none;
    text-align:center;
    cursor:pointer;
	font-size: 0.875rem;
	width: 33%;
	
}
.tab span{ font-size: 0.625rem; color: #EB0000; display: block}
.panel-group{
	padding: 60px 0;
    border-top:none;
    background:#F4F4F4;
}
.panel{
    display:none;
	width: 93.75%;
	margin: 0 auto
}
.tab.is-active{
    background:#F4F4F4;
    color:#000;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}
.page #contents table.border-table{ border-collapse: collapse; margin-bottom: 50px}
.page #contents table.border-table tr th{  border-right: 1px solid #ACACAC; color: #EB0000; padding: 10px 4% 20px 0; width: 36%; border-top-style:none;}
.page #contents table.border-table tr td{width: 56%; padding: 10px 0 20px 4%; border-top-style:none;}
.contact-border-btn a{ display: block; border: 2px solid #EB0000; text-align: center; padding: 20px 0; background: #fff; text-decoration: none; color: #EB0000; width: 80%; margin: 0 auto; font-size: 0.875rem}
.contact-border-btn a:hover{ background: #EB0000; color: #fff}
.bl-contact-border-btn a{ display: block; border: 2px solid #EB0000; text-align: center; padding: 20px 0; background: #EB0000; text-decoration: none; color: #fff; width: 80%; margin: 0 auto 50px; font-size: 0.875rem; }
.bl-contact-border-btn a:hover{ background: #fff; color: #EB0000}
.page #contents table.border-table tr td ul li{ list-style: disc; margin-left: 15px}

.area{ width: 96%; background: #F8F8F8; padding: 25px 2%; margin-top: 50px}
.area .area-list{ width: 100%; overflow: hidden; list-style-type: none; margin-left:14px;}
.area .area-list li{ float: left; margin-right: 5%; font-size: 0.75rem; margin-left: 16px;}
.area .area-list li:before {
	content: '▶︎';
	margin-left:-14px;
	color:#EB0000;
	font-size: 0.625rem;
}
.area .area-list li a{ text-decoration: none}
.area-contents { margin-top: 50px;}
.area-contents dl.area-data{ width: 100%; text-align: left; overflow: hidden}
.area-contents dl dt,.area-contents dl dd{font-size: 0.75rem; line-height: 140%; }
.area-contents dl dt.area-maintitle{ width: 16%; float: left; padding: 0 2% 25px; font-weight: bold}
.area-contents dl dd.area-in{ width: 75%; float:left; border-left: 1px solid #ccc; padding: 0 2% 25px;}
.area-contents dl dd.area-in dl.area-data-in{ width: 100%; }
.area-contents dl dd.area-in dl.area-data-in dt{ width: 26%; float: left; padding: 0 2% 15px; font-weight: bold}
.area-contents dl dd.area-in dl.area-data-in dd.area-con{ width: 65%; float: left; padding: 0 2% 15px;}
.area-contents dl dd.area-in dl.area-data-in dd.area-con .shoptitle{ width:100%; margin-bottom: 10px }
.area-contents dl dd.area-in dl.area-data-in dd.area-con .shoptitle span{ font-weight: bold; font-size: 0.75rem}
.area-contents dl dd.area-in dl.area-data-in dd.area-con .google-map-in{ 
	height: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-bottom: 100%;}
.area-contents dl dd.area-in dl.area-data-in dd.area-con .google-map-in .mapp-layout{ margin: 0}
.area-contents dl dd.area-in dl.area-data-in dd.area-con .google-map-in iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.contact .contact-in .sendtitle{ font-size: 1.125rem; margin-bottom: 20px; text-align: center}
.contact .contact-in .send-contents{ font-size: 0.875rem; text-align: center}

.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #000;
  opacity: 0.6;
  border-radius: 50%;z-index: 10;
  }
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.list{width: 100%; }
.list img{ width: 100%;}

.contact-btn a{ display: block; background: #000; padding: 5px 0; width: 70%; margin: 20px auto; color: #fff;}
.contact-btn a img{ width: 10px}

.page #contents .service{ width: 100%; text-align: center; background: url("../img/wh-bg.jpg") repeat-x top; padding-top: 50px}
.page #contents .service .service-contents { width: 93.75%; margin: 10px auto; }
.page #contents .service .service-contents .brand-box{ width: 100%;  border: 2px solid #000; margin-bottom: 30px; background: #fff;}
.page #contents .service .service-contents .brand-box img{ width: 98%; margin: 3px;}
.page #contents .service .service-contents .brand-box h5{ width: 70%; margin: 30px auto}
.page #contents .service .service-contents .brand-box:nth-child(3n) h5{ width: 30%; margin: 30px auto}
.page #contents .service .service-contents .brand-box p{ font-size: 0.875rem; text-align: left; line-height: 170%; width: 94%; margin: 0 3% 20px}
.border-title{ font-size:1.5625rem;  border-bottom: 2px solid #EB0000; display: inline-block; padding: 0 0 15px 0; letter-spacing: 0.01em; margin-bottom: 60px}
.border-title-blue{ font-size:1.5625rem;  border-bottom: 2px solid #fff; display: inline-block; padding: 0 0 15px 0; letter-spacing: 0.01em; margin-bottom: 60px; color: #fff;}
.title-design3{ font-size:1.5625rem; display: inline-block; padding: 0 0 15px 0; letter-spacing: 0.01em; margin-bottom: 60px}
.box-contents ul.company-list{　list-style-type: none; text-align: left; width: 100%; overflow: hidden; margin-bottom: 100px}
.box-contents ul.company-list li:before {
	content: '□'; 
	margin-left:-14px; 
}
.box-contents ul.company-list li{ font-size: 0.875rem; display: inline-block; float: left; margin-right: 80px; margin-bottom: 10px; margin-left: 18px;}
.gr-bg{ background: #fafafa}
.blue-bg{ background:url("../img/brand-bg.jpg"); color: #fff;}
.box-contents-bg{  padding: 80px 3% 50px; width: 94%; text-align: center; padding-bottom: 100px }
ul.list-demical{ list-style-type: decimal; text-align: left; margin-left: 10%; margin-bottom: 100px; overflow: hidden}
ul.list-demical li{ margin-bottom: 10px}

.page #contents .news-topics{ width: 100%; text-align: center;margin: 70px 0; }
.news-topics ul {width: 93.75%; margin: 10px auto; text-align: left}
.news-topics ul li{ width: 100%; margin-bottom: 15px; font-size: 0.875rem}
.news-topics ul li i{ font-style: normal; margin-right: 2%}
.news-topics ul li span{ padding: 3px 15px; font-size: 0.625rem; color: #fff; margin-right: 5%}
.news-topics ul li span.news{ background: #000;}
.news-topics ul li span.media{ background: #870000;}
.news-topics ul li span.new{background: #002687;}
.news-topics .banner-area{ margin: 150px auto; width: 93.75%; }
.news-topics .banner-area p.banner-btn{ margin-bottom: 30px;}
.page .box-contents .contact-box{ width: 100%; text-align: left; margin-bottom: 50px}
.page .box-contents .contact-box h3{ background: #f8f8f8; padding: 20px; font-size: 1rem}
.page .box-contents .contact-box p{ font-size: 1rem; padding: 20px }
.contact-box p.blue-bg-btn a{ display: block; background: #109cdb; padding: 20px 0; width: 80%; margin: 0 auto; text-decoration: none; color: #fff; font-size: 0.875rem; text-align: center; border: 2px solid #109cdb;}
.contact-box p.blue-bg-btn a:hover{ background: #fff; border: 2px solid #109cdb; color: #109cdb;}

.contact-btn-info a{ display: block; background: #eb0000; padding: 10px 0; width: 300px; margin: 20px auto; color: #fff; text-decoration: none;}
.contact-btn-info a img{ width: 20px; margin-top: -6px;}
.contact-btn-info a:hover{ background: #666;}
.contact-in-box p{ text-align: center}
.page #contents .box-contents .contact-box p.att{ font-size: 12px; line-height: 180%; text-align: left}

.page #contents .box-contents ul.cercle-blue{ width: 100%; overflow: hidden}
.page #contents .box-contents ul.cercle-blue li{ width: 49%; float: left; margin-right: 2%; margin-bottom: 10px}
.page #contents .box-contents ul.cercle-blue li:nth-child(2n){ margin-right:0}
.page #contents .box-contents-bg .point-box{ width: 94%; background: #EB0000; border: 2px solid #fff; padding: 20px 2%; margin-bottom: 30px; text-align: left}
.page #contents .box-contents-bg .point-box h2{ font-size: 1rem; margin-bottom: 20px; letter-spacing: 0.01em}
.page #contents .box-contents-bg .point-box p{ font-size: 0.875rem; line-height: 160%;}
.page #contents .box-contents .step-box-contents{ width: 94%; background: #fff; border: 2px solid #ececec; padding: 20px 2%; text-align: left}
.page #contents .box-contents .arrows { padding-bottom: 40px; background:url("../img/arrows.png") no-repeat center bottom; margin-bottom: 5px;}
.page #contents .box-contents .step-box-contents h3.step{ font-size: 1.125rem; color: #EB0000; margin-bottom: 10px;}
.page #contents .box-contents .step-box-contents h3.step img{ margin-right: 10px;}
.page #contents .box-contents .step-box-contents p{ font-size: 0.875rem; line-height: 160%;}
.page #contents .box-contents-bg ul.q-a{ width: 100%; }
.page #contents .box-contents-bg ul.q-a li{ text-align: left; margin-bottom: 50px; line-height: 160%}
.mrg{margin-bottom: 100px;}
footer{ width: 100%; background: #000; padding: 30px 0 10px; z-index: 8; position: absolute;}
footer .ftmenu{ width: 93.75%; margin: 0 auto; overflow: hidden}
footer .ftmenu ul{ width: 100%; margin-bottom: 5px; border-bottom: 1px solid #fff; padding-bottom: 5px;}
footer .ftmenu ul li{ font-size: 0.75rem; line-height: 200%;}
footer .ftmenu ul li.ftitle{ font-size: 1rem; font-weight: bold; margin-bottom: 5px; color: #fff; margin-top: 5px; line-height: 160%}
footer .ftmenu ul li a{ color: #fff; text-decoration: none;}
footer p.copy{ color: #fff; font-size: 0.625rem; width: 93.75%; margin: 10px auto 0}
footer p.copy a{ color: #fff;display: block;text-decoration: none;}
.contact-tel p {
    font-size: 36px;
    line-height: 1;
	font-weight: bold;
}
.contact-tel p a{
	text-decoration: none;
}
.contact-tel span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
}
.slide{
	overflow: hidden;
}
.slider{
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.slick-slide{
	outline: none;
	position: relative;
	cursor: pointer;
}
.slide-img{
	text-align: center;
}
.slick-list{
	margin: 0 -10px;
}
.slide-img img{
	width: calc(100% - 20px);
	height: 300px;
	object-fit: cover;
	margin: 0 auto;
}
.slick-prev, .slick-next{
	display: block;
	color: #fff;
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 0;
	background: rgba(81,81,81,0.3);
	cursor: pointer;
	margin-top: -30px;
}
.slick-prev{
	left: 0;
}
.slick-prev::before{
	content: '';
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 18px;
	transform: rotate(-45deg);
}
.slick-next{
	right: 0;
}
.slick-next::before{
	content: '';
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 18px;
	transform: rotate(135deg);
}
.slide-text{
	position: absolute;
	width: calc(100% - 20px);
	height: 100%;
	top: 0;
	left: 10px;
	background: rgba(81,81,81,0.5);
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}
.slide-text h4{
	font-size: 20px;
	color: #fff;
	width: 100%;
	text-align: center;
}
.slide-text .more{
	position: absolute;
	right: 40px;
	bottom: 0;
}
.slide-text .more a{
	width: auto;
}
.kv{
	position: relative;
}
.kv img{
	min-height: 180px;
	object-fit: cover;
}
.sub-title{
	position: absolute;
	font-size: 30px;
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
	text-shadow: 0 0 5px #000;
	width: 100%;
	text-align: center;
}
.business-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.business-item{
	width: calc(100% - 10px);
	margin: 30px 5px 0;
}
.business-item:first-child{
	margin-top: 0;
}
.business-img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.business-text{
	padding-top: 15px;
	text-align: left;
}
.business-text h5{
	font-size: 20px;
	line-height: 39px;
	font-weight: bold;
	padding-bottom: 5px;
}
.slogan-gr ul{
	display: inline-block;
}
.slogan-gr li{
	text-align: left;
}
.business-contact .business-contact-img{
	padding-bottom: 30px;
}
.business-contact p{
	font-size: 18px;
}
#map,#map2{
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}
.detail_area{
	text-align: left;
}
.detail_area p{
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 15px;
}
.detail_area h1{
	font-size: 24px;
	line-height: 38px;
	font-weight: normal;
}
.detail_area h1 .catch {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0 30px;
}
.detail_area h1 .sign {
    text-align: right;
    font-weight: 700;
}
.sp .head-language ul{
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}
.sp .head-language li{
	color: #fff;
	line-height: 30px;
	border: 1px solid #fff;
	border-radius: 16px;
	margin: 0 10px;
	font-size: 0.75rem;
	padding: 0 16px;
}
#include_news{
	margin-top: 55px;
}
footer .ftmenu ul.qr-sbox img{
	width: 100px;
}
.news-share{
	display: none;
}
/*768px*/

@media screen and (min-width : 768px){
	.pc{ display:inherit;}
	.sp{ display:none; }
	.tb{ display:none; }
	.tbsp{ display:inherit;}
	
	h1.titledesign1{ font-size: 1.875rem; font-weight: normal; margin-bottom: 80px; letter-spacing: 0.01%; }
	h1.titledesign2{ font-size:1.875rem;  border-bottom: 3px solid #EB0000; display: inline-block; padding: 0 33px 10px }
	
	/* @group Header */
	header{
		padding-right: calc(3% + 120px);
		width: calc(94% - 120px);
	}
	header h1{ float: left; margin-top: 12px}
	header .head-menu-sub{ width:70%; float: right; padding: 0 }
	header .head-menu-sub ul{ width: 100%; margin: 0}
	header .head-menu-sub ul li{ font-size: 0.75rem; float: right; text-align: center; padding: 20px 1.5%; margin-right: 3px}
	header .head-menu-sub ul li a{display: block; text-decoration: none; color: #000; }
	header .head-menu-sub ul li.ov,header .head-menu-sub ul li:hover{ border-bottom: 1px solid #EB0000}
	.head-language{
		position: absolute;
		right: 3%;
		width: 120px;
		top: 20px;
	}
	.head-language span{
		display: block;
		border: 1px solid #333;
		line-height: 30px;
		border-radius: 15px;
		width: 120px;
		box-sizing: border-box;
		text-transform: uppercase;
		cursor: pointer;
		font-size: 0.75rem;
		position: relative;
		padding: 0 15px;
	}
	.head-language span::after{
		content: '';
		position: absolute;
		border-top: 5px solid #333;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		top: 12px;
		right: 8px;
	}
	.head-language ul{
		display: none;
		padding: 15px;
		font-size: 0.75rem;
		width: 100%;
		box-sizing: border-box;
	}
	.head-language li{
		text-transform: uppercase;
		cursor: pointer;
		line-height: 30px;
		border-bottom: 1px solid #333;
	}
	.fullSlideShow a.rw-italy {display: none}
	.box a{
		display: block;
	}
	.box a:hover{
		color: #000;
	}
	.fullSlideShow .main-copy h1{font-size: 60px; font-weight: bold; line-height: 130%; text-align: left; width: 93.75%; margin: 0 auto; display: flex;align-items: center;justify-content: center;}
	.fullSlideShow ul {
    top: 60%;
	}
	.main-txt{
		width:0;
		position: absolute;
		bottom: 0;
		text-align: center;
		z-index: 3;
		font-size: 12px;
		top: 167px;
		height: 36;
	}
	div.main-txt:after,
	div article:after{
		content: "";
		 position: fixed;
  		display: block;
  		z-index: 1;
	}
	div.main-txt:after {
  		width: 55px;
  		height: 100vh;
  		right: 0;
		top: 0;}
	div.un:after {
  		width: 55px;
  		height: 100vh;
  		right: 0;
		top: 0;
		}
	div article:after{
		width: 55px;
  		height: 100vh;
  		top: 0;
  		left: 0;
		}
	 div.un article:after{
		width: 55px;
  		height: 100vh;
  		top: 0;
  		left: 0;
		}
	div article .border-blue-right:after{
		content: "";
		 position: fixed;
  		display: block;
  		z-index: 2;
	}
	div article .border-blue-right .border-blue-left:after{
		content: "";
		 position: fixed;
  		display: block;
  		z-index: 2;
	}
	div article .border-blue-right:after{
		width: 55px;
  		height: 55vh;
  		right: 0;
		top: 0;}
	div article .border-blue-right .border-blue-left:after{
		width: 55px;
  		height: 55vh;
  		top: 0;
		left: 0;}
	main{ padding-top: 65px; }
	.home #contents .about,.page-id-63 #contents .about{ width: 93.75%; overflow: hidden; text-align: left}
	.home #contents .about h1,.page-id-63 #contents .about h1{ padding-bottom: 10px; display: inline-block;}
	.home #contents .about h1 span{ margin-left: 10px}
	.home #contents .about h1 span,.page-id-63 #contents .about h1 span{ margin-left: 10px}
	.home #contents .about section,.page-id-63 #contents .about section{ text-align: left}
	.home #contents .about section .about-contents,.page-id-63 #contents .about section .about-contents{ width: 49%; float: left; margin-right: 1%}
	.home #contents .about section .about-contents h3,.page-id-63 #contents .about section .about-contents h3{ font-weight: normal;line-height: 1.3;}
	.home #contents .about section .about-contents p,.page-id-63 #contents .about section .about-contents p{ font-size: 0.8125rem; line-height: 160%; text-align: left}
	.home #contents .about section img,.page-id-63 #contents .about section img{ margin-top: 100px; width: 45%; float: right}
	.more a{ width: 30%}
	.home .brand,.page-id-63 .brand{ width: 100%; background: url("../img/brand-bg.jpg")repeat-x top;} 
	.home .brand h1,.page-id-63 .brand h1{font-size:1.5625rem; }
	.home .brand section,.page-id-63 .brand section { width: 93.75%; overflow: hidden; margin: 90px auto 0;}
	.home .brand section .brand-list,.page-id-63 .brand section .brand-list{ width: 45%; margin-top: 50px; float: left; margin-right: 10%}
	.home .brand section .brand-list:last-child,.page-id-63 .brand section .brand-list:last-child{ margin-right: 0}
	.home .brand section .brand-list div,.page-id-63 .brand section .brand-list div{ width: 100%; overflow: hidden; height: auto;}
	.home .brand section .brand-list .brandlogo,.page-id-63 .brand section .brand-list .brandlogo{ margin-top: 35px;}
	
	.home .news,.page-id-63 .news{ text-align: left; padding:78px 3% 86px }
	/* .home .news ul,.page-id-63 .news ul{ overflow: hidden; margin-top: 57px;}
	.home .news ul li,.page-id-63 .news ul li{ font-size: 0.875rem; margin-bottom: 23px}
	.home .news ul li span,.page-id-63 .news ul li span{ font-size: 0.875rem; margin-right: 2%}
	.home .news ul li i,.page-id-63 .news ul li i{ width: 10%; border-top: 1px solid #ccc; margin-right: 2%; display: inline-block; height: 4px}
	.home .news ul li a,.page-id-63 .news ul li a{ font-size: 0.875rem; text-decoration: none;} */
	
	.contact h1{ font-size:1.875rem;  border-bottom: 3px solid #EB0000; display: inline-block; padding: 0 33px 10px}
	.page div article .border-blue-right:after{
		width: 55px;
  		height: 30vh;
  		right: 0;
		top: 0;}
	.page div article .border-blue-right .border-blue-left:after{
		width: 55px;
  		height: 30vh;
  		top: 0;
		left: 0;}
	.page .box{bottom: 0; top: 50%;}
	.page .box {
		width: 88px;
		  height: 300px;
		  position: absolute;
		  overflow: hidden;
		z-index: 20;
		}
	.voice{ width: 94%; padding:78px 3% 86px; }
	.voice ul{ width: 100%; overflow: hidden;}
	.voice ul li{ width: 32%; float: left; margin-right: 2%; margin-bottom: 25px;}
	.voice ul li:nth-child(2n){ margin-right: 2%}
	.voice ul li:nth-child(3n){ margin-right: 0}
	.voice ul li .voice-img{ margin: 10px auto; width: 80%; text-align: center}
	.voice ul li .voice-box{ background: #fff; padding: 10px; font-size: 0.625rem; line-height: 140%;}
	.voice ul li .voice-box .name{ margin-left: 10px}

	.page main{ padding-top: 0;}
	.page #contents .about { width: 80%;padding-top: 70px;}
	.home #contents .about{ width: 93.75%; overflow: hidden}
	.page #contents .about .about-contents h3{ font-size:1.875rem; margin: 0;}
	.page #contents .about .about-contents h3.abouttitle{ font-size: 2rem;}
	.home #contents .about .about-contents h3,.page-id-63 #contents .about .about-contents h3{ font-size:1.5625rem; text-align: left}
	.page #contents .about .about-contents p{ font-size:1rem; line-height: 160%}
	.page #contents .box-contents{ margin: 80px auto; width: 93.75%; text-align: center; padding-top: 0;}
	.page #contents .company-list-box{margin: 80px auto 150px;}
	.page #contents .bottom-line{ padding-bottom: 70px; border-bottom: 1px solid #DEDEDE}
	.page #contents table.tablebox{ width: 80%; text-align: left; font-size: 0.875rem; margin: 0 auto}
	.page #contents table.tablebox tr th,.page #contents table.tablebox tr td{ vertical-align: top}
	.page #contents table.tablebox tr th{ width: 30%; font-weight: normal; padding:10px 0 20px 0 }
	.page #contents table.tablebox tr td{ width: 70%; padding:10px 0 20px 0}
	.page #contents table.tablebox tr td span{ font-size: 0.625rem; display: block}
	.gmap { margin-top: 90px;}
	.page-id-22 .box,.page-id-16 .box{ bottom: 0; top: 150px;}
	.page-id-22 main,.page-id-16 main { padding-top: 100px;}
	
	.topic{ text-align: center; padding: 73px 0 110px}
	.topic .topicbox .topics-con{ width: 32%; margin-right: 2%; margin-bottom: 17px}
	.topic .topicbox .topics-con:nth-child(2n){ margin-right: 2%;}
	.topic .topicbox .topics-con:nth-child(3n){ margin-right: 0;}
	.topic .topicbox .topics-con .topic-in img{ width: 100%; height: auto}
	.topic .topicbox .topics-con .topic-in p{ width: 93.75%; margin: 10px auto; }
	.topic .topicbox .topics-con .topic-in span{ font-size: 0.625rem; letter-spacing: 0.01em; text-align: right; width: 100%; display: block; margin-bottom: 10px;}
	.topic .topicbox .topics-con .topic-in span i{font-size: 0.6875rem; vertical-align: middle}
	.page .mainimg{ position: relative; padding-top: 109px; width: 87%; margin: 0 auto}
	.page #contents .gmap-box{ width: 80%; margin: 0 auto}
	
	.tab{ font-size:1rem; padding: 30px 0 20px;}

	.panel{
		display:none;
		width: 93.75%;
		margin: 0 auto
	}
	.page #contents table.border-table{ width: 100%; margin-bottom: 50px}
	.page #contents table.border-table tr th{  border-right: 1px solid #ACACAC; color: #EB0000; padding: 10px 4% 20px 0; width: 16%; border-top-style:none;}
	.page #contents table.border-table tr td{width: 66%; }
	.contact-border-btn a{ width: 40%; font-size: 1rem }
	.bl-contact-border-btn a{ width: 40%; font-size: 1rem }
	
	.area .area-list{ width: 76%; margin:0 auto;}
	.area .area-list li{ float: left; margin-right: 4%; font-size: 0.75rem; margin-left: 16px;}
	.area .area-list li:last-child{ margin-right: 0}
	.area-contents table.areatable tr th,.area-contents table.areatable tr td{ font-size: 0.75rem; padding: 20px 2%; line-height: 180%}
	.area-contents table.areatable tr th{ border-right: 1px solid #C2C2C2; width: 20%; vertical-align: top}
	.area-contents table.areatable tr td.area-title{ width: 15%; font-weight: bold}
	.area-contents table.areatable tr td{ width: 65%; vertical-align: top }
	
	.area-contents dl.area-data{ width: 100%; text-align: left;}
	.area-contents dl dt,.area-contents dl dd{font-size: 0.75rem; line-height: 180%; }
	.area-contents dl dt.area-maintitle{ width: 16%; float: left; padding: 0 2% 25px; font-weight: bold}
	.area-contents dl dd.area-in{ width: 75%; float:left; border-left: 1px solid #ccc; padding: 0 2% 25px;}
	.area-contents dl dd.area-in dl.area-data-in{ width: 100%; }
	.area-contents dl dd.area-in dl.area-data-in dt{ width: 16%; float: left; padding: 0 2% 15px; font-weight: bold}
	.area-contents dl dd.area-in dl.area-data-in dd.area-con{ width: 75%; float: left; padding: 0 2% 15px;}
	.area-contents dl dd.area-in dl.area-data-in dd.area-con .shoptitle{ width:60%; float: left; margin-right: 1%; margin-bottom: 0}
	.area-contents dl dd.area-in dl.area-data-in dd.area-con .shoptitle span{ font-weight: bold; font-size: 0.875rem}
	.area-contents dl dd.area-in dl.area-data-in dd.area-con .google-map-in{ 
	height: 0;
	overflow: hidden;
	width: 39%;
	float: left;
	position: relative;
	padding-bottom: 50%;
	background: none}

	.effect-fade {
	 opacity : 0;
	 transform : translate(0, 45px);
	 transition : all 300ms;
	}

	.effect-fade.effect-scroll {
	 opacity : 1;
	 transform : translate(0, 0);
	}
	
	.page #contents .service{ width: 100%; text-align: center; padding-bottom: 100px}
	.page #contents .service .service-contents { width: 85%; margin: 10px auto; overflow: hidden}
	.page #contents .service .service-contents .brand-box{ width: 32%;  border: 2px solid #000; margin-bottom: 30px; float: left; margin-right: 1%; height: 530px}
	.page #contents .service .service-contents .brand-box:nth-child(3n){ margin-right: 0}
	.page #contents .service .service-contents .brand-box img{ width: 98%; margin: 3px;}
	.page #contents .service .service-contents .brand-box h5{ width: 70%; margin: 30px auto}
	.page #contents .service .service-contents .brand-box:nth-child(3n) h5{ width: 30%; margin: 10px auto}
	.page #contents .service .service-contents .brand-box p{ font-size: 0.875rem; text-align: left; line-height: 170%; width: 94%; margin: 0 3% 20px}
	
	.box-contents ul.company-list{　list-style-type: none; text-align: left; width: 100%; overflow: hidden; margin-bottom: 100px}
	.box-contents ul.company-list li:before {
		content: '□'; 
		margin-left:-16px; 
	}
	.box-contents ul.company-list li{ font-size: 0.875rem; display: inline-block; float: left; margin-right: 4%; margin-bottom: 10px; width: 46%}
	.box-contents ul.company-list li:nth-child(2n){ margin-right: 0;}
	.gr-bg{ background: #fafafa}
	.box-contents-bg{   padding: 80px 3% 50px; width: 94%; text-align: center; padding-bottom: 100px }
	ul.list-demical{ list-style-type: decimal; text-align: left; width: 93.75%; margin: 0 auto 100px}
	ul.list-demical li{ margin-bottom: 10px; margin-left:32px}
	
	.page #contents .news-topics{ width: 100%; text-align: center; }
	.news-topics ul {width: 87%; margin: 10px auto; text-align: left}
	.news-topics ul li{ width: 100%; margin-bottom: 15px; font-size: 1rem}
	.news-topics ul li i{ font-style: normal; margin-right: 5%}
	.news-topics ul li span{ padding: 2px 0; font-size: 0.75rem; color: #fff; margin-right: 5%; width: 80px; display: inline-block; text-align: center;background: #000;}
	.news-topics ul li p{ line-height: 180%; display: inline-block}
	
	.box-contents .contact-box{ width: 93%; text-align: left; margin: 0 auto 50px}
	.box-contents .contact-box h3{ background: #f8f8f8; padding: 20px; font-size: 1rem}
	.box-contents .contact-box p{ font-size: 1rem; padding: 20px }
	.contact-box p.blue-bg-btn a{ display: block; background: #109cdb; padding: 20px 0; width: 60%; margin: 0 auto; text-decoration: none; color: #fff; font-size: 1rem; text-align: center; border: 2px solid #109cdb;}
	.contact-box p.blue-bg-btn a:hover{ background: #fff; border: 2px solid #109cdb; color: #109cdb;}
	
	.contact-btn-info a{padding: 20px 0; width: 400px; margin: 20px auto; color: #fff; text-decoration: none;}
	.contact-btn-info a{ font-size: 1.125rem}
	
	.page #contents .box-contents ul.cercle-blue{ width: 100%; overflow: hidden}
	.page #contents .box-contents ul.cercle-blue li{ width: 24%; float: left; margin-right: 1%}
	.page #contents .box-contents ul.cercle-blue li:nth-child(2n){ margin-right:1%}
	.page #contents .box-contents ul.cercle-blue li:nth-child(4n){ margin-right:0}
	
	.page #contents .box-contents-bg ul.q-a li{ text-align: left; margin-bottom: 70px; line-height: 160%}
	
	header .head-menu-sub ul > li:hover .mmenu{ max-height: 9999px; opacity: 1; padding: 30px 0;}
	
	header .head-menu-sub ul li .mmenu{ 
	background: #fff;
	 max-height: 0;
	 opacity: 0;
	 overflow: hidden;
	 width: 100%;
	 position: absolute;
	 top: 78px;
	 left: 0;
	 transition: all .2s ease-in;
	 z-index: 999;}
	header .head-menu-sub ul li .mmenu ul{ width: 65%; margin: 0 auto}
	header .head-menu-sub ul li .mmenu ul li{ width: 20%; float: left; margin-right: 5%; padding: 0}
	header .head-menu-sub ul li .brand-menu ul{ width: 50%; margin: 0 auto}
	header .head-menu-sub ul li .brand-menu ul li{ width: 30%; float: left; margin-right: 5%; padding: 0}
	header .head-menu-sub ul li .brand-menu2 ul{ width: 60%; margin: 0 auto}
	header .head-menu-sub ul li .brand-menu2 ul li{ width: 44%; float: left; margin-right: 5%; padding: 0}
	header .head-menu-sub ul li .mmenu ul li:last-child{ margin-right: 0;}
	header .head-menu-sub ul li .mmenu ul li a{ display: block;  border: 1px solid #EB0000; border-radius: 3px; width: 100%; text-align: center;  font-size: 0.75rem; color: #000; padding: 10px 0}
	header .head-menu-sub ul li .mmenu ul li a:hover{background: #EB0000; color: #fff}
	header .head-menu-sub ul li .mmenu ul li:hover{ border-bottom: none; }
	
	footer{ width: 100%; background: #000; padding: 30px 0 20px; z-index: 8; position: absolute;}
	footer .ftmenu{ width: 93.75%; margin: 0 auto 20px; overflow: hidden; border-bottom: 1px solid #fff; padding-bottom: 20px;}
	footer .ftmenu ul{ width: 33%; margin-bottom: 5px; border-bottom: none; padding-bottom: 0; float: left}
	footer .ftmenu ul li{ font-size: 0.75rem; line-height: 200%;}
	footer .ftmenu ul li.ftitle{ font-size: 1rem; }
	footer .ftmenu ul li a{ color: #fff; text-decoration: none;}
	footer p.copy{ color: #fff; font-size: 0.625rem; width: 93.75%; margin: 0 auto}
	
	
	.slide-text{
		opacity: 0;
	}
	.slick-slide:hover .slide-text{
		opacity: 1;
	}
	.business-list{
		margin: 0 -15px;
	}
	.business-item{
		width: calc(50% - 30px);
		margin: 30px 15px 0;
	}
	.slogan-gr>img{
		width: 100%;
	}
	.business-item:nth-child(2){
		margin-top: 0;
	}
	#map,#map2{
		height: 500px;
	}
	.page #contents table.tablebox tr th{ width: 40%;}
	.page #contents table.tablebox tr td{ width: 60%;}
	.home #contents .about section .more img{width: auto;float: none;}
	.news-share{
		display: none;
	}
}
/* @end */
	
/*1024px*/
@media screen and (min-width : 1024px) {
	
.pc{ display:inherit;}
.sp{ display:none; }
.tb{ display:inherit;}
.tbsp{ display:none;}

h1.titledesign2{ font-size:2.0625rem;  padding: 0 40px 10px }
	
header h1{  float: left; margin-top: 14px}
header .head-menu-sub{ width:70%; float: right; padding: 0 }
header .head-menu-sub ul{ margin-top: 10px}
header .head-menu-sub ul li{ font-size: 0.75rem; float: right; text-align: center; padding: 20px 25px 10px; }
header .head-menu-sub ul li a{display: block; text-decoration: none; letter-spacing: 0.01em;}

.fullSlideShow .main-copy h1{font-size: 70px; font-weight: bold; line-height: 130%; text-align: left; width: 93.75%; margin: 0 auto}
.fullSlideShow ul { top: 510px;}
main{ padding-top: 65px; }
.home #contents .about{ width: 894px; padding-bottom: 60px}
.home #contents .about h1,.page-id-63 #contents .about h1{  font-size: 1.5625rem; padding-bottom: 10px; border-bottom: 1px solid #EB0000; display: inline-block; padding-right: 30px; letter-spacing: 0.01em}
.home #contents .about section .about-contents,.page-id-63 #contents .about section .about-contents{ width: 412px; margin-right: 0}
.home #contents .about section .about-contents p,.page-id-63 #contents .about section .about-contents p{line-height: 180%}
.home #contents .about section img,.page-id-63 #contents .about section img{ margin-top: 0; width: 436px; float: right}
.home #contents .about section .more img{width: auto;float: none;}
.home #contents .about .about-contents h3,.page-id-63 #contents .about .about-contents h3{ font-size:1.875rem; text-align: left}
.brand{ width: 100%; }
.brand h1{ padding: 0 40px 10px}
.home #contents .brand section,.page-id-63 #contents .brand section { width: 850px; margin: 100px auto 0;}
.brand section .brand-list{ width: 373px; margin-top: 50px; float: left; margin-right: 100px}
.brand section .brand-list div{ width: 100%; overflow: hidden; height: auto;}
.brand section .brand-list .brandlogo{ margin-top: 35px;}
.more a{ width: 155px; }

.home #contents .news,.page-id-63 #contents .news{ width: 100%;  margin: 0 auto 0; text-align: left; padding:52px 0 60px }
.home #contents .news .news-in,.page-id-63 #contents .news .news-in{ width: 894px; margin: 0 auto}
/* .home #contents .news ul,.page-id-63 #contents .news ul{ overflow: hidden; margin: 57px auto 0; width: 700px}
.home #contents .news ul li,.page-id-63 #contents .news ul li{ font-size: 0.875rem; margin-bottom: 30px} */
	
.home .topics,.page-id-63 .topics{width: 894px; margin: 40px auto 60px;}
.home .topics h1,.page-id-63 .topics h1{margin-left: 0;}
.home #contents .topics .topicbox,.page-id-63 #contents .topics .topicbox{ width: 894px;  }
.topics .topicbox .topics-con{ width: 230px; margin-right: 30px; line-height: 140%; }
.topics .topicbox .topics-con .topic-in p{ width: 204px; margin: 15px auto; }

.voice{ width: 100%; padding:78px 0 86px; }
.voice .voice-in{ width: 894px; margin: 0 auto}
.voice ul{ width: 894px; margin: 0 auto}
.voice ul li{ width: 271px; float: left; margin-right:40px; margin-bottom: 25px;}
.voice ul li:nth-child(2n){ margin-right: 40px}
.voice ul li:nth-child(3n){ margin-right: 0}
.voice ul li .voice-img{ margin: 10px auto; width: 80%; text-align: center}
.voice ul li .voice-box{ background: #fff; padding: 10px; font-size: 0.625rem; line-height: 140%;}
.voice ul li .voice-box .name{ margin-left: 10px}
	
.contact h1{ font-size:2.0625rem;  padding: 0 40px 10px }
.page .mainimg{width: 100%;}
.page .mainimg img{ width: 100%}
.page div article .border-blue-right:after{
		width: 55px;
  		height: 35vh;
  		right: 0;
		top: 0;}
.page div article .border-blue-right .border-blue-left:after{
		width: 55px;
  		height: 35vh;
  		top: 0;
		left: 0;}

	
/*下層*/
	
.page main{ padding-top: 0;}

.page #contents .about { width: 80%;}
.page #contents .about .about-contents h3{ font-size:1.75rem; margin-bottom: 30px; margin-top: 40px}
.page #contents .about .about-contents h3.abouttitle{ font-size: 2.25rem;}
.page #contents .about .about-contents p{ font-size:1rem; }
.page #contents .box-contents{ margin: 0 auto ; width: 900px; text-align: center; padding: 90px 0 70px;}
.page #contents table.tablebox{ width: 80%; text-align: left; font-size: 1rem; margin: 0 auto}
.page #contents table.tablebox tr th,.page #contents table.tablebox tr td{ vertical-align: top}
.page #contents table.tablebox tr th{ width: 30%; font-weight: normal; padding:10px 0 20px 0 }
.page #contents table.tablebox tr td{ width: 70%; padding:10px 0 20px 0}
.page #contents table.tablebox tr td span{ font-size: 0.625rem; display: block}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
width: 100%;
margin: 25px 0 135px
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
	
.page-id-22 main,.page-id-16 main { padding-top: 100px;}


.topic .topicbox{ width: 857px; }
.topic .topicbox .topics-con{ width: 252px; margin-right: 50px; font-size: 0.875rem; margin-bottom: 50px}
.topic .topicbox .topics-con:nth-child(2n){ margin-right: 50px;}
.topic .topicbox .topics-con:nth-child(3n){ margin-right: 0;}
.topic .topicbox .topics-con .topic-in p{ width: 93.75%; margin: 10px auto; }
.topic .topicbox .topics-con .topic-in span{ font-size: 0.625rem; letter-spacing: 0.01em; text-align: right; width: 100%; display: block; margin-bottom: 10px;}
.topic .topicbox .topics-con .topic-in span i{font-size: 0.6875rem; vertical-align: middle}
	
.tab-contents{ width: 100%; text-align: center; margin: 0 0 90px;}
.tab-group{ width: 970px; }
.tab{
    flex-grow: 1;
    padding:30px 0 25px;
	font-size: 1rem;
	width: 33%;
	
}
.panel-group{
	padding: 70px 0 90px;
    border-top:none;
    background:#F4F4F4;
}
.panel{
    display:none;
	width: 970px;
	margin: 0 auto
}
.tab.is-active{
    background:#F4F4F4;
    color:#000;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}
.page #contents table.border-table{ width: 970px; margin-bottom: 70px; font-size: 0.875rem}
.page #contents table.border-table tr th{ padding: 10px 50px 20px; width: 140px; border-top-style:none;}
.page #contents table.border-table tr td{width: 630px; padding: 10px 50px 20px ; border-top-style:none;}
.contact-border-btn a{ width: 360px; padding: 17px 0}
.bl-contact-border-btn a{ width: 360px; padding: 17px 0}
	
	
.area{ width: 100%; padding: 25px 0;}
.area .area-list{ width: 601px; margin:0 auto; }
.area .area-list li{ float: left; margin-right: 25px; font-size: 0.875rem; margin-left: 16px;}
.area .area-list li:before {
	content: '▶︎';
	margin-left:-16px;
	color:#EB0000;
	font-size: 0.625rem;
}
.area-contents table.areatable tr th,.area-contents table.areatable tr td{ font-size: 0.875rem; padding: 15px 30px}
.area-contents table.areatable tr th{ border-right: 1px solid #C2C2C2; width: 100px; vertical-align: top}
.area-contents table.areatable tr td.area-title{ width: 80px; }
.area-contents table.areatable tr td{ width: 430px; }
	
.area-contents dl.area-data{ width: 100%; text-align: left;}
.area-contents dl dt,.area-contents dl dd{font-size: 0.875rem; line-height: 180%; }
.area-contents dl dt.area-maintitle{ width: 100px; float: left; padding: 0 25px 25px 55px; font-weight: bold}
.area-contents dl dd.area-in{ width: 584px; float:left; border-left: 1px solid #ccc; padding: 0 0 25px 25px;}
.area-contents dl dd.area-in dl.area-data-in{ width: 584px; }
.area-contents dl dd.area-in dl.area-data-in dt{ width: 65px; float: left; padding: 0 20px 15px 0; font-weight: bold}
.area-contents dl dd.area-in dl.area-data-in dd.area-con{ width: 459px; float: left; padding: 0 20px 15px; font-size: 0.75rem}
.area-contents dl dd.area-in dl.area-data-in dd.area-con .shoptitle{ width:249px; float: left; margin-right: 10px}
.area-contents dl dd.area-in dl.area-data-in dd.area-con .shoptitle span{ font-weight: bold; font-size: 0.875rem}
.area-contents dl dd.area-in dl.area-data-in dd.area-con .google-map-in{ 
	height: 0;
	overflow: hidden;
	width: 200px;
	float: left;
	position: relative;
	padding-bottom: 50%;
	background: none}
.page .box{bottom: 0;top: 50%;}
.page-id-22 .box,.page-id-16 .box{ bottom: 0; top: 150px;}	
	
.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}
.home #contents .about,.page-id-63 #contents .about{ width: 894px; padding-bottom: 0}


.page #contents .service{ width: 100%; padding-bottom: 100px}
.page #contents .service .service-contents { width: 970px; overflow: hidden; margin-bottom: 80px}
.page #contents .service .service-contents .brand-box{ width: 303px;  margin-right: 24px; height: 460px}
.page #contents .service .service-contents .brand-box:nth-child(3n){ margin-right: 0}
.page #contents .service .service-contents .brand-box img{ width: 98%; margin: 3px;}
.page #contents .service .service-contents .brand-box h5{ width: 70%; }
.page #contents .service .service-contents .brand-box:nth-child(3n) h5{ width: 80px; margin: 10px auto}
.page #contents .service .service-contents .brand-box p{ font-size: 1rem; text-align: left; line-height: 190%; width: 90%; margin: 0 5% 20px}
	

ul.list-demical{ list-style-type: decimal; text-align: left;  width: 490px;  }
ul.list-demical li{ margin-bottom: 10px}
.page #contents .news-topics{ z-index: 100}
.page #contents .news-topics ul {width: 900px;}
.page #contents .news-topics{ margin: 100px 0;}
.page #contents .news-topics ul a{ text-decoration: none; }
.page #contents .news-topics ul a:hover{ text-decoration: underline}
.page #contents .news-topics .banner-area{ margin: 200px auto; width: 620px; }
.page #contents .news-topics .banner-area p.banner-btn{ margin-bottom: 30px;}

.contact-box p.blue-bg-btn a{ display: block; background: #109cdb; padding: 20px 0; width:320px; margin: 0 auto; text-decoration: none; color: #fff; font-size: 1rem; text-align: center; border: 2px solid #109cdb;}
.page #contents .company-list-box{margin: 80px auto 150px;}
.page #contents .box-contents-bg .point-box{ width: 746px; padding: 30px 20px; text-align: left; margin: 0 auto 60px}
.page #contents .box-contents .step-box-contents{ width: 746px; background: #fff; border: 2px solid #ececec; padding: 20px; text-align: left}

.page #contents .box-contents-bg ul.q-a{ width: 790px; margin: 0 auto}
.page #contents .box-contents-bg ul.q-a li{ text-align: left; margin-bottom: 80px; line-height: 160%; letter-spacing: 0.01em}
	
footer{ width: 100%; background: #000; padding: 30px 0 20px; z-index: 8; position: absolute;}
footer .ftmenu{ width: 900px; margin: 0 auto 20px; overflow: hidden; border-bottom: none; padding-bottom: 0;align-items: center;display: flex;}
footer .ftmenu ul{ width: 197px; margin-bottom: 0; border-bottom: none; padding-bottom: 0; float: left}
footer .ftmenu ul.sbox{width: 16.666666%;text-align: center;}
footer .ftmenu ul.qr-sbox img{width: 100px;}
footer .ftmenu ul li{ font-size: 0.75rem; line-height: 200%;text-align: center;}
footer .ftmenu ul li.ftitle{ font-size: 0.875rem; font-weight: bold; margin-bottom: 5px; line-height: 150%; margin-top: 5px;}
footer .ftmenu ul li a{ color: #fff; text-decoration: none;}
footer .ftmenu ul li a:hover{ text-decoration: underline}
footer p.copy{ color: #fff; font-size: 0.625rem; width: 100%; margin: 0 auto; border-top: 1px solid #fff; text-align: center; padding-top: 20px}
	
/* .home .news ul li span.news-tag{ padding: 3px 15px; font-size: 0.75rem; color: #fff; margin-right: 3%; background: #000; }
.home #contents .news ul li span.news{ background: #000; width: auto; margin: 0 3% 0 0; text-align: center; padding: 3px 15px;}
.home .news ul li span.media{ background: #870000;}
.home .news ul li span.new{background: #002687;} */
footer p.copy a{margin: 0 10px;display: inline-block;}
.head-language{top: 30px;}
header .head-menu-sub ul li{
	padding: 20px 2.1%;
}
.news-share {
	display: flex;
	width: 93.75%;
	margin: 0 auto;
	padding-bottom: 15px;
	align-items: center;
}
.news-share .share-title{
	padding-right: 10px;
	text-transform: uppercase;
}
.news-share img{height: 30px;}
.wechat-qr{
	display: none;
}
.news-share{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	cursor: pointer;
}
.wechat-box{
	position: relative;
}
.wechat-qr{
	display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	transition: all 0.5s;
}
/* .wechat-box:hover .wechat-qr{
	height: 130px;
	width: 130px;
} */
.wechat-qr img{
	height: 130px;
	width: 130px;
	max-width: 130px;
}

/*<!-- 分享CSS -->*/
#wechat-qrcode-modal {
	position: fixed;
	text-align: center;
	display: none;
	opacity: 1;
	transition: opacity 0.5s;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1001;
}
#wechat-qrcode-modal p {
	border: solid 1px black;
	font-size: 16px;
	padding: 10px;
	display: inline-block;
	margin: 0 auto;
	background-color: white;
}
#wechat-qrcode-modal p div{
	margin-top: 10px;
}
.iw-modalOverlay {
	width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 1000;
	background: #000;
	opacity: .8;
}
}