@charset "UTF-8";

/* ==========================================================================
   index.html
   ========================================================================== */

.bg-beige{
  background-color: #f2f2f2;
}
.bg-gray{
  background-color: #d7d7d7;
}
.bg-black{
  background-color: #282828;
}
@media only screen and (max-width: 767px) {
  .header{
    height: 91px;
  }
  .content {
      margin-top: 72px;
  }
}



/* ========================================== */
/* Title Text */
/* ========================================== */
.content {
    font-family: "gt-eesti", sans-serif;
}

.pageTit {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.pageTit a{
  color:#0a9bcd;
}

.txt{
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .pageTit {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
  }
  .txt{
    font-size: 1.2rem;
  }
}

/* ========================================== */
/* top-region */
/* ========================================== */

.top-region{
  border-bottom: solid 3px #d4d4d4
}
.top-region .regionArea{
  display: flex;
  justify-content: center;
}
select{
  /* default style cancel */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding:5px 30px 5px 30px;
  border:none;
  background: url(../images/select_arw.png) right 50% no-repeat;
  background-color: #d4d4d4;
  background-size: contain;
}
select::-ms-expand {
    display: none;
}
select:hover{
  cursor: pointer;
}

.top-region .regionArea select{
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .top-region .regionArea select{
    width: 60%;
    padding: 5px 50px 5px 15px;
  }
}


/* ========================================== */
/* tabMenu */
/* ========================================== */
.c_nav_inner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.c_nav {
    font-size: 3.2rem;
    margin-bottom: 24px;
    border-bottom: solid 1px #d4d4d4;
    display: flex;
    align-items: normal;
    justify-content: center;
}
.c_nav_item {
    margin-top: 0;
}
.c_nav_item a{
    padding:0 10px 5px 10px;
    /*font-weight: 700; */
}
.c_nav_item.is_current a{
  font-weight: 700;
}
.c_nav_item.is_current a:after,
.c_nav_item a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #0a9bcd;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
  .c_nav {
      display: block;
      border-bottom: none;
      font-size: 2.0rem;
  }
  .c_nav_item {
      float: none;
      margin-right: 0;
      text-align: center;
      border-bottom: solid 1px #ccc;
      font-weight: 100;
  }
  .c_nav_item a{
      padding:10px 10px 10px 10px;
  }
  .c_nav_item.is_current a{
      font-weight: 700;
  }

}


/* ========================================== */
/* tabContent */
/* ========================================== */

.tabContent{
  width: 98%;
  margin:0 auto;
}
.tabContent .tabContentInner {display: none;}
.tabContent .tabContentInner.is_now {display: block;}

.tabContent .tabContentInner{
  /*background-color: #d6d6d6;*/
  padding:30px;
}

@media only screen and (max-width: 767px) {
  .tabContent{
    width: 100%;
  }
  .tabContent .tabContentInner{
    padding:15px;
  }
  .c_nav.small .tab01,
  .c_nav.small .tab02,
  .c_nav.small .tab03{
    display: none;
  }
  .c_nav_item.spdispB a{
    font-weight: 700;
  }
  .c_nav_item.spdispB a:after, .c_nav_item.spdispB a:hover:after {
      content: "";
      display: block;
      width: 100%;
      height: 6px;
      background: #0a9bcd;
      position: absolute;
      bottom: 0;
      left: 0;
  }
}


/* ================================ */
/* tabContentInner > prd-name */
/* ================================ */
.slick-slide img{
  max-width: 100%;
}
.tabContentInner > .prd-name{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.tabContentInner > .prd-name > .txtArea{
  width: 50%;
  margin-right: 20px;
  background-color: #fff;
}

.tabContentInner > .prd-name > .txtArea #input_prd-name {
    width: 100%;
    height: 40px;
    padding: .5em;
    font-size: 16px;
    text-indent: 1.5em;
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-image: url(../images/icon_search.png);
    background-size: 17px 17px;
    border:none;
    border-bottom: solid 2px #d6d6d6;
    vertical-align: middle;
    outline: none;
}

.tabContentInner > .prd-name > .txtArea #input_prd-name::placeholder {
  color: #999;
}

.tabContentInner > .prd-name > .txtArea p.detail{
  /*padding:20px 30px ;*/
  padding: 20px 30px 20px 35px;
}

