@charset "utf-8";

body {
    margin:0px 25px;
    padding:0px;
    text-align:center;
    color: #545454;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 10px;
}

.color{
    background-color: #e6e9eb;
}

#layout{
margin-left:auto;
margin-right:auto;
width:1114px;
text-align:left;
}

.header{
    margin-top: 40px;
}

.logo{
    margin-bottom: 30px;
    width: 1114px;
}

.topright{
    padding-right: 0;
}

.interview{
    width:1114px;
    height: 900px;
}

.interview li{
    padding-top: 20px;
}

.interview h1{
    color: black;
    height: 30px;
    font-size: 2.2em;
    font-weight: 600;
    padding: 20px 0 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px gray;
}

.interview h2{
    color: black;
    height: 20px;
    font-size: 1.3em;
    font-weight: 600;
    list-style: none;
    margin-top: 10px;
    background-color: white;
    padding: 5px 0 5px;
}

.text{
    width: 190px;
    height: 100px;
    margin-top: 10px;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 135%;
    text-align: justify;
    margin-top: 10px;
}

.continue{
    padding-bottom: 20px;
}

.mukai{
    float: left;
    padding-right: 20px;
    list-style: none;
    border-right: solid 1px gray;
}

.takahashi{
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    list-style: none;    
    border-right: solid 1px gray;
}

.shindo{
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    list-style: none;    
    border-right: solid 1px gray;
}

.hirose{
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    list-style: none;        
    border-right: solid 1px gray;
}

.toyoda{
    float: left;
    padding-left: 20px;
    list-style: none;
}

.seo{
    float: left;
    padding-right: 20px;
    list-style: none;
    margin-top: 20px;
    border-right: solid 1px gray;
}

.yoshioka{
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    list-style: none;    
    margin-top: 20px;
    border-right: solid 1px gray;
}

.oiso{
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    list-style: none;
    margin-top: 20px;
    border-right: solid 1px gray;
}

.dammy1{
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    list-style: none;
    margin-top: 20px;
    border-right: solid 1px gray;
}

.dammy2{
    float: left;
    padding-right: 0px;
    padding-left: 20px;
    list-style: none;
    margin-top: 20px;
}

.button{
    width:120px;
    font-size:14px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:5px 0 5px;
    color:white;
    background-color:#2980fd;
    border-radius:2px;     
}

.report{
    margin-top: 40px;
    width: 580px;
}

.report ul{    
    padding: 10px 0px 10px;
}

.report h1{
    color: black;
    height: 30px;
    font-size: 1.8em;
    font-weight: 600;    
    margin-bottom: 20px;
}

.report h2{
    color: black;
    font-size: 1.4em;
    font-weight: 600;
    list-style: none;
    width: 240px;
    padding: 5px 0 5px;
    background-color: white;
    margin-bottom: 0.5em;
  }

.reporttext{
    width: 240px;
    height: 70px;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 135%;
    text-align: justify;
    padding-bottom: 30px;
}

.report ul li{
    width: 580px;
    height: 190px;
    padding: 20px 0;
    border-top: solid 1px gray; 
    list-style: none;
}

.column h1{
    color: black;
    height: 30px;
    font-size: 1.8em;
    font-weight: 600;
    margin-left: 660px;
    margin-top: -1205px;
    margin-bottom: 20px;
}

.column li{
    width: 454px;
    height: 211px;    
    background-color: white;
    list-style: none;
    margin-bottom: 20px;    
    margin-left: 660px;
}

.column h2{
    color: black;
    font-size: 1em;
    font-weight: 600;
    padding: 30px 20px 20px;
    list-style: none;
}

.columntext{
    width: 254px;
    height: 100px;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 135%;
    text-align: justify;
    margin-left: 20px;
}

.column img{
    margin-top: 45px;
    margin-right: 20px;
}

.contact{
    margin-top: 40px;
    color: black;
    width: 1114px;
    height: 350px;
    font-size: 0.8em;
    font-weight: 600;
    background-color: #BCBDC4;
}

.contact h1{
    text-align: center;
    padding-top: 30px;
    font-size: 1.5em;
}

.contact li{
    width: 160px;
    text-align: center;
    float: left;
    padding-top: 35px;
    list-style: none;
}

.contactleft{
    margin-left: 157px;
    padding-right: 160px;
}

.contactcenter{
    padding-right: 160px;
}

footer{
    color: black;
    width: 1114px;
    height: 100px;
    background-color: dimgray;
    text-align: center;
}