
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

th,
td {
    text-align: left;
    vertical-align: top
}
/* 


@font-face {
    font-family: 'icomoon';
    src: url(css/fonts/icomoon.eot?u8yqn1);
    src: url(css/fonts/icomoon.eot?u8yqn1#iefix) format('embedded-opentype'), 
    url(css/fonts/icomoon.ttf?u8yqn1) format('truetype'), 
    url(css/fonts/icomoon.woff?u8yqn1) format('woff'), 
    url(css/fonts/icomoon.svg?u8yqn1#icomoon) format('svg');
    font-weight: normal;
    font-style: normal
} */

/* [class^='icon-'],
[class*=' icon-'] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
} */




/*! .title */
.titMain {
    line-height: 1;
    text-align: center;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 35px
}

.titMain:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #013076;
    height: 3px;
    width: 60px
}

.titMainEn {
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    display: block;
    color: #14305a;
    letter-spacing: .15em;
    line-height: 1.1;
    margin-bottom: 12px
}

.titMainJa {
    font-size: 2rem;
    font-weight: bold;
    color: #1f1f1f;
    line-height: 1.1;
    letter-spacing: .075em;
    line-height: 1.1
}

.titMainSmall {
    padding-bottom: 24px
}

.titMainSmall .titMainEn {
    font-size: 4.5rem
}

.titMainSmall .titMainJa {
    font-size: 1.6rem
}

.titSub {
    color: #000;
    margin-bottom: 25px;
}

.titSubEn {
    font-size: 30px;
    font-weight: bold;
    /* font-family: 'Oswald', sans-serif; */
    display: block;
    line-height: 1.1;
    letter-spacing: .13em;
}

.titSubJa {
    font-size: 16px;
    text-align: left;
    display: block;
    line-height: 1.1;
    margin-top: 8px;
}

/*! .mvChild
=========================================== */
.mvChild {
    width: 100%;
    display: table;
    padding: 75px 0 85px;
    background-color: #0b254d;
    background-size: cover;
    background-position: center center
}

.mvChildIn {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center
}

.mvChildTitEn {
    font-family: 'Oswald', sans-serif;
    font-size: 5rem;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: .13em
}

.mvChildTitJa {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 12px;
    letter-spacing: .02em
}

.mvChildTxt {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 2.13
}

@media(min-width:600px) {
    .mediaQueries {
        font-family: tb
    }

   

}

@media(min-width:900px) {
    .mediaQueries {
        font-family: tb-lg
    }
}

@media(min-width:1200px) {
    .mediaQueries {
        font-family: pc
    }
}

@media(min-width:1800px) {
    .mediaQueries {
        font-family: pc-lg
    }


    
}



.company{
    width:100%;
    /* max-width:1200px; */
    margin: 50px auto 0px;
    height: 100%;
    padding-bottom: 150px;
    padding: 50px 15px 15px;
    background: #fff;
}



.companyIn{
    max-width:1200px;
    width:100%;
    margin:0 auto;
}

/*! #company
=========================================== */
.companyTable {
    margin-top: 30px;
    margin-bottom: 100px;
}

.companyTable th,
.companyTable td {
    border: 1px dashed #d6d6d6;
    text-align: left;
}

.companyTable th {
    width: 250px;
    border-left: 0;
    padding: 18px 1% 16px;
}

.companyTable td {
    border-right: 0;
    padding: 18px 0 16px 30px;
}


.companyTable tr{
  border-bottom: dashed 1px #eee;
/*   cursor: pointer; */
}

.companyTable tr:hover{
/*   background-color: #02126d; */
/*   color:#fff; */
  
}


.companyTable th:before{font-family: 'FontAwesome';content: "\f192";/* color: #d00e00; */left:0;padding-right: 5px;} 


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

 .companyTable th {
        width: 100px;
        border-left: 0;
        padding: 18px 0 16px
    }
}




.c-head05__en {
    color: #02126d;
/*     text-stroke: 1px #242c40; */
    /* -webkit-text-stroke: 1px #242c40; */
    letter-spacing: 0.1em;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.2;
}

@media all and (min-width: 600px) {
    .c-head05__en {
        font-size: 3rem;
    }
}

@media all and (min-width: 600px) and (-ms-high-contrast: none) {
    .c-head05__en {
        text-shadow: 1px 1px 0 #242c40, -1px 1px 0 #242c40, 1px -1px 0 #242c40, -1px -1px 0 #242c40
    }
}

.c-head05__ja {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.15em
}

@media all and (min-width: 600px) {
    .c-head05__ja {
        font-size: 2rem
    }
}



.u-inner {
    box-sizing: border-box
}

@media all and (max-width: 599px) {
    .u-inner {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media all and (min-width: 600px) {
    .u-inner {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        padding-left: 50px;
        padding-right: 50px
    }
}


 
   .gallery_col{
	   width: 100%;
	   display: flex;
	   flex-wrap: wrap;
	   max-width: 1200px;
	   justify-content: center;
	   flex: 1 0 300px;
	}

   .gallery_col > div{
    flex: 1 0 200px;
    margin: 0.4em 0.5em;
    padding: 1em 0.5em;
    /* border:1px solid #ddd; */
   }
