@charset "iso-8859-1";

/**********************************************************
 *
 * PCcommonHeader
 *
 **********************************************************/

/**********************************************************
* header
**********************************************************/

/* layout
-------------------------------------------*/
html {
  font-size: 62.5%;
}

.header {
  display: block;
  font-size: 100%;
  line-height: 1.5;
}

  /* link */
  .header a {
    color: #093475;
    text-decoration: none;
  }
  .header a:visited {
    color: #7600b3;
  }
  .header a:hover,
  .header a:focus {
    text-decoration: underline;
    color: #3374da;
  }

  .header-in {
    margin: 0 auto;
				padding-top:12px;
    width: 940px;
/*    zoom: 1;*/
  }
  /* clearfix */
  .header-in:before {
    content: "";
    display: table;
  }
  .header-in:after {
    content: "";
    display: table;
    clear: both;
  }


/* logo
-------------------------------------------*/
.header-logo {
  float: left;
  width: 189px;
  height: 51px;
}

  .header-logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  .header-logo img {
    width: auto;
    height: 100%;
  }


/* utility
-------------------------------------------*/
.header-pc {
  display: flex;
  align-items: center;
  float: right;
  padding-top: 12px;
  position: relative;
}


/* searchArea
-------------------------------------------*/
.header-search {
  margin-right: 18px;
  position: relative;
  width: 220px;
  height: 23px;
}

  /* searchBox */
  .header-search .osp_searchBox {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    width: 150px;
    height: 100%;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    line-height: normal;
    font-size: 71.42857%;
  }
  ::-webkit-input-placeholder {
      color: #333; }
  :-moz-placeholder {
      color: #333; opacity: 1; }
  ::-moz-placeholder {
      color: #333; opacity: 1; }
  :-ms-input-placeholder {
      color: #333; }

  /* searchBtn */
  .header-search .submit {
    width: 74px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-search .submit:hover::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.14);
  }


/* link
-------------------------------------------*/
.header-links {
  clear:both;
  float: right;
  margin-top: 20px;
}
  .header-links .link {
    float: left;
    margin-right: 22px;
    padding-left: 11px;
    text-indent: -11px;
    font-size: 85.71%;
  }
  .header-links .link:before {
    display: inline-block;
    content: "";
    margin-right: 5px;
    width: 6px;
    height: 8px;
    background: url("/english/images_osp/common/ico/ico_arrow_r01.png") no-repeat left top;
    background-size: contain;
  }
  .header-links .link:last-child {
    margin-right: 0;
  }

  .header-links .link.nobg:before{ /* 20120806 */
    background: none;
  }


/* global-nav
-------------------------------------------*/
.nav-global {
  margin-top: 16px;
  height: 34px;
  border-bottom: 2px solid #c03;
}

  .nav-global-in {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: -2px;
    height: 34px;
    margin: 0 auto;
    width: 940px;
  }
  .nav-global-in:before {
    content: "";
    display: block;
    background-color: #ddd;
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 16px;
  }

  /* btn */
  .nav-global .nav-item {
    width: calc(100% / 6);
    height: 100%;
    position: relative;
  }
  .nav-global .nav-item.is-current:before {
    content: "";
    display: block;
    background-color: #c03;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
  }
  .nav-global .nav-item:after {
    content: "";
    display: block;
    background-color: #ddd;
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 16px;
  }

    .nav-global .nav-item .nav-global-link,
    .nav-global .nav-item .nav-global-drawer-btn {
      display: block;
      color: #000;
      font-size: 17px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      position: relative;
      width: 100%;
      height: 100%;
    }
    .nav-global .nav-item .nav-global-link{
      padding-top: 2px;
    }
    .nav-global .nav-item .nav-global-drawer-btn {
      padding-bottom: 14px;
    }
    .nav-global .nav-item.is-current .nav-global-link,
    .nav-global .nav-item.is-current .nav-global-drawer-btn{
      color: #c03;
    }
    .nav-global .nav-item .nav-global-link:hover,
    .nav-global .nav-item .nav-global-drawer-btn:hover {
      color: #c03;
      text-decoration: none;
    }
    .nav-global .nav-item .nav-global-link span,
    .nav-global .nav-item .nav-global-drawer-btn span{
      display: inline-block;
    }

      /* nav-global-drawer */
      .nav-global .nav-global-drawer{}
      .nav-global .nav-global-drawer-btn{}
      .nav-global .nav-global-drawer-btn span{
        padding-right: 18px;
        padding-left: 5px;
        position: relative;
      }
      .nav-global .nav-global-drawer-btn span:after{
        content: "";
        display: block;
        border-style: solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 8px solid #093475;
        border-bottom: 0;
        margin-top: -4px;
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: 0;
      }
      .nav-global .nav-global-drawer-btn:hover span:after{
        border-top-color: #c03;
      }
      .nav-global .nav-global-drawer-btn.is-expanded span:after{
        border-top: 0;
        border-bottom: 8px solid #093475;
      }
      .nav-global .nav-global-drawer-btn.is-expanded:hover span:after{
        border-bottom-color: #c03;
      }
      .nav-global .nav-global-drawer-cnt{
        position: relative;
      }
      .nav-global .nav-global-drawer-menu{
        position: absolute;
        top: -4px;
        left: 0;
        z-index: 11;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s 0s ease, visibility .5s 0s ease;
      }
      .nav-global .nav-global-drawer-menu.is-visible{
        opacity: 1;
        visibility: visible;
      }
      .nav-global .nav-global-drawer-nav{
        background-color: #fff;
        border: 1px solid #ddd;
        /* filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); */
        width: 170px;
        position: relative;
      }
      .nav-global .nav-global-drawer-nav > ul > li:not(:last-child){
        border-bottom: 1px solid #ddd;
      }
      .nav-global .nav-global-drawer-nav .nav-global-drawer-link{
        display: block;
        font-size: 12px;
        line-height: 1.5;
        padding: 9px 5px 9px 20px;
        text-align: left;
        position: relative;
      }
      .nav-global .nav-global-drawer-nav .nav-global-drawer-link.ico-arrow:before{
        content: "";
        display: block;
        background: url(/english/images_osp/common/ico/ico_arrow_r01.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 9px;
        width: 6px;
        height: 100%;
      }
      .nav-global .nav-global-drawer-nav .nav-global-drawer-link .ico-cmn{
        margin-top: -0.7em;
        position: absolute;
        top: 50%;
        left: 7px;
      }


/* attention
-------------------------------------------*/
.area-attention {
  border-bottom: 1px solid #ddd;
  background-color: #f6f6f6;
}

.mod-attention {
  margin: 0 auto;
  padding: 14px 0 11px;
  width: 940px;
  font-size: 85.71429%;
}
.txt-attention {
  margin-left: 30px;
  text-indent: -30px;
}
  .txt-attention .img {
    margin-right: 5px;
    vertical-align: middle;
  }
  .txt-attention a {
    text-decoration: underline;
  }
  .txt-attention a:hover {
    text-decoration: none;
  }


/* error
-------------------------------------------*/
.area-error {
  border-top: 1px solid #ffaab0;
  border-bottom: 1px solid #ffaab0;
  background-color: #ffeef0;
}
.mod-error {
  margin: 0 auto;
  width: 940px;
}
.txt-error {
  padding: 14px 10px 11px;
  text-align: right;
  font-size: 85.71429%;
}
.txt-error a {
  text-decoration: underline;
}
.txt-error a:hover {
  text-decoration: none;
}


/**********************************************************
 * header icon
 **********************************************************/

/* icon
-------------------------------------------*/
.ico-header {
  display: inline-block;
}

/* arrow */
.ico-header-arrow {
  position: relative;
  margin-left: 6px;
  padding-left: 1em;
  text-decoration: none;
}
.ico-header-arrow:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 8px;
  background: url("/english/images_osp/common/ico/ico_arrow_r01.png") no-repeat left top;
  background-size: contain;
}

/* other */
.ico-header-link {
  position: relative;
  margin-left: 6px;
  padding-left: 1em;
  text-decoration: none;
}
.ico-header-link:hover {
  text-decoration: underline;
}
.ico-header-link .ico-header {
  position: absolute;
  left: 0;
  top: 0;
}
.ico-header img {
  margin-top: -3px;
  vertical-align: middle;
}


/**********************************************************
 * header-lang-switch
 **********************************************************/

.header .header-lang-switch {
  display: inline-block;
}

.header .header-lang-switch a {
  font-size: 85.71%;
}


/**********************************************************
 * header-link-mydocomo
 **********************************************************/

.header .header-link-mydocomo {
  display: inline-block;
  margin-right: 24px;
}

.header .header-link-mydocomo a {
  display: block;
  width: 40px;
  height: 35px;
}


/**********************************************************
 * header-link-dshop
 **********************************************************/

.header .header-link-dshop {
  display: inline-block;
  margin-right: 24px;
}

.header .header-link-dshop a {
  display: block;
  width: 30px;
  height: 27px;
}


/**********************************************************
 * header-biz-link
 **********************************************************/

.header .header-biz-link {
  display: inline-block;
  margin-right: 24px;
}


/**********************************************************
 * header-link-drawer
 **********************************************************/

.header .header-link-drawer{
}
.header .header-link-drawer-button{
  color: #093475;
  display: inline-block;
  padding-right: 13px;
  position: relative;
}
.header .header-link-drawer-button:hover{
  text-decoration: underline;
}
.header .header-link-drawer-button:after{
  content: "";
  display: block;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #093475;
  border-bottom: 0;
  margin-top: -4px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
}
.header .header-link-drawer-button.is-expanded:after{
  border-top: 0;
  border-bottom: 6px solid #093475;
}
.header .header-link-drawer-cnt{
  position: relative;
}
.header .header-link-drawer-menu{
  position: absolute;
  top: 10px;
  left: -27px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s 0s ease, visibility .5s 0s ease;
}
.header .header-link-drawer-menu.is-visible{
  opacity: 1;
  visibility: visible;
}
.header .header-link-drawer-nav{
  background-color: #fff;
  border: 1px solid #ddd;
  /* filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); */
  width: 170px;
  position: relative;
}
.header .header-link-drawer-nav:before,
.header .header-link-drawer-nav:after{
  content: "";
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.header .header-link-drawer-nav:before{
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ddd transparent;
}
.header .header-link-drawer-nav:after{
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
}
.header .header-link-drawer-nav > ul > li:not(:last-child){
  border-bottom: 1px solid #ddd;
}
.header .header-link-drawer-nav .header-link-drawer-link{
  display: block;
  color: #093475;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding: 9px 5px 9px 20px;
  position: relative;
}
.header .header-link-drawer-nav .header-link-drawer-link.ico-arrow:before{
  content: "";
  display: block;
  background: url(/english/images_osp/common/ico/ico_arrow_r01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 9px;
  width: 6px;
  height: 100%;
}
.header .header-link-drawer-nav .header-link-drawer-link .ico-cmn{
  margin-top: -0.7em;
  position: absolute;
  top: 50%;
  left: 7px;
}


/**********************************************************
 * SMThide
 **********************************************************/
.header-smt,
.area-sidemenu {
  display: none;
}

.only-smt {
  display: none !important;
}
