body{
      font-family: "Noto Sans JP", sans-serif;
}
.block-title{
    font-size: 1.2rem;
}

.display-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.display-flex-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-40 {
    padding: 40px 0;
}

.padding-top-bottom {
    padding: 40px 0 30px;
}

.line-height-12 {
    line-height: 1.2em;
}

.column-gap-20 {
    column-gap: 20px;
}

.text-size-62 {
    font-size: 3.875rem;
}

.text-size-35 {
    font-size: 2.1875rem;
}

.text-size-30 {
    font-size: 1.8223rem;
}

.text-size-28 {
    font-size: 1.75rem;
}

.text-size-20 {
    font-size: 1.25rem;
}

.text-size-18 {
    font-size: 1.125rem;
}

.text-size-14 {
    font-size: 0.875rem;
}

.block-title-w {
    font-weight: bold;
}

.text-align {
    text-align: center;
}

.text-color-blue {
    color: #0284c7;
}

.text-color-orange {
    color: #d97706;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.background-color-transparent {
    background-color: transparent !important;
}

.background-color-white {
    background-color: #FFFFFF;
}

.block-bg-color-blue {
    background-color: #0284c7;
}

.block-bg-color-orange {
    background-color: #d97706 !important;
}

.box-shadow {
    box-shadow: 0px 7px 0px 0px #0000004D;
}

.box-shadow-0 {
    box-shadow: none;
}

.height-240 {
    height: 240px;
}

.hedline-sub {
    display: flex;
    flex-direction: row;
}

.headline {
    display: flex;
    flex-direction: column;
    margin: 70px 0px 50px;
}

.headline-sub-contents {
    margin: 66px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.icon-left {
    margin: 0 0 10px 0;
    background-image: url(../media/svg/icon01.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 72.6px;
    height: 100px;
}

.icon-light {
    margin: 0 0 10px 0;
    background-image: url(../media/svg/icon02.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 85.6px;
    height: 100px;
}

.block-header-remake {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    border-radius: 0px !important;
    width: 200px;
    height: 50px;
}

.notes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding: 20px;
    background-color: #FFFFFF;
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .text-size-35 {
        font-size: 1.875rem;
    }
}

@media (max-width: 767.98px) {
    .text-size-35 {
        font-size: 1.5625rem;
    }
}

@media (max-width: 575.98px) {
    .hedline-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .headline-sub-contents {
        margin: 30px 0 0 0;
        display: flex;
        flex-direction: row;       
        width: 324px;
    }

    .text-align {
        text-align: left;
    }

    .icon-left {
        margin: 0 27px 0 5px;
        background-image: url(../../img/icon01.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 58px;
        height: 80px;
    }
    
    .icon-light {
        margin: 0 22px 0 0;
        background-image: url(../../img/icon02.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 68px;
        height: 80px;
    }
}



