@charset "utf-8";

@import url(https://use.fontawesome.com/releases/v5.4.1/css/all.css);

.fas.fa-angle-right.sponly {
    display: none;
}

@media screen and (max-width:768px) {
    .fas.fa-angle-right.sponly {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 2px 10px;
    }
}

/* 大枠 */
html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    line-height: 1.6;
}

#wrapper {
    width: 100%;
    min-width: 960px;
    margin: 0 auto;
    position: relative;
}

body > #wrapper {
    height: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.t-center {
    text-align: center;
}

.pconly {}

.sponly {
    display: none;
}

.t-ind {
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width:768px) {
    #wrapper {
        min-width: 100%;
    }

    .pconly {
        display: none;
    }

    .sponly {
        display: inline-block;
    }

    .sponly.disblock {
        display: block;
    }
}


/* 汎用クラス */
@media screen and (max-width:768px) {
    .m10 {
        margin: 5px;
    }

    .mt10 {
        margin-top: 5px;
    }

    .ml10 {
        margin-left: 5px;
    }

    .mr10 {
        margin-right: 5px;
    }

    .mb10 {
        margin-bottom: 5px;
    }

    .m20 {
        margin: 10px;
    }

    .mt20 {
        margin-top: 10px;
    }

    .ml20 {
        margin-left: 10px;
    }

    .mr20 {
        margin-right: 10px;
    }

    .mb20 {
        margin-bottom: 10px;
    }

    .m30 {
        margin: 15px;
    }

    .mt30 {
        margin-top: 15px;
    }

    .ml30 {
        margin-left: 15px;
    }

    .mr30 {
        margin-right: 15px;
    }

    .mb30 {
        margin-bottom: 15px;
    }

    .m40 {
        margin: 20px;
    }

    .mt40 {
        margin-top: 20px;
    }

    .ml40 {
        margin-left: 20px;
    }

    .mr40 {
        margin-right: 20px;
    }

    .mb40 {
        margin-bottom: 20px;
    }

    .m50 {
        margin: 25px;
    }

    .mt50 {
        margin-top: 25px;
    }

    .ml50 {
        margin-left: 25px;
    }

    .mr50 {
        margin-right: 25px;
    }

    .mb50 {
        margin-bottom: 25px;
    }

    .m60 {
        margin: 30px;
    }

    .mt60 {
        margin-top: 30px;
    }

    .ml60 {
        margin-left: 30px;
    }

    .mr60 {
        margin-right: 30px;
    }

    .mb60 {
        margin-bottom: 30px;
    }

    .m70 {
        margin: 35px;
    }

    .mt70 {
        margin-top: 35px;
    }

    .ml70 {
        margin-left: 35px;
    }

    .mr70 {
        margin-right: 35px;
    }

    .mb70 {
        margin-bottom: 35px;
    }

    .m80 {
        margin: 40px;
    }

    .mt80 {
        margin-top: 40px;
    }

    .ml80 {
        margin-left: 40px;
    }

    .mr80 {
        margin-right: 40px;
    }

    .mb80 {
        margin-bottom: 40px;
    }

    .m90 {
        margin: 45px;
    }

    .mt90 {
        margin-top: 45px;
    }

    .ml90 {
        margin-left: 45px;
    }

    .mr90 {
        margin-right: 45px;
    }

    .mb90 {
        margin-bottom: 45px;
    }

    .m100 {
        margin: 50px;
    }

    .mt100 {
        margin-top: 50px;
    }

    .ml100 {
        margin-left: 50px;
    }

    .mr100 {
        margin-right: 50px;
    }

    .mb100 {
        margin-bottom: 50px;
    }

    .spmb15 {
        margin-bottom: 15px;
    }

    .p10 {
        padding: 5px;
    }

    .pt10 {
        padding-top: 5px;
    }

    .pl10 {
        padding-left: 5px;
    }

    .pr10 {
        padding-right: 5px;
    }

    .pb10 {
        padding-bottom: 5px;
    }

    .p20 {
        padding: 10px;
    }

    .pt20 {
        padding-top: 10px;
    }

    .pl20 {
        padding-left: 10px;
    }

    .pr20 {
        padding-right: 10px;
    }

    .pb20 {
        padding-bottom: 10px;
    }

    .p30 {
        padding: 15px;
    }

    .pt30 {
        padding-top: 15px;
    }

    .pl30 {
        padding-left: 15px;
    }

    .pr30 {
        padding-right: 15px;
    }

    .pb30 {
        padding-bottom: 15px;
    }

    .p40 {
        padding: 20px;
    }

    .pt40 {
        padding-top: 20px;
    }

    .pl40 {
        padding-left: 20px;
    }

    .pr40 {
        padding-right: 20px;
    }

    .pb40 {
        padding-bottom: 20px;
    }

    .p50 {
        padding: 25px;
    }

    .pt50 {
        padding-top: 25px;
    }

    .pl50 {
        padding-left: 25px;
    }

    .pr50 {
        padding-right: 25px;
    }

    .pb50 {
        padding-bottom: 25px;
    }

    .p60 {
        padding: 30px;
    }

    .pt60 {
        padding-top: 30px;
    }

    .pl60 {
        padding-left: 30px;
    }

    .pr60 {
        padding-right: 30px;
    }

    .pb60 {
        padding-bottom: 30px;
    }

    .p70 {
        padding: 35px;
    }

    .pt70 {
        padding-top: 35px;
    }

    .pl70 {
        padding-left: 35px;
    }

    .pr70 {
        padding-right: 35px;
    }

    .pb70 {
        padding-bottom: 35px;
    }

    .p80 {
        padding: 40px;
    }

    .pt80 {
        padding-top: 40px;
    }

    .pl80 {
        padding-left: 40px;
    }

    .pr80 {
        padding-right: 40px;
    }

    .pb80 {
        padding-bottom: 40px;
    }

    .p90 {
        padding: 45px;
    }

    .pt90 {
        padding-top: 45px;
    }

    .pl90 {
        padding-left: 45px;
    }

    .pr90 {
        padding-right: 45px;
    }

    .pb90 {
        padding-bottom: 45px;
    }

    .p100 {
        padding: 50px;
    }

    .pt100 {
        padding-top: 50px;
    }

    .pl100 {
        padding-left: 50px;
    }

    .pr100 {
        padding-right: 50px;
    }

    .pb100 {
        padding-bottom: 50px;
    }
}

