/*------------------------------------------------------------------
        シンコールの抗ウイルス床材　シンコールフロア
---------------------------------------------------------------------*/
/* CSS Resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color:#222;
    padding: 0;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

main {
    width: 100%;
    max-width: 1064px;
    padding: 0 20px;
    margin: 8rem auto 3rem;
    /* overflow: hidden; */
}

a {
    color: #496B9C;
    text-decoration: none;
}

#sincolfloor br.pc {
    display: block;
}

#sincolfloor br.sp {
    display: none;
}

h2 {
    font-size: 26px;
    margin-bottom: 32px;
}

h3 {
    font-size: 21px!important;
    margin-bottom: 13px;
}

/* ぱんくず */
.pankuzu {
    width: 100%;
}

.pankuzu ul {
    display: flex;
    list-style: none;
    margin-bottom: 2rem;
}

.pankuzu li {
    margin-right: 0.5rem;
    font-size: 12px;
}

.pankuzu li a {
    text-decoration: underline;
}

nav {
    height: 96px;
}

#sincolfloor{
    margin-bottom: 2rem;
}

#sincolfloor .pc{
    display: block;
}

#sincolfloor .sp{
    display: none;
}

.switch-img img {
    position: relative;
}

.switch-img img.pc{
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.switch-img img.sp{
    display: none;
}

#sincolfloor h2 {
    color: #6294CC;
    font-size: 1.625rem;
    margin: 0 0 2rem;
    font-weight: 700;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

#sincolfloor h2.sp {
    color: #6294CC;
    font-size: 1.625rem;
    margin: 0 0 2rem;
    font-weight: 700;
    text-align: left;
    display: none;
}

#sincolfloor .sub-title  {
    font-size: 28px;
    color: #222222;
    font-weight: 700;
}

#sincolfloor .jump  {
    display: block;
    margin-left: 30px;
    margin-top: 0px;
    font-size: 12px;
    font-weight: 700;
}

#sincolfloor .jump a {
    color: #222;
}

#sincolfloor .jump-sp {
    display: none;
}

#sincolfloor .jump-sp a {
    color: #222;
}

#sincolfloor .content-block {
    background-color: #F8F8F8;
    padding: 2rem 3rem;
    margin: 2rem auto;
}

#sincolfloor .flex-box {
    display: flex;
    gap: 2rem;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}

#sincolfloor .text-area {
    display: block;
    line-height: 2;
    font-weight: 700;
    width: 35%;
}

#sincolfloor .content-block .flex-box .right-img img {
    width: 100%;
}

#sincolfloor .text-area .right-img img.pc{
    display: block;
    width: 100%;
    max-width: 600px;
}

#sincolfloor .text-area .right-img img.sp{
    display: none!important;
}

#sincolfloor .right-img p {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

#sincolfloor .catalog-detail-note-line {
        border-top: dotted 3px #dddddd;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 3rem auto;
}

/* 抗ウイルス試験 */
#sincolfloor .antivirus-test-text {
    font-weight: 600;
    line-height: 2;
    font-size: 15px;
}

#sincolfloor .link_antivirus_products_list img {
    display: block;
    margin: 3rem auto;
    justify-content: center;
    align-items: center;
}

#sincolfloor .antivirus_test_chart_group {
    width: 100%;
    gap: 1rem;
}

#sincolfloor .antivirus_test_img {
    width: 400px;
    height: 227px;
}

#sincolfloor .antivirus_chart {
    display: flex;
    justify-content: center;
    gap: 2rem;
    /* flex-wrap: wrap; */
}

#sincolfloor .antivirus_chart img{
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
}

#sincolfloor .chart-without-bubble,
#sincolfloor .chart-with-bubble {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sincolfloor .speech-bubble-text {
    position: relative;
    background: #fff;
    border: 1px solid #3171B9;
    border-radius: 5px;
    padding: 1rem 1.5rem;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    max-width: 300px;
    margin: 3rem auto;
    margin-right: 4rem;
}

#sincolfloor .speech-bubble-text span {
    position: relative;
    background: #fff;
    color: #3171B9;
    font-weight: 600;
}

#sincolfloor .speech-bubble-text::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 12px 18px 12px;
    border-color: transparent transparent #3171B9 transparent;
    z-index: 1;
}

#sincolfloor .speech-bubble-text::after {
    content: "";
    position: absolute;
    bottom: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 13px 18px 13px;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
}
.balloon2-top p {
    margin: 0;
    padding: 0;
}

#sincolfloor .caution {
    display: block;
    padding-top: 2rem;
}

#sincolfloor .caution p.bold {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2rem;
}

