@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;
}

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

.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 */


/* graph */

#graph img {
    width: 100%;
}

#graph .singlefree_content {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 12%);
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #graph .singlefree_content {
        padding: 0px;
        background-color: none;
        box-shadow: none;
        margin: 50px 0;
    }
}

/* graph-end */


/* probrem */

.probrem-contents {
    padding-bottom: 60px;
}

.probrem-contents .probrem {
    width: 28%;
}

.probrem-contents .probrem p:nth-child(2) {
    padding-top: 40px;
}

.probrem-contents img {
    height: 30%;
    width: auto;
}

#probrem .btn a {
    padding: 22px 80px 22px 120px;
    border-radius: 5px;
    background-color: #ef7013;
    color: #fff;
    border: none;
    box-shadow: 0 0 10px #a4abad;
    background-image: url(../images/members-research/cta_huki.png);
    background-size: 25px;
    background-position: 60px 52%;
    background-repeat: no-repeat;
    max-width: 400px;
    margin: 0 0px 0 30px;
    text-decoration: none;
}

.probrem-contents .probrem p {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .probrem-contents .probrem {
        width: 100%;
        text-align: center;
    }

    .probrem-contents .probrem p {
        font-size: 16px;
        line-height: 1.5;
    }

    .probrem-contents .probrem:nth-child(2) {
        margin: 50px 0;
    }

    #probrem .btn a {
        padding: 22px 60px 22px 80px;
        margin: 0px;
        background-position: 35px 52%;
    }

    .probrem-contents .probrem p:nth-child(2) {
        padding-top: 12px;
    }
}
/* probrem-end */


/* what-content,strong-content */

#what .txt {
    padding: 60px 0 20px 0;
    width: 40%;
    margin: 0 auto;
}

.what-content {
    border: 1px solid #69b644;
    border-radius: 5px;
    padding: 30px 20px 30px 15px;
    width: 48.4%;
}

.strong-content {
    border-radius: 5px;
    background-color: #69b644;
    padding: 30px 20px 30px 25px;
    width: 48.3%;
}

.what-content:nth-child(1),
.what-content:nth-child(2),
.what-content:nth-child(3),
.what-content:nth-child(4),
.what-content:nth-child(5),
.what-content:nth-child(6),
.strong-content:nth-child(1),
.strong-content:nth-child(2){
    margin-bottom: 30px;
}

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

.strong-content .img-area {
    width: 30%;
    
}

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


.strong-content .txt-area {
    width: 65%;
}

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

.strong-content .sub-ttl {
    color: #fff;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 2rem !important;
    padding-top: 18px;
}

.strong-content .txt-area .sub-ttl:not(:last-child) {
    padding-top: 10px;
}

@media screen and (min-width: 1390px) {
    .strong-content .txt-area .sub-ttl:not(:last-child) {
        padding-top: 24px;
    }
}

.strong-content p {
    color: #fff;
}

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

.strong-content .subttl04 {
    color: #fff;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 2rem !important;
    padding-top: 0px;
}

@media screen and (min-width: 1390px) {
    .strong-content .subttl04 {
        color: #fff;
        font-weight: bold;
        font-size: 20px !important;
        line-height: 2rem !important;
        padding-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    #what .txt {
        width: 70%;
        padding: 30px 0 5px 0;
    }

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

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

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

    .what-content:nth-child(7),
    .strong-content:nth-child(3) {
        margin-bottom: 30px;
    }

    .strong-content {
        width: 100%;
    }

    .strong-content .sub-ttl {
        padding-top: 10px;
    }
}

/* what-content,strong-content-end */


/* case-content */

.case-content {
    border: 1px solid #69b644;
    border-radius: 10px;
}

.case-content .ttl p {
    background-color: #69b644;
    padding:30px 0px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.case-content .content {
    margin: 40px;
}

.case-content .content1 .img-area {
    width: 40%;
}

.case-content .content1 .txt-area {
    width: 55%;
}

.case-content .content1 .txt-area .huki {
    position: relative;
    padding: 30px 0px;
    width: 100%;
    background-color: #2b71b8;
    border-radius: 8px;
    margin-bottom: 32px;
}

.case-content .content1 .txt-area .huki p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.case-content .content1 .txt-area .huki::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #2b71b8;
}

.case-content dt {
    color: #2b71b8;
    font-weight: bold;
    font-size: 16px !important;
    padding-bottom: 10px;
}

.case-content dd {
    font-size: 14px !important;
}

.case-content .ttl2 p {
    background-color: #69b644;
    padding:12px 0px;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 35px 0 25px;
}

.case-content .content2-left,
.case-content .content2-right {
    width: 48%;
}

.case-content .pt25px {
    padding-top: 25px;
}

