@charset "UTF-8";

body, html {
    font-size: 100%;
}
main {
    display: block;
}
.sc21-DetailCommon {
    overflow-x: hidden;
}
.sc21-HLN-1-bg-small {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    background-color: #f5f5f5;
}
.sc21-LOT {
    margin-right: auto;
    margin-left: auto;
}
[class*=sc21-GRID-] {
    padding-right: 4%;
    padding-left: 4%;
    margin-bottom: 0;
    list-style-type: none;
}
.sc21-HLN-1-bg-small__inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.sc21-HLN-1-bg-small__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #004098;
    font-weight: 600;
}
.sc21-LOT {
    margin-right: auto;
    margin-left: auto;
}
.sc21-u-mb-0.sc21-u-mb-0.sc21-u-mb-0 {
    margin-bottom: 0;
}
.sc21-u-mt-s.sc21-u-mt-s.sc21-u-mt-s {
    margin-top: 0.625rem;
}
.sc21-DetailCommon-dateLine {
    color: #707070;
    font-size: .875rem;
    line-height: 1.8;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.875rem;
    flex-direction: row;
    white-space: nowrap;
}
.sc21-MDA {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.sc21-MDA__image {
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-radius: 4px;
    height: auto;
    max-width: 100%;
}
.sc21-u-mt-lll.sc21-u-mt-lll.sc21-u-mt-lll {
    margin-top: 1.875rem;
}
.sc21-u-section {
    padding-bottom: 3.75rem;
}
.sc21-CLI-headline-large {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
}
.sc21-CreditCardDetailFeatureItem-section>:first-child, .sc21-CreditCardDetailFeatureItem-section>.sc21-CLI-wysiwyg:first-child>:first-child, .sc21-CreditCardDetailFeatureItem-section>.sc21-LST-annotation:first-child>:first-child {
    margin-top: 0;
}
.sc21-CLI-wysiwyg p {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
}
.sc21-MLS-full [class*=sc21-CLI-headline-]+[class*=sc21-LST-], .sc21-MLS-full [class*=sc21-CLI-headline-]+.sc21-CLI-wysiwyg>p, .sc21-MLS-full [class*=sc21-CLI-headline-]+.sc21-CLI-wysiwyg>ul, .sc21-MLS-full [class*=sc21-CLI-headline-]+.sc21-CLI-wysiwyg>ol {
    margin-top: 0.3125rem;
}
.sc21-CreditCardDetailFeatureItem-inner.-bordered:nth-child(n+2) {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ddd;
    padding-top: 2.5rem;
}
.sc21-CreditCardDetailFeatureItem-inner:nth-child(n+2) {
    margin-top: 2.5rem;
}
.sc21-LST-annotation {
    font-size: .875rem;
    line-height: 1.8;
    color: #707070;
}
.sc21-MLS-full [class*=sc21-LST-]+.sc21-LST-annotation>*, .sc21-MLS-full .sc21-CLI-wysiwyg+.sc21-LST-annotation>* {
    margin-top: 0.3125rem;
}
.sc21-LST-annotation ul, .sc21-LST-annotation ol, .sc21-LST-annotation p {
    margin-top: 1.25rem;
    margin-bottom: 0;
}
.sc21-LST-annotation ul, .sc21-LST-annotation ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
.sc21-LST-annotation ul:not(.-numbered)>li {
    padding-left: 1.5714285714em;
}
.sc21-LST-annotation ul:not(.-numbered)>li::before {
    display: inline-block;
    margin-right: 0.5714285714em;
    margin-left: -1.5714285714em;
    content: "※";
}
.sc21-LNK-btn-center {
    margin-top: 1.875rem;
}
.sc21-MLS-full .sc21-LST-annotation+[class*=sc21-LNK-] {
    margin-top: 0.625rem;
}
.sc21-BTN-normal {
    background-color: #004098;
}
.sc21-BTN-login, .sc21-BTN-normal {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border-width: 0;
    border-radius: 4px;
    padding-right: 1.875rem;
    padding-left: 1.5rem;
    width: 100%;
    font-weight: 600;
    font-family: inherit;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    outline-offset: 2px;
}
.sc21-BTN-login span, .sc21-BTN-normal span {
    color: #fff;
}
.sc21-BTN-login::after, .sc21-BTN-normal::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition-property: opacity;
    transition-duration: .1s;
    transition-timing-function: linear;
    content: "";
    opacity: 0;
}
.sc21-BTN-normal::after {
    background-image: linear-gradient(88.83deg, #004098, #0070cf);
}
.sc21-BTN-login:not(:disabled):hover::after, .sc21-BTN-normal:not(:disabled):hover::after {
    opacity: 1;
}
svg {
    fill: currentColor;
}
.sc21-BTN-login svg:last-child, .sc21-BTN-normal svg:last-child {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    right: 0.875rem;
    bottom: 0;
    width: 0.3125rem;
    height: 0.5rem;
    color: #fff;
}
.sc21-BTN-login svg:last-child[width="14"], .sc21-BTN-normal svg:last-child[width="14"] {
    right: 0.75rem;
    width: 0.6875rem;
    height: 0.5rem;
}

@media screen and (min-width: 768px) {
	.sc21-LOT {
	    max-width: 89rem;
	}
	.sc21-GRID-1-center {
	    margin-right: auto;
	    margin-left: auto;
	    max-width: 56rem;
	}
	[class*=sc21-GRID-] {
	    padding-right: 2rem;
	    padding-left: 2rem;
	}
	.sc21-HLN-1-bg-small__inner {
	    padding-top: 3.75rem;
	    padding-bottom: 3.75rem;
	}
	.sc21-HLN-1-bg-small__title {
	    font-size: 1.75rem;
	    line-height: 1.5;
	}
	.sc21-LOT {
	    max-width: 89rem;
	}
	.sc21-GRID-1-center {
	    margin-right: auto;
	    margin-left: auto;
	    max-width: 56rem;
	}
	.sc21-u-mt-s.sc21-u-mt-s.sc21-u-mt-s {
	    margin-top: 1.25rem;
	}
	.sc21-u-mt-lll.sc21-u-mt-lll.sc21-u-mt-lll {
	    margin-top: 3.75rem;
	}
	.sc21-u-section {
	    padding-bottom: 6.25rem;
	}
	.sc21-CLI-headline-large {
	    font-size: 1.5rem;
	    line-height: 1.8;
	}
	.sc21-CLI-wysiwyg p {
	    margin-top: 2.5rem;
	}
	.sc21-MLS-full [class*=sc21-CLI-headline-]+[class*=sc21-LST-], .sc21-MLS-full [class*=sc21-CLI-headline-]+.sc21-CLI-wysiwyg>p, .sc21-MLS-full [class*=sc21-CLI-headline-]+.sc21-CLI-wysiwyg>ul, .sc21-MLS-full [class*=sc21-CLI-headline-]+.sc21-CLI-wysiwyg>ol {
	    margin-top: 0.625rem;
	}
	.sc21-LST-annotation ul, .sc21-LST-annotation ol, .sc21-LST-annotation p {
	    margin-top: 1.5rem;
	}
	.sc21-MLS-full [class*=sc21-LST-]+.sc21-LST-annotation>*, .sc21-MLS-full .sc21-CLI-wysiwyg+.sc21-LST-annotation>* {
	    margin-top: 0.625rem;
	}
	.sc21-LNK-btn-center {
	    margin-top: 2.5rem;
	}
	.sc21-MLS-full .sc21-LST-annotation+[class*=sc21-LNK-] {
	    margin-top: 1.25rem;
	}
	.sc21-LNK-btn-center {
	    margin-right: auto;
	    margin-left: auto;
	}
	.sc21-LNK-btn-center {
	    max-width: 27rem;
	}
}
