@charset "UTF-8";

/* common */
.sp {
    display: none;
}

.p-24px {
    font-size: 24px !important;
    line-height: 2.2rem !important;
}

.flex {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

.width100 {
    width: 100%;
}

.center {
    text-align: center;
}

#contact a {
    text-decoration-line: none !important;
}

.word-a {
    color: #333 !important;
}

.display-ib {
    display: inline-block;
}

.single_grebg {
    padding: 0px !important;
}

.singlefree .singlefree_content h2 {
    margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .flex {
        display: block;
        width: 100% !important;
    }

    .flex-sp {
        display: flex;
        justify-content:space-between;
    }

    .singlefree .singlefree_content h2 {
        margin-bottom: 30px !important;
    }
}

/* common-end */


/* FV */

.lower_main .netreserch h1 {
    padding: 30px 0 50px 0;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .lower_main .netreserch h1 {
        padding: 0px 0 20px 0;
        margin: 0px;
    }

    .lower_main {
        padding: 8vh 0 4vh;
        margin-top: 50px;
    }
}

/* FV-end */


/* first */

#first img {
    width: 100%;
}

#first .singlefree_content {
    padding: 0px;
}

@media screen and (max-width: 767px) {
    #first .singlefree_content {
        padding: 50px 0 0 0;
    }
}

/* first-end */


/* strengths */
#strengths .txt {
    padding: 50px 0 20px 0;
    width: 50%;
    margin: 0 auto;
}

.strengths-content {
    border: 1px solid #69b644;
    border-radius: 5px;
    padding: 30px 20px 30px 15px;
    width: 48.4%;
    align-items: center;
    margin-bottom: 30px;
}

.strengths-contents .strengths-content:nth-child(3),
.strengths-contents .strengths-content:nth-child(4) {
    margin-bottom: 0px;
}

.strengths-content .img-area {
    width: 26%;
    padding-right: 14px;
}

.strengths-content .txt-area {
    width: 74%;
}

.strengths-content .sub-ttl {
    color: #69b644;
    font-size: 17px !important;
    font-weight: bold;
    padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
    #strengths .txt {
        width: 100%;
        padding: 30px 0 10px 0;
    }

    .strengths-contents .strengths-content:last-child {
        margin-bottom: 0px;
    }

    .strengths-content .img-area {
        width: 30%;
        padding: 0 0 15px 0;
        display: block;
        margin: 0 auto;
    }

    .strengths-content .txt-area {
        width: 100%;
    }

    .strengths-content .sub-ttl {
        text-align: center;
    }

    .strengths-contents .strengths-content:nth-child(3) {
    margin-bottom: 30px;
}
}
/* strengths-end */

/* result-content */

.result-content {
    padding: 0;
    width: 48.3%;
    background-color: #69b644;
    padding: 30px 20px 30px 25px;
    color: #fff;
    border-radius: 5px;
    align-items: center;
}

.result-content .txt-area {
    width: 68%;
}

.result-content .txt-area .sub {
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
}

.result-content .txt-area p {
    font-size: 20px;
    font-weight: bold;
}

.result-content .txt-area .empha {
    font-size: 40px;
    vertical-align: baseline;
    color: #fffb00;
    font-weight: bold;
    padding: 0 4px;
}

.result-content .img-area {
    width: 25%;
}

.result-content .width100 {
    padding-top: 15px;
}


@media screen and (max-width: 767px) {

    .result-content {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px 15px 20px 15px;
    }

    .result-contents .result-content:nth-child(2){
        margin-top: 30px;
    } 

    .result-content .txt-area .empha {
        font-size: 35px;
    }

    .result-content .txt-area {
        width: 70%;
    }
}

/* result-content-end */


/* qa */

#qa .singlefree .singlefree_content h2 {
    margin-bottom: 40px !important;
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 40px;
    /* cursor: pointer; */
    border-bottom: 1px solid #ccc;
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 1.5;
}
.qa-list dl dt::before {
    line-height: 1;
    position: absolute;
    top: -9px;
    left: -20px;
    content: "";
    display: inline-block;
    width: 50px;/*画像の幅*/
    height: 50px;/*画像の高さ*/
    background-image: url(../images/members-research/qa_ico_q.png);
    background-size: contain;
    vertical-align: middle;
}

.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: -20px;
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/members-research/qa_ico_a.png);
    background-size: contain;
    vertical-align: middle;
}

.qa-list dl dd {
    position: relative;
    height: auto;
    margin: 40px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

#qa .qa-list h3 {
    font-size: 20px;
    color: #333;
    padding-bottom: 15px;
    margin: 120px 0 35px 0;
}

#qa .qa-list:first-child h3 {
    margin: 60px 0 35px 0;
}

.qa-list .btn {
    margin-top: 50px;
}

.qa-list .btn a {
    border-radius: 5px;
    background-color: #2b71b8;
    color: #fff;
    border: none;
    max-width: 800px;
    text-decoration: none;
}

.answer_edit ul {
    padding: 20px 20px 10px;
    margin: 30px 0px;
    border: 3px solid #69b644;
    border-radius: 6px;
    color: #69b644;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.answer_edit ul li {
    width: 100%;
    padding-left: 25px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
}

.answer_edit ul li::before {
    content: "●";
    position: absolute;
    color: #69b644;
    top: 2px;
    left: 5px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 30px 10px;
}
/* .qa-list dl::before {
    top: 25px;
    right: 10px;
    width: 17px;
    height: 17px;
} */
.qa-list dl dt {
    padding: 0 0 0 50px;
    font-size: 14px !important;
}
.qa-list dl dt::before,
.qa-list dl dd::before {
    top: 0px;
    left: 0px;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
}
.qa-list dl dd {
    margin: 20px 0 0;
    padding: 0 0 0 50px;
    font-size: 14px !important;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

#qa .qa-list h3 {
    font-size: 17px;
}

.qa-list .btn a {
    border-radius: 5px;
    background-color: #2b71b8;
    padding: 20px 10px;
    color: #fff;
    border: none;
    width: 100%;
    text-decoration: none;
}

.answer_edit ul {
    padding: 5% 3% 0%;
    margin: 3vh 0;
}

.answer_edit ul li {
    width: 100%;
    padding-left: 25px;
    font-size: 14px;
}

}

/* qa-end */


/* contact */

#contact .singlefree_content {
    padding-bottom: 0px !important;
}

/* contact-end */