/*------------------------------------------------------------------
        「トルウイルス S」ラベル発行手続きについて内装業者様向け
---------------------------------------------------------------------*/
/* 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;
    min-height: auto !important;
    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;
}

#businessuser{
    margin-bottom: 2rem;
}

#businessuser .switch-img {
    position: relative;
}

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

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

/* 壁紙カーテン椅子張りメニュー */
#businessuser .bg-img-menu {
    list-style: none;
    display: flex;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 8px 8px 0 0;
}


#businessuser .bg-img-menu img:hover{
    opacity: 0.6;
    transition: opacity 0s ease;
}

#toruvirus {
    margin-bottom: 3rem;
}

#toruvirus .toruvirus_content {
    margin: 3rem auto;
}

#toruvirus .toruvirus_content .title {
    font-size: 1.5rem;
    padding: 1rem;
    text-align: center;
    color: #6294CC;
    border-top: 3px solid #6294CC;
    border-bottom: 3px solid #6294CC;
    line-height: 2;
    font-weight: bold;
}

#toruvirus .toruvirus_content h2 {
    font-size: 2.0625rem;
    text-align: center;
    margin: 3rem auto 5rem auto;
    font-weight: bold;
    color: #6294CC;
}

#toruvirus .toruvirus_content h3 {
    font-size: 1.3125rem;
    text-align: center;
    color: #6294CC;
    margin-top: 3rem;
    margin-bottom: 2rem;
    line-height: 2;
    font-weight: bold;
}

#toruvirus .toruvirus_content .img_wrap {
    margin-bottom: 7rem;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

#toruvirus .toruvirus_content .img_wrap img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* SIAAラベル申請時の注意点 */
#toruvirus .toruvirus_content .txt_wrap {
    margin: 3rem auto;
    max-width: 790px;
}

#toruvirus .toruvirus_content .txt_wrap h4 {
    font-size: 1.125rem;
    color: #6294CC;
    text-align: center;
    margin: 3rem auto 1rem auto;
    font-weight: 500;
}
#toruvirus .toruvirus_content .txt_wrap p {
    font-size: 0.8125rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 2;
    font-weight: 650;
}

#toruvirus .toruvirus_content .caution {
    margin-top: 2rem;
}

#toruvirus .toruvirus_content .caution p {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
}

#toruvirus .toruvirus_content .caution p a {
    color: #222;
    transition: none;
}

#toruvirus .toruvirus_content .caution p a:hover {
    color: #cacaca;
}

/* ボタン */
#toruvirus .link-btn {
    display: block;
}

#toruvirus  .link-btn .btn {
    display: block!important;
    color: #222222;
    border: 3px solid #222222;
    width: 350px;
    font-size: 1.3125rem;
    text-align: center;
    margin: 2rem auto;
    max-width: 400px;
    border-radius: 50px;
}

#toruvirus  .link-btn .btn2 {
    display: block!important;
    color: #222222;
    background-color: #DBDBDB;
    width: 350px;
    font-size: 1.3125rem;
    text-align: center;
    margin: 2rem auto;
    max-width: 400px;
    border-radius: 50px;
}

#toruvirus  .link-btn .btn a ,
#toruvirus  .link-btn .btn2 a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 1.5rem;
    text-decoration: none;
    color: #222222;
    font-weight: 600;
    transition: none;
}

#toruvirus  .link-btn .btn:hover{
    color: #cacaca;
    border: 3px solid #969696;
    border-radius: 50px;
}

#toruvirus  .link-btn .btn a:hover{
    color: #cacaca;
}

#toruvirus  .link-btn .btn2:hover{
    color:  #bebebe;
    background-color:  #ededed;
    border-radius: 50px;
}

#toruvirus  .link-btn .btn2 a:hover{
    color:  #bebebe;
}

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

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

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

img.pc {
    display: none;
}

img.sp {
    display: block;
}

br.pc {
    display: none;
}

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

#businessuser{
    margin-bottom: 2rem;
}

#businessuser .switch-img {
    position: relative!important;
    width: 100%;
}

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

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

