@charset "UTF-8";
/* mixinsの読み込み */
/* variablesの読み込み */
/******************************************
* reset
******************************************/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img, object, embed {
    max-width: 100%;
}

html {
    overflow-y: scroll;
    font-size: 14px;
    line-height: 1.5;
}

/******************************************
* font-size
******************************************/
ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

td, td img {
    vertical-align: top;
}

.clickable, label, input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
}

button, input, select, textarea {
    margin: 0;
}

button, input[type=button] {
    width: auto;
    overflow: visible;
}

/******************************************
* ie11のみ適応
******************************************/
/******************************************
* clearfix
******************************************/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix .left {
    float: left;
}

.clearfix .right {
    float: right;
}

/******************************************
* wrapper
******************************************/
html {
    scroll-behavior: smooth;
}

.container {
    padding: 0 10px;
    overflow: hidden;
}

.container.full_width {
    padding: 0;
}

.wrapper {
    width: 100%;
    max-width: 1260px;
    margin: auto;
}

.wrapper.small {
    width: 980px;
}

.wrapper.mini_menu {
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .wrapper {
        width: auto;
    }
    .wrapper.small {
        width: auto;
    }
}

/******************************************
* img
******************************************/
img {
    max-width: 100%;
    height: auto;
}

/******************************************
* mt pd
******************************************/
.mt0 {
    margin-top: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.mt105 {
    margin-top: 105px !important;
}

.mr105 {
    margin-right: 105px !important;
}

.mb105 {
    margin-bottom: 105px !important;
}

.ml105 {
    margin-left: 105px !important;
}

.pt105 {
    padding-top: 105px !important;
}

.pr105 {
    padding-right: 105px !important;
}

.pb105 {
    padding-bottom: 105px !important;
}

.pl105 {
    padding-left: 105px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mr110 {
    margin-right: 110px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.ml110 {
    margin-left: 110px !important;
}

.pt110 {
    padding-top: 110px !important;
}

.pr110 {
    padding-right: 110px !important;
}

.pb110 {
    padding-bottom: 110px !important;
}

.pl110 {
    padding-left: 110px !important;
}

.mt115 {
    margin-top: 115px !important;
}

.mr115 {
    margin-right: 115px !important;
}

.mb115 {
    margin-bottom: 115px !important;
}

.ml115 {
    margin-left: 115px !important;
}

.pt115 {
    padding-top: 115px !important;
}

.pr115 {
    padding-right: 115px !important;
}

.pb115 {
    padding-bottom: 115px !important;
}

.pl115 {
    padding-left: 115px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mr120 {
    margin-right: 120px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.ml120 {
    margin-left: 120px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pr120 {
    padding-right: 120px !important;
}

.pb120 {
    padding-bottom: 120px !important;
}

.pl120 {
    padding-left: 120px !important;
}

.mt125 {
    margin-top: 125px !important;
}

.mr125 {
    margin-right: 125px !important;
}

.mb125 {
    margin-bottom: 125px !important;
}

.ml125 {
    margin-left: 125px !important;
}

.pt125 {
    padding-top: 125px !important;
}

.pr125 {
    padding-right: 125px !important;
}

.pb125 {
    padding-bottom: 125px !important;
}

.pl125 {
    padding-left: 125px !important;
}

.mt130 {
    margin-top: 130px !important;
}

.mr130 {
    margin-right: 130px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.ml130 {
    margin-left: 130px !important;
}

.pt130 {
    padding-top: 130px !important;
}

.pr130 {
    padding-right: 130px !important;
}

.pb130 {
    padding-bottom: 130px !important;
}

.pl130 {
    padding-left: 130px !important;
}

.mt135 {
    margin-top: 135px !important;
}

.mr135 {
    margin-right: 135px !important;
}

.mb135 {
    margin-bottom: 135px !important;
}

.ml135 {
    margin-left: 135px !important;
}

.pt135 {
    padding-top: 135px !important;
}

.pr135 {
    padding-right: 135px !important;
}

.pb135 {
    padding-bottom: 135px !important;
}

.pl135 {
    padding-left: 135px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mr140 {
    margin-right: 140px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.ml140 {
    margin-left: 140px !important;
}

.pt140 {
    padding-top: 140px !important;
}

.pr140 {
    padding-right: 140px !important;
}

.pb140 {
    padding-bottom: 140px !important;
}

.pl140 {
    padding-left: 140px !important;
}

.mt145 {
    margin-top: 145px !important;
}

.mr145 {
    margin-right: 145px !important;
}

.mb145 {
    margin-bottom: 145px !important;
}

.ml145 {
    margin-left: 145px !important;
}

.pt145 {
    padding-top: 145px !important;
}

.pr145 {
    padding-right: 145px !important;
}

.pb145 {
    padding-bottom: 145px !important;
}

.pl145 {
    padding-left: 145px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mr150 {
    margin-right: 150px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.ml150 {
    margin-left: 150px !important;
}

.pt150 {
    padding-top: 150px !important;
}

.pr150 {
    padding-right: 150px !important;
}

.pb150 {
    padding-bottom: 150px !important;
}

.pl150 {
    padding-left: 150px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.mt-5 {
    margin-top: -5px !important;
}

.mr-5 {
    margin-right: -5px !important;
}

.mb-5 {
    margin-bottom: -5px !important;
}

.ml-5 {
    margin-left: -5px !important;
}

.mt-10 {
    margin-top: -10px !important;
}

.mr-10 {
    margin-right: -10px !important;
}

.mb-10 {
    margin-bottom: -10px !important;
}

.ml-10 {
    margin-left: -10px !important;
}

.mt-15 {
    margin-top: -15px !important;
}

.mr-15 {
    margin-right: -15px !important;
}

.mb-15 {
    margin-bottom: -15px !important;
}

.ml-15 {
    margin-left: -15px !important;
}

.mt-20 {
    margin-top: -20px !important;
}

.mr-20 {
    margin-right: -20px !important;
}

.mb-20 {
    margin-bottom: -20px !important;
}

.ml-20 {
    margin-left: -20px !important;
}

.mt-25 {
    margin-top: -25px !important;
}

.mr-25 {
    margin-right: -25px !important;
}

.mb-25 {
    margin-bottom: -25px !important;
}

.ml-25 {
    margin-left: -25px !important;
}

.mt-30 {
    margin-top: -30px !important;
}

.mr-30 {
    margin-right: -30px !important;
}

.mb-30 {
    margin-bottom: -30px !important;
}

.ml-30 {
    margin-left: -30px !important;
}

.mt-35 {
    margin-top: -35px !important;
}

.mr-35 {
    margin-right: -35px !important;
}

.mb-35 {
    margin-bottom: -35px !important;
}

.ml-35 {
    margin-left: -35px !important;
}

.mt-40 {
    margin-top: -40px !important;
}

.mr-40 {
    margin-right: -40px !important;
}

.mb-40 {
    margin-bottom: -40px !important;
}

.ml-40 {
    margin-left: -40px !important;
}

.mt-45 {
    margin-top: -45px !important;
}

.mr-45 {
    margin-right: -45px !important;
}

.mb-45 {
    margin-bottom: -45px !important;
}

.ml-45 {
    margin-left: -45px !important;
}

.mt-50 {
    margin-top: -50px !important;
}

.mr-50 {
    margin-right: -50px !important;
}

.mb-50 {
    margin-bottom: -50px !important;
}

.ml-50 {
    margin-left: -50px !important;
}

.mt-55 {
    margin-top: -55px !important;
}

.mr-55 {
    margin-right: -55px !important;
}

.mb-55 {
    margin-bottom: -55px !important;
}

.ml-55 {
    margin-left: -55px !important;
}

.mt-60 {
    margin-top: -60px !important;
}

.mr-60 {
    margin-right: -60px !important;
}

.mb-60 {
    margin-bottom: -60px !important;
}

.ml-60 {
    margin-left: -60px !important;
}

.mt-65 {
    margin-top: -65px !important;
}

.mr-65 {
    margin-right: -65px !important;
}

.mb-65 {
    margin-bottom: -65px !important;
}

.ml-65 {
    margin-left: -65px !important;
}

.mt-70 {
    margin-top: -70px !important;
}

.mr-70 {
    margin-right: -70px !important;
}

.mb-70 {
    margin-bottom: -70px !important;
}

.ml-70 {
    margin-left: -70px !important;
}

.mt-75 {
    margin-top: -75px !important;
}

.mr-75 {
    margin-right: -75px !important;
}

.mb-75 {
    margin-bottom: -75px !important;
}

.ml-75 {
    margin-left: -75px !important;
}

.mt-80 {
    margin-top: -80px !important;
}

.mr-80 {
    margin-right: -80px !important;
}

.mb-80 {
    margin-bottom: -80px !important;
}

.ml-80 {
    margin-left: -80px !important;
}

.mt-85 {
    margin-top: -85px !important;
}

.mr-85 {
    margin-right: -85px !important;
}

.mb-85 {
    margin-bottom: -85px !important;
}

.ml-85 {
    margin-left: -85px !important;
}

.mt-90 {
    margin-top: -90px !important;
}

.mr-90 {
    margin-right: -90px !important;
}

.mb-90 {
    margin-bottom: -90px !important;
}

.ml-90 {
    margin-left: -90px !important;
}

.mt-95 {
    margin-top: -95px !important;
}

.mr-95 {
    margin-right: -95px !important;
}

.mb-95 {
    margin-bottom: -95px !important;
}

.ml-95 {
    margin-left: -95px !important;
}

.mt-100 {
    margin-top: -100px !important;
}

.mr-100 {
    margin-right: -100px !important;
}

.mb-100 {
    margin-bottom: -100px !important;
}

.ml-100 {
    margin-left: -100px !important;
}

/******************************************
* common-style
******************************************/
* {
    box-sizing: border-box;
}

body {
    color: #202124;
}

.accent {
    color: #E60012;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.d_table {
    display: table;
}

.d_table.full_width {
    width: 100%;
}

.d_table.layout_fixed {
    table-layout: fixed;
}

.d_table .d_cell {
    display: table-cell;
    vertical-align: top;
}

.d_table .d_cell.v_middle {
    vertical-align: middle;
}

.over_hidden {
    overflow: hidden;
}

.text_danger {
    color: #AB322E;
}

.ws-pl {
    white-space: pre-line;
}

.col5 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.col5 > * {
    width: calc(100% / 5 - 5px * 2 - 1px);
    max-width: calc(100% / 5 - 5px * 2);
    flex: 1 0 auto;
    margin: 0 5px 10px;
}

@media screen and (max-width: 1199px) {
    .col5 {
        margin: 0 -10px;
    }
    .col5 > * {
        width: calc(100% / 4 - 10px * 2 - 1px);
        max-width: calc(100% / 4 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 991px) {
    .col5 > * {
        width: calc(100% / 3 - 10px * 2 - 1px);
        max-width: calc(100% / 3 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .col5 > * {
        width: calc(100% / 2 - 10px * 2 - 1px);
        max-width: calc(100% / 2 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 575px) {
    .col5 {
        margin: 0;
    }
    .col5 > * {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }
}

.col4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col4 > * {
    width: calc(100% / 4 - 10px * 2 - 1px);
    max-width: calc(100% / 4 - 10px * 2);
    flex: 1 0 auto;
    margin: 0 10px 20px;
}

@media screen and (max-width: 991px) {
    .col4 > * {
        width: calc(100% / 3 - 10px * 2 - 1px);
        max-width: calc(100% / 3 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .col4 > * {
        width: calc(100% / 2 - 10px * 2 - 1px);
        max-width: calc(100% / 2 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 575px) {
    .col4 {
        margin: 0;
    }
    .col4 > * {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }
}

.col3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col3 > * {
    width: calc(100% / 3 - 10px * 2 - 1px);
    max-width: calc(100% / 3 - 10px * 2);
    flex: 1 0 auto;
    margin: 0 10px 20px;
}

@media screen and (max-width: 767px) {
    .col3 > * {
        width: calc(100% / 2 - 10px * 2 - 1px);
        max-width: calc(100% / 2 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 575px) {
    .col3 {
        margin: 0;
    }
    .col3 > * {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }
}

.col2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col2 > * {
    width: calc(100% / 2 - 15px * 2 - 1px);
    max-width: calc(100% / 2 - 15px * 2);
    flex: 1 0 auto;
    margin: 0 15px 20px;
}

@media screen and (max-width: 991px) {
    .col2 {
        margin: 0 -10px;
    }
    .col2 > * {
        width: calc(100% / 2 - 10px * 2 - 1px);
        max-width: calc(100% / 2 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 575px) {
    .col2 {
        margin: 0;
    }
    .col2 > * {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }
}

.col2m {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.col2m > * {
    width: calc(100% / 2 - 25px * 2 - 1px);
    max-width: calc(100% / 2 - 25px * 2);
    flex: 1 0 auto;
    margin: 0 25px 20px;
}

@media screen and (max-width: 1199px) {
    .col2m {
        margin: 0 -15px;
    }
    .col2m > * {
        width: calc(100% / 2 - 15px * 2 - 1px);
        max-width: calc(100% / 2 - 15px * 2);
        flex: 1 0 auto;
        margin: 0 15px 20px;
    }
}

@media screen and (max-width: 991px) {
    .col2m {
        margin: 0 -10px;
    }
    .col2m > * {
        width: calc(100% / 2 - 10px * 2 - 1px);
        max-width: calc(100% / 2 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 575px) {
    .col2m {
        margin: 0;
    }
    .col2m > * {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }
}

/* lg */
@media screen and (max-width: 1199px) {
    .col4lg {
        margin: 0 -10px;
    }
    .col4lg > * {
        width: calc(100% / 4 - 10px * 2 - 1px);
        max-width: calc(100% / 4 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .col3lg {
        margin: 0 -10px;
    }
    .col3lg > * {
        width: calc(100% / 3 - 10px * 2 - 1px);
        max-width: calc(100% / 3 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .col2lg {
        margin: 0 -15px;
    }
    .col2lg > * {
        width: calc(100% / 2 - 15px * 2 - 1px);
        max-width: calc(100% / 2 - 15px * 2);
        margin: 0 15px 20px;
    }
}

@media screen and (max-width: 991px) {
    .col2lg {
        margin: 0 -10px;
    }
    .col2lg > * {
        width: calc(100% / 2 - 10px * 2 - 1px);
        max-width: calc(100% / 2 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .col1lg {
        margin: 0;
    }
    .col1lg > * {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }
}

/* md */
@media screen and (max-width: 991px) {
    .col4md {
        margin: 0 -10px;
    }
    .col4md > * {
        width: calc(100% / 4 - 10px * 2 - 1px);
        max-width: calc(100% / 4 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 991px) {
    .col3md {
        margin: 0 -10px;
    }
    .col3md > * {
        width: calc(100% / 3 - 10px * 2 - 1px);
        max-width: calc(100% / 3 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 991px) {
    .col2md {
        margin: 0 -10px;
    }
    .col2md > * {
        width: calc(100% / 2 - 10px * 2 - 1px);
        max-width: calc(100% / 2 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 991px) {
    .col1md {
        margin: 0;
    }
    .col1md > * {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }
}

/* sm */
@media screen and (max-width: 767px) {
    .col3sm {
        margin: 0 -10px;
    }
    .col3sm > * {
        width: calc(100% / 3 - 10px * 2 - 1px);
        max-width: calc(100% / 3 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .col2sm {
        margin: 0 -10px;
    }
    .col2sm > * {
        width: calc(100% / 2 - 10px * 2 - 1px);
        max-width: calc(100% / 2 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .col1sm {
        margin: 0;
    }
    .col1sm > * {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }
}

/* xs */
@media screen and (max-width: 575px) {
    .col2xs {
        margin: 0 -10px;
    }
    .col2xs > * {
        width: calc(100% / 2 - 10px * 2 - 1px);
        max-width: calc(100% / 2 - 10px * 2);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 575px) {
    .col1xs {
        margin: 0;
    }
    .col1xs > * {
        width: 100%;
        max-width: none;
        margin: 0 0 20px;
    }
}

ul.langs {
    display: flex;
    height: 20px;
    margin: auto;
}

ul.langs li {
    position: relative;
    width: 20px;
    height: inherit;
    margin-right: 10px;
}

ul.langs li:last-of-type {
    margin-right: 0;
}

ul.langs li.curr::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background-color: #D43F3A;
}

ul.langs li a {
    display: block;
    height: inherit;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: top;
}

ul.langs li a.ja {
    background-image: url(https://www.kawamura-cycle.co.jp/shared/images/lang_ja_rounded.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    ul.langs li a.ja {
        background-image: url(https://www.kawamura-cycle.co.jp/shared/images/lang_ja_rounded@2x.png);
    }
}

ul.langs li a.en {
    background-image: url(https://www.kawamura-cycle.co.jp/shared/images/lang_en.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    ul.langs li a.en {
        background-image: url(https://www.kawamura-cycle.co.jp/shared/images/lang_en@2x.png);
    }
}

ul.langs li a.zh {
    background-image: url(https://www.kawamura-cycle.co.jp/shared/images/lang_zh.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    ul.langs li a.zh {
        background-image: url(https://www.kawamura-cycle.co.jp/shared/images/lang_zh@2x.png);
    }
}

button#open_menu {
    display: block;
    position: fixed;
    top: 15px;
    right: 10px;
    width: 40px;
    background: none;
    border: none;
    line-height: 1;
    text-align: center;
    padding: 0;
    margin: 0 0 20px auto;
    z-index: 2147483646;
}

button#open_menu .hamburger {
    display: block;
    position: relative;
    width: 32px;
    height: 5px;
    background-color: currentColor;
    margin: 14px auto;
}

button#open_menu .hamburger::before, button#open_menu .hamburger::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 5px;
    background-color: currentColor;
    transform-origin: center;
}

button#open_menu .hamburger::before {
    transform: translateY(-10px);
}

button#open_menu .hamburger::after {
    transform: translateY(10px);
}

button#open_menu .label {
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    button#open_menu {
        display: none;
    }
}

.jump_btn {
    margin: 80px 0;
}

.jump_btn.fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2vh;
    margin: 0;
}

.jump_btn .scroll {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    border: solid 1px #9B9B9B;
    border-radius: 50%;
    margin: 0 auto;
}

.jump_btn .scroll::before, .jump_btn .scroll::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 3px;
    background-color: #9B9B9B;
    margin: auto;
}

.jump_btn .scroll.to_top::before {
    right: 50%;
    transform: translateY(-200%) rotate(-45deg);
    transform-origin: right top;
}

.jump_btn .scroll.to_top::after {
    left: 50%;
    transform: translateY(-200%) rotate(45deg);
    transform-origin: left top;
}

.jump_btn .scroll.to_sec::before {
    right: 50%;
    transform: translateY(200%) rotate(45deg);
    transform-origin: right bottom;
}

.jump_btn .scroll.to_sec::after {
    left: 50%;
    transform: translateY(200%) rotate(-45deg);
    transform-origin: left bottom;
}

.card > a {
    color: inherit;
}

.card > a:hover .img img {
    transform: scale(1.05);
}

.card > a:hover .img .my-thumbnail {
    transform: scale(1.05);
}

.card .img {
    overflow: hidden;
    margin-bottom: 15px;
}

.card .img img {
    display: block;
    width: 100%;
    transition: transform .3s;
    transform-origin: center;
}

.card .img .my-thumbnail {
    transition: transform .3s;
    transform-origin: center;
}

.card dl {
    position: relative;
    margin-bottom: 30px;
}

.card dl .date {
    font-size: 12px;
    margin: 2px 0 10px 5px;
}

.card dl dt {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}

.card dl .description {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.75;
}

.card .title_center {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.card.topic dl::before, .card.news dl::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    text-align: center;
    color: white;
}

.card.topic dl::before {
    content: "Topics";
    background-color: #14518F;
}

.card.news dl::before {
    content: "News";
    background-color: #AB322E;
}

.videos > .card .img {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 20px;
    overflow: visible;
}

.videos > .card .img iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.negative_indent li {
    padding-left: 1em;
    text-indent: -1em;
}

button.expand {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 20px 10px;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s step-end;
}

.backdrop.show {
    transition: opacity .3s, visibility .3s step-start;
    opacity: 1;
    visibility: visible;
}

.backdrop .modal {
    display: flex;
    position: relative;
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    background-color: white;
    padding: 30px 0;
    border-radius: 5px;
}

@media screen and (max-width: 575px) {
    .backdrop .modal {
        padding: 35px 0;
    }
}

.backdrop .modal button.close {
    position: absolute;
    top: -12px;
    right: -8px;
    display: block;
    width: 40px;
    height: 40px;
    background: #47464C;
    border: none;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    padding: 0;
}

.backdrop .modal button.close::before, .backdrop .modal button.close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 3px;
    background-color: white;
    transform-origin: center;
}

.backdrop .modal button.close::before {
    transform: rotate(45deg);
}

.backdrop .modal button.close::after {
    transform: rotate(-45deg);
}

.backdrop .modal figure {
    max-width: inherit;
    max-height: 100%;
    overflow: auto;
    padding: 0 40px;
}

@media screen and (max-width: 575px) {
    .backdrop .modal figure {
        padding: 0 15px;
    }
}

.backdrop .modal figure img {
    display: block;
    max-width: none;
    padding: 0 10px;
    width: 100%;
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slide-downwards {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: none;
    }
}

@keyframes slide-downwards {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: none;
    }
}

@-webkit-keyframes focus {
    from {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    to {
        -webkit-filter: none;
        filter: none;
    }
}

@keyframes focus {
    from {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    to {
        -webkit-filter: none;
        filter: none;
    }
}

/******************************************
* 英語ページ
******************************************/
body.page-english {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/******************************************
* 中国語ページ
******************************************/
body.page-chinese {
    font-family: "微?雅黑", "宋体", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* parts */
header.common {
    padding: 0 10px;
    position: relative;
    z-index: 999999!important;
}

header.common .wrapper {
    position: relative;
    height: 90px;
}

header.common .wrapper .logo {
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    margin: auto;
    max-width: 145px;
}

@media screen and (max-width: 767px) {
    header.common .wrapper .logo {
        left: 20px;
        max-width: 134px;
    }
}

header.common .wrapper ul.langs {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    header.common .wrapper ul.langs {
        display: none;
    }
}

@media (min-width: 768px) {
    header.common {
        align-items: flex-end;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .menu_container {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2147483647;
    }
    .menu_container.fixed {
        position: fixed;
        top: 0;
    }
    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .menu_container {
            position: -webkit-sticky;
            position: sticky;
            opacity: 0;
            transition: .5s;
        }
        .menu_container.stuck {
            top: 0;
            opacity: 1;
        }
    }
    .menu_container.stuck nav#menu, .menu_container.stuck::before, .menu_container.fixed nav#menu, .menu_container.fixed::before {
        -webkit-animation: slide-downwards .5s ease-out;
        animation: slide-downwards .5s ease-out;
    }
    .menu_container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: #47464C;
        z-index: -1;
    }
}

.mini_menu {
    transition: opacity .3s, visibility .3s step-start;
    opacity: 1;
    visibility: visible;
}

.menu_container:hover + .mini_menu {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s step-end;
}

nav#menu {
    position: absolute;
    max-width: 1260px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

nav#menu a {
    color: inherit;
}

nav#menu ul.categs li.menu_logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
}

@media screen and (min-width: 768px) {
    nav#menu {
        background-color: #47464C;
    }
    nav#menu button#close_menu {
        display: none;
    }
    nav#menu ul.categs {
        display: flex;
        width: 100%;
        height: 40px;
        list-style: none;
    }
    nav#menu ul.categs > li {
        flex: 1;
        font-size: 14px;
        text-align: center;
        color: white;
        transition: background-color .3s;
    }
    nav#menu ul.categs > li:hover, nav#menu ul.categs > li:focus {
        background-color: #616066;
        color: white;
    }
    nav#menu ul.categs > li:hover .mega_menu, nav#menu ul.categs > li:focus .mega_menu {
        z-index: 3;
        visibility: visible;
        opacity: 1;
        transition: visibility .3s step-start, opacity .3s ease-out;
    }
    nav#menu ul.categs > li > a,
    nav#menu ul.categs > li > span {
        display: block;
        height: 40px;
        line-height: 40px;
        white-space: nowrap;
    }
    nav#menu ul.categs > li > a a,
    nav#menu ul.categs > li > span a {
        display: block;
        height: inherit;
    }
    nav#menu ul.triangle > li::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-color: transparent currentColor;
        border-style: solid none solid solid;
        border-width: 0.32475952640625em .375em;
        margin-right: .625em;
    }
    nav#menu span.expandable + ul {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
    nav#menu .mega_menu {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        position: absolute;
        top: 0;
        left: calc(100% / 7);
        width: calc(100% / 7 * 5);
        background-color: rgba(97, 96, 102, 0.93);
        color: white;
        text-align: left;
        padding: 20px 30px;
        transform: translateY(-100%);
        visibility: hidden;
        z-index: 2;
        opacity: 0;
        transition: visibility .3s step-end, opacity .3s ease-in;
    }
    nav#menu .mega_menu::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 2px;
        background-image: linear-gradient(to right, #AB322E 40px, black 40px, black);
        -webkit-animation: fade-in .3s;
        animation: fade-in .3s;
        z-index: 1;
    }
    nav#menu .mega_menu a {
        transition: .25s;
    }
    nav#menu .mega_menu a:hover {
        opacity: .7;
        text-shadow: 0 -1px rgba(64, 64, 64, 0.75);
    }
    nav#menu .mega_menu h2 {
        font-size: 14px;
        padding-bottom: 5px;
        border-bottom: solid 1px #979797;
        margin-bottom: 20px;
    }
    nav#menu .mega_menu ul.triangle {
        padding: 0px 0 0;
    }
    nav#menu .mega_menu ul.triangle > li {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    nav#menu .mega_menu ul.triangle ul {
        padding-left: 1em;
    }
    nav#menu .mega_menu ul.triangle ul li {
        font-size: 12px;
        font-weight: normal;
        margin: 5px 0;
    }
    nav#menu.downwards .mega_menu {
        top: auto;
        bottom: 2px;
        transform: translateY(100%);
    }
    nav#menu ul.langs {
        display: none;
    }
    nav#menu #mega_fattest > ul {
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 0) and (max-width: 767px) {
    nav#menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2147483647;
        background-color: #47464d;
        color: white;
        overflow-y: auto;
        padding: 20px;
        visibility: hidden;
        opacity: 0;
        z-index: 2147483647;
        transition: opacity .3s, visibility .3s step-end;
    }
    nav#menu.show {
        transition: opacity .3s, visibility .3s step-start;
        opacity: 1;
        visibility: visible;
    }
    nav#menu span.expandable {
        display: block;
        position: relative;
    }
    nav#menu span.expandable::before {
        content: "";
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-color: transparent currentColor;
        border-style: solid none solid solid;
        border-width: 4px 6.928203230275509px;
        transition: transform .3s;
    }
    nav#menu span.expandable.expanded::before {
        transform: rotate(90deg);
    }
    nav#menu button#close_menu {
        display: block;
        width: 40px;
        background: none;
        border: none;
        line-height: 1;
        text-align: center;
        padding: 0;
        margin: 0 0 20px auto;
    }
    nav#menu button#close_menu .cross {
        display: block;
        position: relative;
        height: 32px;
    }
    nav#menu button#close_menu .cross::before, nav#menu button#close_menu .cross::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 36px;
        height: 5px;
        background-color: white;
        transform-origin: center;
    }
    nav#menu button#close_menu .cross::before {
        transform: rotate(45deg);
    }
    nav#menu button#close_menu .cross::after {
        transform: rotate(-45deg);
    }
    nav#menu button#close_menu .label {
        color: white;
        font-size: 10px;
    }
    nav#menu .mega_menu {
        display: none;
        font-weight: normal;
        text-align: left;
        overflow: hidden;
        box-sizing: border-box;
    }
    nav#menu .mega_menu span.expandable::before {
        left: -15px;
    }
    nav#menu .mega_menu h2 {
        display: none;
    }
    nav#menu .mega_menu > ul {
        padding-top: 20px;
    }
    nav#menu .mega_menu > ul li {
        margin-bottom: 0;
    }
    nav#menu .mega_menu ul.triangle {
        padding-left: 35px;
    }
    nav#menu .mega_menu ul.triangle li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    nav#menu .mega_menu ul.triangle li ul {
        display: none;
        overflow: hidden;
        padding-left: 15px;
    }
    nav#menu .mega_menu ul.triangle li ul li {
        font-weight: normal;
        margin-bottom: 5px;
    }
    nav#menu .mega_menu ul.triangle li ul li:first-of-type {
        margin-top: 10px;
    }
    nav#menu .mega_menu ul.triangle li ul li:last-of-type {
        margin-bottom: 10px;
    }
    nav#menu ul.categs {
        text-align: center;
    }
    nav#menu ul.categs > li {
        font-size: 18px;
        font-weight: bold;
        padding: 12px 0;
        border-bottom: solid 1px #979797;
    }
    nav#menu ul.categs > li:first-child {
        border-top: solid 1px #979797;
    }
    nav#menu ul.categs > li > a,
    nav#menu ul.categs > li > span {
        display: block;
    }
    nav#menu ul.langs {
        position: absolute;
        top: 30px;
        left: 25px;
    }
    nav#menu ul.langs li a.ja {
        background-image: url(https://www.kawamura-cycle.co.jp/shared/images/lang_ja.png);
    }
}

