/*----------------------------*/
/*--base--*/
/*----------------------------*/
.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;
}
.ttlBlock {
    margin-bottom: 50px;
}
.ttlBlock p {
    text-align: center;
    margin-top: 30px;
}

.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	.fs12 {
	  font-size: 10px;
	}
	.fs14 {
	  font-size: 12px;
	}
	.fs16 {
	  font-size: 14px;
	}
	.fs18 {
	  font-size: 16px;
	}
	.fs20 {
	  font-size: 18px;
	}
	.fs22 {
	  font-size: 18px;
	}
}
@media screen and (max-width: 390px) {
	.fs16 {
	  font-size: 13px;
	}
	.fs18 {
	  font-size: 15px;
	}
	.fs20 {
	  font-size: 16px;
	}
	.fs22 {
	  font-size: 18px;
	}
}
small {
    font-size: 12px;
}

em {
    font-weight: bold;
    color: #7bb455;
	background:linear-gradient(transparent 60%, #fffaa8 60%);
}

.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 60%, #fffaa8 60%);
}

section {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .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;
    }
}


/*----------------------------*/
/*--被験者ページ--*/
/*--main--*/
/*----------------------------*/
.hikensya_lp {
	margin-top: 90px;
	margin-bottom: 0px;
    color: #333;
	font-weight: normal;
}
section#bgImage {
	background: url(../images/hikensya_lp/main_bg.jpg) no-repeat;
    background-position: center;
}
section.main {
    padding: 45px 0px;
}
.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 5px 0 5px;
}
.mainContent p.marker {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    text-shadow: #fff 5px 0 5px;
}
.mainContent p.leadText {
    margin-bottom: 20px;
    line-height: 1.8rem;
    text-shadow: #fff 5px 0 5px;
}
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: 152px;
    height: 152px;
    margin-right: 15px;

    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.iconList_content {
    padding: 20px 0;
}
.iconList_content p {
    margin-top: 10px;
    line-height: 1.2rem;
}

section.main .iconList li:nth-child(3) img {
    margin-right: -18px;
}
section.main .iconList li:nth-child(4) img {
    margin-right: -15px;
}
@media screen and (max-width: 767px) {
    .hikensya_lp {
        margin-top: 0px;
    }
    section.main {
        padding: 30px 0px;
    }
	section#bgImage {
        margin-top: 0px;
        background: url(../images/hikensya_lp/main_bg_sp.jpg) no-repeat;
        background-size: 100%;
        background-position: bottom;
    }
    .mainContent p.frame {
        margin-bottom: 10px;
        padding: 10px;
        font-size: 18px;
    }
    .mainContent h1 {
        font-size: 30px;
        letter-spacing: -0.08rem;
        line-height: 2.4rem;
        margin-bottom: 10px;
    }
    .mainContent p.marker {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .mainContent p.leadText {
        line-height: 1.4rem;
    }
    section.main .iconList ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    
    section.main .iconList li {
        width: 47%;
        height: auto;
        justify-content: space-between;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0 10px;
    }
    section.main .iconList li:nth-child(2n) {
        margin-right: 0px;
    }
    section.main .iconList li p {
        font-size: 12px;
        line-height: 1rem;
    }
    section.main .iconList li div img {
        margin-right: 5px;
        width: 20px;
    }

    .iconList_content {
        padding: 10px 0;
    }

    section.main .iconList li div {
        display: flex;
        align-items: center;
        text-align: left;
    }
    section.main .iconList li div img {
        margin-right: 10px;
        width: 30px;
    }
    section.main .iconList li div p {
        margin-top: 0;
    }

    section.main .iconList li:nth-child(3) img {
        margin-right: 10px;
    }
    section.main .iconList li:nth-child(4) img {
        margin-right: 10px;
    }
}
@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: 1rem;
        font-size: 12px;
    }
    section.main .iconList li {
        width: 47%;
        margin-right: 5px;
        padding: 0 10px;
    }
    section.main .iconList li:nth-child(2n) {
        margin-right: 0px;
    }
    section.main .iconList li p {
        font-size: 12px;
        line-height: 1rem;
    }
    section.main .iconList li div img {
        margin-right: 5px;
        width: 20px;
    }

    .iconList_content {
        padding: 10px 0;
    }
}


