

/* コンテナ */
 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 .recommendations h3 {
font-size: 1.5rem;

}

section .stretch-list h3 {
font-size: 1.5rem;

}

/* 画像 */
.section-image, .icon-image { max-width: 100%; height: auto; display: block; margin: 10px 0; }
.icon-image { width: 60px; }

/* リスト */
.section2_ul { 
margin-top: 10px;
background-color: #f0f8ff;
padding: 12px 10px 12px 20px;
 }

li {
font-size: 1.3rem;
}

  span.emphasis {
    color:#4169e1;
    font-weight:bold;
    font-size: 1.3rem;
 }

/* フレックスレイアウト横2つ並び */
.recommendations {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.recommendation {
flex: 1 1 calc(33.333% - 20px);
background-color: #f0f8ff;
padding: 15px;
border-radius: 8px;
}
.recommendation h3, .stretch-item h3 { font-size: 1.1rem; margin-bottom: 10px; }

/* 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; }