@charset 'utf-8';

/* =======================================================
*  2021.10.22
* 
* - 簡易サイト版作成に伴い新規で追加されるスタイルを定義します.
*  
* =======================================================*/

/* -------------------------------------------------
共通
-------------------------------------------------*/

/* Fonts
 * *********************************** */
@font-face {
    font-family: 'gt-eesti';
    src: url('/en/common/fonts/GT-Eesti-Pro-Display-Light.woff2') format('woff2'),
        url('/en/common/fonts/GT-Eesti-Pro-Display-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gt-eesti';
    src: url('/en/common/fonts/GT-Eesti-Pro-Display-Regular.woff2') format('woff2'),
        url('/en/common/fonts/GT-Eesti-Pro-Display-Regular.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'gt-eesti';
    src: url('/en/common/fonts/GT-Eesti-Pro-Display-Medium.woff2') format('woff2'),
        url('/en/common/fonts/GT-Eesti-Pro-Display-Medium.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.header,
.global_footer,
.global_footer_bottom {
    font-family: 'gt-eesti', sans-serif;
    font-weight: normal;
}


/* overrride: common.css */
.header_nav_item,
.header_nav_item_arrow {
    font-size: 15px;
    line-height: 23px;
}


/* -------------------------------------------------
ヘッダー
-------------------------------------------------*/
.header {
    color: #000;
}

.header a,
.header_nav_item_arrow span {
    color: #000;
}

.header_nav {
    display: flex;
    justify-content: flex-end;
}


.header_mega_menu a {
    color: #fff;
}

.header_list_wrap a {
    font-size: 13px;
}


.header .header_inner .logo {
    width: 440px;
}


/* vマーク不要 */
.header_nav_item_arrow::before {
    content: none;
}

/* vマーク分詰める */
.header_nav_item_arrow > span {
    padding-right: 0;
}


.header_mega_menu_list {
    flex-wrap: wrap;
}

.header_mega_menu_list > li {
    width: calc((100% - 20px) / 3);
    padding-left: 20px;
}

.header_mega_menu_list > hr {
    width: 100%;
}

/* 色付きボタンは改行する */
.header_mega_menu_list > hr + li {
    width: 100%;
}

.header_mega_menu_list .width100 {
    width: 100%;
    margin-top: 13px;

}


.header_mega_menu_list_2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.header_mega_menu_list_2col > li {
    padding-left: 20px;
    width: 50%;
}


.global_icon {
    background-image: url(../images/icon/icon_global_blk.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 20px;
}


.orange_btn {
    background-color: #f06400;
    display: inline-block;
    padding: 5px 30px 5px 30px;
    /* min-width: 90%; */
}

.orange_btn a {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
}

.orange_btn a:hover {
    text-decoration: none;
}


.blue_btn {
    display: inline-block;
    padding: 0;
    /* min-width: 90%; */
}

.blue_btn a {
    font-size: 15px;
    font-weight: 700;
    width: 222px;
    height: 36px;
    display: inline-block;
    padding: 6px 0 6px;
}

.blue_btn a:hover {
    text-decoration: none;
}

/* 外部リンクアイコン付のボタン */
.blue_btn.js-has_icon_blank {
    padding: 5px 30px 5px 10px;
}


/* グローバルナビゲーションなしVer. */
.simple + .header_search_wrap {
    top: 87px;
}


/* サポート・ダウンロード */
[data-menu="support-and-download"] .header_mega_menu_list > li {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    width: 100%;
}


/* mobile
------------------------------------------------- */
@media screen and (max-width: 767px) {
    .header_nav_wrap {
        overflow-y: scroll;
        /* add: common.css */
        padding-bottom: 91px;
        /* add: common.css */
    }

    .header_nav {
        display: none;
    }

    .header .header_inner .logo {
        width: 100%;
        display: flex;
        align-items: center;
        margin-right: 20px;
    }

    .header .header_inner .logo img {
        max-width: 120px;
        /* overrride: common.css */
    }

    .header .header_inner .header__brand {
        margin-bottom: 0;
        /* overrride: common.css */
    }

    .header_nav_sp_item_link > a {
        color: #fff !important;
    }

    .header_mega_menu hr {
        /*display: none;*/
    }

    .header_mega_menu_list_2col > li {
        margin-bottom: 10px;
        width: 100%;
    }

    .header_mega_menu_list > li {
        padding-left: 20px;
    }

    [data-menu="support-and-download"] .header_mega_menu_list > li {
        font-size: 15px;
    }
}



/* -------------------------------------------------
  フッター
 -------------------------------------------------*/
.global_footer {
    color: #000;
    width: 100%;
    background: #F2F2F2;
}

.global_footer a,
.global_footer_bottom a {
    color: #000;
}


.global_footer_bottom_copyright {
    color: #000;
    float: right;
    font-size: 12px;
    text-align: right;
    color: #666;
    font-weight: 200;
}


/* footer_contact_area.html */
.contact_txt {
    font-size: 15px;
    color: #fff;
}


/* override: common.css */
.footer_contact_wrapper .f_inner {
    flex-direction: column;
    align-items: center;
}

/* override: common.css */
.footer_contact_wrapper .itemBlock .btn .c_button {
    margin: 0 auto 20px;
}


/* 移植 + 上書き src: http://kyocera-ds-e.love.co.jp/common/css/assets/common.css
------------------------------------------------- */
.global_footer_nav a:hover {
    text-decoration: underline;
}

.global_footer_inner {
    position: relative;
    margin: 0 auto;
    padding: 28px 20px;
    max-width: 1150px;
}

.global_footer_idea {
    margin-left: 100px;
    margin-right: 100px;
}

.global_footer_idea .maintext {
    font-family: 'gt-eesti', sans-serif;
    font-size: 2em;
    font-weight: 900;
    margin-bottom: 20px;
}

.global_footer_idea .subtext {
    font-family: 'gt-eesti', sans-serif;
}

.global_footer_nav {
    margin-top: 20px;
    border-top: 1px solid #000;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global_footer_nav_col {
    padding-right: .5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: unset;
}

.global_footer_nav_col:nth-child(1) {
    width: unset;
}

.global_footer_nav_col:nth-child(4) {
    width: 27%;
}

.global_footer_nav::after {
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.global_footer_nav_col_head {
    margin-bottom: .7em;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
}

.global_footer_nav .global_footer_unit {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.global_footer_nav .global_footer_unit_item {
    position: relative;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 200;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #000;
}

.global_footer_nav .global_footer_unit_item:nth-child(1) {
    border-left: none;
}

.global_footer_nav .global_footer_unit_item .icon_blank {
    margin-right: 12px;
    position: relative;
}

.global_footer_nav .global_footer_unit_item .icon_blank:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 10px;
    top: 50%;
    right: -16px;
    background: url(/en/common/images/icon/icon_ex_window_bl.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.global_footer_nav .global_footer_unit_item_head {
    margin-left: 0;
    font-weight: 700;
}

.global_footer_nav .global_footer_unit_item_head:before {
    display: none;
}

@media screen and (max-width:767px) {

    .global_footer_inner {
        padding: 20px 25px 18px;
    }

    .global_footer_nav_col {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    .global_footer_nav_col:nth-child(1),
    .global_footer_nav_col:nth-child(4) {
        width: 100%;
    }

    .global_footer_nav_col_head {
        margin-bottom: 0;
        line-height: 1.7;
    }

    .global_footer_nav .global_footer_unit {
        margin-bottom: 0;
    }

    .global_footer_nav .global_footer_unit {
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }

    .global_footer_nav .global_footer_unit_item {
        border-left: none;
    }

    .global_footer_nav .global_footer_unit_item {
        display: block;
    }

    .global_footer_idea {
        margin-left: 0px;
        margin-right: 0px;
    }
}



.global_footer_bottom {
    color: #282828;
    background: #fff;
}

.global_footer_bottom_inner {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1150px;
}

.global_footer_bottom_inner::after {
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.global_footer_bottom_nav {
    float: left;
    font-size: 13px;
    list-style: none;
    font-weight: 200;
}

.global_footer_bottom_nav_item {
    float: left;
    margin-left: 13px;
    position: relative;
    padding-right: 13px;
}

.global_footer_bottom_nav_item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 13px;
    background-color: #282828;
    display: block;
}

.global_footer_bottom_nav_item:first-child {
    margin-left: 0;
}

.global_footer_bottom_nav_item:last-child:after {
    content: none;
}

.global_footer_bottom_nav_item a:hover {
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .global_footer_bottom_inner {
        padding: 12px 6px;
        max-width: none;
    }

    .global_footer_bottom_nav {
        float: none;
        margin-bottom: 12px;
        text-align: center;
    }

    .global_footer_bottom_nav_item {
        float: none;
        display: inline-block;
        margin-left: .5em;
        margin-right: .5em;
    }

    .global_footer_bottom_nav_item:first-child {
        margin-left: .5em;
    }

    .global_footer_bottom_copyright {
        float: none;
        font-size: 10px;
        text-align: center;
    }
}


/* pageTop */
.global_footer__btn-top {
    position: fixed;
    right: 50px;
    bottom: 43px;
    width: 50px;
    height: 50px;
    background: url(/en/common/images/pagetop.png) 50% 50% no-repeat;
    cursor: pointer;
    -webkit-transition: background-color .2s linear, background-position .05s linear;
    -o-transition: background-color .2s linear, background-position .05s linear;
    transition: background-color .2s linear, background-position .05s linear;
    z-index: 99
}

@media screen and (max-width:767px) {
    .global_footer__btn-top {
        width: 40px;
        height: 40px;
        right: 3%;
        bottom: 5%;
    }
}
