    form .labe {
        font-weight: bold;
    }
    form .input {
        margin-bottom: 0.75em;
    }
    #in_form {
        padding: 0 0.8em;
    }
    .search-top {
        margin: 0 auto;
        border: solid 2px #2A71BF;
        background-color: #ffffff;
    }
    .search-top a {
        white-space: nowrap;
    }
    .search-top a span {
        font-size: 1em;
    }
    .search-top img {
        width: 2.2em;
    }
    .search-top1 {
        width: 100%;
    }
    .search-top2 {
        width: 44%;
    }
    .err {
        font-size: 0.93em;
    }
    .p-one-point {
        padding: 0.5em 0.4em;
        height: 2em;
        font-size: 1.2em;
        font-weight: bold;
        color: #ffffff;
        background-color: #2A71BF;
    }
    .in-title {
        width: 50%;
        margin-top: 0.5em;
        margin-bottom: 0.1em;
        padding: 0.4em 0.4em;
        height: 2.3em;
        font-size: 1em;
        font-weight: bold;
        color: #2A71BF;
        background-color: #EBF7FC;
    }
    .symptoms-title {
        background: #ebebff;
    }
    .sel-symp {
        padding-left: 1.1em;
    }
    .sel-symp:not(:last-child) {
        border-bottom: solid 1px #ddd;
    }
    .sel-symp:hover {
        background: #EBEBEB;
    }
    .block-header {
        margin-bottom: -1em;
        font-size: 1.35em;
        line-height: 1.35em;
    }
    .details {
        width: 100%;
    }
    .is-active {
        background-color: #ebebff;
    }
    .topics-top {
        height: 3.6rem;
        color: #fff;
        background-color: #2A71BF;
    }
    .topics-top h5 {
        display: inline-block;
        vertical-align: middle;
    }
    img.slide-topic-top {
        width: 100%;
    }
    #radar_x {
        width: 100%;
        height: auto;
    }
    #radar_title {
        color: #5050ff;
        font-weight: bold;
    }
    .radar-step {
        font-size: 0.9em;
    }
    .radar-discript {
        font-size: 0.84em;
    }

    .slick-track {
      display: flex;
    }
    .slick-slide {
      height: 12rem !important;
    }
    #depa {
        width: auto;
        float: right;
    }
    .topics {
        padding: 0.5em 0.5em; border: solid 1px #D0D0D0;
    }
    .tpc-title h1 {
        font-size: 1.3rem;
        line-height: 1.3rem;
        padding: 0.4rem;
    }
    .tpc-content h1 {
        font-size: 1.3rem;
        line-height: 1.3rem;
        padding: 0.4rem;
    }
    .tpc-content h2 {
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding: 0.4rem;
    }
    .tpc-content h3 {
        font-size: 1.1rem;
        line-height: 1.1rem;
        padding: 0.4rem;
    }
    .in-hosp {
        padding: 0.5em 0.5em; border: solid 1px #D0D0D0;
    }
    .section-top h1 {
        font-size: 1.3rem;
        line-height: 1.3rem;
        padding: 0.4rem;
    }
    .title-inlist {
        color: #2A71BF;
    }
    .title-inlist-good {
        background-image: url('/assets/images/sakura2.png');
        background-size: 2rem;
        background-repeat: repeat-x;
    }
    .list-detail-img {
        display: inline-block;
        position: relative;
        top: -0.2rem;
        width: 1.1rem;
        margin-right: 0.5rem;
    }

    /* .inner-title {
    } */

    .inner-title td a {
        font-size: 0.85rem;
    }

    .flexbox {
        width: 100%;
        padding: 0.5rem;            /* 余白指定 */
        display: flex;              /* フレックスボックスにする */
        flex-wrap: wrap;            /* 折り返し指定 */
        /* justify-content: flex-start; */
        align-items:flex-start;
        align-content: stretch;      /* 折り返し時の配置指定 */
    }
    .flexes2 {
        width: 31%;
        min-height: 25rem;          /* 高さ指定 */
        padding: 0.3rem;
        margin:  0.5rem;            /* 外側の余白 */
        border-radius:  0.1rem;     /* 角丸指定 */
      /*  font-size:  30px; */      /* 文字サイズ */
        text-align:  center;        /* 文字中央揃え */
    }

@media (max-width: 1299px) {
    .flexes2 {
        width: 46%;
    }
}

@media (max-width: 850px) {
    .flexes2 {
        width: 98%;
    }
}