#sincolfloor .caution .text {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
}

/* ■使用薬剤の安全性 */
#sincolfloor .flex-box-2 {
    display: flex;
    gap: 10rem;
    width: 100%;
}

#sincolfloor .flex-box .text-area2 {
    display: block;
    width: 30%;
}

#sincolfloor .flex-box h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 2;
}

#sincolfloor .flex-box-2 .safety_product {
    font-size: 15px;
    display: block;
    padding-right: auto;
    line-height: 2;
    font-weight: 600;
}

#sincolfloor .flex-box-2 img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

/* 対象商品 */
#sincolfloor .digitalcatalog-note-box {
    display: block;
}

#sincolfloor .digitalcatalog-note-box p {
    display: flex;
}

#sincolfloor .digitalcatalog-note-box p.pc {
    display: flex;
}

#sincolfloor .digitalcatalog-note-box span {
    width: auto;
    display: block;
    height: 50px;
    font-weight: 600;
}

#sincolfloor .digitalcatalog-note-box p.pc span {
    width: 100px;
    display: block;
    height: 50px;
    font-weight: 600;
}

#sincolfloor .digitalcatalog-note-box .pc{
    display: flex;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 1.5rem;
}

#sincolfloor .digitalcatalog-note-box p.sp{
    display: none;
}

#sincolfloor .digitalcatalog-note-box p .margin-left{
    margin-left: 1rem;
}

/* 商品一覧を見るボタン */
#sincolfloor .digitalcatalog-note-box_center img {
    display: block;
    margin-bottom: 7rem;
    padding-left: 1rem;
}

/* SIAA */
#sincolfloor .SIAA-wrap {
    width: 100%;
}

#sincolfloor .SIAA-wrap .flex-box {
    display: flex;
    width: 100%;
    gap: 0;
    justify-content: left;
    margin: 0;
}

#sincolfloor .SIAA-wrap .siaa-logo img {
    display: block;
    height: auto;
}

/* 左エリア */
#sincolfloor .SIAA-wrap .flex-box .left-area{
    width: 17%;
    gap: 4em;
    justify-content: center;
    margin: 0;
}

#sincolfloor .SIAA-wrap .text_flex_1_20230123,
#sincolfloor .SIAA-wrap .text_flex_3_20230123{
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    margin: 0.5rem 0;
}

.SIAA-wrap .text_flex_2_20230123{
    font-size: 12px;
    font-weight: 800;
}

/* 右エリア */
#sincolfloor .SIAA-wrap .right-area {
    line-height: 2;
    font-weight: 600;
}

#sincolfloor .SIAA-wrap .right-area p {
    font-size: 14px;
}

#sincolfloor .SIAA-wrap .right-area .notice {
    font-size: 0.75rem;
    padding: 0.3rem 0.5rem;
    border: 1px solid #6A6A6A;
    max-width: 110px;
    margin: 3rem 0 0;
}

#sincolfloor .right-area .caution {
    display: block;
    padding-top: 1rem;
    margin: 0;
}

#sincolfloor .right-area .caution p {
    font-size: 12px;
}

/* テーブルエリア */
#sincolfloor #table-area {
    background-color: transparent;
    scroll-margin-top: 7rem;
}

/* タイトル */
#sincolfloor #table-area h2.table_title {
    font-size: 21px;
    margin-bottom: 1rem;
    color: #222;
}

/* テーブル基本設定 */
#sincolfloor table,
#sincolfloor .spec_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0.3rem;
    font-size: 14px;
}

#sincolfloor .spec_table {
    margin-bottom: 2.5rem;
}

/* 1行目（theadではなくtbodyのth）背景色を指定 */
#sincolfloor .spec_table tbody th {
    background-color: #f4f9fd; /* ←ここを戻しました */
    width: 15%;
    padding: 1rem 0.3rem;
}

/* テーブルの枠線・セル内スタイル */
#sincolfloor .spec_table th,
#sincolfloor .spec_table td {
    border: 1px solid #6A6A6A;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

/* 「名称」列のスタイル */
#sincolfloor .spec_table td.name {
    width: 130px;
    background-color: #deecf5;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

#sincolfloor .spec_table .list_siaa_external_link {
    width: auto;
    display: inline-block;
}

#sincolfloor .spec_table .list_siaa_external_link img{
    width: auto;
    display: inline-block;
    padding-left: 3px;
}

/* #toruvirus コンテキスト内の名称セル */
#toruvirus .sincolfloor div.content .spec_table tr td.name {
    background-color: #deecf5 !important;
    font-size: 14px;
}

