@charset "iso-8859-1";

/**********************************************************
 *
 * SMTcommonFooter
 *
 **********************************************************/

/**********************************************************
* reset
**********************************************************/
.footer input, .footer textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.footer label {
  cursor: pointer;
}
.footer table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
.footer fieldset, .footer img {
  border: 0;
}
.footer img {
  vertical-align: top;
}
.footer address, .footer caption, .footer cite, .footer code, .footer dfn, .footer em, .footer th, .footer var {
  font-style: normal;
  font-weight: normal;
}
.footer ol, .footer ul {
  list-style: none;
}
.footer caption, .footer th {
  text-align: left;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  font-size: 100%;
  font-weight: normal;
}
.footer q:after, .footer q:before {
  content: '';
}
.footer abbr, .footer acronym {
  border: 0;
}
.footer * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer a:focus, .footer input:focus {
  outline: 1px dotted #000;
}



/**********************************************************
* footer
**********************************************************/

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

.footer {
  overflow-x: hidden;
  width: 100%;
  font-size: 100%;
  text-align: center;
}

  /* contents top */
  .footer-top {
    padding-top: 20px;
    background-color: #eeeeee;
  }

  /* contents bottom */
  .footer-bottom {
    padding: 30px 0 40px;
    background-color: #d6d6d6;
  }

  /* link */
  .footer a {
    color: #093475;
    text-decoration: none;
  }
  .pc .footer a:hover,
  .pc .footer a:focus {
    color: #3743d7;
  }


/* search
-------------------------------------------*/
.footer-search {
  padding: 0 10px;
}
  /* form */
  .footer-search .form {
    position: relative;
    width: 100%;
    height: 28px;
  }

  /* textBox */
  .footer-search .osp_searchBox {
    padding: 5px 45px 5px 5px;
    width: 100%;
    height: 28px;
    border: 1px solid #ddd;
    line-height: 21px;
  }
  .footer-search .osp_searchBox::-webkit-input-placeholder {
      color: #666; }
  .footer-search .osp_searchBox:-moz-placeholder {
      color: #666; opacity: 1; }
  .footer-search .osp_searchBox::-moz-placeholder {
      color: #666; opacity: 1; }
  .footer-search .osp_searchBox:-ms-input-placeholder {
      color: #666; }

  /* searchBtn */
  .footer-search .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
  }
    .footer-search .submit img {
      width: 100%;
      height: auto;
    }


/* sitemap
-------------------------------------------*/
.footer-sitemap {
  margin: 20px 0 0 -1px;
  border-top: 1px solid #d6d6d6;
  text-align: left;
/*  zoom: 1;*/
}
.footer-sitemap:before {
  content: "";
  display: table;
}
.footer-sitemap:after {
  content: "";
  display: table;
  clear: both;
}
  /* category */
  .footer-sitemap .col {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
  }

    /* title */
    .footer-sitemap .tit > a {
      display: table;
      width: 100%;
      height: 36px;
    }
      /* text */
      .footer-sitemap .tit .txt {
        display: table-cell;
        padding-left: 23px;
        text-indent: -12px;
        padding-top: 2px;
        vertical-align: middle;
        font-size: 78.57143%;
      }
      /* icon */
      .footer-sitemap .tit .txt:before {
        display: inline-block;
        content: "";
        margin-right: 6px;
        width: 6px;
        height: 8px;
        background: url("/english/images_osp/common/ico/ico_arrow_r01.png") no-repeat left top;
        background-size: contain;
      }

    /* linklist */
    .footer-sitemap .list-link {
      display: none;
    }


/* btnlink
-------------------------------------------*/
.footer-btns {
  margin-top: -10px;
  padding: 0 10px;
  font-size: 85.71%;
/*  zoom: 1;*/
}

/* clearfix */
.footer-btns:before {
  content: "";
  display: table;
}
.footer-btns:after {
  content: "";
  display: table;
  clear: both;
}

  /* btn */
  .footer-btns .btn {
    float: left;
    margin-top: 10px;
    width: 50%;
  }
  .footer-btns .btn:first-child { margin-left: 0; }
  .footer-btns .btn:nth-child(odd) { padding-right: 5px; }
  .footer-btns .btn:nth-child(even) { padding-left: 5px; }

    .footer-btns .btn > a {
      display: table;
      width: 100%;
      height: 36px;
    }
    /* mouseover */
    .pc .footer-btns .btn > a:hover,
    .footer-btns .btn > a:focus {
      color: #3374da;
      text-decoration: none;
    }

    /* text */
    .footer-btns .btn .txt {
      display: table-cell;
      padding-left: 12px;
      text-indent: -12px;
      padding-top: 2px;
      vertical-align: middle;
      background-color: #f6f6f6;
    }
    /* icon */
    .footer-btns .btn .txt:before {
      display: inline-block;
      content: "";
      margin-right: 6px;
      width: 6px;
      height: 8px;
      background: url("/english/images_osp/common/ico/ico_arrow_r01.png") no-repeat left top;
      background-size: contain;
    }


/* textlink
-------------------------------------------*/
.footer-links {
  border-top: 1px solid #aaa;
  text-align: left;
  display: flex;
  margin: 30px 0 0 -1px;
  flex-wrap: wrap;
}

  /* link */
  .footer-links li {
    width: 50%;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
  }

    .footer-links li > a {
      display: table;
      width: 100%;
      min-height: 36px;
      height: 100%;
    }

    /* text */
    .footer-links li .txt {
      display: table-cell;
      padding-top: 2px;
      /* padding-bottom: 2px; */
      vertical-align: middle;
      font-size: 78.57143%;
    }
    /* icon */
    .footer-links li.link .txt {
      text-indent: -12px;
      padding-left: 23px;
    }
    .footer-links li.link .txt:before {
      display: inline-block;
      content: "";
      margin-right: 6px;
      width: 6px;
      height: 8px;
      background: url("/english/images_osp/common/ico/ico_arrow_r01.png") no-repeat left top;
      background-size: contain;
    }
    .footer-links li.link-blank a{
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      padding-left: 10px;
      position: relative;
    }
    .footer-links li.link-blank a .ico-cmn{
      padding-top: 1px;
      margin-right: 5px;
      width: 8px;
      height: 8px;
    }
    .footer-links li.link-blank a .ico-cmn img{
      vertical-align: top;
    }


/* switch
-------------------------------------------*/
.mod-switch-btn {
  display: none;
  margin: 40px auto 0;
  width: 240px;
/*  zoom: 1;*/
}
.mod-switch-btn.show { display: block; }

/* clearfix */
.mod-switch-btn:before {
  content: "";
  display: table;
}
.mod-switch-btn:after {
  content: "";
  display: table;
  clear: both;
}

  /* btn */
  .mod-switch-btn .btn {
    float: left;
    width: 120px;
    height: 38px;
    overflow: hidden;
  }

    .mod-switch-btn a {
      display: block;
      width: 100%;
      height: 100%;
    }

    .mod-switch-btn img {
      width: 100%;
      height: auto;
    }
    /* active */
    .mod-switch-btn .is-active img {
      margin-top: -38px;
    }


/* copyright
-------------------------------------------*/
.copyright {
  display: table;
  width: 100%;
  margin-top: 40px;
  font-size: 71.42857%;
  color: #333;
}

  .copyright > li {
    display: table-row-group;
    text-align: center;
    line-height: 2;
  }
  .copyright > li:first-child { display: table-footer-group; }
