

/* コンテナ */
 p {
font-size: 1.3rem;
}


/* 導入 */

.greeting { font-size: 1.2rem; margin-bottom: 15px; }
.top-image { max-width: 100%; height: auto; display: block; margin: 0 auto; }


/* セクション見出し */
section {
 margin-bottom: 30px;
 margin-top: 30px;
 }

section h2 {
font-size: 1.7rem;
border-bottom: 2px solid #ccc;
padding-bottom: 8px;
margin-bottom: 15px;
}



/* 画像 */
.section-image, .icon-image { max-width: 100%; height: auto; display: block; margin: 10px 0; }
.icon-image { width: 60px; }

/* section3リスト */

.frailty-list {
background-color: #f7f9fc;
border: 1px solid #dde4ed;
border-radius: 6px;
padding: 16px;
margin: 20px 0;
font-size: 1.3rem;
}

.frailty-list > li {
counter-increment: frailty;
margin-bottom: 16px;
position: relative;
padding-left: 36px;
}

.frailty-list > li::before {
content: "(" counter(frailty) ")";
position: absolute;
left: 0;
top: 0;
font-weight: bold;
color: #2a6ebb;
}

.frailty-type {
font-size: 1.05em;
font-weight: 600;
margin: 0 0 8px;
color: #2a6ebb;
}

.sublist {
list-style: disc;
margin: 0;
padding-left: 20px;
}

.sublist li {
margin-bottom: 4px;
color: #555;
line-height: 1.4;
}

  span.emphasis {
    color:#4169e1;
    font-weight:bold;
    font-size: 1.3rem;
 }

/* section4リスト */
.reason {
    padding: 0em 0.2em 0.2em 1em;/*ボックス内の余白*/
    margin-top: 0;
    background-image: url("/img/usr/2026event/02frail/reason.png");
    background-size: 100% auto;/* または、縦横ともに“はみ出さない”containを使う */
    background-position: center;      /* 右を基準に配置 */
    background-repeat: no-repeat;     
}
.reason li {
  line-height: 1; /*文の行高*/
  padding: 0.3em 0; /*前後の文との余白*/
  font-size: 1.3rem;
}

/* section7リスト */
.action-list {
  counter-reset: action;           /* カウンターの初期化 */
  list-style: none;                /* デフォルトマーカーを消去 */
  background-color: #fffcfb;
  border: 1px solid #fdad93;
  border-radius: 6px;
  padding: 16px;
  margin: 20px 0;
  font-size: 1.3rem;
}

.action-list > li {
  counter-increment: action;       /* カウンターをインクリメント */
  position: relative;
  padding-left: 36px;              /* 番号表示分の余白確保 */
  margin-bottom: 16px;
}

.action-list > li::before {
  content: "(" counter(action) ")"; /* (1) (2) … の表示 */
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #ff9270;
}

.action-type {
  font-size: 1.05em;
  font-weight: 600;
  margin: 0 0 8px;
  color: #ff9270;
}

.sublist {
  list-style: disc;                /* ディスクマーカー */
  margin: 0;
  padding-left: 20px;
}

.sublist li {
  margin-bottom: 4px;
  color: #555;
  line-height: 1.4;
}

/* itemWrap */

.itemWrap p + p {
	padding-top: 20px;
}

/* item common */


.itemTtl {
	margin:2em 0 0.5em;
}

.itemWrap {
	display : flex;
	flex-wrap : wrap;
	gap: 38px;
}


.itemBox {
  position: relative;
  flex: 0 0 calc(50% - 19px);
  max-width: calc(50% - 19px);
  font-size: 14px;
  margin-top: 0px;
  vertical-align: top;
}

.itemBox .name {
    font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	display: table;
	margin-bottom: 10px;
}
.itemBox .name:hover {
	opacity: 0.8;
}
.itemBox .name span,
.itemBox .name a {
	text-decoration: none;
	display: table-cell;
	vertical-align: top;
}
.itemBox .name a:hover {
	text-decoration: none;
	color: inherit;
}
.itemBox .name span {
	width: 1em;
}

.itemBox .text {
	font-size: 16px;
}
.itemBox .detail {
}
.itemBox .detail li span {
    font-weight: bold;
}
.itemBox .detail li span em {
    font-weight: bold;
    font-size: 24px;
}
#stylecare.mens .itemBox .detail li span{
    color: #5ec3e0;
}
.itemBox .img {
	margin-top: 10px;
	margin-bottom: 0px;
}
.itemBox .txt {
	margin-bottom: 10px;
}

.itemBox .list {
	margin-bottom: 10px;
	margin-top: 10px;
}
.itemBox .list li  {
	border-radius: 10px;
	padding: 10px;
}
.itemBox .list li + li  {
	margin-top: 10px;
}
.itemBox .list li dl dt {
	font-weight: bold;
	font-size: 16px;
}



  
.itemBox .detail {
    margin-top: 10px;
}
.itemBox .note {
    color: #d51323;
    margin-top: 10px;
}
.itemBox .detail + .note {
    margin-top: 0px;
}

.itemBox .detail,
.itemBox .note {
    text-indent: -1em;
    padding-left: 1em;
}


.itemBox.itemOrange .detail li span,
.itemBox.itemOrange .list li dl dt,
.itemBox.itemOrange .name span {
	color: #f39800;
}
.itemBox.itemOrange .list li,
.itemBox.itemOrange .icon li.ic01 {
	background: #f39800;
}

.itemBox.itemLGreen .detail li span,
.itemBox.itemLGreen .list li dl dt,
.itemBox.itemLGreen .name span {
	color: #60b8ab;
}
.itemBox.itemLGreen .list li,
.itemBox.itemLGreen .icon li.ic01 {
	background: #60b8ab;
}

/* まとめ */
.consultation { display: flex; align-items: flex-start; gap: 15px; }