﻿@media screen and (min-width: 768px) {
/*-----------------------------------------------------------------------
* dropav
*-----------------------------------------------------------------------*/
  header nav#mainnav{
        z-index: 1;
    pointer-events: none;
  }
  header nav#mainnav div,
  header nav#mainnav li{
    pointer-events: auto;
  }
  header nav#mainnav ul {
    position: relative;
    z-index: 1; /* important css */
  }
  header nav#mainnav #dnavLayer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*  background: #d00; */
  z-index: -1; /* important css */
  }
  header nav#mainnav #dnavLayer.d-show {
    display: block;
  }
  header nav#dropnav {
    overflow: hidden;
    position: relative;
    z-index: 1; /* important css */
    width: 100%;
    height: 0;
  }
  header nav#dropnav section {
    position: absolute;
    width: 100%;
    visibility: hidden;
    letter-spacing: 0;
    font-size: 0;
  }
  header nav#dropnav,
  header nav#dropnav section {
    background-color: #038de1;
  }
  header nav#dropnav::before,
  header nav#dropnav::after,
  header nav#dropnav section::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background-color: #0384d3;
  }
  header nav#dropnav::after {
    width: 740px;
    right: 50%;
    margin-right: -405px;
  }


/* dropnav section height --------------------*/
  header nav#dropnav section#d-about {
    top: -282px;
    height: 282px;
  }
  header nav#dropnav section#d-usage {
    top: -282px;
    height: 282px;
  }
  header nav#dropnav section#d-plan {
    top: -328px;
    height: 328px;
  }
  header nav#dropnav section#d-case {
    top: -311px;
    height: 311px;
  }
  header nav#dropnav #d-deli {
    top: -344px;
    height: 344px;
  }
  header nav#dropnav section .dnavSecInner {
    width: 1270px; /* 1000px to */
    min-width: 1270px;
    height: 100%;
    margin: 0 auto;
  }


/* show --------------------*/
  header nav#dropnav.d-show{
    transition: 0.2s ease-out;
  }
  header nav#dropnav.d-show.dnav1 {
    height: 282px;
  }
  header nav#dropnav.d-show.dnav2 {
    height: 282px;
  }
  header nav#dropnav.d-show.dnav3 {
    height: 328px;
  }
  /*
  header nav#dropnav.d-show.dnav4 {
    height: 311px;
  }
  */
  header nav#dropnav.d-show.dnav4 {
    height: 344px;
  }
  header nav#dropnav section {
    transition-property: top,visibility;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  header nav#dropnav.d-show.dnav1 section#d-about,
  header nav#dropnav.d-show.dnav2 section#d-usage,
  header nav#dropnav.d-show.dnav3 section#d-plan,
  header nav#dropnav.d-show.dnav4 section#d-deli/*section#d-case,
  header nav#dropnav.d-show.dnav5 section#d-deli*/ {
    z-index: 3;
    top: 0;
    visibility: visible;
  }
  header nav#dropnav.d-show.slide,
  header nav#dropnav.d-show.slide section {
    transition: 0s;
  }


