@charset "UTF-8";

body {
    position: relative;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,li,figure {
    margin: 0;
    padding: 0;
}
main {
    min-width: 900px;
    line-height: 1.5;
}
img {
    max-width: 100%;
}
em {
    font-weight: bold;
}
.pc_only {
    display: block !important;
}
.sp_only {
    display: none !important;
}

@media (min-width: 642px) {
    .imgSide {
        max-width: 362px;
    }
    .imgCenter_1column {
        max-width: 690px;
    }
    .imgIntroduction {
        max-width: 362px;
    }
}

@media (max-width: 641px) {
    body {
        min-width: 100% !important;
        font-size: 14px;
    }
    main {
        min-width: 100%;
    }
    .pc_only {
        display: none !important;
    }
    .sp_only {
        display: block !important;
    }
    figure {
        text-align: center;
    }
}

header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px;
    min-width: 960px;
    margin: 0 auto;
    padding: 18px 15px 0;
}
header .header_title {
    display: flex;
    align-items: center;
}
header .logo img {
    width: 117px;
}
header .site_title {
    margin-left: 20px;
    font-size: 12px;
    line-height: 1.5;
}
header .site_title a {
    color: #000000;
}
header .site_title a:hover {
    opacity: 0.5;
}
header .list_box {
    display: flex;
}
header .list_box li + li {
    margin-left: 10px;
}
header .list_box li a {
    display: block;
    width: 195px;
    padding: 14px 10px 11px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
header .btn_download a {
    background: #C30D23;
}
header .btn_contact a {
    background: #05738d;
}
header .list_box li span {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
}
header .btn_download span {
    background-image: url(/img/ss/products/controls/customers-voice/icon_download.png);
}
header .btn_contact span {
    background-image: url(/img/ss/products/controls/customers-voice/icon_contact.png);
}
@media (max-width: 641px) {
    header .inner {
      display: block;
      min-width: auto;
      padding: 12px 0 0;
    }
    header .header_title {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
      width: 92%;
      margin: 0 auto;
    }
    header .site_title {
      margin-left: 0;
      font-size: 12px;
    }
    header .list_box {
      margin-top: 12px;
    }
    header .list_box li {
      width: 50%;
    }
    header .list_box li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 14px 8px 11px;
      font-size: 14px;
    }
    header .list_box li + li {
      margin-left: 0;
    }
}



