:root {
    --lightblue: #d8f2ff;
    --ceruleanblue:#a7e1ff;
    --blue: #05baff;
    --deepblue: #006ab6;
    --red: #ff0026;
    --lightgray: #e4e4e4;
    --gray: #939393;
}
#lightpair #breadcrumb {
    margin: 0 !important;
}
img {
    max-width: 100%;
}
.font-bold{
    font-weight: bold;
}
.margintop-30{
    margin-top: 30px;
}
.margintop-40{
    margin-top: 40px;
}
.margintop-50{
    margin-top: 50px;
}
.marginbottom-40{
    margin-bottom: 40px;
}
.sp-br{
    display: block;
}
.pc-br {
    display: none;
}
#lightpair a{
    color: #000;
}
.notes-container {
    position: absolute;
    bottom: 1rem;
    color: #fff;
}
.note {
    margin: 0;
}
#lightpair h2 {
    text-align: center;
    color: var(--deepblue);
    font-size: 2rem;
    font-weight: bold;
}
#lightpair .box-title h2 {
    position: relative;
}
#lightpair .box-title h2::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    bottom: -10px;
    left: 40%;
    background: var(--deepblue);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.inner {
    margin: 5rem auto;
    padding: 3rem 1rem;
    background-color: #fff;
    border-radius: 5px;
}
@media (min-width: 768px) {
    .sp-br{
        display: none;
    }
    .pc-br {
        display: block;
    }
}
@media (min-width: 992px) {
    .inner {
        padding: 5rem;
    }
}
.point{
    justify-content: center;
    justify-items: center;
    border: 2px solid #676B6A;
    border-radius: 6px;
    box-shadow: 10px 10px 0px -3px rgba(0, 0, 0, 0.6);
    padding: 20px 10px;
 }
 .point{
     display: flex;
     flex-direction: column;
     align-items: center;
 }
.point p{
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
 }
.point p.note {
    font-weight: normal;
}
.point span{
    font-size: 1.2rem;
    color: var(--gray);
    padding-left: 1rem;
}
.point .item{
    display: flex;
    align-items: center;
    text-align: left;
}
.point p {
    color: #000;
}
.point .item img{
    margin: 0 !important;
}
 @media (min-width: 768px){
    .point .item{
        max-width: 100%;
        margin: 10px 10px;
    }
    .point p{
        font-size: 16px;
    }
 }
 .point-1{
    margin: 0 auto;
 }
 .point-2 {
    grid-template-columns: 40% 26% 35%;
    background-color: #fff;
    line-height: 3rem;
 }
.point .note {
	display: flex;
    flex-wrap: wrap;
}
.point .note p:nth-child(1){
    margin: 0 auto;
    font-weight: normal;
}
.point .note p:nth-child(2){
    margin: 7px 0 0;
    font-size: 12px;
    font-weight: normal;
    color: var(--gray);
}
.point span {
    display: block;
}
 @media (min-width: 991px) {
    .point-4{
        grid-template-columns: 5% 35% 30% 25% 5%;
    }
    .point span {
        display: inline;
    }
 }
