@charset "utf-8";

 .liquid-speech-balloon-wrap {
margin-bottom: 2rem;
flex-direction: row;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.liquid-speech-balloon-text {
position: relative;
z-index: 1;
border-radius: 5px;
padding: 20px 30px;
width: 100%;
margin-left: 20px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
box-sizing: border-box;
}
.liquid-speech-balloon-text p,
.liquid-speech-balloon-text .wp-block-liquid-speech-balloon {
margin: 0;
padding: 0;
}
.liquid-speech-balloon-text p a {
color: inherit;
text-decoration: underline;
}
.liquid-speech-balloon-arrow {
position: absolute;
z-index: 2;
content: '.';
line-height: 1;
width: 0;
height: 0;
top: 25px;
left: -11px;
color: transparent;
}
.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-right: 10px solid rgba(0, 0, 0, 0.2);
}
.liquid-speech-balloon-avatar {
position: relative;
width: 64px;
height: 64px;
line-height: 1;
flex-shrink: 0;
background-image: url(//kuromamesan-kaigo.com/wp-content/plugins/liquid-speech-balloon/images/avatar.png);
background-position: left top;
background-repeat: no-repeat;
-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
-ms-background-size: 100% auto;
-o-background-size: 100% auto;
background-size: 100% auto;
}
.liquid-speech-balloon-avatar::after {
position: absolute;
content: '';
display: block;
width: 110%;
left: -5%;
top: 69px;
font-size: 12px;
text-align: center;
font-weight: bold;
letter-spacing: -0.3px;
}
.liquid-speech-balloon-bubble .liquid-speech-balloon-arrow {
display: none;
}
.liquid-speech-balloon-bubble .liquid-speech-balloon-text::before {
content: '.';
color: transparent;
position: absolute;
display: block;
border-radius: 50%;
border: inherit;
background-color: inherit;
left: -15px;
width: 15px;
height: 15px;
top: 20px;
}
.liquid-speech-balloon-bubble .liquid-speech-balloon-text::after {
content: '.';
color: transparent;
position: absolute;
display: block;
border-radius: 50%;
border: inherit;
background-color: inherit;
left: -20px;
top: 10px;
width: 10px;
height: 10px;
}
.liquid-speech-balloon-right {
flex-direction: row-reverse;
}
.liquid-speech-balloon-right .liquid-speech-balloon-text {
margin-left: 0;
margin-right: 20px;
}
.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
left: auto;
right: -18px;
border-right: 7px solid transparent;
border-left: 10px solid rgba(0, 0, 0, 0.2);
}
.liquid-speech-balloon-right.liquid-speech-balloon-bubble .liquid-speech-balloon-text::before {
left: auto;
right: -15px;
}
.liquid-speech-balloon-right.liquid-speech-balloon-bubble .liquid-speech-balloon-text::after {
left: auto;
right: -20px;
}
.liquid-speech-balloon-square .liquid-speech-balloon-text {
border-radius: 0;
border: 2px solid rgba(0, 0, 0, 0.2);
}
.liquid-speech-balloon-dashed .liquid-speech-balloon-text {
border: 2px dashed rgba(0, 0, 0, 0.2);
}
.liquid-speech-balloon-shadow .liquid-speech-balloon-text {
border-radius: 0;
box-shadow: 3px 3px 0 1px rgba(0, 0, 0, 0.1);
}
.liquid-speech-balloon-borderless .liquid-speech-balloon-text {
border: 0 none;
padding: 10px 5px;
}
.liquid-speech-balloon-borderless .liquid-speech-balloon-text .liquid-speech-balloon-arrow {
display: none;
}
.liquid-speech-balloon-small .liquid-speech-balloon-text,
.liquid-speech-balloon-small .liquid-speech-balloon-text p {
font-size: 13px;
padding: 10px 15px;
}
.liquid-speech-balloon-small .liquid-speech-balloon-avatar {
width: 32px;
height: 32px;
}
.liquid-speech-balloon-small .liquid-speech-balloon-arrow {
top: 7px;
}
.liquid-speech-balloon-small .liquid-speech-balloon-avatar::after {
display: none;
}
.liquid-speech-balloon-large .liquid-speech-balloon-text,
.liquid-speech-balloon-large .liquid-speech-balloon-text p {
font-size: 36px;
}
.liquid-speech-balloon-short .liquid-speech-balloon-text {
width: auto;
}
.liquid-speech-balloon-vertical {
flex-direction: column-reverse;
}
.liquid-speech-balloon-vertical .liquid-speech-balloon-text {
margin: 0 0 1rem 0;
}
.liquid-speech-balloon-wrap.liquid-speech-balloon-vertical .liquid-speech-balloon-arrow {
top: auto;
bottom: -11px;
left: 11px;
border-top: 10px solid rgba(0, 0, 0, 0.2);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
}
.liquid-speech-balloon-vertical .liquid-speech-balloon-text::before {
left: 15px;
top: auto;
bottom: -15px;
}
.liquid-speech-balloon-vertical .liquid-speech-balloon-text::after {
left: 20px;
top: auto;
bottom: -22px;
}
.liquid-speech-balloon-vertical.liquid-speech-balloon-right .liquid-speech-balloon-avatar {
margin-left: auto;
margin-right: 0;
}
.liquid-speech-balloon-vertical.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
left: auto;
right: 11px;
}
.liquid-speech-balloon-vertical-reverse {
flex-direction: column;
}
.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-text {
margin: 2.5rem 0 0 0;
}
.liquid-speech-balloon-wrap.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-arrow {
top: -18px;
left: 11px;
border-bottom: 10px solid rgba(0, 0, 0, 0.2);
border-left: 7px solid transparent;
border-right: 7px solid transparent;
}
.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-text::before {
left: 15px;
top: auto;
bottom: -15px;
}
.liquid-speech-balloon-vertical-reverse .liquid-speech-balloon-text::after {
left: 20px;
top: auto;
bottom: -22px;
}
.liquid-speech-balloon-vertical-reverse.liquid-speech-balloon-right .liquid-speech-balloon-avatar {
margin-left: auto;
margin-right: 0;
}
.liquid-speech-balloon-vertical-reverse.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
left: auto;
right: 11px;
}
.liquid-speech-balloon-vertical-reverse.liquid-speech-balloon-bubble .liquid-speech-balloon-text::before {
top: -15px;
bottom: auto;
}
.liquid-speech-balloon-vertical-reverse.liquid-speech-balloon-bubble .liquid-speech-balloon-text::after {
top: -22px;
bottom: auto;
}:root{--vk-font-size-xs:11px;--vk-color-link-text:#c00;--vk-color-link-text-hover:#c00;--vk-color-text-body:#333;--vk-color-text-light:#666;--vk-color-border-hr:#e5e5e5;--vk-color-border-image:#e5e5e5;--vk-line-height-low:1.5em}.vk_posts .vk_post-col-5{width:41.67%}.vk_posts .vk_post-col-7{width:58.33%}.vk_posts .vk_post-col-xs-2{width:calc(16.66% - 30px)}.vk_posts .vk_post-col-xs-3{width:calc(25% - 30px)}.vk_posts .vk_post-col-xs-4{width:calc(33.3% - 30px)}.vk_posts .vk_post-col-xs-6{width:calc(50% - 30px)}.vk_posts .vk_post-col-xs-12{width:calc(100% - 30px)}.vk_posts{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;clear:both}.vk_post{margin-left:15px;margin-right:15px}.vk_post a:hover{text-decoration:none}.vk_post_body{box-sizing:border-box;font-size:1rem}.vk_post_imgOuter{position:relative}.vk_post_imgOuter_singleTermLabel{font-size:10px;padding:.3em .8em;position:absolute;right:0;top:0;z-index:100}.vk_post_imgOuter.media-img{overflow:hidden}.vk_post .vk_post_title{font-size:14px;line-height:1.4;font-weight:700;margin-bottom:0;margin-top:0}.vk_post .vk_post_title a{color:var(--vk-color-text-body)}.vk_post_title_new{margin-left:.4em;font-size:.8em;white-space:nowrap;color:red}.vk_post .vk_post_excerpt{margin:.8rem 0;font-size:12px;line-height:1.6;opacity:.8}.vk_post .vk_post_date{font-size:var(--vk-font-size-xs);margin-top:.4rem;color:var(--vk-color-text-light)}.vk_post_author{margin:.8rem 0}.vk_post_author_image,.vk_post_author_name{display:inline-block;vertical-align:middle}.vk_post_author_image{margin-right:.5rem}.vk_post_author_image img{width:24px;height:24px;-o-object-fit:cover;object-fit:cover;border-radius:50%;-o-object-position:0 0;object-position:0 0;display:block}.vk_post_author_name{font-size:var(--vk-font-size-xs)}.vk_post_taxonomies{margin-top:.8rem}.vk_post_taxonomy{display:flex;flex-direction:row;margin:0;font-size:var(--vk-font-size-xs)}.vk_post_taxonomy:first-child{margin-top:0}.vk_post_taxonomy_terms,.vk_post_taxonomy_title{border:none;margin:0 0 .4rem}.vk_post_taxonomy_title{padding-left:0}.vk_post_taxonomy_title_inner{display:block;border:1px solid var(--vk-color-border-hr,#e5e5e5);min-width:8em;text-align:center;background-color:rgba(0,0,0,.05)}.vk_post_taxonomy_terms{margin-top:1px;padding-left:10px}.vk_post_taxonomy_terms a{color:var(--vk-color-link)}.vk_post_taxonomy_terms a:hover{opacity:.7}.vk_post .vk_post_btn{font-size:12px;text-decoration:none;padding-left:1rem;padding-right:1rem;white-space:nowrap}.vk_post_imgOuter{position:relative;background-size:cover;background-position:center 50%;border-bottom:1px solid var(--vk-color-border-image)}.vk_post_imgOuter>a::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0);transition-duration:.3s}.vk_post_imgOuter a:hover .card-img-overlay::after{background:rgba(0,0,0,.5)}.vk_post_imgOuter a{height:100%}.vk_post_imgOuter_img{position:absolute;left:-9999px}.vk_post .vk_post_imgOuter:before{content:"";display:block;padding-top:62%}.vk_post.card-horizontal .vk_post-col-5,.vk_post.card-horizontal .vk_post-col-7{padding:0}.vk_post.card-horizontal .vk_post_imgOuter{height:100%;border-bottom:none;border-right:1px solid var(--vk-color-border-image)}.vk_post.card-horizontal .vk_post_imgOuter:before{padding-top:0}.vk_post.card-horizontal.card-horizontal-reverse .vk_post_imgOuter{border-right:none;border-left:1px solid var(--vk-color-border-image)}.vk_post.card-horizontal.card-horizontal-reverse .card-horizontal-inner-row{flex-direction:row-reverse}.vk_post .card-horizontal-inner-row{display:flex}.vk_post-btn-display .vk_post_body{position:relative;height:100%}.vk_post-btn-display .vk_post_btnOuter{position:absolute;bottom:0}.vk_post-btn-display.media .vk_post_body{padding-bottom:45px}.vk_post-btn-display.media .vk_post_btnOuter{width:100%}.vk_post-btn-display.card .vk_post_body{padding-bottom:65px}.vk_post-btn-display.card .vk_post_btnOuter{width:calc(100% - 2.5rem);bottom:1.25rem}.vk_post-btn-display .card-text:nth-last-child(2),.vk_post-btn-display .media-text:nth-last-child(2){margin-bottom:0}.vk_post.card{padding:0;margin-bottom:30px;box-sizing:border-box;max-width:100%}.vk_post.card .vk_post_btnOuter{width:calc(100% - 2.5rem)}.card{overflow:hidden;box-shadow:none}.card-meta{font-size:12px}.card-img-use-bg{position:relative;left:-9999px}.card a{color:inherit}.card a.btn-primary{color:#fff}.card img:is([sizes=auto i],[sizes^="auto,"i]){contain-intrinsic-size:revert}.card-noborder.card{border:none;background:0 0}.card-noborder .vk_post_imgOuter{border:1px solid var(--vk-color-border-image)}.card-noborder .card-body{padding-left:0;padding-right:0;padding-bottom:0}.card-noborder.vk_post-btn-display .card-body{padding-bottom:2.8rem}.card-noborder.vk_post-btn-display .vk_post_btnOuter{width:100%;bottom:0}.card-intext .card-intext-inner{display:block;overflow:hidden;width:100%;height:100%}.card-intext .card-intext-inner .vk_post_body{position:absolute;display:block;overflow:hidden;width:100%;bottom:0;height:calc(15px + var(--vk-line-height-low) + 15px);transition:all .3s ease-out;background-color:rgba(0,0,0,.8);z-index:100}.card-intext .card-intext-inner .vk_post_body .vk_post_title{color:#fff;display:block;overflow:hidden;line-height:var(--vk-line-height-low);width:100%;white-space:nowrap;text-overflow:ellipsis;margin-bottom:15px}.card-intext .card-intext-inner .vk_post_body div,.card-intext .card-intext-inner .vk_post_body p{color:#fff}.card-intext .card-intext-inner:hover .vk_post_body{transition:all .3s ease-out;height:100%}.card-intext .card-intext-inner:hover .vk_post_body .vk_post_title{height:auto;margin-bottom:0;white-space:unset;text-overflow:unset}.card-intext .vk_post_body,.card-intext.vk_post-btn-display .vk_post_body{padding:15px 20px}.card-imageRound .vk_post_imgOuter{margin-left:auto;margin-right:auto;width:150px;height:150px;border-radius:50%;background-position:center center}.card-imageRound .vk_post_imgOuter::before{padding-top:150px}.card-imageRound .card-img-overlay::after{border-radius:50%}.card-horizontal-inner{height:100%}.card-horizontal-inner::after{content:"";display:block;clear:both}.card-horizontal-inner-row{height:100%}.card-horizontal-img-right-row{flex-direction:row-reverse}.card-horizontal-reverse .row{flex-direction:row-reverse}.card-horizontal .card-body{height:100%;padding-bottom:1.5em;box-sizing:border-box}.card-sm .card-body{padding:1rem 1.2rem}.card-sm .card-title{font-size:.8rem}.card-sm .card-text{font-size:.8rem;line-height:1.4}.card-sm .card-meta{font-size:.7rem;line-height:1.1}.vk_post.media{display:flex;padding:1em 0;margin:0 15px;border-bottom:1px solid var(--vk-color-border-hr,#e5e5e5)}.media-img{border:1px solid var(--vk-color-border-image);padding:1px;margin-right:1rem}.vk_post .media-img{width:35%}.vk_post .media-body{width:65%}.media.vk_post:first-child{border-top:1px solid var(--vk-color-border-hr,#e5e5e5)}.vk_posts-layout-postListText{margin-bottom:.8rem}.postListText{padding:.8rem 0 .7rem;border-bottom:1px dotted #ccc;display:block;overflow:hidden;width:100%}.postListText_date{font-size:1rem;white-space:nowrap;font-size:14px;display:block;float:left;min-width:115px;margin-right:1em}.postListText_singleTermLabel{padding:0;display:block;float:left;min-width:150px;margin-right:1em;margin-top:2px}.postListText_singleTermLabel_inner{display:block;overflow:hidden;font-size:12px;white-space:nowrap;padding:0 1rem;line-height:16px;border-radius:2px;text-align:center}.postListText_title{font-size:14px;display:block;overflow:hidden;margin:0;padding-top:.2rem;clear:both}.postListText_title a{color:var(--text-color)}.postListText_title a:hover{text-decoration:underline}.vk_posts .postListText_title{line-height:1.6}@media (min-width:576px){.vk_posts .vk_post-col-sm-2{width:calc(16.66% - 30px)}.vk_posts .vk_post-col-sm-3{width:calc(25% - 30px)}.vk_posts .vk_post-col-sm-4{width:calc(33.3% - 30px)}.vk_posts .vk_post-col-sm-6{width:calc(50% - 30px)}.vk_posts .vk_post-col-sm-12{width:calc(100% - 30px)}.mainSection .postListText.vk_post-col-sm-12 .vk_post_title{font-size:16px;font-weight:400}}@media (min-width:576px) and (max-width:767.98px){.card.vk_post-col-sm-12{margin-bottom:20px}.card-horizontal.vk_post-col-sm-12{margin-bottom:15px}.card-imageRound.vk_post-col-sm-12,.card-noborder.vk_post-col-sm-12{margin-bottom:40px}.media.vk_post-col-sm-3:nth-child(2),.media.vk_post-col-sm-3:nth-child(3),.media.vk_post-col-sm-3:nth-child(4),.media.vk_post-col-sm-4:nth-child(2),.media.vk_post-col-sm-4:nth-child(3),.media.vk_post-col-sm-6:nth-child(2){border-top:1px solid var(--vk-color-border-hr,#e5e5e5)}}@media (min-width:768px){.vk_posts .vk_post-col-md-2{width:calc(16.66% - 30px)}.vk_posts .vk_post-col-md-3{width:calc(25% - 30px)}.vk_posts .vk_post-col-md-4{width:calc(33.3% - 30px)}.vk_posts .vk_post-col-md-6{width:calc(50% - 30px)}.vk_posts .vk_post-col-md-12{width:calc(100% - 30px)}}@media (min-width:768px) and (max-width:991.98px){.card.vk_post-col-md-12{margin-bottom:20px}.card-horizontal.vk_post-col-md-12{margin-bottom:15px}.card-imageRound.vk_post-col-md-12,.card-noborder.vk_post-col-md-12{margin-bottom:40px}.media.vk_post-col-md-3:nth-child(2),.media.vk_post-col-md-3:nth-child(3),.media.vk_post-col-md-3:nth-child(4),.media.vk_post-col-md-4:nth-child(2),.media.vk_post-col-md-4:nth-child(3),.media.vk_post-col-md-6:nth-child(2){border-top:1px solid var(--vk-color-border-hr,#e5e5e5)}}@media (min-width:992px){.vk_posts .vk_post-col-lg-2{width:calc(16.66% - 30px)}.vk_posts .vk_post-col-lg-3{width:calc(25% - 30px)}.vk_posts .vk_post-col-lg-4{width:calc(33.3% - 30px)}.vk_posts .vk_post-col-lg-6{width:calc(50% - 30px)}.vk_posts .vk_post-col-lg-12{width:calc(100% - 30px)}.postListText_title{padding-top:0;clear:none}}@media (min-width:992px) and (max-width:1199.98px){.card.vk_post-col-lg-12{margin-bottom:20px}.card-horizontal.vk_post-col-lg-12{margin-bottom:15px}.card-imageRound.vk_post-col-lg-12,.card-noborder.vk_post-col-lg-12{margin-bottom:40px}.media.vk_post-col-lg-3:nth-child(2),.media.vk_post-col-lg-3:nth-child(3),.media.vk_post-col-lg-3:nth-child(4),.media.vk_post-col-lg-4:nth-child(2),.media.vk_post-col-lg-4:nth-child(3),.media.vk_post-col-lg-6:nth-child(2){border-top:1px solid var(--vk-color-border-hr,#e5e5e5)}}@media (min-width:1200px){.vk_posts .vk_post-col-xl-2{width:calc(16.66% - 30px)}.vk_posts .vk_post-col-xl-3{width:calc(25% - 30px)}.vk_posts .vk_post-col-xl-4{width:calc(33.3% - 30px)}.vk_posts .vk_post-col-xl-6{width:calc(50% - 30px)}.vk_posts .vk_post-col-xl-12{width:calc(100% - 30px)}.card.vk_post-col-xl-12{margin-bottom:20px}.card-horizontal.vk_post-col-xl-12{margin-bottom:15px}.card-imageRound.vk_post-col-xl-12,.card-noborder.vk_post-col-xl-12{margin-bottom:40px}.media.vk_post-col-xl-3:nth-child(2),.media.vk_post-col-xl-3:nth-child(3),.media.vk_post-col-xl-3:nth-child(4),.media.vk_post-col-xl-4:nth-child(2),.media.vk_post-col-xl-4:nth-child(3),.media.vk_post-col-xl-6:nth-child(2){border-top:1px solid var(--vk-color-border-hr,#e5e5e5)}}@media (min-width:1400px){.vk_posts .vk_post-col-xxl-2{width:calc(16.66% - 30px)}.vk_posts .vk_post-col-xxl-3{width:calc(25% - 30px)}.vk_posts .vk_post-col-xxl-4{width:calc(33.3% - 30px)}.vk_posts .vk_post-col-xxl-6{width:calc(50% - 30px)}.vk_posts .vk_post-col-xxl-12{width:calc(100% - 30px)}.card.vk_post-col-xxl-12{margin-bottom:20px}.card-horizontal.vk_post-col-xxl-12{margin-bottom:15px}.card-imageRound.vk_post-col-xxl-12,.card-noborder.vk_post-col-xxl-12{margin-bottom:40px}.media.vk_post-col-xxl-3:nth-child(2),.media.vk_post-col-xxl-3:nth-child(3),.media.vk_post-col-xxl-3:nth-child(4),.media.vk_post-col-xxl-4:nth-child(2),.media.vk_post-col-xxl-4:nth-child(3),.media.vk_post-col-xxl-6:nth-child(2){border-top:1px solid var(--vk-color-border-hr,#e5e5e5)}}@media (max-width:575.98px){.card.vk_post-col-xs-12{margin-bottom:20px}.card-horizontal.vk_post-col-xs-12{margin-bottom:15px}.card-imageRound.vk_post-col-xs-12,.card-noborder.vk_post-col-xs-12{margin-bottom:40px}.media.vk_post-col-xs-6:nth-child(2){border-top:1px solid var(--vk-color-border-hr,#e5e5e5)}}