@charset "utf-8";

.midTitle {text-align: center;display: flex;align-items: center;justify-content: center;font-size: 30px;position: relative;margin-bottom: 1em;line-height: 1.5em;color: #464545;font-weight: bold;}

#newsSec .newsInner .questionImg{width: 9%;}
#newsSec .newsInner .pageSubTitle2{width: 80%;}
#newsSec .newsInner .questionSubtitle{width: 64%;}
.qa__box:hover{cursor:auto;}
.qa__box > dl > dt{padding-bottom: 1em;}
.qa__box > dl > dd{max-height: 250px;overflow: visible;margin-left: 0;padding: 0;margin-bottom: 24px;padding-left: 0.3em;}

/*2024.11.21�ǉ���������*/
.qa__box.other {padding: 35px 0px 35px 50px;}
.qa__box.other p.contentText{text-align: left;}
.qa__box.other p.contentText.box2{margin: 10px 0 0;}
.qa__box.other p.contentText a{text-decoration: underline;display: inline-block;}
.qa__box p.contentText.box2 a{text-decoration:underline}
/*2024.11.21�ǉ������܂�*/

.shopInfoInner.contentsSec{padding: 0em 3em 3em 3em;}

.m-date__item--icn:before {
    background-image: url(/pilates/news/img/icn_time.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0 6px -0.3em ;
    width: 16px
}
.m-post-header{color:#999; font-size: 14px;}


#newsSec .newstext{font-size: 15px;margin-top: 1em;margin-bottom: 5em;}
#newsSec .newsLinktext{font-size: 15px;}
#newsSec .newsLink {margin: 0.5em 0;}
#newsSec .newsLink a{font-size: 15px; cursor: pointer; color: #c9a67f;text-decoration: underline}

/*responsive*/
@media screen and (max-width: 810px) {
    .midTitle{font-size: 1.6em;padding: 0.4em 1em 0.5em;}
    #newsSec .newsInner .questionSubtitle{width: 100%;}
    .qa__box > dl > dd{padding: 0;}
	.qa__box.other {padding: 30px 0 30px 0;}
}