@charset "utf-8";
/* CSS Document */


.jitsureiBox {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(rgba(218,102,144,.03),rgba(218,102,144,.2));
    padding: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.05);
}

.jitsureiBox .inner-img {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0 auto;
}

.jitsureiBox .inner-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}

.jitsureiBox .inner-text ul {
    padding-left: 0;
    margin: 0;
}

.jitsureiBox .inner-text ul li {
    padding: 3px 0;
}





@media screen and (min-width: 992px) {
.jitsureiBox {
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    background: linear-gradient(rgba(218,102,144,.03),rgba(218,102,144,.2));
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.05);
}

.jitsureiBox .inner-img {
    width: 300px;
    margin: 0 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jitsureiBox .inner-text {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    column-gap: 30px;
    max-width: 9999px;
}

.jitsureiBox .inner-text ul {
    padding-left: 0;
}

.jitsureiBox .inner-text ul li {
    padding: 3px 0;
}
}



#posting_work .mainbox {
    margin: 50px 0;
}

#posting_work .sabbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}