@charset "utf-8";

/* CSS Document */

/*--------------------------------------------------*/

#main .photo {
  margin-bottom: 15px;
}

#main p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 40px;
}

/*--------------------------------------------------*/

/*--------------------------------------------------*/

#main table {
  width: 620px;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 40px;
  border-top: 1px solid #d1d1d1;
}

#main th {
  background: #f2f2f2;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
}

#main td {
  border-bottom: 1px solid #d1d1d1;
}

#main th,
#main td {
  padding: 7px 12px;
  vertical-align: top;
}

#main p.brand {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: 700;
}
dl.youchi_contact {
  display: flex;
  border: 1px solid #000;
  border-radius: 8px;
}

dl.youchi_contact {
  display: flex;
}

dl.youchi_contact dt {
  background-color: #000;
  color: #fff;
  padding: 1rem;
  flex: 1;
  text-align: center;
  border-radius: 7px 0 0 7px;
}
dl.youchi_contact dd {
  display: flex;
  margin-inline-start: 0;
  flex: 2;
}
#main dl.youchi_contact dd p {
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 700;
  font-size: 1.1em;
  flex: 1;
  text-align: center;
}

#main dl.youchi_contact dd p span {
  font-size: 1.4em;
}
#main dl.youchi_contact dd p:first-child {
  border-right: 1px dotted #000;
}
