@charset "UTF-8";

/*----------------------------------------------------
contents
----------------------------------------------------*/
.cfd-top {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* pc/sp */
.pc,
.pc2 {
	display: none;
}

.pc-i {
	display: none;
}

.sp,
.sp2 {
	display: block;
}

.sp-i {
	display: inline;
}

@media (min-width: 768px) {
	.pc {
		display: block;
	}

	.pc-i {
		display: inline;
	}

	.sp,
	.sp-i {
		display: none;
	}

}
@media (min-width: 940px) {
	.pc2 {
		display: block;
	}
	.sp2 {
		display: none;
	}
}

/*----------------------------------------------------
 main-visual
----------------------------------------------------*/
.cfd-top .main-visual {
    padding-bottom: min(80px, 7.11vw);
    position: relative;
    z-index: 1;
}
.cfd-top .slick-dots {
    bottom: max(-120px, -10.67vw);
}

.cfd-top .slick-dots li {
    height: min(30px, 2.67vw);
    margin-left: min(22.5px, 2vw);
    margin-right: min(22.5px, 2vw);
    width: min(30px, 2.67vw);
}
.cfd-top .slick-dots li button:before {
    background: #b3b3b3;
    border-radius: 100%;
    content: '';
    height: min(30px, 2.67vw);
    opacity: 1;
    width: min(30px, 2.67vw);
}
.cfd-top .slick-dots li.slick-active button:before {
    background: #ff6a01;
}

@media (min-width: 940px) {
    .cfd-top .main-visual {
        padding-bottom: 0;
    }
    .cfd-top .slick-dots {
        bottom: max(-70px, -3.65vw);
    }
    .cfd-top .slick-dots li {
        height: 16px;
        margin-left: 17px;
        margin-right: 17px;
        width: 16px;
    }
    .cfd-top .slick-dots li button:before {
        height: 16px;
        width: 16px;
    }
    .cfd-top .main-visual img {
        width: min(1500px, 78.13vw);
    }
    .cfd-top .main-visual .slick-slide {
        position: relative;
    }
    .cfd-top .main-visual .slick-slide:before {
        background: rgba(0, 0, 0, .2);
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .cfd-top .main-visual .slick-current:before {
        content: none;
    }
    .cfd-top .slick-prev::before,
    .cfd-top .slick-next::before {
        content: none;
    }
    .cfd-top .slick-prev,
    .cfd-top .slick-next {
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        height: min(93px, 4.84vw);
        width: min(42px, 2.19vw);
        z-index: 3;
    }
    .cfd-top .slick-prev {
        background-image: url(../img/btn-prev.webp);
        left: min(125px, 6.51vw);
    }
    .cfd-top .slick-next {
        background-image: url(../img/btn-next.webp);
        right: min(125px, 6.51vw);
    }
}

/*----------------------------------------------------
 cfd-top-main
----------------------------------------------------*/
.cfd-top-main {
  box-sizing: border-box;
  padding: 0 0 min(62px, 5.51vw);
  overflow-x: visible;
}

@media (min-width: 940px) {
  .cfd-top-main {
    margin-left: auto;
    margin-right: auto;
    width: min(1230px, 64.06vw);
  }
}

/*----------------------------------------------------
 each
----------------------------------------------------*/
.cfd-top-each {
  background: #fff;
  padding: 24px 20px 28px;
}
.cfd-top-each:nth-child(n+2) {
    padding-bottom: 56px;
}
.cfd-top-each,
.cfd-top-each * {
    box-sizing: border-box;
}
.cfd-top-each:nth-child(n+2),
.cfd-top-each + .cfd-open-account {
  margin-top: min(62px, 5.51vw);
}
.cfd-top-each + .cfd-open-account {
    margin-bottom: 0;
}
.cfd-top-3step + .cfd-open-account {
    margin-bottom: 24px;
}

@media (min-width: 940px) {
  .cfd-top-each {
    padding: min(60px, 3.13vw) 40px min(80px, 4.17vw);
  }
  .cfd-top-each:nth-child(n+2) {
    padding-bottom: min(80px, 4.17vw);
  }
  .cfd-top-each:nth-child(n+2),
  .cfd-top-each + .cfd-open-account {
    margin-top: min(62px, 3.22vw);
  }
  .cfd-top-3step + .cfd-open-account {
    margin-bottom: 24px;
}
}

/*----------------------------------------------------
 title
----------------------------------------------------*/
.cfd-top-title {
    color: #0071bc;
    font-size: clamp(25px, 6.5vw, 32px);
    font-weight: bold;
    margin-bottom: .25em;
    text-align: center;
    overflow-wrap: normal;
    word-break: keep-all;
}

@media (min-width: 940px) {
    .cfd-top-title {
        font-size: min(54px, 2.81vw);
        margin-bottom: .75em;
    }
}

@media (max-width: 939px) {
    .cfd-top-title {
        line-height: 1.35;
        margin-bottom: .55em;
        max-width: 100%;
        overflow-wrap: anywhere;
        white-space: normal;
        word-break: normal;
    }
}

/*----------------------------------------------------
 summary
----------------------------------------------------*/
.cfd-top-summary-list-each {
    align-items: center;
    border: 0.78vw solid #29abe2;
    display: flex;
    justify-content: space-between;
    padding: 3.91vw 3.48vw 3.48vw 9.13vw;
    position: relative;
}
.cfd-top-summary-list-each--4 {
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.cfd-top-summary-list-each:nth-child(n+2) {
    margin-top: 4vw;
}
/* icon */
.cfd-top-summary-list-icon {
    position: absolute;
    left: -2.17vw;
    top: -2vw;
    width: 10.87vw;
}
/* img */
.cfd-top-summary-list-img {
    width: 26%;
}
.cfd-top-summary-list-img img {
    width: 85%;
}
.cfd-top-summary-list-img .cfd-top-summary-list-img--24 {
    width: 80%;
}
/* info */
.cfd-top-summary-list-info {
    width: 74%;
}
.cfd-top-summary-list-title {
    color: #0071bc;
    font-size: 15px;
}
.cfd-top-summary-list-info p {
    font-size: 13px;
}

@media (min-width: 940px) {
    .cfd-top-summary-list {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cfd-top-summary-list-each {
        border-width: min(9px, 0.47vw);
        justify-content: center;
        padding: clamp(20px, 2.08vw, 40px) 0;
        width: 48.25%;
    }
    .cfd-top-summary-list-each:nth-child(n+2) {
        margin-top: 0;
    }
    .cfd-top-summary-list-each:nth-child(n+3) {
        margin-top: 32px;
    }
    /* icon */
    .cfd-top-summary-list-icon {
        left: -6%;
        top: -12%;
        width: 14.6%;
    }
    /* img */
    .cfd-top-summary-list-img {
        width: 25%;
    }
    .cfd-top-summary-list-img img {
        width: 85%;
    }
    .cfd-top-summary-list-img .cfd-top-summary-list-img--24 {
        width: 80%;
    }
    /* info */
    .cfd-top-summary-list-info {
        padding-left: 1em;
        width: 54%;
    }
    .cfd-top-summary-list-title {
        font-size: clamp(16px, 1.25vw, 24px);
    }
    .cfd-top-summary-list-info p {
        font-size: clamp(14px, 0.99vw, 19px);
    }
    
}

/*----------------------------------------------------
 brand-name
----------------------------------------------------*/
.cfd-top-brand-name2 {
    margin-top: .4em;
}

@media (min-width: 940px) {
    .cfd-top-brand-name2 {
        margin-top: 20px;
    }
}

/*----------------------------------------------------
 small-amount
----------------------------------------------------*/
.cfd-top-small-amount {
    text-align: center;
}
.cfd-top-small-amount1 {
    margin-bottom: 20px;
}
/* amount1 */
.cfd-top-small-amount1 img {
    margin-left: auto;
    margin-right: auto;
    width: 61.83vw;
}
.cfd-top-small-amount1 p {
    font-size: 13px;
    padding-top: 1em;
}
/* amount2 */
.cfd-top-small-amount2 img {
    margin-left: auto;
    margin-right: auto;
    width: 82.61vw;
}
.cfd-top-small-amount2 p {
    font-size: 12px;
    padding-top: 1em;
}

@media (min-width: 940px) {
    .cfd-top-small-amount-main {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
    }
    .cfd-top-small-amount1 {
        margin-bottom: 0;
        width: 42.6%;
    }
    /* amount1 */
    .cfd-top-small-amount1 img {
        width: 100%;
    }
    .cfd-top-small-amount1 p {
        font-size: clamp(14px, 1.35vw, 26px);
    }
    /* amount2 */
    .cfd-top-small-amount2 {
        width: 52.6%;
    }
    .cfd-top-small-amount2 img {
        width: 100%;
    }
    .cfd-top-small-amount2 p {
        font-size: clamp(14px, 0.89vw, 17px);
    }
}

/*----------------------------------------------------
 24hour
----------------------------------------------------*/
.cfd-top-24hour-img {
    padding-top: 20px;
}
.cfd-top-24hour-img img {
    margin-left: auto;
    margin-right: auto;
    width: 70.1vw;
}

@media (min-width: 940px) {
    .cfd-top-24hour-img img {
        width: min(53.33vw, 1024px);
    }
}

/*----------------------------------------------------
 chance
----------------------------------------------------*/
.cfd-top-chance-each {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cfd-top-chance-img {
    width: 50%;
}
.cfd-top-chance-info {
    width: 50%;
}

.cfd-top-chance-each--1 {
    margin-bottom: 24px;
}
.cfd-top-chance-each--1 .cfd-top-chance-info {
    padding-right: 1em;
}
.cfd-top-chance-each--2 .cfd-top-chance-info {
    order: 2;
    padding-left: 1em;
}
.cfd-top-chance-each--2 .cfd-top-chance-img {
    order: 1;
    padding-left: 1em;
}

.cfd-top-chance-info-title {
    color: #0071bc;
    font-size: 16px;
}
.cfd-top-chance-info p {
    font-size: 12px;
    padding-top: .5em;
}

@media (min-width: 940px) {
    .cfd-top-chance-main {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
    }
    .cfd-top-chance-each {
        display: block;
        text-align: center;
        width: 48.9%;
    }
    
    .cfd-top-chance-img,
    .cfd-top-chance-info {
        width: 100%;
    }
    .cfd-top-chance-img img {
        margin-left: auto;
        margin-right: auto;
        width: 74.1%;
    }
    .cfd-top-chance-each--2 .cfd-top-chance-img img {
        width: 70%;
    }
    
    .cfd-top-chance-each--1 {
        margin-bottom: 0;
    }
    .cfd-top-chance-each--1 .cfd-top-chance-info {
        order: unset;
        padding-right: 0;
    }
    .cfd-top-chance-each--1 .cfd-top-chance-img {
        order: unset;
    }
    .cfd-top-chance-each--2 .cfd-top-chance-info {
        padding-left: 0;
    }
    
    .cfd-top-chance-info {
        margin-bottom: 30px;
    }
    .cfd-top-chance-info-title {
        font-size: clamp(18px, 1.35vw, 26px);
    }
    .cfd-top-chance-info p {
        font-size: clamp(14px, 0.99vw, 19px);
    }
}    


/*----------------------------------------------------
 trading-support
----------------------------------------------------*/
.cfd-top-trading-support {
    text-align: center;
}
.cfd-top-trading-support img {
    margin-left: auto;
    margin-right: auto;
}
.cfd-top-trading-support-each--1 {
    margin-bottom: 40px;
}
.cfd-top-trading-support-icon {
    margin: 0 auto 5px;
    width: 31.74vw;
}
.cfd-top-trading-support-title {
    font-size: 4.7vw;
}
.cfd-top-trading-support-main p {
    font-size: 3.3vw;
    font-weight: bold;
    padding: .5em 0;
}
.cfd-top-trading-support-each--1 p {
    color: #00a99d;
}
.cfd-top-trading-support-each--2 p {
    color: #0071bc;
}

@media (min-width: 940px) {
    .cfd-top-trading-support-main {
        padding-top: 20px;
    }
    .cfd-top-trading-support-each--1 {
        margin-bottom: min(90px, 4.69vw);
    }
    .cfd-top-trading-support-icon {
        margin: 0 auto 5px;
        width: min(233px, 12.14vw);
    }
    .cfd-top-trading-support-title {
        font-size: clamp(24px, 2.19vw, 42px);
    }
    .cfd-top-trading-support-main p {
        font-size: clamp(18px, 1.35vw, 26px);
        padding: .75em 0;
    }
    .cfd-top-trading-support-main .cfd-top-trading-support-each--2 p {
        font-size: clamp(14px, 1.04vw, 20px);
    }
}

/*----------------------------------------------------
 trend
----------------------------------------------------*/
.cfd-top-trend-img {
    padding-top: 20px;
}
.cfd-top-trend-img img {
    margin-left: auto;
    margin-right: auto;
    width: 66.35vw;
}

@media (min-width: 940px) {
    .cfd-top-trend-img img {
        width: min(763px, 39.74vw);
    }
}

















/*----------------------------------------------------
 3step
----------------------------------------------------*/
.cfd-top-3step-main {
}
.cfd-top-3step-each {
    align-items: center;
    border: 0.78vw solid #a8ddff;
    border-radius: min(95px, 8.44vw);
    display: flex;
    padding: min(40px, 3.56vw);
}
/* arrow */
.cfd-top-3step-arrow {
    padding-bottom: min(18px, 1.6vw);
    padding-top: min(25px, 2.22vw);
}
.cfd-top-3step-arrow img {
    margin: 0 auto;
    width: min(44px, 3.91vw);
}
/* icon */
.cfd-top-3step-icon {
    width: min(121px, 10.76vw);
}
/* info */
.cfd-top-3step-info {
    flex-grow: 100;
    flex-shrink: 100;
    font-size: 13px;
    padding: 0 min(25px, 2.2vw);
}
.cfd-top-3step-title {
    color: #0071bc;
    font-size: min(48px, 4.27vw);
    font-weight: bold;
}

@media (min-width: 940px) {
    .cfd-top-3step-main {
        display: flex;
        justify-content: space-between;
        padding-top: min(85px, 4.43vw);
    }
    .cfd-top-3step-each {
        border-width: min(9px, 0.47vw);
        border-radius: min(15px, 0.78vw);
        display: block;
        padding: min(100px, 5.21vw) 0 min(40px, 2.08vw);
        position: relative;
        text-align: center;
        width: min(345px, 17.97vw);
    }
    /* arrow */
    .cfd-top-3step-arrow {
        align-self: center;
        width: min(22px, 1.15vw);
    }
    .cfd-top-3step-arrow img {
        width: 100%;
    }
    /* icon */
    .cfd-top-3step-icon {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }
    .cfd-top-3step-icon img {
        margin: 0 auto;
        width: 36.6%;
    }
    /* info */
    .cfd-top-3step-info {
        flex-grow: 100;
        flex-shrink: 100;
        font-size: clamp(14px, 0.94vw, 18px);
        padding: 0;
    }
    .cfd-top-3step-title {
        font-size: min(27px, 1.41vw);
    }
}

/*----------------------------------------------------
 faq
----------------------------------------------------*/
.cfd-top-faq-main {
    font-weight: bold;
}
.cfd-top-faq-each:nth-child(n+2) {
    margin-top: min(24px, 2.13vw);
}
/* q */
.cfd-top-faq-q {
    align-items: center;
    background: rgba(0, 113, 188, .2);
    border-radius: min(15px, 1.33vw);
    color: #0071bc;
    display: flex;
    justify-content: space-between;
    padding: min(25px, 2.22vw) min(35px, 3.11vw);
}
.cfd-top-faq-q-icon {
    width: min(60px, 5.33vw);
}
.cfd-top-faq-q-text {
    cursor: pointer;
    flex-grow: 100;
    flex-shrink: 100;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 1em;
}
.cfd-top-faq-toggle {
    transform: scale(1, -1);
    width: min(30px, 2.67vw);
}
.cfd-top-faq-open .cfd-top-faq-toggle {
    transform: scale(1, 1);
}
/* a */
.cfd-top-faq-a-wrap {
    display: none;
}
.cfd-top-faq-a {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-top: min(40px, 3.56vw);
    padding-bottom: min(70px, 6.22vw);
}
.cfd-top-faq-a-icon {
    margin-left: min(9px, 0.8vw);
    margin-right: min(9px, 0.8vw);
    width: min(43px, 3.82vw);
}
.cfd-top-faq-text {
    font-size: 12px;
    flex-grow: 100;
    flex-shrink: 100;
    padding: 0 1em;
}
.cfd-top-faq-text p:nth-child(n+2) {
    margin-top: 1.5em;
}
.cfd-top-faq-text strong {
    font-size: 15px;
}


@media (min-width: 940px) {
    .cfd-top-faq-each:nth-child(n+2) {
        margin-top: min(25px, 1.3vw);
    }
    /* q */
    .cfd-top-faq-q {
        border-radius: min(15px, .78vw);
        padding: min(30px, 1.56vw) min(60px, 3.13vw);
    }
    .cfd-top-faq-q-icon {
        width: min(60px, 3.13vw);
    }
    .cfd-top-faq-q-text {
        font-size: min(27px, 1.41vw);
    }
    .cfd-top-faq-toggle {
        width: min(22px, 1.15vw);
    }
    /* a */
    .cfd-top-faq-a {
        padding-top: min(40px, 2.08vw);
        padding-bottom: min(70px, 3.65vw);
    }
    .cfd-top-faq-a-icon {
        margin-left: min(9px, 0.47vw);
        margin-right: min(9px, 0.47vw);
        width: min(43px, 2.24vw);
    }
    .cfd-top-faq-text {
        font-size: min(18px, 0.94vw);
    }
    .cfd-top-faq-text strong {
        font-size: min(27px, 1.41vw);
    }
}

/*----------------------------------------------------
 news
----------------------------------------------------*/
.top-news-list {
    border: 0;
}

.top-news-more {
    text-align: center;
}
.top-news-more a {
    display: inline-block;
    width: min(250px, 22.2vw);
}

@media (min-width: 940px) {
    .top-news-more a {
        width: min(180px, 9.375vw);
    }
}

/*----------------------------------------------------
 slider
----------------------------------------------------*/
.cfd-banner-slider-wrap {
    position: relative;
}
.cfd-banner-slider-wrap .slider__item {
    padding: 0 5px;
    position: relative;
}
.cfd-banner-slider-wrap .slider__item:not(.slick-active)::before {
    background-color: rgba(0, 0, 0, .4);
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0;
    height: 100%;;
}
.cfd-banner-slider-wrap .slider-controls {
    color: #fff;
    display: flex;
    font-size: 1.5em;
    justify-content: space-between;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.cfd-banner-slider-wrap .slick-arrow {
    position: relative;
    top: -0.75em;
}
.cfd-banner-slider-wrap .slide-m-dots {
    display: none;
}

@media (min-width: 940px) {
    .cfd-banner-slider-wrap {
        padding: min(85px, 4.43vw) 0 min(70px, 3.65vw);
    }

    .cfd-banner-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 1300px;
    }

    .cfd-banner-slider-wrap .slider__item {
        padding: 0 20px;
        max-width: 440px;
        width: 33.333%;
    }
    .cfd-banner-slider-wrap .slider__item:nth-child(n+4) {
        padding-top: 40px;
    }
    .cfd-banner-slider-wrap .slider__item:not(.slick-active)::before {
        content: none;
    }
    .cfd-banner-slider-wrap .slider-controls {
        display: none;
    }
}

/*----------------------------------------------------
 open-account
----------------------------------------------------*/
.cfd-open-account {
    margin-bottom: 30px;
    text-align: center;
}

.cfd-open-account a {
    display: inline-block;
    max-width: 250px;
    width: 80%;
}
@media (min-width: 940px) {
    .cfd-open-account {
        margin-bottom: min(100px, 5.21vw);
    }
    .cfd-open-account a {
        max-width: 500px;
    }
}


.cfd-top-cta img,
.cfd-top-fee img,
.cfd-top-simultaneous img,
.cfd-top-support img,
.cfd-top-torche img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.js-responsive-src {
    display: none !important;
}

.js-responsive-src.js-responsive-src--active {
    display: block !important;
}

.cfd-top-cta {
    text-align: center;
}

.cfd-top-cta-link {
    display: inline-block;
}

.cfd-top-cta-link img {
    width: min(680px, 100%);
}

.cfd-top-fee-note,
.cfd-top-simultaneous-info,
.cfd-top-simultaneous-info p,
.cfd-top-support-item-title,
.cfd-top-support-item-text {
    color: #111;
}


.cfd-top-simultaneous-title {
    overflow-wrap: normal;
    word-break: keep-all;
}

.cfd-top-simultaneous-info,
.cfd-top-support-item-text {
    font-size: 15px;
}

.cfd-top-simultaneous-main,
.cfd-top-simultaneous-img,
.cfd-top-support-main,
.cfd-top-support-photo,
.cfd-top-support-list {
    min-width: 0;
}

.cfd-top-fee-note {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 1.75em;
    text-align: center;
}

.cfd-top-simultaneous-info,
.cfd-top-support-item-text {
    min-width: 0;
}

.cfd-top-torche-link img.pc {
    width: min(1000px, 100%);
}

.cfd-top-torche-link img.sp {
    width: min(300px, 100%);
}

@media (min-width: 940px) {
    .cfd-top-torche-link {
        display: block;
    }

    .cfd-top-support-item-text {
        font-size: 20px;
    }

    .cfd-top-3step-title {
        font-size: min(29px, 1.51vw);
    }

    .cfd-top-faq-q-text {
        font-size: min(29px, 1.51vw);
    }

    .cfd-top-faq-text {
        font-size: min(20px, 1.04vw);
    }

    .cfd-top-faq-text strong {
        font-size: min(29px, 1.51vw);
    }
}

@media (max-width: 939px) {
    .cfd-top-each:nth-child(n+2),
    .cfd-top-each + .cfd-open-account {
        margin-top: 0;
    }

    .cfd-open-account {
        margin-bottom: 0;
        margin-top: 24px;
    }

    .cfd-top-cta-link img {
        width: min(320px, 100%);
    }

    .cfd-open-account a {
        max-width: 290px;
        width: 86%;
    }

    .cfd-top-fee-note {
        margin-top: 12px;
    }

    .cfd-top-3step-info {
        font-size: 15px;
    }

    .cfd-top-3step-title {
        font-size: min(50px, 4.45vw);
    }

    .cfd-top-faq-q-text {
        font-size: 17px;
    }

    .cfd-top-faq-text {
        font-size: 14px;
    }

    .cfd-top-faq-text strong {
        font-size: 17px;
    }
}

@media (min-width: 940px) {
    .cfd-open-account a {
        max-width: 560px;
    }
}



/*----------------------------------------------------
fee
----------------------------------------------------*/

@media (min-width: 940px) {
    .cfd-top-fee-in {
        background: url(../img/discretion-img4-2.webp) no-repeat right center;
        background-size: auto 100%;
        padding-right: 31%;
    }
    .cfd-top-fee .cfd-top-title {
        text-align: left;
    }
    .cfd-top-fee-image.pc {
        margin-left: 0;
        width: min(589px, 30.68vw);
    }
    .cfd-top-fee-note {
        font-size: clamp(14px, 0.94vw, 18px);
        text-align: left;
    }
    
}

/*----------------------------------------------------
 simultaneous
----------------------------------------------------*/
.cfd-top-simultaneous-main {
    font-size: 12px;
    padding: min(60px, 5.33vw) 0;
    text-align: center;
}
/* info */
.cfd-top-simultaneous-info {
    flex: 1 1 auto;
    margin-bottom: min(60px, 5.33vw);
}
.cfd-top-simultaneous-title {
    color: #ff6a01;
    font-size: min(20px, 5vw);
    font-weight: bold;
    margin-bottom: .25em;
}

/* img */
.cfd-top-simultaneous-img {
    margin: 0 auto;
    width: 50.87vw;
}

@media (min-width: 940px) {
    .cfd-top-simultaneous-main {
        align-items: center;
        border-radius: min(30px, 1.56vw);
        display: flex;
        font-size: clamp(18px, 1.46vw, 28px);
        justify-content: space-between;
        padding: min(40px, 2.08vw) 0;
        text-align: left;
    }
    /* info */
    .cfd-top-simultaneous-info {
        flex-shrink: 100;
        flex-grow: 100;
        font-size: clamp(20px, 1.46vw, 28px);
        margin-bottom: 0;
        padding-right: 1em;
    }
    .cfd-top-simultaneous-title {
        font-size: min(38px, 1.98vw);
        margin-bottom: .75em;
    }
    .cfd-top-simultaneous .cfd-top-title {
        text-align: left;
    
    }
    /* img */
    .cfd-top-simultaneous-img {
        width: min(410px, 21.35vw);
    }
}

@media (max-width: 939px) {
    .cfd-top-simultaneous-title {
        letter-spacing: -0.03em;
        line-height: 1.35;
        max-width: 100%;
        overflow-wrap: anywhere;
        white-space: normal;
        word-break: normal;
    }
}

/*----------------------------------------------------
 support
----------------------------------------------------*/
.cfd-top-support-photo {
    min-width: 0;
    margin: 0 auto 3.48vw;
    width: 46.78vw;
}


.cfd-top-support-list {
    gap: 3.48vw;
}

.cfd-top-support-item {
    align-items: flex-start;
    display: flex;
    gap: 1em;
}
.cfd-top-support-item:nth-child(n+2) {
    margin-top: 30px;
}

.cfd-top-support-icon {
    width: 10.17vw;
}
.cfd-top-support-icon img {
    width: 100%;
}
.cfd-top-support-body {
    flex-shrink: 100;
}
.cfd-top-support-item-title {
    color: #0071bc;
    font-size: 4.26vw;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: .35em;
}

.cfd-top-support-item-text {
    font-size: clamp(12px, 2.35vw, 27px);
    line-height: 1.8;
}

@media (min-width: 940px) {
    .cfd-top-support-main {
        align-items: center;
        display: flex;
        gap: min(25px, 1.3vw);
    }
    .cfd-top-support-photo {
        margin: 0;
        width: min(511px, 26.61vw);
    }
    .cfd-top-support-photo img {
        width: 100%;
    }
    .cfd-top-support-list {
        display: flex;
        flex-shrink: 100;
        flex-wrap: wrap;
        gap: unset;
    }
    .cfd-top-support-item {
        flex-shrink: 100;
        width: 100%
    }
    .cfd-top-support-item:nth-child(n+2) {
        margin-top: min(75px, 3.91vw);
    }
    .cfd-top-support-icon {
        width: min(105px, 5.47vw);
    }
    .cfd-top-support-item-title {
        font-size: clamp(16px, 1.46vw, 28px);
        margin-bottom: .35em;
    }
    
    .cfd-top-support-item-text {
        font-size: clamp(12px, 0.99vw, 19px);
    }
    
}