/* リンク */
a:link {
    color: #333333;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

a:active {
    color: #333333;
    text-decoration: underline;
}

/* ボタン */
div.btn_wrp {
    text-align: center;
    margin-bottom: 20px;
}

a.btn {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: bold;
}

a.btn:hover {
    opacity: 0.5;
}

a.btn:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    text-align: center;
}

a.btn.btn_rr,
a.btn.btn_rs,
a.btn.btn_wr {
    background: #e60012;
    color: #fff;
    padding: 10px 15px 10px 55px;
}

a.btn.btn_ww,
a.btn.btn_rw {
    background: #fff;
    color: #e60012;
    padding: 10px 15px 10px 55px;
    border: 2px solid #e60012;
}


a.btn.btn_rs {
    font-weight: normal;
}

a.btn.btn_rr:before {
    color: #fff;
    top: 10px;
    left: 20px;
    background: #e60012 url(../img/bgline_w.png);
    background-size: 5px;
}

a.btn.btn_ww:before {
    color: #e60012;
    top: 10px;
    left: 20px;
}

a.btn.btn_rs:before {
    background: #e60012 url(../img/bgline_w.png);
    background-size: 5px;
    color: #fff;
    top: 0;
    left: 0;
    height: 44px;
    width: 44px;
    line-height: 44px;
}

a.btn.btn_wr:before {
    height: 44px;
    width: 44px;
    left: 2px;
    top: 2px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    color: #e60012;
}

a.btn.btn_rw:before {
    height: 48px;
    width: 46px;
    left: 0;
    top: 0;
    line-height: 48px;
    text-align: center;
    background: #e60012 url(../img/bgline_w.png);
    background-size: 5px;
    color: #fff;
}

a.btn_cr {
    color: #333;
    padding: 0 0 0 35px;
}

a.btn_cr:before {
    background: #fff;
    color: #e60012;
    height: 24px;
    width: 24px;
    border: 2px solid #e60012;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    top: 0;
    left: 0;
}


/* アクセシビリティ */
.guidance {
    left: -999px;
    position: absolute;
    width: 990px;
}

img {
    vertical-align: bottom;
}

#main img {
    max-width: 100%;
    height: auto;
}

#main p.alCenter {
    text-align: center;
    margin: 1em 0;
}

#main p.alR {
    text-align: right !important;
    margin: 1em 0;
}

#main p.alL {
    text-align: left;
    margin: 1em 0;
}

/* ▼▼▼ ヘッダー
=====================================*/

#header {
    width: 100%;
    border-top: 10px solid #000;
    border-bottom: 1px solid #ccc;
}

#header-inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 125px;
    position: relative;
    bottom: -1px;
}

#header-right {
    position: absolute;
    right: 0;
    top: 20px;
}

#header-contact {
    position: absolute;
    bottom: 10px;
    right: 0;
}

#header-contact img {
    width: 144px;
}

.header-text {
    display: inline-block;
    padding-top: 20px;
    font-size: 13px;
    line-height: 1.3;
    color: #111;
}