.case-content:not(:last-child){
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .case-content:not(:last-child){
        margin-bottom: 30px;
    }

    .case-content .content {
        margin: 30px 20px;
    }

    .case-content .ttl p {
        font-size: 17px;
        padding: 20px 10px;
    }

    .case-content .content1 .img-area {
        width: 100%;
    }

    .case-content .content1 .txt-area {
        width: 100%;
        margin-top: 20px;
    }

    .case-content .content1 .txt-area .huki {
        padding: 20px 0px;
    }

    .case-content .content1 .txt-area .huki p {
        font-size: 15px;
    }

    .case-content .content2-left,
    .case-content .content2-right {
        width: 100%;
    }

    .case-content .content2-right {
        margin-top: 25px;
    }
}

/* case-content-end */


/* qa */

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

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 35px 80px 35px 40px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 20px;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 3px solid #69b644;
    border-right: 3px solid #69b644;
}

.qa-list .open::before {
    transform: rotate(-45deg);
}
.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;
    display: none;
    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;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 20px 40px 20px 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: 30px 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-end */


/* contact */

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

/* contact-end */






/*--  追記_220202  --*/
#graph .singlefree_content {
    padding: 15px;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content {
        padding: 20px 20px;
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 12%)!important;
    }
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
#graph .singlefree_content .graph_block_dot {
    width: 100%;
    margin: 0px 0px 40px;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_dot {
        width: 10%;
    }
}
#graph .singlefree_content .graph_block_dot img {
    padding: 0 120px;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_dot img {
        padding: 0;
    }
}
@media screen and (min-width: 1390px) {
    #graph .singlefree_content .graph_block_dot img {
        padding: 0 120px;
    }
}
@media screen and (min-width: 1600px) {
    #graph .singlefree_content .graph_block_dot img {
        padding: 0 140px;
    }
}
#graph .singlefree_content .graph_block_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box {
        width: 85%;
    }
}
#graph .singlefree_content .graph_block_box .blue.content01 {
    width: 15%;
    position: relative;
    margin-right: 10px;
}
#graph .singlefree_content .graph_block_box .blue.content02 {
    width: 28%;
    position: relative;
    margin-right: 130px;
}
#graph .singlefree_content .graph_block_box .green.content03 {
    width: 18%;
    position: relative;
    margin-right: 10px;
}
#graph .singlefree_content .graph_block_box .orange.content04 {
    width: 20%;
    position: relative;
    margin-right: 0px;
}
@media screen and (min-width: 1390px) {
    #graph .singlefree_content .graph_block_box .blue.content01 {
        width: 15%;
    }
    #graph .singlefree_content .graph_block_box .blue.content02 {
        width: 30%;
        margin-right: 60px;
    }
    #graph .singlefree_content .graph_block_box .green.content03 {
        width: 22%;
    }
    #graph .singlefree_content .graph_block_box .orange.content04 {
        width: 23%;
    }
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .blue.content01,
    #graph .singlefree_content .graph_block_box .blue.content02,
    #graph .singlefree_content .graph_block_box .green.content03,
    #graph .singlefree_content .graph_block_box .orange.content04 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #graph .singlefree_content .graph_block_box .blue.content02 {
        margin-bottom: 150px;
    }
    #graph .singlefree_content .graph_block_box .blue.content01 {
        position: relative;
        margin-bottom: 60px;
    }
    #graph .singlefree_content .graph_block_box .blue.content01::after {
        content: "×";
        position: absolute;
        bottom: -40px;
        left: 0;
        font-size: 36px;
    }
}

#graph .singlefree_content .graph_block_box .blue {
    border: solid 2px #2b71b8;
    border-radius: 10px;
    padding: 40px 15px;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .blue {
        padding: 15px 15px;
    }
}
#graph .singlefree_content .graph_block_box .green {
    border: solid 2px #44b6a7;
    border-radius: 10px;
    padding: 40px 15px;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .green {
        padding: 15px 15px;
    }
}
#graph .singlefree_content .graph_block_box .orange {
    border: solid 2px #ef7013;
    background: #ef7013;
    border-radius: 10px;
    padding: 40px 15px;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .orange {
        padding: 15px 15px;
    }
}
#graph .singlefree_content .graph_block_box .blue h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2b71b8;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#graph .singlefree_content .graph_block_box .green h3 {
    font-size: 18px;
    font-weight: 700;
    color: #44b6a7;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#graph .singlefree_content .graph_block_box .orange h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ef7013;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .orange h3 {
        color: #fff;
    }
}