/*----------------------------*/
/*--被験者ページ_2nd--*/
/*--trouble--*/
/*----------------------------*/
section.trouble .troubleContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: 300;
    margin-bottom: 50px;
}
.troubleContent .troubleContent_block {
    border: 3px solid #7bb455;
    width: 45%;
    margin: 0 10px;
}
.troubleContent .troubleContent_block:nth-child(3),
.troubleContent .troubleContent_block:nth-child(4) {
    margin-top: 20px;
}
.troubleContent_block .troubleArea {
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.troubleArea img {
    min-height: 111px;
}
.troubleArea h3 {
    margin-top: 15px;
}
.troubleContent_block .kaiketuArea {
    padding: 20px;
    position: relative;
}
.troubleContent_block .kaiketuArea::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #7bb455 transparent;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: auto;
}
@media screen and (max-width: 1000px) {
    .troubleContent_block .kaiketuArea {
        height: 136px;
    }
}
@media screen and (max-width: 767px) {
    section.trouble .troubleContent {
        margin-bottom: 30px;
    }
    .troubleContent .troubleContent_block {
        width: 100%;
    }
    .troubleContent .troubleContent_block {
        margin: 0;
        margin-top: 20px;
    }
    .troubleContent .troubleContent_block:first-child {
        margin-top: 0px;
    }

    
    .troubleArea h3 {
        margin-top: 10px;
    }
    .troubleArea img {
        min-height: auto;
        padding: 0 80px;
    }
    .troubleContent_block .kaiketuArea {
        padding: 15px;
        height: auto;
    }
    .troubleContent_block .kaiketuArea p {
        line-height: 1.2rem;
    }
}

