@charset "UTF-8";
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1 {
    font-size: 1.2em;
    color: #353535;
    font-weight: bold;
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h2 {
    font-size: 1.1em;
    margin: 0.3em 0;
    font-weight: bold;
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 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;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

body {
    font-family: "M PLUS 2",'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0px;
    padding: 0px;
}

.mt1 {
    margin-top: 1em;
}

.mt2 {
    margin-top: 2em;
}

.mt4 {
    margin-top: 4em;
}

.mb1 {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.mb3 {
    margin-bottom: 3.7em;
}

.mb4 {
    margin-bottom: 4em;
}

.mtop-bottom {
    margin-bottom: 3em;
    margin-top: 2em;
}

table {
    font-size: 12px;
}

.line-height1 {
    line-height: 1.7;
}

.high-q {
    line-height: 1.8;
    font-weight: normal;
    font-size: inherit;
}

.fontsize1 {
    font-size: 1.3em;
}

@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;
    }
}

.sterilization_page h1 {
    font-family: "メイリオ";
}

.adverties {
    background-color: #555;
    padding-bottom: 0.5em;
}

.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: #008ad5;
}

.topbg_under_top {
    height: 3px;
    background-color: #2c6b77;
}

.topbar {
    height: 50px;
    margin: 0px;
    padding: 0px;
}

.topbar img {
    width: 200px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-right: 0px;
    background-color: #221715;
}

.topbar2 img {
    width: 100px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-right: 30px;
    background-color: #221715;
}

.topbar_blue {
    font-size: 0;
    background-color: #008ad5;
    height: 8px;
}

.topbar_mini {
    height: 60px;
    background-color: #221715;
}

.dropdown_style {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/* 全体の枠 */

.image-text {
    position: relative;
}


/* 重ねる文字 */

.stack_chara {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 70%;
    color: #333;
    padding: 15px;
    font-size: 13px;
    line-height: 130%;
}

.cololr-pink {
    color: pink;
}

.pickup-align {
    padding-left: 0px;
}

.angle-right {
    font-size: 2em;
}

.pickup-topix {
    width: 250px;
    list-style: none;
}

@media (max-width: 768px) {
    .pickup-topix {
        width: 150px;
        list-style: none;
    }
}

.pickup-topix2 {
    width: 300px;
    list-style: none;
}

.pickup-topix3 {
    width: 200px;
    list-style: none;
}

.picup-topix4 .img {
    width: 100px;
}

@media (max-width: 768px) {
    .pickup-topix2 {
        width: 130px;
        list-style: none;
    }
    .pickup-topix3 {
        width: 100px;
        list-style: none;
    }
    .angle-right {
        font-size: 1em;
    }
}

.navbar-nav {
    font-size: 16px;
    font-family: "メイリオ";
    color: #333;
}

.navbar-nav .li {
    color: white;
}

.menu-icon {
    font-size: 12px;
}

.nav-wrap {
    position: relative;
}

.scroll-nav-active {
    color: white;
}

.scroll-nav {
    width: 100%;
    /*background: #333;*/
    background: #221715;
    /*background: #008ad5;*/
    /* メニューの背景色 */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* 慣性スクロール */
}

.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;
    width: 100px;
    /* メニューの個別の幅 */
    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;
}

@media only screen and (min-width: 771px) {
    /* PCサイズでの指定 */
    .scroll-nav ul {
        padding: 0;
    }
    .scroll-nav ul li {
        width: 12%;
        /* メニューの個別の幅 */
    }
    .next-btn {
        display: none;
        /* 右側の固定部分を非表示 */
    }
}

.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;
}

.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;
}

.button-blue {
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 4px 0 5px;
    color: #fff;
    background-color: #0099cc;
    border-radius: 25px;
}

.border-blue {
    color: #fff;
    background-color: #0099cc;
    border-radius: 25px;
}

