@font-face {
  font-family: 'antonio-regular';
  src: url("../font/antonio-regular.eot");
  src: url("../font/antonio-regular.eot") format("embedded-opentype"), url("../font/antonio-regular.woff2") format("woff2"), url("../font/antonio-regular.woff") format("woff"), url("../font/antonio-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'antonio-bold';
  src: url("../font/antonio-bold.eot");
  src: url("../font/antonio-bold.eot%3F") format("embedded-opentype"), url("../font/antonio-bold.woff2") format("woff2"), url("../font/antonio-bold.woff") format("woff"), url("../font/antonio-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'antonio-light';
  src: url("../font/antonio-light.eot");
  src: url("../font/antonio-light.eot") format("embedded-opentype"), url("https://www.jdl.co.jp/font/antonio-light.woff2") format("woff2"), url("https://www.jdl.co.jp/font/antonio-light.woff") format("woff"), url("https://www.jdl.co.jp/font/antonio-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
#menu-pc a.websv:hover {
  opacity: inherit;
}
html {
  font-size: 62.5%;
}
.l-wrapper {
  position: relative;
  overflow: hidden;
}
.l-wrapper.is-on .l-header, .l-wrapper.is-on .l-headerBtns {
  opacity: 1;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝l-header ＝＝＝＝＝＝＝＝＝＝＝＝ */
.l-header { /* ヘッダー固定部全体 */
  position: fixed;
/*  z-index: 1010;*/
  z-index: 9500;
  left: 0;
  width: 100%;
  font-size: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 0s;
  transition: opacity 0.6s ease-out 0s;
  border-bottom: 2px solid #ccc;
}
.l-header_inr { /* ヘッダーのインナー */
  padding: 6px 20px;
}
.l-header_logo {
  display: inline-block;
  vertical-align: middle;
}
.l-header_logo_img {
  width: 97px;
}
.l-header_sub { /* ヘッダーのサブタイトル（カテゴリ）名 */
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  /*  font-family: 'antonio-bold';*/
  letter-spacing: 1px;
}
.l-header_sub a {
  color: #333;
}
.l-header_subright { /* ヘッダーのお知らせなど */
  position: absolute;
  top: 35%;
	right: 100px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.l-header_subright a {
  color: #444;
/*	background: #ccc;*/
/*	border: 1px solid #ccc;*/
	padding: 5px 10px;
	text-align: center;border-radius: 3px;
	margin: 5px 5px;
}
.l-headerBtn {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3rem;
}
.l-headerBtn-int {
  color: #222;
  font-size: 1.4rem;
  font-weight: bold;
  background: #e6e6e6;
  width: 142px
}
.l-headerBtn-entry { /* 検索設定 */
  color: #444;
  font-size: 1.4rem;
  font-weight: bold;
  background: #f00;
  width: 72px;
}
.l-headerBtn-gNav {
  color: #fff;
  font-size: 1.4rem;
  /*  background: #162c75;*/
  background: #0066cc;
  padding: 15px 20px 20px;
  width: 72px
}
.l-headerBtn-gNav_txt {
  position: absolute;
  top: 15px;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-family: 'antonio-bold';
  letter-spacing: 1px
}
.l-headerBtn-gNav_txt-open {
  top: 15px
}
.l-headerBtn-gNav_txt-close {
  top: -100px
}
.l-headerBtn-gNav_ico {
  display: block;
  position: relative;
  width: 32px;
  padding-bottom: 16px;
  margin: 19px auto 0; /* 検索＆メニューボタンの背景大きさ */
}
.l-headerBtn-gNav_ico_inr {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  height: 2px;
  -webkit-transition: top 0.3s ease-in-out 0s, width 0.3s ease-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0s, width 0.3s ease-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, width 0.3s ease-out 0s;
  transition: transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, width 0.3s ease-out 0s, -webkit-transform 0.3s ease-in-out 0s
}
.l-headerBtn-gNav_ico_inr:nth-of-type(2) {
  top: 43.75%;

  left: 0;
  -webkit-transition: width 0.3s ease-out 0s, left 0.3s ease-out 0s;
  transition: width 0.3s ease-out 0s, left 0.3s ease-out 0s
}
.l-headerBtn-gNav_ico_inr:nth-of-type(3) {
  top: 87.5%;
  width: 62.5%
}
.l-headerBtn-gNav.is-on .l-headerBtn-gNav_txt-open {
  top: -100px
}
.l-headerBtn-gNav.is-on .l-headerBtn-gNav_txt-close {
  top: 15px
}
.l-headerBtn-gNav.is-on .l-headerBtn-gNav_ico_inr:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.l-headerBtn-gNav.is-on .l-headerBtn-gNav_ico_inr:nth-of-type(2) {
  width: 0;
  left: 50%
}
.l-headerBtn-gNav.is-on .l-headerBtn-gNav_ico_inr:nth-of-type(3) {
  top: 50%;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.l-headerBtns {
  position: fixed;
/*  z-index: 1011;*/
  z-index: 9990;
  display: table;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 0s;
  transition: opacity 0.6s ease-out 0s
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝検索＝＝＝＝＝＝＝＝＝＝＝＝ */
/*.search a::before {
  background-image: url(../image/sprite3.png);
background-repeat: no-repeat;
	background-size: auto;
  position: absolute;
  top: 100;
  right: 200;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  content: ""
}*/
/*.search a span {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0
}*/
#search {
	/*z-index: 1012;*/
	z-index: 9997;
/*	position: absolute;
	z-index: calc(infinity)!important;*/
}
.icon-sch {
	z-index: 9997;
	position: fixed;
	top: 0 !important;
	right: 72px;
	background: #e5e5e5;
	width: 75px;
	margin: 0;
	overflow: hidden;
	max-height: 69px;
}
.icon-sch a {
	padding: 21px 0;
	display: block;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝l-gnav＝＝＝＝＝＝＝＝＝＝＝＝ */
.l-gnav {
  position: fixed;
/*  z-index: 1014;*/
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #0083D1;
  /*background: #D7D7D7;*/
  font-size: 0;
  text-align: center;
  overflow: hidden;
  /*  overflow: scroll;*/
  left: -100%;
  opacity: 1.0;
}
.l-gnav.is-on {
  left: 0
}
.l-gnav_a {
  text-decoration: none;
  /*  color: #555;*/
  color: #fff;
}
.l-gnav_inr {
  padding-top: calc(32px + 8.19vh);
  padding-bottom: 5vh;
  width: 1200px;
  margin: 0 auto;
  /*	background: #B36D6E;*/
}
.l-gnav_inr > .l-gnav_ul {
  display: inline-block;
  vertical-align: top;
  /*  width: 25.62225%;*/
  /*  margin: 0 1.61054%;*/
  width: 70%;
  text-align: left;
  border-right: 1px solid #58ACDF;
}
.l-gnav_inr > .l-gnav_ul.subpage {
  display: inline-block;
  vertical-align: top;
  /*  width: 25.62225%;*/
  /*  margin: 0 1.61054%;*/
  width: 24%;
  text-align: left;
  border-right: none;
  padding-left: 20px;
  margin-left: 20px;
}
.l-gnav_ul.subpage2 {
  display: inline-block;
  border-right: none;
  width: 100%;
}
.l-gnav_ul.subpage2 li {
  float: right;
  margin-top: 0px;
  margin: 0 20px;
}
.l-gnav_ul.subpage2 > .l-gnav_li > .l-gnav_a {
  padding-bottom: 0px;
  border-left: none;
  padding-left: 30px;
  padding-bottom: 0;
}
.l-gnav_a {
  position: relative;
  display: block
}
.l-gnav_ico {
  position: absolute;
  top: .2rem
}
.l-gnav_txt {/* 各詳細テキスト */
  display: block;
  line-height: 1.2;
  /*  font-weight: bold;*/
  font-size: 1.4rem;
  margin-left: 0px;
}
.l-gnav_txt-lrg {
  font-family: 'antonio-bold';
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.4rem;
  margin: 0
}
.l-gnav_txt-sml { /* 各インデックスタイトルborder-leftあり */
  font-weight: bold;
  font-size: 1.4rem;
  margin: 5px 30px 0 0px;
}
.menu-ul {
	padding-bottom: 5px;
/*	border-bottom: 1px solid #fff;*/ /* 各タイトルの下線 */
}
.l-gnav_btn {
  display: none;
}
.c-btn {
  display: none;
}
.l-gnav_btn_a {
  display: block !important;
  margin: 0;
  font-size: 1.5rem;
  height: 68px;
  padding: 20px 0 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold !important;
}
.l-gnav_li {
  position: relative;
}
.l-gnav_li + li {
  margin-top: 15px;
}
.l-gnav_inr > .l-gnav_ul > .l-gnav_li + li { /* 大見出し設定 */
  margin-top: 15px;
}
.l-gnav_inr > .l-gnav_ul > .l-gnav_li > .l-gnav_a {
  display: block;
  padding-bottom: 12px;
  /*border-bottom: solid 1px #fff;*/
  border-left: 3px solid #fff;
  padding-left: 10px;
  padding-bottom: 0;
}
.l-gnav_ul.is-accTarget_sp {
  margin: 0 0 0 10px;
  padding: 0;
  width: 97%;
}
.l-gnav_ul.is-accTarget_sp li {
  display: inline-block;
  width: 50%;
  margin: 8px 0;
  vertical-align: top;
}
.l-gnav_ul.is-accTarget_sp li.long {
  width: 100%;
  margin: 0px 0 0 0px;
  vertical-align: bottom;
  color: #fff;
  font-size: 12px !important;
  padding-top: 15px;
}
.l-gnav_inr > .l-gnav_ul > .l-gnav_li > .l-gnav_a.is-acc_sp .l-gnav_ico {
  background-image: url(../image/sprite_sp.png);
  background-position: -18.5px 0px;
  width: 16px;
  height: 16px;
  background-size: 50px 36px;
}
.l-gnav_inr > .l-gnav_ul > .l-gnav_li > .l-gnav_a.is-acc_sp.is-on .l-gnav_ico {
  background-image: url(../image/sprite_sp.png);
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
  background-size: 50px 36px;
}
.is-acc_sp {
  cursor: default;
}
.l-gnav_inr > .l-gnav_ul > .l-gnav_li > .l-gnav_a .l-gnav_ico {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-gnav_inr > .l-gnav_ul > .l-gnav_li > .l-gnav_a + .l-gnav_ul {
  padding-top: 10px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝その他＝＝＝＝＝＝＝＝＝＝＝＝ */
.c-btn { /* SP用バナー */
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin: 20px 0;
}
.c-btn_a {
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.u-mq-sp {
  display: none;
}
/* =========================================================================================メディアクエリ */
@media all and (min-width: 769px) and (max-width: 1130px) {
    	#menu-pc {
		display: block;
	}
	#menu-sp {
		display: none;
	}
	.c-btn_a:hover {
    opacity: 0.8;
  }
}
@media all and (min-width: 1131px) and (max-width: 1366px) {
    	#menu-pc {
		display: block;
	}
	#menu-sp {
		display: none;
	}
	.c-btn_a:hover {
    opacity: 0.8;
  }
}
@media all and (min-width: 1367px) {
    	#menu-pc {
		display: block;
	}
	#menu-sp {
		display: none;
	}
	.c-btn_a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width:1199px) {
  	#menu-pc {
		display: block;
	}
	#menu-sp {
		display: none;
	}
	.l-gnav_inr {
    width: 95%;
    margin-left: 30px;
  }
  .l-gnav_inr > .l-gnav_ul {
    width: 73%;
  }
  .l-gnav_inr > .l-gnav_ul.subpage {
    width: 20%;
  }
  .l-gnav_inr > .l-gnav_ul.subpage img {
    width: 100%;
/*	  width: inherit;*/
    height: auto;
  }
  .l-gnav_txt {
    font-size: 1.2rem;
  }
  .l-gnav_ul.is-accTarget_sp li {
    width: 46%;
    margin: 5px 10px;
  }
  .l-gnav_ul.subpage2 {
    width: 100%;
  }
}
/* ---------------------------------------max-width: 768px */
@media only screen and (max-width:768px){
	#menu-pc {
		display: none;
	}
	#menu-sp {
		display: block;
	}
	.l-header_inr {
    padding: 6px 5px;
  }
  .l-header_logo_img {
    width: 65px;
  }
  .l-header_sub {
    margin-left: 5px;
    font-size: 1.3rem;
    line-height: 1.0px;
  }
  .l-headerBtn-int {
    display: none;
  }
  .l-headerBtn-entry {
    font-size: 1.1rem;
    line-height: 1.4;
    width: 62px;
    padding: 15px 0 15px;
  }
  .l-headerBtn-gNav {
    width: 60px;
    padding: 15px 15px 4px;
  }
  .l-headerBtn-gNav_ico {
    margin: 17px auto 0;
  }
/* ＝＝＝＝＝＝＝＝＝＝＝＝検索＝＝＝＝＝＝＝＝＝＝＝＝ */
.icon-sch {
/*	z-index: 1015;*/
	z-index: 9997;
	position: fixed;
	top:-17px;
	right: 60px;
	background: #e5e5e5;
	width: 62px;
}
.icon-sch a {
	padding: 14px 0 11px 0;
	display: block;
}
	.icon-sch img {
		width: 35%;
		height: auto;
	}
	
	.search a::before {
	background-size: 60%;
}
.search a {
  top: 15px;
  right: 70px;
}
  .l-headerBtn-gNav_txt-open {
    display: none;
  }
  .l-headerBtn-gNav_txt-close {
    display: none;
  }
  .l-headerBtn-gNav_ico_inr {
    margin-top: -12px;
  }
  .l-headerBtn-gNav_ico { /* SP用メニューアイコンの大きさ */
    width: 22px;
  }
  .l-gnav { /* SP用メガメニューのスクロール設定 */
    overflow-y: scroll;
  }
  .l-gnav_inr {
    padding-top: 90px; /* SP用メニューのトップ余白 */
    padding-bottom: 100px;
    width: inherit;
    margin: inherit;
  }
  .l-gnav_btn {
    display: block;
    margin: 15px 0 0 6.66667%;
    float: left;
    width: 41.86667%;
    line-height: 1.5;
  }
  .l-gnav_btn + .l-gnav_btn {
    margin-left: 2.53333%;
  }
  .l-gnav_txt-sml {
    margin: 1px 0 0;
    font-size: 1.4rem!important;
  }
  .l-gnav_txt-lrg {
    font-size: 1.1rem;
  }
  .l-gnav_txt {
    margin: 0 35px 0 5px;
    font-size: 1.5rem;
  }
  .l-gnav_ico {
    margin: 0 6.66667% 0 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-gnav_a { /* SP用小メニュー */
    /*    padding: 4.66667% 6.66667%;*/
    padding: 5px 0 5px 25px;
  }
  .l-gnav_a:after { /* SPの区切り線 */
    position: absolute;
    bottom: 0;
    /*    left: 6.66667%;*/
    content: " ";
    display: block;
    height: 1px;
    width: 86.66667%;
    margin: 0 auto;
    background: #8DBCD8;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
  }
  .l-gnav_a.is-on:after {
    opacity: 0;
  }
  .l-gnav_ul { /* SP用小メニュー */
    display: none;
    background: #0083D1;
  }
  .l-gnav_ul .l-gnav_ul li:last-of-type a:after {
    opacity: 0;
  }
  .l-gnav_li + li {
    margin-top: 0;
  }
  .l-gnav_inr > .l-gnav_ul > .l-gnav_li > .l-gnav_a + .l-gnav_ul {
    padding-top: 0;
  }
  .l-gnav_inr > .l-gnav_ul > .l-gnav_li > .l-gnav_a .l-gnav_ico {
    margin: 0 6.66667% 0 0
  }
  .l-gnav_inr > .l-gnav_ul > .l-gnav_li > .l-gnav_a {
    border-bottom: none;
    border-left: none;
    padding: 10px 0 10px 25px;
  }
  .l-gnav_inr > .l-gnav_ul {
    display: block;
    width: auto;
    margin: 0;
    background: none;
  }
  .l-gnav_inr > .l-gnav_ul.subpage {
    display: block;
    width: auto;
    margin: 0;
    background: none;
    border-left: none;
    padding-left: 0;
    margin-left: 0px;
  }
  .l-gnav_ul.subpage2 {
    display: block;
    width: 100%;
  }
  .l-gnav_ul.subpage2 li {
    float: none;
    margin-top: 0px;
    margin: 0px 0 5px 0;
    padding-bottom: 5px;
  }
  .l-gnav_ul.is-accTarget_sp li { /* SP用小メニュー */
    display: block;
    width: auto;
    /*	background: #f00;*/
    margin-left: 0px;
  }
  .l-gnav_inr > .l-gnav_ul > .l-gnav_li + li {
    margin: 0;
  }
  .u-mq-sp {
    display: block !important;
  }
  br.u-mq-sp {
    display: inline !important;
  }
  .ba-right {
    display: none;
  }
  .formegamenu {
    width: 95%;
    margin: 30px auto;
    border-bottom: 2px solid #fff;
  }
  .c-btn {
    display: block;
  }
#menu-sp .l-gnav_ul.is-accTarget_sp li.long {
  margin: -10px 0 10px 25px;
}
}
/* ---------------------------------------max-width: 480px */
@media only screen and (max-width:480px){
	#menu-pc {
		display: none;
	}
	#menu-sp {
		display: block;
	}
}
/* ---------------------------------------印刷用設定 */
@media print {
	.l-headerBtns {
		display: none;
	}
	#search {
		display: none;
	}
	#message search-bar img {
		display: none;
	}
