@charset "UTF-8";



/* coml.cssにも同じ内容を記載済み こちらはcoml.cssが上書きされなかった時の保険*/

/* 20260201 shin-i.html 朝日新聞「『空気』のようになった高額療養費制度」の真意ページ
-------------------------------------------------------------------------------- */

body#comlSubShini section#comlSpecialAnnouncementSection {
  background-color: #ffffff;
  border-top: 3px solid #009933;
  border-bottom: 3px solid #009933;
  margin: 45px 0px 60px;
  padding: 28px 16px 28px;
}
@media (min-width: 768px) {
  body#comlSubShini section#comlSpecialAnnouncementSection {
    width: 634px;/*704-3-32-32-3*/
    border: 3px solid #009933;
    border-radius: 11px;
    margin: 45px auto 60px;
    padding: 28px 32px 28px;
  }
}
body#comlSubShini h2 {
  display: none;
}
body#comlSubShini h3 {
  display: block;/*noneを打ち消し*/
  background-color: transparent;/*背景色を打ち消し*/
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.65;
  color: #000000;
  text-align: center;
}
body#comlSubShini section#comlSpecialAnnouncementSection p#comlSpecialAnnouncementSignature {
  text-align: right;
}
body#comlSubShini section#comlSpecialAnnouncementSection p#comlSpecialAnnouncementSignature span {
  font-size: 14px;
}
body#comlSubShini section#comlSpecialAnnouncementSection p {
  text-align: justify;
  text-justify: inter-ideograph;
}
body#comlSubShini section#comlSpecialAnnouncementSection p#comlSpecialAnnouncementDate {
  text-align: right;
}
