@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #333;
  font-family: -apple-system, "Open Sans", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}
.box {
  margin: auto;
  width: 1000px;
}
.bold{font-weight:bold;}
.kigou{font-family: sans-serif;}
.red {color:#e50012;}
sup {
  line-height: 2;
  vertical-align: text-top;
  font-size: 12px;
  font-size: 1.2rem;
}
table{
  border-collapse: separate;
  border-spacing: 0;
}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

/* mainImage
-------------------------------------------------------------*/
#mainImage {
  width: 100%;
  background-image: url("../img/bg_vrd_products.png"), url(../img/bg_vrd.jpg);
  background-size: min(768px, 50svw), cover;
  background-position: right 12.5% top 17svh, center bottom;
  background-repeat: no-repeat;
  height:calc(100vh - 115px);
}
#mainImage .filter {
  width:100%;
  height:calc(100vh - 115px);
  background: -moz-linear-gradient(left, rgba(0,0,0,0.3), transparent);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.3), transparent);
  background: linear-gradient(to right, rgba(0,0,0,0.3), transparent);
  padding: 90px 0;
}
#mainImage .box {
  margin: auto;
  width: min(1428px, 87.0942%);
  color: #fff;
}
#mainImage p.catch {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 1em;
}
#mainImage .title {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 80px;
  font-size: 8.0rem;
}
#mainImage .title span {
  font-size: 25px;
  font-size: 2.5rem;
  color: #a5aab8;
  display: block;
}
#mainImage p.mainTitle {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom:30px;
  line-height:1.5;
}
#mainImage .mainFeature {
  list-style:none;
  display:flex;
  margin-bottom:30px;
}
#mainImage .mainFeature li {
  border:solid 1px rgba(255,255,255,.5);
  line-height:1.3;
  text-align:center;
  padding:5px 0;
  width:150px;
  background-color:rgba(255,255,255,.2);
  position:relative;
  height:60px;
  font-weight: bold;
}
#mainImage .mainFeature li span {
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
  width:100%;
}
#mainImage .mainFeature li:not(:last-child) {
  margin-right:5px;
}
#mainImage p.lead {
  font-size: 16px;
  font-size: 1.6rem;
  width:550px;
}
#mainImage p.note {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
#mainImage .img01 {
  float: right;
}
#mainImage .img02 {
  margin-right: 20px;
}
#mainImage .img02,
#mainImage .img03 {
  display: inline-block;
  width: 230px;
  margin-bottom: 20px;
}
#mainImage .imgIcon {
  text-align: center;
  width: auto;
}
@media only screen and (min-width:1366px) {
  #mainImage {
    background-position: right 20% top 17svh, center bottom;
  }
}
@media only screen and (max-width:768px) {
  #mainImage {
	height:calc(100vh - 180px);
    background-position: right 6.4529% bottom 10svh, center bottom;
  }
  #mainImage .filter {
	padding: 60px 0;
  }
  #mainImage p.catch {
    padding-top: 0.5em;
  }
  #mainImage p.mainTitle br {display: none;}
}
@media only screen and (max-width:480px) {
  #mainImage {
	height:calc(100vh - 80px);
    background-size: 80%, cover;
    background-position: center bottom 12svh, right 35% bottom;
  }
  #mainImage .filter {
	height:calc(100vh - 80px);
	background:rgba(0,0,0,0.3);
	padding: 10px 0;
  }
  #mainImage p.catch {
	font-size: 22px;
	font-size: 2.2rem;
    margin-bottom: .5em;
  }
  #mainImage .title {
	font-size: 60px;
	font-size: 6.0rem;
	margin-bottom:20px;
  }
  #mainImage .title span {
	font-size: 18px;
	font-size: 1.8rem;
  }
  #mainImage p.mainTitle {
	font-size: 18px;
	font-size: 1.8rem;
	width:100%;
	margin-bottom:20px;
  }
  #mainImage .mainFeature {
	margin-bottom:20px;
  }
  #mainImage .mainFeature li {
    height:70px;
  }
  #mainImage p.lead {
	font-size: 14px;
	font-size: 1.4rem;
	width:100%;
  }
}

