@charset "UTF-8";
/*健康保険*/
@media screen and (min-width: 780px) {
  #hoken table col:first-of-type {
    width: 8em; }
  #hoken table col:not(first-of-type) {
    width: calc((100% - 8em) / 3); } }
#hoken table {
  border: 2px solid #000000; }
  #hoken table tr:first-of-type {
    background-color: #F4C766;
    font-weight: bold; }
  #hoken table tr:nth-of-type(2) {
    background-color: #FFF4C7; }
  #hoken table th, #hoken table td {
    text-align: center; }
  #hoken table th {
    background-color: #D4EDD1; }
  #hoken table td {
    border-left: 1px solid #888888; }

@media screen and (max-width: 780px) {
  #hoken table td {
    padding: 0; }
    #hoken table td span {
      display: block; }
  #hoken table col:first-of-type {
    width: 2em; } }
/*治療内容*/
#naiyo {
  background-color: #fffaf7; }
  #naiyo dl {
    display: flex;
    margin: 0; }
    #naiyo dl > dt, #naiyo dl > dd {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 0;
      margin: 0;
      font-weight: normal; }
    #naiyo dl:first-of-type {
      text-align: center;
      color: #fff5e5;
      background: #ec6c3b; }
      #naiyo dl:first-of-type > * {
        font-weight: bold !important; }
    #naiyo dl:not(:first-of-type) {
      border-bottom: 1px #ddd solid;
      min-height: 5em; }
      #naiyo dl:not(:first-of-type) > dt:nth-child(2), #naiyo dl:not(:first-of-type) > dd:nth-child(2) {
        justify-content: flex-start; }
    #naiyo dl > dd:last-of-type {
      flex-direction: column; }

#jihi .small p {
  margin: 0;
  text-align: right;
  font-size: small; }

@media screen and (min-width: 780px) {
  #naiyo {
    border: 1px solid #F0926E; }
    #naiyo dl:first-of-type > * {
      padding: 0.5em; }
    #naiyo dl > dt:first-of-type {
      width: 35%; }
    #naiyo dl > dd:first-of-type {
      width: 40%; }
    #naiyo dl > dd:last-of-type {
      width: 25%; }
    #naiyo dl > * {
      padding: 1em; }
    #naiyo dl:not(:first-of-type) dt {
      color: #ec6c3b; }
      #naiyo dl:not(:first-of-type) dt span {
        color: #ec6c3b; } }
@media screen and (max-width: 780px) {
  #naiyo dl {
    flex-direction: column; }
    #naiyo dl:first-of-type {
      display: none; }
  #naiyo dt, #naiyo dd {
    padding: 0.5rem;
    margin-bottom: 0.5rem; }
  #naiyo dt {
    background-color: #ec6c3b;
    color: #fff; }
  #naiyo dl > dd:last-of-type {
    align-items: flex-end; } }
.link-ticket {
  width: 100%; }
