@charset "UTF-8";
/*-------------------------------------------------------------
	style
-------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*-------------------------------------------------------------
	_variable
-------------------------------------------------------------*/
/*-------------------------------------------------------------
	_mixins
-------------------------------------------------------------*/
/*-------------------------------------------------------------
	_global
-------------------------------------------------------------*/
body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  background-color: #f6f6f6;
}

/*-------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*-------------------------------------------------------------*/
::selection {
  background-color: #4762c6;
  color: #fff;
}

::-moz-selection {
  background-color: #4762c6;
  color: #fff;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
}

a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

body.hidden {
  overflow: hidden;
  height: 100%;
}

html.hidden2 {
  overflow: auto;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
/*-------------------------------------------------------------*/
.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

/*-------------------------------------------------------------
	_desktop-header
-------------------------------------------------------------*/
.globalheader {
  width: 100%;
  height: 72px;
  background: #fff;
  box-sizing: border-box;
  padding: 0 20px;
}
.globalheader-logo {
  float: left;
  padding: 16px 0;
}
.globalheader-logo img {
  height: 40px;
}
.globalheader-text {
  float: right;
  line-height: 72px;
  color: #ccc;
  font-size: 24px;
  font-family: "futura-pt";
}
.globalheader-text span {
  font-weight: bold;
}

/*-------------------------------------------------------------
	_desktop-footer
-------------------------------------------------------------*/
.globalfooter {
  width: 100%;
  clear: both;
  background: url(../img/line2.gif) repeat-x top center #eee;
  text-align: center;
  padding: 60px 0;
}
.globalfooter__btnarea li {
  display: inline-block;
  margin: 0 10px;
}
.globalfooter__btnarea li a {
  display: block;
  background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 15px;
  padding: 0 20px;
  font-weight: bold;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.globalfooter small {
  display: block;
  font-size: 11px;
  padding: 40px 0 0 0;
  font-weight: bold;
}

/*---------------------------------------------------------------
	_desktop
---------------------------------------------------------------*/
.sp {
  display: none !important;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
.wheader {
  height: 84px;
  line-height: 72px;
  background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wheader h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
}
.wheader:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../img/line1.gif) center center;
}

/*-------------------------------------------------------------*/
.wsubheader {
  height: 64px;
  background: url(../img/bg_block.gif) center center;
  font-weight: bold;
}
.wsubheader .search_btn {
  display: none;
}
.wsubheader__inner {
  height: 40px;
  width: 93.75%;
  max-width: 1280px;
  margin: 0 auto;
  background: url(../img/line3.gif) no-repeat right center;
}
.wsubheader__inner-ttl {
  width: 180px;
  line-height: 40px;
  text-align: center;
  position: relative;
  float: left;
  font-size: 15px;
}
.wsubheader__inner-ttl:before {
  content: "";
  display: block;
  width: 12px;
  height: 40px;
  background: url(../img/line3.gif) center center;
  position: absolute;
  top: 0;
  left: 0;
}
.wsubheader__inner-ttl:after {
  content: "";
  display: block;
  width: 12px;
  height: 40px;
  background: url(../img/line3.gif) center center;
  position: absolute;
  top: 0;
  right: 0;
}
.wsubheader__inner form {
  float: left;
  height: 40px;
}
.wsubheader__inner form .label {
  line-height: 40px;
  padding: 0 7px 0 20px;
  font-size: 14px;
  display: inline-block;
}
.wsubheader__inner form .select {
  display: inline-block;
}
.wsubheader__inner form .select select {
  -webkit-appearance: none;
  height: 30px;
  width: 120px;
  border: 2px solid #000;
  font-size: 16px;
}
.wsubheader__inner form .select select:focus {
  outline: none;
}
.wsubheader__inner form .btn {
  display: inline-block;
  padding: 0 0 0 20px;
}
.wsubheader__inner form .btn input[type="submit"] {
  height: 30px;
  border: none;
  background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wsubheader__inner form .btn input[type="submit"]:hover {
  opacity: .7;
}
.wsubheader__inner form .btn input[type="submit"]:focus {
  outline: none;
}
.wsubheader:before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../img/line2.gif) center center;
}
.wsubheader:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url(../img/line1.gif) center center;
}

