body {
    background-color: #FFFFFF;
}
.l-content.l-container {
	padding-top: 0;
	max-width: unset;
	padding-left: unset;
    padding-right: unset;
}

.ftc-white {
    color: #fff;
}

.hr-white {
    height: 3px;
    background: #fff;
    border: none;
    max-width: 43px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 18px;
}

/* Bottom */
.bottom-ttl {
    text-align: center;
    display: block;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bottom-subttl {
    text-align: center;
    display: block;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

input,
select,
textarea,
button {
    outline: 0;
}

section {
    width: 100%;
}

header.pc-only {
    position: relative;
}



.container-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.page-outer {
    display: flex;
    gap: 20px;
    z-index: 1;
    background-color: #FFF;
    flex-wrap: wrap;
}

.main-content {
    max-width: 720px;
}

hr.vertical-line {
    width: 5px;
    height: 50px;
    border-radius: 2.5px;
    margin: 0;
}


/* パンくずリスト */
.wr-pnkz {
    position: relative;
    width: 100%;
    height: 40px;
    background: #f7f6f1;
    display: flex;
    justify-content: center;
}

.wr-pnkz-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 750px;
    margin: 0 0 0 30px;
}

.wr-text {
    display: flex;
    align-items: center;
    height: 100%;
    color: #333333;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    white-space: nowrap;
}

.wr-link {
    color: #1465b1;
    text-decoration: underline;
    padding-right: 5px;
}

/* h1 */
.wr-head1 {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0 0 0 0;
    background: #3cb378;
    display: flex;
    justify-content: center;
}

.head1-contents {
    display: flex;
    /* width: 750px; */
    width: 1020px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.wr-pnkz-space,
.head1-space {
    width: 280px;
    height: 100%;
}

.h1-section {
    padding-left: 30px;
}

.h1-img {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.h1-img img {
    transform: scaleX(-1) translateY(35px);
    max-width: 90%;
    max-height: 250px;
    object-fit: cover;
    margin-right: 10px;
}


h1 {
    display: block;
    position: relative;
    height: 46px;
    margin: 0 0 0 0;
    color: #ffffff;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    text-align: left;
    white-space: nowrap;
}

.h1-sub {
    display: block;
    position: relative;
    height: 17px;
    margin: 5px 0 0 0;
    color: #ffffff;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: left;
    white-space: nowrap;
}

/* 更新日 */
.wr-update {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0 10px 0;
}

.txt-update {
    color: #898989;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
    white-space: nowrap;
}


/* トップコメント */
.top-text {
    color: #333333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding-bottom: 34px;
}

.no-letter-spacing {
    letter-spacing: normal;
}

/* 検査キット料金表 */
.price-table {
    width: 100%;
    height: 480px;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

.white-txt {
    color: #FFF;
}

.price-table thead tr {
    background-color: #3CB378;
    font-weight: bold;
}

/* ヘッダーの角丸 */
.price-table th.rounded-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* 「検査キット料金表」のスタイル */
.price-table th.left-header {
    background-color: #FFFFFF;
    color: #3CB378;
    font-weight: bold;
    width: 180px;
}

/* セルのデザイン */
.price-table th,
.price-table td {
    width: 135px;
    height: 80px;
    border-bottom: 1px solid #D9D9D9;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
}

/* 検査キット名（下線） */
.price-table td.kit-name {
    width: 180px;
    text-decoration: underline;
    text-align: left;
    border-right: 1px solid #D9D9D9;
    font-size: 14px;
}

.price-table .kit-name a {
    color: #5D5F63;
}

.price-table .kit-name-sub {
    font-size: 12px;
}

/* 料金（円も含めて緑色） */
.price-table .price,
.price-table .yen {
    color: #3CB378;
    font-weight: bold;
}

.price-table .price {
    font-size: 20px;
}

.price-table .yen {
    font-size: 16px;
}

/* 列ごとに背景色を変更 */
.price-table .test-method {
    background-color: #F7F6F1;
}

.price-table .report-time {
    background-color: #F7F6F1;
    font-weight: bold;
    font-size: 20px;
}

/* 上のみ角を丸くする */
.price-table th.rounded-left {
    border-top-left-radius: 8px;
}

.price-table th.rounded-right {
    border-top-right-radius: 8px;
}

/* 検査項目 */
.kensakanoukoumoku {
    width: 100%;
    height: 600px;
    flex-shrink: 0;
    background: #EDF3F0;
}

div.sti-test-kit-title {
    height: 90px;
}

div.sti-test-kit-title div.sti-test-kit-title-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.sti-test-kit-title-pic {
    width: 90px;
    height: 90px;
    background-size: cover;
}
div.sti-test-kit-title-pic.female {
    width: 100px;
    padding-top: 10px;
    padding-right: 10px;

}

div.sti-test-kit-title-pic.male {
    transform: scaleX(-1);
}

span.kit-title {
    text-align: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
}

span.kit-title p.kit-title1 {
    color: #3CB378;
    font-size: 16px;
}

span.kit-title p.kit-title2 {
    color: #3CB378;
    font-size: 24px;
}

/* テーブル全体のスタイル */
.sti-test-kit-table {
    max-width: 100%;
    margin: 0 20px;
    border-collapse: collapse;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* ヘッダーのスタイル */
.sti-table-header th {
    background-color: #fff;
    font-weight: bold;
    padding: 10px 0;
}

/* 列ごとの特定クラス */
.sti-table-header-kit {
    width: 15%;
}

.sti-table-header-disease {
    width: 10%;
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* ボディ行のスタイル */
.sti-table-row {
    height: 50px;
}

.sti-table-row td {
    vertical-align: middle;
}

/* キット名のセル */
.sti-table-body .sti-table-row td.sti-kit-name {
    padding-left: 20px;
    text-align: left;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 14px;
}

/* 結果セルのスタイル */
.sti-table-body .sti-table-row td.sti-check-result {
    font-weight: bold;
}

/* ○（陽性判定）のスタイル */
.sti-positive {
    color: #C83A00;
}

/* -（陰性判定）のスタイル */
.sti-negative {
    color: #333;
}

/* 交互の背景色 */
.sti-table-row:nth-child(odd) {
    background-color: #FFF;
}

.sti-table-row:nth-child(even) {
    background-color: #F7F6F1;
}


.prc_note {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 41px 0;

}

/* キットリンク */
.kit-link-ctn {
    width: 100%;
    height: 110px;
}

.kit-link-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50%;
    gap: 9px;
    margin: 10px 0;
}

.kit-link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 234px;
    height: 50px;
    border: 1px solid #3CB378;
    border-radius: 10px;
}
.kit-link-btn.btn-space {
    border: 0px;
}

.kit-link-inner.two-clumn {
    gap: unset;
}
.kit-link-inner.two-clumn .kit-link-btn {
    width: 100%;
	margin: 0 10px;
}
.kit-link-inner.two-clumn .kit-link-btn a {
    justify-content: flex-start;
	margin-left: 13px
}

div.kit-link-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.kit-link-btn span {
    color: #3CB378;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
div.kit-link-btn svg {
    margin-top: 4px;
}

div.kit-link-btn svg.abso {
    position: absolute;
    right: 20px;
}


section.prc_kit-contents {
    scroll-margin-top: 150px;
}

/* キットヘッダー */
h2.prc_h2 {
    background-color: #3CB378;
    height: 100%;
    width: 100%;
    margin-top: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.prc_h2-inner {
    margin: 20px 0;
}

.prc_h2-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 30px;
    margin: 0 0 9px 20px;
    border: 2px solid #ffffff;
    z-index: 3;
}

.prc_h2_lbl {
    color: #ffffff;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 16px;
}

.prc_h2_lbl_highlight {
    color: #FFD55D;
}

.prc_h2_txt {
    display: block;
    margin-left: 20px;
    color: #ffffff;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 26px;
}

div.kit-contents-note-ctn {
    margin-top: 15px;
}

/* キットトップイメージ */
div.kit-contents-img-ctn {
    width: 100%;
    max-height: 300px;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

div.kit-contents-img-ctn img {
    width: 460px;
    height: 259px;
    object-fit: cover;
    border-radius: 5px;
}

div.kit-contents-img-ctn img.kc-img-gender {
    width: 310px;
    height: 175px;
}

div.kit-contents-img-ctn.sp-only {
    display: none;
    overflow: hidden;
}

div.kit-contents-img-ctn div.slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

div.kit-contents-img-ctn div.slide {
    min-width: 100%;
    justify-self: center;
}

div.kit-contents-img-ctn div.pagination {
	display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}

div.kit-contents-img-ctn span.dot {
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

div.kit-contents-img-ctn span.dot.active {
    background-color: #3CB378;
}





/* キット料金テーブル */
div.kit-contents-price-tbl-ctn {
    width: 100%;
    height: 100%;
}

table.kit-price-tbl {
    width: 100%;
    table-layout: fixed;
    margin: 20px 0;
    border-collapse: collapse;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

tbody.kit-price-tbl-body td {
    font-family: "Noto Sans JP";
    font-size: 16px;
    height: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    vertical-align: middle;
}

tbody.kit-price-tbl-body tr:nth-child(odd) {
    background-color: #F7F6F1;
}

tbody.kit-price-tbl-body tr:nth-child(even) {
    background-color: #FFF;
}

td.kit-price-tbl-item {
    background-color: #898989;
    color: #ffffff;
    padding-left: 10px;
    width: 27.78%;

}

td.kit-price-tbl-value {
    color: #333;
    padding-left: 20px;
    width: 72.22%;
}

h3.prc_h3 {
    font-size: 20px;
    margin: 30px 0;
}

h3.prc_h3.hidden {
	display: none;
}

div.prc_h3-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

span.prc_h3-txt {
    padding-left: 15px;
}

/* 採決検査キットの使い方 */


/* 使い方ステップのスタイル */
ul.usage-step.price-page {
    border-radius: 5px;
    border: 2px solid #F7F6F1;
    background: #FFF;
    padding-left: 0;
}

div.tab-group-bygender ul.usage-step.price-page {
    margin: 20px 0 0 0;
}

ul.usage-step.price-page > li {
    position: relative;
    border: none;
    padding: 10px 0 10px 20px;
    margin: 0;
}

ul.usage-step.price-page>li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 46px;
    width: 4px;
    height: 100%;
    background-color: #3CB378;
    z-index: 0;
}

ul.usage-step.price-page > li:nth-last-child(2)::before
,div.tab-group-bygender ul.usage-step.price-page > li:last-child::before {
    height: 15px;
}

div.tab-group-bygender ul.usage-step.price-page > li:nth-last-child(2)::before {
    height: 100%;
}

ul.usage-step.price-page .step-box {
    position: relative;
    z-index: 1;
}

ul.usage-step.price-page .img-box {
    width: fit-content;
    max-width: 200px;
    height: fit-content;
    margin-left: 70px;
    justify-content: normal;

}

ul.usage-step.price-page .img-box img {
    margin: 0;
}

ul.usage-step.price-page .txt-box {
    margin-right: 20px;
}

ul.usage-step.price-page ul.content-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
}

ul.usage-step.price-page ul.content-list li{
    width: 135px;
    font-size: 14px;
    letter-spacing: 0px;
    padding-bottom: 14px;
}

ul.usage-step.price-page ul.content-list li.usage-li-wide{
    width: 150px;
}

ul.usage-step.price-page ul.content-list span.green {
    color: #3CB378;
}

ul.usage-step.price-page div.note-box {
    width: 100%;
    padding-right: 30px;
}
ul.usage-step.price-page hr {
    max-width: 100%;
    width: 100%;
    height: 1px;
    margin: 0 0 12px 0;
}

ul.usage-step.price-page div.note-box div {
    display: flex;
}

ul.usage-step.price-page div.note-box p {
    font-size: 12px;
    letter-spacing: 0px;
}
ul.usage-step.price-page div.note-box span.note-underline-txt {
    text-decoration: underline;
}

ul.usage-step.price-page div.sample {
    margin: 20px 0;
}

ul.usage-contents.price-page div.txt {
    padding-right: 20px;
}

li.us-hidden-li
, div.us-hidden-li {
    display: none;
}

/* gender-tab */
div.tab-group-bygender.hidden {
	display: none;
}

/* tab button */
ul.gender-tab-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

ul.gender-tab-buttons li.tab-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 15px;
    cursor: pointer;
}

ul.gender-tab-buttons li.tab-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

ul.gender-tab-buttons li.tab-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

ul.gender-tab-buttons li.tab-btn.male-tab {
    background-color: #7889B6;
    border: 1px solid #7889B6;
    border-radius: 5px;
}

ul.gender-tab-buttons li.tab-btn.female-tab {
    background-color: #E087AC;
    border: 1px solid #E087AC;
    border-radius: 5px;
}
ul.gender-tab-buttons li.tab-btn.is-active {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

ul.gender-tab-buttons li.tab-btn.male-tab img {
    position: relative;
    width: 47px;
    height: 67px;
    margin-right: 6px;
    top: -9px;
}

ul.gender-tab-buttons li.tab-btn.female-tab img {
    position: relative;
    width: 57px;
    height: 62px;
    top: -6px;
}

ul.gender-tab-buttons li.tab-btn.male-tab span.gender {
    font-size: 12px;
    background-color: #FFF;
    color: #7889B6;
    padding: 0 7px 1px 7px;
    margin-right: 10px;
}

ul.gender-tab-buttons li.tab-btn.female-tab span.gender {
    font-size: 12px;
    background-color: #FFF;
    color: #E087AC;
    padding: 0 7px 1px 7px;
    margin-right: 10px;
}

ul.gender-tab-buttons li.tab-btn span.kit-usage {
    color: #FFF;
}

ul.gender-tab-buttons li.tab-btn svg {
    flex-shrink: 0;
    margin-left: auto;
}

/* tab content */
.tab-content {
    display: none;
}

.tab-content.is-active {
    display: block;
}


/* readmore */
.us-readmore-button-box {
    display: block;
    text-align: center;
    background: linear-gradient( 180deg, rgba(255,255,255,0.5), white );
    padding-top: 13em;
    margin-top: -15em;
    position: relative;
}

button.us-readmore-btn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    width: 240px;
    height: 50px;
    border: 1px solid #3CB378;
    color: #3CB378;
    background: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

button.us-readmore-btn:hover {
    background: #3CB378;
    color: #ffffff;
}


/* h3_contents */
div.h3_contents-info-block {
    display: flex;
    align-items: start;
    gap: 20px; 
    margin-bottom: 15px;
    width: 100%; 
}

div.h3_contents-info-block.left {
    flex-direction: row;
}

div.h3_contents-info-block.right {
    flex-direction: row-reverse;
}

.h3_contents-img-container {
    position: relative;
    width: 280px;
    max-height: 280px;
    display: flex;
    align-items: start;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

.h3_contents-img-container img {
    width: 100%;
    object-fit: cover;
}

.h3_contents-txt-container {
    max-width: 100%;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

div.h3_contents-txt-container.inner-block {
    max-width: 420px;
}

/* 検査費用比較テーブル */
div.price-comparison-table-container {
    width: 100%;
    background-color: #EDF3F0;
    border-radius: 8px;
    margin: 36px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

table.price-comparison-table {
    position: relative;
    margin: 30px 60px 0 60px;
}

table.price-comparison-table thead tr {
    font-weight: bold;
    font-size: 16px;
    height: 80px;
}

table.price-comparison-table th {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align: middle;
}

table.price-comparison-table th.category-header {
    background-color: #EDF3F0;
    color: #3CB378;
    width: 140px;
}

table.price-comparison-table th.main-header {
    background-color: #898989;
    color: #FFF;
    width: 460px;
}

table.price-comparison-table td {
    height: 80px;
    text-align: start;
    vertical-align: middle;
}

table.price-comparison-table td.sub-header {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px;
    background-color: #3CB378;
    color: #FFF;
}

table.price-comparison-table td.sub-header.top {
    border-top-left-radius: 5px;
}
table.price-comparison-table td.sub-header.bottom {
    border-bottom-left-radius: 5px;
}

table.price-comparison-table td.main-price {
    background-color: #FFF;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

table.price-comparison-table td.main-price span.note {
    font-size: 10px;
}

table.price-comparison-table td.main-price.highlight {
    color: #C83A00;
    font-size: 24px;
    font-weight: 700;
}

table.price-comparison-table td.main-price.highlight span.yen {
    color: #C83A00;
    font-size: 16px;
}

div.price-comparison-table-container p.note-text {
    color: #646464;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    text-align: right;
}

/* 選ばれている理由コンテナ */
div.chosen_reason_container {
    width: 100%;
    height: 580px;
    background-color: #3CB378;
    border-radius: 20px;
    margin: 36px 0;
    position: relative;
}

div.chosen_reason_container > div {
    padding: 40px  30px 0 20px;

}

div.chosen_reason_titile {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
div.chosen_reason_titile p.title {
    color: #FFF;
    font-size: 38px;
}
div.chosen_reason_titile p.subtitle {
    color: #FFF;
    font-size: 20px;
}

table.chosen_reason_tbl {
    background-color: #3cb378;
    width: 100%;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-collapse: separate;
    border-spacing: 0 7px;
}

table.chosen_reason_tbl tr {
    height: 70px;
}

table.chosen_reason_tbl td.td-header {
    color: #FFD55D;
    font-size: 48px;
}

table.chosen_reason_tbl td.td-item {
    background-color: #FFF;
    color: #5D5F63;
    font-size: 16px;
    border-radius: 10px;
    vertical-align: middle;
    padding-left: 23px;
}

div.chosen_reason_image {
    position: absolute;
    right: 135px;
    bottom: 0px;
    width: 130px;
    z-index: 10;
    display: flex;
}

div.chosen_reason_image img {
    width: 100%;
    height: auto;
}

div.chosen_reason_image img.male {
    transform: scaleX(-1);
    height: 100%;
}

div.chosen_reason_image img.female {
    transform: translateY(15px);
    clip-path: inset(0 0 15px 0);
}

/* よくある質問 block */
.question-contents-block {
    margin-top: 20px;
}

.faq-item {
    padding-top: 10px;
    border-bottom: 1px solid #3CB378;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item-question, .faq-item-answer {
    display: flex;
}
.faq-item-answer {
    background: #EDF8F3;
    margin-top: 10px;
}

.question, .answer {
    color: #333;
    font-family: "Noto Sans JP";
    font-style: normal;
    margin: 5px 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.question {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 24px;
}

.q-mark, .a-mark {
    display: inline-block;
    font-weight: bold;
}
.q-mark-block {
    background-color: #3CB378;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.a-mark-block {
    display: flex;
    justify-content: center;
    width: 50px;
    margin-top: 18px;
}

.q-mark {
    color: #FFF;
    font-size: 20px;
}

.a-mark {
    font-size: 20px;
}


/* ご購入から検査結果までの流れ */
.step-item-block {
    background-color: #EDF8F3;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    position: relative;
    margin-top: 20px;
}

.step-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-num-txt, .step-txt-txt {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
}

.step-num-txt {
    color: #3CB378;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: normal;
}

.step-txt-txt {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.pi-step-line {
    width: 2px;
    height: 30px;
    background-color: #3CB378;
    stroke-width: 2px;
    margin: 0;
}

.prc_h3-txt-green {
    color: #3CB378;
}

.pi-step-contents-flex {
    display: flex;
}

.kit-contents-text {
    font-size: 16px;
    line-height: 24px;
}

.kit-contents-txtlink {
    text-decoration: underline;
}

.pi-step-contents {
    width: 100%;
    border-radius: 10px;
    background: #EDF8F3;
    padding: 20px;
    margin-top: 30px;
}

.pi-step-contents-flex .pi-step-contents {
    margin: 30px 10px 0 10px;
}

.pi-step-contents-ttl {
    color: #3CB378;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    margin-bottom: 17px;
}

.pi-step-contents-item {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
}

/* 「注意点」ラベル */
.pi-step-caution-block {
    position: relative;
    background-color: #EFEFEF;
    border-radius: 4px;
    padding: 20px;
    margin-top: 30px;
    font-size: 14px;
    color: #333;
}

.pi-step-caution-ttl-block {
    position: absolute;
    top: -15px;
    left: 20px;
    background-color: #C83A00;
    padding: 4px 26px;
    font-weight: 700;
    font-size: 16px;
    z-index: 1;
}

.pi-step-caution-ttl {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pi-step-caution-item-block {
    margin-top: 15px;
}

.pi-step-caution-item {
    line-height: 1.6;
}


/* サイドバー */

.side-bar,
.side-bar * {
    box-sizing: border-box;
}

.side-bar {
    position: relative;
    width: 280px;
    padding-bottom: 25px;
    background-color: #FFF;
}

.widget--sticky {
    position: sticky;
    top: 64px;
}

.navbar {
    padding: 0;
    margin: 0;
    background: #fff;
}

.nav-item {
    position: relative;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item.nav-togl {
    background: #f7f6f1;
}

.nav-text {
    border-bottom: 6px solid #fff;
    margin-top: 6px;
    color: #333333;
    font-family: Noto Sans JP, var(--default-font-family);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    text-align: center;
}

.nv-text:hover,
.nav-text.active {
    border-bottom: 6px solid #ffd55d;
    color: #3cb378;
}

.nav-togl-text {
    color: #333333;
    font-size: 14px;
    line-height: 16.8px;
    padding: 10px 10px;
    width: 100%;
    justify-content: center;
}

.nav-arrow-pic {
    position: absolute;
    width: 2.74%;
    height: 24%;
    top: 38%;
    left: 90.23%;
    background: url(./assets/images/8dbb5db8-6c0e-4cec-9ff8-8b8338a29131.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 25;
}


.contact-info {
    margin-top: 20px;
}

.section-5 {
    width: 280px;
    height: 130px;
    font-size: 0px;
    background: #edf3f0;
    padding: 20px 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

}

.text-26 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-27 {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-28 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.call-num-pad {
    padding: 10px 0 8px 0;
}

.pic-4 {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 57px;
    left: 31px;
    background: url(./assets/images/91c97a1b-ae61-488a-a8c1-079a4c429eac.png) no-repeat center;
    background-size: cover;
    z-index: 715;
    overflow: hidden;
}

.contact-info > .btn-base > a {
    color: #333333;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
}

.w-form {
    padding-bottom: 114px;
}


@media (max-width: 1000px) {
    .container-content {
        padding-top: 64px;
    }

    .wr-pnkz-space,
    .head1-space {
        display: none;
    }
    
}

@media (max-width: 760px) {

    .page-outer {
        max-width: 100%;
        width: 100%;
    }
    .page-outer .main-content section {
        padding: 0 10px;
    }
	
    hr.vertical-line {
        height: 30px;
    }
	
    .w-form {
        padding-bottom: 30px;
    }

    h1 {
        font-size: 18px;
    }
    .wr-head1 {
        max-height: 140px;
    }
    
    .wr-pnkz {
        height: 30px;
    }

    .wr-text {
        font-size: 10px;
    }

    .h1-img img {
        width: unset;
        height: unset;
        transform: scaleX(-1) translateY(20px);
    }

    .top-text {
        font-size: 12px;
        line-height: 18px;
		padding-bottom: 20px;
    }

    .txt-update {
        padding-right: 10px;
    }


    h2.prc_h2 .prc_h2_txt {
        font-size: 16px;
    }
	
    .prc_h2_lbl {
        font-size: 14px;
    }

    span.prc_h3-txt {
        padding-left: 14px;
		font-size: 14px;
    }

    .price-table tr th {
        font-size: 12px;
		width: 90px;
    }
    .price-table .kit-name {
        font-size: 12px;
    }
    .price-table .kit-name-sub {
        font-size: 12px;
    }

    .price-table .timing {
        font-size: 12px;
    }

    .price-table .price {
        font-size: 12px;
    }

    .price-table .yen {
        font-size: 10px;
    }
    .price-table .test-method {
        font-size: 10px;
    }
    .price-table .report-time {
        font-size: 12px;
    }
    
    .scroll-price-table {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        max-width: calc(100vw - 20px);
        -webkit-overflow-scrolling: touch;
    }
    
    .price-table {
        width: 500px;
        height: 100%;
        table-layout: fixed;
        border-collapse: separate;
        padding: 0;
    }
    
    /* 左列を固定する設定 */
    .price-table th._sticky,
    .price-table td._sticky {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #FFF;
        width: 130px;
    }

    .price-table td._sticky {
        padding-left: 10px;
    }

    .price-table th._sticky a
    , .price-table td._sticky a {
        font-size: 10px;
    }

    .price-table td._sticky a span {
        font-size: 8px;
    }

    .price-table th, .price-table td {
        height: 40px;
        padding: 0;
    }
    
    /* スクロールバーを見やすく調整（任意） */
    .scroll-price-table::-webkit-scrollbar {
        height: 5px;
    }
    
    .scroll-price-table::-webkit-scrollbar-track {
        background-color: #F0F0F0;
    }
    
    .scroll-price-table::-webkit-scrollbar-thumb {
        background-color: #3CB378;
        border-radius: 10px;
    }


    .kit-title1 {
        font-size: 10px;
    }

    .kit-title2 {
        font-size: 14px;
    }

    .sti-test-kit-table .sti-table-header tr th 
    ,.sti-test-kit-table .sti-table-body tr td.sti-kit-name {
        font-size: 10px;
    }

    .prc_note {
        font-size: 12px;
    }

    .kit-link-ctn {
        height: unset;
    }

    .kit-link-btn {
        width: 50%;
    }
    div.kit-link-btn span {
        font-size: 11px;
    }

    div.kit-link-ctn > div.pc-only {
        margin-bottom: 30px;
    }

    div.kit-contents-img-ctn.pc-only {
        display: none;
    }
    div.kit-contents-img-ctn.sp-only {
        display: block;
    }

    div.kit-contents-img-ctn img {
        height: 100%;
        aspect-ratio: 303.75/171.00;
    }

    .kit-contents-note {
        font-size: 12px;
    }



    tbody.kit-price-tbl-body td {
        font-size: 12px;
        height: 45px;
    }

    .usage-block.price-page .point-list li {
        font-size: 14px;
    }

    .usage-block.price-page .point-list li .num {
        font-size: 14px;
    }

    .usage-step.price-page > li > .usage-contents {
        display: block;
        font-size: 14px;
    }

    ul.usage-step.price-page ul.content-list {
        grid-template-columns: repeat(2, 0fr);
    }
    ul.usage-step.price-page .img-box {
        max-width: unset;
    }

    ul.usage-step.price-page .txt-box {
        max-width: 80%;
        margin: 10px 0 0 60px;
    }

	ul.usage-step.price-page li.us-visible-li div.usage-contents div.txt-box {
        display: none;
    }

    ul.usage-step.price-page .txt-box p {
        max-width: 100%;
        overflow: hidden;
        white-space: normal; /* 改行を許可 */
        word-wrap: break-word; /* 長い単語を折り返し */
        overflow-wrap: break-word;
		font-size: 12px;
    }

    .usage-step .tit {
        margin: 10px;
        font-size: 14px;
        margin-top: 5%;
    }

    .usage-step .step {
        height: 50px;
        width: 50px;
        font-size: 12px;
    }

    .usage-step .step span.num {
        font-size: 16px;
    }
	
    ul.gender-tab-buttons li.tab-btn.male-tab img {
        top: -6px;
    }

    ul.gender-tab-buttons li.tab-btn.female-tab img {
        height: 64px;
        top: -5px;
    }

    ul.gender-tab-buttons li.tab-btn {
        height: 55px;
    }

    ul.gender-tab-buttons li.tab-btn.male-tab span.gender {
        display: block;
        font-size: 10px;
        width: fit-content;
    }

    .tab-btn-txt span.kit-usage {
        display: block;
        font-size: 10px;
    }

    div.h3_contents-info-block {
        display: block;
    }
    div.h3_contents-img-container {
        width: 100%;
        margin-bottom: 20px;
    }

    div.h3_contents-txt-container {
        font-size: 12px;
        line-height: 18px;
    }

    table.price-comparison-table {
        margin: 20px 10px;
    }

    table.price-comparison-table thead tr {
        font-size: 14px;
    }
    table.price-comparison-table th.category-header {
        color: #EDF3F0;
    }

    table.price-comparison-table td.sub-header {
        font-size: 14px;
    }

    div.chosen_reason_titile p.subtitle {
        font-size: 16px;
    }

    div.chosen_reason_titile p.title {
        font-size: 30px;
    }

    table.chosen_reason_tbl td.td-header {
        font-size: 24px;
        width: 25%;
        text-align: center;
        vertical-align: middle;
    }

    table.chosen_reason_tbl td.td-item {
        font-size: 14px;
        line-height: 14px;
        width: 760px;
        text-align: center;
        padding: 0;
    }

    table.chosen_reason_tbl td.td-item span.td-item-sub {
        font-size: 10px;
    }

    div.chosen_reason_image {
        right: 15px;
    }

    div.chosen_reason_image img {
        width: 55%;
    }
	
	.kit-link-inner.two-clumn .kit-link-btn {
        margin: 0 3px;
	}
	
	.pi-step-contents-flex {
        display: block;
	}
	
	.pi-step-contents-flex .pi-step-contents {
        margin: 30px 0 0 0;
	}

    .pi-step-contents-flex .pi-step-contents .img-box {
        height: 150px;
        display: flex;
        justify-content: center;
    }
    
    .pi-step-contents-flex .pi-step-contents .img-box img {
        height: 100%;
    }
	
	.step-item-block {
        padding: 10px;
    }

    .q-mark-block {
        width: 30px;
        height: 28px;
    }

    .q-mark {
        font-size: 14px;
    }

    .question {
        font-size: 14px;
    }

    .a-mark {
        font-size: 16px;
    }

    .answer {
        font-size: 12px;
    }

    .step-num-txt, .step-txt-txt {
        font-size: 12px;
    }

    .kit-contents-text {
        font-size: 12px;
    }

    .pi-step-contents {
        padding: 15px;
        margin-top: 20px;
    }

    .pi-step-contents-ttl {
        font-size: 14px;
    }

    .pi-step-contents-item {
        font-size: 12px;
    }

    .pi-step-caution-block {
        padding: 15px;
    }

    .pi-step-caution-ttl-block {
        left: 16px;
        padding: 4px 16px;
    }

    .pi-step-caution-ttl {
        font-size: 14px;
    }

    .pi-step-caution-item-block {
        margin-top: 10px;
    }

    .pi-step-caution-item {
        font-size: 12px;
    }
}