.lightpair-section01 {
    background-color: var(--blue);
}
.lightpair-section01 .text-left.note {
    color: var(--gray);
    margin-top: 4rem;
    font-size: 14px;
    text-align: left;
}
.lightpair-section01 h3 {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-top: 0;
}
.lightpair-section02 {
    background-color: var(--lightblue);
}
.lightpair-section02 .container,
.lightpair-section05 .container,
.lightpair-section06 .container {
    padding: 3rem 1rem;
}
.lightpair-section02 .anchorwrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 360px;
    margin: 0 auto;
}
.lightpair-section02 .anchor-link {
    max-width: 756px;
    display: grid;
    margin: 20px auto 0;
}
.lightpair-section03,
.lightpair-section04 {
    padding: 4rem 0;
}
.lightpair-section03 .box-title,
.lightpair-section04 .box-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightpair-section03 .box-title img,
.lightpair-section04 .box-title img {
    margin: 1rem !important;
}
.lightpair-section03 .bl-currency {
    margin: 2rem auto;
}
.lightpair-section03 .item-currency,
.lightpair-section04 .item-currency {
    position: relative;
    max-width: 400px;
    margin: 2rem auto;
    align-items: center;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
}
.lightpair-section03 .pair img,
.lightpair-section04 .pair img {
    margin: 1rem 0 !important;
}
.lightpair-section03 .arrow,
.lightpair-section04 .arrow {
    position: relative;
}
.lightpair-section03 .arrow .nomal-pair,
.lightpair-section04 .arrow .nomal-pair {
    position: absolute;
    top: -53px;
    left: 10px;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    color: var(--lightgray);
    line-height: 2rem;
    text-align: left;
}
.lightpair-section03 .arrow span .nomal-number,
.lightpair-section04 .arrow span .nomal-number {
    font-size: 2rem;
}
.lightpair-section03 .arrow span .nomal-number::before,
.lightpair-section04 .arrow span .nomal-number::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(15deg);
    background-color: var(--red);
    width: 70%;
    height: 1px;
    top: 65%;
    left: -5px;
}
.lightpair-section03 .swap,
.lightpair-section04 .swap {
    font-weight: bold;
    font-size: 2.5rem;
}
.lightpair-section03 .swap .number span,
.lightpair-section04 .swap .number span {
    position: relative;
    color: var(--red);
    font-size: 4rem;
}
.lightpair-section04 .swap .number span sub {
    position: absolute;
    font-size: 1rem;
    top: 17px;
    color: #000;
}
#lightpair .lightpair-section04 .text-left a {
    color: #0B88DC;
}
.lightpair-section05 .bl-currency {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
    margin: 3rem 0 0;
}
.lightpair-section06 .inner-img {
    margin: 3rem 0;
    text-align: center;
}
.lightpair-section06 .description {
    margin-top: 3rem;
    color: #000;
    font-size: 1.6rem;
}
.lightpair-section01 .table-img {
    margin-top: 3rem;
    text-align: center;
}
@media (min-width: 768px) {
    .lightpair-section01 h3 {
        font-size: 1.2rem;
        line-height: 2.6rem;
        margin-top: 0;
        text-align: center;
     }
    .lightpair-section02 .anchorwrap {
        gap: 20px;
        max-width: 500px;
    }
    .lightpair-section03 .bl-currency-low {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .lightpair-section03 .swap .number span,
    .lightpair-section04 .swap .number span {
        font-size: 6rem;
    }
    .lightpair-section05 .bl-currency {
        margin: 0;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .lightpair-section06 .inner-img {
        margin: 6rem 0;
    }
    .lightpair-section06 .description {
        margin-top: 6rem;
        font-size: 1.8rem;
        text-align: center;
    }
}
/* btn-link */
.btn-box {
    width: 90%;
    margin: 40px auto;
}
.btn-box .btn_round {
    position: relative;
    width: 100%;
    border: solid 2px #c7c7c7;
    border-radius: 100px;
    background-color: #FFF;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
}
.btn_round:hover::after {
    color: #fff;
}
.btn_round::after {
    content: "\e613";
    font-family: iconfont;
    font-size: 16px;
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.3sease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3sease-in-out;
    color: #58585b;
    top: 25px;
}
@media (min-width: 768px) {
    .btn-box {
        width: 60%;
    }
    .btn_round::after {
        top: 15px
    }
 }
@media (min-width: 991px) {
    .btn-box {
        width: 50%;
        margin: 6rem auto 4rem;
    }
 }
 #lightpair01{
    background-color: #96E0DF;
    padding: 100px 2vw 0;
 }
 #lightpair01 .inner {
    max-width: 1080px;
    margin: auto;
    padding: 40px 20px;
 }
