@charset "euc-jp";

#content .pc-none{
    display: none;
}

#content .d_flex{
    display: flex;
    align-items: center;
    justify-content: space-between
}
#content .d-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#content .identity{
    font-size: 14px;
}
#content .lead{
    font-size: 20px;
    line-height: 1.6 !important;
    color: #011976;
    font-weight: bold;
}

.concept p:first-of-type{
    width: 55%;
}

#content h5{
    background: none;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 650px;
  margin: 0 auto 1em; 
  padding: 10px;
  border-bottom: 3px solid #001976;
}

#content h5:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 50%;
    height: inherit;
    border-bottom: 3px solid #24642A;
  }

#content .col_list{
    max-width: 250px;
    margin: auto;
    text-align: center;
}

#content .col_list li{
    width: calc(100% / 2);
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
    #content img{
        max-width: 90%;
    }

    #content .pc-none{
        display: block;
    }

    #content .sp-none{
        display: none;
    }
    #content .d_flex{
        flex-direction: column-reverse;
    }
    #content .concept p:first-of-type{
        width: auto;
    }

    #content .lead{
        font-size: 18px;
    }

    #content h5{
        width: auto;
    }
    
}