/* 「名称」以外のセルのスタイル */
#sincolfloor .spec_table td:not(.name) {
    width: 70px;
    height: 40px;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    box-sizing: border-box;
    color: #222;
}

/* 「名称」以外のセル内リンクのスタイル */
#sincolfloor .spec_table td:not(.name) a {
    color: #222;
    text-decoration: none;
    text-align: center;
}

/* toruvirusコンテキスト内の表セル */
#toruvirus.sincolfloor div.content .spec_table tr th,
#toruvirus.sincolfloor div.content .spec_table tr td {
    text-align: center;
    padding: 0.5rem 0.3rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

/* ポンリューム */
#sincolfloor #ponleum .subtitle {
    font-size: 28px;
    font-weight: 600;
}

/* 01block */
#sincolfloor #ponleum .ponleum-01block  {
    display: flex;
    gap: 3rem;
}

#sincolfloor #ponleum .left-area  {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: left;
    margin: 0 0 2rem 0;
    width: max-content;
    padding-right: 35px;
    padding-left: 15px;
}

#sincolfloor #ponleum .left-area .cacth-copy-left {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: left;
    margin: 0 0 2rem 0;
    font-weight: 500;
}

#sincolfloor #ponleum .left-area .annotation20220401 {
    font-size: 13px;
    font-weight: 600;
}

#sincolfloor #ponleum .left-area .catalog-detail-note {
    font-size: 14.4px;
    font-weight: 500;
    line-height: 2;
}

#sincolfloor #ponleum .right-area p.caution_wax2 {
    font-size: 11px!important;
    font-weight: 600;
    line-height: 2;
}

/* 02block */
#sincolfloor #ponleum .ponleum-02block  {
    margin-top: 60px !important;
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: flex-end!important;
}

#sincolfloor #ponleum .left-area  {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: left;
    margin: 0;
    width: max-content;
    padding: 0;
}

#sincolfloor #ponleum .right-area  {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: left;
    margin: 0;
    width: 100%;
}

#sincolfloor #ponleum .right-area h4 {
    background-color: #aaaaaa;
    text-decoration-style: inline;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    width: max-content;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    line-height: 2;
}

#sincolfloor #ponleum .left-area img ,
#sincolfloor #ponleum .right-area img {
    width: auto;
}

#sincolfloor #ponleum .right-area .safety_product2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}

#sincolfloor #ponleum  .caution-wrap p{
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
    padding-top: 1rem;
}

#sincolfloor #ponleum  .caution-wrap .caution p {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
}

/* SIAA　area */
#sincolfloor .SIAA-area .SIAA-flex{
    display: flex;
    gap: 2.5rem;
    margin: 5rem 0 2rem;
    width: 506px;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text img.SIAA{
    width: auto;
    height: auto;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text{
    line-height: 2;
    width: 100%;
    max-width: max-content;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text .text_flex_1_20230123,
#sincolfloor .SIAA-area .SIAA-flex .img-text .text_flex_3_20230123{
    font-size: 13px;
    font-weight: 600;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text .text_flex_2_20230123 {
    font-size: 12px;
    font-weight: 600;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text a img {
    display: inline-block;
    margin-left: 2px;
}

#sincolfloor .SIAA-area .SIAA-flex .text-area {
    width: auto;
}

/* ボタン */
#sincolfloor .grid-area {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
    margin: 4rem auto 2rem;
    justify-content: center;
    width: 100%;
    max-width: 400px;
}

#sincolfloor .grid-area .btn {
    display: block;
    transition: none;
}

#sincolfloor .grid-area .btn a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    border: 2px solid #6294CC;
    color: #6294CC;
    font-weight: 700;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    font-size: 18px;
    transform: 0;
    transition: none;
}

#sincolfloor .grid-area .btn a:hover {
    border:  2px solid #c3d6eb;
    color: #d9e5f2;
}

#sincolfloor .back-page-top {
    display: flex;
    background-color: #DBDBDB;
    justify-content: center;
    align-items: center;
    width: 400px;
    border-radius: 50px;
    margin: 0 auto;
}

#sincolfloor .back-page-top:hover {
    background-color: #ededed;
}

#sincolfloor .back-page-top a{
    text-decoration: none;
    color: #222;
    font-weight: 700;
    padding: 1rem 1.5rem;
    font-size: 18px;
}

#sincolfloor .back-page-top a:hover{
    color:  #bfbfbf
}

/* TOPボタン */
#backToTop {
    position: fixed;
    right: 100px;
    bottom: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}

/* フッターリンク下線 */
footer a {
    text-decoration: underline;
}

/* 1024 */
@media (max-width: 1024px) {
main {
    margin: 5rem auto 3rem;
    padding: 0;
}

#sincolfloor .switch-img img.pc {
    display: none;
}