.tabContentInner > .prd-name > .imgArea{
  width: 50%;
  background-color: #d7d7d7;
}
.tabContentInner > .prd-name > .imgArea .tit_prd-image{
  width: 100%;
  height: 40px;
  padding: .5em;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width:1124px) {
  .tabContentInner > .prd-name > .txtArea #input_prd-name::placeholder {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .tabContentInner > .prd-name{
    display: block;
  }
  .tabContentInner > .prd-name > .txtArea{
    width: 100%;
    margin-right: 0;
    /*margin-bottom: 20px;*/
  }
  .tabContentInner > .prd-name > .txtArea p.detail{
    /*padding:10px 15px ;*/
    padding: 15px 15px 15px 40px;
  }
  .tabContentInner > .prd-name > .imgArea{
    width: 100%;
  }
}


/* -------------------------------- */
/* tabContentInner > prd-name > slider01*/
/* -------------------------------- */
.tabContentInner.is_now > .prd-name > .imgArea ul.slider01{
  opacity: 0;
  transition: opacity .3s linear;
}
.tabContentInner.is_now > .prd-name > .imgArea ul.slider01.slick-initialized{
  opacity: 1;
  width: 80%;
  margin:0 auto;
  padding:20px 0 50px;
}
.tabContentInner.is_now > .prd-name > .imgArea ul.slider01 dl dt{
  font-size:1.2rem;
  color: #333;
  font-weight: 700;
  padding:5px 0 0 ;
		display:none;
}
.tabContentInner.is_now > .prd-name > .imgArea ul.slider01 a:hover{
  text-decoration: none;
}
ul.slider01 .slick-dots {
    position: absolute;
    bottom: 0px;
}
ul.slider01 .slick-next:before {
    content: '>';
}
ul.slider01 .slick-prev:before {
    content: '<';
}
ul.slider01 .slick-prev:before, 
ul.slider01 .slick-next:before {
    font-family: 'slick';
    font-size: 22px;
    line-height: 1;
    opacity: 1.0;
    color: #888888;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.slider01 .slick-dots li button:before {
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: '●';
    color:#333;
}
ul.slider01 li.slick-slide dl dd img {
				margin-left:20px;
}

@media only screen and (max-width: 767px) {

}


/* ================================ */
/* tabContentInner > prd-image */
/* ================================ */
.tabContentInner > .prd-image{
  
}
/* -------------------------------- */
/* tabContentInner > prd-image > slider02*/
/* -------------------------------- */
.tabContentInner.is_now > .prd-image > ul.slider02{
  opacity: 0;
  transition: opacity .3s linear;
}
.tabContentInner.is_now > .prd-image > ul.slider02.slick-initialized{
  opacity: 1;
  width: 96%;
  margin:0 auto;
  padding:20px 0 50px;
}
.tabContentInner.is_now > .prd-image > ul.slider02 li a{
  display: block;
  text-align: center;
}
.tabContentInner.is_now > .prd-image > ul.slider02 li a img{
  display: inline-block;
}
ul.slider02 .slick-dots {
    position: absolute;
    bottom: -20px;
}
ul.slider02 .slick-next:before {
    content: '>';
}
ul.slider02 .slick-prev:before {
    content: '<';
}
ul.slider02 .slick-prev:before, 
ul.slider02 .slick-next:before {
    font-family: 'slick';
    font-size: 22px;
    line-height: 1;
    opacity: 1.0;
    color: #888888;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.slider02 .slick-dots li button:before {
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: '●';
    color:#333;
}

@media only screen and (max-width: 767px) {
    ul.slider02 .slick-dots {
        bottom: 0px;
    }
}


/* -------------------------------- */
/* tabContentInner > prd-image > slider02*/
/* -------------------------------- */

.tabContentInner > .prd-image.search{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.tabContentInner > .prd-image.search > .txtArea{
  width: 500px;
  margin-right: 20px;
  background-color: #fff;
}

.tabContentInner > .prd-image.search > .txtArea #input_prd-name {
    width: 100%;
    height: 40px;
    padding: .5em;
    font-size: 16px;
    text-indent: 1.5em;
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-image: url(../images/icon_search.png);
    background-size: 17px 17px;
    border:none;
    border-bottom: solid 2px #d6d6d6;
    vertical-align: middle;
    outline: none;
}

.tabContentInner > .prd-image.search > .txtArea #input_prd-name::placeholder {
  color: #999;
}

.tabContentInner > .prd-image.search > .txtArea p.detail{
  padding:20px 30px ;
}

