@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* common */

 .l-footer .copyright ,div#breadcrumb ,header#header {
    display: none;
}
footer#footer {
    background-color: #e9e9e9;
}
.single-lp .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    border-top: none;
    border-bottom: none;
}

.single-lp .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: none;
}

.single-lp .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    padding: 0;
    border-left: 0;
}


@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* header */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
header, .drawer-hamburger {
    margin-top: 0 !important;
}
div#fix_header {
    display: none;
}
:root {
    --swl-headerH: px!important;
    --swl-fix_headerH: px!important;
    --swl-offset_y: px!important;
    --swl-scrollbar_width: 0px!important;
}

header#header {
    position: fixed;
}
[class*=" icon-"]:before, [class^=icon-]:before {
    color: #3FB5C3;
}
.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.c-gnav>.menu-item>a {
    padding: 0px 8px;
}
ul.c-gnav {
    list-style: none!important;
}
.top #content {
    padding-top: 64px;
}
    .-series-right .w-header {
        margin-left: 0;
}
/* [data-spmenu=opened] #wpadminbar {
    z-index: 99999;
} */
.l-header__customBtn, .l-header__menuBtn {
    width: 32px;
}
.l-fixHeader {
    left: 0;
    margin-top: var(--swl-adminbarH, 0);
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(calc(var(--swl-fix_headerH, 100px)* -1));
    transform: translateY(calc(var(--swl-fix_headerH, 100px)* -1));
    visibility: hidden;
    width: 100%;
    z-index: 100;
}

@media screen and (min-width: 959px) {		
    .custom-html-widget .l-header__menuBtn.sp_ {
        display: block!important;
        position: relative;
    }
    .p-spMenu {
        display: block!important;
    }
    .p-spMenu__inner {
        max-width: 600px;
    }     
}

@media screen and (max-width: 960px) {	
	.top #content {
    padding-top: 50px;
	}
}
@media not all and (min-width: 960px) {
    .l-header[data-spfix="1"] {
        top: 0;
    }
}
header#header a ,div#breadcrumb a ,a.p-postList__link,footer a{
	text-decoration:none!important;
}
.c-modal .c-searchForm__submit:before {
    color: #ffffff;
}
@media screen and (max-width: 959px) {
.l-header__customBtn,.l-header__menuBtn {
    left: -8px!important;
	position: relative;
}
}

/* footer */
a.footer_logo {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 0;
}
.w-footer__box {
    padding: 0;
}
.l-footer {
    background-color: var(--color_footer_bg);
    color: var(--color_footer_text);
    position: relative;
    z-index: 0;
    padding: 56px 0;
}
.l-footer__nav li:first-child a {
    border-left: none;
}
.l-footer__nav li a {
	border:none;
}
.l-footer .copyright {
    font-size: 12px;
    text-align: center;
    color: #69797A;
}
.l-footer__nav li a{
    font-size: 13px;	
}
.l-footer__nav {
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: .5em 0 1em;
    list-style: none;
}
@media screen and (max-width: 599px) {	
ul.l-footer__nav {
    display: flex;
    flex-direction: column;
    text-align: center;
}
}

/* Pankuzu */
.p-breadcrumb:not(.-bg-on) {
    padding: 12px 0;
    margin-top: 64px;
    background: #ffffff;
}
.icon-home:before {
    content: "\e922";
    color: #3FB5C3;
}
.single span.p-breadcrumb__text {
	display:block!important;
}
@media screen and (max-width: 959px) {	
.p-breadcrumb:not(.-bg-on) {
    margin-top: 50px;
}
}