#spmenuicon,
#contact-icon {
    display: none;
}


#main-menu {
    position: absolute;
    bottom: 0;
    left: 0;
}

#main-menu li {
    float: left;
    border-bottom: 4px solid #ccc;
    width: 98px;
    height: 40px;
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#main-menu li a {
    display: block;
    width: 100%;
    height: 100%;
}

#main-menu li:hover,
#main-menu li.now {
    border-bottom: 4px solid #e60012;
}

#sub-menu {
    float: left;
    margin-right: 20px;
}

#sub-menu li {
    font-size: 13px;
    margin-left: 15px;
    float: left;
}


#sub-menu a {
    padding-left: 17px;
    background: url(../img/head_arrow_off.png) 0 50% no-repeat;
    background-size: 13px 13px;
}

#sub-menu a:hover {
    background: url(../img/head_arrow_on.png) 0 50% no-repeat;
    background-size: 13px 13px;
}

#logo {
    display: inline-lock;
    margin: 10px 15px 0 0;
    float: left;
}

#logo img {
    width: 100px;
    height: auto;
}

#main-menu .whatis {
    background-image: url(../img/head_menu_1_off.png);
}

#main-menu .whatis:hover,
#main-menu .whatis.now {
    background-image: url(../img/head_menu_1_on.png);
}

#main-menu .service {
    background-image: url(../img/head_menu_2_off.png);
}

#main-menu .service:hover,
#main-menu .service.now {
    background-image: url(../img/head_menu_2_on.png);
}

#main-menu .works {
    background-image: url(../img/head_menu_3_off.png);
}

#main-menu .works:hover,
#main-menu .works.now {
    background-image: url(../img/head_menu_3_on.png);
}

#main-menu .special {
    background-image: url(../img/head_menu_8_off.png);
}

#main-menu .special:hover,
#main-menu .special.now {
    background-image: url(../img/head_menu_8_on.png);
}


#main-menu .company {
    background-image: url(../img/head_menu_4_off.png);
}

#main-menu .company:hover,
#main-menu .company.now {
    background-image: url(../img/head_menu_4_on.png);
}

#main-menu .recruit {
    background-image: url(../img/head_menu_5_off.png);
}

#main-menu .recruit:hover,
#main-menu .recruit.now {
    background-image: url(../img/head_menu_5_on.png);
}

#main-menu .people {
    background-image: url(../img/head_menu_6_off.png);
}

#main-menu .people:hover,
#main-menu .people.now {
    background-image: url(../img/head_menu_6_on.png);
}

#main-menu .blog {
    background-image: url(../img/head_menu_7_off.png);
}

#main-menu .blog:hover,
#main-menu .blog.now {
    background-image: url(../img/head_menu_7_on.png);
}

/* タイトル */
#site_title {
    float: left;
    overflow: hidden;
}

h1.title {
    margin-bottom: 15px;
    text-align: center;
}

h2.subtitle {
    border-left: 3px solid #E60012;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    clear: both;
    overflow: hidden;
}

@media screen and (max-width:768px) {

    #header {
        border-top: none;
    }

    #header-inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: 69px;
        bottom: -1px;
    }

    #header-right {
        position: static;
    }

    #header-contact {
        position: static;
        text-align: left;
        height: 40px;
        padding: 0 3%;
    }

    #header-contact a {
        padding: 10px;
        display: block;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
    }

    #header-contact img {
        display: none;
    }

    .lang {
        color: #fff;
        text-align: left;
        padding: 0 3%;
    }

    .lang a {
        color: #fff;
        padding: 10px;
        display: inline-block;

    }

    #logo {
        margin: 5px 5px 0 0;
    }

    #logo img {
        width: 70px;
        margin-left: 5px;
    }

    .header-text {
        font-size: 10px;
        letter-spacing: normal;
    }

    .gsc-search-button-v2 {
        padding: 4px !important;
    }

    #main-menu {
        position: static;
        margin: 0 3%;
    }

    #main-menu li {
        text-align: left;
        float: none;
        border-bottom: 1px solid #ccc;
        background: none !important;
        width: 100%;
        height: inherit;
        text-indent: 0;
    }

    #main-menu li a {
        padding: 10px;
        display: block;
        box-sizing: border-box;
    }

    #main-menu li:hover,
    #main-menu li.now {
        border-bottom: 1px solid #ccc;
    }

    #sub-menu {
        float: none;
        margin-right: 0;
        text-align: left;
        padding: 0 3%;
    }

    #sub-menu li {
        float: none;
        display: none;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    #sub-menu li:first-child {
        display: inline-block;
    }

    #sub-menu li a {
        padding: 10px;
        display: block;
        background: none;
    }

    #sub-menu li a:hover {
        background: none;
    }

    /*
    #sub-menu li:first-child{
		border-bottom: none;
    }
    #sub-menu li:first-child a{
		font-weight: bold;
      background: #eee;
		color: #000;
		text-align: center;
    }
    */


    #sub-menu a {
        padding-left: 17px;
        background: url(../img/head_arrow_off.png) 0 50% no-repeat;
        background-size: 13px 13px;
    }

    #header #header-inner #header-search {
        float: none;
        display: inline-block;
        padding-top: 10px;
    }

    #header #header-wrap {
        position: relative;
        z-index: 1000;
        background: #fff;
        height: 60px;
        border-top: 10px solid #000;
    }

    #header #header-inner {
        bottom: 0;
    }

    #header.open {
        overflow: visible;
    }

    #header.open nav {
        -moz-transform: translateY(1059px);
        -webkit-transform: translateY(1059px);
        transform: translateY(1059px);
    }

    #header nav {
        text-align: center;
        position: absolute;
        top: -990px;
        left: 0;
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 999;
        border-top: 1px solid #ccc;
        border-bottom: 2px solid #ccc;
        background: #000;
    }

    #header nav a {
        color: #fff;
    }

    #spmenuicon {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    #wrapper #spmenuicon img {
        max-width: inherit;
        width: auto;
        height: 60px;
        cursor: pointer;
    }

    #contact-icon {
        display: block;
        position: absolute;
        top: 0;
        right: 60px;
    }

    #wrapper #contact-icon img {
        max-width: inherit;
        width: auto;
        height: 60px;
        cursor: pointer;
    }
}