@media only screen and (min-width: 0) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 0) and (max-width: 767px) and (min-resolution: 192dpi), only screen and (min-width: 0) and (max-width: 767px) and (min-resolution: 2dppx) {
    nav#menu ul.langs li a.ja {
        background-image: url(https://www.kawamura-cycle.co.jp/shared/images/lang_ja@2x.png);
    }
}

@media screen and (min-width: 768px) {
    body.touchable nav#menu ul.categs > li > span {
        position: relative;
    }
    body.touchable nav#menu ul.categs > li > span::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    body.touchable nav#menu ul.categs > li > span a {
        display: inline;
    }
}

nav#mini_menu {
    position: relative;
    z-index: 1;
    background-color: rgba(97, 96, 102, 0.67);
    color: white;
    width: calc(100% / 7 * 5);
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    nav#mini_menu {
        display: none;
    }
}

nav#mini_menu::before {
    content: "";
    display: block;
    height: 2px;
    background-image: linear-gradient(to right, #AB322E 40px, black 40px, black);
}

nav#mini_menu a {
    color: inherit;
    display: block;
}

nav#mini_menu ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

@media screen and (max-width: 991px) {
    nav#mini_menu ul {
        table-layout: auto;
    }
}

nav#mini_menu ul li {
    display: table-cell;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    transition: background-color .3s;
}

