@charset "utf-8";
/* CSS Document */

.sc21-LST-ordered-circled.sc21-LST-ordered-circled {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.sc21-LST-ordered-parens .sc21-LST-ordered-circled {
    margin-left: -1.5em;
}
.sc21-LST-ordered-circled.sc21-LST-ordered-circled>li {
    padding-left: 2em;
}
    
.sc21-LST-ordered-circled.sc21-LST-ordered-circled>li:nth-child(1)::before {
    content: "①";
}
.sc21-LST-ordered-circled.sc21-LST-ordered-circled>li:nth-child(2)::before {
    content: "②";
}

.sc21-LST-ordered-circled.sc21-LST-ordered-circled>li::before {
    margin-right: 1em;
    margin-left: -2em;
    width: 1em;
}
    
.sc21-TBL-scroll {
    margin-top: 1.875rem;
    margin-right: 0;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.sc21-TBL-scroll__content table .w25 {
    width: 25%;
}

.sc21-TBL-scroll__content th {
    background-color: #f5f5f5;
    color:#222;
}

@media screen and (min-width: 768px) {
    .sc21-TBL-scroll__content th, .sc21-TBL-scroll__content td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .sc21-TBL-scroll__content td:first-child {
        background: #ffffff;
    }
    .sc21-TBL-scroll__inner {
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 767px){
    .sc21-TBL-scroll__content {
        padding-right: 4%;
        padding-left: 4%;
        width: 56rem;
    }
    .sc21-TBL-scroll__inner.-showHint::before {
        visibility: visible;
        opacity: 1;
    }
    .sc21-TBL-scroll__inner::before {
        transition-property: visibility,opacity;
        transition-duration: .1s;
        transition-timing-function: linear;
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 10px;
        width: 2.5rem;
        height: 2.5rem;
        background-size: 2.5rem 2.5rem;
        background-image: url(data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Crect opacity='.4' x='40' y='40' width='40' height='40' rx='6' transform='rotate(-180 40 40)' fill='%23000'/%3E%3Cpath d='M13 16l5 2.887v-5.774L13 16zm4.5.5H27v-1h-9.5v1zM27 23.5l-5-2.887v5.774l5-2.887zm-4.5-.5H13v1h9.5v-1z' fill='%23fff'/%3E%3C/svg%3E%0A);
        content: "";
        visibility: hidden;
        opacity: 0;
    }
    .sc21-questions-headline {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }
}

@media screen and(max-width: 767px) {
    .sc21-CreditCardTopSearch .sc21-questions-headline {
    padding-bottom: 3.75rem
    }
}

.sc21-questions-body {
    margin-bottom: 4rem;
    overflow: hidden;
    transition-property: visibility, opacity, max-height;
    transition-duration: 0.4s, 0.4s, 0s;
    transition-timing-function: linear
}

@media screen and(min-width: 768px) {
    .sc21-questions-body {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff
    }
}

@media print {
    .sc21-questions-body {
        margin-right: 0;
        margin-left: 0;
        background-color: #fff
    }
}

.sc21-CreditCardSearch[aria-expanded=true] .sc21-questions-body {
    visibility: visible;
    opacity: 1;
    max-height: 1000vh;
    transition-delay: 0.4s
}
.sc21-CreditCardSearch[aria-expanded=false] .sc21-questions-body {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition-delay: 0s, 0s, 0.4s
}

.sc21-questions-openButton {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ddd;
    width:100%;
    background:none;
    text-align:left;
    position:relative;
}
.sc21-questions-openButton span {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    padding-right: .75rem;
    padding-left: .75rem;
    display:block;
}
.sc21-questions-openButton > span {
    width:calc(100% - 60px);
}
.sc21-questions-openButton span.icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
.sc21-questions-openButton span.icon:before,
.sc21-questions-openButton span.icon:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background: #004098;
    transition: 0.3s;
    right:0;
}
.sc21-questions-openButton span.icon:after {
    transform: rotate(90deg);
}
.sc21-questions-openButton.open span.icon:before {
    opacity: 0;
}


.sc21-LNK-txt {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.paddingL-1em {
    padding-left: 1em;
}

#online-privacy-notice-3 ._opn_node_inner_wrap {
  flex: 1 1 20%;
}
#online-privacy-notice-3 ._opn_node_inner_wrap a {
  display: block;
  min-height:30px;
}

@media screen and(max-width: 600px) {
  #online-privacy-notice-3 div._opn_node_title {
    display:none;
  }
  #online-privacy-notice-3 div._opn_node_inner {
    display: flex;
  }
  #online-privacy-notice-3 span._opn_node_thead {
    flex: 0 1 45%;
    padding: 10px 5px;
    font-size: 11px;
    background-color: #EEE;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
    align-items: center;
    display: flex;
  }
  #online-privacy-notice-3 _opn_node_items.name, a._opn_node_items {
    flex: 1 1 20%;
    padding: 10px 5px;
    font-size: 11px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: none;
    border-left: none;
    align-items: center;
    display: flex;
    word-break: break-word;
  }
}

.ad._opn_node_inner {padding-bottom:0}