@media screen and (max-width: 370px) {

    .header-text span {
        display: none;
    }

    #logo img {
        width: 75px;
        margin-left: 8px;
    }
}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
    width: 100%;
    background: url(../img/bg.gif) repeat left top;
    padding-bottom: 60px;
    clear: both;
}

#home #main {
    padding: 0;
}

.inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

@media screen and (max-width:768px) {
    #main {
        padding: 0 3% 15px;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

    .inner {
        width: 100%;
    }
}


/* 赤背景（WORKS） */
#bg_red {
    background: url(../img/bg_red.gif) repeat;
    padding: 50px 0;
    overflow: hidden;
}

.side_bg {
    background: url(../img/bg_side.png) repeat-y left top;
    overflow: hidden;
}

/* 白背景（SERVICE） */
.bg_wh {
    background: #fff;
    padding: 15px 0 30px;
    margin-top: 30px;
    clear: both;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    #bg_red {
        padding: 25px 3%;
    }

    .bg_wh {
        padding: 15px 3%;
    }
}


/* パンくず */
ol#path {
    width: 960px;
    margin: 0 auto 20px;
    padding-top: 10px;
    overflow: hidden;
}

ol#path li {
    float: left;
    background: url(../img/path.png) no-repeat right center;
    padding-right: 16px;
    margin-right: 8px;
    color: #999;
    font-size: 11px;
}

ol#path li:last-child {
    background: none;
    margin: 0;
}

ol#path li a {
    color: #999;
}

@media screen and (max-width:768px) {
    ol#path {
        width: 100%;
        padding: 20px 10px 0;
        box-sizing: border-box;
    }
}

/* コンテンツタイトル */

p.lead {
    text-align: center;
    margin: 0 auto 15px;
}

/* コンテンツ白背景 */
.container {
    width: 900px;
    background: #fff;
    padding: 50px 30px;
    clear: both;
    overflow: hidden;
    font-size: 114.3%;
}

.container:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

@media screen and (max-width:768px) {
    .container {
        width: 100%;
        padding: 25px 3%;
        box-sizing: border-box;
    }
}

/* コンテンツ */
#contents {
    float: right;
    width: 630px;
    position: relative;
    overflow: hidden;
}

/* サイド */
#side {
    float: left;
    width: 218px;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    overflow: hidden;
    font-size: 87.5%;
}

ul#snav {
    border-top: 1px solid #ccc;
    overflow: hidden;
}

ul#snav > li {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    line-height: 1.2;
}

ul#snav > li a {
    display: block;
    padding: 10px;
}

ul#snav > li a:hover {
    background: #efefef;
    color: #E50012;
    text-decoration: none;
}

ul#snav li.now {
    background: url(../img/now.png) no-repeat left 7px;
    color: #E50012;
}

ul#snav li.now span {
    display: block;
    padding: 10px 0 10px 10px;
}

ul#snav li.now > a {
    padding: 0;
    color: #E50012;
}

ul#snav li.now > a:hover {
    background: url(../img/now.png) no-repeat left 7px;
}

