@charset "UTF-8";

/* company
===================================*/

#company {
    width: 100%;
    padding-top: 20px;
}

#company p.catch{
    color: #222222;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}

table.profile{
    width: 100%;
    max-width: 640px;
    text-align: left;
    margin: 40px auto 80px;
}

table.profile tr{
    border-bottom: 1px solid #CCCCCC;
}

table.profile th{
    width: 20%;
    white-space: nowrap;
    padding: 18px;
    font-weight: 500;
    vertical-align: top;
}

table.profile td{
   padding: 18px;
    vertical-align: top;
}

table.profile td.name{
   font-weight: 700;
}

.company_pht{
    position: relative;
    z-index: 5;
    text-align: center;
}

.company_pht img{
    max-width: 100%;
    height: auto;
}

#information{
    width: 100%;
    overflow: hidden;
    background-color: #efeee8;
    position: relative;
    padding: 90px 40px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -50px;
    border-radius: 10px;
}

#information h4{
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #222222;
}

#information p{
    text-align: justify;
}

.info_L{
    width: 440px;
    float: left;
}

.info_R{
    /*width: 500px;*/
    float: right;
    width: 100%;
    margin-left: -500px;
    padding-left: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
}



/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:740px) {

} /*@mediaEnd*/


s
/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){
    
} /*@mediaEnd*/

