:root {
    --lightblue-bg: #EEF5FF;
    --darkpink: #E40000;
    --orange: #FF7700;
    --darkblue: #3738A4;
    --colorurl:#0B88DC;
}
.cb-blockcommon {
    margin: 40px 0px;
}
.link{
    color: var(--colorurl);
}
#mainslidewrapper {
    margin-top: 0 !important;
}
#breadcrumb {
    margin-top: 115px;
    margin-bottom: 0;
}
#breadcrumb.breadcrumb.nta-static {
    margin-top: 0;
}
.color-bg{
    background-color: var(--darkblue);
    padding: 40px 0px;
}
#attention .alert{
    background-color: #ffffff;
}
#attention .alert dl dd{
    margin-bottom: 2rem;
}
#attention .alert dl dd ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 1rem;
}
#attention .alert dl dt {
    margin-bottom: 1rem;
}
#attention .alert .title {
    text-align: center;
    font-size: 2.6rem;
    margin:40px auto;
    color: var(--darkpink);
}
h3.title-yamawake{
    position: relative;
    background-color: #ffffff;
    font-size: 34px !important;
    color: var(--darkpink) !important;
    font-weight: bold;
    width: fit-content;
    height: fit-content;
    margin: 0px auto 40px auto  !important;
    padding: 0px 50px !important;
    line-height: 50px;
}
h3.title-yamawake + strong{
    font-size: 20px;
}
h3.title-yamawake + strong.time{
    font-size: 28px;
}
h3.title-yamawake + strong.time + p{
    font-size: 18px;
    margin-top: 20px;
}
h3.title-yamawake:before{
    content: "";
    width: 21px;
    height: 51px;
    background-image: url(../../../../../images/campaign/yamawake202507/title-left.svg);
    position: absolute;
    background-repeat: no-repeat;
    left: -6px;
    background-size: contain;
    background-position: left;
    top: 0;
}
h3.title-yamawake:after{
    content: "";
    width: 21px;
    height: 51px;
    background-image: url(../../../../../images/campaign/yamawake202507/title-right.svg);
    position: absolute;
    background-repeat: no-repeat;
    right:-6px;
    background-size: contain;
    background-position: right;
    top: 0;
}
.box-period-campaign p{
    font-size: 18px;
    padding-left: 20px;
    text-indent: -20px;
}
@media screen and (max-width: 639px) {
    h3.title-yamawake + strong.time + p{
        font-size: 16px!important;
    }
    h3.title-yamawake + strong.time{
        font-size: 20px !important;
        line-height: 25px !important;

    }
    .box-period-campaign p{
        font-size: 16px !important;
        padding-left: 3px!important;
    }
    .floating {
        height: 100px !important;
    }
    .btn-allregister.mb{
        height: 70px !important;
        line-height: 75px !important;
        width: 100% !important;
        font-size: 21px !important;
    }
    .btn-allregister.mb + p{
        margin-top: 20px;
    }
    .btn-allregister::after{
        top: 33%!important;
    }
    #attention .alert .title{
        font-size: 2rem !important;
        margin: 30px auto !important;
    }
    .bg-blue h3{
        font-size: 16px !important;
    }
    .bg-blue .blue-link{
        font-size: 15px !important;
    }
    .bg-blue p{
        text-align: left !important;
    }
    h3.title-yamawake{
        font-size: 24px !important;
        padding: 0px 20px !important;
        margin: 0px auto 40px auto !important;
    }
    .highlight-text {
        font-size: 16px !important;
        margin: 22px auto !important;
    }
    .highlight-text .formb{
        display: block !important;
    }
    .highlight-text .middle-txt{
        font-size: 20px!important;
    }
    .highlight-text .big-txt {
        font-size: 36px!important;
    }
    .highlight-text .black-txt {
        font-size: 16px !important;
    }
    .box-texpaymore img{
        width: 100% !important;
    }
    .list-yamawake{
        width: 90% !important;
        font-size: 14px;
    }
    .box-step{
        padding: 30px 10px !important;
    }
    .box-step .title-step{
        font-size: 18px !important;
        line-height: 27px;
    }
    .box-step .box-peopledemo{
        display: block !important;
    }
    .box-step .box-peopledemo figure.center-arrow{
        position: relative !important;
        top: 0 !important;
        margin: 40px auto;
    }
    .box-step .highlight-text span{
        font-size: 16px !important;
    }
    .box-step .box-peopledemo figure figcaption {
        font-size: 15px !important;
        margin-top: 20px;
    }
    .box-step .box-peopledemo figure.center-arrow img{
        transform: rotate(90deg);
        
    }
    .box-step .box-peopledemo figure{
        margin: 0px !important;
    }
    .cb-blockcommon {
        font-size: 1.5rem !important;
    }
    .text-take-note{
        text-align: left;
        padding-left: 10px;
        text-indent: -15px !important;
        font-size: 13px !important;
    }
}
.text-take-note{
    text-align: left;
    padding-left: 10px;
    text-indent: -19px;
}
.box-explain{
    text-align: left;
}
.box-explain .text-bold{
    font-weight: bold;
    padding-left: 27px;
    text-indent: -26px;
    margin: 20px auto;
    font-size: 16px;
}
.box-explain ul li.mark{
    position: relative;
    background-color: transparent;
    padding-left: 38px;
    margin-bottom: 20px;
    font-size: 14px;
}
.box-explain ul li.mark::before{
    content: "";
    width: 25px;
    height: 25px;
    color: var(--darkpink);
    font-weight: bold;
    font-size: 38px;
    position: absolute;
    top: 0px;
    bottom: 100%;
    left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.box-explain ul li.mark.circle::before{
    background-image: url(../../../../../images/campaign/yamawake/circle.svg);
}
.box-explain ul li.mark.ex::before{
    background-image: url(../../../../../images/campaign/yamawake/ex.svg);
}
.floating{
    height:108px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    backdrop-filter: blur(2px);
    padding: 15px 15px;
}
.btn-allregister{
    background-color: var(--orange)!important;
    border-radius: 15px!important;
    height: 80px!important;
    line-height: 88px!important;
    position: relative!important;
    margin: auto!important;
    width: 56rem!important;
}
.btn-allregister::after{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../../../../../images/campaign/yamawake/white-arrow.svg);
    position: absolute;
    background-repeat: no-repeat;
    right: 2%;
    top: 36%;
    background-size: contain;
}
.btn-allregister:hover, .btn-allregister:focus, .btn-allregister:active{
    color: #ffffff;
}
.box-step{
    border: solid 5px #2DC4CE;
    border-radius: 0px;
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.box-step .title-step{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}
.box-step .box-peopledemo{
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: fit-content;
    margin: auto;
    position: relative;
}
.box-step .box-peopledemo figure{
    margin: 0px 50px;
}
.box-step .box-peopledemo figure img{
    margin: 0px 50px;
}
.box-step .box-peopledemo figure.center-arrow{
    position: absolute;
    top: 30%;
}
.box-step .box-peopledemo figure figcaption{
    font-size: 20px;
    font-weight: bold;
}
.box-step .highlight-text{
    margin: 40px auto;
}
.box-step .highlight-text span{
    background: linear-gradient(transparent 50%, #FFF18B 0%);
    font-size: 26px;
    font-weight: bold;
}
@media screen and (max-width: 799px) {
    #mainslidewrapper img {
      margin: 0 auto !important;
    }
}
@media (max-width: 991px) {
    #mainslidewrapper.no-margin {
      margin-top: 0;
    }
    #breadcrumb {
      margin-top: 64px;
    }
    
} 
.bg-blue{
    background-color: var(--lightblue-bg);
    text-align: center;
    padding-top: 60px !important;
}
.bg-blue .blue-link{
    color: var(--darkpink);
    text-decoration: underline;
    font-size: 22px;
    font-weight: bold;
    margin: 10px auto;
}
.bg-blue h3{
    color: #000000;
    font-weight: bolder;
    margin: 30px auto 0px auto;
    font-size: 23px;
    padding: 13px 30px;
}
.bg-blue p{
    margin: 20px auto;
}
.highlight-text{
    font-size: 18px;
    margin: 20px 0px;
}
.highlight-text .pink-txt{
    color: var(--darkpink);
    font-weight: bold;
}
.highlight-text .big-txt{
    font-size: 60px;
}
.highlight-text .middle-txt{
    font-size: 30px;
}
.highlight-text strong{
    background: linear-gradient(transparent 50%, #FFF18B 0%);
}
.highlight-text .black-txt{
    color: #000000;
    font-size: 24px;
    font-weight: bolder;
}
.highlight-text .formb{
    display: none;
}
.list-yamawake{
    text-align: left;
    margin: auto;
    width: 55%;
    line-height: 30px;
}
.list-yamawake li{
    list-style: disc;
}
.box-texpaymore img{
    width: 60%;
}