@charset "utf-8";

/* ========================================================================================================================/

	styleInfo：style.css
		└　1-0, secondopinion

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	1-0, secondopinion
/------------------------------------------------------------------------------------------------------------------------ */

#secondopinion-about {
	line-height:1.8;
	margin-bottom:30px;
	}
	#secondopinion-about .thumnail {
		float:right;
		margin-right:8px;
		margin-left:5px;
		}

.feature {
	width:720px;
	line-height:1.9;
	background-image:url('../image/contents/secondopinion/featureBg.png');
	background-repeat:no-repeat;
  background-position: bottom right;
  background-size: contain;
  background-color: #FFF;
  border-radius: 4px;
	margin-bottom:22px;
  box-sizing: border-box;  
  padding: 15px;
	}
	.feature h3 {
    margin-bottom: 10px;
		}
	.feature ul {
		list-style:none;
		}
		.feature ul li {
			background:transparent url('../image/contents/secondopinion/ic.gif') left 3px no-repeat;
			padding-left:25px;
			}
			.feature ul li span {
        display: inline-block;
				color:#e50000;
				font-size:11px;
        line-height: 1.6;
				}

.feature p {
  margin-bottom: 50px;  /* ← デフォはたぶん 15px とかだから広げる */
}

.fee-box {
  margin-top: 20px;   /* 余白だけで自然につなぐ */
  padding-top: 0;
}

.fee-title {
  font-size: 18px;
  font-weight: bold;
  color: #F31E7A;
  margin-bottom: 10px;
  padding-left: 10px;
}

.fee-desc {
  margin-bottom: 15px;
}

.fee-price {
  display: flex;
  align-items: center;      /* 縦位置を揃える */
  justify-content: center;  /* 全体を中央寄せ */
  gap: 15px;                /* 要素間の余白 */
  flex-wrap: wrap;   /* スマホで折り返しOK */
  margin: 15px 0;
  text-align: center;
}

.fee-amount {
  font-size: 26px;
  font-weight: bold;
  color: #e60000;
}


.fee-time {
  font-size: 14px;
  color: #555;
}

.fee-note {
  font-weight: bold;
  color: #333;
}

.fee-caution {
  font-size: 13px;
  color: #666;
  margin: 0;
  padding-left: 20px;
}

.consult-case {
  display: flex;
  align-items: center;   /* ←縦位置を中央揃えに変更 */
  gap: 20px;
  margin-top: 80px;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 80px;
	
}


.case-text {
  flex: 2;
}

.case-text h3 {
  font-size: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #1DBAF3; /* 左ラインも同色 */
  padding-left: 10px;
  color: #1DBAF3;                /* 見出し文字も同色 */
}

.case-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-text li {
  margin-bottom: 15px;
  line-height: 1.7;
}

.case-text .q {
  font-weight: bold;
  color: #333;
}

.case-text .a {
  color: #555;
  font-size: 14px;
}

.case-image {
  flex: 1;
  text-align: center;
}

.case-image img {
  max-width: 100%;
  height: auto;
}

.recommend-box {
  display: flex;
  align-items: center;        /* テキストと画像を縦中央に */
  gap: 20px;
  margin-top: 30px;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
}

.recommend-box {
  margin-bottom: 80px; 
}

.recommend-text {
  flex: 2;
}

.recommend-text h3 {
  font-size: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #1DBAF3; /* 見出しに差し色ライン */
  padding-left: 10px;
  color: #1DBAF3;                  /* 見出し文字も差し色 */
}

.recommend-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recommend-text li {
  margin-bottom: 15px;
  line-height: 1.7;
  font-weight: bold;
  color: #333;
}

.recommend-text .desc {
  font-weight: normal;
  color: #555;
  font-size: 14px;
}

.recommend-image {
  flex: 1;
  text-align: center;
}

.recommend-image img {
  max-width: 70%;
  height: auto;
}

