@charset "utf-8";

.top_imgP{
    background-image:url("image/cttl_head_cp2.jpg");
}

/*
.background{
background-image: url("../image/logo3B.png");
background-size:contain;
background-repeat: no-repeat;
background-position: top;
opacity:0.5;

}
*/

.company_tytle h1{
    font-size:48px;
    font-weight:500;
    max-width:1100px;
    margin: 0 auto 50px auto;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:white;
}

.prof_subtitle{
    font-size:36px;
    font-weight:500;
    text-align: center;
    margin-bottom:50px;
    font-family: 'Noto Serif JP', serif;
}

.greeting_area{
    width:90%;
    max-width:800px;
    margin:auto;
    line-height:1.7em;
    margin-bottom:150px;
    border-bottom:solid 1px black;

}
.president_name{
    text-align: right;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size:1.1em;
    font-weight:600;
}


.table_area{
    max-width:900px;
    margin:auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width:90%;

}
th {
    margin: 0px;
    padding: 25px 10px;
    /* min-width: 8em; */
    border: none;
    /* border-bottom: #000 solid 1px; */
    color: #FFF;
    background-color: #444;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
}
td {
    margin: 0px;
    padding: 15px;
    /* border-bottom: #000 solid 1px; */
    /* border-left: #000 solid 2px; */
    color: #222;
    background-color: #f7f7f7;
    border: none;
    line-height: 1.4;
    text-align: left;
}

tr:nth-child(even) th {
    background-color: #3a3a3a;
}

table tr:nth-child(even) td {
    background-color: #eeeeee;
}

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

@media screen and (max-width:1100px) {
    .greeting_area,.table_area p{
        font-size:14px;
    }

    .company_tytle h1{
        font-size:34px;
    }
    .prof_subtitle{
        font-size:30px;
    }

}