@charset "UTF-8";

/* --------------------------------------------------- */


/* BasePC*/


/* 各ページ共通スタイル*/


/* --------------------------------------------------- */

a:hover img {
    opacity: 0.8;
}

#ham-menu, #menu-cb, #menu-icon, #menu-background, #ham-menu {
    display: none;
}

.container {
    max-width: 1085px;
    min-width: 940px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.container:after {
    clear: both;
}

h1 {
    color: #3e6eb9;
    font-size: 11px;
    width: 100%;
    font-weight: bold;
    padding: 5px 0;
}

h2, .tit {
    width: 100%;
}

section {
    margin: 0 0 50px;
}

h2, .tit {
    text-align: left;
    margin-bottom: 30px;
    color: #2965b1;
    line-height: 29px;
    font-size: 27px;
    font-weight: 500;
    font-family: "MS Serif", "Sylfaen", "Times New Roman";
    border-bottom: 3px solid transparent;
    border-image: url("../images/common/h2_line1.png") 3 stretch;
    -moz-border-image: url("../images/common/h2_line1.png") 3 stretch;
    -webkit-border-image: url("../images/common/h2_line1.png") 3 stretch;
    -ms-border-image: url("../images/common/h2_line1.png") 3 stretch;
}

h2 span {
    color: #407495;
    font-size: 23px;
    padding: 0 15px;
}

#main h2, #side_column h2 {
    text-align: left;
    color: #2965b1;
    margin-bottom: 25px;
    font-size: 20px;
    font-family: "sans-serif", "游ゴシック";
    font-weight: bold;
}

#main h2 span {
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
}

#main h2:before, #side_column h2:before {
    content: "■";
    margin-right: 5px;
}

#main h2 {
    border-bottom: 3px solid transparent;
    border-image: url("../images/common/h2_line2.png") 3 stretch;
    -moz-border-image: url("../images/common/h2_line2.png") 3 stretch;
    -webkit-border-image: url("../images/common/h2_line2.png") 3 stretch;
    -ms-border-image: url("../images/common/h2_line2.png") 3 stretch;
}

#side_column h2 {
    border-bottom: 3px solid transparent;
    border-image: url("../images/common/h2_line1.png") 3 stretch;
    -moz-border-image: url("../images/common/h2_line1.png") 3 stretch;
    -webkit-border-image: url("../images/common/h2_line1.png") 3 stretch;
    -ms-border-image: url("../images/common/h2_line1.png") 3 stretch;
}


/* --------------------------------------------------- */


/* #01 Header*/


/* --------------------------------------------------- */

#header {
    width: 100%;
    height: 120px;
    background-image: url(../images/common/header_bg.png);
    background-size: cover;
}

.header_l {
    float: left;
}

.header_r {
    float: right;
}

.head_time {
    margin: 0 10px;
}

.head_time p {
    text-align: right;
    color: #fff;
}

.head_t {
    padding: 0 20px;
}

.head_tel {
    margin: 0 0 3px;
}

.header_r ul li {
    display: inline-block;
}


/* --------------------------------------------------- */


/* #02 GrovalNavi*/


/* --------------------------------------------------- */

#nav {
    position: relative;
}

#nav .pc_view {
    background: url(../images/common/nav_bg.png) repeat-x;
    text-align: center;
    width: 100%;
    height: 49px;
}

#nav .pc_view:before {
    content: url(../images/common/nav_st.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

#nav .pc_view:after {
    content: url(../images/common/nav_end.png);
    position: absolute;
    top: 0px;
    right: 0px;
}

#nav .pc_view li {
    display: inline-block;
    padding: 0 5px;
}

#nav .pc_view li a img {
    opacity: 1.0;
}


/* --------------------------------------------------- */


/* #03 Main_Visual*/


/* --------------------------------------------------- */

#main_visual {
    background-color: #8abae5;
    width: 100%;
    height: auto;
}

#main_visual .feature, #main_visual .staff_bnr, #main_visual .truckno1 {
    position: absolute;
}

#main_visual .feature {
    top: 65px;
    left: 0;
}

#main_visual .staff_bnr {
    bottom: 10px;
    left: 10px;
}

#main_visual .truckno1 {
    bottom: 3px;
    right: 10px;
}

.instatop {
    margin: 20px auto 50px;
}


/* --------------------------------------------------- */


/* #04 #SolutionLink*/


/* --------------------------------------------------- */

#solution_link h2 {
    font-size: 37px;
}