/*----------------------------*/
/*--被験者ページ_3rd--*/
/*--tokuchou--*/
/*----------------------------*/
section.tokuchou .tokuchouContent_block {
    border: 3px solid #6fa24c;
    background: #fff;
    display: flex;
    margin-bottom: 50px;
    padding: 50px;
}
section.tokuchou .tokuchouContent_block:last-child {
    margin-bottom: 0px;
}
.tokuchouContent_block .imgBox {
    width: 32%;
    margin-right: 50px;
}
.tokuchouContent_block .textBox {
    width: 65%;
}
.tokuchouContent_block .textBox h3 {
    margin-bottom: 30px;
}
.tokuchouContent_block .textBox .textBox_data dl {
    margin-bottom: 30px;
}
.tokuchouContent_block .textBox .textBox_data dl:last-child {
    margin-bottom: 0px;
}
.tokuchouContent_block .textBox .textBox_data dl dt {
    margin-bottom: 5px;
    font-weight: bold;
}
.tokuchouContent_block .textBox .textBox_data dl dt::before {
    content: "";
    display: inline-block;
    background: #7bb455;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: -2px;
}
@media screen and (max-width: 767px) {
    section.tokuchou .tokuchouContent_block {
        margin-bottom: 30px;
        padding: 30px;
    }
    section.tokuchou .tokuchouContent_block {
        display: block;
    }
    .tokuchouContent_block .imgBox {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .tokuchouContent_block .textBox {
        width: 100%;
    }
    .tokuchouContent_block .textBox h3 {
        margin-bottom: 20px;
    }
    .tokuchouContent_block .textBox .textBox_data dl {
        margin-bottom: 20px;
    }
}

/*----------------------------*/
/*--被験者ページ_4th--*/
/*--support--*/
/*----------------------------*/
.supportContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
}
.supportContent::before {
    content: "";
    display: inline-block;
    background: url(../images/hikensya_lp/plus.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    margin: auto;
}
.supportContent .supportContent_block {
    background: #fff;
    border: 3px solid #7bb455;
    width: 45%;
    padding: 40px;
    position: relative;
}
.supportContent .supportContent_block::before {
    content: "";
    display: inline-block;
    background: url(../images/hikensya_lp/support_icon01.png) no-repeat;
    width: 150px;
    height: 87px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.supportContent .supportContent_block:nth-child(2)::before {
    background: url(../images/hikensya_lp/support_icon02.png) no-repeat;
    width: 120px;
    height: 74px;
}
.supportContent_block h3 {
    margin-bottom: 40px;
}
.supportContent_block p {
    font-size: 36px;
    font-weight: bold;
}
.supportContent_block p span {
    font-size: 82px;
    line-height: 82px;
}
@media screen and (max-width: 767px) {
    .supportContent {
        display: block;
        margin-bottom: 30px;
    }
    .supportContent .supportContent_block {
        width: 100%;
        margin-bottom: 50px;
        padding: 30px;
    }
    .supportContent .supportContent_block:last-child {
        margin-bottom: 0px;
    }
    .supportContent_block p {
        font-size: 28px;
        font-weight: bold;
    }
    .supportContent_block p span {
        font-size: 62px;
        line-height: 62px;
    }
    .supportContent::before {
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .supportContent .supportContent_block::before {
        background-size: 100%;
        width: 100px;
    }
    .supportContent .supportContent_block:nth-child(2)::before {
        background-size: 100%;
        width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .supportContent_block p {
        font-size: 26px;
        font-weight: bold;
    }
    .supportContent_block p span {
        font-size: 56px;
        line-height: 56px;
    }
}

/*----------------------------*/
/*--被験者ページ_5th--*/
/*--specialpanel--*/
/*----------------------------*/
.specialpanel .ttlBlock p {
    text-align: center;
}
.special__tables.tuika {
    display: flex;
    align-items: flex-start;
}
.special__tables.tuika .special__tables_list {
    background: #f8f8f8;
    padding-bottom: 20px;
}
.special__tables.tuika .special__tables_list:nth-child(2) {
    width: 320px;
    margin-left: 20px;
}
.special__tables.tuika h3 {
    background: #69b644;
    color: #fff;
    padding: 15px;
}
.test_css .singlefree .singlefree_content .special__tables.tuika h3 {
    margin-bottom: 0;
}
.special__tables.tuika .list_content {
    display: flex;
    flex-wrap: wrap;

    padding: 20px 20px 0;
}
.special__tables.tuika .list_content_block {
    width: 33%;
}
.special__tables.tuika .list_content_block.kaigo {
    width: 50%;
}
.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;
    margin: 20px 20px 0;
    padding:  20px 10px;
}
.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: 45%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.special__tables.tuika .special__tables_list .graph_content ul li:before {
    content: unset;
}

@media screen and (max-width: 767px) {
    .specialpanel .ttlBlock p {
        text-align: left;
    }
    .special__tables.tuika .special__tables_list:nth-child(2) {
        width: 100%;
    }
    .special__tables.tuika .list_content_block {
        width: 100%;
        margin-bottom: 0px;
    }
    .special__tables.tuika .list_content_block.kaigo {
        width: 100%;
    }
    .special__tables.tuika .special__tables_list {
        margin-bottom: 20px;
    }
    .special__tables.tuika .special__tables_list:last-child {
        margin-bottom: 0px;
    }
    .special__tables.tuika .special__tables_list .graph_img {
        padding:  20px 40px;
    }
    .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:nth-child(2) {
        width: 100%;
        margin-left: 0px;
    }
}


/*----------------------------*/
/*--被験者ページ_6th--*/
/*--bnrarea--*/
/*----------------------------*/
section.bnrarea {
    padding: 30px 0;
}
section.bnrarea ul {
    display: flex;
}
@media screen and (max-width: 767px) {
    section.bnrarea ul {
        display: block;
    }
}

/*----------------------------*/
/*--被験者ページ_form--*/
/*--form--*/
/*----------------------------*/
section.form h2 {
    font-size: 22px;
    text-align: left;
    color: #333;
    padding-left: 10px;
    margin-bottom: 20px;
    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 10px;
}
.contact_formarea form dl dd {
    width: 70%;
    padding-left: 10px;
}
.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;
    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) {
    .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--*/
/*--追従ボタン--*/
/*----------------------------*/
.hikensya_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;
    }
}