/* menu */
.p-spMenu__body a:hover{
    text-decoration:none;
}
.p-spMenu__bottom {
    margin-top: 16px;
}
.p-spMenu__body {
    padding: 0;
}
.p-spMenu__inner {
    max-width: 400px;
}
.c-widget .textwidget>:not(:last-child)  {
    margin-bottom: 0;
}
.c-widget+.c-widget {
    margin-top:0;
}
div.widget_categories {
	margin-bottom:40px;
}
li.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item {
    width: 100%;
}
h2.menu__h2 {
    padding: 0 24px;
    font-size: 18px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 24px !important;
}
h2.menu__h2 span {
    color: #3FB5C3;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    letter-spacing: 1px;
	font-weight:600;
}
.p-spMenu__body ul.l-footer__nav {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    margin-bottom: 24px;
}
a.menu__btn {
    padding: 16px;
    margin: 0 24px;
    display: block;
    text-align: center;
    background: #6AC1CB;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 40px !important;
	position:relative;
}
a.menu__btn:after ,a.swell-block-button__link:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
}
a.menu__btn:hover {
	color:#ffffff;
}
.p-spMenu__body footer {
    margin-top: 80px;
}
.p-spMenu__nav {
    display: none;
}

.p-spMenu__bottom .widget_categories li.cat-item a {
	border-bottom:none;
    font-weight: bold;
    margin-left: 24px;
    padding: 24px 48px;
	font-size:16px;
}

.p-spMenu__bottom .widget_categories li.cat-item {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border: 1px solid #DBE5E6;
    margin-top: -1px;
    margin-left: -1px;
}

@media screen and (max-width: 599px) {
	.p-spMenu__body ul.l-footer__nav {
    flex-direction: column;
    gap: 0;
    text-align: center;
    margin-bottom: 24px;
}
}

/* Button */
.is-style-btn_normal a:hover {
    box-shadow: none;
}

/* Category */
li.cat-item.cat-item-7 {
    display: none;
}

