/*------------------------------------------------------------------
                シンコールの抗ウイルスカーテン　TOP
---------------------------------------------------------------------*/
/* CSS Resets */
* {
    margin: 0;
    padding: 0;
    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;
    color: #222;
}

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

img.pc {
    display: block;
}

img.sp {
    display: none;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}

/* ぱんくず */
.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;
}

#toruviruscurtain{
    margin-bottom: 2rem;
}

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

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


#toruviruscurtain .content h2{
    color: #6294CC;
    font-size: 1.625rem;
    margin: 0 0 2rem 0;
    font-weight: 700;
    text-align: left;
}

#toruviruscurtain .content p {
    color: #222;
    line-height: 2;
    margin: 0 0 2rem 0;
    font-weight: 500;
    text-align: left;
}

/* 画像 */
#toruviruscurtain .content img.sp {
    color: #222;
    font-size: 0.9375rem;
    line-height: 2;
    margin: 0 0 2rem 0;
    font-weight: 500;
    text-align: left;
}

/* 背景 */
#toruviruscurtain .bg_gray {
    background-color: #F8F8F8;
    padding: 2rem 2rem;
    margin: 2rem auto 0;
}

#toruviruscurtain .bg_gray .content.toruviruscurtain{
    padding: 1rem 0;
}

/* 区切り線 */
#toruviruscurtain div.bg_gray div.content hr.catalog-detail-note-line {
    border-top: dotted 3px #dddddd;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 3rem auto;
}

#toruviruscurtain .flex-box-01  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-width-2-5\@s {
    width: 40%;
}

#toruviruscurtain .content .caution-small p {
    color: #222;
    line-height: 2;
    font-size: 0.75rem;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 0;
    
}

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

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

#toruviruscurtain .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;
}

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

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

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

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

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

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

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

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

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

#toruviruscurtain br.pc {
    display: none;
}

#toruviruscurtain br.sp {
    display: block;
}


/* ぱんくず */
.pankuzu {
    width: 100%;
    padding-left: 1rem;
}

.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;
}

br.pc {
    display: none;
}

nav {
    height: 96px;
}

#toruviruscurtain{
    margin-bottom: 2rem;
}

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

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

#toruviruscurtain .content {
    width: 100%;
    padding: 0;
}

/* 画像 */
#toruviruscurtain .content img.pc {
    display: none;
}

#toruviruscurtain .content img.sp {
    color: #222;
    font-size: 12px;
    margin: 0 0 2rem 0;
    font-weight: 500;
    text-align: left;
    display: block;
    width: 100%;
    padding: 1rem 30px;
}

#toruviruscurtain .content h2{
    font-size: 1.1875rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

#toruviruscurtain .content h2.left{
    font-size: 1.4375rem;
    line-height: 1.5;
    margin: 0 0 2rem 0;
    font-weight: 700;
    text-align: left;
}

#toruviruscurtain .content p {
    color: #222;
    line-height: 2;
    margin: 0 0 2rem 0;
    font-weight: 500;
    text-align: left;
}

/* 画像 */
#toruviruscurtain .content img.sp {
    color: #222;
    font-size: 0.9375rem;
    line-height: 2;
    margin: 0 0 2rem 0;
    font-weight: 500;
    text-align: left;
}

/* グレー背景 */
#toruviruscurtain .bg_gray {
    background-color: #F8F8F8;
    padding: 1.5rem 0.8rem;
    margin: 2rem auto 0;
}

#toruviruscurtain .bg_gray .content.toruviruscurtain{
    padding: 1rem 0;
}

/* 区切り線 */
#toruviruscurtain div.bg_gray div.content hr.catalog-detail-note-line {
    border-top: dotted 3px #dddddd;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 3rem auto;
}

#toruviruscurtain .flex-box-01  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-width-2-5\@s {
    width: 100%;
}

#toruviruscurtain .flex-box-01 .img-area  {
    width: 100%;
}

#toruviruscurtain .flex-box-01 .img-area img {
    width: 100%;
}

#toruviruscurtain .content .caution-small p {
    color: #222;
    line-height: 2;
    font-size: 0.75rem;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 0;
    
}


/* ボタンエリア */
#toruviruscurtain .contact-btn-area {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center; /* これで内包するボタンごと中央寄せ */
}

/*　SP非表示 */
#toruviruscurtain .sp-btn-area {
    display: block;
}

/* PCボタンエリアの中央寄せ */
#toruviruscurtain .contact-btn-area .pc-btn-area {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* PCボタンエリアの中央寄せ */
#toruviruscurtain .contact-btn-area .pc-btn-area .flex_btn {
    display: table-column;
}

/* ボタン1個ずつの最大幅制限と中央寄せ */
#toruviruscurtain .contact-btn-area .btn {
    width: 100%;
    max-width: 330px;
    margin: 0 auto; /* ボタン単体中央寄せ */
}

/* PC用：2つのボタンを横並び */
#toruviruscurtain .contact-btn-area .flex_pc {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

/* ボタンの見た目 */

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

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

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

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

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

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

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

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


}