#lightpair01 .btn-box .btn_round:hover {
    background-color: #d71244;
    color: #FFF;
    border-color: #d71244;
}
/* accordion */
#lightpair01 .collapse {
    display: block;
    border: solid 2px var(--deepblue);
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
}
.accordion-container.lightpair {
    margin: 2rem auto;
    width: 100%;
    max-width: inherit!important;
}
.accordion-container.lightpair:last-child {
    margin-bottom: 0;
}
.accordion-list.lightpair:not(:first-child) {
    margin-top: 10px;
}
.accordion-list.lightpair a{
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.accordion-list.lightpair a:hover{
    color: #fff;
}
.accordion-title.open.lightpair:before {
    transform: rotate(180deg);
}
.accordion-title.open.lightpair:after {
    opacity: 0;
}

.lightpair-cur{
    display: flex;
    justify-content: space-between;
}
.lightpair-cur-container{
    border: 3px solid #00ADEE;
    border-radius: 3px;
    width: calc(50% - 10px);
}
.lightpair-cur-title{
    display: flex;
    justify-content: center;
    height: 50px;
    background-color: #00ADEE;
    margin: 0;
    padding: 12px 0;
    text-align: center;
}

.lightpair-cur-value{
    padding: 30px 2vw;
    text-align: left;
}
.lightpair-cur-value svg text {
    font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lightpair-cur-annotation{
    margin: 0;
}
.lightpair-cur-annotation span{
    display: inline-block;
}

.lightpair-cur-value-box{
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
}
#lightpair01 .box-title{
    margin-bottom: 50px;
}
#lightpair01 .accordion-container .box-title{
    margin-bottom: 30px;
}
#lightpair01 .box-title h2{
    color: #00ADEE;
    display: block;
    width: fit-content;
    margin: auto;
}
#lightpair01 .box-title h2 div{
    margin-bottom: 20px;
    text-align: center;
}
#lightpair01 .box-title h2 span{
    display: inline-block;
}
#lightpair01 .box-title h2 img{
    display: block;
    margin: auto;
    max-width: 500px;
    width: 90%;
}
#lightpair01 .frame{
    font-weight: bold;
    color: #fff;
    text-shadow:
    2px 1px 1px #00ADEE,
    -2px 1px 0px #00ADEE,
    -2px -1px 0 #00ADEE,
    2px -1px 0 #00ADEE
}
.lightpair-newcur{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
}
.lightpair-newcur-title{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
    background: linear-gradient(transparent 40%, #D8F2FC 40%);
    text-align: center;
    margin-left: -40px;
}
.lightpair-newcur-value{
    font-weight: bold;
    font-size: 50px;
    color: #333;
    margin: 0;
}
.lightpair-newcur-value span{
    color: #D71244;
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -2px;
}
.lightpair-cur-new{
    display: flex;
}
.lightpair-cur-container .head {
    background-color: var(--deepblue);
    padding: 10px 6px 0 6px;
}
.lightpair-cur-container .head h3 .red{
    font-size: 30px;
    line-height: 30px;
    color: var(--red);
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-fill-color: #D71244;
    background-color: #ffffff;
    background-clip: text;
    letter-spacing: 0.03em;
    padding: 0.1em;
    font-weight: bold;
}
.lightpair-cur-container .head h3 .black{
    font-size: 21px;
    color: #000000;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-fill-color: #000000;
    background-color: #ffffff;
    background-clip: text;
    letter-spacing: 0.03em;
    padding: 0.1em;
    margin-left: -14px;
    font-weight: bold;
}
.lightpair-cur-container .head .black span {
    font-size: 13px;
    vertical-align: baseline;
}
@media (min-width: 520px) {
    .lightpair-cur-container .head h3 .red {
        font-size: 37px;
        line-height: 37px;
    }
    .lightpair-cur-container .head h3 .black{
        font-size: 21px;
    }
}
@media (min-width: 992px) {
    .lightpair-cur-container .head h3 .red {
        font-size: 40px;
        line-height: 40px;
    }
    .lightpair-cur-container .head h3 .black{
        font-size: 28px;
    }
}
.lightpair-cur-container .head h3 {
    width: 74%;
    margin: 0 auto;
    text-align: center;
}
.lightpair-cur-container .head span {
    display: inline-block;
}
.box-lightpair .head .black span {
    font-size: 13px;
    vertical-align: baseline;
}
.lightpair-annotation{
    color: #5E5E5E;
    font-size: 14px;
    text-align: left;
}

.item-currency{
    text-align: center;
}
@media screen and (max-width:900px) {
    .lightpair-cur-title img{
        width: 80%;
        max-width: 260px;
    }
    .lightpair-newcur-title{
        font-size: 18px;
    }
    .lightpair-newcur-value{
        font-size: 6vw;
    }
    .lightpair-newcur-value span{
        font-size: 5rem;
    }
    .lightpair-cur-annotation{
        font-size: 13px;
    }
    .lightpair-cur-value{
        padding: 20px 4vw;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .lightpair-cur-container .head h3 {
        width: 86%;
    }
}
@media screen and (max-width:768px) {
    .lightpair-cur{
        flex-direction: column;
    }
    .lightpair-cur-container{
        width: 100%;
    }
}
@media screen and (max-width:600px) {
    #lightpair01{
        padding: 60px 2vw;
    }
    .lightpair-cur-container:first-child{
        margin-bottom: 15px;
    }
    .lightpair-newcur-value{
        font-size: 10vw;
    }
    .lightpair-newcur-value span{
        font-size: 18vw;
    }
    .lightpair-section01 h3{
        font-size: 1.0rem;
        line-height: 1.6rem;
    }
    .point p{
        font-size: 1.1rem;
    }
    .lightpair-section01 .text-left.note{
        font-size: 12px;
    }
}

/* lightペア以外の要素への調整 */
.ft_tra{
    border-bottom: none;
}
.try-note {
    text-align: center;
    padding: 38px 0;
}
.try-note a {
    text-decoration: underline;
}
.try-note a:hover {
    color: var(--deepblue);
}



/* --------------------content-lightpair---------------------- */
.content-lightpair {
    font-family: -apple-system, Meiryo, sans-serif;
    padding: 10px 0;
}
.content-wrp {
    background-color: var(--deepblue);
    margin: 0 auto;
}
.content-lightpair .container .big-title {
    display: block;
    width: 90%;
    max-width: 390px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2;
}
.content-lightpair .container {
    margin: 0 auto;
    margin-top: 60px;
    padding: 0;
}
.content-lightpair .box-title {
    color: var(--deepblue);
    font-weight: bold;
    font-size: 34px;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    flex-direction: column;
}
.content-lightpair .box-title span {
    font-size: 1.5rem;
}
.content-lightpair .box-title span.new {
    font-size: 24px;
    color: #ffffff;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-fill-color: #ffffff;
    background-color: var(--deepblue);
    background-clip: text;
    letter-spacing: 0.08em;
    padding: 0.3em;
}
.box-lightpair {
    display: block;
    width: 100%;
    justify-content: center;
    padding: 0 5%;
}
.text-outline-white {
    -webkit-text-stroke: 3px transparent;
    text-stroke: 3px transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #ffffff;
}
.box-lightpair-inner:first-child {
    position: relative;
}
.talent1 {
    position: absolute;
    width: 35%;
    bottom: 95%;
    right: -5%;
    object-fit: cover;
    z-index: -1;
}
.box-lightpair .box-lightpair-inner {
    width: 100%;
    max-width: 430px;
    margin: 10px auto 20px;
    border-radius: 30px;
    text-align: left;
    z-index: 1;
    box-shadow: 0 0 8px var(--deepblue);
}
.box-lightpair .head {
    background-color: var(--blue);
    padding: 10px 6px 0 6px;
    border-radius: 27px 27px 0 0;
    text-align: center;
}
.box-lightpair .head h3 {
    color: #ffffff;
    margin: 0;
    padding: 10px;
    font-size: 20px;
}
.box-lightpair .head h3 .red {
    font-size: 26px;
    color: var(--red);
    -webkit-text-fill-color: var(--red);
    letter-spacing: 0.03em;
}
.box-lightpair .head h3 .black {
    font-size: 26px;
    color: #000000;
    -webkit-text-fill-color: #000000;
    letter-spacing: 0.03em;
}
.box-lightpair .white-small {
    font-size: 18px;
    margin-left: 4px;
}
.box-lightpair .footnote {
    font-size: 0.5em;
    vertical-align: baseline;
}
.box-lightpair .item-currency {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
}
.box-lightpair .pair-wrapper {
    display: flex;
    justify-content: space-evenly;
}
.box-lightpair .nomal-pair {
    display: flex;
    align-items: flex-end;
    text-align: left;
    color: var(--gray);
    font-size: 3.1vw;
    font-weight: bold;
    margin-bottom: 2.5vw;
}
.box-lightpair .nomal-number {
    font-size: 9vw;
    line-height: 1;
    position: relative;
    letter-spacing: -1px;
    font-family: Arial, sans-serif;
}
.box-lightpair .nomal-number::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(15deg);
    background-color: var(--red);
    width: 110%;
    height: 2px;
    top: 43%;
    left: -3px;
}
.box-lightpair .unit {
    font-size: 1rem;
}
.box-lightpair .nomal-pair .footnote {
    font-size: 0.5rem;
    position: absolute;
    right: 0;
}
.box-lightpair .arrow {
    width: 1rem;
    margin: 0 0 2.5vw 2vw;
}
.box-lightpair .pair-name {
    font-size: 4vw;
    margin-bottom: 10px;
    color: #043960;
    font-weight: bold;
}
.box-lightpair .pair-name span {
    background: var(--blue);
    padding: 2px 4px;
    letter-spacing: -2px;
}
.box-lightpair .light-pair-number {
    display: flex;
    align-items: center;
}
.box-lightpair .light-pair-number .arrow {
    padding: 10px;
}
.box-lightpair .light-pair-number .number {
    color: var(--red);
    font-size: 20vw;
    font-weight: bold;
    padding: 0px 5px;
    line-height: 20vw;
    letter-spacing: -4px;
    font-family: Arial, sans-serif;
}
.box-lightpair .light-pair-number .unit {
    font-size: 7.5vw;
    font-weight: bold;
    margin-top: 8.5vw;
    padding: 0px 0px;
}
.box-lightpair .bottom-text {
    font-size: 14px;
    text-align: left;
    margin: 10px 0 0 10px;
}
.content-lightpair .note {
    font-size: 12px;
    text-align: left;
    padding: 10px 5%;
    max-width: 900px;
    margin: 0 auto;
}
.content-lightpair .pannel-content {
    padding: 0 5%;
}
.content-lightpair .accordion {
    border: solid 2px var(--blue);
    border-radius: 30px 30px 32px 32px;
    max-width: 900px;
    margin: 30px auto;
}
.content-lightpair .accordion-item {
    width: 100%;
    background-color: #fff;
    border-radius: 30px 30px 30px 30px;
}
.content-lightpair .accordion-item .collapse {
    display: unset;
}
.top-bg {
    position: relative;
    height: 200px;
    margin-bottom: -220px;
    z-index: -1;
}
.top-bg .bg-1 {
    position: absolute;
    top: 15%;
    left: -83%;
    width: 278%;
    height: 350%;
    clip-path: ellipse(50% 50% at 50% 50%);
    background-color: var(--deepblue);
    z-index: -1;
    transform: rotate(-12deg);
}
.top-bg .bg-2 {
    position: absolute;
    top: 10%;
    left: -91%;
    width: 280%;
    height: 122%;
    clip-path: ellipse(50% 50% at 50% 50%);
    background-color: var(--ceruleanblue);
    z-index: -2;
    transform: rotate(-3deg);
}
.bottom-bg {
    position: relative;
    height: 200px;
    margin-top: -150px;
    z-index: -1;
}
.bottom-bg .bg-3 {
    bottom: -27%;
    position: absolute;
    left: -32%;
    width: 153%;
    height: 156%;
    clip-path: ellipse(50% 50% at 50% 50%);
    background-color: var(--deepblue);
    z-index: -1;
    transform: rotate(-12deg);
}
.bottom-bg .bg-4 {
    position: absolute;
    top: 10%;
    left: -91%;
    width: 280%;
    height: 96%;
    clip-path: ellipse(50% 50% at 50% 50%);
    background-color: var(--ceruleanblue);
    z-index: -2;
    transform: rotate(8deg);
}
.content-lightpair .accordion-title {
    background: var(--blue);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 0.8rem 0;
    text-decoration: none;
    border-radius: 27px;
}
.content-lightpair .accordion-title:hover {
    color: #fff;
    text-decoration: none;
}
.content-lightpair .accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: white;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
.content-lightpair .accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: white;
    transition: all .3s ease-in-out;
}
.content-lightpair .accordion-title.open:before {
    transform: rotate(180deg);
}
.content-lightpair .accordion-title.open:after {
    opacity: 0;
}
.content-lightpair .accordion-body {
    display: none;
    padding: 20px 10px;
    margin: 0;
    border-radius: 5px;
}
.content-lightpair .accordion-body p {
    text-align: left;
    margin-left: 5px;
}
.content-lightpair .highlight-text {
    text-align: left;
    margin: 20px 0px;
}
.content-lightpair .highlight-text.custom {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.content-lightpair .text-inner {
    font-size: 15px;
    line-height: 1.8rem;
    text-align: left;
}
.content-lightpair .highlight-text span {
    font-size: 16px;
    color: var(--red);
    font-weight: bold;
}
.content-lightpair .bl-currency {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
    margin: 2rem 0 0;
    text-align: center;
}
.content-lightpair .pair img {
    width: 100%;
}
.content-lightpair .pair p {
    font-size: 14px;
    text-align: center;
}
.content-lightpair .title-currency {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: var(--deepblue);
}
.content-lightpair .title-currency::before,
.content-lightpair .title-currency::after {
    content: '';
    width: 30%;
    height: 2px;
    background-color: var(--deepblue);
}
.content-lightpair .title-currency span {
    white-space: nowrap;
}
.content-lightpair .tablelight {
    display: block;
    text-align: center;
}
.content-lightpair .point {
    border-radius: 6px;
    background-color: var(--lightblue);
    padding: 10px;
    font-weight: bold;
}
.content-lightpair .point .point-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 10px 0;
    list-style-type: none;
    text-decoration: underline skyblue 2px;
    text-underline-offset: 2px;
}
.content-lightpair .point .item {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 5px;
}
.content-lightpair .point .item img {
    width: 20px;
}
.content-lightpair .point p span {
    text-align: left;
    display: block;
    color: var(--lightgray);
}
.content-lightpair .currency-wrapper {
    padding: 3rem 1rem;
}