.kvWrap {
    position: relative;
    margin: 40px 0 0;
    padding: 0 0 30px;
    background: linear-gradient(to bottom, #ffffff 25%, #ffffff 25%, #f5f5f5 25%, #f5f5f5);
}
.kvWrap .kvWrapInner{
    max-width: 1336px;
    width: 100%;
    margin: 0 auto;
}
.kvWrap .kvTitle {
    max-width: 1336px;
    margin: 0 auto;
}
.kvWrap .kvTitle .kvTitle_inner {
    display: inline-block;
    position: relative;
}
.kvWrap h1.tit_h1 {
    position: relative;
    min-width: 580px;
    display: flex;
    justify-content: left;
    margin: 0 auto;
    padding: 25px 25px 25px 100px;
    font-size: 36px;
    line-height: 1.5;
    background: #c30d23;
    color: #ffffff;
}
/* .kvWrap h1.tit_h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100%;
    background: #c30d23;
} */
.kvWrap h1.tit_h1 span.sub {
    margin: 5px 20px 0 0;
    font-size: 12px;
}
.kvWrap figure.kv {
    max-width: 810px;
    width: 62%;
    margin: -40px 0 0;
}
.kvWrap figure.kv img {
    width: 100%;
}
.kvWrap .catchArea {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}
.kvWrap .catchArea .catchArea_inner {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.kvWrap .catchArea .catchArea_inner .catchArea_contents {
    width: 43%;
    padding: 30px 40px 50px;
    background: #ffffff;
    box-sizing: border-box;
}
.kvWrap .catchArea .catchArea_inner .catchArea_contents figure {
    text-align: center;
}
.kvWrap .catchArea .catchArea_inner .catchArea_contents .catchArea_text {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.7;
}
@media (max-width: 641px) {
    .kvWrap .kvWrapInner{
        width: 100%;
    }
    .kvWrap .kvTitle {
        max-width: 100%;
    }
    .kvWrap h1.tit_h1 {
        min-width: auto;
        display: block;
        padding: 0;
        font-size: 22px;
        background: none;
    }
    .kvWrap h1.tit_h1::before {
        content: none;
    }
    .kvWrap h1.tit_h1 span.sub {
        display: block;
        margin: 0 15px 5px;
        font-size: 10px;
        color: #c30d23;
    }
    .kvWrap h1.tit_h1 span.main {
        display: block;
        padding: 5px 10px 5px 15px;
        font-size: 22px;
        background: #c30d23;
        color: #ffffff;
    }
    .kvWrap figure.kv {
        width: 100%;
        margin: -20px 0 0;
    }
    .kvWrap .catchArea {
        position: relative;
        top: 0;
        left: 0;
        width: 97%;
        max-width: 100%;
        margin: -35px 0 0 auto;
        transform: translate(0, 0);
        box-sizing: border-box;
    }
    .kvWrap .catchArea .catchArea_inner .catchArea_contents {
        width: 100%;
        padding: 15px 20px 30px;
    }
    .kvWrap .catchArea .catchArea_inner .catchArea_contents .catchArea_text {
        margin: 10px 0 0;
        font-size: 14px;
    }
}


.otherWrap {
    padding: 0 0 30px;
    background: #f5f5f5;
}
.otherWrap .otherWrap_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1060px;
    margin: 0 auto;
    padding: 30px 80px;
    box-sizing: border-box;
    background: #ffffff;
}
.otherWrap .otherWrap_inner .otherArea_contents {
    width: 49%;
}
.otherWrap .otherWrap_inner .otherArea_contents:first-child {
    width: 40%;
    padding-right: 4%;
}
.otherWrap .otherWrap_inner .otherArea_contents:last-child {
    width: 65%;
}
.otherWrap .otherWrap_inner .otherArea_contents .title {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 14px;
    font-weight: bold;
}
.otherWrap .otherWrap_inner .otherArea_contents .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #e08590;
}
.otherWrap .otherWrap_inner .otherArea_contents .text {
    font-size: 14px;
}
.otherWrap .otherWrap_inner .otherArea_contents ul.list {
    font-size: 14px;
    list-style: none;
}
.otherWrap .otherWrap_inner .otherArea_contents ul.list li {
    position: relative;
    padding: 0 0 0 1em;
}
.otherWrap .otherWrap_inner .otherArea_contents ul.list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 641px) {
    .otherWrap {
        padding: 0;
        background: none;
    }
    .otherWrap .otherWrap_inner {
        position: relative;
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 15px;
        box-sizing: border-box;
        background: #ffffff;
    }
    .otherWrap .otherWrap_inner .otherArea_contents {
        width: 100%;
        margin: 40px 0 0;
    }
    .otherWrap .otherWrap_inner .otherArea_contents:first-child {
        width: 100%;
        padding-right: 0;
        margin: 0;
    }
    .otherWrap .otherWrap_inner .otherArea_contents:last-child {
        width: 100%;
    }
}



