
.name{
    text-align: right;

}

 #company .txt{
    width:1160px;
    margin: 0 auto 40px;
}
 .txt .right{
    text-align: right;
}

#message p {
    margin: 0 0 20px 0;
}
#profile table{
    margin: 0 auto 40px auto;
    width:860px;

}
#profile table th{

    width:180px;

}


#profile_block{
    display: flex;
    justify-content: space-between;
}
#profile_block .photo img{

width:300px;
}
.photo{
text-align: right;
margin: 0 0 20px 0;
}
.photo img{
    width:200px;
    height:auto;

}

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


#company .txt {
    width: 100%;

}
#contents h3 {
    font-size: 20px;

    margin: 0 0 30px 0;

}
#profile table {

    width: 100%;
}
#profile_block {
    display: block;

}
th,td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  #profile table th {
    width: 100%;
    border-bottom:1px dashed #666;
}

#profile td.listbox {
    display: block;
}
#profile td.listbox ul {
    margin: 0 30px 20px 0;
}
.photo {
text-align: center;
}
.name {
text-align: center;
}
ht
}