@charset "utf-8";

/*----------------------------------------
    ページ専用
---------------------------------------------*/

.txt-indent {
    text-indent: -6.3rem;
    padding-left: 6.3rem;
}

.dis-inline {
    display: inline !important;
    padding-right: 20px;
}

.wave-line {
    text-decoration:underline wavy #000000;
}

.flex-box01 {
    display: flex;
    flex-direction: column;
}

.mb-01 {
    margin-bottom: 1rem !important;
}

.txt-int02 {
    text-indent: -2rem;
    padding-left: 2rem;
}

.position-rel {position: relative;}

.position-01 {
    position: absolute;
    top: 87px;
    right: 62px;
}

.position-02 {
    position: absolute;
    top: 287px;
    right: 67px;
}

.line-he {line-height: 28px !important;}

.flex-center {
    align-items: center !important;
    margin: 0 100px !important;
}

@media screen and (max-width:750px) {
    .position-01 {
        position: relative;
        top: 0;
        right: 0;
    }

    .position-01 img {
        width: 32% !important;
    }
    
    .position-02 {
        position: relative;
        top: 0;
        right: 0;
    }

    .position-02 img {
        width: 32% !important;
    }

}