/*-------------------------------------------------------------*/
.line {
  width: 100%;
  height: 12px;
  background: url(../img/line2.gif) center center;
}

.contents {
  clear: buth;
  width: 93.75%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px 0;
}

/*-------------------------------------------------------------*/
.infomation {
  width: 100%;
  font-size: 12px;
}
.infomation__mainsec {
  width: 100%;
  margin-left: -200px;
  padding-left: 220px;
  box-sizing: border-box;
  float: right;
}
.infomation__mainsec .contWrap {
  padding: 30px;
  background: #fff;
}
.infomation__mainsec .contWrap h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #999;
}
.infomation__mainsec .contWrap h2 span {
  font-size: 12px;
  display: block;
  color: #999;
  margin: 10px 0 5px;
}
.infomation__mainsec .contWrap .main_article {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.7;
}
.infomation__mainsec .contWrap .main_article iframe {
  width: 100%;
  height: 450px;
}
.infomation__mainsec .contWrap .main_article strong {
  font-weight: bold;
}
.infomation__sideNavi {
  width: 200px;
  float: left;
  background: #fff;
}
.infomation__sideNavi .naviBlock-wrap {
  margin: 15px 0;
}
.infomation__sideNavi .naviBlock-wrap dl dt {
  font-size: 15px;
  font-weight: bold;
  padding: 0 15px 11px;
  border-bottom: 2px solid #EEE;
}
.infomation__sideNavi .naviBlock-wrap dl dd {
  margin: 15px;
}
.infomation__sideNavi .naviBlock-wrap dl dd ul li {
  margin-top: 10px;
  position: relative;
  line-height: 1.7;
}
.infomation__sideNavi .naviBlock-wrap dl dd ul li a {
  display: block;
  float: right;
  width: 90%;
}
.infomation__sideNavi .naviBlock-wrap dl dd ul li:before {
  content: "・";
  display: block;
  float: left;
  width: 2%;
}
.infomation__sideNavi .naviBlock-wrap dl dd ul li:first-child {
  margin-top: 0;
}

