@charset "UTF-8";


@media print, screen and (min-width:641px) {
    .floatbnrWrap {
        width: 300px;
        position: fixed;
        right: 0;
        bottom: 0;
    }
    .floatbnrInner{
        position: relative;
    }
    .floatbnrInner .contents{
        width: 100%;
        margin-left: auto;
    }
    .floatbnrWrap .floatbnrInner .lead{
        background-color: #253336;
        font-size: 14px;
        color: #fff;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    .floatbnrWrap .floatbnrInner {
        width: 100%;
        -webkit-transition: .4s all;
        transition: .4s all;
        position: relative;
        opacity: 1;
        z-index: 1;
    }
    .floatbnrWrap .floatbnrInner .floatbnr {
        -webkit-transition: .4s all;
        transition: .4s all;
        opacity: 1;
        width: 100%;
    }
    .floatbnrWrap .floatbnrInner .floatbnr a {
        width: 300px;
        display: block;
        min-height: 0%;
    }
    .floatbnrWrap .floatbnrInner .cls {
        position: absolute;
        font-size: 24px;
        top: -28px;
        right: 0;
        cursor: pointer;
        width: 28px;
        height: 28px;
        display: block;
        z-index: 10;
        line-height: 28px;
        text-align: center;
    }
    .floatbnrWrap .floatbnrInner .floatbnr a img {
        display: block;
        width: 100%;
    }
    .pagetop_btn a.hasBanner {
        bottom: 45%;
    }
}

@media screen and (max-width:640px) {
    .floatbnrWrap {
        position: fixed;
        right: 0;
        bottom: 65px;
        width: 100%;
        display:none;
        z-index: 10;
    }
    .floatbnrInner{
        position: relative;
        margin-bottom: 0;
    }
    .floatbnrInner .contents{
        width: 100%;
        margin-left: auto;
    }
    .floatbnrWrap .floatbnrInner .floatbnr {
        width: 100%;
    }
    .floatbnrWrap .floatbnrInner .lead{
        background-color: #253336;
        font-size: 14px;
        color: #fff;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    .floatbnrWrap .floatbnrInner .floatbnr:last-child {
        margin-left: auto;
    }
    .floatbnrWrap .floatbnrInner .cls {
        position: absolute;
        top: -28px;
        right: 0;
        cursor: pointer;
        width: 22px;
        height: 22px;
        display: block;
        z-index: 10;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
    }
    .floatbnrWrap .floatbnrInner .floatbnr a {
        position: relative;
        display: block;
    }
    .floatbnrWrap .floatbnrInner .floatbnr a img {
        display: block;
        width: 100%;
    }
    .pagetop_btn a.hasBanner {
        bottom: 65vw;
    }
}
.del {
    display: none !important;
}

    /*追従アイコンバナー*/
    body.shindan-modal-open {
      overflow: hidden; /* スクロールを無効にする */
      height: 100%; /* 高さを100%に設定 */
  }
    .elm {
    position: fixed;
    transition: .2s;
    opacity: 0;
    z-index:-1;
  }
  .modal-container {
    top: 0 !important;
  }
  .sf-pagepurchasingTopScroll {	
  right: 340px;	
  }
  .sf-pageTopScroll {	
  right: 200px !important;	
  }
  .elm {
  position: fixed;
  transition: .2s;
  opacity: 0;
  z-index:-1;
  }
  .iconbnrWrap {
  width: 280px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 98;
  }
  .iconbnrInner {
  position: relative;
  }
  .iconbnrInner .contents {
  width: 100%;
  margin: 16px;
  }
  .iconbnrWrap .iconbnrInner {
  width: 100%;
  transition: 0.4s all;
  position: relative;
  }
  .iconbnrWrap .iconbnrInner .lead {
  background-color: #253336;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
  }
  .q1-contentWrap {
    margin: 0 auto 0 !important;
  }
  .iconbnrWrap .iconbnrInner .slick-slider {
  margin-bottom: 30px;
  }
  @media (max-width: 640px) {
  .iconbnrWrap .iconbnrInner .slick-slider {
  margin: 0;
  }
  }
  @media print, screen and (min-width: 641px) {
    .floatbnrWrap-shindan {
    width: auto !important;
    }
    }
  .iconbnrWrap .iconbnrInner .closeButton {
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  line-height: 28px;
  text-align: center;
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 150px;
  bottom: 115px;
  background: url(/hojin/magazine/bizi-dora/common/img//icon_closeButton.svg) no-repeat;
  background-position: center;
  border-radius: 100%;
  }
  .iconbnrWrap .iconbnrInner .iconbnr a img {
  display: block;
  width: 100%;
  }
  .iconcontents {
  cursor: pointer;
  transition: 0.4s all;
  opacity: 1;
  width: 100%;
  }
  .iconbnrWrap .iconbnrInner .iconbnr .bnr {
  width: 100%;
  display: block;
  min-height: 0%;
  }
  .iconbnrWrap .iconbnrInner .iconbnr a {
  width: 100%;
  display: block;
  min-height: 0%;
  margin: 0;
  }
  .iconcontents:hover {
  opacity: 0.6;
  }
  .iconcontents:nth-of-type(n+2) {
  margin-top: 32px;
  }
  .iconcontents img {
  width: 100%;
  }
  
  .iconcontentsArea {
  margin-top: 40px;
  }
  .iconcontents .bnr {
  width: 100%;
  display: block;
  min-height: 0%;
  }
  .iconcontents a {
  width: 100%;
  display: block;
  min-height: 0%;
  margin: 0;
  }
  .iconcontents a img {
  display: block;
  width: 100%;
  }
  .iconbnrWrap {
  width: auto !important;
  }
  @media screen and (min-width:375px) and (max-width:767px) {
  .iconbnrInner .contents {
  margin-bottom: 65px;
  }
  .iconbnrWrap .iconbnrInner .closeButton {
  left: 103px;
  bottom: 74px;
  }
  }
  
  @media (max-width: 374px) {
  .iconbnrWrap {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 100%;
  display: block;
  }
  .iconbnrInner {
  position: relative;
  }
  .iconbnrInner .contents {
  margin: 16px;
  }
  .iconbnrWrap .iconbnrInner .floatbnr {
  width: 100%;
  }
  .iconbnrWrap .iconbnrInner .lead {
  background-color: #253336;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
  }
  .iconbnrWrap .iconbnrInner .floatbnr:last-child {
  margin-left: auto;
  }
  .iconbnrWrap .iconbnrInner .closeButton {
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 102px;
  bottom: 71px;
  background: url(/hojin/magazine/bizi-dora/common/img//icon_closeButton.svg);
  border-radius: 100%;
  }
  .iconbnrWrap .iconbnrInner .floatbnr a {
  position: relative;
  display: block;
  margin: 0;
  }
  .iconbnrWrap .iconbnrInner .floatbnr a img {
  display: block;
  width: 100%;
  }
  .sf-pageTopScroll {
  display: none !important;
  }
  .sf-pagepurchasingTopScroll {
  right: 0;
  }
  }
  
    /*追従アイコンバナー*/
  #shindan_imp .shindan-modal-open {
    overflow: hidden; /* スクロールを無効にする */
    height: 100%; /* 高さを100%に設定 */
}
#shindan_imp .elm {
  position: fixed;
  transition: .2s;
  opacity: 0;
  z-index:-1;
}
#shindan_imp .modal-container {
  top: 0 !important;
}
#shindan_imp sup {
  font-size: 60%;
  vertical-align: text-bottom;
}
#shindan_imp .sf-pagepurchasingTopScroll {	
right: 340px;	
}
#shindan_imp .sf-pageTopScroll {	
right: 200px !important;	
}
#shindan_imp .iconbnrWrap {
width: 280px;
position: fixed;
right: 0;
bottom: 0;
z-index: 98;
}
#shindan_imp .iconbnrInner {
position: relative;
}
#shindan_imp .iconbnrInner .contents {
width: 100%;
margin: 16px;
}
#shindan_imp .iconbnrWrap .iconbnrInner {
width: 100%;
transition: 0.4s all;
position: relative;
}
#shindan_imp .iconbnrWrap .iconbnrInner .lead {
background-color: #253336;
font-size: 14px;
color: #fff;
padding: 10px;
width: 100%;
text-align: center;
}
#shindan_imp .q1-contentWrap {
  margin: 0 auto 0 !important;
}
#shindan_imp .iconbnrWrap .iconbnrInner .slick-slider {
margin-bottom: 30px;
}
@media (max-width: 640px) {
    #shindan_imp .iconbnrWrap .iconbnrInner .slick-slider {
margin: 0;
}
}
@media print, screen and (min-width: 641px) {
    #shindan_imp .floatbnrWrap-shindan {
  width: auto !important;
  }
}
#shindan_imp .iconbnrWrap .iconbnrInner .closeButton {
font-size: 24px;
cursor: pointer;
z-index: 10;
line-height: 28px;
text-align: center;
content: "";
position: absolute;
display: block;
width: 24px;
height: 24px;
left: 150px;
bottom: 115px;
background: url(/hojin/magazine/bizi-dora/common/img//icon_closeButton.svg) no-repeat;
background-position: center;
border-radius: 100%;
}
#shindan_imp .iconbnrWrap .iconbnrInner .iconbnr a img {
display: block;
width: 100%;
}
#shindan_imp .iconcontents {
cursor: pointer;
transition: 0.4s all;
opacity: 1;
width: 100%;
}
#shindan_imp .iconbnrWrap .iconbnrInner .iconbnr .bnr {
width: 100%;
display: block;
min-height: 0%;
}
#shindan_imp .iconbnrWrap .iconbnrInner .iconbnr a {
width: 100%;
display: block;
min-height: 0%;
margin: 0;
}
#shindan_imp .iconcontents:hover {
opacity: 0.6;
}
#shindan_imp .iconcontents:nth-of-type(n+2) {
margin-top: 32px;
}
#shindan_imp .iconcontents img {
width: 100%;
}

