﻿html{
    scroll-behavior: smooth;
}

.dirlogo:hover {
    background-color: transparent !important;
        filter: contrast(200%);

    
}

/*ボリュームボタン*/
.captcha_play_button:hover {
    background-color: transparent !important;
}

/*リロードボタン*/
.captcha_reload_button:hover {
    background-color: transparent !important;
}

/*ヘッダロゴ*/
.header, .footer {
    padding-top: 5px;
    text-align: center;
    height: 80px;
    background-color: #b3d3f9;
}

.header{
    background-image: url("../images/barBg.png");
    background-repeat: no-repeat;
    background-position: 5px -35px;
}

.card {
    background-color: transparent;
    border: none;
    flex-direction: row;
    max-width: 100%;
}

.footer {
    padding-top: 15px;
}

    .footer .row {
        max-width: 1330px;
        margin: 0 auto;
        background-color: #0095d9;
    }

/*通常時はsmallheaderは非表示とする*/
#smallheader {
    display: none;
    background-position: 5px -50px;
}

#header {
    display: block;
}

/*ボタン用プライマリカラーの背景色を変更*/
.btn-primary {
    border-color: #0095d9 !important;
    background-color: #0095d9 !important;
    color: white !important;
    text-decoration: none !important;
}

    .btn-primary:hover {
        background-color: #99DDFF !important;
        color: #1062a7 !important;
        color: #1062a7 !important;
    }

.bg-primary {
    background-color: #0095d9 !important;
}

.card-primary {
    border-radius: 0.5em;
}

.card-body {
    max-width: 100%;
}

.card-primary > .card-heading, .card-primary > .card-body > .card-title {
    background-color: #0095d9;
    border-color: #0095d9;
    color: white;
    font-weight: bold;
    font-size: large;
    padding: 7px;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.header th, .footer th {
    vertical-align: middle;
}

    .header th > nav, .footer th > nav {
        margin-top: 18px;
    }

        /*navのリストアイコンを非表示にする*/
        .header th > nav > ul, .footer th > nav > ul {
            list-style: none;
            overflow: hidden;
            padding-left: 10px;
        }

            .header th > nav > ul > li, .footer th > nav > ul > li {
                background-color: #0095d9;
                text-align: center;
                display: table-cell;
                vertical-align: middle;
            }

.contents {
    margin: 0 auto;
}

.tbcard {
    background: #0095d9 ;
    color: aliceblue ;
}
.navicon {
    background-image: url("../images/navicon.svg");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 40px;
    min-height: 40px;
}

    .navicon:hover {
        background-image: url("../images/navicon_hover.svg");
    }
.breadcrumb {
    white-space: nowrap
}
.container {
    max-width: 1350px;
    padding-bottom: 85px;
}

.antialias {
    -o-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    -moz-transform: rotate(0.05deg);
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.intent {
    text-indent: 2em;
    margin-right: 10px
}

.kajokaki {
    list-style: none;
}

.history {
    font-size: 0.8em;
}

body {
    font-family: 'Kosugi', sans-serif;
    color: #1062a7;
    min-height: 100%;
    padding-top: 60px;
    margin-top: 50px;
    background-image: url("../images/bgImage.png");
    background-attachment: fixed;
    background-repeat: repeat;
}

    body a:link, body a:visited {
        color: #1062a7;
        text-decoration: underline;
    }

    body a:hover {
        background-color: #99DDFF !important;
        color: #1062a7;
    }


article.container{
    padding: 0;
    margin-bottom: 5em;
    text-align: center;
}

article p{
    padding: 0;
    margin: 0;
}

.coloredSec{
    background-color: rgba(179, 211, 249, 0.4);
    padding: 5em 0;
    margin-bottom: 5em;
}

    .coloredSec article.container{
        margin-bottom: 0;
    }

h1 {
    position: relative;
    padding: 5px;
    background: #0095d9;
    font-size: 20px;
    color: white;
    line-height: 1.3;
    z-index: -1;
    margin-left: 30px;
    white-space: nowrap;
}

    h1:before {
        position: absolute;
        content: '';
        left: -2px;
        top: 0;
        border: none;
        border-right: solid 35px #0095d9;
        border-top: solid 36px Transparent;
        z-index: -2;
        margin-left: -32.5px;
    }

h2 {
    font-family: 'M PLUS 1p';
    background: linear-gradient(transparent 60%, rgba(0, 149, 217, 0.4) 60%);
    padding: 0 0.2em;
    display: inline-block;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
}

    h2 small{
        font-size: 1.5rem;
    }

h3 {
    font-family: 'M PLUS 1p';
    background: linear-gradient(transparent 60%, rgba(255, 255, 30, 0.4) 60%);
    padding: 0 0.2em;
    display: inline-block;
    margin-bottom: 0.2em;
    letter-spacing: 0.1em;
}

    h3 small{
        font-size: 1.5rem;
    }


#text1 {
    margin-bottom: 25px;
    font-size: 0.9em;
}

.dsc1item {
    background-color: rgba(248,248,255,0.8);
    table-layout: fixed;
}

    .dsc1item th, .dsc1item td {
        padding: 6px;
        border-collapse: collapse;
        border-spacing: 0px;
    }

    .dsc1item th {
        text-align: center;
        width: 20%;
        background-color: #0095d9;
        color: #FFFFFF;
        border: solid 1px #FFFFFF;
        border-left: solid 1px #0095d9;
        border-right: solid 1px #0095d9;
    }

    .dsc1item tr:first-child th {
        border-top: solid 1px #0095d9;
    }

    .dsc1item tr:last-child th {
        border-bottom: solid 1px #0095d9;
    }

    .dsc1item td {
        vertical-align: top;
        border: solid 1px #1062A7;
    }

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

p {
    margin-left: 20px;
    margin-right: 10px
}

/* 使ってない　削除していい？↓ */
.pankuzu {
    border-radius: 0.2em;
    text-decoration: none;
    /* color: black;*/
    font-size: 1.1em;
    background-color: rgba(180,240,255,0.3);
    font-style: initial;
    font-weight: 500;
    flex-wrap: nowrap;
}

#sitemaps > ul {
    margin: 20px;
    list-style: none
}

