/*iPhone 6*/
@media (min-width:  375px) {
  .hi01 {
    width: 220px;
  }
  .hi02 > img {
    margin: 10px 0;
  }
  .newFeature01 h2 span {
    display: inline-block;
  }
}

/*iPhone 6+*/
@media (min-width:  414px){
  .hilight figure{
    left: 40px;
  }
}

/*iPad portrait*/
@media (min-width: 768px) {
  .cover {
    flex-flow: row-reverse;
  }
  .cover div *{
    text-align: left;
    margin: 0;
  }
  .cover div {
    flex-basis: 50%;
  }
  .cover figure {
    width: auto;
    flex-basis: 50%;
  }
  .cover figure img {
    height: 320px;
    margin-right: 10%;
  }

  .content-nolist {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .content-nolist h3{
    flex: none;
    width: 100%;
  }
  .content-nolist > div{
    flex-basis: 45%;
    margin: 0 2%;
  }
  .content-nolist div ul li{
    margin: 0.3em 0 0 1em;
  }

  .list-content {
    display: flex;
    flex-flow: row wrap;
  }
  .list-content div {
    flex: none;
    width: 100%;
  }
  .list-content ul {
    flex-basis: 50%;
  }
  .list-content ul:nth-child(even) {
    padding-right: 2%;
  }
  .list-content ul:nth-child(odd) {
    padding-left: 2%;
  }

  .list-content > .note {
    flex: none;
    width: 100%;
  }

  .list-mono ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .list-mono ul li{
    flex-basis: 47%;
  }

  .dual-mobile div{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .dual-mobile div img{
    width: 30%;
    flex-basis: 33%;
  }

  .dual-mobile div ul{
    flex-basis: 55%;
  }
  .qa {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
  }

  .qa div{
    flex-basis: 50%;
    margin: 1em 0;
  }
  .qa div:nth-child(even)    {
    padding-right: 1.2em;
  }
  .qa div:nth-child(odd){
    padding-left: 1.2em;
  }

  .hilight figure{
    width: 160px;
    left: 50%;
    bottom: 0px;
    margin-left: -250px;
  }
  .hi01,
  .hilight h2 {
    width: auto;
    left: 50%;
    margin-left: -50px;
  }
  .hi01 {
    bottom: 100px;
  }
  .hi01 > img,
  .hi01 > h3 {
    display: inline-block;
  }
  .hi01 > img {
    width: 100px;
    margin-right: 15px;
  }
  .hi02 {
    margin: 20px auto;
  }
  .hilight h2 {
    bottom: 50px;
  }
  .newFeature01 {
    height: 300px;
  }
  .newFeature01 h2 {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -250px;
  }
  .newFeature01 h2 span {
    display: block;
    text-align: left;
  }
  .newFeature01 h2 span:first-child {
    font-size: 1.5em;
  }
  .newFeature01 h2 span:last-child {
    font-size: 1em;
  }
  .newFeature01 img {
    width: 170px;
    position: absolute;
    right: 25%;
  }
  .newFeature01 figure {
    background-size: 115%;

    width: 70%;
    height: 800px;
    top: 0;
  }
  .vdo-wrapper {
    width: 80%;
  }
  .vdo-wrapper div iframe{
    border: 4px rgba(100, 100, 100, 1) solid;
  }

  .newFeature02 {
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-around;
  }
  .newFeature03 {
    flex-basis:50%;
  }

  .download-txt h3 span{
    display: inline-block;
  }

  .download-btn {
    width: 90%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }
  .download-btn a img{
    width: 90%;
    margin: auto;
  }

  .tagline {
    width: 70%;
    max-width: 700px;
    margin: 1em auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }
  .tagline img {
    width: 200px;
  }
  .tagline div h3,
  .tagline div h2{
    text-align: left;
    line-height: normal;
  }
  .tagline div h3{
    font-size: 2.2em;
  }
  .tagline div h2{
    margin: 0.5em 0;
    font-size: 1.8em;
  }

  .contact h4 {
    font-size: 1.4em;
  }

  .contact-btn {
    display: flex;
    margin: 1em auto;
    flex-flow: row nowrap;
    justify-content: center;
  }
  .contact-tel,
  .contact-fb {
    width: auto;
    flex-basis: 50%;
  }

  .setting-acc-non-GSB-01 div:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
    max-width: 800px;
  }
  .setting-acc-non-GSB-01 div:nth-child(2) img{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .NDID-branch ul {
    flex-flow: row wrap;
  }

  .NDID-branch ul li{
    flex-basis: 50%;
    padding: 0 0.5em;
  }

  .salak2y-table-container div {
    width: 520px;
  }
  .debt-plan-table table tr td:first-child{
    text-align: center;
  }
  .debt-plan01 div:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
    max-width: 800px;
  }
  .debt-plan01 div:nth-child(2) img{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .NCB01 div {
    display: flex;
    flex-flow: row nowrap;
  }
}

/*iPad landscape*/
@media (min-width: 992px) {
  .hilight {
    height: 450px;
  }
  .hilight figure{
    left: 15%;
    margin: 0;
  }
  .hi01 {
    left: 40%;
    bottom: 150px;
  }
  .hi02 {
    display: inline-block;
    margin-left: 10px;
  }
  .hilight h2 {
    left: 50%;
    margin: 0;
    bottom: 100px;
  }
  .newFeature01 figure {
    background-size: cover;
    width: 60%;
  }
  .newFeature02 {
    width: 90%;
  }
  .contact h4 span{
    display: inline-block;
    margin: 0 0.1em;
  }
  .contact-btn {
    width: 800px;
  }
  .NDID-branch ul li{
    flex-basis: 33.33%;
  }
  .salak2y-table-container{
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content:space-around;
  }
  .salak2y-table-container div {
    flex-basis: 50%;
    margin: 0 25px ;
  }
  .salak2y-table-container div table tr th:first-child,
  .salak2y-table-container div table tr th:nth-child(2){
    width: 135px;
  }
}

/* HD */
@media (min-width: 1200px) {
  body {
    font-size: 28px;
  }

  #logo {
    width: 80px;
  }
  .btn-back {
    width: 50px;
    height: 50px;
    right: 1em;
  }
  .cover div *{
    margin: 0.2em 0;
  }

  .hilight {
    height: 550px;
  }
  .hilight figure{
    width: 200px;
  }
  .hi01 {
    bottom: 200px;
  }
  .hi01 h3 {
    font-size: 1.8em;
  }
  .hilight h1 {
    font-size: 2em;
  }
  .newFeature01 {
    height: 420px;
  }
  .newFeature01 img {
    width: 230px;
  }

  .newFeature01 figure {
    width: 50%;
  }
  .download-txt img{
    width: 150px;
  }
  .download-txt h3{
    font-size: 1.6em;
  }

  .myAgent-table {
    width: 90%;
    display: flex;
    flex-flow: row wrap;
  }
  .myAgent-table div{
    flex-basis: 50%;
  }
  .myAgent-table div:first-child {
    padding-right: 0.5em;
  }
  .myAgent-table div:last-child {
    padding-left: 0.5em;
  }
  .myAgent-table div table{
    width: 100%;
    max-width: 750px;
  }
  .NDID-branch ul li{
    flex-basis: 25%;
  }
  .salak2y-table-container div table tr th:first-child,
  .salak2y-table-container div table tr th:nth-child(2){
    width: 155px;
  }
  .NCB01 div figure {
    width: 280px;
    height: 280px;
  }
}

/* Full HD */
@media (min-width: 1920px) {
  body {
    /* font-size: 30px; */
    /* width: 1920px; */
  }
  .cover {
    height: 600px;
  }
  .cover div {
    flex-basis: 55%;
  }
  .cover div h1 {
    font-size: 2.5em;
  }
  .cover div h2 {
    font-size: 2.2em;
  }
  .cover div h3 {
    font-size: 1.8em;
  }
  .cover div h5 {
    font-size: 1.4em;
  }
  .cover figure {
    flex-basis: 45%;
  }
  .cover figure img {
    height: 450px;
  }
  .hi01 {
    bottom: 180px;
    left: 40%;
  }

  .hi02 > img {
    width: 180px;
    margin: 0 0.5em;
  }
  .hilight figure{
    left: 50%;
    margin-left: -500px;
  }
  .hilight h2  {
    left: 48%;
    bottom: 100px;
  }
  .newFeature01 {
    height: 460px;
  }
  .newFeature01 img {
    width: 270px;
    right: 30%;
  }
  .newFeature01 figure {
    background-size: 120%;
    height: 1100px;
  }
  .newFeature02 {
    width: 1700px;
    align-items:baseline;
  }
  .NDID-branch ul li{
    flex-basis: 20%;
  }
  .salak2y-table-container div {
    flex-basis: 40%;
  }

}