#sincolfloor .switch-img img.sp {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 3rem;
}

#sincolfloor h2 {
    padding-left: 1rem;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    margin: 3rem 0;
}

#sincolfloor br.pc {
    display: none;
}

#sincolfloor br.sp {
    display: block;
}

#sincolfloor .title_h2 {
    font-size: 26px;  
    font-weight: 600;
    text-align-last: left;
    margin: 0 0 1rem;
}

#sincolfloor .sub-title {
    padding-left: 2rem;    
}

.pankuzu ul {
    padding: 0 0 1rem 1rem;
    margin-bottom: 0;
}

#sincolfloor .content-block {
    margin: 2rem auto;
    padding: 1rem 1rem 3rem;
}

#sincolfloor .content-block h2 {
    padding-left: 0;
}

#sincolfloor .content-block .sub-title {
    padding-left: 0;    
}

#sincolfloor .swich-img img.pc{
    display: none;
}  

#sincolfloor .swich-img img.sp{
    display: block;
}

#sincolfloor .flex-box {
    display: block;
    flex-direction: column;
}

#sincolfloor .flex-box .text-area {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

#sincolfloor .flex-box .text-area img {
    display: block;
    width: 100%;
    max-width: 800px;
}

.flex-box-2 {
    display: flex;
    flex-direction: column;
    gap: 1rem!important;
}

/* 抗ウイルス試験 */
#sincolfloor .antivirus-test-text {
    font-weight: 600;
    line-height: 2;
    font-size: 15px;
}

#sincolfloor .link_antivirus_products_list img {
    display: block;
    margin: 3rem auto;
    justify-content: center;
    align-items: center;
}

#sincolfloor .antivirus_test_chart_group {
    width: 100%;
    gap: 1rem;
}

#sincolfloor .antivirus_test_img {
    width: 400px;
    height: 227px;
}

#sincolfloor .antivirus_chart {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

#sincolfloor .antivirus_chart img{
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
}

#sincolfloor .chart-without-bubble,
#sincolfloor .chart-with-bubble {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sincolfloor .speech-bubble-text {
    position: relative;
    background: #fff;
    border: 1px solid #3171B9;
    border-radius: 5px;
    padding: 1rem 1.5rem;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    max-width: 300px;
    margin: 3rem auto;
}

#sincolfloor .speech-bubble-text::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 12px 18px 12px;
    border-color: transparent transparent #3171B9 transparent;
    z-index: 1;
}

#sincolfloor .speech-bubble-text::after {
    content: "";
    position: absolute;
    bottom: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 13px 18px 13px;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
}


/* SIAA */
#sincolfloor .flex-box {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#sincolfloor .SIAA-wrap .flex-box .left-area {
    margin: 0 auto;
    width: 100%;
    max-width: max-content;
    justify-content: center;
    align-items: center;
}

#sincolfloor .flex-box .right-area {
    justify-content: center;
    padding: 2rem;
}
#sincolfloor .flex-box h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

#sincolfloor .SIAA-wrap .right-area p {
    font-size: 14px;
    text-align: left;
}


/* テーブルエリア */
#sincolfloor #table-area {
    background-color: transparent;
    padding: 0 1rem;
    scroll-margin-top: 4.5rem;
}

/* タイトル */
#sincolfloor #table-area h2.table_title {
    font-size: 21px;
    margin-bottom: 1rem;
    color: #222;
}

/* テーブル基本設定 */
#sincolfloor table,
#sincolfloor .spec_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0.3rem;
    font-size: 10px;
}

#sincolfloor .spec_table {
    margin-bottom: 2.5rem;
}

/* 1行目（theadではなくtbodyのth）背景色を指定 */
#sincolfloor .spec_table tbody th {
    background-color: #f4f9fd; /* ←ここを戻しました */
    width: 15%;
    padding: 1rem 0.3rem;
    font-size: 11px;
}

/* テーブルの枠線・セル内スタイル */
#sincolfloor .spec_table th,
#sincolfloor .spec_table td {
    border: 1px solid #6A6A6A;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

/* 「名称」列のスタイル */
#sincolfloor .spec_table td.name {
    width: 130px;
    background-color: #deecf5;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
}

#sincolfloor .spec_table .list_siaa_external_link {
    width: auto;
    display: inline-block;
}

#sincolfloor .spec_table .list_siaa_external_link img{
    width: auto;
    display: inline-block;
    padding-left: 3px;
}

/* #toruvirus コンテキスト内の名称セル */
#toruvirus .sincolfloor div.content .spec_table tr td.name {
    background-color: #deecf5 !important;
    font-size: 10px;
}