/* 壁紙カーテン椅子張りメニュー */
#businessuser .bg-img-menu {
    bottom: 0px; /* 親画像の内側で微調整 */
    right: 15px;
    display: flex;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
}

/* 壁紙カーテン椅子張りメニュー */
#businessuser .bg-img-menu img{
width: 100px;
height: auto;
}

#toruvirus {
    margin-bottom: 3rem;
}

#toruvirus .toruvirus_content {
    max-width: 960px;
    margin: 3rem auto;
    padding: 0 1rem;
}

#toruvirus .toruvirus_content .title {
    font-size: 1.5rem;
    padding: 1rem;
    text-align: center;
    color: #6294CC;
    border-top: 3px solid #6294CC;
    border-bottom: 3px solid #6294CC;
    line-height: 2;
    font-weight: bold;
}

#toruvirus .toruvirus_content h2 {
    font-size: 2.0625rem;
    text-align: center;
    margin: 3rem auto 0rem auto;
    font-weight: bold;
    color: #6294CC;
}

#toruvirus .toruvirus_content h3 {
    font-size: 1.3125rem;
    text-align: center;
    color: #6294CC;
    margin-top: 3rem;
    margin-bottom: 2rem;
    line-height: 2;
    font-weight: bold;
}

#toruvirus .toruvirus_content .img_wrap {
    margin-bottom: 7rem;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

#toruvirus .toruvirus_content .img_wrap img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* SIAAラベル申請時の注意点 */
#toruvirus .toruvirus_content .txt_wrap {
    margin: 3rem auto;
    max-width: 790px;
}

#toruvirus .toruvirus_content .txt_wrap h4 {
    font-size: 1.125rem;
    color: #6294CC;
    text-align: center;
    margin: 3rem auto 1rem auto;
    font-weight: 500;
}
#toruvirus .toruvirus_content .txt_wrap p {
    font-size: 0.8125rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 2;
    font-weight: 650;
}

#toruvirus .toruvirus_content .caution {
    margin-top: 2rem;
}

#toruvirus .toruvirus_content .caution p {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
}

#toruvirus .toruvirus_content .caution p a {
    color: #222;
    transition: none;
}

#toruvirus .toruvirus_content .caution p a:hover {
    color: #cacaca;
}

/* ボタン */
#toruvirus .link-btn {
    display: block;
}

#toruvirus  .link-btn .btn {
    display: block!important;
    color: #222222;
    border: 3px solid #222222;
    width: 350px;
    font-size: 1.3125rem;
    text-align: center;
    margin: 2rem auto;
    max-width: 400px;
    border-radius: 50px;
}

#toruvirus  .link-btn .btn2 {
    display: block!important;
    color: #222222;
    background-color: #DBDBDB;
    width: 350px;
    font-size: 1.3125rem;
    text-align: center;
    margin: 2rem auto;
    max-width: 400px;
    border-radius: 50px;
}

#toruvirus  .link-btn .btn a ,
#toruvirus  .link-btn .btn2 a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 1.5rem;
    text-decoration: none;
    color: #222222;
    font-weight: 600;
    transition: none;
}

#toruvirus  .link-btn .btn:hover{
    color: #cacaca;
    border: 3px solid #969696;
    border-radius: 50px;
}

#toruvirus  .link-btn .btn a:hover{
    color: #cacaca;
}

#toruvirus  .link-btn .btn2:hover{
    color:  #bebebe;
    background-color:  #ededed;
    border-radius: 50px;
}

#toruvirus  .link-btn .btn2 a:hover{
    color:  #bebebe;
}

}

/* メニュー画像 */
@media (max-width: 508px) {
#businessuser .switch-img {
position: relative!important;
width: 100%;
}

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

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

/* 壁紙カーテン椅子張りメニュー */
#businessuser .bg-img-menu {
    bottom: 0px; /* 親画像の内側で微調整 */
    right: 5px;
    display: flex;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
}

/* 壁紙カーテン椅子張りメニュー */
#businessuser .bg-img-menu img{
width: 80px;
height: auto;
}
}