#shindan_imp .iconcontentsArea {
margin-top: 40px;
}
#shindan_imp .iconcontents .bnr {
width: 100%;
display: block;
min-height: 0%;
}
#shindan_imp .iconcontents a {
width: 100%;
display: block;
min-height: 0%;
margin: 0;
}
#shindan_imp .td-box img {
  vertical-align: middle;
}
#shindan_imp .iconcontents a img {
display: block;
width: 100%;
}
#shindan_imp .iconbnrWrap {
width: auto !important;
}
@media screen and (min-width:375px) and (max-width:767px) {
#shindan_imp .iconbnrInner .contents {
margin-bottom: 65px;
}
#shindan_imp .iconbnrWrap .iconbnrInner .closeButton {
left: 103px;
bottom: 74px;
}
}

@media (max-width: 374px) {
#shindan_imp .iconbnrWrap {
position: fixed;
right: 0;
bottom: 50px;
width: 100%;
display: block;
}
#shindan_imp .iconbnrInner {
position: relative;
}
#shindan_imp .iconbnrInner .contents {
margin: 16px;
}
#shindan_imp .iconbnrWrap .iconbnrInner .floatbnr {
width: 100%;
}
#shindan_imp .iconbnrWrap .iconbnrInner .lead {
background-color: #253336;
font-size: 14px;
color: #fff;
padding: 10px;
width: 100%;
text-align: center;
}
#shindan_imp .iconbnrWrap .iconbnrInner .floatbnr:last-child {
margin-left: auto;
}
#shindan_imp .iconbnrWrap .iconbnrInner .closeButton {
font-size: 22px;
line-height: 22px;
text-align: center;
cursor: pointer;
z-index: 10;
content: "";
position: absolute;
display: block;
width: 24px;
height: 24px;
left: 102px;
bottom: 71px;
background: url(/hojin/magazine/bizi-dora/common/img//icon_closeButton.svg);
border-radius: 100%;
}
#shindan_imp .iconbnrWrap .iconbnrInner .floatbnr a {
position: relative;
display: block;
margin: 0;
}
#shindan_imp .iconbnrWrap .iconbnrInner .floatbnr a img {
display: block;
width: 100%;
}
#shindan_imp .sf-pageTopScroll {
display: none !important;
}
#shindan_imp .sf-pagepurchasingTopScroll {
right: 0;
}
}

  /*診断*/