.topix1 {
    margin-top: 1em;
    font-size: 1.1em;
    color: #015f92;
}

@media (max-width: 768px) {
    .subtitle1 h1 {
        margin-top: 1em;
        font-size: 1.3em;
        color: #015f92;
    }
    .subtitle2 {
        margin-top: 1em;
        font-size: 1.2em;
        color: #015f92;
    }
}

.under-bar {
    border-bottom: 1px solid #008ad5;
}

.menuicon-color {
    color: #008ad5;
}

.inquery a {
    color: #eee;
}

.openSans-font {
    font-family: 'Open Sans', sans-serif;
}

.box7 {
    padding: 0.2em;
    margin: 1.5em 0;
    color: #474747;
    /*背景色*/
    border-bottom: solid 3px #008ad5;
    /*左線*/
}

.box7 p {
    margin: 0;
    padding: 0;
}

.border-shadow1 {
    box-shadow: 2px 2px 5px;
    border: 1px solid #eee;
}

.topmenu {
    padding-bottom: -5px;
    background-color: #221715;
}

.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 .col-md-3 {
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
}

.sns_blog {
    background-color: #DFDFDF;
    text-align: center;
}

.shiraishi_youtube .img {
    text-align: center;
}

.chartAria {
    height: 100px;
}

.douga-title {
    text-align: center;
    background-color: #0099cc;
    color: #fff;
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.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;
}

.top-intro ul li {
    list-style: none;
    font-weight: bold;
}

.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;
}

.tel-Num {
    padding-right: 1em;
    font-size: 32px;
    color: #3b5998;
    font-family: 'Abel', sans-serif;
}

.tel-Num2 {
    padding-right: 1em;
    font-size: 25px;
    color: white;
    font-family: 'Abel', sans-serif;
}

.attantion {
    border: 2px solid #0099cc;
}

.attantion .col-md-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0099cc;
    color: white;
}

.attantion .col-md-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #0099cc;
}

.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-card {
    margin: 10px;
}

.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-subtitle2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
    background-color: #0099cc;
}

.airnex-topix {
    background-color: #CFE9FE;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.airnex-img {
    text-align: center;
}

.toiawase_form {
    padding: 10px;
}