.tabContentInner > .prd-image.search > .imgArea{
  width: 500px;
  background-color: #d7d7d7;
}
.tabContentInner > .prd-image.search > .imgArea .img{
  display: flex;
  justify-content: center;
}
.tabContentInner > .prd-image.search > .imgArea .tit_prd-image{
  width: 100%;
  height: 40px;
  padding: .5em;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tabContentInner > .prd-image.search{
    display: block;
  }
  .tabContentInner > .prd-image.search > .txtArea{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tabContentInner > .prd-image.search > .txtArea p.detail{
    padding:10px 15px ;
  }
  .tabContentInner > .prd-image.search > .imgArea{
    width: 100%;
  }
}



/* ==========================================================================
   index02.html
   ========================================================================== */

/* ================================ */
/* .top-dl */
/* ================================ */
.top-dl p.lead{
  width: 940px;
  margin:0 auto;
}
@media only screen and (max-width:1124px) {
  .top-dl p.lead{
    width: 100%;
  }  
}
@media only screen and (max-width: 767px) {

}

.dl2col{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.dl2col > .dl-img{
  width: 530px;
  margin-right: 50px;
}
.dl2col > .dl-select{
  width: 530px;
}
.dl2col > .dl-select h3.tit_dl-select{
  font-size: 3.2rem;
  margin-bottom: 10px;
}

/* return BTN */
p.return{
  text-align: left;
  margin: 10px 0 30px;
}
p.return > a{
  display: inline-block;  
  background-color: #0a9bcd;
  padding: 13px 25px;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
p.return > a::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 100%;
    height: 120%;
    width: 200%;
    opacity: .15;
    -webkit-transform: skew(-45deg) translateX(25px);
    transform: skew(-45deg) translateX(25px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    background: #000;
}
p.return > a:focus::before, 
p.return > a:hover::before {
    -webkit-animation-name: button-animate-hover;
    animation-name: button-animate-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/* return TXT */
p.txtReturn{
  text-align: left;
  margin: 10px 0 30px;
}
p.txtReturn a{
  color:#0a9bcd ;
  text-decoration: underline;
}
/*p.txtReturn a:before{
  content: '> ';
  color:#0a9bcd ;
}*/

.dl2col > .dl-select .select-box{
  margin-bottom: 50px;
}
.dl2col > .dl-select .select-box p.txt{
  margin-bottom: 10px;
}
.dl2col > .dl-select .select-box select{
  width: 100%;
}

@media only screen and (max-width:1124px) and (min-width: 768px) {
  .dl2col > .dl-img{
    width: 50%;
    margin-right: 30px;
  }
  .dl2col > .dl-select{
    width: 50%;
  }
  .dl2col > .dl-select h3.tit_dl-select {
      margin-bottom: 20px;
  }
  .dl2col > .dl-select .select-box {
    margin-bottom: 20px;
  }
  .dl2col img{max-width: 100%;}
}

@media only screen and (max-width: 767px) {
  .dl2col{
    display: block;
  }
  .dl2col > .dl-img{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .dl2col > .dl-select{
    width: 100%;
  }
  .dl2col > .dl-select h3.tit_dl-select{
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
    p.return > a{
    font-size: 1.4rem;
  }
  .dl2col > .dl-select .select-box{
    margin-bottom: 30px;
  }
}

/* ================================ */
/* .Video Thumbnails */
/* ================================ */
.leadSetup{
  color:#fff;
  font-size: 2.0rem;
  margin:0;
}
.titSetup{
  color:#fff;
  font-size: 2.8rem;
  margin:40px 0;
}
@media only screen and (max-width: 767px) {
  .leadSetup{
    color:#fff;
    font-size: 1.6rem;
    margin:0;
  } 
  .titSetup{
    font-size: 2.0rem;
    margin:20px 0;
  }
}
.video-thumb{
  background-color: #282828;
}
.video-thumb .thumb{
  width: 100%;
  margin:0 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0;
}
.video-thumb .hide .thumb{
  padding-top: 0;
}
.video-thumb .thumb > a.modal{
  display: block;
  width: calc( 100% / 3 );
  margin-right: 0;
  margin-bottom: 30px;
}
.video-thumb .thumb > a.modal img{
  width: 100%;
  max-width: 100%;
}
.video-thumb .thumb > a.modal .description {
    padding: 0 10px 0 10px;
    color: #fff;
		/*text-align:center;*/
}

@media only screen and (max-width:1124px) and (min-width: 768px) {
  .video-thumb .thumb{
    width: 100%;
    padding:0;
  }
  .video-thumb .thumb > a.modal {
      display: block;
      width: calc(100% / 3);
      margin-right: 0;
      margin-bottom: 30px;
  }
  .video-thumb .hide .thumb{
    padding:0 0 0;
  }
}

.video-thumb .thumb > a.modal:nth-child(3n){
  margin-right: 0px;
}
.video-thumb .hide .thumb > a.modal:nth-child(3n){
  margin-right: 0;
}
.video-thumb .hide .thumb > a.modal:nth-child( 3n+5 ){
  margin-right: 0px;
}

@media only screen and (max-width:1124px) and (min-width: 768px) {
  .video-thumb .hide .thumb > a.modal:nth-child(3n){
    margin-right: 0;
  }
}

.video-thumb .thumb > a.modal:hover{
  text-decoration: none;
}
.video-thumb .thumb > a.modal dt img{
  width: 100%;
  max-width: 100%;
}
.video-thumb .thumb > a.modal dd{
  background-color: #fff;
  padding:10px 10px;
  font-size: 1.2rem;
  color: #333;
  font-weight: 700;
}
.video-thumb .hide{
  display: none;
}
.video-thumb .tit_video-thumb{
  background-color: #282828;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 100;
  text-align: center;
}
.video-thumb .tit_video-thumb:hover{
  cursor: pointer;
}
.video-thumb .tit_video-thumb.open span{
  display: inline-block;
  padding:15px 50px 15px 0;
  background:url(../images/ico_video-thumb.png) right 50% no-repeat;
}
.video-thumb .tit_video-thumb.close span{
  display: inline-block;
  padding:15px 50px 15px 0;
  background:url(../images/ico_video-thumb_close.png) right 50% no-repeat;
}

.modaal-content-container {
    padding: 0;
}

@media only screen and (max-width: 767px) {
  .video-thumb .thumb{
    width: 100%;
    display: block;
    padding:15px 15px;
  }
  .video-thumb .thumb > a.modal{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .video-thumb .tit_video-thumb{
    font-size:1.6rem;
  }
  .video-thumb .hide .thumb{
    padding-top: 0;
  }
  .video-thumb .hide .thumb > a.modal{
    margin-bottom: 15px;
  }
  .video-thumb .tit_video-thumb.open span{
    padding:10px 30px 10px 0;
    background:url(../images/ico_video-thumb.png) right 50% no-repeat;
    background-size: 20px ;
  }
  .video-thumb .tit_video-thumb.close span{
    padding:10px 30px 10px 0;
    background:url(../images/ico_video-thumb_close.png) right 50% no-repeat;
    background-size: 20px ;
  }
    .video-thumb .thumb > a.modal .description {
        padding:0 10px 15px 10px;
    }
}


/* ========================================== */
/* tabMenuSmall */
/* ========================================== */
.c_nav_inner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.c_nav.small {
    font-size: 2.0rem;
    margin-bottom: 24px;
    border-bottom: solid 1px #d4d4d4;
    display: flex;
    align-items: normal;
    justify-content: center;
}
.c_nav.small .c_nav_item {
    margin-top: 0;
    margin-right: 4vw;
}
.c_nav.small .c_nav_item:last-child {
    margin-right: 0;
}
.c_nav_item a{
    padding:0 10px 5px 10px;
    /*font-weight: 700; */
}
.c_nav_item.is_current a:after,
.c_nav_item a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #0a9bcd;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
  .c_nav.small {
      display: block;
      border-bottom: none;
      font-size: 2.0rem;
  }
  .c_nav.small .c_nav_item {
      float: none;
      margin-right: 0;
      text-align: center;
      border-bottom: solid 1px #ccc;
      font-weight: 100;
  }
  .c_nav.small .c_nav_item a{
      padding:10px 10px 10px 10px;
  }
  .c_nav.small .c_nav_item.is_current a{
      font-weight: 700;
  }
}

/* ========================================== */
/* dlBtnArea */
/* ========================================== */
.dlTit{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 60px;
  margin-bottom: 30px;
}
.dlLead{
    width: 60%;
    margin: 40px auto 0;
}
.dlBtnArea{
  margin:30px auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dlBtnArea .c_button_wrapper{
  width: 800px;
  margin-top: 0;
}
.dlBtnArea .c_button_wrapper a{
  display: flex;
  align-items: center;
  justify-content: center;
  background:url(../images/ico_dl.png) right 50% no-repeat;
  background-color: #f2f2f2;
  border:solid 1px #b5b5b5;
  height: 50px;
  margin: 0;
  width: 100%;
  padding-right: 50px;
}
.dlBtnArea .c_button_wrapper a .c_button_text {
    color: #282828;
}
@media only screen and (max-width: 767px) {

  .dlBtnArea{
    margin:15px auto 15px;
  }
  .dlBtnArea .c_button_wrapper{
    width: 100%;
  }

  .dlTit{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .dlLead{
      width: 100%;
      margin: 40px auto 0;
  }

}
/* ========================================== */
/* tabContent */
/* ========================================== */

.tabContent{
  width: 98%;
  margin:0 auto;
}
.tabContent .tabContentInner {display: none;}
.tabContent .tabContentInner.is_now {display: block;}

.tabContent .tabContentInner{
  /*background-color: #d6d6d6;*/
  padding:30px;
}

@media only screen and (max-width: 767px) {
  .tabContent{
    width: 100%;
  }
  .tabContent .tabContentInner{
    padding:15px;
  }
}


/* ========================================== */
/* dl-table */
/* ========================================== */
.dl-table > .dl-table-col{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.dl-table > .dl-table-col.title > div{
  padding:10px 0 10px 20px;
  display: block;
  text-align: left;
}
.dl-table > .dl-table-col > div{
  padding:5px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/*.dl-table > .dl-table-col > div.name {
  justify-content: space-between;
}*/

.dl-table > .dl-table-col > div.size{
  justify-content: space-between;
}
.dl-table > .dl-table-col > div.name{width: 40%;}
.dl-table > .dl-table-col > div.version{width: 15%; justify-content: left;}
.dl-table > .dl-table-col > div.date{width: 15%; justify-content: left;}
.dl-table > .dl-table-col > div.size{width: 15%; justify-content: left; align-items: flex-start; flex-direction: column;}
.dl-table > .dl-table-col > div.dl{width: 15%; justify-content: left;}
.dl-table > .dl-table-col > div.dl > p.link{margin-left: 20px;}
.dl-table > .dl-table-col > div.dl > p.link img{max-width: 100%;}

.dl-table > .dl-table-col > div.name > span { width: 100%; }
/*.dl-table > .dl-table-col > div.name > span.ico01{ background:url(../images/dl_ico01.png) right 50% no-repeat;}
.dl-table > .dl-table-col > div.name > span.ico02{ background:url(../images/dl_ico01.png) right 50% no-repeat;}
.dl-table > .dl-table-col > div.name > span.ico03{ background:url(../images/dl_ico01.png) right 50% no-repeat;}
.dl-table > .dl-table-col > div.name > span.ico04{ background:url(../images/dl_ico01.png) right 50% no-repeat;}
.dl-table > .dl-table-col > div.name > span.ico05{ background:url(../images/dl_ico01.png) right 50% no-repeat;}*/
@media only screen and (max-width: 767px) {
  .dl-table > .dl-table-col > div.name > span{padding-right: 15%;}
/*  .dl-table > .dl-table-col > div.name > span.ico01,
  .dl-table > .dl-table-col > div.name > span.ico02,
  .dl-table > .dl-table-col > div.name > span.ico03,
  .dl-table > .dl-table-col > div.name > span.ico04,
  .dl-table > .dl-table-col > div.name > span.ico05{
    background-size: 10%;
  }*/

  .dl-table > .dl-table-col > div.size{
    justify-content: center;
  }
  .dl-table > .dl-table-col > div.dl > p.link{width: inherit; margin-left: 10px;}
}

/* 吹き出しコメント comment */
.dl-table > .dl-table-col > div.name {
  position: relative;
}
.dl-table > .dl-table-col > div.name > span.comment{
  display: none;
  position: absolute;
  left:20px;
  bottom: calc( 100% + 2px );
  background-color: #0a9bcd;
  color: #fff;
  padding: 2px 5px;
  width: 80%;
}
.dl-table > .dl-table-col > div.name > span.comment:after{
    position: absolute;
    content: "";
    left: 20%;
    bottom: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0a9bcd;
}

/* 吹き出しコメント info */
.dl-table > .dl-table-col > div.dl {
  position: relative;
}
.dl-table > .dl-table-col > div.dl > p.info > span.info{
    display: none;
    position: absolute;
    right: 0;
    bottom: calc( 100% + 5px );
    background-color: #0a9bcd;
    color: #fff;
    padding: 2px 5px;
    width: 150%;
    z-index: 1000;
}
.dl-table > .dl-table-col > div.dl > p.info > span.info:after{
    position: absolute;
    content: "";
    left: 55%;
    bottom: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0a9bcd;
}



.dl-table > .dl-table-col:nth-child(odd){background-color:#f3f3f3; }
.dl-table > .dl-table-col:nth-child(even){background-color:#fff; }
.dl-table > .dl-table-col.title{background-color: #d0d0d0 !important; font-weight: 700;}

.dl-table.hide > .dl-table-col:nth-child(odd){background-color:#fff; }
.dl-table.hide > .dl-table-col:nth-child(even){background-color:#f3f3f3; }

.tit_dl-table{
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border: solid 1px #b1b1b1;
}
.tit_dl-table:hover{
  cursor: pointer;
}
.tit_dl-table.open span{
  display: block;
}
.tit_dl-table.close span{
  display: block;
}

.tit_dl-table span.ico{
  position: relative;
  z-index: 1;
  display: block;
  width: 33px;
  height: 33px;
  background-color: #0a9bcd;
  overflow: hidden;
  margin-left: 20px;
}
.tit_dl-table span.ico img{
  max-width: 100%;
}
.tit_dl-table span.ico::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 100%;
    height: 120%;
    width: 200%;
    opacity: .15;
    -webkit-transform: skew(-45deg) translateX(25px);
    transform: skew(-45deg) translateX(25px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    background: #000;
}
.tit_dl-table:hover span.ico::before, 
.tit_dl-table:focus span.ico::before {
    -webkit-animation-name: button-animate-hover;
    animation-name: button-animate-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}





.dl-table.hide{
  display: none;
}

@media only screen and (max-width: 767px) {
  .dl-table > .dl-table-col{
    font-size: 1.2rem;
  }
  .dl-table > .dl-table-col.title > div{
    padding:10px 0 10px 10px;
  }
  .dl-table > .dl-table-col > div{
    padding:5px 10px;
  }

  .dl-table > .dl-table-col > div.name{width: 50%;}
  .dl-table > .dl-table-col > div.version{display: none;}
  .dl-table > .dl-table-col > div.date{display: none;}
  .dl-table > .dl-table-col > div.size{width: 25%;}
  .dl-table > .dl-table-col > div.dl{width: 25%;}

  .tit_dl-table{
    font-size: 1.4rem;
  }

  .tit_dl-table.open span{
  }

  .tit_dl-table.close span{
    
  }
}


/* ========================================== */
/* agreement modalWindow */
/* ========================================== */
#agreement {
  width: 80%;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #agreement {
    width: calc(100% - 20px);
    height: 300px;
    margin: 0 auto 30px;
    padding: 5px;
    border: solid 1px #ddd;
  }
}

#agreement-inner {
  padding: 30px;
  max-height: 80vh;
  overflow-y: scroll;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  #agreement-inner {
    width: 100%;
    height: 100%;
    padding: 10px 10px 20px;
    font-weight: lighter;
    overflow-y: auto;
  } 
}

#agreement-inner h2 {
  margin-bottom: 20px;
  text-align: center;
}

#agreement-inner p {
  margin: 10px;
}

#agreement-inner strong {
  font-weight: bold;
}

#agreement-inner ul {
  margin: 0 0 20px 60px;
  list-style-type: lower-latin;
}

@media only screen and (max-width: 767px) {
  #agreement-inner ul {
    margin: 0 0 20px 30px;
    list-style-type: lower-latin;
  }
}

/* ========================================== */
/* titBtn */
/* ========================================== */
.titBtn{
  width: 740px;
  margin:0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.titBtn .txtArea{
  width: 500px;
  color:#fff;
}
.titBtn .btnArea{
  display: flex;
  align-items: center;
  justify-content: center;
}
.titBtn .btnArea .c_button{
  margin:0;
}
.titBtn .btnArea .c_button_wrapper{
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .titBtn{
    width: 100%;
    margin:0 auto;
    display: block;
    margin-bottom: 15px;
  }
  .titBtn .txtArea{
    width: 100%;
    margin-bottom: 15px;
  }
  .titBtn .btnArea{
    display: block;
  }
  .titBtn .btnArea .c_button{
    margin:0;
  }
  .titBtn .btnArea .c_button_wrapper{
    margin-top: 0;
  }
}

.c_button.btn_center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.c_button.white {
    background-color: #fff;
    border:solid 1px #333;
}
.c_button.white .c_button_text {
    color: #333;
}
/* ========================================== */
/* /download/include/footer_contact.html */
/* ========================================== */

.l_footer_contact_wrapper {
  height: 100%;
  background-color: #282828;
}

@media screen and (max-width:767px) {
  .l_footer_contact_wrapper .c_button {
    margin-bottom: 25px;
  }
}

.l_footer_contact_inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 5% 3% 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l_footer_contact_inner .txtArea{
  width: 70%;
  margin-right: 5%;
}
.l_footer_contact_inner .btnArea{
  width: 25%;
}

@media screen and (max-width:767px) {
  .l_footer_contact_inner {
    display: block;
    padding: 35px 20px;
  }
  .l_footer_contact_inner .txtArea{
    width: 100%;
  }
  .l_footer_contact_inner .btnArea{
    width: 100%;
  }
}

.l_footer_contact_inner_txt {
  padding-left: 0;
  width: 45%;
  color: #fff;
}

.l_footer_contact_inner_txt_ttl {
  font-size: 24px;
  font-weight: 700;
}

.ftr_txt{
  color:#fff;
  line-height: 1.4;
  font-weight: 100;
}
@media screen and (max-width:767px) {
  .l_footer_contact_inner_txt_ttl {
    font-size: 20px;
  }
}

@media screen and (max-width:767px) {
  .l_footer_contact_inner_txt {
    padding-left: 0;
    width: 100%;
    margin-bottom: 45px;
  }
}

.l_footer_contact_inner_link {
  padding-left: 1%;
  width: 54%;
  color: #fff;
}

.l_footer_contact_inner_link_ttl {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 400;
  color:#fff;
}

.l_footer_contact_inner .c_button.c_button_icon {
    display: inline-block;
    color: #fff;
    min-width: 200px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
  .l_footer_contact_inner_link_ttl {
    font-size: 20px;
  }
}

@media screen and (max-width:767px) {
  .l_footer_contact_inner_link {
    padding-left: 0;
    width: 100%;
  }
}

.l_footer_contact_inner_tel {
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0 10px;
}

@media screen and (max-width:767px) {
  .l_footer_contact_inner_tel {
    font-size: 30px;
  }
}

.l_footer_contact_inner_tel_txt {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width:767px) {
  .l_footer_contact_inner_tel_txt {
    font-size: 15px;
  }
}

.l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner {
  max-width: 1000px;
}

.l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_txt {
  width: 53%;
}

@media screen and (max-width:960px) and (min-width:768px) {
  .l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_txt {
    padding-left: 4%;
  }
}

@media screen and (max-width:767px) {
  .l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_txt {
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_link {
    width: 51%;
    padding-left: 3%;
  }
}


/* Language Menu
 ---------------------------------------------- */

.language-menu {
  position: relative;
}

.language-menu dt {
  background-color: #000000;
  background-image: url("../images/chevron-down.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 0.3em 1.0em 0.3em 2.0em;
  color: #ffffff;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.language-menu dt.open {
  background-image: url("../images/chevron-up.svg");
  width: 100%;
}


.language-menu dd {
  display: none;
  /*position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  width: 100%;*/
  position: absolute;
  top: 2.3em;
  right: 0;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  width: 100%;
  z-index: 999;
  height: auto;
  overflow: auto;
  height: 85vh;
}

.language-menu dd ul {
  padding: 0.5rem 1.0rem;
  height: 100%;
  display: block;
}

.language-menu dd ul li {
  
}

.language-menu dd ul li a {
  display: block;
  padding: 0.5rem 0;
}

.header_list_wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_list_wrap .header_list {
    font-size: 1.6rem;
}

.header_list_wrap .header_list .header_list_contents {
    padding-right: 20px;
}

@media screen and (max-width: 767px){
  .header .header_inner .header__buttons-container {
      padding: 10px;
      border-bottom: none;
      width: 100%;
      display: flex;
      align-items: center;
      /*justify-content: flex-start;*/
      justify-content: space-between;
  }
  .header_list_wrap {
      display: block;
      width: auto;
      float: none;
  }
  .language-menu {
      position: relative;
      /*width: 100%;*/
      width: auto;
  }
  .language-menu dt{
    padding: 1.0em;
  }
  .language-menu dt span.spdispN{
      display: none; 
  }
  .language-menu dd{
    top: 2em;
    width: auto;
    height: 70vh;
  }
  .header .header_inner .header__buttons-container .global-block {
      font-size: 1.6rem;
  }
}


/* Button
 ---------------------------------------------- */
@-webkit-keyframes button-animate-hover{
  from{left:100%;-webkit-transform:skew(-45deg) translateX(25px);transform:skew(-45deg) translateX(25px)}
  to{left:-200%;-webkit-transform:skew(-45deg) translateX(-25px);transform:skew(-45deg) translateX(-25px)}
}
@keyframes button-animate-hover{
  from{left:100%;-webkit-transform:skew(-45deg) translateX(25px);transform:skew(-45deg) translateX(25px)}
  to{left:-200%;-webkit-transform:skew(-45deg) translateX(-25px);transform:skew(-45deg) translateX(-25px)}
}
p.info > span.ico01:hover{
  cursor: pointer;
}
/*p.info > span.ico01,*/
p.link > a.modal {
    position: relative;
    z-index: 1;
    display: block;
    width: 33px;
    height: 33px;
    background-color: #0a9bcd;
    overflow: hidden;
    display: block;
}
/*p.info > span.ico01::before, */
p.link > a.modal::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 100%;
    height: 120%;
    width: 200%;
    opacity: .15;
    -webkit-transform: skew(-45deg) translateX(25px);
    transform: skew(-45deg) translateX(25px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    background: #000;
}
/*p.info > span.ico01:focus::before, */
/*p.info > span.ico01:hover::before,*/
p.link > a.modal:focus::before, 
p.link > a.modal:hover::before {
    -webkit-animation-name: button-animate-hover;
    animation-name: button-animate-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/* ========================================== */
/* ADJUST STYLE */
/* ========================================== */
.alnC{text-align: center;}
.alnL{text-align: left;}
.alnR{text-align: right;}

.pt-s{padding-top:30px;}
.pt-m{padding-top:70px;}
.pt-l{padding-top:150px;}

.pb-s{padding-bottom:30px;}
.pb-m{padding-bottom:70px;}
.pb-l{padding-bottom:150px;}

@media only screen and (max-width: 767px) {
  .pt-s{padding-top:15px;}
  .pt-m{padding-top:35px;}
  .pt-l{padding-top:70px;}

  .pb-s{padding-bottom:15px;}
  .pb-m{padding-bottom:35px;}
  .pb-l{padding-bottom:70px;}
}

/*----------------------------------------------------
 display
----------------------------------------------------*/
.dispN  { display: none !important; }
.dispB  { display: block !important; }
.dispI  { display: inline !important; }
.dispIB { display: inline-block !important; }
.dispT  { display: table !important; }
.dispTC { display: table-cell !important; }

@media screen and (max-width:767px) {
  .spdispN  { display: none !important; }
  .spdispB  { display: block !important; }
  .spdispI  { display: inline !important; }
  .spdispIB { display: inline-block !important; }
  .spdispT  { display: table !important; }
  .spdispTC { display: table-cell !important; }
}



#model-list {
    max-height: 290px;
    overflow-y: auto;
}

.video-container {
    max-width: 370px;
    max-height: 203.5px;
}

#message-to-select {
	margin-left:30px;
}


.indextxtc {
	display:table !important;
	margin:0 auto;
}


/*----------------------------------------------------
 header STYLE /common2/css/assets/common.css rerwite
----------------------------------------------------*/
@media screen and (max-width: 767px){
  .header {
      height: inherit;
  }
  .header .header_inner {
      display: flex;
      border-bottom: solid 1px #d4d4d4;
  }
  .header .header_inner .header__logo-container {
      border-bottom: none;
  }
  .header .header_inner .header__buttons-container {
      justify-content: flex-end;
      width: auto;
  }
  .header .header_inner .header__buttons-container .global-block{
    display: none;
  }
}

/*----------------------------------------------------
 MOBILE TOPPAGE
----------------------------------------------------*/
.tit_dl-select.mb{
  margin-bottom: 30px;
  text-align: center;
		font-size:14px;
}
.item{
  width: 100%;
  margin-bottom: 15px;
}
.item > a{
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url(../images/select_arw-r.png) right bottom no-repeat;
  background-size:35px ;
  background-color: #d4d4d4;
  padding: 10px 10px;
}
.item > a:hover{
  text-decoration: none;
}
.item > a > dl{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.item > a > dl > dt.img{
  width: 35%;
}
.item > a > dl > dt.img img{
  max-width: 100%;
}
.item > a > dl > dd.name{
  width: 65%;
  display: flex;
  align-items: left;
  justify-content: left;
  font-size: 2.0rem;
  padding-right: 15px;
		padding-left: 30px;
}


/*.item > a::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 150%;
    height: 120%;
    width: 200%;
    opacity: .15;
    -webkit-transform: skew(-45deg) translateX(25px);
    transform: skew(-45deg) translateX(25px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    background: #000;
}
.item > a:focus::before, 
.item > a:hover::before {
    -webkit-animation-name: button-animate-hover;
    animation-name: button-animate-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}*/