@charset "utf-8";

/* CSS Document */
@media (max-width: 768px) {
.pcOnly {
    display: none !important;
}
.tabOnly {
    display: block !important;
}
.spOnly {
    display: none !important;
}
.s-cover__main.cover_img {
    background: none;
}
.s-cover__main-content {
    padding: 0;
	height: inherit;
	vertical-align: bottom;
}
.s-cover__main .center-content {
    max-height: 530px;
	height: auto;
}

}

@media (max-width: 375px) {
.pcOnly {
    display: none !important;
}
.tabOnly {
    display: none !important;
}
.spOnly {
    display: block !important;
}
.s-cover__main .center-content {
    max-height: 320px;
	height: auto;
}

}

@media (max-width: 1300px) {
    .review-content p,.review-content .item-text p {
        font-size: 15px;
    }
.column-3box-slider .slick-prev {
	left: 0;
}
.column-3box-slider .slick-next {
	right: 0;
}
.slick-prev, .slick-next {
	width: 12px !important;
}
.column-3box-slider .slick-prev:before, .column-3box-slider .slick-next:before {
    background-size: 12px;
}
}

@media screen and (max-height: 900px) {
    .s-gallery-modal .modal-dialog {
        margin: 30px auto;
    }
}

@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: portrait) {
}

@media (min-width: 1025px) {
    .global-nav .global-nav__list {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
    #footer .footer-menu__list {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
}

@media (max-width: 1176px) {
    .s-content-middle.type-3 .s-content-middle__content p {
        font-size: 14px;
    }
    #footer .footer-nav__item {
        padding-right: 20px;
    }
    .page-reason .s-price-and-licence-middle__content .item-number p {
        font-size: 80px;
    }
}

@media (max-width: 1080px) {
    #header {
        padding-left: 7px;
        padding-right: 7px;
    }
    #header .header-menu > li > a {
        font-size: 18px;
    }
    .s-company .s-company__item-row p {
        min-height: 144px;
    }
}

