@charset "utf-8";

/*=======================================================*/
/* Override / Extension */
/*=======================================================*/

.l-header.fix {
    position: fixed;
    top: 0;
    left: 0;
}

.l-header-nav {
    z-index: 1;
}

.l-title-img__h .l-title-img__sub{
    display: block;
    font-size: 1rem;
    margin: 0 ;
    padding: 0;
    color: #FFF;
}
.l-title-img.withBtns .btns li a {
    width: 270px;
}
.l-title-img.withBtns .btns li a:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
    content: '';
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.l-title-img.withBtns .btns li.btnDownload a:before {
    background-image: url("../img/icon/ic_cloud.svg");
}
.l-title-img.withBtns .btns li.btnContact a:before {
    background-image: url("../img/icon/ic_letter.svg");
}

.l-title-img.thin {
    background-image: none;
    text-shadow: none;
    min-height: 160px;
}

.l-title-img.thin .l-title-img__h {
    background-image: none;
}

@media screen and (min-width: 1080px) {

    .l-header-menu__itm:not(.l-header-menu__itm--en):last-child::before {
        display: block!important;
    }

    .sp {
        display: none;
    }

    .l-header {
        padding: 0 30px;
    }

    .l-header-logo__img {
        top: 10px!important;
        left: 0!important;
        width: 240px;
    }

    .l-title-img {
        background-color: #004877;
        background-position: center center;
    }

    .l-title-img.left > * {
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        width: 100%;
        text-align: left;
    }

    .l-title-img.withBtns .btns {
        display: flex;
        padding: 0 16px;
        width: 100%;
    }

    .l-title-img.withBtns .btns li {
        margin: 20px 10px 0 0;
    }

    .local-header {
        margin: 0 -30px;
        padding: 0 30px;
    }

    .local-header.fix {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 ;
    }

    .fix-local-menu-sec.fix {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .fix-local-menu-sec .l-sec__inner {
        padding: 20px 0;
    }
    .fix-local-menu-sec .o-local-menu__link {
        background-color: transparent;
        border: none;
    }

    .l-main {
        padding-top: 0!important;
    }

    .l-footer__inner {
        display: flex;
    }
}

@media screen and (max-width: 1079px) {

    .pc {
        display: none;
    }

    .l-header-logo {
        width: 248px;
    }

    .l-header-logo__img {
        top: 0!important;
        left: 0!important;
        width: 248px;
    }


    .l-title-img__h {
        background-color: #004877;
        min-height: 100px;
        font-size: 143.75%;
        background-position: center center;
        padding: 16px;
    }
    .l-title-img.left > *:not(.btns) {
        text-align: left!important;
    }


    .l-title-img.withBtns .btns {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .l-title-img.withBtns .btns li:nth-child(n+2) {
        margin-top: 10px;
    }

    p.l-title-img__sub {
        padding-bottom: 16px;
    }

    .local-header.fix {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 ;
    }

    .lnvNext {
        margin-top: 0!important;
    }
}


/*=======================================================*/
/* Originals */
/*=======================================================*/

/* common
------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
}
.cat,
.catLabel {
    min-width: 92px;
    padding: 5px;
    background-color: #EDEDED;
    margin: 0 5px 0 0!important;
    font-size: 13px;
    text-align: center;
    color: initial;
}

.sideBtns {
    text-align: center;
}
.sideBtns li:nth-child(n+2) {
    margin-top: 10px;
}
.sideBtns a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF!important;
    text-decoration: none!important;
}
.sideBtns a:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.sideBtns li.btnDownload a:before {
    background-image: url("../img/icon/ic_cloud_white.svg");
}
.sideBtns li.btnContact a:before {
    background-image: url("../img/icon/ic_letter_white.svg");
}

.includeNews {
    display: none;
}
.includeNews.disp {
    display: block;
}


@media screen and (min-width: 1080px) {

    .sideBtns {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50%;
        right: 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        z-index: 10000;
        transform: translate(100%,-50%);
        transition: transform .5s;
    }
    .sideBtns.open {
        transform: translate(0,-50%);
    }
    .sideBtns a {
        width: 54px;
        min-height: 200px;
        padding: 10px 15px;
        transition: background-color .2s;
    }
    .sideBtns a:before {
        margin-bottom: .5em;
    }
    .sideBtns a:hover {
        border-color: #005B97;
        background-color: #005B97;
    }
}

@media screen and (max-width: 1079px) {

    .lnvNext {
        padding-top: 0!important;
    }
    .sideBtns {
        display: none;
        padding: 40px 15px;
    }
    .sideBtns a {
        display: inline-block;
        position: relative;
        text-decoration: none !important;
        appearance: none;
        cursor: pointer;
        text-align: center;
        font-weight: 700;
        line-height: 1.6;
        padding: 14px 50px 13px 40px;
        border: 1px solid #0072BC;
        background: #0072BC url(/cmn3/img/icon/ic_arrow_right_white.svg) no-repeat center right 15px;
        background-size: 9px 15px;
        width: 270px;
    }
    .sideBtns a:before {
        margin-right: .5em;
    }
}


/* Thumbnail Link List
------------------------------------------*/

.thumbLinkList {
    display: flex;
    flex-wrap: wrap
}

.thumbLinkList:nth-child(n+2) {
    margin-top: 20px;
}

.thumbLinkList li a {
    display: block;
    text-decoration: none
}

.thumbLinkList li figure {
    position: relative;
    padding-top: 50%;
    background-color: #FFF;
    margin-bottom: 10px;
}

.thumbLinkList li figure img {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbLinkList li p {
    margin-top: 0;
    color: #1A1311;
}

.thumbLinkList li .cat {
    display: inline-block;
    text-align: center;
    color: #0072BC;
    background-color: #FFF;
    border: 1px solid #0072BC;
    min-width: 92px;
    padding: 4px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 13px
}

.thumbLinkList li .tit {
    position: relative;
    margin-top: 5px;
    padding-right: 20px;
    font-weight: 600;
}

.thumbLinkList li .tit:after {
    position: absolute;
    top: 2px;
    right: 0;
    content: url("/cmn3/img/icon/ic_arrow_right.svg")
}

.thumbLinkList li a[target] .tit:after {
    content: url("/cmn3/img/icon/ic_blank.svg")
}

.thumbLinkList li p:not(.tit) {
    font-size: 13px
}

@media screen and (min-width: 1080px) {

    .thumbLinkList {
        margin: -12px
    }

    .thumbLinkList.col4 li {
        width: 25%
    }

    .thumbLinkList.col3 li {
        width: 33.33%
    }

    .thumbLinkList li a {
        padding: 12px
    }

    .thumbLinkList li a:hover img {
        transition: opacity .2s;
        opacity: .8
    }
}

@media screen and (max-width: 1079px) {

    .thumbLinkList {
        margin: -5px
    }

    .thumbLinkList.col4 li {
        width: 50%
    }

    .thumbLinkList.col4 li:nth-child(n+3) {
        margin-top: 10px
    }

    .thumbLinkList.col3 li {
        width: 100%
    }

    .thumbLinkList.col3 li:nth-child(n+2) {
        margin-top: 10px
    }

    .thumbLinkList.spCol2 li {
        width: 50%;
    }

    .thumbLinkList.spCol2 li:nth-child(-n+2) {
        margin-top: 0
    }

    .thumbLinkList.spCol2 li:nth-child(n+3) {
        margin-top: 10px
    }

    .thumbLinkList li a {
        padding: 5px
    }

    .thumbLinkList li a figure img {
        width: 100%
    }
}

/* Product Search
------------------------------------------*/

.searchBox {
    margin-top: 20px;
    display: flex;
    background-color: #F5F7FA
}

.searchBox input[type=text] {
    background-color: #FFF;
    border-radius: 8px 0 0 8px;
    border: none;
    padding: 20px;
    width: calc(100% - 64px);
    line-height: 18px
}

.searchBox button {
    border-radius: 0 8px 8px 0;
    border: none;
    background-color: #0072BC;
    padding: 20px;
    width: 64px;
    line-height: 18px
}

.searchBox button img {
    width: 22px;
    height: 22px
}

.tagList {
    margin-top: 20px;
}

.tagList dt {
    line-height: 30px;
    white-space: nowrap
}

.tagList dd {
    margin: -10px 0 0 -10px
}

.tagList ul {
    display: flex;
    flex-wrap: wrap
}

.tagList ul li a {
    display: block;
    text-align: center;
    color: #0072BC;
    background-color: #FFF;
    border: 1px solid #0072BC;
    min-width: 92px;
    padding: 4px;
    line-height: 20px;
    margin: 10px 0 0 10px;
    font-size: 13px;
    text-decoration: underline
}

@media screen and (min-width: 1080px) {

    .searchBox {
        padding: 20px
    }

    .searchBox button:hover img {
        transition: transform .2s;
        transform: scale(1.1)
    }

    .tagList {
        display: flex
    }

    .tagList a:hover {
        transition: background-color .2s, color .2s;
        background-color: #F1F8FF;
    }
}

@media screen and (max-width: 1079px) {

    .searchBox {
        padding: 10px
    }

    .tagList dt {
        margin-bottom: 5px
    }
}


/* News
------------------------------------------*/

.newsBox {
    background-color: #FFF
}

.newsBox header .rssBtn {
    margin-top: 0;
}
.newsBox header .rssBtn a {
    display: inline-block;
    color: #0072BC;
    padding: 2px 20px;
    background-color: #F5F7FA;
    border-radius: 20px;
    text-decoration: none;
}

.newsBox header .rssBtn a:before {
    display: inline-block;
    width: 15px;
    height: 20px;
    content: '';
    background: url("/cmn3/img/icon/ic_rss.svg") center center / contain no-repeat;
    margin-right: 2px;
    vertical-align: middle;
}

.newsBox header .btnWrap {
    margin-top: 0;
}

.newsBox header .btnWrap a {
    position: relative;
    display: flex;
    padding: 10px 30px 10px 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    min-width: 200px;
    min-height: calc(2.4em + 20px);
    line-height: 1.2;
}

.l-sec:not(.l-sec--blue) .newsBox,
.l-sec:not(.l-sec--blue) .newsBox .o-link-group__item {
    background-color: #F5F7FA
}

@media screen and (min-width: 1080px) {

    .newsBox {
        display: flex;
        min-height: 300px
    }

    .newsBox:nth-child(n+2) {
        margin-top: 40px;
    }

    .newsBox header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 340px;
        border-right: 1px solid #E7E7E7
    }

    .newsBox header h3 {
        margin-bottom: 20px
    }

    .newsBox header .rssBtn {
        margin-bottom: 20px
    }

    .newsBox header .btnWrap:not(:last-child) {
        margin-bottom: 10px
    }

    .newsBox > .in {
        width: calc(100% - 340px);
    }

    .l-sec:not(.l-sec--blue) .newsBox .o-link-group__item:hover {
        transition: background-color .2s;
        background-color: #FFF
    }
}

@media screen and (max-width: 1079px) {

    .newsBox:nth-child(n+2) {
        margin-top: 30px;
    }

    .newsBox header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 30px 15px;
        border-bottom: 1px solid #E7E7E7
    }

    .newsBox header h3 {
        width: 100%;
        margin-bottom: 10px
    }

    .newsBox header .rssBtn {
        width: 100%;
        margin-bottom: 10px;
        text-align: center
    }

    .newsBox header .btnWrap {
        margin: 0 5px 5px 5px
    }
}



/* Contact Btn Group
------------------------------------------*/

.contactBtns {
    text-align: center
}

div.contactBtns dl dt {
    font-weight: bold
}

div.contactBtns dl a,
ul.contactBtns li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: initial;
    text-decoration: none;
}