/* 2階層目 */
ul#snav ul.sub li.now {
    background: url(../img/now.png) no-repeat left 3px;
    padding: 6px 0 6px 0;
}

ul#snav ul.sub li.no {
    background: none;
    padding: 0;
}

ul#snav ul.sub li span {
    padding: 0;
}

ul#snav ul.sub li.now span {
    background: url(../img/plus_side02.png) no-repeat 20px center;
    padding: 0 0 0 35px;
}

ul#snav ul.sub li a {
    background: url(../img/plus_side01.png) no-repeat 20px 9px;
    padding: 6px 0 6px 35px;
}

ul#snav ul.sub li.now a {
    color: #E50012;
    background: none;
}

ul#snav ul.sub li.no a {
    padding: 6px 0 6px 0;
}

ul#snav ul.sub li a:hover {
    background: #efefef url(../img/plus_side02.png) no-repeat 20px 9px;
}

ul#snav ul.sub li.no a:hover {
    background: none;
}

@media screen and (max-width:768px) {
    #side {
        float: none;
        width: 100%;
    }

    .container {
        width: 100%;
        padding: 20px 3%;
        font-size: 114.3%;
        box-sizing: border-box;
    }

    ul#snav ul.sub {
        margin-bottom: 10px;
    }

    ul#snav > li a {
        padding: 15px 10px;
    }

    ul#snav ul.sub li a {
        padding: 10px 0 10px 35px;
        background: url(../img/plus_side01.png) no-repeat 20px center;
    }

    ul#snav ul.sub li a:hover {
        background: #efefef url(../img/plus_side02.png) no-repeat 20px center;
    }

    #contents {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

/* ボトムナビ */
#bnav {
    border-top: 1px solid #CCCCCC;
}

#bnav .prev,
#bnav .top,
#bnav .next {
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    line-height: 80px;
}

#bnav .prev a,
#bnav .next a {
    display: inline-block;
    max-width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#bnav .inner {
    position: relative;
}

#bnav .prev {
    position: absolute;
    top: 0;
    left: 0;
}

#bnav .prev a {
    background: url(../img/prev.gif) no-repeat left center;
    padding: 2px 0 2px 13px;
}

#bnav .top {
    text-align: center;
}

#bnav .top a {
    background: url(../img/top.gif) no-repeat left center;
    padding-left: 22px;
}

#bnav .next {
    position: absolute;
    top: 0;
    right: 0;
}

#bnav .next a {
    background: url(../img/next.gif) no-repeat right center;
    padding: 2px 13px 2px 0;
}

@media screen and (max-width:768px) {
    #bnav {
        padding-top: 5px;
    }

    #bnav .prev,
    #bnav .top,
    #bnav .next {
        position: static;
        text-align: center;
        line-height: inherit;
    }

    #bnav .prev {
        float: left;
        text-align: left;
        padding-left: 3%;
        width: 49%;
        box-sizing: border-box;
    }

    #bnav .next {
        float: right;
        text-align: right;
        padding-right: 3%;
        width: 49%;
        box-sizing: border-box;
    }

    #bnav .top {
        clear: both;
    }

    #bnav .top a {
        display: inline-block;
        padding: 3px 0 9px 22px;
    }

    #bnav .prev a,
    #bnav .next a {
        max-width: 100%;
        white-space: normal;
    }

    #bnav .prev a {
        padding: 5px 0 5px 13px;
    }

    #bnav .next a {
        padding: 5px 13px 5px 0;
    }
}


/* ▼▼▼ フッター
=====================================*/
#footer {
    width: 100%;
    border-top: 1px solid #E60012;
    border-bottom: 10px solid #222222;
    clear: both;
    overflow: hidden;
}

#footer .inner {
    overflow: hidden;
}

#footer .inner1 {
    padding: 0 0 30px;
    box-sizing: border-box;
}

ul#fnav {
    float: left;
    font-size: 10px;
    color: #999;
    overflow: hidden;
}

ul#fnav > li {
    float: left;
    width: 150px;
    border-right: 1px solid #CCCCCC;
    padding: 20px 0 30px 11px;
}

ul.fnav li {
    line-height: 1.8;
}

ul.fnav li.title {
    margin-bottom: 10px;
}

ul.fnav li.last {
    margin-bottom: 25px;
}

ul.fnav li.plus {
    background: url(/common/img/plus.gif) no-repeat left 4px;
    padding-left: 11px;
    margin-left: 10px;
}

ul.fnav li a {
    color: #999;
}

#footer_bnr {
    padding: 15px 0 0;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    clear: both;
    width: 960px;
    margin: 0 auto;
    color: #878787;
    line-height: 1.2;
}

#footer_bnr ul.bnr {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

* + html #footer_bnr ul.bnr {
    padding-bottom: 15px;
}