.contentsWrap {
    max-width: 900px;
    margin: 0 auto;
}
.contentsWrap h2.tit_h2 {
    margin: 80px 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #c30d23;
}
.contentsWrap h3.tit_h3 {
    display: flex;
    align-items: center;
    margin: 48px 0 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    font-weight: bold;
    background: #efefef;
    box-sizing: border-box;
}
.contentsWrap h3.tit_h3 span {
    min-width: 68px;
    margin: 0 20px 0 0;
    padding: 10px 20px;
    text-align: center;
    background: #999999;
    color: #ffffff;
    box-sizing: border-box;
}
.contentsWrap h4.tit_h4 {
    margin: 48px 0 0;
    padding: 10px 20px 10px 16px;
    font-size: 14px;
    font-weight: bold;
    border-left: 4px solid #999999;
    background: #efefef;
    box-sizing: border-box;
}
.contentsWrap h2.general_h2 {
    margin: 80px 0 0;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
}
@media (max-width: 641px) {
    .contentsWrap {
        max-width: 100%;
        margin: 0;
    }
    .contentsWrap h2.tit_h2 {
        margin: 80px 15px 0;
        font-size: 16px;
    }
    .contentsWrap h3.tit_h3 {
        margin: 40px 15px 0;
        padding: 0 15px 0 0;
    }
    .contentsWrap h3.tit_h3 span {
        margin: 0 15px 0 0;
        padding: 10px 15px;
    }
    .contentsWrap h4.tit_h4 {
        margin: 40px 15px 0;
        padding: 10px 20px 10px 15px;
        font-size: 14px;
        font-weight: bold;
        border-left: 4px solid #999999;
        background: #efefef;
        box-sizing: border-box;
    }
    .contentsWrap h2.general_h2 {
        margin: 48px 0 0;
        padding: 15px;
        font-size: 20px;
        box-sizing: border-box;
    }
}



.contentsWrap p.text {
    margin: 24px 0;
    font-size: 14px;
}
.contentsWrap p.txtCenter {
    text-align: center;
}
.contentsWrap p.text span.textStrong {
    font-weight: bold;
    color: #c30d23;
}
.contentsWrap p.textImportant {
    margin: 40px 0;
    font-size: 20px;
    font-weight: bold;
}
.contentsWrap div.textFloat {
    position: relative;
}
.contentsWrap div.textFloat::after {
    content: "";
    clear: both;
    display: block;
}
.contentsWrap div.textFloat_l figure {
    float: left;
    margin: 0 24px 0 0;
}
.contentsWrap div.textFloat_r figure {
    float: right;
    margin: 0 0 0 24px;
}
.contentsWrap div.imgFixed figure {
    max-width: 362px;
}
.contentsWrap .imgCenter {
    margin: 48px;
    text-align: center;
}
.contentsWrap .imgCenter figure {
    display: inline-block;
}
.contentsWrap .imgCaption {
    margin: 10px 0 0;
    font-size: 12px;
    text-align: left;
}
.contentsWrap .imgFlex {
    display: flex;
    margin: 24px 0;
}
.contentsWrap .imgFlex span.textStrong{
    font-weight: bold;
    color: #c30d23;
}
.contentsWrap .imgFlex .imgFlexFigure {
}
.contentsWrap .imgFlex .imgFlexFigure img {
    margin: 0;
}
.contentsWrap .imgFlex .imgFlexText{
    flex:1;
}
.contentsWrap .imgFlex.imgFlexLeft .imgFlexText{
    margin-left: 24px;
}
.contentsWrap .imgFlex.imgFlexRight .imgFlexText{
    margin-right: 24px;
}

