/*----------------------------*/
/*--base--*/
/*----------------------------*/
p:first-child {
    margin-bottom: 0 !important;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}

.forPc {
    display: block;
}

.forSp {
    display: none;
}

@media screen and (max-width: 767px) {
    .forPc {
        display: none;
    }

    .forSp {
        display: block;
    }
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}

h2 {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: #7bb455;
    line-height: 32px;
}

.syougaisya_lp .ttlBlock {
    margin-bottom: 50px;
}

.ttlBlock p {
    text-align: center;
    margin-top: 30px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs32 {
    font-size: 32px;
}

@media screen and (max-width: 767px) {
    .fs12 {
        font-size: 10px;
    }

    .fs13 {
        font-size: 10px;
    }

    .fs14 {
        font-size: 12px;
    }

    .fs15 {
        font-size: 14px;
    }

    .fs16 {
        font-size: 14px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs32 {
        font-size: 22px;
    }
}

@media screen and (max-width: 390px) {
    .fs15 {
        font-size: 13px;
    }

    .fs16 {
        font-size: 13px;
    }

    .fs18 {
        font-size: 15px;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs22 {
        font-size: 18px;
    }
}

small {
    font-size: 12px;
}

.aboutBlcok_content {
    margin-top: 30px;
}

.bg_green {
    background: #7bb455;
}

.bg_gray {
    background: #f8f8f8;
}

.cl_green {
    color: #7bb455;
}

.cl_white {
    color: #fff;
}

.marker {
    background: linear-gradient(transparent 80%, #fffaa8 80%);
    background-position-y: -3px;
}

@media screen and (max-width: 767px) {
    .marker {
        background-position-y: 0px;
    }
}

section {
    padding: 80px 0;
}

section.pt0 {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .syougaisya_lp .ttlBlock {
        margin-bottom: 30px;
    }

    .ttlBlock p {
        margin-top: 20px;
    }

    small {
        font-size: 12px;
        line-height: 1rem;
        display: block;
        margin-top: 5px;
    }

    section {
        padding: 50px 0;
    }

    section.pt0 {
        padding-top: 0px;
    }
}

@media screen and (max-width: 390px) {
    h2 {
        font-size: 23px;
    }
}

/*----------------------------*/
/*--障がい者モニターページ--*/
/*--main--*/
/*----------------------------*/
.syougaisya_lp {
    margin-top: 90px;
    margin-bottom: 0px;
    color: #333;
    font-weight: normal;
}

section#bgImage {
    background: url(../images/syougaisya_lp/main_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

section.main {
    padding: 55px 0px;
}

.mainStrong ul {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.mainStrong ul li {
    position: relative;
    text-align: center;
    padding: 0 40px;
    font-weight: bold;
    text-shadow: #fff 0px 0 5px, #fff 0px 0 5px, #fff 0px 0 5px, #fff 0px 0 5px;

    line-height: 1.6rem;
}

.mainStrong ul li::before {
    content: "";
    display: block;
    width: 27px;
    height: 56px;
    background: url(../images/syougaisya_lp/mainStrong_left.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -5px;
    left: 0;
}

.mainStrong ul li::after {
    content: "";
    display: block;
    width: 27px;
    height: 56px;
    background: url(../images/syougaisya_lp/mainStrong_right.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -5px;
    right: 0;
}

.mainContent p.frame {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}

.mainContent h1 {
    font-size: 42px;
    letter-spacing: -0.08rem;
    line-height: 3rem;
    margin-bottom: 20px;
    text-shadow: #fff 0px 0 5px, #fff 0px 0 5px, #fff 0px 0 5px, #fff 0px 0 5px;
}

.mainContent p.strong {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    display: inline-block;
    text-shadow: #fff 0px 0 5px, #fff 0px 0 5px, #fff 0px 0 5px, #fff 0px 0 5px;
}

.mainContent p.leadText {
    margin-bottom: 20px;
    line-height: 1.6rem;
    text-shadow: #fff 0px 0 10px, #fff 0px 0 10px, #fff 0px 0 10px, #fff 0px 0 10px, #fff 0px 0 10px, #fff 0px 0 10px, #fff 0px 0 10px, #fff 0px 0 10px;
}

section.main .iconList ul {
    display: flex;
    text-align: center;
}

section.main .iconList li {
    font-weight: bold;
    background: #fff;
    border: 3px solid #7bb455;
    border-radius: 90px;
    width: 180px;
    height: 180px;
    margin-right: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
}

section.main .iconList li:last-child {
    margin-right: 0px;
}

.iconList_content {
    padding: 0px 10px;
}

.iconList_content p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.3rem;
}

.mainBtn a {
    margin-top: 25px;
    padding: 25px 0px;
    display: block;
    max-width: 420px;
    color: #fff;
    background-color: #ef7013;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);

    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.mainStrong ul li.tokubetsu em {
    vertical-align: -3px;
}

@media screen and (max-width: 767px) {
    .syougaisya_lp {
        margin-top: 0px;
    }

    section.main {
        padding: 30px 0px;
    }

    section#bgImage {
        margin-top: 0px;
        background: url(../images/syougaisya_lp/main_bg_sp.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
    }

    .mainStrong ul {
        justify-content: space-between;
        margin-bottom: 20px;
        gap: 10px;
    }

    .mainStrong ul li.fs18 {
        font-size: 12px;
        line-height: 1rem;
        width: 40%;
    }

    .mainStrong ul li.fs18:last-child {
        width: 60%;
    }

    .mainStrong ul li em.fs22 {
        font-size: 15px;
    }

    .mainStrong ul li small {
        font-size: 12px;
        display: inline-block;
    }

    .mainStrong ul li {
        padding: 0 17px;
    }

    .mainStrong ul li::before {
        top: 3px;
        left: 0;
    }

    .mainStrong ul li::after {
        top: 3px;
        right: 0;
    }

    .mainContent h1 {
        font-size: 30px;
        letter-spacing: -0.03rem;
        line-height: 2.6rem;
        margin-bottom: 20px;
    }

    .mainContent p.strong {
        font-size: 15px;
        line-height: 1;
        margin: 0px auto;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    .mainContent p.leadText {
        line-height: 1.4rem;
        width: 100%;
        font-size: 13px;
    }

    section.main .iconList ul {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    section.main .iconList li {
        width: 100%;
        height: auto;
        margin-right: 0;
        padding: 0px 30px;
    }

    section.main .iconList li:nth-child(2n) {
        margin-right: 0px;
    }

    section.main .iconList li p {
        font-size: 14px;
        line-height: 1.2rem;
        margin-top: 0;
        text-align: center;
    }

    .iconList_content {
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }

    .iconList_content .imgBox {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .iconList_content img {
        width: 25px;
    }

    .iconList li:nth-child(2) img {
        width: 30px;
    }

    .iconList li:last-child img {
        width: 50px;
    }

    .mainBtn a {
        padding: 20px 0px;

        font-size: 16px;
    }
}

@media screen and (max-width: 390px) {
    .mainContent p.frame {
        font-size: 16px;
    }

    .mainContent h1 {
        font-size: 26px;
        line-height: 2.0rem;
    }

    .mainContent p.marker {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .mainContent p.leadText {
        line-height: 1.2rem;
        font-size: 12px;
    }

    section.main .iconList li:nth-child(2n) {
        margin-right: 0px;
    }

    .iconList_content {
        padding: 10px 0;
    }
}


/*----------------------------*/
/*--難病ページ_2nd--*/
/*--trouble--*/
/*----------------------------*/
section.trouble .troubleContent {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    margin-bottom: 50px;
}

.troubleContent .troubleContent_block {
    border: 3px solid #7bb455;
    width: 100%;
    max-width: 310px;
    border-radius: 10px;
}

.troubleContent_block .troubleArea {
    padding: 50px 20px;
    padding-bottom: 30px;
    text-align: center;
}

.troubleContent_block .troubleArea .imgBox {
    min-height: 140px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.troubleArea h3 {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    section.trouble .troubleContent {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .troubleContent .troubleContent_block {
        margin: 0;
        margin-top: 20px;
        width: 100%;
        max-width: unset;
    }

    .troubleContent_block:nth-child(2) .troubleArea {
        padding-top: 20px;
    }

    .troubleContent .troubleContent_block:first-child {
        margin-top: 0px;
    }

    .troubleContent_block .troubleArea {
        padding: 40px 20px;
        padding-bottom: 30px;
    }

    .troubleContent_block .troubleArea .imgBox {
        min-height: auto;
        margin-bottom: 30px;
    }

    .troubleArea h3 {
        margin-top: 10px;
    }

    .troubleArea img {
        min-height: auto;
        padding: 0 80px;
    }

    .troubleContent_block .troubleArea .imgBox img {
        width: 270px;
    }

    .troubleContent_block:nth-child(2) .troubleArea .imgBox img {
        margin-left: -20px;
        width: 270px;
    }

    .troubleContent_block:nth-child(3) .troubleArea .imgBox img {
        width: 290px;
    }
}

/*----------------------------*/
/*--難病ページ_3rd--*/
/*--tokuchou--*/
/*----------------------------*/
section.tokuchou .tokuchouContent {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

section.tokuchou .tokuchouContent_block {
    background: #fff;
    width: 100%;
    max-width: 310px;
    margin-bottom: 50px;
}

.tokuchouContent_block .textBox {
    padding: 30px 15px;
}

@media screen and (max-width: 767px) {
    section.tokuchou .tokuchouContent {
        flex-wrap: wrap;
    }

    section.tokuchou .tokuchouContent_block {
        margin-bottom: 30px;
        max-width: unset;
    }

    section.tokuchou .tokuchouContent_block {
        display: block;
    }

    .tokuchouContent_block .imgBox {
        width: 100%;
        margin-bottom: 0px;
    }

    .tokuchouContent_block .imgBox img {
        width: 100%;
    }

    .tokuchouContent_block .textBox {
        padding: 20px;
    }
}

/*----------------------------*/
/*--難病ページ_3rd_tuika--*/
/*--data--*/
/*----------------------------*/
.dataContent ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .dataContent ul {
        gap: 10px;
    }
}

/*----------------------------*/
/*--難病ページ_4th--*/
/*--specialpanel--*/
/*----------------------------*/
.special__tables.tuika {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.special__tables.tuika .special__tables_list {
    width: 49%;
}

.special__tables.tuika h3 {
    background: #69b644;
    color: #fff;
    padding: 20px;
    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;
    justify-content: space-between;
    padding: 25px 30px;
}

.special__tables.tuika .list_content_block {
    width: 48%;
}

.special__tables.tuika .special__tables_list ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    text-indent: -12px;
    padding-left: 12px;
}

.special__tables.tuika .special__tables_list ul li:last-child {
    margin-bottom: 0px;
}

.special__tables.tuika .special__tables_list ul li:before {
    content: "-";
    font-weight: bold;
    color: #69b644;
    padding-right: 5px;
}

.special__tables_listBlock {
    background: #f8f8f8;
    border-radius: 10px;
}

.special__tables_list_right .special__tables_listBlock {
    margin-bottom: 15px;
}

.special__tables_list_right .special__tables_listBlock:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .special__tables.tuika h3 {
        padding: 15px;
    }

    .specialpanel .ttlBlock p {
        text-align: left;
    }

    .special__tables.tuika .special__tables_list {
        width: 100%;
        height: auto;
    }

    .special__tables.tuika .list_content_block {
        width: 100%;
        margin-bottom: 0px;
    }

    .special__tables.tuika .special__tables_list {
        margin-bottom: 20px;
    }

    .special__tables.tuika .list_content {
        padding: 20px;
    }

    .special__tables.tuika .special__tables_list ul li {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .special__tables.tuika .special__tables_list:last-child {
        margin-bottom: 0px;
    }

    .special__tables.tuika {
        display: block;
    }

    .special__tables.tuika .special__tables_list:nth-child(2) {
        width: 100%;
        margin-left: 0px;
    }
}

/*----------------------------*/
/*--難病ページ_5th--*/
/*--tableArea--*/
/*----------------------------*/
.tableArea_content {
    margin-bottom: 80px;
}

.tableArea_content.mb50 {
    margin-bottom: 50px;
}

.tableArea_content h4 {
    margin-bottom: 10px;
}

.new_lower table th {
    vertical-align: middle;
}

.new_lower table td {
    font-size: 15px;
}

.new_lower table tr.border_color_tokubetu {
    border-bottom: 1px solid #a7cc94;
}

.new_lower table tr.point th {
    background: #7bb455;
    color: #fff;
    border-left: 1px solid #a7cc94;
}

.new_lower table tr.point td {
    background: #f7fff3;
    border-right: 1px solid #a7cc94;
}

@media screen and (max-width: 767px) {
    .tableArea_content {
        margin-bottom: 40px;
    }

    .new_lower table th,
    .new_lower table td {
        font-size: 13px;
    }
}

.jirei_link a {
    background: #2b71b8;
    color: #fff;
    display: block;
    max-width: 280px;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 6px;

    text-align: center;
    font-weight: bold;

}

/*----------------------------*/
/*--被験者ページ_form--*/
/*--form--*/
/*----------------------------*/
section.form h2 {
    font-size: 22px;
    text-align: left;
    color: #333;
    padding-left: 10px;
    margin-bottom: 50px;
    border-left: 2px solid #69b644;
}

.document_contact form dl dt,
.document_contact form dl dd {
    display: table-cell;
    border: none;
}

.contact_formarea form dl {
    margin-bottom: 5px;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.contact_formarea form dl dt {
    width: 30%;
    padding: 5px 0px;
}

.contact_formarea form dl dd {
    width: 70%;
    padding-left: 10px;
}

.contact_formarea form dl.va_top dd p {
    font-size: 14px;
    line-height: 1rem;
    margin-bottom: 8px !important;
}

@media screen and (max-width: 767px) {
    .contact_formarea form dl.va_top dd p {
        line-height: 1.3rem;
    }
}

.document_contact form dl dd input[type="text"],
.document_contact form dl dd input[type="email"],
.document_contact form dl dd input[type="tel"],
.document_contact form dl dd textarea {
    background: none;
    border: 2px solid #cdcdcd;
    border-radius: 4px;
}

.document_contact form dl dd textarea {
    font-size: 15px;
    width: 100%;
}

form .contact_caution {
    overflow: hidden;
    border: 1px solid #cdcdcd;
    font-weight: normal;
}

form .contact_caution p {
    line-height: 18px;
    overflow-y: scroll;
    height: 70px;
    padding: 20px;
    padding-top: 0;
}

form .privacy_link .caution_check {
    margin-top: 20px;
    margin-bottom: 20px !important;
    text-align: center;
}

form .privacy_link .caution_check a {
    color: #0000ff;
}

.wpcf7-form-control-wrap.soudannaiyou span.wpcf7-list-item-label {
    display: unset;
}

.wpcf7-form-control-wrap.soudannaiyou span.wpcf7-list-item {
    margin-left: 0;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    section.form h2 {
        margin-bottom: 30px;
    }

    .contact_formarea form dl {
        margin-bottom: 15px;
    }

    .contact_formarea form dl dt {
        width: 100%;
        margin-bottom: 3px;
    }

    .contact_formarea form dl dd {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }

    .document_contact form dl dt,
    .document_contact form dl dd {
        display: block;
    }

    .document_contact form dl dd input[type="text"],
    .document_contact form dl dd input[type="email"],
    .document_contact form dl dd input[type="tel"],
    .document_contact form dl dd textarea {
        width: 100% !important;
        padding: 10px;
    }
}

/*----------------------------*/
/*--被験者ページ_form--*/
/*--追従ボタン--*/
/*----------------------------*/
.syougaisya_lp {
    position: relative;
}

.tuijuubtn {
    position: fixed;
    top: 140px;
    right: 20px;
    z-index: 999;
}

.tuijuubtn a {
    padding: 20px 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ef7013;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .tuijuubtn a {
        display: none;
    }
}

.recruit-btn-cont {
    display: flex;
    gap: 20px;
    margin-top: 60px;
    justify-content: center;
}

.recruit-btn {
    padding: 20px 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ef7013;
    display: inline-block;
    color: #fff;
    border-radius: 40px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    &:hover {
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .recruit-btn-cont {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    .recruit-btn {
        font-size: 14px;
        padding: 20px;
    }
}