body {
    background: url(background.jpg) bottom right no-repeat;
    background-size: cover;
}

#contentwrap {
    max-width: 910px;
    background: #fff;
    margin: 12px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

#contentwrap .text {
    font-size: 16px;
}

#contentwrap img.banner {
    opacity: 0.6;
}

#contentwrap img {
    max-width: 100%;
    height: auto;
}

#contentwrap div>*:first-child {
    margin-top: 0;
}

#contentwrap .hide {
    display: none;
}

#contentwrap .flex2 {
    display: flex;
    justify-content: space-between;
}

#contentwrap .flex2 .p1 {
    width: 67%;
    margin-top: 30px;
}

#contentwrap .flex2 .p2 {
    margin-top: 30px;
}

#contentwrap .flex {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin-top: 25px;
}

#contentwrap .flex>div {
    width: 271px;
    background: #eeeeee;
}

#contentwrap .left h2 {
    position: relative;
}

#contentwrap .left h2::before {
    content: url(left.jpg);
    position: absolute;
    top: -22px;
    right: 0;
    z-index: 6;
}

#contentwrap .mid h2 {
    position: relative;
}

#contentwrap .mid h2::before {
    content: url(middle.jpg);
    position: absolute;
    top: -21px;
    right: 0;
    z-index: 6;
}

#contentwrap .right h2 {
    position: relative;
}

#contentwrap .right h2::before {
    content: url(right.jpg);
    position: absolute;
    top: -23px;
    right: 0;
    z-index: 6;
}

#contentwrap a {
    color: #0000FF;
    text-decoration: none;
}

#contentwrap a:hover {
    text-decoration: underline;
}

#contentwrap .rel {
    position: relative;
}

#contentwrap .abso {
    position: absolute;
    width: 175px;
    left: 3%;
    top: 10%;
}

#contentwrap .abso2 {
    position: absolute;
    width: 75%;
    left: 20px;
    bottom: -72px;
    background: rgba(251, 184, 0, 0.6);
    color: #fff;
    padding: 20px;
}

#contentwrap .abso2 p {
    text-shadow: 1px 1px #000000;
    font-size: 25px;
    margin-bottom: 12px;
}

#contentwrap h1 {
    margin: 0 0 12px;
    text-shadow: 1px 1px #000000;
    font-size: 43px;
}

#contentwrap h2 {
    font-size: 17px;
    margin-bottom: 10px;
    padding-top: 25px;
    color: #6c6c6c;
}

#contentwrap ul {
    list-style-type: disc;
    margin: 0 0 0 8px;
    padding: 0 0 0 15px;
}

#contentwrap li {
    line-height: 20px;
    margin-bottom: 3px;
    padding-left: 0;
}

#contentwrap li a {
    color: #000;
}

#contentwrap .main {
    padding: 95px 40px 20px 40px;
}

#contentwrap .move {
    margin: 5px 10px;
}

#contentwrap .move2 {
    margin: 22px 10px 10px;
}

#contentwrap .move3 {
    padding-left: 10px;
}

#contentwrap .move4 {
    margin: 20px 10px 10px;
}

#contentwrap .move5 {
    margin: 60px 10px 10px;
}

#contentwrap .px-1 {
    padding: 0 5px;
}

#contentwrap .pb-1 {
    padding-bottom: 42px;
}

#contentwrap .nobr {
    white-space: nowrap;
}

@media (max-width: 909px) {
    #contentwrap .flex>div {
        width: 33.3%;
    }
}

@media (max-width: 699px) {
    #contentwrap .flex>div {
        width: 100%;
        margin: 25px 0 0;
    }

    #contentwrap .flex {
        flex-wrap: wrap;
        margin: 0;
    }

    #contentwrap h1 {
        font-size: 30px;
    }

    #contentwrap .abso2 p {
        font-size: 20px;
    }
}

@media (max-width: 580px) {
    #contentwrap {
        font-size: 14px;
    }
    
    #contentwrap .main {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #contentwrap .flex2 {
        display: block;
    }

    #contentwrap .flex2 .p1 {
        width: auto;
    }

    #contentwrap .abso2 {
        padding: 8px 16px;
        bottom: -78px;
    }

    #contentwrap .abso2 p {
        font-size: 4vw;
        line-height: 1.2;
    }

    #contentwrap h1 {
        font-size: 6vw;
        line-height: 1.2;
    }

    #contentwrap .text {
        font-size: 3.5vw;
    }
}