/* 一般 */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 18px;
    color: #666666;
}

p,ul,ol {line-height: 1.5em;}

.display-block {display:block}
.overflow-hidden {overflow: hidden;}

/* リンク */
a {color: #004e9e; text-decoration: none;}
a:hover {color: #f08300}
.link-block:hover {opacity: 0.9;}
.link-text:after {
    content: "➜";
    position: relative;
    padding-left: 6px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 0;
}

/* タイトル */
.title-1 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 10px 0 8px;
    font-size: 38px;
}

.title-2 {
    position: relative;
    padding: 8px 0 4px 16px;
    background-color: #eeeeee;
    font-size: 1.5em;
}

.title-2:before {
    content: "";
    position: absolute;
    left: 6px;
    width: 5px;
    height: 60%;
    background-color: #004e9e;
}

.title-3 {
    position: relative;
    border-bottom: #004e9e 1px solid;
    padding-left: 24px;
    font-size: 1.25em;
}

.title-3:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 12px;
    border: #004e9e 4px outset;
}

/* 文字 */
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-white {color: #ffffff;}
.text-blue {color: #004e9e;}
.text-orange {color: #e98a15;}
.text-green {color: #53b323;}

.reg-mark {font-size: 0.5em;}

/* リスト */
.list-std {
    position: relative;
    list-style: none;
    padding-left: 0;
}

.list-std li {
    position: relative;
    padding: 2px 0 2px 30px;
}

.list-std li:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 10px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background: #004e9e;
}

/* テーブル */
.table-std {
    width: 100%;
    border-collapse: collapse;
}

.table-std, .table-std th, .table-std td {
    border: #004e9e 1px solid;
 }

 .table-std th {
     background-color: #eeeeee;
 }

 .table-std th, .table-std td {
    padding: 5px;
 }

/* ボタン */
.button-std {
    position: relative;
    display: inline-block;
    margin: 10px;
    border-radius: 25px;
    padding: 14px 14px 12px;
    min-width: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.button-std:after {
    content: "➜";
    position: relative;
    padding-left: 6px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 0;
}

.button-blue {
    background-color: #004e9e;
    color: #ffffff;
}

.button-white {
    background-color: #ffffff;
    color: #004e9e;
}

/* ボタン */
.button-std2 {
    position: relative;
    display: inline-block;
    margin: 10px;
    border-radius: 25px;
    padding: 14px 14px 12px;
    min-width: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}


/* イメージ */
.img-fill {width:100%;display:block;}

/* フロート */
.float-left {float: left;}
.float-right {float: right;}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

/* マージン */
.margin-0 {margin: 0;}
.margin-t-0 {margin-top: 0;}
.margin-t-10 {margin-top: 10px;}
.margin-t-20 {margin-top: 20px;}
.margin-b-0 {margin-bottom: 0;}
.margin-b-10 {margin-bottom: 10px;}
.margin-b-20 {margin-bottom: 20px;}

/* グリッド */
.container {min-width: 1024px;}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1024px;
}

[class*=gd-] {float: left;}
.gd-lg-1-1 {width: 100%;}
.gd-lg-1-2 {width: 47.6%;}
.gd-lg-1-3 {width: 33.33%;}.gd-lg-2-3 {width: 66.66%;}
.gd-lg-1-4 {width: 25%;}.gd-lg-3-4 {width: 75%;}
.gd-lg-1-5 {width: 20%;}.gd-lg-2-5 {width: 40%;}.gd-lg-3-5 {width: 60%;}.gd-lg-4-5 {width: 80%;}
.gd-lg-1-7 {width: 14.2857%;}.gd-lg-2-7 {width: 28.57%;}.gd-lg-3-7 {width: 42.857%;}
.gd-lg-1-8 {width: 12.5%;}.gd-lg-3-8 {width: 37.5%;}.gd-lg-5-8 {width: 62.5%;}.gd-lg-7-8 {width: 87.5%;}
.gd-lg-1-10 {width: 10%;}.gd-lg-3-10 {width: 30%;}.gd-lg-7-10 {width: 70%;}.gd-lg-9-10 {width: 90%;}

.p-box-sm {padding-left: 6px; padding-right: 6px;}
.p-box-m {padding-left: 12px; padding-right: 12px;}
.p-box-l {padding-left: 20px; padding-right: 20px;}
.box-center {float:none;margin-left: auto;margin-right:auto;}

.divider-right {border-right: #dddddd 2px solid;}
.divider-left {border-left: #dddddd 2px solid;}

/* ヘッダー */
.header {
    z-index: 50;
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 1024px;
    padding-top: 12px;
    padding-bottom: 5px;
    background-color: #1e5fa6;
    background-color: rgba(0,78,158,0.9);
}

.header:after {
    content: "";
    position: absolute;
    bottom: -32px;
    display: block;
    width: 100%;
    height: 32px;
    background: url('../img/header-bg.png') center repeat-x;
}

.header-logo {
    margin-top: 5px;
    max-width: 504px;
}

.header-button-menu {
    border: #ffffff 3px solid;
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 0.75em;
    cursor: pointer;
}

.menu-icon {
    margin: 0 auto;
    width: 75%;
}

.menu-icon .bar {
    height: 3px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: transform 0.3s;
}

.header-button-menu:hover {
    border-color: #f08300;
    color: #f08300;
}
.header-button-menu:hover .menu-icon .bar {
    background-color: #f08300;
}

/* Rotate first bar */
.header-button-menu.active .menu-icon .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px) ;
    transform: rotate(-45deg) translate(-5px, 5px) ;
}

/* Fade out the second bar */
.header-button-menu.active .menu-icon .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.header-button-menu.active .menu-icon .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

/* ヘッダーナビ */
.header-nav {
    z-index: 100;
    position: absolute;
    top: -1000px;
    border-radius: 20px;
    padding: 10px 0;
    width: 100%;
    background-color: #004e9e;
    -webkit-box-shadow: 0px 2px 9px 2px rgba(7,39,94,0.6);
    -moz-box-shadow: 0px 2px 9px 2px rgba(7,39,94,0.6);
    box-shadow: 0px 2px 9px 2px rgba(7,39,94,0.6);
    transition: 0.4s;
}

.header-nav.active {
    top: 68px;
}

.header-nav-list {
    list-style: none;
    padding-left: 0;
}

.header-nav-list-title {
    border-bottom: #ffffff 3px solid;
    padding-bottom: 5px;
    font-size: 21px;
    font-weight: bold;
}

.header-nav-list-item {
    margin: 14px 0;
}

.header-nav-list-link {
    color: #ffffff;
}

.header-nav-list-secondary {
    border-top: #fff 1px solid; 
}

/* 2階層目ナビ */
.nav-secondary {
    position: relative;
    background-color: rgba(228,228,228,0.9);
}
.nav-secondary:before {
    content: "";
    position: absolute;
    top: -32px;
    display: block;
    width: 100%;
    height: 32px;
    background: url('../img/nav-secondary-bg.png') center repeat-x;
}

.nav-secondary-link {
    display: inline-block;
    margin: 2px 2px 8px;
    border: #004e9e 3px solid;
    border-radius: 25px;
    padding: 8px 15px 6px;
    min-width: 150px;
    font-size: 21px;
}

.nav-secondary-link:after {
    content: "➜";
    position: relative;
    padding-left: 6px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 0;
}

.nav-secondary-link:hover {
    background-color: #004e9e;
}

/* パンくず */
.breadcrumb {
    margin-bottom: 30px;
    font-size: 16px;
}

.breadcrumb-list {
    list-style: none;
    padding-left: 0;
}

.breadcrumb-item {
    display: inline-block;
}

/* バナー */
.banner-header-wrapper {
    z-index: -1;
    position: relative;
    left: -430px;
    width: 1920px;
}

.no-banner {
    margin-top: 150px;
}

/* TOP */
.top-categories {
    margin-top: -200px;
}

.top-category {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #004e9e;
}

.top-category-title {
    margin-bottom: 8px;
}

.top-category-caption {
    margin-bottom: 16px;
}

/* 業界別 */
.box-list {
    border: #004e9e 2px solid;
}

.box-list-title {
    padding: 6px 0 5px;
    background-color: #004e9e;
}

.box-list .list-std li {
    display: inline-block;
    margin-right: 5px;
}

.category-box {
    border: #004e9e 2px solid;
}

.category-box-text {
    width: 45%;
}

.category-box-image {
    width: 55%;
}

/* カタログ・お問い合わせ　フッター */
.page-bottom {
    margin: 60px 0;
}

.page-bottom-box {
    padding-top: 12px;
    padding-bottom: 12px;
}

.page-bottom-wrapper {
    background-color: #eaeaea;
}

.page-bottom-download {
    background-color: #003b6b;
}

.page-bottom-title {
    font-size: 34px;
}

.page-bottom-link {
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #666666;
}

.page-bottom-link .fa {
    font-size: 30px;
    color: #004e9e;
}

a[href^="tel:"] {
    cursor: default !important;
}
a[href^="tel:"]:hover {
    color: #666666;
}

/* フッター */
.footer-nav {
    padding: 20px 0;
    background-color: #eaeaea;
}

.footer-nav-list {
    padding-left: 0; 
    list-style: none;
}

.footer-nav-list-title {
    border-bottom: #004e9e 3px solid;
    padding-bottom: 5px;
    font-size: 21px;
    font-weight: bold;
}

.footer-nav-list-item {
    margin: 14px 0;
}

.footer-nav-list-link {
    color: #666666;
}

.footer-sitemap {
    border-top: #cccccc 1px solid;
    padding-top: 15px;
}

.footer-copy, .footer-copy-text {
    padding: 20px;
    font-size: 12px;
}

/* お貸出し */

.rental-section {
    background-color: #003b6b;
    text-align: center;
}

.rental-image {
    display: inline-block;
    max-width: 360px;
    padding: 50px 20px;
    vertical-align: middle;
}

.rental-content {
    display: inline-block;
	max-width: 600px;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}

.rental-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: normal;
    color: #FFFFFF;
}

.rental-text {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}

.button {
    display: inline-block;
    margin: 15px 0;
    padding: 15px 25px;
}

.button:hover {
    background-color: #EA5504;
    color: white;
	
}

.button-while {
    background-color: #FFFFFF;
    font-size: 21px;
    color: #003b6b;
}

.button-red {
    background-color: #D50000;
    font-size: 25px;
    color: white;
}

.button-icon {
    margin-right: 5px;
}

/* カタログ */

.catalog-section {
    background-color: #EDEDED;
    text-align: center;
}

.catalog-image {
    display: inline-block;
    max-width: 345px;
    padding: 50px 40px;
    vertical-align: middle;
}

.catalog-content {
    display: inline-block;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}

.catalog-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: normal;
    color: #004EA2;
}

.button {
    display: inline-block;
    margin: 15px 0;
    padding: 15px 25px;
}

.button:hover {
    background-color: #EA5504;
    color: white;
	
}

.button-blue {
    background-color: #004EA2;
    font-size: 21px;
    color: white;
}

.button-red {
    background-color: #D50000;
    font-size: 25px;
    color: white;
}

.button-icon {
    margin-right: 5px;
}

/* SP */
@media only screen and (max-width: 640px) {
    .hide-sp {display:none;}

    .container {min-width: 0;}

    .wrapper {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    
    [class*=gd-lg-] {width: 100%;}

    .gd-sm-1-2 {width: 50%;}
    .gd-sm-1-3 {width: 33.33%;}.gd-sm-2-3 {width: 66.66%;}
    .gd-sm-1-4 {width: 25%;}.gd-sm-3-4 {width: 75%;}
    .gd-sm-1-5 {width: 20%;}.gd-sm-2-5 {width: 40%;}.gd-sm-3-5 {width: 60%;}.gd-sm-4-5 {width: 80%;}
    .gd-sm-1-7 {width: 14.2857%;}.gd-sm-2-7 {width: 28.57%;}.gd-sm-3-7 {width: 42.857%;}
    .gd-sm-1-8 {width: 12.5%;}.gd-sm-3-8 {width: 37.5%;}.gd-sm-5-8 {width: 62.5%;}.gd-sm-7-8 {width: 87.5%;}
    .gd-sm-1-10 {width: 10%;}.gd-sm-3-10 {width: 30%;}.gd-sm-7-10 {width: 70%;}.gd-sm-9-10 {width: 90%;}

    .divider-right {border-right: none;}
    .divider-left {border-left: none;}

    .header {
        position: relative;
        min-width: 0;
    }

    .header-logo {
        max-width: 230px;
    }

    .header-button-menu {
        padding: 3px 6px;
        font-size: 0.5em;
    }
    
    .menu-icon .bar {
        margin: 4px 0;
    }

    /* Rotate last bar */
    .header-button-menu.active .menu-icon .bar3 {
        -webkit-transform: rotate(45deg) translate(-5px, -5px);
        transform: rotate(45deg) translate(-5px, -5px);
    }

    .banner-header-wrapper {
        left: -55%;
        width: 200%;
    }

    .no-banner {
        margin-top: 60px;
    }

    .top-categories {
        margin-top: -20%;
    }

    .page-bottom-title {
        font-size: 21px;
    }
}
/* End SP */