@media (max-width: 641px) {
    .contentsWrap p.text {
        margin: 24px 15px 0;
    }
    .contentsWrap p.textImportant {
        margin: 24px 15px 0;
        font-size: 16px;
    }
    .contentsWrap div.textFloat {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .contentsWrap div.textFloat::after {
        content: "";
        clear: both;
        display: block;
    }
    .contentsWrap div.textFloat_l figure {
        float: none;
        margin: 24px 15px 0;
        width: 100%;
        text-align: center;
    }
    .contentsWrap div.textFloat_r figure {
        float: none;
        margin: 24px 15px 0;
        width: 100%;
        text-align: center;
        order: 2;
    }
    .contentsWrap div.textFloat_r .text {
        order: 1;
    }
    .contentsWrap div.imgFixed {
        justify-content: center;
    }
    .contentsWrap .imgCenter {
        margin: 24px 15px 0;
        text-align: center;
    }
    .contentsWrap .imgCenter figure {
        display: inline-block;
    }
    .contentsWrap .imgCaption {
        font-size: 12px;
    }
    .contentsWrap .imgFlex {
        flex-direction: column;
        margin: 24px 15px 24px;
    }
    .contentsWrap .imgFlex.imgFlexLeft .imgFlexText{
        margin: 24px 0 0;
    }
    .contentsWrap .imgFlex.imgFlexRight .imgFlexText{
        margin: 0 0 24px;
    }
}



.contentsWrap ul {
    font-size: 14px;
    list-style: none;
}
.contentsWrap ul li {
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 0 1.5em;
}
.contentsWrap ul li > ul {
    margin: 12px 0 0 !important;
}
.contentsWrap ul li > ul li {
    padding: 0 0 0 1.5em !important;
}
.contentsWrap ul li:last-child {
    margin: 0;
}
.contentsWrap ul.list_dot {
    margin: 24px 0 0;
}
.contentsWrap ul.list_dot > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.contentsWrap ul.list_num {
    margin: 32px 0 0;
}
.contentsWrap ul.list_num > li {
    counter-increment: list_num;
}
.contentsWrap ul.list_num > li::before {
    content: counter(list_num);
    position: absolute;
    top: 0;
    left: 0;
}
.contentsWrap ul li > ul.list_num > li {
    counter-increment: list_num_02;
}
.contentsWrap ul li > ul.list_num > li::before {
    content: counter(list_num_02);
    position: absolute;
    top: 0;
    left: 0;
}
.contentsWrap ul.list_caution {
    margin: 40px 0 0;
}
.contentsWrap ul.list_caution > li::before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
}
.contentsWrap ul.list_caution_num {
    margin: 40px 0 0;
}
.contentsWrap ul.list_caution_num > li {
    counter-increment: list_caution_num;
}
.contentsWrap ul.list_caution_num > li::before {
    content: "*"counter(list_caution_num);
    position: absolute;
    top: 0;
    left: 0;
}
.contentsWrap ul li > ul.list_caution_num > li {
    counter-increment: list_caution_num_02;
}
.contentsWrap ul li > ul.list_caution_num > li::before {
    content: "*"counter(list_caution_num_02);
    position: absolute;
    top: 0;
    left: 0;
}
.contentsWrap ul.list_normal {
    margin: 40px 0 0;
}
.contentsWrap ul.list_normal > li {
    padding: 0;
}
@media (max-width: 641px) {
    .contentsWrap ul.list_dot {
        margin: 24px 15px 0;
    }
    .contentsWrap ul.list_num {
        margin: 32px 15px 0;
    }
    .contentsWrap ul.list_caution {
        margin: 32px 15px 0;
    }
    .contentsWrap ul.list_caution_num {
        margin: 32px 15px 0;
    }
    .contentsWrap ul.list_normal {
        margin: 32px 15px 0;
    }
}



