.areaTab {
    padding-top: 100px;
}

.areaTab .listTab li {
    width: 220px;
    position: relative;
}

.listTab li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
	border-radius: 50px
}

.tabBox {
    padding: 67px 18px;
}

.areaTab .company {
    margin-top: 67px;
}

.areaTab .company ul {
    width: fit-content;
    margin: auto;
}

.areaTab .company ul li {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.areaTab .company ul li span {
    width: 100px;
    text-align: center;
    background: #42352D;
    color: white;
}

.areaTab .company ul li p {
    padding-left: 22px;
    margin-left: 22px;
    position: relative;
    width: calc(100% - 100px);
}

.areaTab .company ul li p::before {
    height: 32px;
    width: 1px;
    content: '';
    background: #42352D;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pp h3 {
    border-bottom: 1px solid #707070;
    padding-bottom: 8px;
}

.pp h4 {
    margin: 40px 0 15px;
}

.faq_wrapper {
    margin-top: 67px;
}

.faq_wrapper .unit {
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(to right , #707070 50% , transparent 0%);
    background-size: 10px 1px;
    background-position-y: bottom;
    background-repeat: repeat-x;
}

.faq_wrapper .unit > div {
    display: flex;
}

.faq_wrapper .unit > div .ftSize16 {
    width: 36px;
}

.faq_wrapper .unit > div .txt {
    width: calc(100% - 36px);
}

.faq_wrapper .unit > div.a {
    margin-top: 20px;
}

/*  */
/*  */
/*  */
/*  */
/*  *//*  */
/*  */
/*  */
/*  */
/*  *//*  */
/*  */
/*  */
/*  */
/*  *//*  */
/*  */
/*  */
/*  */
/*  *//*  */
/*  */
/*  */
/*  */
/*  *//*  */
/*  */
/*  */
/*  */
/*  *//*  */
/*  */
/*  */
/*  */
/*  */


@media (max-width: 768px) {
    .areaTab {
        padding-top: 50px;
    }
    .tabBox {
        padding: 33px 18px;
    }
    .areaTab .company {
        margin-top: 33px;
    }

    .listTab li {
        margin: 0 2px;
    }

    .faq_wrapper {
        margin-top: 30px;
    }    
}

.ftSize16 {
    font-size: 16px;
}

.ftSize14 {
    font-size: 14px;
}

.txtCenter {
    text-align: center;
}