#graph .singlefree_content .graph_block_box .blue.content01 h3 {
    position: absolute;
    top: -40px;
    left: 0px;
}
#graph .singlefree_content .graph_block_box .blue.content01 h3::after {
    content: "×";
    position: absolute;
    top: 0px;
    left: 100px;
}
#graph .singlefree_content .graph_block_box .blue.content02 h3 {
    position: absolute;
    top: -40px;
    left: 0px;
}
#graph .singlefree_content .graph_block_box .green.content03 h3 {
    position: absolute;
    top: -40px;
    left: 0px;
}
#graph .singlefree_content .graph_block_box .orange.content04 h3 {
    position: absolute;
    top: -40px;
    left: 0px;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .blue.content01 h3 {
        position: unset;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #graph .singlefree_content .graph_block_box .blue.content01 h3::after {
        content: "";
    }
    #graph .singlefree_content .graph_block_box .blue.content02 h3 {
        position: unset;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #graph .singlefree_content .graph_block_box .green.content03 h3 {
        position: unset;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #graph .singlefree_content .graph_block_box .orange.content04 h3 {
        position: unset;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1390px) {
    #graph .singlefree_content .graph_block_box .blue.content01 h3 {
        left: 20px;
    }
    #graph .singlefree_content .graph_block_box .blue.content01 h3::after {
        left: 100px;
    }
    #graph .singlefree_content .graph_block_box .blue.content02 h3 {
        left: 0px;
    }
    #graph .singlefree_content .graph_block_box .green.content03 h3 {
        left: 50px;
    }
    #graph .singlefree_content .graph_block_box .orange.content04 h3 {
        left: 60px;
    }
}
@media screen and (min-width: 1600px) {
    #graph .singlefree_content .graph_block_box .blue.content01 h3 {
        left: 40px;
    }
    #graph .singlefree_content .graph_block_box .blue.content01 h3::after {
        left: 100px;
    }
    #graph .singlefree_content .graph_block_box .blue.content02 h3 {
        left: 0px;
    }
    #graph .singlefree_content .graph_block_box .green.content03 h3 {
        left: 70px;
    }
    #graph .singlefree_content .graph_block_box .orange.content04 h3 {
        left: 70px;
    }
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box ul {
        margin-bottom: 0px;
    }
}
#graph .singlefree_content .graph_block_box ul li {
    font-size: 12px;
    font-weight: 700;
    line-height: 1rem;
    text-indent: -12px;
    padding-left: 12px;
    margin-bottom: 10px;
}
#graph .singlefree_content .graph_block_box ul li:last-child {
    margin-bottom: 0px;
}
#graph .singlefree_content .graph_block_box .blue ul li {
    color: #333;
}
#graph .singlefree_content .graph_block_box .orange ul li {
    color: #fff;
}
#graph .singlefree_content .graph_block_box .blue ul li::before {
    content: "●";
    color: #2b71b8;
}
#graph .singlefree_content .graph_block_box .orange ul li::before {
    content: "●";
    color: #fff;
}
#graph .singlefree_content .graph_block_box .blue.content02 .blue_bg {
    background: #2b71b8;
    padding: 20px 10px;
    position: absolute;
    top: 10px;
    right: -120px;
    border-radius: 10px;
    width: 125px;
    z-index: 999;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .blue.content02 .blue_bg {
        width: 90%;
        padding: 20px 20px 0;
        background: #2b71b8;
        top: unset;
        bottom: -140px;
        right: 0px;
        left: 0;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        z-index: 0;
    }
}
@media screen and (max-width: 360px) {
    #graph .singlefree_content .graph_block_box .blue.content02 .blue_bg {
        padding: 20px 10px 0;
    }
}
@media screen and (min-width: 1390px) {
    #graph .singlefree_content .graph_block_box .blue.content02 .blue_bg {
        right: -55px;
    }
}
#graph .singlefree_content .graph_block_box .blue.content02 .blue_bg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #2b71b8;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .blue.content02 .blue_bg::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        margin-top: -25px;
        border: 15px solid transparent;
        border-bottom: 15px solid #2b71b8;
    }
}
#graph .singlefree_content .graph_block_box .blue.content02 .blue_bg .img_area {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .blue.content02 .blue_bg .img_area {
        margin-bottom: 0px;
    }
}
#graph .singlefree_content .graph_block_box .blue.content02 .blue_bg .img_area:last-child {
    margin-bottom: 0px;
}
#graph .singlefree_content .graph_block_box .blue.content02 .blue_bg .img_area p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1rem;
}
#graph .singlefree_content .graph_block_box .blue.content02 .blue_bg .img_area img {
    margin-top: 10px;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .blue.content02 .blue_bg .img_area img {
        margin-top: 20px;
        padding: 0 20px;
    }
}
#graph .singlefree_content .graph_block_box .green.content03 img {
    padding: 0 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .green.content03 img {
        padding: 0 80px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1390px) {
    #graph .singlefree_content .graph_block_box .green.content03 img {
        padding: 0 50px;
    }
}
#graph .singlefree_content .graph_block_box .green.content03 p {
    font-size: 12px;
    line-height: 1.4rem;
    font-weight: 700;
    text-align: left;
}
@media screen and (min-width: 1390px) {
    #graph .singlefree_content .graph_block_box .green.content03 p {
        text-align: center;
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    #graph .singlefree_content .graph_block_box .green.content03 p {
        text-align: center;
    }
    header .header_btn_sp .position_btn_sp {
        margin-top: 65px;
    }
}
@media screen and (max-width: 360px) {
    #graph .singlefree_content .graph_block_box .green.content03 p {
        font-size: 11px;
    }
}

.pc_1390 {
    display: none;
}
@media screen and (min-width: 1390px) {
    .pc_1390 {
        display: block;
    }
}