
@charset "UTF-8";

/* about */

.headWrap{
    display: flex;
    height: auto;
    min-height: 40vh;
    background-image: url(../../img/hero/hero_img_02.jpg);
    background-position: center center;
    background-size: cover;
    color: #FFF;
    align-items: center;
    justify-content: center;
    background-blend-mode: overlay;
    background-color: #00000080;    
}

.headWrap h2{
    font-size: 3rem;
}
.limitedWidth{
    padding: 100px 0;
}

.toplogo{
    width: 50%;
    margin: 0 auto;
}

table {
    width: 70%;
    margin: 80px auto;
    border-collapse: collapse;
}
th, td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
th {
    color: #333;
    width: 18%;
}
table a {
    color: #0056b3;
    text-decoration: none;
}
table a:hover {
    text-decoration: underline;
}


/*sp*/
@media screen and (max-width: 750px) {

.headWrap{
    height: auto;
    min-height: 20vh;
}

.headWrap h2{
    font-size: 5vw;
    margin-bottom: -50px;
}    

.limitedWidth{
    padding: 60px 4%;
}

.toplogo{
    width: 90%;
    margin: 0 auto;
}

table {
    width: 100%;
    margin: 50px auto;
}

th, td {
display: block;
width: 100%;
border: inherit;
}

th{
    background: #ddd;
}

}