@charset "utf-8";
/* CSS Document */

.pageTitle {
  background-image: url(/img/download/bg_head_download_01.jpg);
}
/* SP用 */
@media (max-width: 767px) {
  /* Font face */
  @font-face {
    font-family: "WebSymbolsRegular";
    src: url("../../fonts/websymbols-regular-webfont.eot");
    src: url("../../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/websymbols-regular-webfont.woff") format("woff"), url("../../fonts/websymbols-regular-webfont.ttf") format("truetype"),
      url("../../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  /* ===================================
    #wrap
    =================================== */
  /*** #contents ***/
  #contents {
  }
  /*** .pagenation ***/
  .pagenation {
    clear: both;
    text-align: center;
  }
  .pagenavi {
    margin: 15px 0;
  }
  .pagenavi span,
  .pagenavi a {
    position: relative;
    display: inline-block;
    padding: 4px 10px 4px;
    margin: 0 0 0 -1px;
    font-size: 13px;
    color: #333;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-decoration: none;
    vertical-align: middle;
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #e6e6e6);
    background-image: -ms-linear-gradient(top, white, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, white, #e6e6e6);
    background-image: -o-linear-gradient(top, white, #e6e6e6);
    background-image: linear-gradient(top, white, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
  .pagenavi .pages {
    display: none;
  }

  /* ===================================
    #dl_wrap(ログイン後)
    =================================== */
  #dl_wrap .dl_single {
    clear: both;
    overflow: hidden;
  }
  #dl_wrap .dl_single a {
    display: block;
    color: #454545;
    /* min-height: 50px; */
    margin: 0 0 10px;
    padding: 15px 10px;
    text-decoration: none;
    background: white;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  #dl_wrap .dl_single:last-child a {
    margin-bottom: 0;
  }
  #dl_wrap .dl_single .name {
    width: 55%;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 40px;
    background: url(../img/ic_dl.png) no-repeat 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    flex-grow: 1;
  }
  #dl_wrap .dl_single .btn {
    float: right;
    margin: 0;
    background-color: var(--color-blue-3);
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691)); */
    /* background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%); */
    background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    /* border: 1px solid #172d6e; */
    /* border-bottom: 1px solid #0e1d45; */
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    /* -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb; */
    /* box-shadow: inset 0 1px 0 0 #b1b9cb; */
    color: #fff;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 1px #000f4d;
    width: 80px;
    font-size: 90%;
    display: inline-block;
  }

  /* ===================================
    #download confirm(ログイン画面)
    =================================== */
  #dl_confirm {
    margin: 20px 0 40px;
    padding: 20px;
    background: #eee;
  }
  #dl_confirm .notes {
    color: #002ea0;
    font-size: 110%;
    padding: 10px 0;
    line-height: 1.4;
  }
  #dl_confirm .loginBox {
    text-align: left;
  }
  #dl_confirm span {
    display: block;
    font-size: 110%;
    padding: 0 2px 2px;
    margin-bottom: 5px;
  }
  #dl_confirm input[type="password"] {
    width: 90%;
    height: 18px;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #dl_confirm input[type="submit"] {
    display: inline-block;
    color: white;
    font-size: 14px;
    line-height: 1;
    padding: 8px 24px;
    margin: 10px 0 20px;
    background-color: #0074cc;
    background-image: -moz-linear-gradient(top, #08c, #05c);
    background-image: -ms-linear-gradient(top, #08c, #05c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#05c));
    background-image: -webkit-linear-gradient(top, #08c, #05c);
    background-image: -o-linear-gradient(top, #08c, #05c);
    background-image: linear-gradient(top, #08c, #05c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    border: 1px solid #ccc;
    border-color: #05c #05c #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #noItem {
    padding: 80px 0px;
    font-size: 17px;
    text-align: center;
    line-height: 35px;
    display: block;
  }
  #noItem b {
    font-size: 25px;
    letter-spacing: 0.1em;
    padding: 0 10px;
    display: inline-block;
    color: #22528d;
  }
}
/* PC用 */
@media (min-width: 768px) {
  /* ===================================
#wrap
=================================== */
  /*** #contents ***/
  #contents {
    background: #fff;
    margin-top: 30px;
  }
  /*** .pagenation ***/
  .pagenation {
    padding-right: 10px;
    text-align: left;
    clear: both;
  }
  .pagenavi {
    padding: 20px;
  }
  .pagenavi span,
  .pagenavi a {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 13px;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 14px;
    margin: 0;
    padding: 0 7px;
    border: 0;
    border-right: 1px solid #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .pagenavi a {
    color: #06f;
  }
  .pagenavi .pages {
    display: none;
  }

  /* ===================================
#dl_wrap(ログイン後)
=================================== */
  #dl_wrap {
    padding: 20px;
    clear: both;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  #dl_wrap .dl_single {
    width: 100%;
  }
  #dl_wrap .dl_single a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #454545;
    min-height: 44px;
    margin: 0;
    background: white;
    text-decoration: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 10px 15px;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 90px;
  }
  #dl_wrap .dl_single:last-child a {
    margin-bottom: 0;
  }
  #dl_wrap .dl_single .name {
    /* width: 55%; */
    font-size: 120%;
    line-height: 34px;
    background: url(../img/ic_dl.png) no-repeat 0 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 1;
    height: 100%;
    padding-left: 50px;
    flex-grow: 1;
    line-height: 100%;
    line-height: 44px;
  }
  #dl_wrap .dl_single .btn {
    /* float: right; */
    /* display: inline-block; */
    background-color: var(--color-blue-3);
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691)); */
    /* background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%); */
    background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    /* border: 1px solid #172d6e; */
    /* border-bottom: 1px solid #0e1d45; */
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    /* -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb; */
    /* box-shadow: inset 0 1px 0 0 #b1b9cb; */
    color: #fff;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 1px #000f4d;
    width: 80px;
    font-size: 90%;
  }

  /* ===================================
#download confirm(ログイン画面)
=================================== */
  #login_wrap {
    padding: 50px 40px;
  }
  #dl_confirm {
    width: 450px;
    margin: 70px auto 40px;
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  #dl_confirm .loginBox {
    text-align: left;
  }
  #dl_confirm .notes {
    color: #777;
    font-size: 130%;
    padding: 20px;
    margin: 0 0 20px;
    border: 1px solid #ddd;
    background: #fafafa;
    line-height: 1.4;
  }
  #dl_confirm span {
    color: #454545;
    font-weight: 700;
    display: block;
    font-size: 110%;
    padding: 0 2px 2px;
    margin-bottom: 5px;
  }
  #dl_confirm input[type="password"] {
    width: 96%;
    height: 20px;
    padding: 4px;
    font-size: 15px;
    line-height: 20px;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #dl_confirm input[type="submit"] {
    display: block;
    color: white;
    width: 120px;
    font-size: 14px;
    padding: 2px 30px;
    margin: 20px auto 30px;
    background-color: #0074cc;
    background-image: -moz-linear-gradient(top, #08c, #05c);
    background-image: -ms-linear-gradient(top, #08c, #05c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#05c));
    background-image: -webkit-linear-gradient(top, #08c, #05c);
    background-image: -o-linear-gradient(top, #08c, #05c);
    background-image: linear-gradient(top, #08c, #05c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    border: 1px solid #ccc;
    border-color: #05c #05c #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
}
