@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 service.css

+++++++++++++++++++++++++++++++ */

/*
見出し
-----------------------------------*/
header.service {
    margin-bottom: 50px;
    padding: 100px 0;
    background: url(../images/bg_main_dot.png) repeat left top, url(../service/index/bg_header_image.jpg) no-repeat center top;
    background-size: 2px, auto 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px #00263d;
}
header.service .title {
    margin-bottom: 10px;
    font-size: 32px;
}
header.service p { margin: 0; }

/*
インデックス
-----------------------------------*/

/* タブ */
#tab_service {
    border-bottom: 5px solid #003f65;
}
#tab_service ul {
    display: table;
    margin: 0 auto;
}
#tab_service li {
    position: relative;
    display: table-cell;
    width: 168px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    filter: alpha(opacity=80);
    opacity: 0.8;
    transition: 0.2s linear;
}
#tab_service li { padding-left: 4px; }
#tab_service li:first-child { padding-left: 0; }

#tab_service li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 60px;
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    content: " ";
}

#tab_service .all { background: #003f65; }
#tab_service .ec { background: #d2565e; }
#tab_service .si { background: #488c6f; }
#tab_service .consulting { background: #dd8a46; }
#tab_service .smart { background: #5f5489; }
#tab_service .security { background: #49759e; }
#tab_service .agp { background: #85a754; }

#tab_service li:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
#tab_service .current {
    filter: alpha(opacity=100);
    opacity: 1;
}

#service_box {
    position: relative;
    left: 10px;
    overflow: hidden;
    width: 1220px;
}

/*
サービス詳細
-----------------------------------*/
.service_detail header {
    margin: 0;
    padding: 80px 0;
}
.service_detail header p.summary {
    margin: 10px auto 20px;
    font-weight: normal;
    text-align: center;
}
.service_detail header p {
    width: 900px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

/* === ポイント === */
.service_detail .point {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}
.service_detail .point .inner {
    width: 1200px;
    margin: 0 auto;
}
.service_detail .box_point {
    float: left;
    width: 340px;
    padding: 20px;
    background: #fff;
}
.service_detail .box_point:not(:last-child) { margin-right: 30px; }
.service_detail .box_point .title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.service_detail .box_point p:last-child {
    min-height: 85px;
    margin-bottom: 0;
    font-size: 15px;
}

/* === 一覧 === */
#list_service { margin-top: 50px; }
#list_service .item {
    position: relative;
    background: #f4f4f4;
}
#list_service .item:not(first-child) { margin-top: 20px; }
#list_service .item a {
    display: table;
    width: calc(100% - 30px);
    border-right: 30px solid #003f65;
    background: #f4f4f4;
}
#list_service .item a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#list_service .item a:after {
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    display: block;
    width: 11px;
    height: 21px;
    background: url(../images/arrow_r_w.png) no-repeat left top;
    content: " ";
}
#list_service .icon {
    display: table-cell;
    width: 140px;
    text-align: center;
    vertical-align: middle;
}
#list_service .text {
    display: table-cell;
    padding: 20px 0;
}
#list_service .name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
#list_service .name span {
    display: block;
    font-size: 10px;
}
#list_service .desc {
    margin: 10px 0 0;
    font-size: 15px;
}

/* ec */
#service_ec header {
    background: url(../service/ec_old/bg_header.png) repeat left top, url(../service/ec_old/bg_header_image.jpg) no-repeat center center;
    background-size: auto, auto 100%;
    text-shadow: 1px 1px 5px #7e3438;
}
#service_ec .point { background-image: url(../service/ec_old/bg_point.png); }
#service_ec .box_point { box-shadow: 6px 6px 6px #edbbbf;}
#service_ec .box_point .title,
#service_ec .name { color: #d2545e; }
#service_ec .list_service a:hover .name { color: #fff; }

/* consulting */
#service_consulting header {
    background: url(../service/consulting/bg_header.png) repeat left top, url(../service/consulting/bg_header_image.jpg) no-repeat center center;
    background-size: auto, auto 100%;
    text-shadow: 1px 1px 5px #7e3438;
}
#service_consulting .point { background-image: url(../service/consulting/bg_point.png); }
#service_consulting .box_point { box-shadow: 6px 6px 6px #f1d0b5;}
#service_consulting .box_point .title,
#service_consulting .name { color: #dd8a46; }
#service_consulting .list_service a:hover .name { color: #fff; }

/* si */
#service_si header {
    background: url(../service/si_old/bg_header.png) repeat left top, url(../service/si_old/bg_header_image.jpg) no-repeat center center;
    background-size: auto, auto 100%;
    text-shadow: 1px 1px 5px #2b5443;
}
#service_si .point { background-image: url(../service/si_old/bg_point.png); }
#service_si .box_point { box-shadow: 6px 6px 6px #b6d1c5;}
#service_si .box_point .title,
#service_si .name { color: #478c6e; }
#service_si .list_service a:hover .name { color: #fff; }

/* smartphone */
#service_smart header {
    background: url(../service/smartphone/bg_header.png) repeat left top, url(../service/smartphone/bg_header_image.jpg) no-repeat center center;
    background-size: auto, auto 100%;
    text-shadow: 1px 1px 5px #393252;
}
#service_smart .point { background-image: url(../service/smartphone/bg_point.png); }
#service_smart .box_point { box-shadow: 6px 6px 6px #bfbbd0;}
#service_smart .box_point .title,
#service_smart .name { color: #5f5287; }
#service_smart .list_service a:hover .name { color: #fff; }

/* security */
#service_security header {
    background: url(../service/security/bg_header.png) repeat left top, url(../service/security/bg_header_image.jpg) no-repeat center center;
    background-size: auto, auto 100%;
    text-shadow: 1px 1px 5px #2c465f;
}
#service_security .point { background-image: url(../service/security/bg_point.png); }
#service_security .box_point { box-shadow: 6px 6px 6px #b6c8d8;}
#service_security .box_point .title,
#service_security .name { color: #48749e; }
#service_security .list_service a:hover .name { color: #fff; }

/* game */
#service_game header {
    background: url(../service/game/bg_header.png) repeat left top, url(../service/game/bg_header_image.jpg) no-repeat center center;
    background-size: auto, auto 100%;
    text-shadow: 1px 1px 5px #506432;
}
#service_game .point {
    margin-bottom: 50px;
    padding: 30px 0 25px 16px;
    background-image: url(../service/game/bg_point.png);
    text-align: center;
}
#service_game .list_service a:hover .name { color: #fff; }


/*
個別サービス　共通
-----------------------------------*/
/* ヘッダ */
.service_detail header.service {
    margin: 0;
    padding: 80px 0;
}
.service_detail header.service_contents { padding: 20px 0; }

.service_detail .title_service {
    margin: 0 0 20px;
    font-size: 24px;
}
.service_detail .title_service span { font-size: 12px; }

/* ナビゲーション */
.service_detail .anchor_nav {
    background: rgba(255,255,255, .85);
}
.service_detail .anchor_nav li {
    display: inline-block;
    margin: 0 15px;
}
.service_detail .anchor_nav li a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    text-shadow: none;
}

/* リード */
#service_lead {
    width: 950px;
    margin: 30px auto 0;
    padding: 15px;
    text-align: left;
}
#service_lead .title {
    margin: 0 0 15px;
    font-size: 24px;
}

#service_consulting #service_lead { background: rgba(211,138,70, .65); }

/* 関連サービス */
#relatied_service .heading03 { margin-bottom: 10px; }
