@charset "UTF-8";
/* CSS Document */
.sp-only{
	display: none;
}
.pc-only{
	display: block;
}
.consultation-title {
        text-align: center;
    font-weight: bold!important;
    border-bottom: 2px solid #df6d10!important;
    margin: 0 0 20px 0!important;
    font-size: 22px!important;
    font-weight: bold!important;
    padding: 0 0 5px 0!important;}

h3.consultation-subtitle {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #D0732F;
    margin-bottom: 1em;
    line-height: 0.6;
    font-size: 1.1rem;
    font-weight: 700;
    color: #59340a;
    padding: 0.4rem;
    margin-top: 30px;
}
.consultation-title h2 {
       margin: 0;
    padding-bottom: 0rem;
    border-bottom: 0;
    font-size: 22px;
    font-weight: bold;
}

.dialog-container {
 display: flex;
    align-items: flex-start;
    gap: 47px;
    margin: 0 0 20px 0;
    align-items: center;
}

.person-image {
    width: 80px; /* 人の画像のサイズ */
}

.speech-bubble {
    background-color: #FCF2E9; /* 吹き出しの背景色 */
    color: #333; /* テキストの色 */
    padding: 15px 20px; /* 内側の余白 */
    border-radius: 20px; /* 角丸の半径 */
    position: relative; /* しっぽの基準位置にするため */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* ちょっとした影 */
    line-height: 1.5;
}

/* 吹き出しのしっぽ（左側） */
.speech-bubble::before {
    content: ''; /* 擬似要素にはcontentプロパティが必要 */
    position: absolute; /* 吹き出し本体を基準に位置を決定 */
    width: 0;
    height: 0;
    /* 三角形を作るためのborder設定 */
    border-top: 12px solid transparent;    /* 上側の透明部分 */
    border-bottom: 12px solid transparent; /* 下側の透明部分 */
    border-right: 20px solid #FCF2E9;     /* しっぽ本体の色（吹き出しの背景色と同じ） */
    /* 位置調整 */
    left: -19px; /* border-rightの幅より1px小さくすると、重なりが自然になります */
    top: 20px;   /* 吹き出しの上端からの位置。人の口元を指すように調整 */
}
.consultation-flex {
     display: flex;
	gap:10px;
}
.consultation-real h3::before{
	    content: "";
	        width: 6.5rem;
        height: 2.5rem;
        font-size: 1.4rem;
        position: absolute;
        left: .6rem;
        top: -1.4rem;
        margin-right: 0;
        z-index: 2;
}

.food-card-wrapper {
    position: relative;
    width: 350px;
    border-radius: 10px;
}

/* カテゴリタグ (腎臓) */
.category-tag {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
    z-index: 10;
}
.color1-1{
    border: 2px solid #82af00;	
}
.color1-2{
	background-color: #82af00;
}
.color2-1{
	border: 2px solid #e68087;	
}
.color2-2{
	background-color: #e68087;
}
.color3-1{
	border: 2px solid #1D90CB;	
}
.color3-2{
	background-color: #1D90CB;
}

/* 下向きの矢印 */
.arrow-down {
    position: absolute;
    top: 25px; /* カテゴリタグと白地の間に配置 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* 左側の透明なボーダー */
    border-right: 10px solid transparent; /* 右側の透明なボーダー */
    border-top: 10px solid #5C3D2E; /* 上側のボーダーで三角形を作る (茶色) */
    z-index: 9; /* カテゴリタグよりは奥、コンテンツよりは手前 */
}

/* 白地のコンテンツエリア */
.card-content {
       padding: 20px 14px 20px 14px;
}

/* メインタイトル */
.card-title {
    font-size: 18px;
    font-weight: bold;
        color: #82af00;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
	    border-bottom: none !important;
    padding: 0 !important;
}

/* 画像コンテナと画像 */
.card-image {
    margin-bottom: 20px;
}

.card-image img {
    border-radius: 8px; /* 画像自身の角を丸くする */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 画像の影 */
}

/* 説明テキスト */
.card-description {
    font-size: 0.95em;
    line-height: 1.6;
    color: #555;
    text-align: justify; /* 両端揃え */
}

/* ハイライトされたテキスト */
.card-description .highlight {
    background-color: #FFEB3B; /* 黄色の背景色 */
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: bold;
    display: inline; /* インライン要素として表示 */
    box-shadow: 0 1px 2px rgba(0,0,0,0.1); /* ハイライトの影 */
}

