@charset "UTF-8";

/*-----------正しい呼吸により姿勢不良や身体的不調の改善と身体的パフォーマンスの向上-----------*/
@media screen and (min-width: 769px) {
#tx-cl+.contents_box01 .inner_item_txt .row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

#tx-cl+.contents_box01 .inner_item_txt .clm {
    display: flex;
    flex-direction: column;
}
}

#tx-cl+.contents_box01 .inner_item_txt .row ul {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: max-content;
}

#tx-cl+.contents_box01 .inner_item_txt .row ul li {
    border-bottom: 1px solid #aa632d;
}

@media screen and (max-width: 768px) {
#tx-cl+.contents_box01 .inner_item_txt .row {
    width: max-content;
}
#tx-cl+.contents_box01 .inner_item_txt .row .clm:first-child {
    margin-bottom: 15px;
    margin-top: 15px;
}
#tx-cl+.contents_box01 .inner_item_txt .row ul {
    width: 100%;
}
}