reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


.ftCg {font-family: 'Cormorant Garamond', serif;}

.head01{
  font-family: "Shippori Mincho B1", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 120px;
}

.company{
  padding: 120px 0 200px;
}

.company table{
  width: 100%;
}

.company table tr th{
  border-bottom: 3px solid #002a5f;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  padding: 30px;
  text-align: center;
  width: 30%;
} 

.company table tr td{
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 30px 0 30px 50px;
  text-align: left;
  width: 70%;
}

.company table tr td a.map{
  text-decoration: underline;
}

@media screen and (max-width: 834px){
.company {
    padding: 40px 0 50px;
}

.company table tr th {
    font-size: 1.3rem;
    padding: 15px;
    width: 100%;
    display: block;
    text-align: left;
}

.company table tr td {
    font-size: 1.3rem;
    padding: 15px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: left;
}

}