@charset "UTF-8";
/* ###################  ブレイクポイントの設定  ################### */
/*ブレイクポイント*/
/* ####  マージン　パディング  #####*/
.mt_00 {
  margin-top: 0px !important;
}

.mb_00 {
  margin-bottom: 0px !important;
}

.pt_00 {
  padding-top: 0px !important;
}

.pb_00 {
  padding-bottom: 0px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.vertical-middle {
  vertical-align: middle;
}

/* ###################  dl テーブル  ################### */
dl.tablelaw {
  display: grid;
  grid-template-columns: minmax(200px, 30%) 1fr;
  margin: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: clamp(14px, 3vw, 16px);
}
dl.tablelaw dt,
dl.tablelaw dd {
  margin: 0;
  padding: 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
dl.tablelaw dt {
  font-weight: bold;
  background: #f5f5f5;
}
dl.tablelaw dd {
  min-width: 0;
  background: #fff;
}
dl.tablelaw dd ul, dl.tablelaw dd ol {
  margin: 0 0 0 1.5rem;
}
dl.tablelaw dd li {
  list-style-type: square;
}
@media screen and (max-width: 640px) {
  dl.tablelaw {
    grid-template-columns: 1fr;
  }
  dl.tablelaw dt,
  dl.tablelaw dd {
    border-right: 1px solid #ccc;
  }
  dl.tablelaw dt {
    padding: 10px 12px;
  }
  dl.tablelaw dd {
    padding: 12px;
  }
}

.two_column_flex {
  display: flex;
  gap: 10px;
}
.two_column_flex figcaption {
  text-align: center;
}

/* medicine ページ*/
#medicine li {
  margin-bottom: 10px;
}
#medicine span {
  border-width: 1px;
  border-style: solid;
  border-color: #575757;
  font-weight: 600;
  padding: 1px 5px;
  margin: 3px 0;
  text-align: center;
}/*# sourceMappingURL=add_css.css.map */