@charset "utf-8";

section#jiec .list-btn-api {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	margin-bottom: 60px;
}
section#jiec .list-btn-api .btn-cmn-01 { margin-left: 45px;}
section#jiec .list-btn-api .btn-cmn-01:first-child { margin-left: 0;}

  section#jiec .ttl-box-01 .ttl-cmn-h1 {
    float: left;
  }
  section#jiec .link-box-01 {
    float: right;
    clear: right;
    max-width: 230px;
    margin-bottom: 20px;
    font-weight: bold;
    background: white;
  }
  section#jiec .link-box-01.is-banner {
  }
  section#jiec .link-box-01.is-banner a {
    display: inline-block;
    position: relative;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #004ea2;
  }
  section#jiec .link-box-01.is-banner a::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
    height: 0;
    border: 4px solid #004ea2;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  section#jiec .link-box-01 a:hover {
    opacity:.5;
  }
  section#jiec .link-box-01 ul {
    list-style: none;
    text-align: center;
  }
  section#jiec .txt-cmn-outline-01{
    clear: both;
  }
  
  
   section#jiec .tbl-cmn-01 {
      -webkit-text-size-adjust: 100%;
  }



   section#jiec #menu-table tr > td:nth-of-type(1){ width:280px; }
   section#jiec #menu-table tr > td:nth-of-type(2){ width:560px; }
   section#jiec #menu-table tr > td:nth-of-type(3){ width:140px; }


/* レスポンシブ対応 */

@media screen and (max-width:767px) and (min-width:1px) {
	section#jiec .list-btn-api { 
		display: block;
		margin-bottom: 9.375vw;
	}
		section#jiec .list-btn-api .btn-cmn-01 { margin: 0 0 4.6875vw 0;}
		section#jiec .list-btn-api .btn-cmn-01:last-child { margin: 0;}

  section#jiec .link-box-01.is-banner {
    max-width: none;
  }
  section#jiec .link-box-01.is-banner li {
    text-align: center;
  }
  section#jiec .link-box-01.is-banner a {
    display: inline-block;
  }
  section#jiec .ttl-box-01 .ttl-cmn-h1,
  section#jiec .link-box-01 {
    float: none;
    width:100%;
    margin: 0.3em auto 4.375vw;
  }
  section#jiec .link-box-01 {
    font-size: 3.4375vw;
    line-height: 6.875vw;
    padding: 1em 0;
    max-width: 100%;
  }
  section#jiec .link-box-01 ul {
    text-align: center;
  }
  section#jiec .ico-arrow-01 {
          max-width: 50%;
          height: auto;
          margin: 0 auto;
          text-align: center;
      }
  section#jiec .tbl-cmn-01 {
      -webkit-text-size-adjust: 100%;
  }
  section#jiec .tbl-hana-wrap .row-head thead {
      display: none;
  }
  section#jiec .tbl-hana-wrap .row-head.tbl-cmn-01 tr,
  section#jiec .tbl-hana-wrap .row-head.tbl-cmn-01 td {
    display: block;
    width: auto!important;
    font-size: 3.4375vw;
    line-height: 6.875vw;
    margin-bottom: 4.6875vw;
    white-space: normal;
  }
  section#jiec .tbl-hana-wrap .row-head tr {
    margin-bottom: 20px;
  }
  section#jiec .tbl-hana-wrap .row-head td {
    border: none;
    text-align: left;
    width: 100%;
    padding: 8px;
  }
  section#jiec .tbl-hana-wrap .row-head td:nth-of-type(1) {
    font-weight: bold;
    background: #f0f4f7;
    padding: 2.03125vw 0 2.03125vw 3.125vw;
  }
  section#jiec .tbl-hana-wrap .row-head td:nth-of-type(2) {
    margin-bottom: 0;
  }
  section#jiec .tbl-hana-wrap .row-head td:nth-of-type(3)::before {
    content: attr(aria-label);
    display: inline-block;
    float: left;
    text-align: left;
    padding-right: 1em;
    white-space: nowrap;
  }
  section#jiec .tbl-hana-wrap .row-head tr:last-child {
  border-bottom: 0.3125vw solid #d3dde3 !important;
  }
    section#jiec .btn-scroll-to-contact {
        width: 38vw;
    }    
    section#jiec .btn-scroll-to-download {
        left: 44.6875vw;
        width: 38vw;
    }



}
/*
@media screen and (max-width:768px) and (min-width:768px) and (orientation: portrait) {
	section#jiec .list-btn-api { 
		display: block;
		margin-bottom: 9.375vw;
	}
		section#jiec .list-btn-api .btn-cmn-01 { margin: 0 0 4.6875vw 0;}
		section#jiec .list-btn-api .btn-cmn-01:last-child { margin: 0;}

}

*/