ff7848 {
    width: 100%;
    height: 100%;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.58
}

p {
    margin-top: 30px;
}

.frame {
    color: black;
    background-color: white;
    width: 80%;
    margin: 20px auto;
    border-radius: 10px;
    padding: 20px;
}

.bold {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.22
}

.underline {
    text-decoration: underline;
    line-height: 25px;
}

ul li {
    list-style-type: disc;
    position: relative;
    left: 5%;
    width: 90%;
    margin-top: 10px;
}

.pInli {
    position: relative;
    left: 5%;
    width: 90%;
    margin-top: 10px;
}

p.title {
    margin: 50px 0 0 0;
    font-size: 42px;
    font-weight: 900;
}

p.subtitle {
    margin-top: 10px;
    text-align: right;
}



.titleBar {
    padding: 0 5%;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 90%;
    background-color: #ff7848;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titleBar .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.left img {
    width: 45px;
    height: 45px;
}

.left .text {
    margin-left: 30px;
    padding-left: 30px;
    border-left: solid 1px rgba(255, 255, 255, 0.7);
    color: white;
    font-weight: 400;
    font-size: 24px;
}

.right {
    cursor: pointer;
}

.right .back {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

b {
    font-weight: 550;
}

.myHeader {
    position: relative;
    display: flex;
    height: 80px;
    background-color: #FF6D1D;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    font-size: 18px;
}

.myHeader .icon, .cashray-icon {
    margin-left: 15%;
    width: 240px;
    height: 40px;
    content: url("../image/2x/cashrayHeader@2x.png");
}

a.plain {
    color: black;
    text-decoration: underline;
}

@media only screen and (min-width: 840px) and (max-width: 1024px) {
    .myHeader .icon {
        margin-left: 10%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 840px) {
    .myHeader {
        height: 60px;
        font-size: 15px;
    }
    
    .myHeader .icon {
        margin-left: 5%;
        width: 160px;
        height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .title {
        margin-top: 40px;
        font-size: 34px;
    }

    p {
        margin-top: 21px;
    }

    ff7848 {
        font-size: 18px;
    }

    .bold {
        font-size: 24px;
    }

    .titleBar {
        height: 60px;
    }

    .left img {
        width: 35px;
        height: 35px;
    }

    .left .text {
        margin-left: 15px;
        padding-left: 15px;
        font-size: 20px;
    }

    ul li {
        left: 8%;
        width: 85%;
    }

    .pInli {
        left: 8%;
        width: 85%;
    }
}