@CHARSET "UTF-8";

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


#area-header-wrapper{
    background-color: #000;
}


/***********************************************************************
    wordpress
***********************************************************************/
/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}


/***********************************************************************
    bootstrap
***********************************************************************/

@media (min-width: 768px){
    .col-sm-24{
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px){

    .col-md-24{
        width: 20%;
        float: left;
    }

}

#area-header .h2{
    margin: 0;
    padding: 0 0 6px 0
}
#area-header h2{
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.type-1 .menuh .menu-e a, .type-1 .menuh .menu-e .nolink{
    height: 32px;
}


/***********************************************************************
 ヘッダー
***********************************************************************/

/* .area-header-title
******************************************/
.area-header-title{
    margin-top: 20px;
}
.area-header-title h2{
    font-size: 1.8rem;
    font-weight: bold;
    color: #555;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}


/* .area-header-navi
******************************************/
.area-header-navi{
    margin-bottom: 30px;
}


/***********************************************************************
 フッター
***********************************************************************/

#footer{
    margin-top: 30px;
}


/* .area-footer-breadcrumb
******************************************/
.area-footer-breadcrumb{
    background-color: #000;
    padding: 5px 0;
}
.area-footer-breadcrumb .breadcrumb{
    margin-bottom: 0;
    background-color: #000;
}
.area-footer-breadcrumb .breadcrumb a{
    color: #fff;
}
.area-footer-breadcrumb .breadcrumb .active{
    color: #ff0;
}


/* .area-footer-navi
******************************************/
.area-footer-navi{
    background-color: #fafafa;
    color: #333;
    padding: 10px 0 20px 0;
}
.area-footer-navi h3{
    font-size: 1.4rem;
    font-weight: bold;
}
.area-footer-navi h3 a{
    color: #000;
}
.area-footer-navi ul{
    list-style: none;
    padding-left: 1rem;
}
.area-footer-navi ul li a{
    color: #333;
}

/* .area-footer-navi2
******************************************/
.area-footer-navi2{
    background-color: #5a5757;
    padding: 5px 0;
}
.area-footer-navi2 a{
    color: #fff;
}
.area-footer-navi2 a:hover{
    color: #000;
}


/* .area-footer-address
******************************************/
.area-footer-address{
    text-align: center;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 2rem 0 0 0;
}

/* .area-footer-copyrights
******************************************/
.area-footer-copyrights{
    text-align: center;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 1rem 0 2rem 0;
}




/***********************************************************************
    商品詳細
***********************************************************************/

/* .area-product-menu
******************************************/
.area-product-menu{
    margin: 10px auto;
}
.area-product-menu h1{
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.1;
}
.area-product-menu .menu{
    padding-top:10px;
}
.area-product-menu .menu a{
    margin-left: 5px;
}
.area-product-menu .menu a.text-link{
    color: #777;
}
.area-product-menu .menu a:first-child{
    margin-left: 0;
}


/* .area-product-header
******************************************/
.area-product-header{

}

.area-product-header .message{
}
.area-product-header .message p{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}

.area-product-header .col{
    position: relative;
}

.area-product-header .swiper-container {
    width: 315px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}
.area-product-header .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 768px) {

    .area-product-header .message{
        position: absolute;
        top: 0;
        left: 60px;
        height: 100%;
        width: 40%;
        display: table;
    }
    .area-product-header .message p{
        display: table-cell;
        height: 183px;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        color: #fff;
        font-size: 42px;
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
    }
    .area-product-header .swiper-container {
        position: absolute;
        top: 16px;
        left: 50%;
        width: 240px;
        height: 152px;
        margin-left: 65px;
    }

}

@media (min-width: 992px) {

    .area-product-header .message{
        position: absolute;
        top: 0;
        left: 90px;
        height: 100%;
        width: 40%;
        display: table;
        text-align: left;
    }
    .area-product-header .message p{
        display: table-cell;
        height: 248px;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        color: #fff;
        font-size: 42px;
        font-weight: bold;
        line-height: 1.2;
    }
    .area-product-header .swiper-container {
        top: 20px;
        width: 315px;
        height: 200px;
        margin-left: 85px;
    }

}
@media (min-width: 1200px) {

    .area-product-header .swiper-container {
        top: 20px;
        width: 330px;
        height: 205px;
        margin-left: 170px;
    }

}