nav#mini_menu ul li:hover, nav#mini_menu ul li:focus, nav#mini_menu ul li.curr {
    background-color: #616066;
}

nav#mini_menu ul li a {
    padding: 15px 5px;
}

nav#mini_menu ul li a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent currentColor;
    border-style: solid none solid solid;
    border-width: 0.32475952640625em .375em;
    margin-right: .625em;
}

.page_new_product nav#mini_menu {
    width: calc(100% / 7 * 6);
    margin: 0 0 0 auto;
}

@media screen and (max-width: 991px) {
    .page_new_product nav#mini_menu {
        display: none;
    }
}

.page_new_product nav#mini_menu ul {
    table-layout: auto;
}

footer {
    background-color: #47464C;
    color: white;
    padding-top: 65px;
}

footer a {
    color: inherit!important;
    transition: .25s;
}

footer a:hover {
    opacity: .7;
    text-shadow: 0 -1px rgba(64, 64, 64, 0.75);
}

footer nav.footer_menu::after {
    content: "";
    display: block;
    height: 12.5vw;
    min-height: 180px;
    margin-top: -6.25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(https://www.kawamura-cycle.co.jp/shared/images/footer_bg.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    footer nav.footer_menu::after {
        background-position: center top;
        background-image: url(https://www.kawamura-cycle.co.jp/shared/images/footer_bg@2x.png);
    }
}

footer nav.footer_menu .wrapper {
    border-top: solid 1px #979797;
}

footer nav.footer_menu .wrapper .footer_logo {
    display: block;
    float: left;
    padding: 35px 30px 35px 25px;
}

footer nav.footer_menu .wrapper ul.fat_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
}