/* "なかなか難しい" 部分も強調したい場合 */
.card-description span:not(.highlight) {
    /* 必要であればここにスタイルを追加。例: */
    /* font-weight: bold; */
    /* color: #333; */
}

.food-card {
    display: flex;
    gap: 10px;}

.consultation-commenet-block {
    display: block;
    width: 173%;
}
.consultation-commenet-flex {
    display: flex;
	gap:15px;
}
.consultation-tel2 {
    margin: 0 auto;
    /* border-color: #DF6D10; */
    background-color: #DF6D10;
    padding: 0.5rem;
    /* justify-content: center; */
    vertical-align: middle;
    border-radius: 9px;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
    width: 90%;
}
.consultation-comment {
    background-color: #FCF2E9;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 3rem;
}
.position-relative {
    position: relative !important;
        width: 38%;
	    top: 10px;
}
.consultation-comment-text {
    width: 90%;
    margin: 0 auto 1.5rem;
}
.consultation-point {
        font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.consultation-tel {
    margin: 56px 0 0;
}

.consultation-tel {
    margin: auto 0;
}
.consultation-point-flex {
        border-radius: 10px;
    display: flex;
    background-color: #FCF2E9;
    font-weight: bold;
    width: 74%;
    padding: 13px;
    top: -4px;
    position: relative;
    font-size: 18px;
        margin: 0 auto 1.3rem;
}
.consultation-ok {
    flex: 1;
    text-align: center;
	    padding: 0.5rem 0 0;
	border-right: 1px solid #aaa;
}
.consultation-time {
    flex: 1;
    text-align: center;
	    padding: 0.5rem 0 0;
	border-right: 1px solid #aaa;
}
.consultation-free {
    flex: 1;
    text-align: center;
	    padding: 0.5rem 0 0;
}

.consultation-commenet-width1 {
    margin: 0 auto;
    width: 91%;
}
.consultation-commenet-width2{
    width: 75%;
    margin: 0 auto 2rem;
}
.consultation-telnumber .consultation-tel-nutrition{
	width: 49%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.consultation-telnumber ul {
   align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background: #DF6D10;
    border: .5rem solid #DF6D10;
    position: relative;
    border-radius: 12px;
	box-shadow:3px 5px 7px rgba(0, 0, 0, 0.3);
}
.consultation-telnumber ul .consultation-tel-number {
    width: 60%;
        margin: 1rem auto;
}
.question{
	width: 60%; 
	margin: 0 auto;
}
.consultation-point span{
		font-size: 24px;
	}
.consultation-ok img {
   width: 29%;
}
.consultation-time img {
   width: 33%;
}
.consultation-free img {
   width: 28%;
}
.consultation-free p {
       margin-top: 0.5rem;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 767px){
	.pc-only{
	display: none;
}
.sp-only{
	display: block;
}
	
	.consultation-point-flex {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
}
	.consultation-ok {
    text-align: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #aaa;
		border-right: none;
    display: flex;
     margin: 0 ;
    align-items:center;
    max-width: 100%;
		justify-content: space-around;
}
		.consultation-ok p{
        margin: 0;
    width: 68%;
}
		.consultation-ok img{
    width: 23%;
}
		.consultation-time {
    text-align: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #aaa;
		border-right: none;
    display: flex;
     margin: 0 ;
    align-items:center;
    max-width: 100%;
			        justify-content: space-around;
}
		.consultation-time p{
        margin: 0;
    width: 68%;
}
		.consultation-time img{
    width: 24%;
}
		.consultation-free {
           text-align: center;
        padding: 0.5rem 0 0;
			border-bottom: none;
        border-right: none;
        display: flex;
        margin: 0;
        align-items: center;
        max-width: 100%;
			        justify-content: space-around;
}
		.consultation-free p{
        margin: 0;
    width: 68%;
}
		.consultation-free img{
    width: 21%;
}
	.food-card {
    display: block;
}
	.color1-1 {
            margin: 0 auto 2rem;
}
	.color2-1 {
            margin: 0 auto 2rem;
}
		.color3-1 {
            margin: 0 auto 2rem;
}
	.consultation-telnumber ul .consultation-tel-number {
    width: 100%;
    margin: 0; 
}
	.position-relative{
		display: none;
	}
	.dialog-container {
    gap: 29px;
    margin: 0 0 2rem;
}
	.question {
    width: 100%;
    margin: 0;
}
	.secret-header-subtitle{
		    font-size: 22px;
	}
	span.slash {
    display: none;
}
	.consultation-free p {
	margin: 0.5rem 0;
}
}
	