/* .area-product-characteristic
******************************************/
.area-product-characteristic{
    margin-top: 30px;
    margin-bottom: 30px;
}
.area-product-characteristic span{
    display: block;
    border: solid 1px #aaa;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #777;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 5px #c9c9c9;
    -webkit-box-shadow: 0px 0px 5px #c9c9c9;
    box-shadow: 0px 0px 5px #c9c9c9;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}



/* .area-product-bottom-other-links
******************************************/
.area-product-bottom-other-links ul{
    padding: 0;
    margin-left: 0;
}
.area-product-bottom-other-links .row{
    margin-left: -5px;
    margin-right: -5px;
}
.area-product-bottom-other-links .col-md-24{
    padding: 0 5px;
}
.area-product-bottom-other-links h3{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 8px 0;
}


/***********************************************************************
    classes
***********************************************************************/
.body-width{
    width: 984px;
    margin: 0 auto;
}


/***********************************************************************
    clear
***********************************************************************/
.cbox{zoom: 100%;}
.cbox:after{
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



/* header bar */
#header-top-bar .self-link-store{
    position : relative;
    left : 8px;
    top : -4px;
}
#header-top-bar .self-link-store a{
    text-decoration : none;
    color :#dddddd;
    font-size : 13px;
    border: 0;
}
#header-top-bar .self-link-store a:hover{
    background-color : #555555;
}
#header-top-bar .self-link-store a img{
    position : absolute;
    left : 3.5em;
    top : -5px;
}

/* footer */

#footer-topic-list div.lhm { padding-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 9px }
#footer-bottom-area1 div.lhm { padding-left: 0px; padding-top: 40px; padding-right: 0px; padding-bottom: 22px }
#footer-bottom-area2 div.lhm { padding-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 7px }



/* メインタイトル
*******************************************************/
.block-main-title{
    position: relative;
    margin: 1em auto 1em auto;
}
.block-main-title .menu{
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}
.block-main-title .menu li{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.block-main-title .menu li a{
    border:0;
}
.block-main-title .menu li a:hover{
    background-color: transparent;
}
.block-main-title .menu li a img{
    margin: 0;
    padding: 0;
}


/* メインビジュアル
*******************************************************/
.block-main-visual{
    position: relative;
    background: url(/press/_src/sc2330/NewBack_Hotronix_03.png) 0 -41px no-repeat;
    margin: 0 auto 2em auto;
}
.block-main-visual .catchphrase{
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 251px;
    margin: 0;
    padding: 0;
    width: 580px;
    text-align: center;
}
.block-main-visual .images{
    position: absolute;
    right: 80px;
    top: 25px;
}
.block-main-visual .images .bd-slide{
    width:320px;
    height:200px;
}


/* パーツ　センター
*******************************************************/
.align-center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


/* パーツ　上下のマージン
*******************************************************/
.margin-top-bottom{
    margin-top: 1em;
    margin-bottom: 1em;
}


/* パーツ　大きな文字
*******************************************************/
.text-large{
    font-size: 3em;
    padding: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


/* パーツ　横並びのイメージと説明
*******************************************************/
.images-description{
    width: 90%;
    table-layout: fixed;
}
.images-description .descriptions td{
    padding: 1em 0.5em 0 0.5em;
}


/* パーツ　見出し
*******************************************************/
.heading-silver{
    background-color: #eaeaea;
    padding: 0 1em;
    font-size: 1.8em;
    color: #555;
    line-height: 2em;
    margin: 2em 0 1em 0;
}


/* パーツ　画像とテキスト
*******************************************************/
.images-and-texts{
    margin: 2em 0 3em 0;
}
.images-and-texts .images{
    width: 360px;
    float: left;
}
.images-and-texts .images p{
    margin: 0;
    padding: 0;
    text-align: center;
}
.images-and-texts .images .view{
    width: 360px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.images-and-texts .images .view img{
    max-width: 320px;
    height: auto;
    vertical-align: middle;
}
.images-and-texts .images .thums{
    margin: 2em auto 0 auto;
    padding: 0;
    text-align: center;
}
.images-and-texts .images .thums li{
    display: inline-block;
    margin: 0 0.5em 0.5em 0.5em;
    padding: 0;
}
.images-and-texts .images .thums li a{
    display: inline-block;
    border: solid 1px #fff;
}
.images-and-texts .images .thums li a:hover{
    background-color: transparent;
    border: solid 1px #aaa;
}
.images-and-texts .images .thums li a img{
    max-width: 95px;
    height: auto;
}
.images-and-texts .texts{
    width: 600px;
    float: right;
}
.images-and-texts .texts h3{
    font-size: 1.6em;
    font-weight: bold;
    color: #333;
    padding: 0;
    margin: 1em 0 0.5em 0;
    font-size: 1.4em;
}
.images-and-texts .texts h3:first-child{
    margin-top: 0;
}
.images-and-texts .texts p{
    margin: 0.5em 0;
    font-size: 1.4em;
}
.images-and-texts .texts table{
    font-size: 1.2em;
}
.images-and-texts .texts table th,
.images-and-texts .texts table td{
    vertical-align: top;
    line-height: 1.6em;
    text-align: left;
}
.images-and-texts .texts table th{
    white-space: nowrap;
    padding: 0 1em 0 0;
}



/***********************************************************************
    .block-content
***********************************************************************/
.page-type-list #area-main .block-content{
    margin: 0 20px 2em 20px;
}
.page-type-list #area-main .block-content .content-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0 0 0.5em 0;
}
.page-type-list #area-main .block-content .description{
    float: left;
    width: 360px;;
}
.page-type-list #area-main .block-content .images{
    float:right;
    width: 300px;
}
.page-type-list #area-main .block-content .images ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-type-list #area-main .block-content .images ul li{
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
}
.page-type-list #area-main .block-content .description .text-block{
    margin: 0 0 2em 0;

}
.page-type-list #area-main .block-content h3{
    font-size: 14px;
    margin: 1em 0;
}
.page-type-list #area-main .block-content a{
    color: #101d3d;
    border-bottom: dotted 1px #101d3d;
}
.page-type-list #area-main .block-content p.strong{
    font-weight: bold;
}
.page-type-list #area-main .block-content p{
    line-height: 1.6em;
    margin: 1em 0;
}
.page-type-list #area-main .block-content table{
}
.page-type-list #area-main .block-content table th{
    color: #333333;
    text-align: left;
}
.page-type-list #area-main .block-content .box-border-silver{
    border: solid 1px gray;
    padding: 1em;
    background-color: #f5f5f5;
}
.page-type-list #area-main .block-content .box-border-silver ul{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.page-type-list #area-main .block-content-separate{
    border-bottom: dotted 1px gray;
    margin: 1em 0 2em 0;
    padding: 0 0 1em 0;
}
.page-type-list #area-main .block-content-separate p{
    text-align: right;
    margin: 0;
    padding: 0;
}
.page-type-list #area-main .block-content-separate p a{
    border:0;
}
.page-type-list #area-main .block-content-separate p a:hover{
    background-color: transparent;
}