/* content01
-------------------------------------------------------------
#content01{
  display:flex;
}
#content01 .pointBox{
  width:50%;
  padding:6%;
  background-color:#6a7180;
  color:#fff;
}
#content01 .point{
  list-style:none;
  font-size: 20px;
  font-size: 2.0rem;
}
#content01 .note{
  background-color:rgba(255,255,255,0.2);
  margin-top:1em;
  padding:1em;
}
#content01 .note p{
  font-size: 18px;
  font-size: 1.8rem;
  margin-left:0.2em;
  margin-bottom:5px;
}
#content01 .note p::before{
  font-family: FontAwesome;
  content: "\f071";
  font-weight: 400;
  margin-right:0.2em;
}
#content01 .note ul{
  list-style:none;
}
#content01 .note ul li{
  position:relative;
  padding-left:15px;
  margin-left:10px;
}
#content01 .note ul li::before{
  content:'';
  display:block;
  width:6px;
  height:6px;
  position:absolute;
  top:12px;
  left:0;
  background-color:#ccc;
  border-radius: 50%;
}
#content01 .img01{
  width:50%;
  background:url(../img/img_01.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width:768px) {
  #content01 .pointBox{
	padding:3%;
  }
}
@media only screen and (max-width:480px) {
  #content01{
	display:block;
  }
  #content01 .pointBox{
	width:100%;
	padding:6%;
  }
  #content01 .img01{
	width:100%;
	height:30vh;
  }
}*/

/* content02
-------------------------------------------------------------
#content02{
  display:flex;
  flex-direction: row-reverse;
}
#content02 .feature{
  width:50%;
  padding:6%;
  background-color:#2f3541;
  color:#fff;
}
#content02 .feature ul{
  list-style:none;
  font-size: 18px;
  font-size: 1.8rem;
}
#content02 .feature ul li{
  position:relative;
  padding-left:15px;
  margin-left:10px;
}
#content02 .feature ul li::before{
  content:'';
  display:block;
  width:6px;
  height:6px;
  position:absolute;
  top:12px;
  left:0;
  background-color:#ccc;
  border-radius: 50%;
}
#content02 .img02{
  width:50%;
  background:url(../img/img_02.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width:768px) {
  #content02 .feature{
	padding:3%;
  }
}
@media only screen and (max-width:480px) {
  #content02{
	display:block;
  }
  #content02 .feature{
	width:100%;
	padding:6%;
  }
  #content02 .img02{
	width:100%;
	height:30vh;
  }
}*/

/* content03
-------------------------------------------------------------*/
#content03{
  padding:6% 0;
  margin:0 auto;
  max-width:960px;
}
#content03 h2{text-align:center;}
#content03 .flow{
  width:100%;
  margin-top:30px;
}
#content03 ol{
  display:flex;
  justify-content:space-between;
  counter-reset: item;
  list-style-type: none;
  font-size: 18px;
  font-size: 1.8rem;
}
#content03 ol li{
  background-color:#f6f6f6;
  border: solid 2px #ddd;
  padding:15px;
  border-radius: 10px;
  position:relative;
  width:66px;
}
#content03 ol li span{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  margin-top:1.5em;
}
#content03 ol li:before {
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  color: #fff;
  background-color:#000;
  width:20px;
  height:20px;
  margin-bottom:5px;
  text-align:center;
  border-radius: 50%;
  display:inline-block;
  line-height:20px;
  font-size:18px;
  position:absolute;
  top:1em;
  left:1.2em;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