.hr-line {
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
    background-image: -moz-linear-gradient(left, #eee, #777, #eee);
    background-image: -ms-linear-gradient(left, #eee, #777, #eee);
    background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

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;
    font-size: medium;
}

.table-color0 {
    background-color: #B4C1C2;
}

.table-color1 {
    background-color: #CEE6E1;
}

.table-color2 {
    background-color: #E3E3E3;
}

.table-color4 {
    background-color: #B0E0E6;
}

.blockquote {
    font-size: 14px;
    background-color: #eee;
    padding: 20px 20px;
}


/*acnex*/

.ac_table {
    width: 200px;
}

@media (max-width: 800px) {
    .ac_table {
        width: 160px;
    }
}

.border2px {
    border: 1px solid #333;
}

.bg-blue {
    background-color: #015f92;
}

#ac_move iframe {
    width: 100%;
    /* 任意の横幅を指定 */
    height: auto;
    aspect-ratio: 16/9;
}

.acvoieback {
    background-color: #f4fff4;
}

.acnex_banner .img:hover {
    background-image: url("../image/acnexb.jpg");
}

.img_wrap {
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}

.img_wrap img {
    width: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
}

.img_wrap:hover img {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.acd-check {
    display: none;
}

.acd-label {
    height: 3em;
    background: #0099cc;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}

.acd-label:after {
    background: #0099cc;
    box-sizing: border-box;
    content: '\f103';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 3em;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}

.acd-content {
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked+.acd-label:after {
    content: '\f102';
    font-weight: 900;
}

.acd-check:checked+.acd-label+.acd-content {
    height: 7em;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

@media (max-width: 768px) {
    .acd-label {
        height: 4em;
        background: #0099cc;
        color: #fff;
        display: block;
        margin-bottom: 1px;
        padding: 10px;
        padding-right: 3em;
        position: relative;
    }
    .acd-check:checked+.acd-label+.acd-content {
        height: 12em;
        opacity: 1;
        padding: 10px;
        visibility: visible;
    }
}

.company-introdction {
    font-size: 1em;
}

.annotation {
    font-size: 0.80em;
    color: #666;
    padding-left: 1em;
}

.footer {
    background-color: #0099cc;
    color: white;
}

.footer .col-md-6 {
    font-size: 14px;
}

.copywrite {
    color: white;
    background-color: #111111;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.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--*/

.airnex400 {
    max-width: 200px;
    min-width: 80px;
}


/*----SNS----*/

.fa-twitter:hover {
    color: #55acee;
}

.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ここまで*/


/*--ACNEX--*/

table.acnexselect,
table.acnexselect_mb {
    font-size: 18px;
    width: 100%;
    table-layout: fixed;
}

table.acnexselect_mb {
    font-size: 16px;
}

table.acnexselect th,
table.acnexselect td,
table.acnexselect_mb th,
table.acnexselect_mb td {
    border: solid 1px #333;
    text-align: center;
    padding: 5px;
}

table.acnexselect ul,
table.acnexselect_mb ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
}

table.acnexselect tr>th:first-of-type {
    width: 50px;
}

.bg-purple {
    background-color: #c6529a;
}

.bg-orange {
    background-color: orangered;
}

.bg-lightyellow {
    background-color: orange;
}

.bg-lightgrey {
    background-color: #c6c6c6;
}

.tb {
    writing-mode: tb-rl;
}


/*ナビドロップダウンの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 */


/*----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;
    }
}

.jumbotron {
    border-radius: 0 !important;
    position: relative;
    height: 60vh;
    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ボタンなどを配置 */
}

/*
.airnex100-jumbotron {
    background: linear-gradient(to bottom, #fc9e39, #ffffff);
    padding: 60px 20px 180px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
    */

.airnex100-jumbotron{
    background: radial-gradient(circle at center, #fffde6 0%, #ffe57f 50%, #ffb74d 100%);
    padding: 60px 20px 180px;
    position: relative;
    overflow: hidden;
    text-align: center;
}


.airnex100-jumbotron .jumbotron-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* 小さい画面で折り返せるように */
    gap: 20px;
    position: relative;
    z-index: 2;
}

.airnex100-title {
    max-width: 250px;
    position: relative;
    top: 100px;
    right: 50px;
}

.airnex100-title2 {
    font-family: "Noto Sans JP", serif, 'Yu Mincho';
    position: relative;
    left: 100px;
    bottom: 100px;
    font-weight: 900;
    font-size: 3.2rem;
    color: #001c77;
    text-shadow: 2px 5px 10px rgb(255, 255, 255);
}

.airnex100-jumbotron .airnex100-image {
    max-width: 420px;
    width: 100%;
    position: relative;
    bottom: -10px;
    right: -50px;
    /* 少し飛び出させる */
    z-index: 3;
    align-self: flex-end;
}

@media (max-width: 1200px) {
    .airnex100-title {
        max-width: 200px;
        top: -100px;
        right: 0px;
    }
}

/* スマホなど狭い画面では縦並び */
@media (max-width: 1000px) {
    .airnex100-jumbotron {
        padding: 40px 20px 80px;
    }

    .airnex100-jumbotron .jumbotron-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .airnex100-title {
        max-width: 200px;
        top: 0;
        right: 0px;
    }

    .airnex100-jumbotron .airnex100-image {
        max-width: 200px;
        bottom: 0;
        right: 0;
        margin-top: 0;
        align-self: center;
    }
    .airnex100-title2 {
        left: 0px;
        bottom: 0px;
        font-weight: 800;
        font-size: 2rem;
    }
}
