@charset "UTF-8";
/* ****************************************************
/biz/ad-ms/ の追従エリア追加に伴う追加css
***************************************************** */
@media print, screen and (min-width: 769px) {
  #footer-bottom #footer-up {
    bottom: 180px; } }


/* --------------------------------------
 /biz/ad-ms/ IIJディレクトリサービス for Microsoft
 画面下追従エリア
--------------------------------------*/
#footer-bottom #footer-up {
  z-index: 101; }

.u-pc {
  display: block; }

.u-sp {
  display: none; }

.followPdf {
  width: 100%;
  position: fixed;
  right: 0;
  padding: 10px 0;
  border-top: 1px solid #bababa;
  background-color: rgba(51, 51, 51, 0.95);
  color: #fff;
  z-index: 101; }
  .followPdf.close {
    opacity: 0;
    display: none;
    transition: 0.5s all; }
  .followPdf__close {
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .followPdf__close__inner {
      position: relative;
      width: 20px;
      height: 20px; }
      .followPdf__close__inner span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff; }
        .followPdf__close__inner span:nth-of-type(1) {
          top: 0;
          -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
          transform: translate3d(-1px, 0, 0) rotate(-45deg); }
        .followPdf__close__inner span:nth-of-type(2) {
          top: 0;
          -webkit-transform: translate3d(-1px, 0, 0) rotate(45deg);
          transform: translate3d(-1px, 0, 0) rotate(45deg); }
  .followPdf__item {
    width: 74%;
    align-items: stretch; }
  .followPdf__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4; }
  .followPdf__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto; }
  .followPdf__thumb {
    width: 152px;
    margin-right: 18px; }
  .followPdf__box:nth-last-of-type(1) {
    padding-top: 10px;
    border-top: 1px solid #c3c3c3;
    display: flex; }
  .followPdf__txt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4; }
  .followPdf__name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold; }
    .followPdf__name--more {
      margin-right: 10px; }
      .followPdf__name--more img {
        width: 57px;
        height: 48px; }
  .followPdf .btn_area {
    width: 220px;
    align-self: center; }
    .followPdf .btn_area .btn {
      width: 100%;
      display: block;
      border-radius: 4px;
      background: linear-gradient(#d00041, #b6001f);
      border: none;
      font-size: 2.2rem;
      font-weight: bold;
      color: #fff;
      padding: 10px 10px;
      box-sizing: border-box;
      text-align: center;
      text-decoration: none;
      margin: 0 auto;
      line-height: 1.3; }
      .followPdf .btn_area .btn:hover {
        position: relative;
        cursor: pointer; }
        .followPdf .btn_area .btn:hover:after {
          content: "";
          opacity: 0.1;
          transition: background 1s linear;
          background: #fff;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .followPdf .btn_area span {
      display: inline-block;
      padding-right: 30px;
      background: url(/svcsol/campaign/images/ad-ms_201903/common/icon_externallink.svg) no-repeat right center;
      background-size: 18px 16px;
      font-size: 16px; }

@media screen and (max-width: 768px) {
  .u-pc {
    display: none; }
  .u-sp {
    display: block; }
  .followPdf {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 20px 15px 5px;
    border-top: 1px solid #bababa;
    background-color: rgba(51, 51, 51, 0.95);
    color: #fff;
    z-index: 101; }
    .followPdf.close {
      opacity: 0;
      display: none;
      transition: 0.5s all; }
    .followPdf__close {
      position: absolute;
      top: -7px;
      right: 10px;
      width: 16px;
      height: 16px;
      cursor: pointer; }
      .followPdf__close__inner {
        position: relative;
        width: 16px;
        height: 16px; }
        .followPdf__close__inner span {
          display: inline-block;
          transition: all .4s;
          box-sizing: border-box;
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #fff; }
          .followPdf__close__inner span:nth-of-type(1) {
            top: 0;
            -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
            transform: translate3d(-1px, 0, 0) rotate(-45deg); }
          .followPdf__close__inner span:nth-of-type(2) {
            top: 0;
            -webkit-transform: translate3d(-1px, 0, 0) rotate(45deg);
            transform: translate3d(-1px, 0, 0) rotate(45deg); }
    .followPdf__inner {
      position: relative;
      display: inherit;
      width: 100%;
      margin: 0 auto;
      padding: 10px 0; }
    .followPdf .btn_area {
      width: 100%;
      align-self: center; }
      .followPdf .btn_area .btn {
        width: 96%;
        display: block;
        border-radius: 4px;
        background: linear-gradient(#d00041, #b6001f);
        border: none;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        line-height: 1.3; }
        .followPdf .btn_area .btn:hover {
          position: relative;
          cursor: pointer; }
          .followPdf .btn_area .btn:hover:after {
            content: "";
            opacity: 0.1;
            transition: background 1s linear;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      .followPdf .btn_area span {
        display: inline-block;
        padding-right: 15px;
        background: url(/svcsol/campaign/images/ad-ms_201903/common/icon_externallink.svg) no-repeat right center;
        background-size: 9px 8px;
        font-size: 14px; } }