/* -------------------- show */
  
  
  header nav#dropnav .btn.arrow-r::after {
    border-top-color: #038de1;
    border-right-color: #038de1;
  }
  header nav#dropnav .btn.arrow-r::before {
    background: #038de1;
  }
  header nav#dropnav .d-nav-top,
  header nav#dropnav ul {
    display: inline-block;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    vertical-align: top;
  }
  header nav#dropnav .d-nav-top {
    width: 220px;
    margin: 0 40px;
    text-align: center;
  }
  header nav#dropnav #d-about .d-nav-top img {
    margin-bottom: 19px;
  }
  header nav#dropnav section:not(#d-about) .d-nav-top img {
    margin-bottom: 8px;
  }
  header nav#dropnav .d-nav-top p {
    letter-spacing: 0.1em;
  }
  header nav#dropnav .d-nav-top p.d-nav-head {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 18px;
  }
  header nav#dropnav .d-nav-top p:not(.d-nav-head) {
    padding: 0 2px;
    text-align: left;
  }
  header nav#dropnav .d-nav-top p:not(.d-nav-head),
  header nav#dropnav .d-nav-top a {
    font-size: 12px;
  }
  header nav#dropnav .d-nav-top a {
    display: block;
    height: 44px;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 0;
    letter-spacing: 0.1em;
    color: #038de1;
    background: #fff;
    border-radius: 0;
    transition: 0.4s linear;
  }
  header nav#dropnav ul {
    position: relative;
    text-align: left;
    background-color: #0384d3;
  }
  header nav#dropnav ul:nth-of-type(1) {
    width: 740px;
    padding-right: 40px;
    padding-left: 40px;
    border-right: 1px solid #fff;
  }
  header nav#dropnav ul:nth-of-type(1)::before,
  header nav#dropnav ul:nth-of-type(1)::after {
    position: absolute;
    right: -5px;
    content: '';
    display: block;
    width: 10px;
    height: 30px;
    background-color: #0384d3;
  }
  header nav#dropnav ul:nth-of-type(1)::before {
    top: 0;
  }
  header nav#dropnav ul:nth-of-type(1)::after {
    bottom: 0;
  }
  header nav#dropnav ul li.imgLink {
    position: relative;
    margin-bottom: 24px;
  }
  header nav#dropnav ul li.imgLink::before {
    position: absolute;
    z-index:1;
    top:0;
    left: 0;
    content: '';
    display: block;
    width: 205px;
    height: 80px;
    background-color: #fff;
  }
  header nav#dropnav ul li.imgLink img {
    position: relative;
    z-index: 2;
  }
  header nav#dropnav ul li.imgLink a:hover {
    opacity: 1.0;
  }
  header nav#dropnav ul li.imgLink a:hover img,
  header nav#dropnav ul li.imgLink a:hover span {
    transition: 0.4s linear;
    opacity: 0.6;
  }
  header nav#dropnav ul li:not(.imgLink) {
    display: block;
  }
  header nav#dropnav ul li.left {
    margin-right: 20px;
  }
  header nav#dropnav ul:nth-of-type(1) img {
    display: block;
  }
  header nav#dropnav ul:nth-of-type(1) .btn {
    margin: 0;
    padding-top: 14px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 16px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background-color: transparent;
  }
  header nav#dropnav ul:nth-of-type(1) li.imgLink .btn {
    padding-top: 8px;
    padding-bottom: 6px;
  }
  header nav#dropnav ul:nth-of-type(1) li:not(.imgLink) .btn {
    padding-top: 5px;
    padding-bottom: 4px;
  }
  header nav#dropnav ul:nth-of-type(1) .btn.arrow-l::before,
  header nav#dropnav ul:nth-of-type(1) .btn.arrow-l::after {
    top: -1px;
    left: 0;
  }
  header nav#dropnav ul:nth-of-type(1) .btn.arrow-l::before {
    background-color: #fff;
  }
  header nav#dropnav ul:nth-of-type(1) li .btn.arrow-l::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  header nav#dropnav ul li.colSecond,
  header nav#dropnav ul li.colThird {
    position: absolute;
  }
  header nav#dropnav ul li.colSecond {
    left: 265px; /* 40px+205px+20px */
  }
  header nav#dropnav ul li.colThird {
    left: 490px; /* 40px+(205px+20px)*2 */
  }
  header nav#dropnav ul li.rowFirst {
    top: 178px;
  }
  header nav#dropnav #d-usage ul li.rowFirst {
    bottom: 76px;
  }
  header nav#dropnav ul li.rowSecond {
    top: 207px;
  }
  header nav#dropnav ul li.rowThird {
    top: 236px;
  }
  header nav#dropnav ul li.rowFourth {
    top: 265px;
  }
  header nav#dropnav ul:nth-of-type(2) {
    width: 230px;
    padding-left: 30px;
    position: relative;
  }
  header nav#dropnav ul:nth-of-type(2) li {
    margin-bottom: 5px;
  }
  header nav#dropnav ul:nth-of-type(2) li a {
    font-size: 12px;
    font-weight: normal;
  }
  header nav#dropnav ul:nth-of-type(2) li a:hover {
    opacity: 1.0;
    text-decoration: underline; 
  }
  
  
  /* 20191008 faq fix */
  header nav#dropnav ul:nth-of-type(2) li.d-faq {
    margin: 0 0 40px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 190px;
  }
  header nav#dropnav ul:nth-of-type(2) li.d-faq a {
    background: #fff;
    color: #0384d3;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 9px 3px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  header nav#dropnav ul:nth-of-type(2) li.d-faq a:hover {
    text-decoration: none;
  }
} /* min-width: 768px for responsive page */


@media screen and (max-width: 767px) {
  header nav#dropnav {
    display: none;
  }
}


/*-----------------------------------------------------------------------
* responsive
*----------------------------------------------------------------------- */

@media screen and (max-width: 1179px) {
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 979px) {
}

@media screen and (max-width: 879px) {
}

@media screen and (min-width: 768px) { /*pc*/
}
@media screen and (max-width: 767px) { /*smartphone*/
}

@media screen and (max-width: 719px) {
}

@media screen and (max-width: 479px) {
}
@media screen and (max-width: 320px) {
}

/* 20200114 pocketalk only rental */
.dnavSecInner .is-adjust_position {
  display: inline-block;
  text-indent: -0.2em;
}