#solution_link h2 span {
    font-size: 15px;
    padding: 0 15px;
}

#solution_link {
    /* padding: 0 20px; */
    margin: 20px auto 40px;
    text-align: center;
    clear: both;
}

#solution_link ul {
    margin: 10px 0;
}

#solution_link ul li {
    display: inline-block;
    width: 15%;
}


/* --------------------------------------------------- */


/* #05 #Main*/


/* --------------------------------------------------- */

#main {
    /* padding: 0 20px; */
    width: 67%;
    float: left;
    /* margin-bottom: 48px; */
}

.pankuzu {
    margin: 20px 0;
}

.pankuzu li {
    float: left;
}

.pankuzu li:after {
    content: ">";
    padding: 0 10px;
}

.pankuzu li:last-child:after {
    content: none;
}

.sub_visual {
    margin-bottom: 30px;
}

.inner p {
    padding: 0 10px 20px;
}

li.abli_1 {
    width: 60%;
    float: left;
}

li.abli_2 {
    width: 35%;
    float: left;
    margin-left: 5%;
    margin-bottom: 30px;
}

/* --------------------------------------------------- */


/* #06 #SideColumn*/


/* --------------------------------------------------- */

#side_column {
    width: 28%;
    float: right;
    /* padding:0 20px; */
}

.side_link img {
    margin: 0 0 13px;
}

.side_link a {
    display: block;
}

.side_info {
    margin-top: 10px;
}

.side_info dl dt {
    padding: 10px 0 0
}

.side_info dl dd {
    padding: 0 0 0 2em;
}


/* --------------------------------------------------- */


/* #07 #Footer*/


/* --------------------------------------------------- */

#footer {
    width: 100%;
    height: 310px;
    background-color: #2860a6;
    color: #FFF;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #FFF;
}

.foot_nav {
    float: left;
}

.foot_nav p {
    font-size: 17px;
    font-weight: bold;
    font-family: "sans-serif", "游ゴシック";
}

.foot_nav p:before {
    content: "■";
}

.foot_nav ul {
    display: inline-block;
    vertical-align: top;
    margin: 10px 60px 0 0;
}

.foot_nav ul li {
    padding: 8px 0 0 15px;
    font-size: 12px;
}

.foot_right {
    float: right;
    padding: 0 10px 0 0;
}

.footer_logo {
    margin: 10px 0 5px;
}

.footer_logo p {
    float: left;
    margin: 0 5px 0;
}

.footer_logo ul {
    float: right;
    margin: 5px 0 0 0px;
    font-size: 17px;
}

.foot_right dl {
    width: 383px;
    font-size: 12px;
}

.foot_right dl dt {
    float: left;
    width: 100px;
    margin-right: 34px;
    text-align: right;
}

.copyright {
    margin-top: 14px;
    font-size: 12px;
    text-align: right;
}


/* --------------------------------------------------- */


/* #EX Let's Dancing!!*/


/* --------------------------------------------------- */

.dancing_truck {
    position: fixed;
    bottom: 140px;
    right: 20px;
    z-index: 1;
}


/* --------------------------------------------------- */


/* #EX modal*/


/* --------------------------------------------------- */


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #999;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(../images/common/loading.gif) no-repeat center center;
}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}


/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../images/common/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../images/common/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../images/common/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

#cboxOverlay {
    background: #000;
}

#cboxLoadedContent {
    background: #fff;
}

#cboxLoadedContent {
    padding: 0;
    overflow: auto;
    -moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
    top: -20px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible;
}

#cboxTitle {
    color: #fff;
}

#inline-content {
    /* インラインを使用する時のみ */
    margin: 20px;
}

#inline-content2 {
    /* インラインを使用する時のみ */
    margin: 20px;
}

#ajax-wrap {
    /* ajaxを使用する時のみ */
    margin: 20px;
}


/* --------------------------------------------------- */


/* #01 Main_Visual Tb*/


/* #01 600px-960px*/


/* --------------------------------------------------- */