/*-------------------------------------------------------------*/
.productsindex__item {
  float: left;
  width: 16.66%;
  box-sizing: border-box;
  padding: 3px;
}
.productsindex__item a {
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.productsindex__item a .caption {
  background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: -52px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  width: 100%;
  height: 52px;
  text-align: center;
  opacity: .8;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.productsindex__item a .caption p {
  padding: 8px 8px 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productsindex__item a .caption span {
  display: block;
  padding: 5px 8px 8px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productsindex__item:hover a {
  opacity: 1;
}
.productsindex__item:hover a .caption {
  bottom: 0;
}

/*
2016 12/20 newアイコン関連編集
.new-icon {
	background: #ff6e9a;
	width: 150px;
	text-align: center;
	position: absolute;
	padding: 50px 0 5px 0;
	transform: rotate(-45deg);
	top: -34px;
	left: -76px;
	animation: flash1 .8s infinite;
	p {
		color: #fff;
		font-size: 10px;
		font-family: "futura-pt";
		font-weight: bold;
	}
}
@keyframes flash1 {
	50%{background: #0098de;}
}*/
.new-icon {
  height: 43px;
  background-image: url(../img/new-icon.gif);
  background-repeat: no-repeat;
  background-size: contain;
}
.new-icon p {
  display: none;
}

/*ie11

@media all and (-ms-high-contrast:none) {  
*::-ms-backdrop, .new-icon {
	background: #ff6e9a;
	background-image: none;
	width: 150px;
	height: 11px !important;
	text-align: center;
	position: absolute;
	padding: 50px 0 5px 0;
	transform: rotate(-45deg);
	top: -34px;
	left: -76px;
	animation: flash1 .8s infinite;
	
}

}

@media all and (-ms-high-contrast:none) {  
*::-ms-backdrop, .new-icon p {
		display: block !important;
		color: #fff;
		font-size: 10px;
		font-family: "futura-pt";
		font-weight: bold;
	}

}

//ie10

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.new-icon {
	background: #ff6e9a;
	background-image: none;
	width: 150px;
	height: 11px !important;
	text-align: center;
	position: absolute;
	padding: 50px 0 5px 0;
	transform: rotate(-45deg);
	top: -34px;
	left: -76px;
	animation: flash1 .8s infinite;
}

.new-icon p {
		display: block !important;
		color: #fff;
		font-size: 10px;
		font-family: "futura-pt";
		font-weight: bold;
	}

}

@keyframes flash1 {
	50%{background: #0098de;}
}
*/
/*-------------------------------------------------------------*/
.loader {
  clear: both;
  text-align: center;
  padding: 40px 0 20px 0;
}
.loader img {
  height: 44px;
}

/*-------------------------------------------------------------*/
.itemDetail {
  width: 93.75%;
  margin: 0 auto;
  padding: 20px;
  max-width: 1280px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 25px rgba(180, 180, 180, 0.1);
  border-radius: 5px;
  position: relative;
}
.itemDetail .btn_next {
  display: block;
  width: 88px;
  height: 88px;
  background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  border-radius: 44px;
  position: absolute;
  right: -44px;
  top: 50%;
  margin-top: -44px;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.itemDetail .btn_next .inner {
  width: 88px;
  height: 88px;
  position: relative;
}
.itemDetail .btn_next .inner span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
}
.itemDetail .btn_next .inner span:nth-child(1) {
  background-image: url(../img/btn_next_bottom.svg);
  background-repeat: no-repeat;
  top: 41px;
  left: 38px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.itemDetail .btn_next .inner span:nth-child(2) {
  background-image: url(../img/btn_next_top.svg);
  background-repeat: no-repeat;
  top: 22px;
  left: 38px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.itemDetail .btn_next:hover span:nth-child(1) {
  transform: rotate(540deg);
  -webkit-transform: rotate(540deg);
}
.itemDetail .btn_next:hover span:nth-child(2) {
  transform: rotate(-540deg);
  -webkit-transform: rotate(540deg);
}
.itemDetail .btn_back {
  display: block;
  width: 88px;
  height: 88px;
  background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  border-radius: 44px;
  position: absolute;
  left: -44px;
  top: 50%;
  margin-top: -44px;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.itemDetail .btn_back .inner {
  width: 88px;
  height: 88px;
  position: relative;
}
.itemDetail .btn_back .inner span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
}
.itemDetail .btn_back .inner span:nth-child(1) {
  background-image: url(../img/btn_back_bottom.svg);
  background-repeat: no-repeat;
  top: 41px;
  left: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.itemDetail .btn_back .inner span:nth-child(2) {
  background-image: url(../img/btn_back_top.svg);
  background-repeat: no-repeat;
  top: 22px;
  left: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.itemDetail .btn_back:hover span:nth-child(1) {
  transform: rotate(540deg);
  -webkit-transform: rotate(540deg);
}
.itemDetail .btn_back:hover span:nth-child(2) {
  transform: rotate(-540deg);
  -webkit-transform: rotate(-540deg);
}
.itemDetail .detailPhotos__wrap {
  width: 54%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.itemDetail .detailPhotos__wrap .detailPhotos__item {
  position: absolute;
  width: 100%;
  margin-left: 0;
  box-shadow: 0 0 25px rgba(180, 180, 180, 0.1);
}
.itemDetail .detailPhotos__wrap .detailPhotos__item img {
  width: 100%;
  height: auto;
}
.itemDetail .itemDetail__titl-tab {
  display: none;
}
.itemDetail .detailInfo {
  width: 46%;
  float: right;
  box-sizing: border-box;
  padding: 30px 0 0 40px;
}
.itemDetail .detailInfo .itemDetail__titl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
.itemDetail .detailInfo .itemDetail__sns {
  padding: 20px 0;
}
.itemDetail .detailInfo .itemDetail__sns li {
  float: left;
  margin-right: 10px;
}
.itemDetail .detailInfo .tpc {
  border-top: 1px solid #eee;
  width: 100%;
  font-size: 12px;
  margin-bottom: 25px;
}
.itemDetail .detailInfo .tpc tr {
  border-bottom: 1px solid #eee;
}
.itemDetail .detailInfo .tpc td {
  padding: 8px 0;
  line-height: 1.5;
  box-sizing: border-box;
}
.itemDetail .detailInfo .tpc .detailLabel {
  width: 70px;
  font-weight: bold;
}
.itemDetail .detailInfo .tpc .detailVal {
  padding-right: 20px;
}
.itemDetail .detailInfo .tpc .detailVal b {
  font-weight: bold;
}
.itemDetail .detailInfo .ttb {
  display: none;
}

.itemDetail .detailPhotosThum__item {
  width: 60px;
  height: 60px;
  float: left;
  box-sizing: border-box;
  border: 2px solid #eee;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.itemDetail .detailPhotosThum__item:hover img {
  opacity: .5;
}
.itemDetail .detailPhotosThum__item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.itemDetail .detailPhotosThum .detailPhotosThum__item-act {
  border: 2px solid #0098de;
}

/*-------------------------------------------------------------*/
.companycontents {
  clear: both;
  width: 100%;
}

.companyprofile {
  clear: both;
  padding: 80px 0;
}
.companyprofile__inner {
  width: 93.75%;
  margin: 0 auto;
  max-width: 1280px;
}
.companyprofile__inner--logo {
  text-align: center;
  clear: both;
  padding: 0 0 60px 0;
}
.companyprofile__inner--logo img {
  height: 72px;
}
.companyprofile .companytable {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.companyprofile .companytable table {
  width: 100%;
}
.companyprofile .companytable table td {
  font-size: 14px;
  padding: 20px 0;
  line-height: 1.5;
  color: #666;
}
.companyprofile .companytable table .td1 {
  font-weight: bold;
  color: #333;
  width: 90px;
}
.companyprofile .gmap {
  width: 50%;
  float: left;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 25px rgba(180, 180, 180, 0.1);
}
.companyprofile .gmap iframe {
  width: 100%;
  margin: 0;
  vertical-align: bottom;
}

.companyconcept {
  background-color: #fff;
  padding: 80px 0;
}
.companyconcept ul {
  width: 93.75%;
  margin: 0 auto;
  max-width: 1280px;
}
.companyconcept ul li {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}
.companyconcept ul li .img img {
  height: 62px;
}
.companyconcept ul li h2 {
  font-size: 22px;
  font-weight: bold;
  font-family: futura-pt;
  padding: 40px 0 0 0;
}
.companyconcept ul li h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
  margin: 40px auto;
}
.companyconcept ul li p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.companyconcept__text {
  width: 93.75%;
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
  padding: 80px 0;
}
.companyconcept__text .lead {
  font-size: 30px;
  font-weight: bold;
  font-family: futura-pt;
  padding-bottom: 30px;
}
.companyconcept__text .en {
  font-size: 24px;
  font-family: futura-pt;
  padding-bottom: 30px;
}
.companyconcept__text .jp {
  line-height: 2;
  color: #666;
  font-size: 15px;
}
.companyconcept .oem {
  display: block;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 30px;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: .2em;
  background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  margin: 0 auto;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*-------------------------------------------------------------*/
.itemPhoto .txetItemNew {
  box-sizing: border-box;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  padding: 12px 5px;
  line-height: 1.6;
}
.itemPhoto .txetItemNew a {
  color: #666;
}
.itemPhoto .txetItemNew p {
  display: inline-block;
}
.itemPhoto .txetItemNew .datetxt {
  padding: 0 20px 0 0;
}
.itemPhoto .txetItemNew .text span {
  display: inline-block;
  width: 15px;
}

/*-------------------------------------------------------------*/
.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #333;
  background: #fff;
}
.remodal .remodal-h1 {
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "futura-pt";
}
.remodal .modal__inner .pp {
  text-align: left;
  padding: 30px;
  font-size: 13px;
  line-height: 1.6;
}
.remodal .modal__inner .pp a {
  color: #0098de;
  font-weight: bold;
}
.remodal .modal__inner .pp p {
  font-weight: bold;
  padding: 20px 0 5px 0;
}
.remodal .linkslist {
  width: 70%;
  margin: 0 auto;
  padding-top: 20px;
}
.remodal .linkslist li {
  width: 50%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
.remodal .linkslist li p {
  font-size: 12px;
  padding-top: 8px;
}
.remodal .oemlist {
  text-align: left;
}
.remodal .oemlist li {
  padding: 20px;
}
.remodal .oemlist li:nth-child(2n) {
  background-color: #f7f7f7;
}
.remodal .oemlist__head .num {
  box-sizing: border-box;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  border: 2px solid #000;
  font-family: "futura-pt";
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.remodal .oemlist__head .num span {
  font-size: 12px;
  display: block;
}
.remodal .oemlist__head .num p {
  font-size: 28px;
  font-weight: bold;
}
.remodal .oemlist__head h3 {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
  font-size: 18px;
}
.remodal .oemlist__text {
  padding: 20px 20px 0 20px;
  line-height: 1.6;
  font-size: 14px;
}
.remodal .remoda-btnarea {
  text-align: center;
}

/*-------------------------------------------------------------*/
.showall {
  display: block;
  width: 93.75%;
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 25px rgba(180, 180, 180, 0.1);
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.showall:hover {
  letter-spacing: 0.3em;
  font-weight: bold;
}

.more {
  display: block;
  max-width: 1280px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  color: #fff;
  margin: 20px 3px;
  box-shadow: 0 0 25px rgba(180, 180, 180, 0.1);
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.more:hover {
  letter-spacing: 0.3em;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  /*-------------------------------------------------------------
  	_tablet-header
  -------------------------------------------------------------*/
  .globalheader {
    height: 60px;
  }
  .globalheader-logo {
    padding: 12px 0;
  }
  .globalheader-logo img {
    height: 36px;
  }
  .globalheader-text {
    line-height: 60px;
    font-size: 20px;
  }

  /*-------------------------------------------------------------
  	_mobile-footer
  -------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	_tablet
  ---------------------------------------------------------------*/
  .wheader {
    height: 62px;
    line-height: 54px;
  }
  .wheader h2 {
    font-size: 22px;
  }
  .wheader:before {
    height: 8px;
    background-size: auto 8px;
  }

  /*-------------------------------------------------------------*/
  .wsubheader {
    height: 52px;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .wsubheader .search_btn {
    display: block;
    width: 100%;
    z-index: 5;
    height: 40px;
    position: absolute;
    left: 0;
    top: 8px;
    cursor: pointer;
  }
  .wsubheader__inner {
    height: 40px;
    background: none;
  }
  .wsubheader__inner-ttl {
    width: 100%;
    line-height: 40px;
    text-align: center;
    position: relative;
    float: left;
    font-size: 15px;
  }
  .wsubheader__inner-ttl:before {
    display: block;
    width: 3px;
    height: 16px;
    background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    position: absolute;
    left: auto;
    right: 11px;
    top: 13px;
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  @-webkit-keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .wsubheader__inner-ttl:after {
    display: block;
    width: 3px;
    height: 16px;
    background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    position: absolute;
    left: auto;
    right: 21px;
    top: 13px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  @-webkit-keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .wsubheader__inner form {
    background-color: rgba(255, 255, 255, 0.9);
    float: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 2;
    opacity: 0;
    text-align: center;
    padding: 20px 0 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wsubheader__inner form .label {
    line-height: 1.2;
    padding: 20px 0 5px 0;
    font-size: 14px;
    display: block;
    width: 50%;
    text-align: left;
    margin: 0 auto;
  }
  .wsubheader__inner form .select {
    display: block;
    font-size: 16px;
  }
  .wsubheader__inner form .select select {
    width: 50%;
  }
  .wsubheader__inner form .btn {
    display: block;
    padding: 20px 0 0 0;
  }
  .wsubheader__inner form .btn input[type="submit"] {
    height: 44px;
    width: 50%;
    border-radius: 22px;
    font-size: 16px;
  }
  .wsubheader__inner form .btn input[type="submit"]:hover {
    opacity: 1;
  }
  .wsubheader:before {
    height: 8px;
    background-size: auto 8px;
  }
  .wsubheader:after {
    height: 8px;
    background-size: auto 8px;
  }

  .on .wsubheader__inner .wsubheader__inner-ttl::before {
    width: 3px;
    height: 20px;
    background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    position: absolute;
    left: auto;
    right: 16px;
    top: 10px;
    transform: rotate(405deg);
  }
  @-webkit-keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .on .wsubheader__inner .wsubheader__inner-ttl::after {
    display: block;
    width: 3px;
    height: 20px;
    background: linear-gradient(270deg, #39adff, #0098de, #64c7d3);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    position: absolute;
    left: auto;
    right: 16px;
    top: 10px;
    transform: rotate(-405deg);
  }
  @-webkit-keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @-moz-keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  /*-------------------------------------------------------------*/
  .line {
    width: 100%;
    height: 8px;
    background: url(../img/line2.gif) center center;
    background-size: auto 8px;
  }

  /*-------------------------------------------------------------*/
  .infomation {
    width: 100%;
    font-size: 12px;
  }
  .infomation__mainsec {
    background: #fff;
    width: 100%;
    float: none;
    margin-left: 0;
    padding-left: 0;
  }
  .infomation__mainsec .contWrap {
    margin: 0 30px;
    padding: 30px 0;
  }
  .infomation__mainsec .contWrap h2 {
    font-size: 18px;
    border-bottom: 1px solid #999;
    line-height: 1.4;
  }
  .infomation__mainsec .contWrap h2 span {
    font-size: 12px;
    display: block;
    color: #999;
    margin: 10px 0 5px;
  }
  .infomation__mainsec .contWrap .main_article {
    margin-top: 30px;
    font-size: 15px;
  }
  .infomation__mainsec .contWrap .main_article iframe {
    width: 100%;
    height: 315px;
  }
  .infomation__sideNavi {
    width: 100%;
    float: none;
    background: #fff;
  }
  .infomation__sideNavi .naviBlock-wrap {
    margin: 15px 0;
    padding: 15px 0;
  }
  .infomation__sideNavi .naviBlock-wrap dl dt {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 11px 30px;
    border-bottom: 2px solid #EEE;
  }
  .infomation__sideNavi .naviBlock-wrap dl dd {
    margin: 15px 30px;
  }
  .infomation__sideNavi .naviBlock-wrap dl dd ul li {
    margin-top: 10px;
    position: relative;
    list-style-type: circle !important;
  }
  .infomation__sideNavi .naviBlock-wrap dl dd ul li a {
    width: 98%;
  }
  .infomation__sideNavi .naviBlock-wrap dl dd ul li:before {
    width: 1%;
    margin-left: -7px;
  }
  .infomation__sideNavi .naviBlock-wrap dl dd ul li:first-child {
    margin-top: 0;
  }

  /*-------------------------------------------------------------*/
  .productsindex__item {
    width: 25%;
    box-sizing: border-box;
  }
  .productsindex__item a .caption {
    bottom: 0;
    font-size: 11px;
    height: 48px;
  }
  .productsindex__item a .caption p {
    padding: 8px 5px 0 5px;
  }
  .productsindex__item a .caption span {
    padding: 5px 5px 5px 5px;
  }

  .loader {
    clear: both;
    text-align: center;
    padding: 40px 0 20px 0;
  }
  .loader img {
    height: 44px;
  }

  /*-------------------------------------------------------------*/
  .itemDetail {
    padding: 10px;
  }
  .itemDetail .btn_next {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    right: -30px;
    margin-top: -30px;
  }
  .itemDetail .btn_next .inner {
    width: 60px;
    height: 60px;
  }
  .itemDetail .btn_next .inner span {
    height: 17px;
    width: 17px;
    background-size: contain;
  }
  .itemDetail .btn_next .inner span:nth-child(1) {
    top: 28px;
    left: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .itemDetail .btn_next .inner span:nth-child(2) {
    top: 14px;
    left: 25px;
  }
  .itemDetail .btn_back {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    left: -30px;
    margin-top: -30px;
  }
  .itemDetail .btn_back .inner {
    width: 60px;
    height: 60px;
  }
  .itemDetail .btn_back .inner span {
    height: 17px;
    width: 17px;
    background-size: contain;
  }
  .itemDetail .btn_back .inner span:nth-child(1) {
    top: 28px;
    right: 23px;
    left: inherit;
  }
  .itemDetail .btn_back .inner span:nth-child(2) {
    top: 14px;
    right: 23px;
    left: inherit;
  }
  .itemDetail .detailPhotos__wrap {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  .itemDetail .itemDetail__titl-tab {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    padding: 10px 0 20px 0;
  }
  .itemDetail .detailInfo {
    width: 100%;
    float: none;
    padding: 10px;
  }
  .itemDetail .detailInfo .itemDetail__titl {
    display: none;
  }
  .itemDetail .detailInfo .itemDetail__sns {
    padding: 10px 0 20px 0;
  }
  .itemDetail .detailInfo .itemDetail__sns li {
    float: right;
    margin-left: 10px;
  }
  .itemDetail .detailInfo .tpc {
    display: none;
  }
  .itemDetail .detailInfo .ttb {
    clear: both;
    display: table;
    margin-top: 20px;
    border-top: 1px solid #eee;
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
  }
  .itemDetail .detailInfo .ttb tbody {
    width: 100%;
  }
  .itemDetail .detailInfo .ttb tr {
    width: 100%;
  }
  .itemDetail .detailInfo .ttb td {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }
  .itemDetail .detailInfo .ttb .detailLabel {
    font-weight: bold;
    width: 100px;
  }
  .itemDetail .detailInfo .ttb .detailVal {
    line-height: 1.5;
  }

  .itemDetail .detailPhotosThum__item {
    width: 72px;
    height: 72px;
  }

  /*-------------------------------------------------------------*/
  .companyprofile {
    padding: 60px 0;
  }
  .companyprofile__inner--logo {
    padding: 0 0 40px 0;
  }
  .companyprofile__inner--logo img {
    height: 54px;
  }
  .companyprofile .companytable {
    width: 100%;
    float: none;
    padding: 0 0 40px 0;
  }
  .companyprofile .companytable table {
    width: 70%;
    margin: 0 auto;
  }
  .companyprofile .companytable table td {
    font-size: 13px;
    padding: 15px 0;
  }
  .companyprofile .companytable table .td1 {
    width: 80px;
  }
  .companyprofile .gmap {
    width: 100%;
    float: none;
  }

  .companyconcept {
    padding: 60px 0;
  }
  .companyconcept ul li {
    width: 33.33%;
  }
  .companyconcept ul li:nth-child(1), .companyconcept ul li:nth-child(2) {
    width: 33%;
    padding-bottom: 60px !important;
    margin: 0 8%;
  }
  .companyconcept ul li .img img {
    height: 62px;
  }
  .companyconcept ul li h2 {
    padding: 30px 0 0 0;
  }
  .companyconcept ul li h2:after {
    display: block;
    width: 24px;
    margin: 30px auto;
  }
  .companyconcept ul li p {
    font-size: 12px;
  }
  .companyconcept__text {
    padding: 60px 0;
  }
  .companyconcept__text .lead {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .companyconcept__text .en {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .companyconcept__text .jp {
    line-height: 1.6;
    font-size: 13px;
  }
  .companyconcept .oem {
    width: 180px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 22px;
  }

  /*-------------------------------------------------------------*/
  .itemPhoto .txetItemNew {
    font-size: 13px;
    padding: 12px 0;
  }
  .itemPhoto .txetItemNew p {
    display: block;
  }
  .itemPhoto .txetItemNew .datetxt {
    padding: 0 0 5px 0;
    font-weight: bold;
  }
  .itemPhoto .txetItemNew .text {
    word-break: break-all;
  }
  .itemPhoto .txetItemNew .text span {
    display: block;
    width: 0px;
  }

  /*-------------------------------------------------------------*/
  .remodal .remodal-h1 {
    font-size: 20px;
  }
  .remodal .modal__inner .pp {
    padding: 10px;
    font-size: 12px;
  }
  .remodal .linkslist {
    width: 100%;
    padding-top: 20px;
  }
  .remodal .linkslist li {
    width: 100%;
    float: none;
    padding: 15px;
  }
  .remodal .linkslist li p {
    font-size: 11px;
    padding-top: 5px;
  }
  .remodal .oemlist li {
    padding: 10px;
  }
  .remodal .oemlist__head h3 {
    line-height: 1.3;
  }
  .remodal .oemlist__text {
    padding: 10px 10px 0 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  /*-------------------------------------------------------------
  	_mobile-header
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	_mobile-footer
  -------------------------------------------------------------*/
  .globalfooter {
    background-size: auto 8px;
    padding: 30px 0;
  }
  .globalfooter__btnarea li {
    display: inline-block;
    width: 42%;
    margin: 0 1% 10px 1%;
  }
  .globalfooter__btnarea li a {
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0;
    font-size: 12px;
  }
  .globalfooter small {
    padding: 20px 0 0 0;
  }

  /*-------------------------------------------------------------
  	_mobile
  -------------------------------------------------------------*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*-------------------------------------------------------------*/
  .wsubheader__inner form {
    padding: 0;
  }

  /*-------------------------------------------------------------*/
  .productsindex__item {
    width: 50%;
    box-sizing: border-box;
  }

  /*-------------------------------------------------------------*/
  .companyprofile {
    padding: 30px 0;
  }
  .companyprofile__inner--logo {
    padding: 0 0 20px 0;
  }
  .companyprofile__inner--logo img {
    height: 48px;
  }
  .companyprofile .companytable {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
  }
  .companyprofile .companytable table {
    width: 90%;
    margin: 0 auto;
  }
  .companyprofile .companytable table td {
    font-size: 12px;
    padding: 15px 0;
  }
  .companyprofile .companytable table .td1 {
    width: 72px;
  }

  .companyconcept {
    padding: 20px 0;
  }
  .companyconcept ul li {
    width: 100%;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
  }
  .companyconcept ul li:nth-child(1), .companyconcept ul li:nth-child(2) {
    width: 100%;
    padding-bottom: 0 !important;
    margin: 0;
  }
  .companyconcept ul li .img {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    border-top: none !important;
  }
  .companyconcept ul li .img img {
    height: 24px;
    vertical-align: bottom;
    margin: 0 0 3px 0;
  }
  .companyconcept ul li h2 {
    padding: 20px 0 0 0;
    display: inline-block;
  }
  .companyconcept ul li h2:after {
    display: none;
  }
  .companyconcept ul li p {
    margin: 10px 0 0 0;
    padding: 10px 0 20px 0;
    font-size: 12px;
    border-top: 1px solid #eee;
  }
  .companyconcept ul li p br {
    display: none;
  }
  .companyconcept__text {
    padding: 30px 0;
    text-align: left;
  }
  .companyconcept__text .lead {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .companyconcept__text .en {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  .companyconcept__text .jp {
    line-height: 1.6;
    font-size: 12px;
  }
  .companyconcept__text .jp br {
    display: none;
  }
  .companyconcept .oem {
    width: 180px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 22px;
  }
}