#footer_bnr ul.bnr li {
    width: 192px;
    float: left;
    margin: 0;
    text-align: center;
    margin-bottom: 15px;
}

#footer_bnr ul.bnr li a {
    display: block;
    margin-bottom: 5px;
}

#footer_bnr .contact p {
    margin-bottom: 10px;
}

#footer_bnr .footer_pmark img {
    height: 47px;
}

#footer_bnr .footer_pmark .f_pmark {
    margin-right: 15px;
}

#footer_bnr .footer_kurumin img {
    width: 140px;
}

#footer_bottom {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

#footer #footer_bottom .inner {
    border-right: none;
    border-left: none;
}

#footer_inner {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 0 20px;
    clear: both;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}

#footer_inner ul.footer_btn {
    width: 938px;
    margin: 0 auto;
    overflow: hidden;
}

#footer_inner ul.footer_btn li {
    width: 450px;
    height: 50px;
    float: left;
    margin: 0 26px 11px 0;
    padding: 0;
    position: relative;
    border: 1px solid #dfdfdf;
    background: linear-gradient(to bottom, #efefef 0%, #fcfcfc 100%);
}

#footer_inner ul.footer_btn li:hover {
    opacity: 0.7;
}

#footer_inner ul.footer_btn li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

#footer_inner ul.footer_btn li img {
    vertical-align: middle;
    height: 43px;
    margin-top: 3px;
}

#footer_inner ul.footer_btn li:nth-child(2n) {
    margin-right: 0;
}

#footer_inner ul.footer_btn li span {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 11px;
    text-align: right;
}

#footer_inner ul.footer_btn li a span br {
    display: none;
}

#footer_inner ul.footer_btn li a:hover span {
    color: #999;
}

#footer_inner ul.footer_btn li a:hover img {
    filter: alpha(opacity=60);
    /* IE7以下用 */
    -ms-filter: "alpha(opacity=60)";
    /* IE8用 */
    -moz-opacity: 0.6;
    /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.6;
    /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.6;
    /* Firefox 1.5以上, Opera, Safari用 */
}

#footer_inner h3 {
    font-weight: bold;
    font-size: 16px;
    border-left: 3px solid #E50012;
    padding-left: 10px;
    margin: 0 0 20px;
    line-height: 1.2;
}

#footer_contact {
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
}

#footer_contact p {
    margin-bottom: 20px;
}

#footer_contact .footer_tel img {
    margin: 0 auto;
    width: 285px;
}

#footer_contact .footer_btn_contact img {
    width: 250px;
}

#footer_contact .footer_overview img {
    width: 91px;
    margin-left: 15px;
}

#footer_magazine {
    width: 580px;
    padding: 20px;
    float: left;
    background: url(../img/bg.gif);
}

#footer_magazine p {
    width: 145px;
    float: left;
}

#footer_magazine li {
    float: left;
    margin-left: 20px;
}

#footer_magazine li img {
    width: 192px;
}

#footer_sns {
    padding: 20px;
    width: 280px;
    float: right;
    background: url(../img/bg.gif);
}

#footer_sns p {
    float: left;
    line-height: 45px;
}

#footer_sns ul {
    float: right;
    padding-top: 5px;
}

#footer_sns li {
    display: inline-block;
    margin-left: 15px;
}

#footer_sns li img {
    width: 39px;
    height: 39px;
}

ul.bnav {
    float: left;
    overflow: hidden;
}

ul.bnav li {
    float: left;
    margin-right: 15px;
    font-size: 10px;
    line-height: 30px;
}

ul.bnav li a {
    background: url(../img/arrow.gif) no-repeat left center;
    padding-left: 12px;
    color: #666;
}

#copyright {
    float: right;
    font-size: 10px;
    color: #666;
    line-height: 30px;
}

#copyright_sp {
    display: none;
}

