@charset "utf-8";

/*transfer-landingpage*/
.transfer-eyecatch {background-color: #020202;}
.transfer-landingpage h1 {
    font-size: 2rem;
    line-height: 1.3;
}
.transfer-landingpage h1 > span {
    display: inline-block;
    font-size: 3rem;
    position: relative; 
}
.transfer-landingpage h1 > span::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(45deg, #f7574870 0%, #fad0c459 100%);
    width: 100%;
    height: 0.5em;
    left: 0;
}
.transfer-landingpage h1 > span span {
    position: relative;
    z-index: 1;
}
.transfer-eyecatch p > span {font-size: 14px;}
.transfer-eyecatch .columns {
    background: url(../../../../../assets/img/lp/transfer/eyecatch.jpg) no-repeat right bottom -8vw #020202;
    background-size: 50% auto;
}
.transfer-landingpage h2 span {border-bottom: 2px solid #f75748;}
.faq-box p.faq-box-q span:first-child {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    padding: 1rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
    background-color: #3e8ed0;
    color: #fff;
}
.faq-box p.faq-box-q span:last-child {
    border-bottom: 2px solid #3e8ed0;
    font-weight: 700;
    padding: 0.5rem;
    color: #3e8ed0;    
}
.faq-box p.faq-box-a span:first-child {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    padding: 1rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
    background-color: #363636;
    color: #fff;
}
@media screen and (max-width: 1260px) {
.transfer-eyecatch .columns {
    background-size: auto 100%;
    background-position: right center;
}
}
@media screen and (max-width: 768px) {
.transfer-eyecatch .columns {
    background-position: center bottom -15vw;
    background-size: 100% auto;
    padding-bottom: 12em!important;
}
.transfer-landingpage h1 {font-size: 5vw;margin-bottom: 1em!important;}
.transfer-landingpage h1 > span {font-size: 7vw;}
.pricing-table .pricing-plan .plan-item {
    padding: 0.25em!important;
    min-height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.transfer-landingpage .img-message {
     text-align:center;
     display:flex;
     align-items:center;
     justify-content:center;
     margin-bottom: 2em;
}
.transfer-landingpage .img-message img {
    width: 30%;
    max-width: 120px;
    margin-right: 5%;
}
.transfer-landingpage .img-message p {
    border: 5px solid #e8e8e8;
    border-radius: 25px;
    padding: 2vw;
    font-size: 4vw;
    margin: initial;
    flex-grow: 1;
    text-align: center;
}
}

@media screen and (max-width: 450px) {
.transfer-eyecatch .columns {
    background-position: center bottom -17vw;
    padding-bottom: 21vw!important;
}
.transfer-landingpage h1 {font-size: 7vw;margin-bottom: 1em!important;}
.transfer-landingpage h2 {font-size: 1.6rem!important;}
.transfer-landingpage p.is-size-4 {font-size: 1.3rem!important;}
.transfer-landingpage p.is-size-5 {font-size: 1.1rem!important;}
.transfer-landingpage h1 > span {font-size: 13vw;}
.transfer-landingpage h1 > span::after {height: 2.5em;}
.faq-box .box.p-6 {padding: 1rem!important;}
.transfer-landingpage h2 span {line-height: 1.5;}
.transfer-landingpage h2.mb-6 {margin-bottom: 1em!important;}
.transfer-landingpage .pricing-table .pricing-plan .plan-header, .transfer-landingpage .pricing-table .pricing-plan .plan-item {font-size: 4vw;}
.transfer-landingpage .img-message p {
    font-size: 4.9vw;
    border: 3px solid #e8e8e8;
}
}