#content03 ol li:not(:last-child):after{
  content: "\f054";
  font-family: FontAwesome;
  font-size:24px;
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  text-align: center;
  color: #666;
}
@media only screen and (max-width:768px) {
  #content03{
	padding:6% 0;
	margin:0 auto;
	width:90%;
  }
  #content03 ol li:not(:last-child):after{
	right: -30px;
  }
}
@media only screen and (max-width:480px) {
  #content03 ol{
	display:block;
	counter-reset: item;
	font-size: 18px;
	font-size: 1.8rem;
  }
  #content03 ol li{
	width:auto;
  }
  #content03 ol li:not(:last-child){
    margin-bottom:30px;
  }
  #content03 ol li span{
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	margin-top:0;
	margin-left:1.5em;
	display:block;
  }
  #content03 ol li:before {
	width:20px;
	height:20px;
	margin-bottom:0;
	margin-right:5px;
	text-align:center;
	display:inline-block;
	line-height:20px;
	font-size:18px;
	position:absolute;
	top:1.1em;
	left:1em;
  }
  #content03 ol li:not(:last-child):after{
	content: "\f078";
	top:auto;
	right:auto;
	left: 50%;
	bottom: -36px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  }
}

/* content04
-------------------------------------------------------------*/
#content04{
  padding:6% 0;
  background-color:#f6f6f6;
}
#content04 h2{text-align:center;}
#content04 p{text-align:center;}
#content04 .suppl{
  font-size:14px;
  font-size:1.4rem;
  text-align:left;
  width:75%;
  margin:5px auto 0;
}
#content04 table{
  background-color:#fff;
  width:75%;
  margin:30px auto 0;
  border-top:solid 1px #ccc;
}
#content04 table th,
#content04 table td{
  border-bottom:solid 1px #ccc;
  padding:10px;
}
#content04 table th{
  background-color:#e8edf1;
  font-weight:normal;
  width: 25%;
}
#content04 table a{
  color:#2870ae;
}
#content04 table a:hover{
  color:#2870ae;
  text-decoration:none;
}
#content04 table .connector{
  list-style:none;
  margin-left:1em;
}
#content04 table .connector li{
  text-indent:-1em;
}
#content04 table .connector li:not(:last-child){
  margin-bottom:10px;
}
#content04 table .connector li .image{
  text-indent:0;
  text-align:left;
}
#content04 table .connector li .image img{
  width: 100%;
}
#content04 table .connector li:nth-child(even) .image img{
  width: 50%;
}
#content04 .contact {
  background-color:#fff;
  width:75%;
  margin:50px auto 0;
  border:solid 2px #ccc;
  padding: 20px 30px;
  border-radius: 10px;
}
#content04 .contact li {
  list-style: none;
  text-indent: -1rem;
  margin-left: 1rem;
}
#content04 .contact li::before {
  content: '◆';
  display: inline-block;
  padding-right: 0.5rem;
  color: #00477c;
}
@media only screen and (max-width:1024px) {
  #content04 table{width:94%;}
}
@media only screen and (max-width:768px) {
  #content04 table{width:96%;}
  #content04 .suppl{width:96%;}
}
@media only screen and (max-width:480px) {
  #content04 table{width:94%;}
  #content04 table th,
  #content04 table td{
	display:block;
	width:100%;
  }
  #content04 .suppl{width:94%;}
  #content04 .contact {width:94%;}
}

/* content07
-------------------------------------------------------------*/
#content07{
  padding:6% 0;
}
#content07 h2{text-align:center;}
#content07 .exampleList{
  width:75%;
  margin:30px auto 0;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  list-style:none;
  gap: 30px;
}
#content07 .exampleList .exampleBox{
  width:calc((100% / 2) - 15px);
  background-color:#fff;
  border: solid 2px #ddd;
  padding:15px;
  border-radius: 10px;
  position:relative;
}
#content07 .exampleList .exampleBox .title{
  background-color:#f8b62d;
  width: 100%;
  padding-left: 0.5em;
  margin-left: -30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
#content07 .exampleList .exampleBox .title::after {
  position: absolute;
  content: '';
  right: -0.99em;
  top: 0;
  border: none;
  border-left: solid 1em #f8b62d;
  border-bottom: solid 1.75em transparent;
}
#content07 .exampleList .exampleBox .text li {
  list-style: none;
  text-indent: -16px;
  margin-left: 16px;
}
#content07 .exampleList .exampleBox .text li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #bcc4d5;
  border-radius: 50%;
  margin-right: 2px;
}
#content07 .exampleList .exampleBox .img img{
  width:100%;
  vertical-align:middle;
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:768px) {
  #content07 .exampleList{
    display:block;
    width: 90%;
  }
  #content07 .exampleList .exampleBox{width: 100%;}
  #content07 .exampleList .exampleBox:not(:last-child){margin-bottom: 1em;}
}
@media only screen and (max-width:480px) {}