@media screen and (max-width:768px) {
    #footer_inner {
        padding: 30px 3% 20px;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #footer_bnr {
        padding: 15px 0 0;
        font-size: 12px;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        line-height: 1.2;
    }

    #footer_bnr ul.bnr {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    * + html #footer_bnr ul.bnr {
        padding-bottom: 15px;
    }

    #footer_bnr ul.bnr li {
        width: 160px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #footer_inner ul.footer_btn {
        width: 100%;
        margin: 0 auto;
    }

    #footer_inner ul.footer_btn li {
        width: 100%;
        box-sizing: border-box;
        height: inherit;
        float: left;
        margin: 0 26px 11px 0;
        padding: 0;
        position: relative;
        border: 1px solid #dfdfdf;
        background: linear-gradient(to bottom, #efefef 0%, #fcfcfc 100%);
        text-align: center;
    }

    #footer_inner ul.footer_btn li img {
        float: none;
    }

    #footer_inner ul.footer_btn li span {
        position: static;
        padding: 5px 5px 10px;
        display: block;
        text-align: center;
    }

    #footer_contact {
        padding: 20px 0 0;
    }

    #footer_contact a.footer_overview {
        display: block;
        text-align: center;
    }

    #footer_contact .footer_tel img,
    #footer_contact .footer_overview img {
        margin-bottom: 10px;
    }

    #footer_magazine {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 10px 10px 0;
    }

    #footer_magazine p {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    #footer_magazine li {
        float: none;
        display: inline-block;
        margin: 0 0 30px 10px;
    }

    #footer_sns {
        text-align: center;
        float: none;
        width: 100%;
        box-sizing: border-box;
        clear: both;
        padding: 0 10px 20px;
    }

    #footer_sns p {
        float: none;
        line-height: inherit;
        margin-bottom: 10px;
    }

    #footer_sns ul {
        float: none;
        padding-top: 5px;
        overflow: hidden;
    }

    #footer_sns ul li {
        margin: 0 10px;
    }

    #footer_bottom,
    #copyright_sp {
        padding: 0 3%;
    }
}



/* ▼ ページ上部へ戻る */
.pagetop {
    position: fixed;
    top: 440px;
    right: 20px;
    outline: none;
    z-index: 9999;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:768px) {
    .pagetop {
        top: inherit;
        right: 5px;
        bottom: 40px;
    }

    .pagetop img {
        width: 60px;
        height: auto;
    }
}



/* ▼ スライダー共通設定 */
.bx-wrapper {
    position: relative;
}

a.bx-prev,
a.bx-next {
    display: block;
    width: 23px;
    height: 43px;
    position: absolute;
    z-index: 100;
    top: 155px;
    text-indent: -9999px;
    outline: none;
}

a.bx-prev {
    background: url(../img/slider_arrow01.png) no-repeat left top;
    left: -34px;
}

a.bx-next {
    background: url(../img/slider_arrow02.png) no-repeat left top;
    right: -34px;
}

.bx-pager {
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 100;
    text-align: center;
}

.bx-pager-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
    text-align: center;
}

.bx-pager-item:last-child {
    margin-right: 0;
}

.bx-pager-item a {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/slider_page01.png) no-repeat left top;
    text-indent: -9999px;
    outline: none;
}

.bx-pager-item a.active {
    background: url(../img/slider_page02.png) no-repeat left top;
}

/* slick */

ul.slick-dots {
    text-align: center;
    overflow: hidden;
}

ul.slick-dots li {
    float: none;
    display: inline-block;
    width: 12px;
    margin: 10px 6px;
}

ul.slick-dots li button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    color: transparent;
    appearance: none;
    margin: 0;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/slider_page01.png) no-repeat left top;
    outline: none;
}

ul.slick-dots li.slick-active button {
    background: url(../img/slider_page02.png) no-repeat left top;
}

.slideArrow {
    position: absolute;
    width: 23px;
    height: 43px;
    cursor: pointer;
}

.slideArrowPrev {
    background: url(../img/slider_arrow01.png) no-repeat;
}

.slideArrowNext {
    background: url(../img/slider_arrow02.png) no-repeat;
}


/* ▼ マウスオーバーで表示 */
ul.works {
    overflow: hidden;
}

ul.works li.slick-slide {
    width: 248px;
    margin-right: 7px;
    margin-left: 7px;
    position: relative;
}

ul.works li:last-child {
    margin-right: 0;
}

ul.works li p.title {
    width: 240px;
    text-align: center;
    height: 45px;
}

ul.works li .item {
    position: relative;
}

ul.works li .photo {
    background: url(../img/bg_case.png) no-repeat left top;
    padding: 1px 0 10px 1px;
    overflow: hidden;
    height: 248px;
}

ul.works li .caption {
    display: none;
    width: 198px;
    height: 138px;
    background: url(../img/bg_caption.png) repeat;
    padding: 20px;
    position: absolute;
    top: 1px;
    left: 1px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
}

ul.works li .caption p.title02 {
    margin-bottom: 5px;
    font-size: 14px;
}

ul.works li .caption p.link {
    background: none;
    padding: 0;
    margin-top: 10px;
    line-height: 16px;
    text-align: center;
}

ul.works li .caption p.link a {
    background: url(../img/arrow_wh.png) no-repeat left center;
    padding-left: 13px;
    color: #fff;
}

@media screen and (max-width:768px) {
    ul.works li .photo {
        background: none;
    }

    ul.works li .caption {
        height: 100%;
    }
}

#main .inner .none_articles {
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #E60012;
    border-top: 1px dotted #E60012;
}