#shindan_imp   #shindan_imp-banner-icon img {
    vertical-align: bottom;
    min-height: 0%;
    max-width: 100%;
  }
#shindan_imp .result-olive-return-button li {
    bottom: -350px !important;
  }
#shindan_imp .result-nl-return-button li {
    bottom: -330px !important;
  }
#shindan_imp .result-gnl-return-button li {
    bottom: -410px !important;
  }
#shindan_imp .result-olive-g-return-button li {
    bottom: -440px !important;
  }
#shindan_imp .result-olive-pp-return-button li {
    bottom: -300px !important;
  }
#shindan_imp .result-pp-return-button li {
    bottom: -300px !important;
  }
#shindan_imp .modal-content {
    display: flex;
    flex-direction: column;
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    text-align: left;
    padding: 1.5rem;
    border-radius: 20px;
    height: 725px;
  }
  
  @media (min-width: 641px) {
    #shindan_imp .sp {
      display: none !important;
    }
    #shindan_imp {
      width: 100%;
      margin: 0 auto;
      background-color: white;
    }
    #shindan_imp .shindan-contentWrap .shindan-image img {
      display: block;
      width: 256px;
    }
    #shindan_imp .button-wrap{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      margin-bottom: 32px;
    }
    #shindan_imp .shindan-contentWrap {
      display: flex;
      justify-content: center;
      width: 100%;
      margin: 32px auto 0;
      gap: 24px;
    }
    #shindan_imp .slide {
      overflow: hidden;
      padding: 0 60px;
      height: auto;
      display: none;
      position: relative;
    }
    #shindan_imp .slide.question {
      height: 100%;
    }
    #shindan_imp .shindantop {
      display: block;
      height: auto;
    }
    #shindan_imp .heading-top,
    #shindan_imp .question p.subtitle {
        color: #0A8664;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin: 60px 0 16px 0;
    }
    #shindan_imp .shindantop p.lead {
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
      padding: 10px 0;
      font-weight: 500;
    }
    #shindan_imp .question-title {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.42;
      margin-bottom: 80px;
    }
    #shindan_imp .question {
      position: relative;
    }
    #shindan_imp .question-title {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.42;
    }
    #shindan_imp .result {
      position: relative;
      height: auto;
      overflow-y: scroll;
    }
    #shindan_imp .result p.lead {
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
      margin-bottom: 4px;
    }
    #shindan_imp .result p.summary {
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
      padding: 10px 0 0;
      font-weight: 500;
    }
    #shindan_imp .cardname {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.42;
      padding-bottom: 16px;
    }
    #shindan_imp .result .scrollbox-show-btn {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 9;
      transform: translateX(-50%);
      padding: 15px;
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
      width: 540px;
      border: 1px solid black;
      background-color: white;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }
    #shindan_imp .result .scrollbox-show-btn span {
      display: block;
      position: relative;
    }
    #shindan_imp .result .scrollbox-show-btn span::before {
      transition: 0.4s;
      content: "";
      position: absolute;
      top: 42%;
      left: 15px;
      width: 15px;
      height: 15px;
      border: 2px solid;
      border-color: transparent transparent #565656 #565656;
      transform: translateY(-50%) rotate(-45deg);
      transform-origin: center center;
    }
    #shindan_imp .result .scrollbox-show-btn.active span::before {
      top: 58%;
      transform: translateY(-50%) rotate(135deg);
    }
    #shindan_imp .slide ul.return-button {
      width: 100%;
      text-align: center;
      }
      #shindan_imp .slide ul.return-button li {
      display: inline-block;
      font-size: 11px;
      color: #ccc;
      position: absolute;
      bottom: 0px;
      z-index: 99;
      }
      #shindan_imp .slide ul.return-button li span {
      display: inline-block;
      padding: 40px 0 0 0;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 37px;
      cursor: pointer;
      }
      #shindan_imp .slide ul.return-button li.return-prev {
      left: 0px;
      }
      #shindan_imp .slide ul.return-button li.return-top {
      right: 0px;
      }
      #shindan_imp .slide ul.return-button li.return-prev span {
      background-image: url(https://www.smbc-card.com/content/dam/smcc/jp/ja/individual/shindan/return_button_prev.gif);
      }
      #shindan_imp .slide ul.return-button li.return-top span {
      background-image: url(https://www.smbc-card.com/content/dam/smcc/jp/ja/individual/shindan/return_button_top.gif);
      }
      #shindan_imp .slide ul.return-button li span:hover {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
      }
    #shindan_imp .result .result-linkBox {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      margin: 0 auto;
      max-width: 320px;
    }
    #shindan_imp .result .result-linkBox a {
      cursor: pointer;
      text-decoration: none;
      color: white;
      font-weight: bold;
      line-height: 1.4;
      font-size: 16px;
      padding: 12px;
      margin-top: 12px;
      display: block;
      text-align: center;
    }
    #shindan_imp .result .result-linkBox a:hover {
      opacity: 0.7;
    }
    #shindan_imp .result .result-linkBox .result-to_detail-btn {
      background-color: #0a8664;
    }
    #shindan_imp .result .result-linkBox .result-to_conv-btn {
      background-color: #f68213;
    }
    #shindan_imp .q1-contentWrap {
        display: contents !important;
    }
    #shindan_imp .shindan-contentWrap .shindan-contentsBox:nth-of-type(3n), #shindan_imp .shindan-contentWrap .shindan-contentsBox:last-child {
      margin-right: 0;
    }
    #shindan_imp .shindan-contentWrap .shindan-button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 64px;
      background-color: #0a8664;
      margin-top: 16px;
      cursor: pointer;
      text-align: center;
      width: 256px;
    }
    #shindan_imp .shindan-button-q1 {
      width: 256px !important;
    }
    #shindan_imp .shindan-contentWrap .shindan-button span {
      color: white;
      font-weight: bold;
      line-height: 1.4;
      font-size: 16px;
      display: block;
    }
    #shindan_imp .shindan-contentWrap .shindan-button:hover {
      opacity: 0.7;
    }
    #shindan_imp .result-wrap {
      height: 725px;
      width: 840px;
      position: relative;
      z-index: 1;
    }
    #shindan_imp .result-wrap .card-intro, #shindan_imp .result-wrap .scrollbox-intro {
      transition: 0.4s;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
    #shindan_imp .result-wrap .card-intro {
      top: 0;
    }
    #shindan_imp .result-wrap .scrollbox-intro {
      top: 100%;
      opacity: 0;
      padding-top: 40px;
    }
    #shindan_imp .result-contentWrap {
      display: flex;
      justify-content: center;
      width: 100%;
      margin: 20px auto 0;
    }
    #shindan_imp .result-contentWrap .result-contentsBox {
      width: 45%;
      margin-right: 10%;
      position: relative;
      text-align: center;
    }
    #shindan_imp .result-contentWrap .result-contentsBox:last-child {
      margin-right: 0;
    }
    #shindan_imp .result-contentWrap .result-contentsBox.plusicon::before, #shindan_imp .result-contentWrap .result-contentsBox.plusicon::after {
      content: "";
      position: absolute;
      background-color: #0a8664;
      top: 50%;
      right: calc(-5px - 10%);
    }
    #shindan_imp .result-contentWrap .result-contentsBox.plusicon::before {
      width: 10px;
      height: 50px;
      transform: translate(50%, -50%);
    }
    #shindan_imp .result-contentWrap .result-contentsBox.plusicon::after {
      width: 50px;
      height: 10px;
      transform: translate(50%, -50%);
    }
    #shindan_imp .result-contentWrap .result-image {
      text-align: center;
      text-decoration: none;
    }
    #shindan_imp .result-contentWrap .result-image.w100img {
      height: 120px;
      margin: 0 auto;
      display: flex;
      align-items: center;
    }
    #shindan_imp .result-contentWrap .result-image.w100img.height-auto {
      height: auto;
    }
    #shindan_imp .result-contentWrap .result-image.w100img img {
      height: auto;
      margin: 0 auto;
      width: 100%;
    }
    #shindan_imp .result-contentWrap .result-image.h100img img {
      height: auto;
      margin: 0 auto;
      width: auto;
    }
    #shindan_imp .result-contentWrap .result-image.result-matchHeight img {
      max-height: 200px;
      height: auto;
    }
    #shindan_imp .result-contentWrap .result-image img {
      height: 120px;
      margin: 0 auto;
    }
    #shindan_imp .result-contentWrap .result-image .fig-note {
      display: block;
      margin-top: 10px;
      text-align: center;
      font-size: 12px;
    }
    #shindan_imp .result-contentWrap .result-cardtype {
      color: #0370c5;
      font-size: 18px;
      text-align: center;
      font-weight: bold;
      line-height: 1.42;
      margin-bottom: 10px;
      min-height: 50px;
    }
    #shindan_imp .result-contentWrap .result-detailText {
      font-size: 16px;
      line-height: 1.4;
      padding: 10px 0 0;
      margin-top: 15px;
      text-align: left;
      font-weight: 500;
    }
    #shindan_imp .result-type01 .result-linkBox a:first-child {
      margin: 24px 0;
      max-width: 320px;
      width: 100%;
    }
    #shindan_imp .result-type02 .result-linkBox {
      flex-direction: row;
      margin-top: 25px;
    }
    #shindan_imp .result-type02 .result-linkBox .result-to_conv-btn {
      margin-right: 5%;
    }
    #shindan_imp .result-type02 .result-linkBox .result-to_detail-btn, #shindan_imp .result-type02 .result-linkBox .result-to_conv-btn {
      width: 40%;
    }
    #shindan_imp .result-type02 .result-contentWrap .result-linkBox {
      flex-wrap: wrap;
    }
    #shindan_imp .result-type02 .result-contentWrap .result-linkBox .result-to_conv-btn {
      margin-right: 0%;
    }
    #shindan_imp .result-type02 .result-contentWrap .result-linkBox .result-to_detail-btn, #shindan_imp .result-type02 .result-contentWrap .result-linkBox .result-to_conv-btn {
      width: 100%;
    }
    #shindan_imp .result-type03 .result-contentsBox {
      width: 100%;
    }
    #shindan_imp .result-type03 .result-image {
      display: flex;
      margin-top: 15px;
    }
    #shindan_imp .result-type03 .result-image .result-image-in {
      width: 30%;
      margin-right: 5%;
    }
    #shindan_imp .result-type03 .result-image .result-image-in:nth-of-type(3n), #shindan_imp .result-type03 .result-image .result-image-in:last-child {
      margin-right: 0;
    }
    #shindan_imp .result-type03 .result-image .result-image-in img {
      width: 100%;
    }
    #shindan_imp .result-type03 .result-image .result-image-in p {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.42;
      margin-bottom: 10px;
    }
    #shindan_imp .result-type03 .result-linkBox {
      margin-top: 20px;
    }
    #shindan_imp .result-type03 .result-linkBox a {
      width: 50%;
      margin: 10px auto 0;
    }
    #shindan_imp .result-linkBox.platinum-link .result-to_conv-btn {
      background-color: #C00000 !important;
    }
    #shindan_imp .result-linkBox.platinum-link .result-to_detail-btn {
      background-color: #595959 !important;
    }
    #shindan_imp .slide ul.return-button {
      width: 100%;
      text-align: center;
    }
    #shindan_imp .small {
      font-size: 16px !important;
    }
    #shindan_imp .medium {
      font-size: 24px !important;
    }
  }
  #shindan_imp .card-info img {
    width: 316px;
  }
  #shindan_imp .card-info-two img {
    width: 416px;
  }
  #shindan_imp .card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #shindan_imp .card-info-two {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #shindan_imp .info-txt {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 16px 0;
  }
  #shindan_imp .point-num {
    width: 56px !important;
  }
  #shindan_imp .point-wrap{
    display: flex;
    align-items: center;
    gap: 23px;
  }
  #shindan_imp .info-wrap {
    display: flex;
    gap: 16px;
  }
  #shindan_imp .info-point {
    display: flex;
    width: 289px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.20);
  }
  #shindan_imp .table-wrapper {
    margin: 32px 0 12px 0;
    border: 1px solid #CCC;
  }
  #shindan_imp table tr th, table tr td {
    border: 1px solid #CCC;
  }
  #shindan_imp .card-detail th {
    color: #0E5F52;
    font-weight: 700;
    background: #CFE4E0 !important;
    text-align: center;
    padding: 16px 0;
    border-left: 1px solid #CFE4E0 !important;
  }
  #shindan_imp .table-wrapper td, 
  #shindan_imp .table-wrapper th {
    padding: 13px 24px;
    border: 1px solid #CCC !important;
    font-size: 14px;
    width: 660px;
  }
  #shindan_imp .result-else-btn {
    background: #D9D9D9 !important;
    color: #333 !important;
  }
  #shindan_imp .logo-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  #shindan_imp .card-detail-wrap col:nth-child(1) {
    width: 25%;
  }
  #shindan_imp .cardbrand-wrap {
    padding: 5px 24px !important;
  }
  #shindan_imp .card-detail-wrap col:nth-child(2) {
    width: 70%;
  }
  #shindan_imp .card-noteItem {
    font-size: 12px;
    font-weight: 300;
    padding-left: 15px;
    position: relative;
    line-height: 160%;
    list-style-type: none;
  }
  #shindan_imp .card-noteItem::before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #shindan_imp .card-info-txt {
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
  }
  #shindan_imp .point-wrap p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  #shindan_imp .card-note-wrap p {
    font-size: 12px;
    color: #333333;
  }
  #shindan_imp .card-note-content {
    font-size: 12px;
    padding-left: 18px;
    line-height: 150%;
    color: #333333;
  }
  #shindan_imp .card-note-content li {
    padding-bottom: 4px;
  }
  #shindan_imp .card-note-content li::marker {
    color: #333333 !important;
  }
  #shindan_imp .pc_only {
    display: block !important;
  }
  
  /* sp_only */
  #shindan_imp .sp_only {
    display: none !important;
  }
  
  @media (max-width: 640px) {
    #shindan_imp .pc_only {
      display: none !important;
    }
    #shindan_imp .sp_only {
      display: block !important;
    }
    #shindan_imp .pc {
      display: none !important;
    }
    #shindan_imp {
      background-color: white;
      overflow: auto;
    }
    #shindan_imp .slide {
      display: none;
      position: relative;
    }
    #shindan_imp .slide.question {
      overflow: hidden;
    }
    #shindan_imp .shindantop {
      display: block;
      overflow: hidden;
    }
    #shindan_imp .slide ul.return-button li.return-prev {
      left: 10px;
    }
    #shindan_imp .slide ul.return-button li.return-prev span {
      background-image: url(https://www.smbc-card.com/content/dam/smcc/jp/ja/individual/shindan/return_button_prev.gif);
    }
    #shindan_imp .shindantop-inner {
      overflow: scroll;
      height: auto;
      margin: 0 16px;
    }
    #shindan_imp .heading-top,
    #shindan_imp .question p.subtitle {
      color: #0A8664;
      font-size: 22px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 16px;
    }
    #shindan_imp .shindantop p.lead {
      font-size: 12px;
      text-align: center;
      line-height: 1.4;
      padding: 10px 0;
    }
    #shindan_imp .card-info picture {
      line-height: 0 !important;
    }
    #shindan_imp .button-wrap {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 300px;
      gap: 16px;
      flex-direction: row !important;
    }
    #shindan_imp .question-title {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.42;
      margin-bottom: 24px;
    }
    #shindan_imp .question {
      position: relative;
    }
    #shindan_imp .question .question-inner {
      overflow: scroll;
      height: auto;
      margin: 0 16px;
    }
    #shindan_imp .result {
      position: relative;
    }
    #shindan_imp .result p.lead {
      font-size: 14px;
      text-align: center;
      line-height: 1.4;
      padding: 0 0 8px;
    }
    #shindan_imp .result p.summary {
      font-size: 12px;
      text-align: center;
      line-height: 1.4;
      padding: 10px 0 0;
    }
    #shindan_imp .shindan-button-sp {
      width: 140px !important;
    }
    #shindan_imp .shindan-contentWrap .shindan-button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 auto;
      background-color: #0a8664;
      cursor: pointer;
      text-align: center;
      }
      #shindan_imp .shindan-contentWrap .shindan-button span {
      color: white;
      font-weight: bold;
      line-height: 1.4;
      font-size: 16px;
      display: block;
      height: 60px;
      padding: 8px 16px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      }
      #shindan_imp .shindan-contentWrap .shindan-button:hover {
      opacity: 0.7;
      }
      #shindan_imp .cardname {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.42;
    }
    #shindan_imp .modal-container {
      top: 0 !important;
    }
    #shindan_imp .modal-content {
      padding: 24px 0;
      width: 100%;
      border-radius: 10px;
      height: 80vh;
  }
  #shindan_imp .card-note-wrap {
    padding: 0 16px;
  }
    #shindan_imp .shindan-contentWrap {
      display: flex;
      justify-content: center;
      width: 100%;
      margin: 24px auto 400px auto;
      gap: 16px;
      }
    #shindan_imp .shindan-contentWrap3 {
      margin: 24px auto 1vw auto !important;
    }
    #shindan_imp .q1-contentWrap {
      display: contents !important;
      }
      #shindan_imp .shindan-contentWrap .shindan-contentsBox:nth-of-type(3n), #shindan_imp .shindan-contentWrap .shindan-contentsBox:last-child {
      margin-right: 0;
      }
      #shindan_imp .shindan-contentsBox {
        width: 100%;
      }
      #shindan_imp .shindan-contentsBoxTop {
        width: 47%;
      }
    #shindan_imp .result .scrollbox-show-btn {
      position: absolute;
      bottom: 20px;
      left: 50%;
      z-index: 4;
      transform: translateX(-50%);
      padding: 10px 25px;
      font-size: 10px;
      text-align: center;
      line-height: 1.4;
      width: 40%;
      border: 1px solid black;
      background-color: white;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }
    #shindan_imp .shindan-image img {
      width: 100%;
    }
    #shindan_imp .result .scrollbox-show-btn span {
      display: block;
      position: relative;
    }
    #shindan_imp .result .scrollbox-show-btn span::before {
      transition: 0.4s;
      content: "";
      position: absolute;
      top: 42%;
      left: -15px;
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-color: transparent transparent #565656 #565656;
      transform: translateY(-50%) rotate(-45deg);
      transform-origin: center center;
    }
    #shindan_imp .result .scrollbox-show-btn.active span::before {
      top: 58%;
      transform: translateY(-50%) rotate(135deg);
    }
    #shindan_imp .result .result-linkBox {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    #shindan_imp .result .result-linkBox a {
      cursor: pointer;
      text-decoration: none;
      color: white;
      font-weight: bold;
      line-height: 1.4;
      font-size: 16px;
      padding: 12px;
      margin-top: 12px;
      display: block;
      text-align: center;
    }
    #shindan_imp .result .result-linkBox a:hover {
      opacity: 0.7;
    }
    #shindan_imp .result .result-linkBox .result-to_detail-btn {
      background-color: #0a8664;
    }
    #shindan_imp .result .result-linkBox .result-to_conv-btn {
      background-color: #f68213;
    }
    #shindan_imp .result-wrap {
      overflow: hidden;
      width: 100%;
      height: 70vh;
      position: relative;
      z-index: 1;
    }
    #shindan_imp .result-wrap .card-intro, #shindan_imp .result-wrap .scrollbox-intro {
      overflow: scroll;
      width: 100%;
      height: 65vh;
      margin: 0 auto;
      transition: 0.4s;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
    #shindan_imp .result-wrap .card-intro {
      top: 0;
    }
    #shindan_imp .result-wrap .scrollbox-intro {
      top: 200vh;
      padding-top: 80px;
    }
    #shindan_imp .result-contentWrap {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      margin: 20px auto 0;
    }
    #shindan_imp .result-contentWrap .result-contentsBox {
      width: 100%;
      position: relative;
      text-align: center;
    }
    #shindan_imp .result-contentWrap .result-contentsBox:not(:first-of-type) {
      margin-top: 40px;
    }
    #shindan_imp .result-contentWrap .result-contentsBox:last-child {
      margin-right: 0;
    }
    #shindan_imp .result-contentWrap .result-contentsBox.plusicon {
      margin-bottom: 70px;
    }
    #shindan_imp .result-contentWrap .result-contentsBox.plusicon::before, #shindan_imp .result-contentWrap .result-contentsBox.plusicon::after {
      content: "";
      position: absolute;
      background-color: #0a8664;
      bottom: calc(-10px - 10%);
      right: 50%;
    }
    #shindan_imp .result-contentWrap .result-contentsBox.plusicon::before {
      width: 10px;
      height: 50px;
      transform: translate(50%, 50%);
    }
    #shindan_imp .result-contentWrap .result-contentsBox.plusicon::after {
      width: 50px;
      height: 10px;
      transform: translate(50%, 50%);
    }
    #shindan_imp .result-type01 .result-contentWrap .result-image img {
      max-width: 50%;
    }
    #shindan_imp .result-type01 .result-linkBox a:first-child {
      margin-top: 30px;
    }
    #shindan_imp .result-contentWrap .result-image {
      text-align: center;
      text-decoration: none;
    }
    #shindan_imp .result-contentWrap .result-image.w100img img {
      height: auto;
      margin: 0 auto;
      width: 100%;
    }
    #shindan_imp .result-contentWrap .result-image .fig-note {
      display: block;
      margin-top: 10px;
      text-align: center;
      font-size: 12px;
    }
    #shindan_imp .result-contentWrap .result-cardtype {
      color: #0370c5;
      font-size: 18px;
      text-align: center;
      font-weight: bold;
      line-height: 1.42;
      margin-bottom: 10px;
    }
    #shindan_imp .result-contentWrap .result-detailText {
      font-size: 16px;
      line-height: 1.4;
      padding: 10px 0 0;
      text-align: left;
    }
    #shindan_imp .result-type02 .result-linkBox {
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 25px;
    }
    #shindan_imp .result-type02 .result-linkBox .result-to_conv-btn {
      margin-bottom: 0%;
    }
    #shindan_imp .result-type02 .result-linkBox .result-to_detail-btn, #shindan_imp .result-type02 .result-linkBox .result-to_conv-btn {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #shindan_imp .result-type03 .result-contentsBox {
      width: 100%;
    }
    #shindan_imp .result-type03 .result-image {
      display: flex;
      flex-wrap: wrap;
      margin-top: 15px;
    }
    #shindan_imp .result-type03 .result-image .result-image-in {
      margin-top: 20px;
      width: 100%;
    }
    #shindan_imp .result-type03 .result-image .result-image-in:first-child {
      margin-top: 0;
    }
    #shindan_imp .result-type03 .result-image .result-image-in img {
      width: 100%;
    }
    #shindan_imp .result-type03 .result-image .result-image-in p {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.42;
      margin-bottom: 10px;
    }
    #shindan_imp .result-type03 .result-linkBox {
      margin-top: 20px;
    }
    #shindan_imp .result-type03 .result-linkBox a {
      width: 100%;
      margin: 10px auto 0;
    }
    #shindan_imp .result-linkBox.platinum-link .result-to_conv-btn {
      background-color: #C00000 !important;
    }
    #shindan_imp .result-linkBox.platinum-link .result-to_detail-btn {
      background-color: #595959 !important;
    }
    #shindan_imp .slide ul.return-button {
      width: 100%;
      text-align: center;
    }
    #shindan_imp .small {
      font-size: 12px !important;
    }
    #shindan_imp .medium {
      font-size: 16px !important;
    }
    #shindan_imp .slide ul.return-button {
      width: 100%;
      text-align: center;
      }
      #shindan_imp .slide ul.return-button li {
      display: inline-block;
      font-size: 8px;
      color: #ccc;
      position: absolute;
      bottom: 0px;
      line-height: 170%;
      margin: 0 16px;
      }
      #shindan_imp .slide ul.return-button li span {
      display: inline-block;
      padding: 40px 0 0 0;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 37px;
      cursor: pointer;
      }
      #shindan_imp .slide ul.return-button li.return-prev {
      left: 0px;
      }
      #shindan_imp .slide ul.return-button li.return-top {
      right: 0px;
      }
      #shindan_imp .pa0 {
        padding: 8px 0 !important;
        height: auto !important;
      }
      #shindan_imp .slide ul.return-button li.return-prev span {
      background-image: url(https://www.smbc-card.com/content/dam/smcc/jp/ja/individual/shindan/return_button_prev.gif);
      }
      #shindan_imp .slide ul.return-button li.return-top span {
      background-image: url(https://www.smbc-card.com/content/dam/smcc/jp/ja/individual/shindan/return_button_top.gif);
      }
      #shindan_imp .slide ul.return-button li span:hover {
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
      }
      #shindan_imp .result-nl-return-button li {
        bottom: 0 !important;
        }
        #shindan_imp .result-gnl-return-button {
        position: absolute;
        height: 80px;
        width: 100%;
        bottom: -30px !important;
        left: 0;
        z-index: 3;
        background-color: white;
        }
        #shindan_imp .result-gnl-return-button li {
        bottom: 0 !important;
        }
        #shindan_imp .result-olive-g-return-button {
        position: absolute;
        height: 80px;
        width: 100%;
        bottom: 0 !important;
        left: 0;
        z-index: 3;
        background-color: white;
        }
        #shindan_imp .result-olive-g-return-button li {
        bottom: 0 !important;
        }
        #shindan_imp .result-olive-pp-return-button {
        position: absolute;
        height: 80px;
        width: 100%;
        bottom: 0 !important;
        left: 0;
        z-index: 3;
        background-color: white;
        }
        #shindan_imp .result-olive-pp-return-button li {
        bottom: 0 !important;
        }
        #shindan_imp .result-pp-return-button {
        position: absolute;
        height: 80px;
        width: 100%;
        bottom: -30px !important;
        left: 0;
        z-index: 3;
        background-color: white;
        }
        #shindan_imp .result-pp-return-button li {
        bottom: 0 !important;
        }
        #shindan_imp .result-olive-return-button {
          position: absolute;
          height: 80px;
          width: 100%;
          bottom: -45px !important;
          left: 0;
          z-index: 3;
          background-color: white;
          border-radius: 10px;
          }
          #shindan_imp .result-olive-return-button li {
          bottom: 0 !important;
          }
          #shindan_imp .result-nl-return-button {
          position: absolute;
          height: 80px;
          width: 100%;
          bottom: -45px !important;
          left: 0;
          z-index: 3;
          background-color: white;
          }
          #shindan_imp .table-wrapper {
        width: 295px;
        margin:24px auto 16px auto;
      }
      #shindan_imp .card-detail-wrap col:nth-child(1) {
        width: 42%;
      }
      #shindan_imp .table-wrapper td,
      #shindan_imp .table-wrapper th {
        display: table-cell !important;
        padding: 16px 0 !important;
      }
      #shindan_imp .table-wrapper td {
        padding: 8px 0 8px 16px !important;
        vertical-align: middle;
      }
      #shindan_imp .result-wrap .card-intro, #shindan_imp .result-wrap .scrollbox-intro {
        overflow-y: scroll;
        overflow-x: hidden;
      }
      #shindan_imp .card-info img,
      #shindan_imp .card-info-two img {
        width: 260px;
      }
      @media (max-width: 640px) {
      #shindan_imp .card-info p{
         padding: 14px 16px 0px;
        }
      }
      #shindan_imp .info-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
      }
      #shindan_imp .result-type01 .result-linkBox a:first-child {
        width: 290px;
        margin: 16px 0 0 0;
      }
      #shindan_imp .cardname {
        font-size: 16px;
        padding-bottom: 16px;
    }
    #shindan_imp .info-txt {
      padding: 24px 0 16px 0;
    }
    #shindan_imp .info-txt {
      font-size: 16px;
    }
    #shindan_imp .th-box,
    #shindan_imp .td-box {
      display: block;
      width: 293px !important;
    }
    #shindan_imp .result-olive-return-button {
      position: absolute;
      height: 80px;
      width: 100%;
      bottom: -30px !important;
      left: 0;
      z-index: 3;
      background-color: white;
    }
    #shindan_imp .maB24 {
      margin-bottom: 24px !important;
    }
    #shindan_imp .result-olive-return-button li {
      bottom: 0 !important;
    }
    #shindan_imp .result-nl-return-button {
      position: absolute;
      height: 80px;
      width: 100%;
      bottom: -30px !important;
      left: 0;
      z-index: 3;
      background-color: white;
    }
    #shindan_imp .result-nl-return-button li {
      bottom: 0 !important;
    }
    #shindan_imp .result-gnl-return-button {
      position: absolute;
      height: 80px;
      width: 100%;
      bottom: -30px !important;
      left: 0;
      z-index: 3;
      background-color: white;
    }
    #shindan_imp .result-gnl-return-button li {
      bottom: 0 !important;
    }
    #shindan_imp .result-olive-g-return-button {
      position: absolute;
      height: 80px;
      width: 100%;
      bottom: -30px !important;
      left: 0;
      z-index: 3;
      background-color: white;
    }
    #shindan_imp .result-olive-g-return-button li {
      bottom: 0 !important;
    }
    #shindan_imp .result-olive-pp-return-button {
      position: absolute;
      height: 80px;
      width: 100%;
      bottom: -30px !important;
      left: 0;
      z-index: 3;
      background-color: white;
    }
    #shindan_imp .result-olive-pp-return-button li {
      bottom: 0 !important;
    }
    #shindan_imp .result-pp-return-button {
      position: absolute;
      height: 80px;
      width: 100%;
      bottom: -30px !important;
      left: 0;
      z-index: 3;
      background-color: white;
    }
    #shindan_imp .result-pp-return-button li {
      bottom: 0 !important;
    }
    #shindan_imp .modal-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        padding: 40px 20px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        box-sizing: border-box;
        z-index: 120;
        /*モーダル本体の擬似要素の指定*/
        /*モーダル本体に「active」クラス付与した時のスタイル*/
      }
      @media (max-width: 640px) {
        #shindan_imp .modal-container {
          padding: 2.5rem 0rem;
        }
      }
      #shindan_imp .modal-container:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
      }
      #shindan_imp .modal-container.-active {
        opacity: 1;
        visibility: visible;
      }
}
#shindan_imp .modal-body {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 99%;
      max-width: 1024px;
    }
