@charset "utf-8";

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato/Lato-Regular.ttf') format("truetype"), url('../font/Lato/Lato-Bold.ttf') format("truetype"), ;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf') format("truetype");
}


/*--
* {
    border: solid 2px red;
}
--*/

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

h1 {
    font-size: 1.2em;
    color: #015f92;
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.top h1 {
    font-size: 2em;
    color: #1a1a1a;
    font-weight: 400;
}

.title_f {
    color: rgb(248, 241, 241);
    font-family: "Noto Serif JP", serif, 'Yu Mincho';
    font-size: 2.8em;
    font-weight: 600;
    padding-top: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.title_zero {
    font-family: "Noto Serif JP", serif, 'Yu Mincho';
    font-size: 18em;
    font-weight: 600;
    margin-top: -4%;
    color: transparent;
    /* 文字自体の色を透明に */
    -webkit-text-stroke: 0.3px #33b0d6;
    background: linear-gradient(180deg, #58c6ff 0%, #3298eb 40%, #1612e9 80%);
    -webkit-background-clip: text;
    /* 背景を文字の形に切り抜く */
    background-clip: text;
    /* 非Webkitブラウザ用 */
    -webkit-text-fill-color: transparent;
    /* 文字の色を透明に */
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.title_s {
    font-family: "Noto Serif JP", serif, 'Yu Mincho';
    font-size: 1.6em;
    font-weight: 600;
    margin-top: -2%;
}

.jumbotron {
    border-radius: 0 !important;
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.jumbotron-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.jumbotron-content {
    position: relative;
    z-index: 1;
    /* ここにテキストやCTAボタンなどを配置 */
}

@media (max-width:1000px) {
    .title_s {
        font-family: "Noto Serif JP", serif, 'Yu Mincho';
        font-size: 1.1em;
        font-weight: 700;
        margin-top: -2%;
    }

    .title_zero {
        font-size: 14em;
    }

    .jumbotron {
        position: relative;
        height: 60vh;
        overflow: hidden;
    }

    .title_f {
        font-size: 2.5em;
    }

}

.small-title {
    font-size: 0.8em;
    /* h1 の 80% に */
    display: inline-block;
    font-weight: 300;
}

/*
.jumbotron {
   /* background: url(../image/0000-2-02.webp) center no-repeat;
    /*background-size: cover;
    height: 60vh;
}

@media (max-width:1000px) {
    .jumbotron {
    /*    background: url(../image/0000-2-02.webp) center no-repeat;
    /*    background-size: cover;
        height: 80vh;
    }
}
    */


.ozonex-jumbotron {
    background: linear-gradient(to right, #004aad, #cb6ce6);
    padding: 60px 20px 180px;
    /* 上:余白, 下:画像の飛び出し分も含めて確保 */
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* jumbotron-bg はもう使ってないので削除可能 */

.ozonex-jumbotron .jumbotron-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* 小さい画面で折り返せるように */
    gap: 20px;
    position: relative;
    z-index: 2;
}

.ozonex-title {
    max-width: 254px;
    /* 実寸基準で指定 */
    height: auto;
    object-fit: contain;
}

.ozonex-jumbotron .ozonex-image {
    max-width: 450px;
    width: 100%;
    position: relative;
    bottom: -60px;
    /* 少し飛び出させる */
    z-index: 3;
    align-self: flex-end;
}


/* スマホなど狭い画面では縦並び */
@media (max-width: 768px) {
    .ozonex-jumbotron {
        padding: 40px 20px 80px;
    }

    .ozonex-jumbotron .jumbotron-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .ozonex-title {
        max-width: 80%;
    }

    .ozonex-jumbotron .ozonex-image {
        max-width: 80%;
        bottom: 0;
        margin-top: 20px;
    }
}

.ozonex-title_text {
    font-size: 2.8rem;
    font-weight: 900;
}

.marker_ozonex {
    color: #7a6394;
    padding: 0 2px;
    font-weight: bold;
}

.ozonex_radius {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: black;
    border-radius: 50vh;
    font-weight: 500;
    font-size: larger;
    color: #fff;
    display: flex;
    /* Flexboxで文字を中央に配置 */
    justify-content: center;
    /* 水平方向中央揃え */
    align-items: center;
    /* 垂直方向中央揃え */
    margin: 0 auto;
}

.equal-image-box {
    height: 300px;
    /* 固定高さ */
    display: flex;
    align-items: center;
    /* 上下中央に揃える */
    justify-content: center;
    /* 横も中央に揃える */
    overflow: hidden;
}

.equal-image-box img {
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .top h1 {
        font-size: 1.4em;
        color: #1a1a1a;
        font-weight: 400;
    }
}

h2 {
    font-size: 1.1em;
    margin: 0.83em 0;
    font-weight: bold;
    color: #206c7a;
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 0.5em 0;
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

body {
    /*min-height: 150vh;202201追加*/
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #333;
}

.mt1 {
    margin-top: 1em;
}

.mt2 {
    margin-top: 2em;
}

.mt4 {
    margin-top: 4em;
}

.mb1 {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.mt4 {
    margin-bottom: 4em;
}

.high-q {
    line-height: 1.8;
    font-weight: normal;
    font-size: inherit;
}

@media screen and (min-width: 768px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

.top_image-container {
    position: relative;
    display: inline-block;
}

.top_image-container img {
    vertical-align: top;
    /* サイズ変わるのを防ぐ */
    width: auto;
    height: auto;
    max-width: 100%;
    /* レスポンシブ対応 */
}

.badge {
    position: absolute;
    top: 5px;
    left: -5px;
    /* ←左上に配置 */
    background-color: red;
    color: white;
    font-weight: bold;
    border-radius: 80%;
    padding: 12px 6px;
    font-size: 10px;
    line-height: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/*.sterilization_page h1 {
    font-family: "メイリオ";
}*/

.airnex-border {
    height: 1px;
    position: relative;
}

.airnex-border::before {
    content: "";
    background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.topbg_under {
    height: 3px;
    background-color: #0077b6;
}

.topbar {
    background-color: #2c6b77;
    height: 60px;
    margin: 0px;
    padding: 0px;
    color: whitesmoke;
    text-align: center;
}

.topbar img {
    width: 250px;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
}

.topbar2 img {
    width: 100px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-right: 30px;
    background-color: #221715;
}

.dropdown_style {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

    .testimonial-section {
      max-width: 800px;
      margin: -1rem auto;
      padding: 2rem;
    }

    .testimonial {
      background: white;
      border-left: 5px solid #00a6a6;
      padding: 1.5rem 1.5rem 1.5rem 2rem;
      margin-bottom: 2rem;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
      position: relative;
    }

    .testimonial::before {
      content: "“";
      font-size: 4rem;
      color: #00a6a6;
      position: absolute;
      top: -5px;
      left: 10px;
      font-family: serif;
    }

    .testimonial p {
      margin-bottom: 0;
      font-size: 1.1rem;
      line-height: 1.6;
      color: #333;
    }

    .testimonial-footer {
      margin-top: 0.5rem;
      font-size: 0.9rem;
      color: #888;
      text-align: right;
    }

/* ナビゲーションバーの背景色に合わせて調整してください */
.navbar-dark .nav-link {
    color: rgba(255, 255, 255, 0.55); /* 通常時のリンクを少し暗くする */
}

/* マウスオーバー時の色 */
.navbar-dark .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

/* アクティブなリンクの色を白くする */
.navbar-dark .nav-link.active {
    color: #fff;
    background-color: #221715;
}

/*ナビドロップダウンのspan*/

.nav_font {
    font-size: 13px;
    font-weight: bold;
    color: #001e43;
}

.nav_box {
    border-radius: 2px;
    padding: 1px 3px 2px 3px;
    margin-right: 2px;
    color: white;
    font-size: 12px;
}

@media (max-width:576px) {
    .nav_font {
        font-size: 11px;
    }

    .nav_box {
        font-size: 11px;
    }
}

.box1 {
    background-color: #6b395f;
}

.box2 {
    background-color: #001e43;
}

.box3 {
    background-color: #2c6b77;
}


/*ナビドロップダウンのspan end */

.logo_low {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 768px) {
    .logo_low {
        display: none;
    }
}

.banner_style {
    width: 70%;
    text-align: center;
}

.netshop img {
    width: 150px;
}

@media (max-width: 768px) {
    .banner_style {
        width: 100%;
        text-align: center;
    }
}

.netshop img {
    width: 150px;
}

.menuicon-color {
    color: #008ad5;
}

.feature {
    width: 100%;
}

@media (max-width: 768px) {
    .feature {
        width: 70%;
    }
}

.subtitle1 h1 {
    margin-top: 1em;
    font-size: 2.3em;
    color: #015f92;
}

.subtitle1 h2 {
    margin-top: 1em;
    font-size: 1.3em;
    color: #015f92;
}

.subtitle2 {
    margin-top: 1em;
    font-size: 1.8em;
    color: #015f92;
}

@media (max-width: 500px) {
    .subtitle2 {
        font-size: 1.4em;
    }
}

.subtitle3 {
    position: relative;
    padding: .75em 1em .75em 1.5em;
}

.subtitle3::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #3498db;
    border-radius: 4px;
}

.page-title {
    background-color: #187c7e;
    text-align: right;
    color: whitesmoke;
    padding-top: 10px;
    height: 40px;
}

.topbar_green {
    background-color: #2c6b77;
    height: 10px;
}

.navbar-nav {
    font-size: 16px;
    font-family: "メイリオ", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #2c6b77;
}

.navbar-nav .li {
    color: white;
}

.scroll-nav-active {
    color: white;
}

.scroll-nav {
    width: 100%;
    /*background: #333;*/
    background: #221715;
    /*background-color: #2c6b77;*/
    /*background: #008ad5;*/
    /* メニューの背景色 */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* 慣性スクロール */
}
.nav-link {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 1.5; /* 高すぎる場合は1.2～1.4くらいに調整 */
    display: inline-block;
    vertical-align: middle; /* 縦位置を中央にする */
}

.nav-link:hover {
    background-color: #242424;
}

.nav-link.active {
    background-color: #ffffff;
    font-weight: bold;
    color: #000;
}


.accordion a {
    color: #333;
}

.scroll-nav a {
    color: #bbb;
}

.scroll-nav ul {
    max-width: 850px;
    /* メニューの最大幅 */
    min-width: 750px;
    /* メニューの最小幅 */
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    list-style: none;
    padding-right: 10px;
    font-size: 13px;
    /* 右側の固定分余白を空ける */
}

.scroll-nav ul li {
    float: left;
    padding-left: 20px;
    /*width: 100px;
    width: 90px;2022変更*/
    /* メニューの個別の幅 */
    text-align: center;
}

.scroll-nav ul li:hover {
    background: #222;
    /* マウスホバー時の背景色 */
}

.scroll-nav ul li a {
    display: inline-block;
    color: #fff;
    /* メニューの文字色 */
    text-decoration: none;
}

.scroll-nav::-webkit-scrollbar {
    display: none;
}


/*TOPPAGE*/

#specialtalk {
    background-color: #eaf4ff;
    padding: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#specialtalk img {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 5px 5px;
}

.sp-title {
    font-size: 25px;
    font-weight: bold;
    color: #2c6b77;
    border-bottom: dashed 4px #a6d2ce;
    /*点線*/
    /*border-bottom: solid 2px #5b8bd0;*/
}

.sp-subtitle {
    font-size: 20px;
    color: #696969;
    border-bottom: dashed 2px #a6d2ce;
    text-align: center;
}


/*UV1S nav*/

.uv1s_nav {
    min-width: 160px;
}

.uv1s_nav2 {
    min-width: 100px;
}

.tableuv1 td:first-child {
    min-width: 100px;
}

.table_choice {
    border-collapse: collapse;
    width: 100%;
    font-weight: bold;
}

.table_choice th,
.table_choice td {
    border: solid 1px #000;
    padding: 1%;
}

.table_choice th {
    background-color: #dee2e6;
    max-width: 100px;
    min-width: 80px;
    width: 10%;
}

.choicetitle {
    font-size: 1.5em;
    font-weight: bold;
}

.choicefont {
    font-size: 1.2em;
    font-weight: bold;
}

.chirclesiz {
    font-size: 0.8em;
    vertical-align: middle;
    padding: 2px;
}

.s_color {
    color: #28a745;
}

.p_color {
    color: #17a2b8;
}

.table_choice img {
    max-width: 180px;
    width: 100%;
    margin-bottom: 5px;
}

div.uv_voice {
    background-color: #ffdb4f;
    border-radius: 15px;
    padding: 10px;
}

.uv_voice>div {
    background-color: #ffeb99;
    border-radius: 13px;
    padding: 10px;
    margin-top: 10px;
}

.uv_voice a {
    text-decoration: none;
    color: #000;
    border-bottom: solid 2px #007bff;
}

.uv_voice h2 {
    color: #000;
}

.uv_voice h3 {
    font-size: 20px;
}

.uv_voice p {
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
}

.bright {
    filter: brightness(140%);
}

.uv_voice iframe {
    width: 500px;
    height: 600px;
}


/*法人様*/

a.btn_ao_a {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0.9rem 2rem;
    border: 2px solid #014897;
    background: #fff;
    text-decoration: none;
    transition: 0.3s;
}

a.btn_ao_a:hover {
    background-color: #e9f3fd;
}

a.btn_ao_a .a__text {
    display: block;
    flex-grow: 1;
    color: #004386;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-right: 40px;
    font-size: 26px;
}

a.btn_ao_a .a__text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #014897;
    border-right: 3px solid #014897;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}

.shop_p {
    font-size: 15px;
    margin-top: 5px;
}

@media (max-width: 600px) {
    .tableuv1 td:first-child {
        min-width: 60px;
    }

    .tableuv1 {
        font-size: 0.8em;
    }

    .tableuv1 table {
        padding-left: 0;
    }

    .specificationarea {
        padding-right: 0px;
        padding-left: 0px;
    }

    .uv_voice iframe {
        width: 350px;
        height: 450px;
    }

    .uv_voice h2 {
        font-size: 1.7em;
    }

    a.btn_ao_a .a__text {
        font-size: 22px;
    }

    a.btn_ao_a {
        padding: 0.9rem 1rem;
    }
}


/*uv1sここまで*/

@media only screen and (min-width: 771px) {

    /* PCサイズでの指定 */
    .scroll-nav ul {
        padding: 0;
    }

    .scroll-nav ul li {
        /*width: 12%;
         メニューの個別の幅 */
        padding-left: 30px;
    }

    .next-btn {
        display: none;
        /* 右側の固定部分を非表示 */
    }
}

.pickup-topix2 {
    width: 300px;
    list-style: none;
}

.pickup-topix3 {
    width: 200px;
    list-style: none;
}

.seihin-topix .img {
    width: 100px;
}

.angle-right {
    font-size: 2em;
}

@media (max-width: 768px) {
    .pickup-topix2 {
        width: 130px;
        list-style: none;
    }

    .pickup-topix3 {
        width: 100px;
        list-style: none;
    }

    .angle-right {
        font-size: 1em;
    }
}

.zero-hr {
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #2c6b77, #eee);
    background-image: -moz-linear-gradient(left, #eee, #2c6b77, #eee);
    background-image: -ms-linear-gradient(left, #eee, #2c6b77, #eee);
    background-image: -o-linear-gradient(left, #eee, #2c6b77, #eee);
}

.voice_hr {
    border: solid 2px #015f92;
}

.menu-icon {
    font-size: 12px;
}

.topmenu {
    padding-bottom: -5px;
    background-color: #221715;
}

.douga_text {
    background-color: #2c6b77;
    color: whitesmoke;
    text-align: center;
    font-size: 22px;
}

.douga-img {
    width: 120%;
}

@media (max-width: 768px) {
    .nav-item-blog-img {
        width: 150px;
    }

    .nav-item-airnex-img {
        width: 80px;
    }
}

.Experment {
    width: 450px;
}

.intro0 {
    margin: 0 auto;
    max-width: 60%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.intro {
    margin: 0 auto;
    max-width: 60%;
    margin-bottom: 30px;
}

.intro img {
    text-align: center;
    max-width: 100%;
    margin-top: 30px;
}

.lamp_effect {
    margin: 0 auto;
    max-width: 60%;
    margin-bottom: 50px;
}

.lamp_effect img {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
}

.photocatalyst_effect {
    margin: 0 auto;
    max-width: 60%;
    margin-bottom: 50px;
}

.photocatalyst_effect img {
    text-align: center;
    max-width: 100%;
}

.simulation {
    margin: 0 auto;
    max-width: 60%;
    margin-bottom: 100px;
}

.pickup {
    width: 250px;
}


/*.linenap {
    width: 200px;
}*/

.sns_blog {
    background-color: #DFDFDF;
    text-align: center;
}

.shiraishi_youtube .img {
    text-align: center;
}

.douga-title {
    text-align: center;
    background-color: #0099cc;
    color: #fff;
}

.topix-title {
    text-align: center;
    padding: 5px 0px;
    background-color: #187c7e;
    color: #fff;
    font-size: 18px;
}

.douga {
    text-align: center;
}

.close-button {
    overflow: hidden;
}

.bmd-modalContent {
    box-shadow: none;
    background-color: transparent;
    border: 0;
}

.bmd-modalContent .close {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0;
    text-shadow: none;
    opacity: .7;
    color: #fff;
}

.bmd-modalContent .close:hover,
.bmd-modalContent .close:focus {
    opacity: 1;
    outline: none;
}

.top-intro {
    padding-left: 10px;
    padding-right: 10px;
}

.index-title {
    font-family: "メイリオ";
    font-weight: bold;
    font-size: 24px;
    padding-top: 10px;
}

.structure {
    padding-right: 20px;
    padding-left: 20px;
}

.structure .a {
    color: #216ab2;
}

.catalog-pdf {
    text-align: center;
}

.attantion {
    border: 2px solid #187c7e;
}

.attantion .col-md-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #187c7e;
    color: white;
}

.attantion .col-md-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #0099cc;
}

.shikumi-discription {
    border: 1px solid #187c7e;
    padding-right: 5px;
    padding-left: 5px;
}

.airnex-discription {
    padding-right: 10px;
    padding-left: 10px;
}

.airnex-discription-blue {
    padding-right: 10px;
    padding-left: 10px;
    color: #0090ff;
}

.airnex-discription-attantion {
    padding-right: 10px;
    padding-left: 10px;
    color: red;
}

.airnex-title {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}

.airnex-subtitle {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    background-color: #0099cc;
}

.airnex-topix {
    background-color: #CFE9FE;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.airnex-img {
    text-align: center;
}

.airnex-box {
    position: relative;
}

.airnex-box img {
    vertical-align: middle;
    text-align: center;
}

.zero-img-normal {
    text-align: left;
}

.toiawase_form {
    padding: 20px 20px 10px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid gray;
    border-radius: 8px;
    margin-bottom: 20px;
}

img.minaoshi {
    padding-top: 20%;
    padding-bottom: 20%;
}

.start-minaoshi-airnex {
    color: #0066cc;
}

.start-table-color {
    background-color: #ccffff;
}

.start-minaoshi {
    display: flex;
    justify-content: center;
}

img.start-airnex {
    width: 72%;
}

.table {
    text-align: center;
}

.table-color0 {
    background-color: #B4C1C2;
}

.table-color1 {
    background-color: #CEE6E1;
}

.table-color2 {
    background-color: #E3E3E3;
}

.nara-table {
    table-layout: fixed;
    width: 100%;
}


/* ヘッダー */

.nara-table thead th {
    background-color: #015f92;
    padding: 10px;
    color: #fff;
    text-align: center;
}


/* ボディ項目・フッター項目 */

.nara-table tbody th,
.nara-table tfoot th {
    background: #FFF;
    text-align: center;
}


/* ボディデータ・フッターデータ */

.nara-table tbody td,
.nara-table tfoot td {
    text-align: center;
}


/* 偶数行　１行ごとの色変えが不要なら削除 */

.nara-table tr:nth-child(2n) th,
.nara-table tr:nth-child(2n) td {
    background: #e4e4d6;
}

.img_wrap {
    border: 5px solid #fff;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}

.img_wrap img {
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
}

.img_wrap:hover img {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.effect-float a {
    display: block;
    height: 360px;
    box-shadow: 0 2px 4px rgba(3, 3, 3, .09);
    border-radius: 3px;
}

.effect-float a:hover {
    display: block;
    height: 360px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .12);
    border-radius: 3px;
    margin-top: -5px;
}

.annotation {
    font-size: 0.80em;
    color: #666;
    padding-left: 1em;
}

.annotation2 {
    font-size: 0.9em;
}

.footer {
    background-color: #0099cc;
    color: white;
}

.footer2 {
    color: #555;
}

.footer .col-md-6 {
    font-size: 14px;
}

.copywrite {
    color: white;
    background-color: #111111;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}


/*-------index.htmlの製品情報-------*/

ul {
    list-style-type: none;
}

.seihin {
    max-width: 375px;
}


/*--202305--*/

.seihin p {
    font-size: 14px;
}

.seihin img {
    max-width: 130px;
    margin: 5px 10px 0 0;
    /*margin: 10px;202106おためし*/
}

.seihin img:hover {
    opacity: 0.7;
}

.seihin a {
    color: #0077b6;
}

.seihin a:hover {
    text-decoration: none;
}

div.seihin ul p:first-child {
    color: #2c6b77;
}

.color_BK {
    color: #000;
    margin-bottom: 0;
}

.lineup ul {
    padding: 0 10px 0;
}

.lineup ul li {
    padding: 0 5px 0;
    margin-bottom: 20px;
    margin-top: 5px;
}

p.hinmei {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.zyokin_text {
    background-color: #6b395f;
    color: whitesmoke;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.ac-back {
    background-color: #000;
}

.ozone-back {
    background-color: #007bff;
}

.zyouka_text {
    background-color: #2c6b77;
    color: whitesmoke;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
/*
.zyouka_text2 {
    background-color: #0077b6;
    color: whitesmoke;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}*/
.zyouka_text2 {
    background: linear-gradient(
        to right,
        rgba(0, 119, 182, 0),        /* 左端（透明） */
        rgba(0, 119, 182, 1) 20%,    /* 中央が濃い */
        rgb(24, 124, 179) 80%, 
        rgba(0, 119, 182, 0)         /* 右端（透明） */
    );
    color: whitesmoke;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    padding: 3px 0;
}

@media screen and (max-width:768px) {
    .seihin {
        width: 100%;
        border-bottom: dashed 1px #e5e5e5;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .seihin img {
        max-width: 120px;
    }
}


/*----SNS----*/

.fa-twitter:hover {
    color: #55acee;
}

.fa-x-twitter:hover {
    color: #000;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-youtube:hover {
    color: #fc0d1c;
}

.fa-instagram:hover {
    color: #c6529a;
}

.sns-icon a {
    text-decoration: none;
    color: #fff;
}

.sns-icon .fab {
    font-size: 50px;
}

.sns-icon .fa-brands {
    font-size: 50px;
}

.sns-icon li {
    padding-right: 20px;
    list-style: none;
    display: inline;
}

.sns-icon-aria {
    background-color: #AAA;
}

.sns-text {
    color: white;
}

.nav-sns-icon {
    text-decoration: none;
    color: #fff;
}

.nav-sns-icon .fab {
    font-size: 20px;
    justify-content: end;
}


/*ここから違うセット*/

.share .row div {
    text-align: center;
    padding: 10px;
}

.share .row {
    padding: 5px;
}

.sharebtns div {
    border-radius: 5px;
}

.sharebtns a {
    display: block;
    color: #fff;
    padding: 1px;
}

.twitterbtn {
    background-color: #009EF5;
}

.facebookbtn {
    background-color: #3B539A;
}

.hatebubtn {
    background-color: #00A4E1;
}

.googlebtn {
    background-color: #DD4B39;
}

.pocketbtn {
    background-color: #EE4056;
}

.linebtn {
    background-color: #00C300;
}


/*SNSここまで*/

.bunkai_border {
    border: solid 2px #015f92;
    border-radius: 15px;
}

.bunkai_title {
    background-color: #015f92;
    border-radius: 12px 12px 0 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
}


/*--ボタン--*/

.simple_square_btn6 {
    display: block;
    position: relative;
    min-width: 320px;
    padding: 0.7em;
    margin: 1.1em;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #1B1B1B;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wrapper_cs .simple_square_btn6 {
    background-color: #e0e0e0;
}

.simple_square_btn6:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-animation: simple_square_btn6 0.5s both;
    -moz-animation: simple_square_btn6 0.5s both;
    animation: simple_square_btn6 0.5s both;
}

@-webkit-keyframes simple_square_btn6 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-moz-keyframes simple_square_btn6 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes simple_square_btn6 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


/*ボタンend*/

.UV8_main_div {
    display: flex;
    position: relative;
    width: 100%;
    margin: auto;
}

.aster {
    font-size: 12px;
    display: flex;
    align-items: flex-end;
}

.UV8_main {
    display: flex;
    position: absolute;
    align-content: center;
    justify-content: center;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    margin: auto;
    color: #b6007a;
    /*非対応のブラウザでの文字色を設定*/
    margin-top: 1%;
    margin-left: 2%;
}

@media (max-width:1000px) {
    .UV8_main {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .UV8_main {
        line-height: 1.3;
        padding: 50px 5px 5px 5px;
    }
}

@media (max-width: 400px) {
    .UV8_main {
        font-size: 25px;
    }
}


/*youtube*/

.youtube iframe {
    width: 100%;
    /* 任意の横幅を指定 */
    height: auto;
    aspect-ratio: 16/9;
}


/*pagetop*/

#page-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 15px;
    line-height: 1;
    z-index: 99;
}

#page-top a {
    text-decoration: none;
    background-color: grey;
    color: #fff;
    width: 40px;
    padding: 10px 3px;
    text-align: center;
    display: block;
    opacity: 0.8;
    transition: all .3s ease;
}

@media (min-width: 768px) {
    #page-top {
        position: fixed;
        bottom: 0;
        right: 20px;
        font-size: 18px;
        line-height: 1;
        z-index: 99;
    }

    #page-top a {
        text-decoration: none;
        background-color: grey;
        color: #fff;
        width: 45px;
    }

    #page-top a:hover {
        text-decoration: none;
        opacity: .5;
    }
}

.banner-container {
    overflow: hidden;
    /* スクロールバーを非表示にする */
    width: 100%;
    /* バナーコンテナの幅を設定 */
    position: relative;
    /* アニメーションのための相対位置 */
}

.banner-content {
    display: flex;
    /* 横に並べるため */
    width: max-content;
    /* コンテンツの幅に合わせる */
    white-space: nowrap;
    /* 横に並べるため */
    transition: transform 1s linear;
    /* スムーズなスクロールアニメーション */
}

.banner-item {
    display: inline-block;
    /* 横に並べるための設定 */
    margin-right: 10px;
    /* アイテム間のスペース */
}

.banner-image {
    display: block;
    /* 画像をブロック要素として表示 */
    width: auto;
    /* 画像の幅を設定 */
    height: 150px;
    /* 高さを自動で調整 */
    border-radius: 4px;
    /* 画像の角を丸くする */
}

.step-card {
      border: 1px solid #ddd;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }
    .step-card:hover {
      transform: scale(1.02);
    }
    .step-image {
      width: 100%;
      height: auto;
    }
    .step-title {
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 8px;
    }
    .step-desc {
      color: #555;
      font-size: 1rem;
    }

    .ozonex_section-title {
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 2rem;
      text-align: center;
    }
    .odor-card {
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s;
      background-color: #ffffff;
    }
    .odor-card:hover {
      transform: translateY(-5px);
    }
    .odor-icon {
      font-size: 2rem;
      color: #6c757d;
    }
    .odor-title {
      font-weight: 600;
      font-size: 1.2rem;
    }
    .odor-desc {
      color: #555;
      font-size: 1rem;
    }