.section-top {
    width: 100%;
    padding-top: 0;
}
.section-top0 {
    width: 100% !important;
    padding-top: 0;
}
.section {
    width: 100%;
}
#menu-sp,.section-top0.top-sp {
    display: none !important;
}
.block3-top2 li {
    width: calc((100% / 3) - 40.1px);
}

.block3 li {
    width: calc((100% / 3) - 30.1px);
}
.block2 li {
    width: calc((100% / 2) - 30.1px);
}
.l-header {
    position: relative;
}
.icon-sch {
    position: absolute;
}
.l-headerBtns {
    position: absolute;
}
.section-top2, .section, .footer, .aside ul {
    width: 97% !important;
}
.section-top2 {
    padding-top: 5px;
}

/*.center img {
    width: 100%;
    height: auto;
}*/
.pagetitle-box {
    display: flex;
    align-items: center;
}
.pagetitle010 {
    font-size: 1.1em!important;
    width: 60%;
    padding-left: 10px;
    position: static;
}
.pagetitle02-8 {
    position: static;
}
.section-top.printproduct {
    display: flex;
    align-items: center;
    width: 100%;
}
.printlogo {
    padding-left: 15px;
}
h1.product_title {
    font-size: 1.5em;
}
.logo {
    max-width: 400px;
}
.logo img,.logo2 img,.logo3 img,.logo6 img {
    width: 100%;
    height: auto;
}

span.jdlai {
    display: block;
    margin-top: 0!important;
}
.product_topimg0,.product_topimg4 {
    width: 50%;
    position: static;
}
.product_topimg2 {
    width: 50%;
    position: static;
}
.product_topimg5 {
    width: 70%;
    position: static;
}
.back06 {
    min-height: auto;
    padding: 10px 0;
}
.logo3.platform-logo img {
    max-width: 470px;
}
}