.common_subtag_list {
    display: flex;   
    flex-wrap: wrap;
}

.common_subtag_list li{
    margin-right: 16px;
    margin-bottom: 16px;
}

.common_subtag_list  {

}
.common_subtag_list a{
    padding: 8px;
    display: flex;
    align-items: center;
    color: #00b3ea;
    font-size: 18px;
    line-height: 1.5;
    color: #00b3ea;
    background-color: #fff;
    font-weight: 700;
    border: 3px solid #00b3ea;
    border-radius: 10px;
}

.common_subtag_list span {
    background:#00b3ea;
    margin: 0 8px 0 0;
    vertical-align: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
}
.common_subtag_list img {
    width: 33px;
}
.common_subtag_list p {
  
}




.common_subtag_list a:hover{
    opacity: 0.7;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 960px) {
    .common_subtag_list li {
        width:100%;
        margin-bottom: 16px;
        margin-right: 0px;
    }
    
    .common_subtag_list a{
        font-size: 13px;
    }
    .common_subtag_list span { 
        width: 32px;
        min-width: 32px;
        height: 32px;
    }
    .common_subtag_list img {
        width: 24px;
    }
}

.common_subtag_list {
    list-style-type: none;
    padding: 0;
}


.common_subtag_list li a {
    display: flex;
    align-items: center;
}

.common_subtag_list li a span {
    display: flex;
    align-items: center;

}
.common_subtag_list li a .description {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1; /* テキストの行間をリセット */
}