/* google search */
#header #search_box {
    position: absolute;
    top: 0px;
    right: 0px;
}

#header #search_box input.txt {
    width: 122px;
    margin: 0px 5px 0px 0px;
    height: 22px;
}

/* 404,403エラー */
#error {
    text-align: center;
}

#error h1 {
    font-size: 60px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#error p {
    line-height: 1.5em;
    font-size: 16px;
}

#error ul {
    margin: 50px auto;
}

#error ul li {
    display: inline-block;
}

#error ul li:first-child {
    margin-right: 30px;
}

@media screen and (max-width:768px) {
    #error ul li:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/*ニュース、セミナー、イベント記事のサービスバナー*/

.serviceLinkBnr h3 {
    font-weight: bold;
    text-align: left;
    border-left: 4px solid #E40011;
    padding: 0 10px;
    font-size: 16px;
    margin: 50px 0 15px;
}

.serviceLinkBnr {
    margin: 30px 0 0;
    padding: 20px 0;
    clear: both;
    text-align: center;
}

.serviceLinkBnr div {
    display: inline-block;
}

.serviceLinkBnr a {
    width: 285px;
    display: block;
    margin: auto;
}

.serviceLinkBnr a.linkTxt {
    width: 100%;
    max-width: 285px;
    background: #e60012 url("../img/bg_sevicelinkbner.png") no-repeat 10px center;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 90%;
}

.serviceLinkBnr a.linkTxt span {
    display: inline-block;
    padding: 2px 3px 2px 20px;
}

@media screen and (max-width:768px) {
    .serviceLinkBnr {
        text-align: center;
        margin: 30px auto 0;
    }

    .serviceLinkBnr a {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:360px) {
    .serviceLinkBnr a.linkTxt {
        width: 100%;
        box-sizing: border-box;
    }
}

/*特集・サービス等の最新情報*/

.ica {
    padding: 0;
    overflow: hidden;
    clear: both;
}

.com_latest_news {
    padding: 30px 30px 0;
}

.com_latest_news dl {
    border-bottom: 1px dotted #E60012;
    padding-bottom: 10px;
    margin-bottom: 5px;
    overflow: hidden;
}

.com_latest_news dl.article dd {
    margin-left: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.com_latest_news dl.article dt {
    float: left;
    width: 170px;
}

.com_latest_news dl.article dd.update {
    background: url(../common/img/icon_news07.gif) no-repeat left 3px;
}

.com_latest_news dl.article dt.i01,
dl.article dt.i01cat1,
dl.article dt.cat1i01 {
    background: url(https://www.kdl.co.jp/common/img/icon_news01.gif) no-repeat 90px 3px;
}

.com_latest_news dl.article dt.i02,
dl.article dt.i02cat1,
dl.article dt.cat1i02 {
    background: url(https://www.kdl.co.jp/common/img/icon_news02.gif) no-repeat 90px 3px;
}

.com_latest_news dl.article dt.i03,
dl.article dt.i03cat1,
dl.article dt.cat1i03 {
    background: url(https://www.kdl.co.jp/common/img/icon_news03.gif) no-repeat 90px 3px;
}

.com_latest_news dl.article dt.cat3,
dl.article dt.cat3cat1,
dl.article dt.cat1cat3 {
    background: url(https://www.kdl.co.jp/common/img/icon_news05.gif) no-repeat 90px 3px;
}

.com_latest_news dl.article dt.cat2,
dl.article dt.cat2cat1,
dl.article dt.cat1cat2 {
    background: url(https://www.kdl.co.jp/common/img/icon_news04.gif) no-repeat 90px 3px;
}

.com_latest_news dl.article dt.cat5,
dl.article dt.cat1cat5,
dl.article dt.cat5cat1 {
    background: url(https://www.kdl.co.jp/common/img/icon_news06.gif) no-repeat 90px 3px;
}

.com_latest_news dl.article dt.update {
    background: url(https://www.kdl.co.jp/common/img/icon_news07.gif) no-repeat 90px 3px;
}

.com_latest_news dl.article dt.blog {
    background: url(https://www.kdl.co.jp/common/img/icon_newsblog.gif) no-repeat 90px 3px;
}

.com_latest_news h3 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    /*background: url(https://www.kdl.co.jp/common/img/top/bg_top_newevent.png);*/
    /*color: #fff;*/
    width: 150px;
    margin: 0 1em 1em 0;
    float: left;
    padding: 82px 0;
    display: table;
    text-align: center;
    vertical-align: middle;
    text-indent: 0;
    height: auto;
}

.com_latest_news .article_list {
    width: 680px;
    padding-left: 20px;
    float: left;
    border-left: 1px dotted #E60012;

}
