/* SSO共通基盤 */
.info-first-outline {
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dfdfdf;
  }
  .nikkan-id {
    display: flex;
    background: #fff;
    padding: 10px 10px 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .nikkan-id-logo {
    display: flex;
    width: 120px;
    height: auto;
    margin: 0;
    background: #fff;
    padding: 8px;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .nikkan-id-txt {
    display: flex;
    color: #333;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .nikkan-id-link {
    text-decoration: underline;
  }
  .nikkan-id-link img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    image-rendering: auto;
  }
  .nikkanid-whats {
    display: block;
    vertical-align: middle;
  }
  .regist {
    margin: 32px 0;
    padding: 0 30px;
  }
  .top-line {
    border-top: 10px solid #F3F3F3;
    padding: 32px 0 0 0;
  }
  .regist-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #00869B;
    padding: 0 0 10px 0;
    border-bottom: 4px solid #00869B;
  }
  .regist-subttl {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 30px 0;
    padding: 0 0 8px 0;
    color: #00869B;
    border-bottom: 1px dashed #00869B;
  }
  .regist-txt {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    padding: 0 15px;
    margin: 16px 0 0 0;
  }
  .regist-ex {
    background: #F3F8FC;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 16px 0 0 0;
    color: #004081;
    word-break: keep-all;
  }
  .regist-link {
    margin: 32px 0 0 0;
  }
  .regist-link-btn {
    display: flex;
    width: 50%;
    max-width: 370px;
    height: 72px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background: #004081;
    background: linear-gradient(287deg, rgba(91,197,151,1) 0%, rgba(81,173,170,1) 44%, rgba(71,146,191,1) 73%, rgba(65,130,204,1) 100%);
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .regist-link-btn:hover {
    text-decoration: none;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .regist-link-btn.rg-link-normal {
    height: 50px;
    background: #fff;
    color: #19869b;
    font-weight: normal;
    border: 1px solid #19869b;
  }
  .regist-txt02 {
    text-align: center;
    font-size: 14px;
  }
  .regist-txt03 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px;
    color: #0f68a0;
    background: #ecf0f3;
  }
  .regist-txt-link02 {
    text-decoration: underline;
  }
  .free-type {
    text-align: center;
  }
  .ttl-rgt .nikkan-id-txt {
    display: inline-block;
    color: #333;
    font-size: 12px;
    margin: 0 0 0 10px;
  }
  .ttl-rgt .nikkan-id-txt a {
    color: #0898cf;
  }
  .color-org .regist-ttl {
    color: #f59770;
    border-bottom: 4px solid #f59770;
  }
  .color-org .regist-subttl {
    color: #f59770;
    border-bottom: 1px dashed #f59770;
  }
  .color-org .regist-link-btn {
    background: linear-gradient(287deg, #e9d054 0%, #f59770 100%);
  }
  .color-org .regist-link-btn.rg-link-normal {
    background: none;
    color: #f59770;
    border: 1px solid #f59770;
  }
  .regist-txt03 {
    color: #f59770;
    background: #faf1ee;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt10 {
    margin-top: 10px;
  }
  @media screen and (max-width: 700px) {
    .regist-link-btn {
        width: 90%;
    }
  }
  .regist-note {
    display: block;
    font-size: 14px;
    padding: 10px;
    background: #f3f3f3;
  }
  .regist-link-txt {
    text-decoration: underline;
    color: #2196F3;
  }
  /* tooltip */
  .tooltip-event {
    position: relative;
  }
  .tooltip {
    position: absolute;
    display: none;
    margin: 10px 0 0;
    padding: 30px;
    width: 375px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 4px;
    top: 52px;
    right: 0;
    -webkit-box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
    -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    box-shadow: 0px 10px 25px 0 rgb(112 112 112 / 22%);
    z-index: 1;
  }
  .tooltip:before {
    content: "";
    position: absolute;
    top: -27px;
    right: 60px;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 16px solid #FFF;
    z-index: 2;
  }
  .tooltip-event:hover .tooltip {
    display: inline-block;
  }
  .tooltip-txt {
    margin: 0 0 10px 0;
  }
  .tooltip .nikkan-id-link {
    color: #0E7ABC;
  }
  @media screen and (max-width: 1000px) {
    .nb {
      padding: 0;
    }
    .nb:first-child {
      order: 2;
    }
    .nb:last-child {
        order: 1;
    }
    .tooltip {
      display: none;
      margin: 10px 0 0 -164px;
      padding: 15px;
      width: 328px;
      font-size: 13px;
      top: 52px;
      left: 50%;
    }
    .tooltip-event:hover .tooltip {
      display: none;
    }
    .tooltip-txt {
      margin: 0 0 5px 0;
    }
  }