@media (max-width: 1024px) {
    #header {
        padding-left: 10px;
        padding-right: 0;
    }
    #header .header-menu {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    #header .header-menu > li {
        flex: none;
    }
    #header .header-menu > li.has-dropdown {
        display: none;
    }
    #header .header-menu {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    #header .header-menu > li.menu {
        display: block;
    }
    #footer .footer-nav {
        display: block;
    }
    #footer .footer-nav a {
        padding-left: 18px;
    }
    #footer .footer-nav__item {
        width: 100% !important;
    }
    #footer .footer-nav .footer-menu__list {
        display: none;
        padding: 0 0 0 10px;
    }
    #footer .footer-nav .footer-menu__list .footer-menu {
        padding: 0 !important;
        margin: 0 0 20px;
    }
    #footer .footer-menu__title {
        margin: 0 0 15px;
    }
    #footer .footer-nav .footer-menu__list .footer-menu:first-child {
        /*padding-top: 5px !important;*/
    }
    #footer .footer-bottom .footer-menu {
        float: none;
        text-align: center;
        margin: 0 0 10px;
    }
    #footer .footer-bottom .footer-menu li {
        float: none;
        display: inline-block;
        margin: 0 0 10px;
    }
    #footer .footer-bottom .copy {
        float: none;
        text-align: center;
    }
    /*#go-top {*/
    /*top: 50%;*/
    /*bottom: auto;*/
    /*-webkit-transform: translate(0, -50%);*/
    /*-moz-transform: translate(0, -50%);*/
    /*-ms-transform: translate(0, -50%);*/
    /*-o-transform: translate(0, -50%);*/
    /*transform: translate(0, -50%);*/
    /*display: block;*/
    /*line-height: 1;*/
    /*}*/
    .global-nav {
        position: fixed;
        right: 0;
        top: 0;
        left: auto !important;
        width: 100%;
        max-width: none !important;
        /*display: block;*/
        padding: 46px 14px 30px;
        bottom: 0;
        background: rgba(255, 255, 255, 0.98);
        /*visibility: visible;*/
        z-index: 222;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    body.mobile-nav-opened {
        overflow: hidden;
    }
    .global-nav.active {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
    .global-nav .global-nav__item {
        display: block !important;
    }
    .global-nav .global-nav__list {
        display: none;
        margin: 0;
    }
    .global-nav .global-nav__list .global-nav__menu {
        margin: 0 0 10px;
    }
.global-nav .global-nav__list.cols-2 .global-nav__menu,  .global-nav .global-nav__list.cols-3 .global-nav__menu {
        width: auto;
    }
    .global-nav .btn-close-menu {
        position: absolute;
        display: block;
        right: 5px;
        top: 0;
        font-size: 25px;
        color: #005dac;
        padding: 10px;
        line-height: 1;
    }
    .global-nav .global-nav__item .global-nav__help {
        display: block;
        padding: 5px 0 12px;
        margin: 5px 0 0;
        text-decoration: none;
    }
    .global-nav .global-nav__item .global-nav__help img {
        height: 24px;
    }
    .global-nav .global-nav__item .global-nav__help:before {
        display: none;
    }
    .global-nav .global-nav__item-title {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 5px;
    }
    .global-nav .global-nav__item-title a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .global-nav .global-nav__menu {
        padding: 0 20px;
    }
    .global-nav .global-nav__menu li {
        margin: 0;
    }
    .global-nav .global-nav__menu li.title {
        margin-bottom: 4px;
        padding: 8px 0;
    }
    .global-nav .global-nav__item li > a {
        padding: 8px 0 8px 20px;
    }
    .global-nav .global-nav__item li > a:before {
    }
    .global-nav .global-nav__list.border-top .global-nav__menu {
        border-top: none;
        padding-top: 0;
    }
    .global-nav .global-nav__item a:before {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
.s-gallery-top .swiper-button-next,  .s-gallery-top .swiper-container-rtl .swiper-button-prev {
        right: 10px;
        margin-right: 0;
    }
.s-gallery-top .swiper-button-prev,  .s-gallery-top .swiper-container-rtl .swiper-button-next {
        left: 10px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    html, body, input, button, select, textarea {
        font-size: 14px;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .only-pc {
        display: none !important;
    }
    .only-mobile {
        display: block !important;
    }
    .content-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    #header {
        padding: 0;
        height: 46px;
    }
    #header .header-logo {
        width: 133px;
        padding: 12px 7px;
    }
    #header .header-menu > li.help {
        display: none;
    }
    #header .header-menu > li > a.btn-menu {
        width: 55px;
        padding: 10px 12px;
    }
    #header .header-menu > li > a.btn-menu span {
        height: 2px;
    }
    #header .header-menu > li.search > a {
        padding: 7px 2px;
    }
    #header .header-menu > li > a:before {
        bottom: 1px;
        height: 2px;
    }
    .s-search {
        top: 46px;
    }
    .s-search .s-search__form {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .s-search__form .form-control {
        font-size: 16px;
    }
    .global-nav .global-nav__item a {
        font-size: 17px;
        line-height: 1.1;
    }
    /*pankuzu*/
    .s-breadcrumbs {
        display: none;
    }
    #footer .footer-top {
        padding-top: 18px;
        padding-bottom: 10px;
    }
    #footer .footer-nav a {
        font-size: 13px;
    }
    #footer .footer-nav a:before {
        border-width: 3px 0 3px 6px;
        top: 7px;
    }
    #footer .footer-bottom {
        font-size: 11px;
        padding: 15px 0 19px;
    }
    #footer .footer-bottom .copy {
        font-size: 10px;
    }
    #footer .footer-bottom .footer-menu li {
        padding: 0 6px 0 5px;
        border-right: 1px solid #fff;
    }
    #footer .footer-bottom .footer-menu {
        margin: 0 0 15px;
    }
    #go-top {
        width: 38px;
    }
/* Start Content */
    .section {
        padding-top: 40px;
    }
    .section.type-under {
        padding-bottom: 40px;
    }
    .section:nth-last-of-type(1) {
        padding-bottom: 40px;
    }
