@charset "utf-8";

@media print,screen and (min-width : 501px) {

#company_profile{
  margin-top: 80px;
}
#company_profile table{
  margin-top: 20px;
}
#company_profile table dt{
  font-family:"MPLUS1p-4";
}
#company_profile table dd{
  padding: 0 0 0 10px;
}
#company_profile table dd span{
  margin-right: 6px;
}
#company_profile table .mori{
  margin-top: 10px;
}

#staff{
  margin-top: 80px;
}

#staff .name{
  line-height: 1.2;
}
#staff img{
  width: 260px;
}
#staff .name small{
  display: block;
}
#staff .name strong{
  display: block;
  font-family:"MPLUS1p-5";
  font-size:32px;font-size:3.2rem;
}
#staff .name span{
  display: block;
  color: #b99b69;
  font-family:"MPLUS1p-4";
  font-size:22px;font-size:2.2rem;
}

#hinago{
  margin-top: 20px;
}
#hinago dt{
  border-bottom:dotted 2px #b99b69;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#staff ul{
  margin-top: 40px;
  padding-top: 40px;
  border-top:dotted 2px #b99b69;
}
#staff li img{
  margin-bottom: 10px;
}


}
@media screen and (max-width : 500px) {

#company_profile{
  margin-top: 20px;
}
#company_profile table{
  margin-top: 20px;
}
#company_profile table td,
#company_profile table th{
  padding: 10px 4px;
}
#company_profile table dt{
  font-family:"MPLUS1p-4";
}
#company_profile table dd{
  padding: 4px 0 0 4px;
}
#company_profile table dd span{
  display: block;
}

#company_profile table .mori{
  margin-top: 10px;
}

#staff{
  margin-top: 40px;
}

#staff .name{
  line-height: 1.2;
}
#staff img{
  width: 100%;
}
#staff .name small{
  display: block;
}
#staff .name strong{
  display: block;
  font-family:"MPLUS1p-5";
  font-size:28px;font-size:2.8rem;
}
#staff .name span{
  display: block;
  color: #b99b69;
  font-family:"MPLUS1p-4";
  font-size:18px;font-size:1.8rem;
}

#hinago{
  margin-top: 20px;
}
#hinago dt{
  border-bottom:dotted 2px #b99b69;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#staff ul{
  margin-top: 20px;
  padding-top: 20px;
  border-top:dotted 2px #b99b69;
}
#staff li{
  width: 100%;
  border-bottom:dotted 2px #b99b69;
  padding: 0 10px 10px 10px;
}
#staff li img{
  margin-bottom: 6px;
}

}