/***********************************************************************
    footer
***********************************************************************/

.thunder-bg{
    background: none;
}

#area-footer{
    background-color: #eeefef;
    width: 100% !important;
}
#area-footer .box-wrap{
    width: 1000px;
    margin: 0 auto;
}

#area-footer .amc{
    padding: 0;
    margin: 0;
}

#footer-topic-list{
    background-color: #000;
}
#footer-topic-list .bdnavi{
    margin-bottom: 0;
}
#footer-topic-list p{
    margin: 0;
    padding: 0;
    line-height: 1;
}
#footer-topic-list .box-wrap{
    padding: 1em 0;
}

#footer-bottom-area1{
    background-color: #5a5757;
}
#footer-bottom-area1 .menuh{
    padding-bottom: 0;
}
#footer-bottom-area1 .box-wrap{
    padding: 1.6em 0;
}

#footer-bottom-area2{
    background-color: #000;
}
#footer-bottom-area2 .box-wrap{
    padding: 1em 0;
}



#area-footer #bk3064{
    padding: 2em 0;
}

#area-footer #bk3064 h2,
#area-footer #bk3064 h3{
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 .5em 0;
}
#area-footer #bk3064 ul{
    list-style: none;
    margin-left: 1em;
}
#area-footer #bk3064 ul li{
    list-style: none;
    margin: .5em 0;
}
#area-footer #bk3064 p{
    line-height: 1.6;
}

#area-footer #bk3064 a{
    border: 0;
    text-decoration: none;
}
#area-footer #bk3064 a:hover{
    text-decoration: underline;
    color: #c46208;
}

.site-footer {
    font-family: sans-serif;
    line-height: 1.6;

    .footer-header {
        background-color: #000;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 10px 15px;
        font-size: 0.95rem;
    }

    .footer-links-area {
        background-color: #5b5757;
        padding: 15px;
        text-align: center;

        .footer-breadcrumb {
            margin-bottom: 10px;
            color: #ddd;
            font-size: 0.9rem;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;

            li {
                list-style: none;
            }

            li a {
                color: #fff;
                font-size: 0.9rem;
                text-decoration: none;
            }

            li a.current {
                font-weight: bold;
                background-color: #d0d0d0;
                color: #333;
                padding: 2px 6px;
                border-radius: 3px;
            }
        }
    }

    .footer-contact-bar {
        background-color: #000;
        color: #c0c0c0;
        text-align: center;
        padding: 20px 15px;
        font-size: 1.4rem;
        font-weight: bold;
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;

        .footer-contact-item {
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .footer-label,
        .footer-number {
            white-space: nowrap;
        }
    }
}


.thunder-bg {
    height: auto !important;
    min-height: auto !important;
    background-image: none !important;
}