@media (max-width: 640px) {
    #shindan_imp .modal-body {
      width: 90%;
    }
}
#shindan_imp .modal-content.-noneScroll {
    overflow: auto;
  }
  #shindan_imp .modal-content.-cardSelect {
    height: 75vh;
  }
  @media (max-width: 640px) {
    #shindan_imp .modal-content.-cardSelect {
      height: 80vh;
    }
  }
  #shindan_imp .modal-content.-application {
    padding: 2.5rem 7rem;
  }
  @media (max-width: 640px) {
    #shindan_imp .modal-content.-application {
      padding: 2.5rem 1.25rem;
    }
  }
  #shindan_imp .modal-content.-comparison {
    height: 83vh;
  }
  @media (max-width: 640px) {
    #shindan_imp .modal-content.-comparison {
      height: 80vh;
    }
  }
  #shindan_imp .modal-content.-detail {
    padding: 2.5rem 7rem;
  }
  @media (max-width: 640px) {
    #shindan_imp .modal-content.-detail {
      padding: 2.5rem 1.25rem;
    }
  }

/*モーダルを閉じるボタンの指定*/
#shindan_imp .js-modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2.5rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
  }
  @media (max-width: 640px) {
    #shindan_imp .js-modal-close {
      top: -2rem;
      right: 0rem;
    }
  }
  #shindan_imp .js-modal-close::before, .js-modal-close::after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 40px;
    background: #ffffff;
    left: 50%;
    top: 0%;
    transform: translate(0%, 0%) rotate(0deg);
  }
  @media (max-width: 640px) {
    #shindan_imp .js-modal-close::before, .js-modal-close::after {
      height: 30px;
    }
  }
  #shindan_imp .js-modal-close::before {
    transform: translate(-50%, 0%) rotate(45deg);
  }
  #shindan_imp .js-modal-close::after {
    transform: translate(-50%, 0%) rotate(-45deg);
  }
  #shindan_imp .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    z-index: 1000;
    /*モーダル本体の擬似要素の指定*/
    /*モーダル本体に「active」クラス付与した時のスタイル*/
  }
  @media (max-width: 640px) {
    #shindan_imp .modal-container {
      padding: 2.5rem 0rem;
    }
  }
  #shindan_imp .modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  #shindan_imp .modal-container.-active {
    opacity: 1;
    visibility: visible;
  }
  #shindan_imp .modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 99%;
    max-width: 1024px;
  }
  @media (max-width: 640px) {
    #shindan_imp .modal-body {
      width: 90%;
    }
  }
  #shindan_imp .modal-content.-noneScroll {
    overflow: auto;
  }
  #shindan_imp .modal-content.-cardSelect {
    height: 75vh;
  }
  @media (max-width: 640px) {
    #shindan_imp .modal-content.-cardSelect {
      height: 80vh;
    }
  }
  #shindan_imp .modal-content.-application {
    padding: 2.5rem 7rem;
  }
  @media (max-width: 640px) {
    #shindan_imp .modal-content.-application {
      padding: 2.5rem 1.25rem;
    }
  }
  #shindan_imp .modal-content.-comparison {
    height: 83vh;
  }
  @media (max-width: 640px) {
    #shindan_imp .modal-content.-comparison {
      height: 80vh;
    }
  }
  #shindan_imp .modal-content.-detail {
    padding: 2.5rem 7rem;
  }
  @media (max-width: 640px) {
    #shindan_imp .modal-content.-detail {
      padding: 2.5rem 1.25rem;
    }
  }
  