.contentsWrap .text a {
    position: relative;
    color: #2079d2;
}
.contentsWrap .text a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.contentsWrap .text a.window span {
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.contentsWrap .text a.window span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 12px;
    background: url(/img/ss/products/controls/customers-voice/icon_blank.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(0, -50%);
}



.contentsWrap .columnWrap {
    display: flex;
    justify-content: space-between;
    margin: 48px 0 0;
}
.contentsWrap .columnWrap .column_contents img{
    margin: 0 auto;
}
.contentsWrap .column_02 .column_contents {
    width: 438px;
}
.contentsWrap .column_03 .column_contents {
    width: 284px;
}
.contentsWrap .column_04 .column_contents {
    width: 208px;
}
.contentsWrap .column_03.columnWrap_arrow .column_contents {
    width: 362px;
}
.contentsWrap .column_03.columnWrap_arrow .column_contents.column_03_arrow {
    display: flex;
    width: 128px;
}
.contentsWrap .column_03.columnWrap_arrow .column_contents.column_03_arrow figure {
    margin: auto;
}
.contentsWrap .companyWrap {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 0;
    padding: 40px 40px;
    border: 2px solid #eaeaea;
    box-sizing: border-box;
}
.contentsWrap .companyWrap .column_contents {
    margin: 0 60px 0 0;
}
.contentsWrap .companyWrap .column_contents:last-child {
    margin: 0;
}
.contentsWrap .companyWrap .contents_text {
    width: 394px;
    font-size: 14px;
}
.contentsWrap .companyWrap .contents_img {
    width: 398px;
}
@media (max-width: 641px) {
    .mb30 {
        margin-bottom: 30px;
    }
    .contentsWrap .columnWrap {
        flex-wrap: wrap;
        margin: 40px 15px 0;
    }
    .contentsWrap .column_contents:nth-child(n+3) {
        margin: 30px 0 0;
    }
    .contentsWrap .column_02 .column_contents {
        width: 100%;
    }
    .contentsWrap .column_03 .column_contents {
        width: 48%;
    }
    .contentsWrap .column_04 .column_contents {
        width: 48%;
    }
    .contentsWrap .companyWrap {
        display: block;
        margin: 48px 15px 0;
        padding: 20px 15px;
    }
    .contentsWrap .companyWrap .column_contents {
        margin: 0 0 30px;
    }
    .contentsWrap .companyWrap .column_contents:last-child {
        margin: 0;
    }
    .contentsWrap .companyWrap .contents_text {
        width: 100%;
        font-size: 14px;
    }
    .contentsWrap .companyWrap .contents_img {
        width: 100%;
    }
}



.cvArea {
    margin: 60px 0 0;
    padding: 40px 0;
    background: #efefef;
}
.cvArea .cvBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 284px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #C30D23;
    color: #ffffff;
}
.cvArea .cvBtn a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.cvArea .cvBtn a span {
    position: relative;
    padding: 0 0 0 30px;
}
.cvArea .cvBtn a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 20px;
    background: url(/img/ss/products/controls/customers-voice/icon_download.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(0, -50%);
}
@media (max-width: 641px) {
    .cvArea {
        margin: 40px 0 0;
    }
    .cvArea .cvBtn a {
        width: 225px;
    }
}