div.contactBtns dl a p {
    margin-top: 0;
}

div.contactBtns dl a .note {
    display: block
}

div.contactBtns .telBtn a {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070
}

div.contactBtns .inquireBtn a {
    position: relative;
    background-color: #0072BC;
    color: #FFF!important
}

div.contactBtns .inquireBtn a:before {
    content: '';
    display: inline-block;
    background: url("/cmn3/img/icon/ic_letter_white.svg") center center/contain no-repeat;
    margin-right: 5px
}

div.contactBtns .inquireBtn a:after {
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    content: url("/cmn3/img/icon/ic_arrow_right_white.svg")
}

ul.contactBtns li a {
    width: 100%;
}

ul.contactBtns li a:before {
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: .5em;
}

ul.contactBtns li.btnDownload a:before {
    background-image: url("../img/icon/ic_cloud_white.svg");
}

ul.contactBtns li.btnContact a:before {
    background-image: url("../img/icon/ic_letter_white.svg");
}

@media screen and (min-width: 1080px) {

    .contactBtns {
        display: flex;
        justify-content: center;
    }

    ul.contactBtns:not(:first-child) {
        margin-top: 50px;
    }

    div.contactBtns dl,
    ul.contactBtns li {
        width: calc(50% - 10px)
    }

    div.contactBtns dl:nth-child(even),
    ul.contactBtns li:nth-child(even) {
        margin-left: 20px;
    }

    div.contactBtns dl dt {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px
    }

    div.contactBtns dl a,
    ul.contactBtns li a {
        font-size: 24px;
        padding: 26px 15px;
    }

    div.contactBtns dl a .note {
        font-size: 13px
    }

    div.contactBtns .inquireBtn a:before {
        width: 48px;
        height: 32px
    }

    ul.contactBtns li a:before {
        width: 32px;
        height: 32px
    }

    div.contactBtns .inquireBtn a:hover,
    ul.contactBtns li a:hover {
        transition: background-color .2s;
        background-color: #005B97;
    }
}