.sitemaplist {
    line-height: 40px;
    position: relative;
    display: block;
    padding-left: 12px;
    color: #333;
    text-decoration: none;
}

    .sitemaplist:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #0095d9;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6px;
        margin-left:-10px;
    }
.filter:hover {
    filter: brightness(90%) ;
}

#kaihatsuTab .index{
    background-color: #ffffff;
    margin: 0 1em;
    font-size: 24px;
    font-family: 'M PLUS 1p';
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    border: 2px solid var(--logoColor);
    margin-top: 0.5em;
}

    #kaihatsuTab .index p{
        padding: 0.3em 0.75em;
        margin: 0;
        width: 290px;
        min-width: 200px;
    }

    #kaihatsuTab .index a{
        display: block;
    }

    #kaihatsuTab .index a:link{
        text-decoration: none;
    }

#kaihatsuTab .active{
    background-color: var(--logoColor);
    color: #ffffff;
    position: relative;
}

    #kaihatsuTab .active::after{
        content: "▼";
        font-size: 36px;
        color: var(--logoColor);
        bottom: -1em;
        position: absolute;
        left: 43%;
    }

i.fas{
    margin-right: 0.2em;
}

#lang img{
    margin: 1em 0;
    width: 100px;
}

#lang ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin-top: 1.5em;
}

#lang li{
    background-color: #0068B3;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-family: 'M PLUS 1p';
    margin: 0 0.2em 0.1em 0.2em;
    padding: 0.3em 1em;
    position: relative;
}

    #lang li::after{
        content: "+";
        transform: rotate(45deg);
        color: #ffffff;
        position: absolute;
        top: -2px;
        right: 1px;
        font-size: 10px;
    }

    #lang li::before{
        content: "+";
        transform: rotate(45deg);
        color: #ffffff;
        position: absolute;
        top: -2px;
        left: 3px;
        font-size: 10px;
    }

#consultation [class^='btnRequest'] a{
    padding: 1em 0;
    color: #ffffff !important;
    text-decoration: none !important;
    letter-spacing: 0.1em;
    display: block;
}

#consultation .btnRequestF{
    background-color: var(--logoColor);
    margin-bottom: 1em;
}

#consultation .btnRequestT{
    background-color: #7781AD;
}

#consultation .row{
    margin: 2em 0;
    padding-bottom: 3em;
}

#recruitForm{
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin: 1em 0 0 1.5em;
}

    #recruitForm li{
        padding: 0 0 0 0.5em;
        line-height: 200%;
        text-align: left;
        text-indent: -2.5em;
    }

    #recruitForm li::before{
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f1d8';
        margin-right: 0.1em;
    }

#breadNav{
    padding-bottom:2.5rem;
}

#pageTop{
    text-align: right;
    padding: 0 50px 0 0;
}

    #pageTop i{
        font-size: 40px;
        position: fixed;
        bottom: 90px;
    }

@media screen and (max-width: 1350px) {
    /* 900pxまでの幅の場合に適応される */
    /*幅狭時はheaderは非表示とする*/
    .header, .footer {
        max-height: 60px;
    }
    .footer {
        height: 45px;
       
    }
    .modal-footer {
        padding-top:-20px;
    }
    .backpattern {
        background-image: none !important;
       
    }
    body {
        padding-top: 50px;
        margin-top: 30px;
        font-size: calc(.8rem);
    }
    .tbcard {
        white-space: nowrap
    }
        h1 {
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 9px;
    }

    h2{
        font-size: 1.6rem;
    }

        h2 small{
            font-size: 1.3rem;
        }

    #smallheader {
        display: block;
    }

    #header, .footermenu {
        display: none;
    }

    .modal-backdrop {
        z-index: 50 !important;
    }

    #kaihatsuTab .active::after{
        content: "";
    }

    #pageTop i{
        bottom: 55px;
    }
}
