@charset "UTF-8";

.test_css .base {
    max-width: 1000px !important;
}

.lower_main {
    background-position: bottom left;
}

.tester-top {
    color: #fff;
}

.tester-top__lead .font-yellow {
    font-size: 24px;
}

.font-yellow {
    color: #fff600 !important;
}

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

.tester__flex.tester-top__items {
    gap: 16px;
    margin-top: 40px;
    justify-content: normal;
}

.tester-top__item {
    background: #fff;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    text-align: center;
    color: #333;
    padding-top: 40px;
    font-weight: bold;
}

.tester-top__item img {
    height: 45px;
    margin-bottom: 5px;
}

.about__title {
    font-weight: bold !important;
}

.about__items {
    gap: 35px;
}

.about__item {
    background: #69b644;
    width: 100%;
    max-width: 330px;
    height: 280px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding-top: 55px;
}

.about__item__text {
    font-size: 18px;
}

.about__item img {
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sky-bg {
    background-image: url('../images/tester/sky-bg.png;');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.future__title {
    margin-bottom: 90px !important;
    color: #fff !important;
    font-weight: bold !important;
}

.future__items {
    gap: 35px;
}

.future__item {
    width: 100%;
    max-width: 330px;
    text-align: center;
    background: #fff;
    padding: 0 25px 50px 25px;
}

.future__item img {
    transform: translateY(-50px);
}

.future__item__title {
    margin-top: -43px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #69b644;
    font-size: 18px;
}

.future__item__text {
    text-align: left;
    font-size: 14px;
}

.subject {
    padding-bottom: 100px;
}

.subject__items {
    display: flex;
}

.subject__item {
    border: #69b644 3px solid;
    padding: 28px;
    max-width: 450px;
    width: 100%;
}

.subject__items .subject__item .subject__item__title {
    font-size: 18px;
    margin-bottom: 16px;
}

.subject__item img {
    margin: 0 auto;
    display: block;
}

.subject__item__text {
    text-align: center;
    color: #69b644;
    margin-top: 35px;
    font-size: 24px;
}

.subject__icon {
    /*     font-weight: bold; */
    font-size: 100px;
    margin: auto;
}

.subject__item__text span {
    font-size: 70px;
}

.subject__container {
    background: #f0f0f0;
    padding: 50px;
}

.subject__container__title {
    color: #69b644;
    border-bottom: none !important;
    font-size: 20px !important;
}

.subject__container__text {
    font-size: 15px;
    margin-bottom: 20px;
}

.subject__container__box {
    display: flex;
    background: #fff;
}

.subject__container__box__left {
    font-size: 15px;
    padding: 15px 20px;
    margin-right: auto;
}

.subject__container__box__right {
    display: flex;
    align-items: flex-end;
}

.subject__container__arrow {
    color: #69b644;
    font-size: 15px;
    text-align: center;
    margin-top: -6px;
    margin-bottom: 4px;
}

.subject__container__bottom-text {
    font-size: 12px !important;
    margin-top: 15px;
}

.case {
    padding-bottom: 100px;
}

#mokuji03,
.case__title {
    font-weight: bold !important;
}

.case__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.case__card {
    width: 100%;
    max-width: 310px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
    .case__cards {
        gap: 10px;
    }

    .case__card {
        width: 100%;
        max-width: 380px;
        margin-bottom: 40px;
    }

}

.case__card__top img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.case__card__bottom {
    background: #fff;
    padding: 15px 20px;
    height: 230px;
}

/* .case__card:nth-child(-n + 2) .case__card__bottom,
.case__card:nth-child(n + 5):nth-child(-n + 6) .case__card__bottom {
    height: 190px
}

.case__card:nth-child(n + 3):nth-child(-n + 4) .case__card__bottom,
.case__card:nth-child(n + 9):nth-child(-n + 10) .case__card__bottom {
    height: 240px
}

.case__card:nth-child(n + 7):nth-child(-n + 8) .case__card__bottom {
    height: 210px
} */

.case__card__title {
    color: #69b644;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.base .case .case__cards .case__card__li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-bottom: 0 !important;
    padding-left: 1em;
    text-indent: -1em;
}

.case__card__li:first-letter {
    color: #69b644;
}

.special {
    padding-bottom: 100px;
}

.special__title {
    font-weight: bold !important;
}

.special__tables {
    display: flex;
    /* justify-content: space-around; */
    gap: 20px;
}

.special__table {
    margin-top: 20px;
}

.special .special__table:nth-child(3) {
    margin-top: 40px;
}

.special__table__img {
    width: 100%;
}

.special__table__img-sp {
    /*     display: none; */
}

.customer-inner {
    padding: 100px 0
}

.customer__title {
    color: #fff !important;
    font-weight: bold !important;
    margin-bottom: 50px !important;
}

.customer__cont {
    display: flex;
}

.customer__cont__left {
    width: 25%;
    margin-right: auto;
}

.customer__cont__left__text {
    color: #fff;
    font-size: 20px !important;
    line-height: 1.7 !important;
    margin-top: 20px;
    margin-left: 40px;
}

.customer__cont__right {
    width: 75%;

}

.customer__cont__right__cont {
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.customer__cont__right__cont h3 {
    color: #69b644;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}

.customer__cont__right__cont p {
    font-size: 14px !important;
}

.costomer__detail {
    text-align: right;
    display: block;
    color: #fff !important;
    text-decoration-line: none !important;
}

.qa-bg {
    background-image: url('../images/tester/qa-gb.png;');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.qa__title {
    margin-bottom: 50px !important;
    font-weight: bold !important;
}

.qa__container {
    background: #fff;
    margin-bottom: 20px;
    padding: 30px;
}

.qa__q,
.qa__a {
    position: relative;
    margin-left: 45px!important;
}

.qa__q {
    font-weight: bold;
    margin-bottom: 20px!important;
}

.qa__q:before,
.qa__a:before {
    position: absolute;
    top: 0;
    left: -40px;
    width: 25px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.qa__q:before {
    background-image: url('../images/tester/q.png;')
}

.qa__a:before {
    background-image: url('../images/tester/a.png;')
}

.qa__detail {
    text-decoration-line: none !important;
    font-size: 14px;
    display: block;
    text-align: right;
    font-weight: bold;
}

.contact__title {
    font-weight: bold !important;
}

@media screen and (max-width: 767px) {
    .test_css .singlefree .singlefree_content h2, .gre_content .ryoukin-rei h2 {
        font-size: 20px;
    }

    .tester__flex {
        display: block;
    }

    .tester-top__items {
        margin-top: 30px;
    }

    .tester-top__item {
        display: flex;
        width: 100%;
        border-radius: 8px;
        padding: 14px 20px 14px 20px;
        height: 80px;
        max-width: 380px;
        margin: 10px auto;
    }

    .tester-top__item:nth-child(3) div {
        padding-top: 4px;
    }

    .tester-top__item img {
        display: block;
        height: 50px;
        width: 50px;
        object-fit: contain;
        margin-right: auto;

    }

    .tester-top__item div {
        width: 76%;
        padding-top: 14px;
        font-size: 14px;
        text-align: left;
    }

    .about__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .about__item {
        background: #69b644;
        width: 100%;
        max-width: 250px;
        height: 200px;
        color: #fff;
        text-align: center;
        border-radius: 8px;
        padding-top: 44px;
        font-size: 14px;
    }

    .about__item__text {
        font-size: 16px;
    }

    .about__item img {
        height: 50px;
        margin-bottom: 10px;

    }

    #first_block .singlefree_content {
        padding-bottom: 40px;
    }

    .sky-bg {
        padding: 50px 0;
    }

    .future__title {
        font-size: 20px !important;
        font-weight: bold !important;
    }

    .future__item__title {
        font-size: 16px;
    }

    .future__item {
        margin: 0 auto 70px;
        width: 100%;
    }

    .future__item:last-child {
        margin-bottom: 0;
    }

    .subject__items {
        display: block;
    }

    .subject__item {
        margin: auto;
    }

    .subject__icon {
        margin: 30px 0;
        text-align: center;
    }

    .subject__item__text span {
        font-size: 50px;
    }

    .subject__container {
        padding: 20px;
    }

    .subject__container__title {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }

    .subject__container__text {
        font-size: 13px;
    }

    .subject__container__box {
        display: block;
    }

    .subject__container__box__left {
        width: 100%;
        font-size: 13px;
    }

    .subject__container__box__right {
        margin-left: 10px;
    }

    .case {
        padding-bottom: 0;
    }

    .case__title {
        font-size: 20px !important;
    }

    .case__cards {
        justify-content: center;
        gap: 0;
    }



    .case__card__title {
        font-size: 15px !important;
    }

    .case__card__bottom {
        height: 210px !important;
    }

    .special {
        padding-bottom: 40px !important;
    }

    .special__tables {
        display: block;
    }

    .special__table__img-sp {
        display: block;
        margin: auto;
    }

    .special__table__img {
        display: none;
    }

    .customer__title {
        font-size: 20px !important;
    }

    .customer__cont {
        display: block;
    }

    .customer__cont__left__text {
        font-size: 14px !important;
        ;
    }

    .customer__cont__left {
        margin: 0 auto;
    }

    .customer__cont__left__text {
        margin: 5px 0 20px;
        text-align: center;
    }

    .customer__cont__right {
        margin: 0 auto;
    }

    .customer__cont__right {
        width: 100%;
    }

    .customer__cont__right__cont h3 {
        font-size: 16px;
    }

    .customer__cont__right__cont p {
        font-size: 13px !important;
    }

    .qa-bg {
        padding: 50px 0;
    }

    .qa__title {
        color: #69b644 !important;
        font-size: 20px !important;
        margin-bottom: 30px !important;
    }

    .qa__q, .qa__a {
        margin-left: 40px;
    }

    .qa__container {
        padding: 20px;
    }

    #tuika_form2110 {
        margin: 0 !important;
    }
}


/*--20230305_テスターページ修正--*/
.special__tables.tuika {
    display: flex;
    align-items: flex-start;
}

.special__tables.tuika .special__tables_list {
    background: #edffe4;
    border-radius: 10px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.special__tables.tuika .special__tables_list:nth-child(2) {
    width: 400px;
}

@media screen and (max-width: 767px) {
    .special__tables.tuika .special__tables_list:nth-child(2) {
        width: 100%;
    }
}

.special__tables.tuika h3 {
    background: #69b644;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.test_css .singlefree .singlefree_content .special__tables.tuika h3 {
    margin-bottom: 0;
}

.special__tables.tuika .list_content {
    display: flex;
    flex-wrap: wrap;

    padding: 20px 30px 0;
}

.special__tables.tuika .list_content_block {
    width: 33%;
}

.special__tables.tuika .list_content_block.kaigo {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .special__tables.tuika .list_content_block {
        width: 100%;
        margin-bottom: -10px;
    }

    .special__tables.tuika .list_content_block.kaigo {
        width: 100%;
    }
}

.special__tables.tuika .special__tables_list ul li {
    position: relative;
}

.special__tables.tuika .special__tables_list ul li:before {
    content: "-";
    font-weight: bold;
    color: #69b644;
    padding-right: 5px;
}

.special__tables.tuika .special__tables_list .graph_img {
    background: #fff;
    border-radius: 6px;
    margin: 20px 20px 0;
    padding: 20px 0px;
}

@media screen and (max-width: 767px) {
    .special__tables.tuika .special__tables_list .graph_img {
        padding: 20px 40px;
    }
}

.special__tables.tuika .special__tables_list .graph_content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.special__tables.tuika .special__tables_list .graph_content ul li {
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}

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

    .special__tables.tuika .special__tables_list .graph_content ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .special__tables.tuika .special__tables_list .graph_content ul li:last-child {
        margin-bottom: 0px;
    }
}

.special__tables.tuika .special__tables_list .graph_content ul li:before {
    content: unset;
}


/*---- 追記_230403 ----*/
.forPc {
    display: block;
}

.forSp {
    display: none;
}

.linkarea {
    display: inline-block;
    background: #ef7013;
    margin-top: 30px;
    padding: 20px 40px;
    border-radius: 90px;
    font-size: 16px;
    font-weight: bold;
}

a.linkarea {
    color: #fff;
    text-decoration: none;
}

a.linkarea:hover {
    color: #fff;
}

.qa a.linkarea {
    text-align: center;
    display: block;
    width: 380px;
    margin: 0 auto;
    margin-top: 30px;
}

.aboutBlcok_bnrarea img {
    margin: 0 auto;
}

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

    .forSp {
        display: block;
    }

    .linkarea {
        width: 100%;
    }

    .linkarea p {
        font-size: 13px;
        letter-spacing: -0.03rem;
        text-align: center;
    }

    .qa a.linkarea {
        width: 100%;
    }
}

.linkarea_tuika {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

p:first-child {
    margin-bottom: 0!important;
}
.linkarea_tuika_syougaisya a.linkarea {
    margin-top: 20px;
}