@media (max-width: 576px) {
    .pageFoot {
        padding-bottom: 60px;
    }
}

.mainArea {
    margin-bottom: -200px;
    padding-bottom: 200px;
    min-height: 1200px;
    background-image: url("../images/bg/iPAS_D-background02.png"),url("../images/bg/iPAS_D-background03.png"), url("../images/bg/iPAS_D-background01.png");
    background-size: 16rem auto, 16rem auto, 100% auto;
    background-attachment: fixed, fixed, scroll;
    background-position: 30px 95%, right 75%, 0px 200px;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .mainArea {
        min-height: auto;
        background-image: url("../images/bg/iPAS_D-background02.png"),url("../images/bg/iPAS_D-background03.png"), url("../images/bg/iPAS_D_RWD-background01.png");
        background-size: 150px auto, 150px auto, 100% auto;
        background-position: 10px 90%, right 75%, 0px 200px;
    }
}

.mainArea .dataBox {
    width: 100%;
    background-color: #f2f2f2;
    box-shadow: 6px 6px 2px 2px rgba(40%,40%,40%,0.7);
}

    .mainArea .dataBox .title {
        background-color: #00a028;
        color: #ffffff;
        text-align: center;
        font-size: 1.6rem;
        letter-spacing: 2px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 5px solid #008200;
    }

    .mainArea .dataBox .myHead {
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: right bottom;
    }

    .mainArea .dataBox .myTitle {
        font-size: 1.3rem;
        min-height: 1.95rem;
        color: #00a028;
    }

    .mainArea .dataBox .myName {
        font-size: 1.6rem;
        min-height: 2.4rem;
        font-weight: 500;
        letter-spacing: 1px;
        color: #00a028;
        max-width: 240px;
    }

    .mainArea .dataBox .workerTitle {
        font-size: 1.3rem;
        font-weight: 400;
        color: #00430f;
        border: #00a028 solid 3px;
        padding: 5px 25px 5px 25px;
        border-radius: 20px;
    }

.mainArea .box {
    border-bottom: 3px solid #00a028;
}

.mainArea .subject {
    color: #00a028;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 500;
}

.mainArea .contentBox .body {
    color: #3d3d3d;
    font-size: 1.2rem;
    font-weight: 400;
}

.imgSP {
    height: 100%;
}

.imgSPOut {
    background-color: #eef3fa;
}

.dot i {
    color: #00a028;
}
/* ==============================================================*/
.detialBox .myPhotoBoxOut {
    width: 380px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 6px 6px 2px 2px rgba(40%,40%,40%,0.4);
    position: relative;
}

.detialBox .myPhotoBox {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.detialBox .myJob {
    font-size: 1.3rem;
    color: #00a028;
    border: #00a028 solid 3px;
    padding: 5px 15px 5px 15px;
    font-weight: 500;
}

.detialBox .workTitle {
    border: 4px solid #008200;
    background-color: #00a028;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 12px 30px 12px 30px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 50px;
}

.detialBox .myTitle {
    font-size: 1.3rem;
    color: #000000;
}

.detialBox .myName {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 5px;
    color: #000000;
}

.detialBox .title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 500;
}

.detialBox .myQuit {
    position: relative;
    border: 4px solid #008200;
    background-color: #01a029;
    border-radius: 50px;
    display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 12px 30px 12px 30px;
    box-shadow: 2px 2px 2px 3px rgba(40%,40%,40%,0.4);
    margin-bottom: 30px;
}

    .detialBox .myQuit::after {
        position: absolute;
        width: 50px;
        height: 24px;
        bottom: -24px;
        left: 40px;
        background-image: url("../images/iPAS_D3-Quit03.png");
        background-repeat: no-repeat;
        content: "";
    }

.detialBox .myAns {
    background-color: #ffffff;
    position: relative;
    font-size: 1.5rem;
    padding: 20px 35px 20px 35px;
    border: 4px solid #008200;
    border-radius: 50px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .detialBox .title {
        font-size: 32px;
        line-height: 44px;
    }

    .detialBox .myAns {
        font-size: 24px;
        padding: 20px;
    }

    .detialBox .myPhotoBoxOut .xlIcon {
        position: absolute;
        right: -70px;
        top: 0px;
    }
}

@media (max-width: 576px) {
    .detialBox .myPhotoBoxOut {
        width: 320px;
        height: 240px;
    }
}

.detialBox .myAns::after {
    position: absolute;
    width: 51px;
    height: 31px;
    bottom: -28px;
    right: 60px;
    background-image: url("../images/iPAS_D3-Ans03.png");
    background-repeat: no-repeat;
    content: "";
}

/* ==============================================================*/
.bgFoot {
    margin-top: 20px;
    min-height: 20vw;
    background-image: url("../images/bg/iPAS_D-background04.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

    .bgFoot .footIcon01 {
        position: absolute;
        left: 14vw;
        top: 8vw;
        width: 18vw;
    }

    .bgFoot .footIcon02 {
        position: absolute;
        right: 70px;
        top: -20px;
        width: 26vw;
    }
/* ==============================================================*/
.pageRow .page:not(.dis):hover a, .pageRow .now {
    background-color: #008200;
}

.companyLogo {
    width: 120px;
    height: 90px;
}

.detailCompanyLogo {
    width: 150px;
}

.mainArea .dataBox .workerTitle:focus {
    background-color: #00a028;
    color: white;
    border-color: orange;
}

.detialBox .workTitle:focus {
    background-color: white;
    color: #00a028;
    border-color: orange;
}

.btnDetail {
    border: none;
    color: #00a028;
    background-color: transparent;
    font-size: 1em;
    font-weight: bold;
}

    .btnDetail i {
        font-size: 2em;
    }

    .btnDetail:focus i {
        outline: .2em solid orange;
        outline-offset: .1em;
        border-radius: .5rem;
    }