.wp-block-categories-list>li:first-child>a:before , .widget_categories li.cat-item:first-child>a:before{
    background-image: url(https://customlife.co.jp/cl-med/wp-content/uploads/2024/10/cat-icon01.png);
}
.wp-block-categories-list>li:nth-child(2)>a:before  , .widget_categories li.cat-item:nth-child(2)>a:before{
    background-image: url(https://customlife.co.jp/cl-med/wp-content/uploads/2024/10/cat-icon02.png);
}
.wp-block-categories-list>li:nth-child(3)>a:before, .widget_categories li.cat-item:nth-child(3)>a:before{
    background-image: url(https://customlife.co.jp/cl-med/wp-content/uploads/2024/10/cat-icon03.png);
}
.wp-block-categories-list>li:nth-child(4)>a:before, .widget_categories li.cat-item:nth-child(4)>a:before{
    background-image: url(https://customlife.co.jp/cl-med/wp-content/uploads/2024/10/cat-icon04.png);
}
.wp-block-categories-list>li:nth-child(5)>a:before, .widget_categories li.cat-item:nth-child(5)>a:before{
    background-image: url(https://customlife.co.jp/cl-med/wp-content/uploads/2025/01/cat-icon05.png);
}

.p-spMenu__inner .wp-block-categories-list>li>a:after {
    background-image: url(https://xs904103.xsrv.jp/cl-med/wp-content/uploads/2024/10/Vector.png);
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    margin: auto;
    top: 0;
    bottom: 0;
}
 .widget_categories li.cat-item:after {
    background-image: url(https://xs904103.xsrv.jp/cl-med/wp-content/uploads/2024/10/Vector.png);
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.p-spMenu__inner .p-spMenu__body .c-spnav li.menu-item-object-category {
	border-left:none;
	border-right:none;
}
.p-spMenu__inner .p-spMenu__body .c-spnav li.menu-item-object-category a{
    padding-left: 64px;
}
.p-spMenu__inner .p-spMenu__body .c-spnav li.menu-item-object-category a:before , .widget_categories li.cat-item a:before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    margin: auto;
}
.c-widget__title.-spmenu {
    display: none;
}
.p-spMenu__bottom .widget_categories li.cat-item {
    width: 100%;
    border-left: 0;
    border-right: 0;
}
.p-spMenu__bottom .widget_categories li.cat-item a {
    padding-left: 48px;
    margin-left: 24px;
}
.c-listMenu a:hover {
    background-color: transparent;
}


/* type-card */
.-type-card .p-postList__item {
    padding: 0;
    border: 1px solid #DBE5E6;
}
.-type-card h2.p-postList__title {
    height: 72px;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
li.p-postList__item .p-postList__body {
    padding: 16px;
    background: #ffffff;
}
.p-postList__meta :before {
    display:none;
}
time.c-postTimes__posted.icon-posted {
    font-size: 13px;
    color: #69797A;
}
.p-postList__meta:before {
	background-image: url(https://xs904103.xsrv.jp/cl-med/wp-content/uploads/2024/10/Vector.png);
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.p-postList.-type-card, .p-postList.-type-thumb {
    margin-left: auto;
    margin-right: auto;
}

/* Sidebar */
aside#sidebar li.p-postList__item .p-postList__body {
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
aside#sidebar .p-postList__meta:before {
	display:none;
}
.c-widget__title.-side {
    padding: .5em;
    padding-left: 0;
}
aside#sidebar li.p-postList__item .p-postList__body {
    background: transparent;
}

/* Archive */
.c-pageTitle__subTitle {
    font-style: normal;
    margin-left: 1em;
    opacity: .8;
    position: relative;
    top: -2px;
    color: #3FB5C3;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
	text-transform:uppercase;
}
ul.p-postList.-type-card.-pc-col3.-sp-col1{
	gap: 16px;
}
ul.p-postList.-type-card.-pc-col3.-sp-col1 li.p-postList__item {
    width: calc((100% - 32px) / 3) !important;
}
[class*="page-numbers"] {
    border-radius: 0;
}
.-w-ranking .p-postList__item:first-child:before ,.-w-ranking .p-postList__item:nth-child(2):before ,.-w-ranking .p-postList__item:nth-child(3):before ,.-w-ranking .p-postList__item:nth-child(4):before,.-w-ranking .p-postList__item:nth-child(5):before{
    background-color: #6AC1CB!important;
	background-image: none;
}

@media screen and (max-width: 599px) {	
.archive ul.p-postList.-type-card.-pc-col3.-sp-col1 li.p-postList__item,.id_93993 ul.p-postList.-type-card.-pc-col3.-sp-col1 li.p-postList__item ,.id_93988 ul.p-postList.-type-card.-pc-col3.-sp-col1 li.p-postList__item{
    width: 100%!important;
	margin-bottom:0;
}
ul.p-postList.-type-card.-pc-col3.-sp-col1 {
    gap: 24px;
}
	
}

/* Single-post */
ul.p-postList.p-relatedPosts.-type-card {
    gap: 16px;
}
.p-relatedPosts li.p-postList__item {
    width: calc((100% - 32px) / 3) !important;
}

.single-post #content .l-container {
    padding-left: 0;
    padding-right: 0;
}
.single-post  .l-mainContent {
    max-width: 100%;
    padding: 40px 40px 80px;
    background: #ffffff;
}
.article-body .togglearea-body.togglearea-on {
    margin-top: 20px;
}
.read-more-body {
    display: none;
    opacity: 0;
    transition: all 0.5s;
}
.read-more-button-text-open {
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:1s;
    display: block;
}
@keyframes fadeIn{
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}
.article-body .togglearea-body {
    display: none;
    height: 0;
    opacity: 0;
}
@media screen and (max-width: 599px) {		
.single-post .l-mainContent {
    padding: 40px 16px 80px;
}
.p-relatedPosts li.p-postList__item {
    width: calc((100% - 16px) / 2) !important;
}
}
.profile-box .profile-box-image a {
	pointer-events:none;
}

.post_content hr {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 8px 0;
}
.article-body .catalog-table {
    display: block;
    border: 0;
    overflow: auto;
    margin-bottom: 32px;
}

/* relatedPosts */
.p-relatedPosts .p-postList__title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.-related span.label__en {
    display: none;
}

/* sidebar */
@media not all and (min-width: 960px) {
    #sidebar {
        display:none;
    }
}

/* hover */
a ,a.swell-block-button__link  ,li.cat-item a ,.article-body .slick-dots li button{
    transition:all  0.3s  ease;	
}

a:hover , a.swell-block-button__link:hover ,li.cat-item a:hover ,.article-body .slick-dots li button:hover{
    opacity:0.7;
    filter:alpha(opacity=70);	
}

.p-postList__link:hover .c-postThumb__img {
	transform: none;
}

.c-listMenu a:hover {
    padding-right: 16px;
}

/* gallery */

.article-body .gallery .gallery-items {
    display: inherit!important;
}
.article-body .gallery .gallery-items .gallery-item {
    height: auto !important;
    margin: 0px!important;
}

.article-body .gallery .gallery-items .gallery-item img {
    max-height: 100% !important;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.article-body .slick-next {
  right: 0;
}

.article-body .slick-prev {
  left: 0;
}

.article-body .slick-arrow {
  z-index: 2;
}

.article-body .slick-prev,.article-body  .slick-next {
    top: 37.5%;
}

.article-body .gallery ul {
  margin: 0;
  display: flex;
  gap: 8px;
  margin-top:16px!important;
}

.article-body .slick-dots {
  position: initial;
  bottom: -60px;
}

.article-body .slick-dots li {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.article-body .slick-dots li button {
  width: 100%;
  height: 100% ;
}

.article-body .slick-dots li button::before {
  content: "";
}

.article-body .slick-dots li.slick-active {
  border: none;
  opacity: 0.5;
}
.article-body .slick-prev,.article-body  .slick-next {
    width: 32px;
    height: 32px;
}

.article-body .slick-prev:before, .article-body .slick-next:before {
    font-size: 32px;
    color: hsl(0deg 0% 100% / 80%);
}


/* 250310 -------NewParts-------*/
@media screen and (min-width: 632px) {
    .article-body {
        margin-top: 0!important;
    }
}
ol.wp-block-list.is-style-num_circle {
    margin-left: 0;
}


/* 01--------fixbanner-------- */
.article-body .c-categoryList__link {
	color:#ffffff;
}
.wp-block-group.fixbanner_bottom {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 1000;
    margin-bottom: 0;
}
.fixbanner_bottom .swell-block-bannerLink .c-bannerLink:hover ,.fixbanner_bottom .swell-block-bannerLink .c-bannerLink__img {
    transform: none;
    opacity: 1;
    filter: none;
    animation: none;  
    opacity: 1;
    filter: none;
}
.fixbanner_bottom>div>div {
    margin-bottom:0;
}

/* 02--------link-------- */
.-related .p-postList .p-postList__title {
    color: #000000;
}
.-related .p-relatedPosts .p-postList__title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    box-sizing: unset;
}
.-related li.p-postList__item .p-postList__body {
    background: #ffffff;
    all: initial;
    display: inline-block;
    padding: 8px;
}

.article-body table th {
    background-color::inherit;
}
.wp-block-table th , .wp-block-table td {
	background-color:auto;
}

/* 07--------gallery-------- */

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: 16 / 9;
}
.wp-block-gallery ul.slick-dots {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    padding: 0;
    position: relative;
    bottom: 0;
}
.wp-block-gallery .slick-dots li {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0;
}
.wp-block-gallery .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    background: transparent;
    width: 100%;
    height: 100%;
}
.wp-block-gallery-is-layout-flex.slick-initialized.slick-slider.slick-dotted {
    gap: 0;
}
figure.wp-block-gallery.slick-dotted {
    margin-bottom: 40px;
}
.wp-block-gallery .slick-dots li button:before {
    display:none;
}

.wp-block-gallery .slick-prev,.wp-block-gallery .slick-next {
    z-index: 1;
}
.wp-block-gallery.slick-prev, .wp-block-gallery.slick-next {
    width: 32px;
    height: 32px;
}
.wp-block-gallery .slick-prev:before, .wp-block-gallery .slick-next:before {
    font-size: 32px;
}
.wp-block-gallery button.slick-next.slick-arrow {
    width: 32px;
    right: 8px;
    top: 42.5%;
}
.wp-block-gallery button.slick-prev.slick-arrow {
    width: 32px;
    left: 8px;
    top: 42.5%;
}
.wp-block-gallery li.slick-active {
    filter: opacity(0.4);
}

/* 8--------Rating-------- */
.wp-block-group .ratingstars span {
	height:20px;
}
.ratingstars .full, .ratingstars .half, .ratingstars .empty {
    width: 1em;
    height: 1.2em;
}
/* 8--------p-toc-------- */
.p-toc.-simple ,a.p-toc__link {
    display: block;
}
.article-body .p-toc.-simple {
    display: none;
}
.p-toc.-simple .p-toc__ttl {
    border-bottom: 1px dashed var(--color_border);
    text-align: left;
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0;
    color: #e50012;
    font-size: 16px;
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 900;
    margin-bottom: 16px;
}
.p-toc__ttl:before {
	display:none;
}
.p-toc__ttl:after {
    content: "– 項目をクリックで該当箇所へ";
    font-size: 14px;
    margin-left: 8px;
    font-weight: normal;
    color: #000000;
}

#main_content .p-toc {
    padding: 0;
    border: none;
    margin: 4em 0 2em;
}
.p-toc ul.is-style-index li {
    padding-left: 24px;
    font-weight: bold;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 8px;
	font-size:16px;
}

.p-toc ul.is-style-index li:before {
    content: counter(list-item) ". ";
    counter-increment: list-item;
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    font-weight: bold;
    font-size: inherit;
}
.p-toc ul.p-toc__childList li {
    padding-left: 24px;
    border-bottom: 0;
    padding-bottom: 0;
    font-weight: normal;
	padding: 0;
	font-size:14px;
}
.p-toc ul.is-style-index > li > a::after {
    content: "";
    display: block;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223.3702574mm%22%20height%3D%222.1795416mm%22%20viewBox%3D%220%200%203.3702574%202.1795416%22%3E%3Cg%20transform%3D%22translate%28-106.41606%2C-98.606658%29%22%3E%3Cg%20transform%3D%22matrix%280.35277777%2C0%2C0%2C-0.35277777%2C109.53911%2C98.853864%29%22%3E%3Cpath%20d%3D%22M%200%2C0%20L%20-4.076%2C-4.076%20L%20-8.152%2C0%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A1.98199999%3Bstroke-linecap%3Abutt%3Bstroke-linejoin%3Amiter%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3Anone%3Bstroke-opacity%3A1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 11px;
    right: 6px;
    width: 6px;
    height: 6px;
}
.p-toc ul.p-toc__childList li:first-child  {
    padding-top: 16px;
    border-top: 1px dotted #cdcdcd;
    margin-top: 8px;
}
.p-toc ul.p-toc__childList li::before {
	display:none;
}
@media screen and (max-width: 840px) {
.p-toc ul.is-style-index li , .p-toc ul.p-toc__childList li  {
	font-size:13px;
}

}


/* 18--------List-------- */
ul.wp-block-list  li {
    list-style: disc;;
    display: list-item;
}
ol.wp-block-list  li {
    list-style: decimal;
    display: list-item;
}
ol.wp-block-list.is-style-num_circle li{
    list-style: none;
}

/* 19--------border-------- */
.has-border.-border01 {
    border: var(--border01);
    border-radius: 10px;
}
/* #22----Supervisor */
.profile-box-image {
    border: 1px solid #e5e5e5;
    width: 130px;
    height: 130px;
    border-radius: 100%;
}
@media (max-width: 375px) {
    .profile-box-image {
        width: 110px;
        height: 110px;
    }
}

/* 27--------Readmone-------- */
.swell-block-accordion.readmore-Custom details[open] > summary {
  display: none;
}


/* 33--------box.comment-------- */

.wp-block-group.has-border.-border01.box.comment {
	border-radius:8px;
}


/* PR表記 */
.c-prNotation[data-style=big] {
    border: none;
    border-radius: 0;
    font-size: 11px;
    margin: 0;
    padding: 8px 0;
    background: no-repeat;
    color: #69797A;
}
    }     