/* wrapper
-------------------------------------------------------------*/
#wrapper {
  position: relative;
  padding-top: 115px;
}
@media only screen and (max-width:768px) {#wrapper {padding-top: 180px;}}
@media only screen and (max-width:480px) {#wrapper {padding-top: 80px;}}
/* container
-------------------------------------------------------------*/
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (max-width:1099px) {
  .container {width:96%;}
}
@media only screen and (max-width:768px) {
  .container {width:96%;}
}
@media only screen and (max-width:480px) {
  .container {width:100%;}
}
/* contentsWrap
-------------------------------------------------------------*/
.contentsWrap{padding-bottom: 250px;}
@media only screen and (max-width:480px) {
  .contentsWrap {padding-bottom: 300px;}
}
/* header
-------------------------------------------------------------*/
#header {
  width: 100%;
  height: 115px;
  background-color:#01111c;
  position: absolute;
  top: 0;
  z-index: 1;
  color:#fff;
}
#header:after {
  content: ".";
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
}
#header .site-catch {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 5px 0 25px 0;
}
#header .site-logo {
  float: left;
}
.nav-header {
  position: absolute;
  top: 5px;
  right: 0;
  list-style-type: none;
}
.nav-header li {
  display: block;
  float: left;
  margin: 0 0 0 25px;
}
.nav-header li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: baseline;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.nav-header li a:before {
  display: inline-block;
  content: " ";
  width: 13px;
  height: 13px;
  background-image: url(../../../../img/btn_arrow_left.png);
  margin-right: 7px;
}
.nav-header li a:hover {
  text-decoration: underline;
}
.nav-header li.btn_login_header a {
  background-color: #e50012;
  color: #fff;
  padding: 7px 12px;
}
.nav-header li.btn_login_header a:before {
  display: none;
}
.nav-header li.btn_login_header a:hover {
  background-color: #8c0000;
  text-decoration: none;
}
#nav {
  padding: 10px 0;
  width: 100%;
  background: #1b2933;
  border-top: solid #666 1px;
  text-align: center;
  position: absolute;
  top: 115px;
  z-index: 1;
}
#nav:after {
  content: ".";
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
}
#nav.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
}
#nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
#nav ul li a {
  padding: 8px 1em;
  text-decoration: none;
  color: #fff;
}
#nav ul li:last-child a {
  padding: 8px 1em;
  text-decoration: none;
  background: #5b666d;
  color: #fff;
}
#nav ul li a:hover,
#nav ul li:last-child a:hover {
  background: #80888d;
}

/*スマホのトグルボタンのCSS*/
#nav-toggle {
  display: none;
  position: absolute;
  right: 13px;
  top: 15px;
  width: 50px;
  height: 50px;
  background: #eee;
  cursor: pointer;
  z-index: 400;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 68%;
  background: #666;
  left: 0;
  right: 0;
  margin: auto;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {top:11px;}
