.c-inner p {
    margin-bottom: 1.5em;
}

.c-inner p a {
    color: #007bff;
    text-decoration: underline !important;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.flex-box {
    display: flex;
    gap: 30px;
    align-items: center;
}

.flex-box dt {
    margin: 1em 0;
    color: #527F32;
    font-size: 2rem;
}

.flex-box dd {
    margin: 1em 0 2em 0;
    color: #000;
}

.flex-box__item {
    flex: 1;
    padding: 0;
}
.flex-box-long {
  flex: 0 0 70%;
}

.flex-box-short {
  flex: 0 0 30%;
  text-align: center;
}

.medical-list li{
    display: inline-block;
    margin-right: 2em;
    margin-bottom: 0.5em;
}
.medical-list li::before{
    content: "●";
    color: #527F32;
    margin-right: 5px;}

.medical-list li a {
    color: #527F32;
    text-decoration: underline;
}   
table.medical-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px; 
}
.medical-table td {
  vertical-align: middle !important;
}
table.medical-table td p:last-child{
    margin: 0;
}

/* th */
table.medical-table th {
  background-color: #DFE5BE;
  padding: 30px;
  vertical-align: top;
  background-image: url('../assets/img/top/support_title4.png'); 
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 80px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 340px;
  padding-top: 110px;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: bold;
  color: #527F32;
}

/* td */
table.medical-table td {
  background-color: #fff;
  padding: 30px 40px;
  vertical-align: top;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1.1em;
  line-height: 1.8;
}

/* td 内 h3 */
table.medical-table td h3 {
  color: #4C8B1E;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}


@media (max-width: 768px) {
    .flex-box {
        display: block;
    }

    .flex-box__item {
        display: block;
        margin-bottom: 1em;
    }

    .flex-box__item img {
        width: auto;;
        height: 200px;
    }

    table.medical-table th,
    table.medical-table td {
        display: block;
        padding: 15px;
    }
    table.medical-table th {
        background-size: 50px;
        background-position:95% 50%;
        font-size: 1.2em;
        font-weight: bold;
    }
    table.medical-table td{
        font-size: 1em;
    }
}