@media screen and (max-width: 1079px) {


    ul.contactBtns:not(:first-child) {
        margin-top: 20px;
    }

    div.contactBtns dl:nth-child(n+2) {
        margin-top: 30px
    }

    div.contactBtns dl dt {
        font-size: 18px;
        margin-bottom: 10px
    }

    div.contactBtns dl a {
        font-size: 18px;
        min-height: 80px
    }

    div.contactBtns dl a .note {
        font-size: 12px
    }

    div.contactBtns .telBtn a {
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070
    }

    div.contactBtns .inquireBtn a:before {
        width: 24px;
        height: 16px
    }

    ul.contactBtns li:nth-child(n+2) {
        margin-top: 10px;
    }

    ul.contactBtns li a:before {
        width: 24px;
        height: 24px
    }
}

/* Service & Case
------------------------------------------*/
.mr-auto   { margin-right: auto !important; }
.ml-auto   { margin-left: auto !important; }
.h-100{ height:100%; }
.w-100{ width:100%; }

.box { padding: 10px; }
.o-tag-label {
    display: inline-block;
    min-width: 92px;
    padding: 5px;
    /*background-color: #EDEDED;*/
    font-size: 13px;
    text-align: center;
    /*color: initial;*/
    margin: 0 5px 0 0;
}
.justify-center { justify-content: center; }
.justify-around { justify-content: space-around;}
.mw900 { max-width: 900px; }
.mw1062 { max-width: 1062px; }
.mw1280 { max-width: 1280px; }
.font-bold{ font-weight: bold; }
.js-hover{ cursor: pointer; }
.o-table__th.-head {
    background-color: #666;
    color: #FFF;
}
.u-block { display: block; }
.u-flex { display: flex; }
.u-item-center { align-items: center; }

.list-qa li{
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
    padding-left:1.25em;
    text-indent:-1.25em;
}
.qa-list{
    padding-left:1.25em;
    text-indent:-1.25em;
}
p.qa-list{
    margin-left: 2px;
}

.o-hr{
    height: 0;
    margin: 0;
    border: 0;
    overflow: visible;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
}

.text-1\.5x{
    font-size: 1.5rem;
}
.text-2x{
    font-size: 2rem;
}
.text-3x{
    font-size: 3rem;
}

.u-bg-ft-gray{
    background-color: #eaeaeb;
}