#nav-toggle span:nth-child(2) {top:23px;}
#nav-toggle span:nth-child(3) {top:35px;}
@media only screen and (max-width:768px) {
  #header {
	height: 180px;
  }
  #nav {
    top: 180px;
  }
}
@media only screen and (max-width:480px) {
  #header {
    height: 80px;
  }
  #header .site-catch{margin-bottom:5px; margin-left:10px;}
  #header .site-logo {float:none; margin-left:10px;}
  #header .site-logo img{width:200px;}
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle.open span:nth-child(1) {
    top: 23px;
    transform: rotate(315deg);
  }
  #nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #nav-toggle.open span:nth-child(3) {
    top: 23px;
    transform: rotate(-315deg);
  }
  .nav-header {
	position: relative;
	top: 360px;
	left: 0;
	height:60px;
	text-align:center;
	display:none;
  }
  .nav-header.open {
	display:block;
  }
  .nav-header li{
	width:25%;
	margin:0;
	border-right:solid 1px #fff;
	box-sizing:border-box;
  }
  .nav-header li:last-child{
	border-right:none;
  }
  .nav-header li a{
	background-color: #e50012;
	color: #fff;
	display:block;
	height:60px;
	line-height:60px;
	padding:0 !important;
  }
  .nav-header li a:before {
	display: inline-block;
	content: " ";
	width: 0;
	height: 0;
	background-image: none;
	margin-right: 0px;
  }
  #nav{
	display:none;
	top:80px;
	border:none;
	border-bottom:solid 1px #ccc;
	box-sizing:border-box;
	padding:0;
  }
  #nav.fixed {
	margin-top: 0;
	top: 80px;
	position: absolute;
  }
  #nav.open{
	display:block;
  }
  #nav ul li {
	display: block;
	margin:0;
	border-top:solid 1px #ccc;
	box-sizing:border-box;
	height:60px;
  }
  /* ナビが奇数の場合（形状なし） */
  #nav ul li:last-child {
	border-right:none;
	width:100%;
  }
  /* ---　ここまで */
  #nav ul li a{
	display: block;
	height:60px;
	line-height:60px;
	padding:0 !important;
  }
}
/* footer
-------------------------------------------------------------*/
#footer {
  height: 163px;
  width: 100%;
  background-color: #dddddd;
  position: absolute;
  bottom: 0;
}
#footer .pribacy {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
}
#footer .pribacy:hover {
  text-decoration: underline;
}
#footer .nav-footer {
  list-style-type: none;
  float: left;
  margin: 0;
}
#footer .nav-footer li {
  display: block;
  float: left;
  margin: 0 25px 0 0;
  line-height: 1.5;
}
#footer .nav-footer li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: baseline;
  color: #333;
  text-decoration: none;
  display: inline-block;
}
#footer .nav-footer li a:hover {
  text-decoration: underline;
}
#footer .copyright {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
}
.bg-footer2 {
  padding: 15px 0;
}
.bg-footer2:before, .bg-footer2:after {
  content: " ";
  display: table;
}
.bg-footer2:after {
  clear: both;
}
.bg-footer {
  background-color: #F6F6F6;
  padding: 15px 0;
}
.bg-footer:before, .bg-footer:after {
  content: " ";
  display: table;
}
.bg-footer:after {
  clear: both;
}
.bg-footer .logo-footer {
  float: left;
}
.bg-footer .address-footer {
  padding-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  float: right;
  text-align: right;
}
.bg-footer .link-footer {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  float: right;
}
.bg-footer .link-footer .category {
  font-weight: bold;
  margin-bottom: .5em;
 }
