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

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

:where(:root) {
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

:where(body) {
    height: -moz-available;
    height: -webkit-fill-available;
    height: stretch;
    margin: 0
}

:where(h1) {
    font-size: 2em;
    margin: .67em 0
}

:where(dl, ol, ul) :where(dl, ol, ul) {
    margin: 0
}

:where(hr) {
    color: inherit;
    height: 0
}

:where(nav) :where(ol, ul) {
    list-style-type: none;
    padding: 0
}

:where(nav li):before {
    content: "​";
    float: left
}

:where(pre) {
    font-family: monospace, monospace;
    font-size: 1em;
    overflow: auto
}

:where(abbr[title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

:where(b, strong) {
    font-weight: bolder
}

:where(code, kbd, samp) {
    font-family: monospace, monospace;
    font-size: 1em
}

:where(small) {
    font-size: 80%
}

:where(audio, canvas, iframe, img, svg, video) {
    vertical-align: middle
}

:where(iframe) {
    border-style: none
}

:where(svg:not([fill])) {
    fill: currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

:where(button, input, select) {
    margin: 0
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
    -webkit-appearance: button
}

:where(fieldset) {
    border: 1px solid #a0a0a0
}

:where(progress) {
    vertical-align: baseline
}

:where(textarea) {
    margin: 0;
    resize: vertical
}

:where([type=search i]) {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:where(dialog) {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

:where(dialog:not([open])) {
    display: none
}

:where(details>summary:first-of-type) {
    display: list-item
}

:where([aria-busy=true i]) {
    cursor: progress
}

:where([aria-controls]) {
    cursor: pointer
}

:where([aria-disabled=true i], [disabled]) {
    cursor: not-allowed
}

:where([aria-hidden=false i][hidden]) {
    display: inline;
    display: initial
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

:root {
    --font-family-base: "Noto Sans JP", sans-serif;
    --line-height-base: 1.5;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --color-primary: #68d6ce;
    --color-red: #d11121;
    --color-blue: #599fd6;
    --color-green: #7eac4e;
    --color-gray-dark: #999;
    --color-gray-light: #f0f0f0;
    --color-black: #3b4043;
    --color-white: #fff;
    --color-pink: #d65290;
    --font-size-base: 16px;
    --font-size-h1: 50px;
    --font-size-h2: 38px;
    --font-size-h3: 32px;
    --font-size-h4: 24px;
    --font-size-h5: 18px;
    --font-size-h6: 16px;
    font: 400 16px/1.5 Noto Sans JP, sans-serif;
    font: var(--font-weight-normal) var(--font-size-base)/var(--line-height-base) var(--font-family-base)
}

h1 {
    font-size: 50px;
    font-size: var(--font-size-h1)
}

h1,
h2 {
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

h2 {
    font-size: 38px;
    font-size: var(--font-size-h2)
}

h3 {
    font-size: 32px;
    font-size: var(--font-size-h3)
}

h3,
h4 {
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

h4 {
    font-size: 24px;
    font-size: var(--font-size-h4)
}

h5 {
    font-size: 18px;
    font-size: var(--font-size-h5)
}

h5,
h6 {
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

h6 {
    font-size: 16px;
    font-size: var(--font-size-h6)
}

main ol,
main ul {
    padding-left: 1.2em
}

.btn-contact {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0
}

.btn-contact>a {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    text-decoration: none
}
.msplus i{
    text-decoration: none;
    font-style: normal !important; 
}
.msplus i::after{
    content: "@";
    text-decoration: none;
    font-style: normal !important; 
}
.msplus .dot::after{
    content: ".";
    text-decoration: none;
    font-style: normal !important; 
}


@media(min-width:992px) {
    .btn-contact {
        bottom: auto;
        left: auto;
        top: 200px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }
    .btn-contact>a {
        display: block;
        height: 200px;
        padding-left: 8px;
        padding-right: 34px
    }
    .btns-shop {
        display: flex;
        justify-content: center
    }
}

.btns-shop__btn {
    align-items: center;
    border: 1px solid #707070;
    border-radius: 10px;
    box-shadow: 4px 4px 6px #d6d6d6;
    color: inherit;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-bottom: 20px;
    text-decoration: none;
    width: 100%
}

.btns-shop__btn img {
    max-width: 50%;
    padding: 0 10px
}

@media(min-width:992px) {
    .btns-shop__btn {
        margin-bottom: 0
    }
/*    .btns-shop__btn:nth-child(odd) {
        margin-right: 20px
    }*/
    .btns-shop__btn.w220.margin0auto {
        margin: 0 auto;
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    position: relative
}

@media(min-width:576px) {
    .container,
    .container-sm {
        max-width: 560px
    }
}

@media(min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 750px
    }
}

@media(min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 940px
    }
}

@media(min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 940px
    }
}

@media(min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 940px
    }
}

.form {
    padding: 40px 20px 36px
}

@media(min-width:992px) {
    .form {
        padding-left: 0;
        padding-right: 0;
        padding-top: 90px
    }
}

.form,
.form__input,
.form__label,
.form__submit {
    line-height: 2
}

.form__item {
    margin-bottom: 40px
}

@media(min-width:992px) {
    .form__item {
        display: flex
    }
}

.form__label {
    display: block
}

@media(min-width:992px) {
    .form__label {
        flex: 0 1 10em;
        margin-right: 20px;
        text-align: right
    }
}

.form__input {
    border-style: none;
    display: block;
    max-width: 100%;
    width: 100%
}

@media(min-width:992px) {
    .form__input {
        flex: 0 1 540px;
        width: auto
    }
}

.form__submit {
    border-style: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    font-size: 18px;
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    height: 40px;
    letter-spacing: 1em;
    text-indent: 1em;
    width: 140px
}

.hero {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 300px;
    padding-top: 84px
}

@media(min-width:992px) {
    .hero {
        min-height: 400px;
        padding-top: 100px
    }
}

.hero__content {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .48);
    font-size: 20px;
    min-height: 50px;
    padding: 18px 0;
    padding: var(--font-size-h5) 0;
    width: 300px;
    z-index: 1
}

@media(min-width:992px) {
    .hero__content {
        font-size: 44px;
        min-height: 100px;
        width: 780px
    }
}

.list-entry {
    margin-bottom: 50px
}

@media(min-width:992px) {
    .list-entry {
        display: flex;
        margin: 70px 0 70px 0;
    }
}

.list-entry__images,
.list-entry__texts {
    flex: 0 1 50%
}

.list-entry__texts {
    margin-bottom: 12px
}

@media(min-width:992px) {
    .list-entry__texts {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.list-entry__texts .btns-shop {
    display: none
}

@media(min-width:992px) {
    .list-entry__texts .btns-shop {
        display: flex
    }
}

.list-entry__images img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-top: 30px;
}

@media(min-width:992px) {
    .list-entry__images .btns-shop {
        display: none
    }
}

.list-entry__title {
    border-bottom: 1px solid #707070;
    border-top: 10px solid;
    font-size: 24px;
    font-size: var(--font-size-h4);
    line-height: 1.15;
    margin: 30px 0;
}

@media(min-width:992px) {
    .list-entry__title {
        font-size: 44px
    }
}

.list-entry__image--main {
    margin-bottom: 30px
}

.list-entry__image--main img {
    margin-left: auto;
    margin-right: auto
}

.list-entry__image--subs {
    display: flex;
    flex: 0 1 460px;
    justify-content: center;
    margin-bottom: 20px
}

@media(min-width:992px) {
    .list-entry__image--subs {
        margin-bottom: 0
    }
}

.list-entry__image--subs img {
    flex: 0 1 220px;
    height: auto;
    min-width: 0
}

.list-entry__image--subs img:nth-child(odd) {
    margin-right: 20px
}

.table-of-contents {
    display: flex;
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    justify-content: center
}

@media(min-width:992px) {
    .table-of-contents {
        font-size: 24px;
        font-size: var(--font-size-h4)
    }
}

.table-of-contents>ul {
    list-style-type: "◎";
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.site-header {
    left: 0;
    min-height: 84px;
    padding-top: 38px;
    padding-top: var(--font-size-h2);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2
}

@media(min-width:992px) {
    .site-header {
        background-color: rgba(255, 255, 255, .8);
        min-height: 100px;
        padding-top: 45px
    }
    .site-header .container {
        display: flex;
        justify-content: space-between
    }
}

.site-header__logo {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
    width: 75%
}

.site-header__logo a {
    display: flex
}

.site-header__logo img {
    height: auto;
    max-width: 100%
}

@media(min-width:992px) {
    .site-header__logo {
        width: 270px
    }
}

.site-header__btn-menu-toggle {
    background-color: inherit;
    border: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media(min-width:992px) {
    .site-header__btn-menu-toggle {
        display: none
    }
}

.site-menu ul {
    margin-bottom: 0;
    margin-top: 0
}

.site-menu a {
    color: inherit;
    text-decoration: none
}

.site-menu--hamburger {
    font-size: 18px;
    font-size: var(--font-size-h5)
}

@media(min-width:992px) {
    .site-menu--hamburger {
        display: none
    }
}

.site-menu--hamburger a {
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
    transition: all .5s
}

.site-menu--hamburger[aria-hidden=true] {
    font-size: 0;
    line-height: 0
}

.site-menu--hamburger[aria-hidden=true] a {
    padding-bottom: 0;
    padding-top: 0
}

.site-menu--laptop {
    display: none;
    padding-bottom: 5px
}

@media(min-width:992px) {
    .site-menu--laptop {
        display: flex
    }
}

.site-menu--laptop li,
.site-menu--laptop ul {
    display: flex
}

.site-menu--laptop li {
    align-items: flex-end;
    width: 160px
}

.site-menu--laptop a {
    position: relative
}

.site-menu--laptop a:before {
    background-color: currentColor;
    bottom: 3px;
    content: "";
    display: block;
    height: 120px;
    left: -5px;
    position: absolute;
    width: 1px
}

.site-footer {
    margin-top: 70px;
    padding-bottom: 50px
}

@media(min-width:992px) {
    .site-footer {
        padding-bottom: 40px;
        padding-top: 10px
    }
    .site-footer__container {
        display: flex
    }
}

.site-footer__address,
.site-footer__company-name,
.site-footer__copyright {
    flex: 1 1 auto
}

.site-footer__company-name {
    font-size: 20px
}

.site-footer__address {
    font-size: 14px
}

.site-footer__copyright {
    font-size: 12px
}

@media(min-width:992px) {
    .site-footer__copyright {
        text-align: right
    }
}

.page--top .hero {
    background-image: url(../img/hero/top.jpg)
}

.page--top .hero__content {
    background-color: rgba(104, 214, 206, .8)
}

.page--top .hero {
    height: 266px
}

@media(min-width:1200px) {
    .page--top .hero {
        height: 626px
    }
}

.page--top .btns-shop__btn {
    border: none;
    height: 75px
}

@media(min-width:992px) {
    .page--top .btns-shop__btn {
        margin-left: 20px;
        width: 380px
    }
    .page--top .btns-shop__btn:first-child {
        margin-left: 0
    }
}

.hiro-toppage-decoration-text {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: -1em;
    mix-blend-mode: multiply;
    pointer-events: none
}

@media(min-width:576px) {
    .hiro-toppage-decoration-text {
        font-size: 150px;
        margin-bottom: 40px
    }
}

@media(min-width:992px) {
    .hiro-toppage-decoration-text {
        font-size: 260px;
        margin-bottom: 60px
    }
}

@media(min-width:1200px) {
    .hiro-toppage-decoration-text {
        font-size: 300px;
        margin-bottom: 80px
    }
}

.toppage-content-links-box p {
    font-size: 14px
}

.toppage-content-links-box img {
    box-shadow: 0 3px 6px #969696;
    height: auto;
    width: 100%
}

.toppage-content-links-box h2 {
    font-size: 23px
}

@media(min-width:992px) {
    .toppage-content-links-box {
        display: flex
    }
    .toppage-content-links-box__item {
        flex: 0 1 33.3333%;
        margin-left: 20px
    }
    .toppage-content-links-box__item:first-child {
        margin-left: 0
    }
}

.page--list main h2,
.page--list table,
.page--list td,
.page--list th {
    border: 1px solid
}

.page--prevention .hero {
    background-image: url(../img/hero/prevention.jpg)
}

.page--prevention .hero__content {
    background-color: rgba(209, 17, 33, .8)
}

.page--prevention .list-entry__title,
.page--prevention .table-of-contents,
.page--prevention main h2 {
    color: #d11121;
    color: var(--color-red)
}

.page--emergency-supplies .hero {
    background-image: url(../img/hero/emergency-supplies.jpg)
}

.page--emergency-supplies .hero__content {
    background-color: rgba(126, 172, 78, .8)
}

.page--emergency-supplies .list-entry__title,
.page--emergency-supplies .table-of-contents,
.page--emergency-supplies main h2 {
    color: #7eac4e;
    color: var(--color-green)
}

.page--nano-bubbles .hero {
    background-image: url(../img/hero/nano-bubbles.jpg)
}

.page--nano-bubbles .hero__content {
    background-color: rgba(89, 159, 214, .8)
}

.page--nano-bubbles .list-entry__title,
.page--nano-bubbles .table-of-contents,
.page--nano-bubbles main h2 {
    color: #599fd6;
    color: var(--color-blue)
}

.page--about .hero {
    background-image: url(../img/hero/about.jpg)
}

.page--about main h2 {
    font-size: 28px;
    margin-bottom: 45px
}

.info-about table,
.info-history table {
    border-collapse: separate;
    border-spacing: 3em 0
}

.info-about tbody,
.info-history tbody {
    vertical-align: top
}

.info-about th,
.info-history th {
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-ideograph
}

.info-about dd,
.info-about dt,
.info-history dd,
.info-history dt {
    box-sizing: border-box;
    padding: 10px
}

.info-about dt,
.info-history dt {
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

.info-about dd,
.info-history dd {
    margin: 0
}

@media(min-width:992px) {
    .info-about,
    .info-history {
        display: flex;
        flex-wrap: wrap
    }
    .info-about dt,
    .info-history dt {
        flex: 0 1 12%;
        margin-right: 5%;
        -moz-text-align-last: justify;
        text-align-last: justify;
        text-justify: inter-ideograph
    }
    .info-about dd,
    .info-history dd {
        flex: 0 1 72%
    }
}

.info-about {
    margin-bottom: 100px
}

.bg-primary {
    background-color: #68d6ce;
    background-color: var(--color-primary)
}

.text-primary {
    color: #68d6ce;
    color: var(--color-primary)
}

.bg-red {
    background-color: #d11121;
    background-color: var(--color-red)
}

.text-red {
    color: #d11121;
    color: var(--color-red)
}

.bg-blue {
    background-color: #599fd6;
    background-color: var(--color-blue)
}

.text-blue {
    color: #599fd6;
    color: var(--color-blue)
}

.bg-green {
    background-color: #7eac4e;
    background-color: var(--color-green)
}

.text-green {
    color: #7eac4e;
    color: var(--color-green)
}
.bg-pink {
    background-color: #d65290;
    background-color: var(--color-pink)
}

.text-pink {
    color: #d65290;
    color: var(--color-pink)
}

.bg-gray-dark {
    background-color: #999;
    background-color: var(--color-gray-dark)
}

.text-gray-dark {
    color: #999;
    color: var(--color-gray-dark)
}

.bg-gray-light {
    background-color: #f0f0f0;
    background-color: var(--color-gray-light)
}

.text-gray-light {
    color: #f0f0f0;
    color: var(--color-gray-light)
}

.bg-black {
    background-color: #3b4043;
    background-color: var(--color-black)
}

.text-black {
    color: #3b4043;
    color: var(--color-black)
}

.bg-white {
    background-color: #fff;
    background-color: var(--color-white)
}

.text-white {
    color: #fff;
    color: var(--color-white)
}

.fw-light {
    font-weight: 300;
    font-weight: var(--font-weight-light)
}

.fw-normal {
    font-weight: 400;
    font-weight: var(--font-weight-normal)
}

.fw-bold {
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

.d-block {
    display: block
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.lead {
    font-size: 24px;
    font-size: var(--font-size-h4)
}

@media(min-width:992px) {
    .lead {
        font-size: 44px;
        margin: 70px 0;
    }
}

[dir=ltr] .reset-text {
    text-align: left
}

[dir=rtl] .reset-text {
    text-align: right
}

.reset-text {
    color: inherit;
    font: normal 400 1em/1.5 Noto Sans JP, sans-serif;
    font: normal var(--font-weight-normal) 1em/var(--line-height-base) var(--font-family-base);
    letter-spacing: normal;
    line-break: auto;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}


/* 7/26 */

.nano-bubblis-link {
    text-align: center;
}

.nano-bubblis-link a {
    color: #fff;
    text-align: center;
    background-color: var(--color-blue);
    display: block;
    padding: 13px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    text-decoration: none;
    position: absolute;
    bottom: -50px;
    width: 100%;
}

@media(max-width:992px) {
    .nano-bubblis-link a {
        position: unset;
    }
}


/*下記は、ページ内リンク スムーススクロールレイアウト*/

html {
    scroll-behavior: smooth;
}

a[href="#page_link_num01"],
a[href="#page_link_num02"],
a[href="#page_link_num03"],
a[href="#page_link_num04"],
a[href="#page_link_num05"],
a[href="#page_link_num06"],
a[href="#page_link_num07"],
a[href="#page_link_num08"],
a[href="#nano_page_link_num01"],
a[href="#nano_page_link_num02"],
a[href="#nano_page_link_num03"],
a[href="#nano_page_link_num04"] {
    color: #D11121;
    text-decoration: none;
}

/*a[href="#nano_page_link_num01"],
a[href="#nano_page_link_num02"],
a[href="#nano_page_link_num03"],
a[href="#nano_page_link_num04"] {
    color: #599FD6;
    text-decoration: none;
}*/
.anchor__emergency-supplies,
a[href="#emergency_supplies_page_link_num01"],
a[href="#emergency_supplies_page_link_num02"],
a[href="#emergency_supplies_page_link_num03"],
a[href="#emergency_supplies_page_link_num04"] {
    color: #7EAC4E;
}


/*下記は、20210830修正レイアウト*/

.top.btns-shop {
    display: block;
}

.btns-sizecontent_num01 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .btns-sizecontent_num01 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 70%;
        max-width: 550px;
        margin: 0 auto;
    }
    .btns-sizecontent_num01 p:first-child {
        width: 100%;
        text-align: center;
    }
    .top.btns-shop {
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) {
    .btns-sizecontent_num01 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }
    .sizecontent_textitem_num01 {
        width: calc(100% - 58%);
        margin: 0 auto;
        font-size: 15px;
    }
}

.prevention.btns-shop {
    display: block;
}

.prevention_flexbox {
    display: flex;
    flex-wrap: wrap;
}

.prevention_flexbox img {
    display: block;
    width: 100%;
}

.prevention_flexbox a {
    display: block;
    width: calc(100% - 60%);
    max-width: 184px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}

.prevention.btns-shop_textcontent {
    width: calc(100% - 15%);
    margin: 0 auto;
    margin-top: 40px;
}

.prevention.btns-shop_textcontent a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

.prevention_conatctcontainer>.conatct_contetnt_num01 {
    width: calc(100% - 20%);
    margin: 0 auto;
}

.prevention_conatctcontainer>.conatct_contetnt_num01 img {
    display: block;
    width: 100%;
}

.at_prevention_conatctcontainer {
    transform: translate(0, -50px);
}

.cotactimg_pcbox_num01 {
    display: none;
    ;
}

@media screen and (min-width: 768px) {
    .cotactimg_spbox_num01 {
        display: none;
    }
    .cotactimg_pcbox_num01 {
        display: block;
    }
}

.ozone_sterilization_deodorizer {
    font-size: 15px;
}

.li_ozone_sterilization_deodorizer {
    font-size: 12px;
}

.prevention.btns-shop {
    display: flex;
    flex-direction: column;
}

.art_paperholderflexbox_num01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 10px;
    width: 100%;
    max-width: 26rem;
    margin: 0 auto;
}

.art_paperholderflexbox_num01 div {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 50px auto;
}

.art_paperholderflexbox_num01 a {
    display: block;
    width: 44%;
    max-width: 120px;
}

.art_paperholderflexbox_num01 img {
    display: block;
    width: 100%;
}

.art_paperholderflexbox_num01 div video {
    width: 100%;
    max-width: 25rem;
}

@media screen and (min-width: 768px) {
    .art_paperholderflexbox_num01 div {
        width: 85%;
    }
}

@media screen and (min-width: 992px) {
    .prevention.btns-shop {
        flex-direction: row;
    }
    .art_paperholderflexbox_num01 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding: 0 62px;
    }
    .art_paperholderflexbox_num01 div a {
        width: 28%;
    }
    .art_paperholderflexbox_num01 div video {
        width: 100%;
    }
}


/*baseレイアウト*/

.displayflexalignstartbetween {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.displayflexcentercolumn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.w220 {
    width: 100%;
    max-width: 220px;
}

.margin0auto {
    margin: 0 auto;
}

.prevent_a_blockbox_num01 {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}


/**/


/*下記は、20220208追加レイアウト*/

.list-entry__texts_catarog {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.list-entry__texts_catarog h3 img {
    max-width: 100%;
}


/*ここまで*/

/*smcp.h.i.20230403:
.prevention_flexbox.prevention_unizone_wrapper a {
    width: auto;
}*/