/*Main content*/

/*背景*/
    .s-bgimg__content {
        padding: 80px 10px;
        margin-bottom: 40px;
    }
    .bg-img3 .text.type-5 {
        background-size: 31px 35px;
    }
/*タイトル*/
    .s-heading .s-title {
        font-size: 30px;
    }
    .s-title {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .s-title.type-1 {
        margin-bottom: 50px;
    }
    .s-bgimg__content .s-title {
        font-size: 20px;
    }
    .s-title-line {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .common-title {
        font-size: 19px;
        line-height: 1.5;
        margin: 0 0 7px 0;
        padding: 0 4px 0 1px;
        border-bottom-width: 1px
    }
    /*カウンターセット*/
    .common-title.type-1.counter {
        padding: 0 0 8px 32px;
    }
    .common-title.type-1.counter:before {
        top: 3px;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .common-title.type-1.mt60 {
       margin-top: 30px;
    }
    .column-3box .column:nth-child(-n+3) .common-title.type-1.mt60 {
        margin-top: 30px;
    }    
    .column-3box .column:first-child .common-title.type-1.mt60 {
        margin-top: 0;
    }    
    .common-title.type-5 {
        font-size: 19px;
    }
    .common-title.type-5.big {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    .common-title.type-6 {
        font-size: 18px;
        font-weight: 400;
        padding: 0 0 1px 0;
        margin: 0 0 6px 0;
        border-bottom: 1px solid #999;
        text-align: left;
    }
    .common-title.type-7 {
        font-size: 17px;
        margin: 0 0 6px 0;
    }
    .common-title.type-8 {
        font-size: 20px;
        text-align: center;
    }
    .common-title.type-9 {
        font-size: 19px;
        margin: 10px 0 24px 0;
    }
    .common-title.type-10 {
        color: #fff;
        font-size: 19px;
        line-height: 1.5;
        border-bottom: none;
        font-weight: normal;
    }
    /*テキスト*/
    .section .read-text {
        font-size: 16px;
    }
    .section .read-text.type-2 {
    }
    .section .read-text.type-3 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .section .read-text.type-4 {
        font-size: 19px;
    }
    .section .read-text.type-6 br:first-child {
        display: inline;
    }
    .section .read-text.type-7 {
        font-size: 14px;
    }
    .list-item {
        margin-bottom: 25px;
    }
    .section .text.type-2 {
        margin-top: 20px;
    }
    .section .text.type-3 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .section .text.type-5 {
        padding: 20px 45px 0 0;
    }
    .section .text.type-6 {
        padding: 0;
    }
    .section .border-box-img.type-2 {
        padding: 4%;
    }
    .section .border-box.type-3 ul {
        margin-left: 8%;
    }
    .section .border-box.type-4 .text p {
        text-align: left;
    }
    .section .border-box.type-4 .img {
        display: none;
    }
/*選ばれる理由*/
    .section .big-text.type-1 {
        font-size: 65px;
    }
/*ボタン*/
    .content-buttons .btn {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
    }
    .filters-button {
        text-align: left;
        margin: 0 0  5px 10px;
        padding-right: 0;
}
/*アンカーナビ*/    
    .anchor__content-nav ul li {
        font-size: 16px;
        padding: 0 10px;
        margin: 0 0 10px 0;
    }
    .anchor__content-nav ul li:before {
        width: 1px;
        height: 16px;
    }
/*画像関連*/

    .image-wrapper {
        margin: 20px 0 0 0;
    }
    .table-wrapper {
        min-width: 760px;
    }
    .image-wrapper.type-3 {
        margin: 15px 0 0;
    }
    .image-wrapper.type-3 + p {
        margin-top: 10px;
    }
    .image-wrapper.type-7 {
        margin: 0 0 40px 0;
    }
    .img-box.type-1 .item-text .item-cell:first-child {
        max-width: 198px;
        width: 25%;
        text-align: center;
        padding: 0 10px;
    }
    .img-box.type-1 .item-text .item-cell:last-child {
        padding-right: 5px;
    }
    .img-box.type-1 .item-text a {
        font-size: 19px;
        margin: 0 0 6px 0;
    }
    .img-box.type-1 .item-text a img {
        vertical-align: 1px;
        margin: 0 0 0 7px;
        height: 12px;
    }
    .img-box.type-1 .item-text a i {
        font-size: 17px;
        position: absolute;
    }
    .img-box.type-1 .item-text p {
        font-size: 14px;
    }
/*各index キービジュアル*/
    .s-heading.section {
        padding: 31px 10px;
    }
    .s-heading .s-heading__content {
        height: 97px;
        padding: 0 0;
    }
    .s-heading.section.type-under .s-heading__content {
        height: 70px;
        padding: 0 20px;
    }
/*各INDEX メニュー*/
    .s-menu__content .s-menu__content-item {
        float: none;
        margin: 0 0 21px 0;
        width: 100%;
        -webkit-background-size: 26px 24px;
        background-size: 26px 24px;
    }
    .s-menu__content .s-menu__content-item.btm {
        margin: 0;
    }
    .s-menu__content a:nth-of-type(2n) .s-menu__content-item {
        margin-right: 0;
    }
    .s-menu__content-item .item-title {
        position: relative;
        font-size: 18px;
        font-weight: 400;
        padding: 10px 0 15px 50px;
        margin: 0 0 5px 0;
        background-image: url(/webfocus/img/icon/icon_bg.png);
        background-position: left bottom;
        background-repeat: repeat-x;
    }
    .s-menu__content-item .item-title:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 10px;
        width: 18px;
        height: 18px;
    }
    .s-menu__content-item .item-title.type-wrench:before {
        left: 0;
        top: 2px;
        width: 18px;
        height: 18px;
        background-image: url(../img/icon_wrench.png);
    }
    .s-menu__content-item .item-title.type-phone:before {
        left: 0;
        top: 3px;
        width: 17px;
        height: 17px;
        background-image: url(../img/icon_phone.png);
    }
    .s-menu__content-item .item-title.type-people:before {
        left: 0;
        top: 4px;
        width: 24px;
        height: 15px;
        background-image: url(../img/icon_people.png);
    }
    .s-menu__content-item .item-title.type-hands:before {
        left: 0;
        top: 4px;
        width: 18px;
        height: 18px;
        background-image: url(../img/icon_hands.png);
    }
    .s-menu__content-item .item-title.type-learner:before {
        left: 0;
        top: 1px;
        width: 18px;
        height: 21px;
        background-image: url(../img/icon_learner.png);
    }
    .s-menu__content-item .item-content {
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .s-menu__content-item .item-content p {
        font-size: 14px;
        line-height: 1.8;
        height: auto;
        overflow: visible;
        text-overflow: ellipsis;
    }
/*リスト*/
    .content-list.type-1 {
        margin: 0;
    }
    .content-list.type-1 .item {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
        color: #fff;
    }
    .content-list.type-1 .item:last-child {
        margin: 0;
    }
    .content-list.type-1 .item:nth-child(-n+2) {
        margin-top: 0;
    }
    .content-list.type-1 .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .content-list.type-1 .item-title {
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0 15px 0;
    }
    .content-list.type-1 .item ul li {
        font-size: 16px;
        margin: 0 0 8px 24px;
        list-style: disc;
    }
    .content-list.type-1 .item ul li:last-child {
        margin-bottom: 0;
    }
    .content-list.type-2 li {
        font-size: 12px;
    }
    .content-list.type-3 {
        margin-bottom: 25px;
    }    
    .column:last-child .content-list.type-3 {
        margin-bottom: 0;
    }
    /*1カラム*/
    .column-1box .item {
        margin-top: 25px;
    }
    .column-1box .item:first-child {
        margin-top: 30px;
    }
    /*2カラム*/
    .column-2box .item {
        float: none;
        width: 100%;
        margin: 0 4.17% 0 0;
        color: #000;
        margin-bottom: 25px;
    }
    .column-2box .item:last-child {
        margin-bottom: 0;
    }
    .column-2box .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .column-2box .item .item-inner {
        margin-bottom: 25px;
    }
    /*2カラム 3:7*/
    .column-2box.type-2 .column {
        float: none;
    }
    .column-2box.type-2 .column:first-child {
        margin: 0;
        width: 100%;
    }
    .column-2box.type-2 .column:nth-child(2) {
        width: 100%;
        margin-right: 0;
    }
    .column-2box .item .item-inner:last-child {
        margin-bottom: 0;
    }
    .column-2box .column-2box .item {
        float: left;
        width: 47.915%;
    }
    /*2カラム 5:5*/
    .column-2box.type-3 .item {
        float: none;
        width: 100%;
        margin: 0;
    }
.column-2box.type-3.border-box .item:nth-child(odd) {
    border-right: 1px solid #E3E3E3;
}
.column-2box.type-3.border-box .item:nth-child(even) {
    margin-bottom: 10px;
    border-top: none;
}
    /*2カラム 奇数偶数で入れ替え*/
    .list-reorder:nth-child(odd) .column-2box .item:first-child {
        float: none;
        margin: 0 0 25px 0;
    }
    /*2カラム /product/feature.html*/
    .color__content-list.type-1 .item-title {
        font-size: 24px;
    }
    .color__content-list.type-1 .item .content-left {
        float: none;
        margin: 0 0 6px 0;
        width: 100%;
        min-height: 0;
        padding: 10px;
    }
    .color__content-list.type-1 .item .content-right {
        float: none;
        margin: 0 0 0 0;
        width: 100%;
        min-height: 0;
        padding: 10px;
    }
    /*3カラム*/
    .column-3box .item {
        float: none;
        width: 100%;
        margin: 0 4% 0 0;
        color: #000;
        padding: 15px;
        margin-bottom: 25px;
    }
    .column-3box .item:last-child {
        margin-bottom: 0;
    }
    .column-3box .item .item-text-top {
        margin-bottom: 5px;
    }
    .column-3box .column {
        margin: 0 2.5% 0 0;
        width: 100%;
        float: none;
    }
    /*spのときも3カラム*/
    .sp-column-3box .item {
        float: left;
        width: 30.66%;
        margin: 0 4% 0 0;
    }
    .sp-column-3box .item:last-child {
        margin-right: 0;
    }
    .sp-column-3box .item {
        float: left;
        width: 30.66%;
        margin: 0 4% 0 0;
    }
    .sp-column-3box .item .item-image {
        min-height: 64px;
        padding: 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
/*４カラム*/
    .column-4box .inner-list .item {
        width: 49%;
        margin: 0 2% 2% 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        min-height: 40px;
    }
    .column-4box .inner-list .item:hover {
        opacity: 0.7;
    }
    .column-4box .inner-list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    /* 6カラム*/
    .column-6box {
        margin: 40px 0 0 0;
    }
    .column-6box .item {
        width: 45%;
        margin: 0 10% 10% 0;
        padding: 0;
        text-align: center;
		height:auto;
    }
    .column-6box .item:nth-child(2n) {
        margin-right: 0;
    }
.column-6box .item:nth-last-child(-n+6) {
	margin-bottom: 10%;
}
.column-6box .item:last-child {
	margin-bottom: 0;
}
.column-6box .item:nth-last-child(2) {
	margin-bottom: 0;
}
/*ギャラリー＆モーダル*/
    .s-gallery__grid .grid-item {
        float: left;
        width: 50%;
        padding: 16.4% 0 0;
        background: #fff;
        position: relative;
        cursor: pointer;
    }
    .s-gallery__grid .grid-item {
        width: 50%;
        padding-top: 32%;
    }
    .s-gallery__grid .grid-item:nth-child(4n) .grid-item__inner {
        width: 100%;
    }
    .s-gallery__grid .grid-item:nth-child(-n+4) .grid-item__inner {
        border-top: none;
    }
    .s-gallery__grid .grid-item:nth-child(-n+2) .grid-item__inner {
        border-top: 1px solid #005dac;
    }
    .s-gallery__grid .grid-item:nth-child(2n+1) {
        border-left: 1px solid #005dac;
    }
.modal-body,  .s-gallery-modal .modal-body {
        padding: 20px;
    }
    .s-gallery-modal .modal-content {
        /*min-height: 400px;*/
    }
    .s-gallery-top .modal-body .s-title {
        font-size: 16px;
    }
    .s-gallery-top .swiper-slide {
        padding: 20px 18px;
    }
.s-gallery-top .swiper-button-prev,  .s-gallery-top .swiper-button-next {
        display: none !important;
    }
    .modal-body p {
        font-size: 14px;
    }
/*タブ切り替え*/
    .nav-tabs > li > a {
        margin: 0 2px 2px 0;
        font-size: 14px;
        padding: 6px 5px;
    }
.nav-tabs > li.active > a,  .nav-tabs > li.active > a:hover,  .nav-tabs > li.active > a:focus {
        border-bottom: 3px solid #005dac;
    }
/*チェックボックス*/
    .tab-content .items-list {
        padding: 14px 10px 10px 10px;
    }
.tab-content #menu1 .item,  .tab-content #menu2 .item {
        float: none;
        margin: 0 0 18px 0;
        width: 100%;
    }
/*filterコンテンツ*/
    .s-filter__content .grid-item {
        float: none;
        margin: 0 0 11px 0;
        padding: 0;
        width: 100%;
    }
    .s-filter__content.sp-column2 .grid-item {
        float: left;
        margin: 0 2% 20px 0;
        padding: 0;
        width: 49%;
    }
    .s-filter__content .grid-item:nth-child(2n) {
        margin-right: 0;
    }
    .s-filter__content-item .item-title {
        font-size: 15px;
        font-weight: 400;
        padding: 10px 14px ;
        margin: 0;
        background-color: #025fad;
        color: #fff;
    }
    .s-filter__content-item .item-title.type-2 {
        font-size: 15px;
        font-weight: 400;
        padding: 10px 14px ;
        margin: 0;
        color: #005dab;
    }
    .s-filter__content-item .item-content {
        background-image: url("/webfocus/img/icon/icon_link.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        padding: 9px 14px 10px 14px;
    }
    .s-filter__content-item .item-content p {
        font-size: 14px;
        line-height: 1.7;
    }
/* ロゴリスト*/
    .s-customer__logo .items-list {
        margin: 48px auto;
    }
    .s-customer .s-btn {
        margin: 24px 0 0;
    }
    .s-customer__logo .items-list .item {
        width: 45%;
        margin: 0 10% 10% 0;
    }
    .s-customer__logo .items-list .item:nth-of-type(2n) {
        margin-right: 0;
    }
/*吹き出し*/
    .review-content  p {
        font-size: 14px;
    }
    .review-content .item-image {
        padding: 16px 36px;
    }
/*qa フォービーくん*/
    .s-faq__content .items-list .item {
        margin: 0 0 24px 0;
    }
    .s-faq__content .items-list .item-question {
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
        margin: 0 0 9px 0;
        padding: 0 0 0 52px;
        min-height: 40px;
    }
    .s-faq__content .items-list .item-question p {
        font-size: 19px;
    }
    .s-faq__content .items-list .item-answer {
            -webkit-background-size: 40px 40px;
            background-size: 40px 40px;
            padding: 0 0 0 52px;
    }
    .s-faq__content .items-list .item-answer p {
        font-size: 19px;
    }
    .s-faq__content .items-list .item-answer p.text-small {
        font-size: 14px;
    }
    /*4カラム /support/tech-support.html*/
    .color__content-list.type-2 .column {
        position: relative;
        float: left;
        width: 100%;
        margin: 0 0 25px;
    }
    .color__content-list.type-2 .column:last-child {
        margin-bottom: 0;
    }
    .color__content-list.type-2.colmn5 .column {
        width: 100%;
    }
    /*アコーディオン*/
    .s-accordion__content header {
        margin: 0 0 16px 0;
    }
    .s-accordion__content section p {
        font-size: 14px;
    }
    .s-accordion__content section {
        padding: 12px 12px 27px 12px;
        margin: 0 0 29px 0;
    }
        .s-accordion__content header h3 {
        font-size: 19px;
        border-bottom: 1px solid #005dac;
        padding: 0px 30px 3px 5px;
        margin: 0 0 8px 0;
    }    
    .s-accordion__content header .accordion-section-header-right img {
        width: 19px;
    }
    .js-collapse-all-wrap {
        position: static;
        margin: -50px 0 20px 0;
    }
    .js-collapse-all-wrap .btn {
        padding: 0 40px 0 10px;
    }
    .js-collapse-all-wrap .btn img {
        position: absolute;
        width: 19px;
        height: 13px;
        right: 10px;
        top: 50%;
    }
        /*マップ*/
    .basemap {
        background-image: url(/webfocus/img/consideration/6-3-i3_2.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 460px;
        min-width: inherit;
        height: 550px;
        margin: 0 auto;
    }
    .basemap .area01 {
        left: 283px;
        top: 350px;
    }
    .basemap .area02 {
        left: 194px;
        top: 372px;
    }
    .basemap .area03 {
        left: 156px;
        top: 383px;
    }
    .basemap .area04 {
        left: 70px;
        top: 395px;
    }
    .basemap .area05 {
        left: 10px;
        top: 426px;
    }
    /*TOP*/
    .s-cover .swiper-slide {
        width: 100%;
        padding-bottom: 24px;
    }
    .s-cover .s-card__content {
        padding: 10px;
    }
    .s-cover .s-card__title {
        font-size: 20px;
        padding-right: 12px;
        margin: 0 0 14px;
    }
    .s-cover .s-card__title .arrow {
        font-size: 15px;
        right: -5px;
        top: 3px;
    }
    .s-news.content-wrapper {
        padding: 35px 25px 25px;
    }
    .s-news .swiper-slide {
        width: 100%;
        margin: 0;
        padding: 0 0 25px;
    }
    .s-news .s-card__title {
        font-size: 20px;
    }
    .s-news .s-card__content p {
        font-size: 16px;
    }
    .s-news .s-card__footer {
        font-size: 14px;
        padding: 14px;
    }
    .s-news .s-btn {
        margin: 0;
    }
    .s-company {
        padding-bottom: 10px;
    }
    .s-company .s-title {
        font-size: 18px;
        margin: 0 0 18px;
    }
    .s-company .h-text {
        font-size: 14px;
        margin: 0 0 30px;
    }
    .s-company .s-company__item-title {
        font-size: 14px;
        min-height: 0;
        margin: 0 0 14px;
    }
    .s-company .s-company__content {
        margin: 0;
    }
    .s-company .s-company__content .s-company__item {
        padding: 0;
        margin: 0 0 25px;
    }
    .s-company .s-company__item-title .logo {
        margin: 0 10px 0 0;
        height: 16px;
    }
    .s-company .s-company__content .s-company__item:nth-child(2) .s-company__item-title .logo {
        height: 26px;
    }
    .s-company .s-company__item-row:first-child {
        padding-bottom: 15px;
    }
    .s-company .s-company__item-row p {
        min-height: 0;
    }
    /*footer上お問い合わせ*/
    .s-inquiry .btn-inquiry .icon-email {
        width: 42px;
        height: 42px;
        line-height: 42px;
        margin-right: 7px;
    }
    .s-inquiry .btn-inquiry {
        font-size: 15px;
        padding: 10px;
    }
/*サポートセンター*/
.section .border-box.type-2 .item .transform-50 {
	position: inherit;
	height: auto;
}
.section .border-box.type-2 .item .transform-50 img {
	position: inherit;
	top: inherit;
	left: inherit;
	transform: inherit;
 -webkit- transform: inherit;
}
}

@media (max-width: 480px) {
    .content-buttons .btn {
         font-size: 13px; 
    }
}