.bg-footer .link-footer ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 0.5em 2em;
  margin: 0;
}
.bg-footer .link-footer li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  background-color: #999;
}
.bg-footer .link-footer li a {
  text-decoration: none;
  color: #333;
}
.bg-footer .link-footer li a:hover {text-decoration: underline;}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {
  #footer {
    height: 213px;
  }
  #footer .nav-footer {
	width:100%;
	display:flex;
  }
  #footer .nav-footer li {
	display: block;
	float: none;
	margin: 0;
	width:50%;
	text-align:center;
  }
  #footer .copyright {
	float: none;
	width:100%;
	text-align:center;
	padding:50px 0 0;
  }
  .bg-footer .logo-footer {
	margin-left:15px;
  }
}
/* pagetop
-------------------------------------------------------------*/
#btn-pagetop {
  position: absolute;
  width: 165px;
  height: 35px;
  line-height: 35px;
  top: -50px;
  padding: 0 30px;
  right: 0;
  display: inline-block;
  background-color: #333;
  color: #fff;
  cursor: pointer;
}
#btn-pagetop:before {
  content: " ";
  display: inline-block;
  background-image: url(../../../../img/icon_arrow_up.png);
  width: 18px;
  height: 11px;
  margin-right: 10px;
}
#btn-pagetop:hover {
  background-color: #222;
}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}
/* search
-------------------------------------------------------------*/
.contents-search {
  width: 70%;
  float: right;
  background-color: #324048;
  border: solid 1px #80888d;
  padding: 10px;
  margin-bottom: 15px;
}
.contents-search:before, .contents-search:after {
  content: " ";
  display: table;
}
.contents-search:after {
  clear: both;
}
.contents-search .title-contents {
  display: block;
  float: left;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.contents-search .btn-search_spec {
  display: block;
  float: left;
  width: 160px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #80888d;
  background-color: #5b666d;
  color: #fff;
}
.contents-search .btn-search_spec:hover {
  background-color: #1b2933;
}
.contents-search .btn-search_no .title {
  display: block;
  margin-left: 15px;
  float: left;
  width: 146px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #80888d;
  background-color: #5b666d;
  color: #fff;
}
.contents-search .btn-search_no .search-box {
  display: block;
}
.contents-search .btn-search_no .search-box .product_no {
  float: left;
  width: 245px;
  height: 32px;
  background: #01111c;
  border: solid 1px #80888d;
  padding: 4px;
  color: #fff;
}
.contents-search .btn-search_no .search-box .product_no::placeholder {
	color:#80888d;
}
.contents-search .btn-search_no .search-box .btn_search_no {
  float: left;
  text-align: right;
  width: 80px;
  height: 32px;
  background: #5b666d;
  padding-right: 15px;
  color: #fff;
  background-image: url(../../../../img/icon_search.png);
  background-repeat: no-repeat;
  background-position: 10px 6px;
  box-sizing:border-box;
  border: 1px solid #80888d;
}
.contents-search .btn-search_no .search-box .btn_search_no:hover {
  background-color: #1b2933;
}
input {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  max-width: 100%;
  width: auto;
  padding: 2px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #80888d;
}
input[disabled], input[readonly], fieldset[disabled] input {
  background-color: #eee;
  opacity: 1;
}
input[disabled], fieldset[disabled] input {
  cursor: not-allowed;
}
input:focus {
  border: solid 1px #99CCFF;
  background-color: #F0F7FC;
  outline: none;
}
input.sizefull {
  width: 100%;
}
@media only screen and (max-width:1024px) {
  .contents-search {
	width: 75%;
  }
  .contents-search .btn-search_spec {
	width: 150px;
  }
  .contents-search .btn-search_no .title {
	width: 136px;
  }
  .contents-search .btn-search_no .search-box .product_no {
	width: 225px;
  }
}
@media only screen and (max-width:768px) {
  .contents-search {
	width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .contents-search {
	width: 100%;
	float: none;
	display:none;
	margin:0;
	border:0;
	position:absolute;
	left:0;
	top:321px;
    padding: 20px 10px;
  }
  .contents-search.open {
	display:block;
  }
  .contents-search .title-contents {
    float:none;
	width:100%;
	margin-left:0;
  }
  .contents-search .btn-search_spec {
    float:none;
	width:100%;
	margin-left:0;
	height:60px;
	line-height:60px;
	margin-bottom:10px;
  }
  .contents-search .btn-search_no .title {
    float:none;
	width:100%;
	margin-left:0;
  }
  .contents-search .btn-search_no .search-box .product_no {
	width: calc(100% - 80px);
  }
}
/* link btn
-------------------------------------------------------------*/
.link_product-file {
  display: block;
  list-style-type: none;
  margin: 50px 0 0;
}
.link_product-file li {
  display: inline-block;
}
.link_product-file li a {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0,87,174,0.60);
  border: solid 1px #0057ae;
  color: #fff;
  margin-left: 3px;
}
.link_product-file li a:hover {
  background-color: rgba(0,0,0,0.60);
}
.link_product-file li.link-gray a {
  background-color: rgba(102,102,102,0.60);
  border: solid 1px #666666;
}
.link_product-file li.link-gray a:hover {
  background-color: rgba(0,0,0,0.60);
}
.link_product-file li.link-red a {
  background-color: rgba(183,0,14,0.60);
  border: solid 1px #b7000e;
}
.link_product-file li.link-red a:hover {
  background-color: rgba(0,0,0,0.60);
}
.link_product-file li.link-green a {
  background-color: rgba(58,110,19,0.60);
  border: solid 1px #3a6e13;
}
.link_product-file li.link-green a:hover {
  background-color: rgba(0,0,0,0.60);
}
@media only screen and (max-width:480px) {
  .link_product-file {margin-top: 20px;}
  .link_product-file li{width:32%;}
  .link_product-file li a {width: 100%;}
}
/* Modal window : Login box
-------------------------------------------------------------*/
.modalLoginBox {
  position: absolute;
  border: solid 1px #333;
  background-color: #fff;
  width: 480px;
  padding: 20px;
  display: none;
  position: fixed;
  z-index: 20;
}
.modalLoginBox p{
  margin-bottom:1em;
  font-feature-settings: "pkna";
}
.modalLoginBox form dl {margin-bottom:1em;}
.modalLoginBox form dl dd {margin-bottom:1em;}
.modalLoginBox dl dt {font-size: 100%;}
.modalLoginBox dl dd input {border: solid 1px #333;}
.modalLoginBox .modalLoginMail, .modalLoginPass {width: 100%;}
.modalLoginBox .modalLoginError {
  color: #f00;
  text-align: center;
}
.modalLoginBox .modalBtn {
  text-align: center;
  margin-bottom: 1em;
}
.modalLoginBox .modalBtnLogin, .modalBtnCancel {
  display: inline-block;
  width: 120px;
  margin: 0 10px;
  background-color: #333;
  color: #fff;
  border: solid 1px #333;
  transition: all .3s ease-in-out;
}
.modalLoginBox .modalBtnLogin:hover, .modalBtnCancel:hover {
  background-color: #fff;
  color: #333;
  border: solid 1px #333;
}
.modalLoginBox .textJoin {margin: 0;}
.modalLoginBox .textJoin a {color: #006dd9;}
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .modalLoginBox {width: calc(90% - 40px);}
}

.cookie-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #ddd;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .3);
  padding: 20px 0;
  line-height: 1.5;
  display: none;
  font-size: 14px;
  font-size: 1.4rem; }
  .cookie-box .inner {
    width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between; }
	.cookie-box .inner .text {
      width: 620px;
	  margin: 0; }
	  .cookie-box .inner .title {
		font-weight: bold; }
	.cookie-box .inner .btn {
	  display: flex;
	  justify-content: space-between;
	  align-items: center; }
	  .cookie-box .inner .privacy,
	  .cookie-box .inner .accept {
		padding: 10px;
		display: inline-block;
		height: 40px;
		transition: all .3s ease-in-out; }
	  .cookie-box .inner .privacy {
        margin-right: 20px; }
	  .cookie-box .inner .privacy:hover {
        color: #999; }
	  .cookie-box .inner .accept {
		background-color: #e50012;
		color: #fff;
		width: 120px; }
	  .cookie-box .inner .accept:hover {
		background-color: #8c0000; }
  .cookie-box .close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 50%;
	transform: translateY(-50%);
    cursor: pointer;
	margin-bottom: 0; }
  .cookie-box .close::before,
  .cookie-box .close::after {
	position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background-color: #666;
    transition: all .3s ease-in-out; }
  .cookie-box .close::before {
	transform: rotate(-45deg); }
  .cookie-box .close::after {
	transform: rotate(45deg); }
  .cookie-box .close:hover::before,
  .cookie-box .close:hover::after {
    background-color: #aaa; }

@media screen and (max-width: 1024px) {
  .cookie-box .inner {
    width: 90%;
    min-width: inherit;
  }
  .cookie-box .inner .text {width: 50%;}
  .cookie-box .inner .text br {display: none;}
}
@media screen and (max-width: 896px) {
  .cookie-box .inner {
    width: 90%;
    display: block;
  }
  .cookie-box .inner .text {
    width: 90%;
    margin-bottom: 30px;
  }
  .cookie-box .close {
    top: 20px;
    transform: translateY(0);
  }
}

/* for print
--------------------------------------------------------------*/
@media print {
  body {
    width: 1280px;
    min-width: 1280px;
    max-width: 1280px;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    zoom:1;
    -webkit-print-color-adjust: exact;
  }
  #nav.fixed {
	margin-top: 0;
	top: 0;
	position:relative;
  }
}