@media (min-width: 480px) {
    .box-lightpair .nomal-number {
        font-size: 48px;
    }
    .box-lightpair .nomal-pair {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .box-lightpair .nomal-pair .arrow {
        margin: 0 0 12px 10px;
    }
    .box-lightpair .pair-name {
        font-size: 18px;
    }
    .box-lightpair .light-pair-number .number {
        font-size: 90px;
        line-height: 90px;
    }
    .box-lightpair .light-pair-number .unit {
        font-size: 36px;
        margin-top: 35px;
    }
}

@media (min-width: 768px) {
    .content-lightpair {
        padding: 80px 0;
    }
    .content-lightpair .container .big-title {
        margin-bottom: 40px;
    }
    .talent1 {
        position: absolute;
        width: 20%;
        right: 2%;
        bottom: 78%;
        z-index: -2;
    }
    .content-lightpair .point .point-1 {
        flex-direction: row;
        gap: 20px;
    }
    .content-lightpair .accordion-body .point p {
        text-align: center;
    }
    .content-lightpair .highlight-text {
        text-align: center;
    }
    .content-lightpair .box-title {
        flex-direction: row;
        width: 100%;
    }
    .content-lightpair .box-title span {
        font-size: 30px;
    }
    .content-lightpair .pair img {
        width: 80%;
    }
    .content-lightpair .accordion-body {
        padding: 3rem 3rem;
    }
    .content-lightpair .accordion-body.lower .text-inner {
        text-align: center;
    }
    .content-lightpair .tablelight {
        margin: 30px 0;
    }
    .content-lightpair .bl-currency {
        margin: 3rem 0;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .content-lightpair .highlight-text span {
        font-size: 18px;
    }
    .content-lightpair .accordion-title {
        font-size: 24px;
    }
    .content-lightpair .highlight-text.custom {
        font-size: 18px;
        text-align: center;
    }
    .content-lightpair .pair p {
        letter-spacing: -1px;
    }
    .content-lightpair .point p span {
        text-align: unset;
        display: unset;
        color: unset;
    }
    .box-lightpair {
        display: flex;
    }
    .box-lightpair .box-lightpair-inner {
        width: 50%;
        margin: 10px;
    }
    .box-lightpair .head h3 {
        letter-spacing: 0;
        width: 100%;
        font-size: 22px;
    }
    .box-lightpair .head h3 .red {
        font-size: 30px;
    }
    .box-lightpair .head h3 .black {
        font-size: 30px;
    }
    .box-lightpair .white-small {
        font-size: 20px;
    }
    .box-lightpair .pair-name {
        font-size: 18px;
    }
    .box-lightpair .nomal-number {
        font-size: 2.5rem;
    }
    .box-lightpair .light-pair-number .number {
        font-size: 9vw;
    }
    .box-lightpair .light-pair-number .unit {
        padding: 0px 5px;
        font-size: 4vw;
    }
    .top-bg .bg-1 {
        top: -21%;
        left: -102%;
        width: 310%;
        height: 247%;
        transform: rotate(-4deg);
    }
    .top-bg .bg-2 {
        top: -10%;
        left: -114%;
        width: 200%;
        height: 220%;
        transform: rotate(-3deg);
    }
    .bottom-bg .bg-3 {
        bottom: -38%;
        left: -18%;
        width: 185%;
        height: 248%;
        transform: rotate(-6deg);
        clip-path: ellipse(50% 100% at 45% -10%);
    }
    .bottom-bg .bg-4 {
        top: -90%;
        left: 6%;
        width: 189%;
        height: 200%;
        transform: rotate(-2deg);
    }
}
@media (min-width: 992px) {
    .content-lightpair .container {
        max-width: 900px;
    }
    .box-lightpair .light-pair-number .number {
        font-size: 100px;
    }
    .box-lightpair .light-pair-number .unit {
        font-size: 40px;
        margin-top: 40px;
    }
}