@media screen and (max-width: 960px) {
    h1 {
        width: 80%;
    }
    h2.tit {
        width: 90%;
        margin: 40px auto 0;
    }
       .tit span{
           display:block;
           text-align:right;
        }
    ul.menu span {
        color: #2860a6;
        font-size: 17px;
        display: block;
        width: 100%;
        margin: 15px 0;
        border-bottom: solid 1px;
        font-weight: bold;
    }
    ul.menu li {
        font-size: 14px;
        padding-left: 1em;
        margin-bottom: 2px
    }
    ul.menu li a {
        color: #777;
    }
    .menu span:before {
        content: "■";
    }
    #ham-menu {
        display: block;
        background-color: #fff;
        /*メニュー背景色*/
        box-sizing: border-box;
        height: 100%;
        padding: 10px 40px;
        /*メニュー内左右上下余白*/
        position: fixed;
        right: -250px;
        /*メニュー横幅 width と合わせる*/
        top: 0;
        transition: transform 0.3s linear 0s;
        /*0.3s はアニメーションにかかる時間*/
        width: 250px;
        /*メニュー横幅*/
        z-index: 1000;
    }
    #menu-background {
        background-color: #333;
        /*黒背景*/
        display: block;
        height: 100%;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: all 0.3s linear 0s;
        /*0.3s はアニメーションにかかる時間*/
        width: 100%;
        z-index: -1;
    }
    #menu-icon {
        background-color: #fff;
        /*アイコン部分背景色*/
        border-radius: 0 0 0 10px;
        /*左下角丸*/
        color: #3fb7ed;
        /*アイコン（フォント）色*/
        cursor: pointer;
        display: block;
        font-size: 50px;
        /*アイコン（フォント）サイズ*/
        height: 50px;
        /*アイコン縦高さ*/
        line-height: 55px;
        /*縦位置中央化*/
        position: fixed;
        right: -2px;
        text-align: center;
        top: -1px;
        width: 50px;
        /*アイコン横幅*/
        transition: all 0.3s linear 0s;
        /*0.3s はアニメーションにかかる時間*/
        z-index: 1000;
    }
    #menu-cb {
        display: none;
        /*チェックボックス本体は消しておく*/
    }
    #menu-cb:checked~#ham-menu, #menu-cb:checked~#menu-icon {
        transform: translate(-250px);
        /*メニュー本体横幅 width と合わせる*/
    }
    #menu-cb:checked~#menu-background {
        opacity: 0.5;
        z-index: 999;
    }
    .pankuzu {
        display: none;
    }
    #main {
        margin: 50px auto;
        width: 80%;
        float: none;
    }
    #side_column {
        margin: 60px auto;
        width: 80%;
        float: none;
    }
    .dancing_truck {
        display: none;
    }
    .container {
        min-width: 100%;
        margin: 0 auto;
    }
    .truckno1 {
        width: 25%;
    }
    #nav, .sol_flow, .header_r {
        display: none;
    }
    #main_visual .feature {
        top: 15px;
        width: 60%;
    }
    .logo {
        width: 168px;
        margin: 15px;
        display: block;
    }
    .header_l, .sol_flow, .header_r, .foot_nav, .foot_right, .footer_logo p, .footer_logo ul {
        float: none;
        overflow: hidden;
    }
    #main_visual .staff_bnr {
        width: 30%;
    }
    #solution_link {
        width: 80%;
    }
    #solution_link ul li {
        width: 30%;
        margin: 5px;
    }
    .side_link {
        text-align: center;
    }
    .side_link img {
        text-align: center;
        width: 100%;
    }
    #footer {
        height: auto;
        padding: 15px 0px;
        text-align: center;
    }
    .foot_nav {
        overflow: hidden;
        text-align: left;
        margin: 0 auto;
        width: 90%;
    }
    .foot_nav ul {
        margin: 0 20px 20px;
        float: left
    }
    .copyright {
        margin-top: 30px;
        text-align: center;
    }
    .footer_logo {
        margin: 20px;
    }
    .foot_right dl {
        width: 66%;
        margin: 15px auto 0;
    }
    .foot_right dl dt {
        width: 25%;
        text-align: right;
    }
    .foot_right dl dd {
        width: 100%;
        text-align: left;
    }
    .side_company img {
        width: 100%;
    }
    .side_info {
        display: none
    }
}


/* --------------------------------------------------- */

/* #SP*/

/* #01 -600px*/

/* --------------------------------------------------- */

@media screen and (max-width: 600px) {
    .staff_bnr {
        display: none;
    }
    #solution_link h2 span {
        display: block;
        font-size: 13px;
    }
    #main h2 span{
        display:block;
        text-align:right;
     }
    #solution_link ul li {
        display: block;
        width: 46%;
        margin-bottom: 15px;
        float:  left;
    }
    .foot_right dl {
        width: 80%;
    }
    .foot_right dl dt {
        float: none;
        width: 100%;
        text-align: left;
    }
    .foot_right dl dd {
        padding-left: 1em
    }
}