/* 「名称」以外のセルのスタイル */
#sincolfloor .spec_table td:not(.name) {
    width: 70px;
    height: 40px;
    padding: 0 !important;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    vertical-align: middle;
    box-sizing: border-box;
    color: #222;
}

/* 「名称」以外のセル内リンクのスタイル */
#sincolfloor .spec_table td:not(.name) a {
    color: #222;
    text-decoration: none;
    text-align: center;
}

/* toruvirusコンテキスト内の表セル */
#toruvirus.sincolfloor div.content .spec_table tr th,
#toruvirus.sincolfloor div.content .spec_table tr td {
    text-align: center;
    padding: 0.5rem 0.3rem;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.5;
}

/* 商品を見る */
#sincolfloor .products_link {
    display: flex;
    justify-content: center;
}

/* ボタン */
#sincolfloor .grid-area {
    display: flex;
    flex-direction: column;
    margin: 2rem auto 2rem;
    padding: 0;
    width: 100%;
    gap: 0;
    align-items: center;
}

#sincolfloor .grid-area .btn {
    display: block;
    transition: none;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 350px;
}

#sincolfloor .grid-area .btn a {
    transition: none;
    width: 100%;
    max-width: 350px;
}

#sincolfloor .grid-area .btn a:hover {
    border:  2px solid #c3d6eb;
    color: #d9e5f2;
}

#sincolfloor .back-page-top {
    display: flex;
    background-color: #DBDBDB;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto;
}

#sincolfloor .back-page-top:hover {
    background-color: #ededed;
}

#sincolfloor .back-page-top a{
    text-decoration: none;
    color: #222;
    font-weight: 700;
    padding: 1rem 1.5rem;
    font-size: 18px;
}

#sincolfloor .back-page-top a:hover{
    color:  #bfbfbf
}


/* ポンリューム */
#sincolfloor #ponleum  {
    width: 100%;
}

#sincolfloor #ponleum .content-block {
    width: 100%;
    padding: 1rem;
}

#sincolfloor #ponleum .sub-title {
    text-align: center;
    padding-left: 0;
}

#sincolfloor #ponleum .ponleum-01block {
    display: block;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}

#sincolfloor #ponleum .ponleum-01block .right-area img{
    width: 100%;
    max-width: 600px;
    padding: 0rem;
    padding-top: 2rem;
}

#sincolfloor #ponleum .right-area p.caution_wax2 {
    margin-left: 0!important;
}

#sincolfloor #ponleum .ponleum-02block {
    display: block;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}

#sincolfloor #ponleum .ponleum-02block .left-area {
    width: 100%;
}

#sincolfloor #ponleum .ponleum-02block .right-area {
    margin-top: 2rem;
}

#sincolfloor #ponleum .ponleum-01block img,
#sincolfloor #ponleum .ponleum-02block img {
    display: block;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    max-width: 600px;
}
#sincolfloor #ponleum .ponleum-02block .antivirus_test_chart3  {
    display: block;
    width: 100%;
    max-width:600px;
}


#sincolfloor .SIAA-area .SIAA-flex {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 5rem 0 0rem;
    width: 100%;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text {
    line-height: 2;
    width: 100%;
    max-width: 163px;
    align-items: center;
    margin: 0 auto;
    line-height: 1.7;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text .text_flex_1_20230123, 
#sincolfloor .SIAA-area .SIAA-flex .img-text .text_flex_3_20230123 {
    font-size: 12px;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text .text_flex_2_20230123{
    font-size: 11px;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text img {
    display: inline-block;
}

#sincolfloor .SIAA-area .SIAA-flex .img-text a {
    display: inline-block;
    font-size: 13px;
}

#sincolfloor .SIAA-area .SIAA-flex .text-area {
    width: 100%;
}

#sincolfloor .SIAA-area .SIAA-flex .text-area p {
    font-size: 13px;
}

#sincolfloor .SIAA-area .SIAA-flex .text-area p.siaaSubBoxText03 {
    font-size: 12px;
}

#sincolfloor .digitalcatalog-note-box p {
    display: flex;
    padding-left: 1rem;
}

#sincolfloor .back-page-top {
    display: flex;
    background-color: #DBDBDB;
    justify-content: center;
    align-items: center;
    width: 350px;
    border-radius: 50px;
    margin: 0 auto;
}

#sincolfloor .back-page-top a{
    text-decoration: none;
    color: #222;
    font-weight: 700;
    padding: 1rem 1.5rem;
    font-size: 18px;
}


#sincolfloor .check_list_link {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

}