@charset "UTF-8";

.contents_btn01 a span {
    word-break: keep-all;
}
#circle + .contents_btn01 .content_wrapper a {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    min-width: 200px;
}

#circle + .contents_btn01 .content_wrapper span {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#circle + .contents_btn01 .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#circle + .contents_btn01 a:before {
    top: unset;
    bottom: 60px;
    left: 47%;
    transform: rotate(135deg);
}

/*インデント追加 260707*/
.inner_item_txt ul.text_indent li{
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
}