footer nav.footer_menu .wrapper ul.fat_nav > li {
    width: 12.5%;
    padding: 0 2px;
    margin-bottom: 40px;
}

footer nav.footer_menu .wrapper ul.fat_nav > li:last-child {
    margin-right: auto;
}

footer nav.footer_menu .wrapper ul.fat_nav > li .categ {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer nav.footer_menu .wrapper ul.fat_nav > li ul li {
    font-size: 12px;
}

footer nav.footer_menu .wrapper ul.fat_nav > li ul li:not(:last-child) {
    margin-bottom: 8px;
}

footer nav.footer_menu .wrapper ul.fat_nav > li ul li.max-ltd {
    padding-top: 30px;
}

footer nav.footer_menu .wrapper .fat_nav_footer {
    font-size: 14px;
    text-align: right;
    padding: 0 40px 20px 10px;
}

footer nav.footer_menu .wrapper .fat_nav_footer a {
    margin-right: 2em;
}

footer nav.footer_menu .wrapper .fat_nav_footer span {
    border: 1px solid #fff;
    display: inline-block;
    font-size: 10px;
    margin-right: 2em;
    margin-top: 5px;
    padding: 2px 4px;
}

@media screen and (max-width: 767px) {
    footer nav.footer_menu .wrapper .fat_nav_footer {
        padding: 0 20px 20px 10px;
    }
    footer nav.footer_menu .wrapper .fat_nav_footer a {
        margin-right: 0;
    }
    footer nav.footer_menu .wrapper .fat_nav_footer a + a {
        margin-left: 2em;
    }
    footer nav.footer_menu .wrapper .fat_nav_footer span {
        margin-right: 0;
    }
}

footer .copyright {
    background-color: #1C1D20;
    text-align: center;
    padding: 10px 0;
}




@media (max-width: 767px) {
    .header__option {
        display: none;
    }
    .header__navi {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2147483647;
        background-color: #47464d;
        color: white;
        overflow-y: auto;
        padding: 20px;
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s, visibility .3s step-end;
    }
    .header__navi.show {
        transition: opacity .3s, visibility .3s step-start;
        opacity: 1;
        visibility: visible;
    }
    .header__navi a {
        color: inherit;
    }
    .header__navi span.expandable {
        display: block;
        position: relative;
    }
    .header__navi span.expandable::before {
        content: "";
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-color: transparent currentColor;
        border-style: solid none solid solid;
        border-width: 4px 6.928203230275509px;
        transition: transform .3s;
    }
    .header__navi span.expandable.expanded::before {
        transform: rotate(90deg);
    }
    .header__navi button#close_menu {
        display: block;
        width: 40px;
        background: none;
        border: none;
        line-height: 1;
        text-align: center;
        padding: 0;
        margin: 0 0 20px auto;
    }
    .header__navi button#close_menu .cross {
        display: block;
        position: relative;
        height: 32px;
    }
    .header__navi button#close_menu .cross::before, .header__navi button#close_menu .cross::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 36px;
        height: 5px;
        background-color: white;
        transform-origin: center;
    }
    .header__navi button#close_menu .cross::before {
        transform: rotate(45deg);
    }
    .header__navi button#close_menu .cross::after {
        transform: rotate(-45deg);
    }
    .header__navi button#close_menu .label {
        color: white;
        font-size: 10px;
    }
    .header__navi__more {
        display: none;
        font-weight: normal;
        text-align: left;
        overflow: hidden;
        box-sizing: border-box;
    }
    .header__navi__more span.expandable::before {
        left: -15px;
    }
    .header__navi__more h2 {
        display: none;
    }
    .header__navi__more > ul {
        padding-top: 20px;
    }
    .header__navi__more > ul li {
        margin-bottom: 0;
    }
    .header__navi__more ul.triangle {
        padding-left: 35px;
    }
    .header__navi__more ul.triangle li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .header__navi__more ul.triangle li ul {
        display: none;
        overflow: hidden;
        padding-left: 15px;
    }
    .header__navi__more ul.triangle li ul li {
        font-weight: normal;
        margin-bottom: 5px;
    }
    .header__navi__more ul.triangle li ul li:first-of-type {
        margin-top: 10px;
    }
    .header__navi__more ul.triangle li ul li:last-of-type {
        margin-bottom: 10px;
    }
    .header__navi__lists {
        text-align: center;
    }
    .header__navi__list {
        font-size: 18px;
        font-weight: bold;
        padding: 12px 0;
        border-bottom: solid 1px #979797;
    }
    .header__navi__list:first-child {
        border-top: solid 1px #979797;
    }
    .header__navi__list > a,
    .header__navi__list > span {
        display: block;
    }
    .header__navi ul.langs {
        position: absolute;
        top: 30px;
        left: 25px;
    }
    .header__navi ul.langs li a.ja {
        background-image: url(https://www.kawamura-cycle.co.jp/shared/images/lang_ja.png);
    }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
    .header__navi ul.langs li a.ja {
        background-image: url(https://www.kawamura-cycle.co.jp/shared/images/lang_ja@2x.png);
    }
}

@media (max-width: 767px) {
    .header__navi__sales {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .header__navi__sales__button {
        border: 1px solid #FFF;
        padding: 10px 20px;
    }
    .header__navi__products__title[data-usecase="none"] {
        display: none;
    }
    .header__langs {
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .header__langs__list {
        margin-right: 15px;
    }
    .header__langs__list__btn {
        display: flex;
        align-items: center;
        font-size: 9px;
        font-family: "Hiragino Kaku Gothic ProN", "Lucida Grande", "メイリオ", Meiryo, sans-serif;
        font-weight: bold;
        padding: 5px;
    }
    .header__langs__list__btn__icon {
        height: 22px;
        margin-left: 6px;
        width: 22px;
    }
    .header__contact {
        display: none;
    }
}

@media (min-width: 768px) {
    .header__option {
        align-items: center;
        display: flex;
        height: 30px;
        position: absolute;
        top: 15px;
        right: 10px;
        bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .header__option {
        display: none;
    }
}

@media (min-width: 768px) {
    .header__option__sales {
        font-size: 12px;
    }
    .header__option__sales-button {
        transition: all 0.2s ease-in-out;
        align-items: center;
        background-color: #7d7c85;
        color: #FFF!important;
        display: flex;
        margin-right: 20px;
        justify-content: center;
        padding: 5px 10px;
    }
    .header__option__sales-button:hover {
        opacity: 0.5;
    }
    .header__option__lists {
        display: flex;
        align-items: center;
        height: 30px;
    }
    .header__option__list {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }
    .header__option__list:nth-child(3) {
        margin-right: 50px;
    }
    .header__option__list:last-child {
        margin-right: 0;
    }
    .header__option__list a {
        display: block;
        transition: all 0.2s ease-in-out;
    }
    .header__option__list a:hover {
        opacity: 0.5;
    }
    .header__option .lang-name {
        margin-right: 6px;
        font-size: 9px;
        font-family: "Hiragino Kaku Gothic ProN", "Lucida Grande", "メイリオ", Meiryo, sans-serif;
        font-weight: bold;
    }
    .header__option img.lang-icon {
        width: 22px;
        height: 22px;
    }
    .header__navi {
        position: absolute;
        bottom: 0;
        right: 10%;
    }
    .header__navi button#close_menu {
        display: none;
    }
    .header__navi__lists {
        display: flex;
    }
    .header__navi__more {
        visibility: hidden;
        opacity: 0;
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        position: absolute;
        top: 100%;
        left: calc( 0px - 100% / 7);
        width: calc( 100% / 7 * 8);
        background-color: rgba(255, 255, 255, 0.95);
        color: #333;
        text-align: left;
        padding: 20px 30px;
        z-index: 2;
        transition: visibility .3s step-end, opacity .3s ease-in;
    }
    .header__navi__more::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 2px;
        background-image: linear-gradient(to right, #AB322E 40px, black 40px, black);
        -webkit-animation: fade-in .3s;
        animation: fade-in .3s;
        z-index: 1;
    }
    .header__navi__more a {
        transition: .25s;
        color: #555;
    }
    .header__navi__more a:hover {
        opacity: .7;
        text-shadow: 0 -1px rgba(64, 64, 64, 0.75);
    }
    .header__navi__more h2 {
        font-size: 14px;
        padding-bottom: 5px;
        border-bottom: solid 1px #ccc;
        margin-bottom: 20px;
    }
    .header__navi__more__lists li ul.triangle li {
        margin: 0 5px 10px;
    }
    .header__navi__more ul.triangle > li::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-color: transparent #333;
        border-style: solid none solid solid;
        border-width: 0.32475952640625em .375em;
        margin-right: .625em;
    }
    .header__navi__more ul.triangle ul {
        display: none;
        padding-left: 1em;
    }
    .header__navi__more ul.triangle ul li {
        font-size: 12px;
        font-weight: normal;
        margin: 5px 0;
    }
    .header__navi__list {
        letter-spacing: 0.1em;
        transition: background-color .3s;
    }
    .header__navi__list:hover .header__navi__more, .header__navi__list:focus .header__navi__more {
        z-index: 3;
        opacity: 1;
        visibility: visible;
        transition: visibility .3s step-start, opacity .3s ease-out;
    }
    .header__navi__anchor {
        display: inline-block;
        color: #333 !important;
        padding: 15px 20px;
        line-height: 1;
        font-family: "Hiragino Kaku Gothic ProN", "Lucida Grande", "メイリオ", Meiryo, sans-serif;
        font-size: 12px;
        position: relative;
    }
    .header__navi__anchor--en {
        font-size: 12px;
        padding: 15px 10px;
    }
    .header__navi__sales {
        display: none;
    }
    .header__langs {
        display: none;
    }
    .page_home .header__navi__anchor--01:after,
    .page_new_product .header__navi__anchor--02:after,
    .page_products .header__navi__anchor--03:after,
    .page_company .header__navi__anchor--04:after,
    .page_download .header__navi__anchor--05:after,
    .page_recruit .header__navi__anchor--06:after {
        position: absolute;
        content: "";
        width: calc( 100% - 40px);
        height: 2px;
        display: block;
        background-color: #333;
        bottom: -2px;
        left: 20px;
        z-index: -1;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header__navi {
        position: absolute;
        bottom: 0;
        right: 10px;
    }
    .header__navi__lists {
        display: flex;
    }
    .header__navi__list {
        margin-right: 10px;
    }
    .header__navi__list:last-child {
        margin-right: 0;
    }
    .header__navi__anchor {
        padding: 15px 10px;
        font-size: 12px;
    }
    .header__navi__anchor.current:after {
        width: calc( 100% - 20px);
        left: 10px;
    }
}

@media (min-width: 1024px) {
    .header__navi__list {
        padding: 0 15px;
    }
}

@media all {
    .header__navi__products__title {
        color: #fff;
        padding: 3px 8px;
        display: inline-block;
        margin-bottom: 5px;
        border-radius: 8px;
        font-size: 8px;
    }
    .header__navi__products__title[data-usecase="home"] {
        background-color: #235184;
    }
    .header__navi__products__title[data-usecase="hospital"] {
        background-color: #77AB41;
    }
    .header__to-product {
        display: inline-block;
    }
    .header__to-product__button {
        display: inline;
        border: none;
        background: none;
    }
    .header__to-product__button:hover {
        opacity: .7;
    }
    .header__contact {
        height: 80px;
        width: 80px;
    }
    .header__contact-button {
        transition: all 0.3s ease-in-out;
        align-items: center;
        background-color: #47464C;
        color: #FFF !important;
        display: flex;
        font-size: 9px;
        height: 100%;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    .header__contact-button:hover {
        opacity: 0.8;
    }
    .header__navi__more ul.triangle > li.header__navi__products__title::before {
        display: none;
    }