.customerTitle {
    margin: 60px 0 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.customerSlider {
    max-width: 1160px;
    margin: 40px auto 0;
    padding: 0 65px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.customerSlider .slick-list {
    overflow: hidden;
}
.customerSlider .slick-list .slick-track {
    display: flex;
    margin: 5px 10px;
}
.customerSlider .prev {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #c30d23;
    border-right: 3px solid #c30d23;
    overflow: hidden;
    transform: rotate(-135deg) translate(0%, -50%);
    text-indent: -999em;
    cursor: pointer;
    z-index: 1;
}
.customerSlider .next {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #c30d23;
    border-right: 3px solid #c30d23;
    overflow: hidden;
    transform: rotate(45deg) translate(0%, -50%);
    text-indent: -999em;
    cursor: pointer;
    z-index: 1;
}
.customerSlider .sliderContents {
    max-width: 236px;
    width: 100%;
    margin: 5px 11px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}
.customerSlider .sliderContents a {
    text-decoration: none;
    color: #000000;
}
.customerSlider .sliderContents figure.customerThumb {
    max-height: 153px;
    overflow: hidden;
}
.customerSlider .sliderContents figure.customerThumb img {
    width: 100%;
    transition: all 0.8s;
}
.customerSlider .sliderContents:hover figure.customerThumb img {
    transform: scale(1.1,1.1);
}
.customerSlider .sliderContents .customerLogo {
    overflow: hidden;
}
.customerSlider .sliderContents .customerInfo {
    padding: 15px 23px 23px 23px;
    box-sizing: border-box;
}
.customerSlider .sliderContents .customerInfo .customerName {
    margin-top: 10px;
    font-size: 10px;
    color: #999;
}
.customerSlider .sliderContents .customerInfo .customerText {
    margin-top: 30px;
    font-size: 14px;
}
@media (max-width: 1170px) {
    .customerSlider {
        max-width: 900px;
    }    
}
@media (max-width: 900px) {
    .customerSlider {
        max-width: 650px;
    }    
}
@media (max-width: 641px) {
    .customerTitle {
        font-size: 22px;
    }
    .customerSlider {
        max-width: 100%;
        margin: 40px auto 0;
        padding: 0 11vw;
    }
    .customerSlider .slick-list .slick-track {
        margin: 0 auto;
    }
    .customerSlider .prev {
        left: 25px;
        width: 10px;
        height: 10px;
    }
    .customerSlider .next {
        right: 25px;
        width: 10px;
        height: 10px;
    }
    .customerSlider .sliderContents {
        width: 100%;
        margin: 0 2vw 2vw;
        max-width: 100%;
    }
    .customerSlider .sliderContents figure.customerThumb {
        max-height: 100%;
    }
    .customerSlider .sliderContents .customerInfo {
        padding: 20px 25px 40px;
    }
}



#subFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 100px 0 0;
    background: #333333;
    z-index: 10000;
}
#subFooter .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px;
    min-width: 960px;
    margin: 0 auto;
    padding: 12px 15px 10px;
}
#subFooter .subFooter_title {
    display: flex;
    align-items: center;
    color: #ffffff;
}
#subFooter .subFooter_title .info {
    margin: 0 20px 0 0;
}
#subFooter .subFooter_title .title {
    font-size: 14px;
}
#subFooter .subFooter_title .time {
    font-size: 12px;
}
#subFooter .subFooter_title p.number {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}
#subFooter .site_title {
    margin-left: 20px;
    font-size: 1.3rem;
    line-height: 1.5;
}
#subFooter .list_box {
    display: flex;
}
#subFooter .list_box li + li {
    margin-left: 10px;
}
#subFooter .list_box li a {
    display: block;
    width: 195px;
    padding: 14px 10px 11px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#subFooter .btn_download a {
    background: #C30D23;
}
#subFooter .btn_contact a {
    background: #05738D;
}
#subFooter .list_box li span {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
}
#subFooter .btn_download span {
    background-image: url(/img/ss/products/controls/customers-voice/icon_download.png);
}
#subFooter .btn_contact span {
    background-image: url(/img/ss/products/controls/customers-voice/icon_contact.png);
}
@media (max-width: 641px) {
    #subFooter .inner {
      display: block;
      min-width: auto;
      padding: 0 0;
    }
    .sp_only .inner .subFooter_title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #ffffff;
        background: #333;
    }
    .sp_only .inner .subFooter_title .info {
        width: 40%;
        margin: 0 20px 0 0;
    }
    .sp_only .inner .subFooter_title .title {
        font-size: 14px;
    }
    .sp_only .inner .subFooter_title .time {
        font-size: 12px;
    }
    .sp_only .inner .subFooter_title .number a {
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
    }
    #subFooter .list_box li {
      width: 50%;
    }
    #subFooter .list_box li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 14px 8px 11px;
      font-size: 14px;
    }
    #subFooter .list_box li + li {
      margin-left: 0;
    }
}



/*========== footer ==========*/
footer {
    background: #333;
}
footer .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px;
    min-width: 960px;
    margin: 0 auto;
    padding: 15px;
}
footer .links {
    display: flex;
    align-items: center;
}
footer .links li {
    line-height: 1.4;
}
footer .links li + li {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}
footer .links a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
footer .links a:link,
footer .links a:visited {
    color: #fff;
}
footer .copy {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
@media (max-width: 641px) {
    footer .inner {
      display: block;
      min-width: auto;
      width: 92%;
      padding: 20px 0 18px;
      text-align: center;
    }
    footer .links {
      justify-content: center;
    }
    footer .copy {
      display: block;
      margin-top: 10px;
      font-size: 10px;
    }
}
