strong
{
	font-weight: 700 !important;
}

.decotext-container {
    display: flex;
    align-items: center;
}

.decotext1 {
    font-size: 1.2em;
    font-weight: 500;
    color: #14274A;
    margin-left: 10px;
}

.decotext1-line {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #14274A;
}

@media (max-width: 768px) {

    .decotext1 {
        font-size: 18px;
    }

    .decotext1-line {
        width: 30px;
    }
}
	
	




.header
	{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px 0px;
	}
	
	.header .logo{
		 width: 550px; 
	}
	.header .headl{
		float: left;
	}
	
	.header .headr{
		float: right;
	}
	
	
	.header .tel{
		font-size: 30px;
		color: #D00;
		font-weight: bold;
	}
	
	.header .telinfo{
		font-size: 14px;
		font-weight: bold;
	}
	
@media screen and (max-width: 767px) {
		.header .headr{
display: none;
	}
	
	.header
	{
		max-width: 100%;
		margin: 0 auto;
		padding: 15px 0px 10px 0px;
	}

		.header .logo{
		 width: 95%; 
			margin: 0 auto;
	}
	.header .headl{
		float: none;
	}


	}
	
	






.subhead-alpha{
    font-size: 20px;
    color: #00a0c6;
    font-family: 'Josefin Sans', sans-serif;
}
.subhead
{
	font-weight: 700;
	font-size: 1.8em;
	margin-bottom: 30px;
 position: relative;
  display: inline-block;	
}


.subhead::after {
  content: "";
  display: block;
  width: 30%;        /* ← 下線の長さをここで指定 */
  height: 2px;        /* ← 下線の太さ */
  background-color: #00a0c6; /* ← 色指定 */
  border-radius: 2px;
	margin-top: 15px;
/*	margin: 0 auto; center寄せ*/
}


@media (max-width: 768px) {

.subhead-alpha{
    font-size: 15px;
    color: #00a0c6;
	text-align: center;
    font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 10px;
}
.subhead
{
	font-weight: 700;
	font-size: 1.7em;
	margin-bottom: 30px;
 position: relative;
  display: block;
	text-align: center !important;
}


.subhead::after {
  content: "";
  display: block;
  width: 30%;        /* ← 下線の長さをここで指定 */
  height: 2px;        /* ← 下線の太さ */
  background-color: #00a0c6; /* ← 色指定 */
  border-radius: 2px;
	margin-top: 15px;
	margin: 15px auto 0px auto;
}

}





.midashi-s
{
	font-weight: 700;
	font-size: 1.3em;
  background-color: #FFF; /* ← 色指定 */
	color: #00a0c6;
	text-align: center;
	margin-bottom: 30px;
	padding: 15px 0px;
	border: 1px solid #00a0c6;
}
@media (max-width: 768px) {
.midashi-s
{
	font-weight: 700;
	font-size: 1.2em;
  background-color: #FFF; /* ← 色指定 */
	color: #00a0c6;
	text-align: center;
	margin-bottom: 30px;
	padding: 15px 10px;
	border: 1px solid #00a0c6;
}
}





.midashi
{
	font-weight: 700;
	font-size: 1.7em;
}
@media (max-width: 768px) {
.midashi
{
	font-weight: 700;
	font-size: 1.5em;
}
}











/* タイトル全体のコンテナ */
.section-title {
    text-align: left;
    margin-bottom: 50px;
}

/* 英語タイトル */
.title-en {
    font-size: 55px;
	font-family: 'Josefin Sans', sans-serif;
	color: #14274A;
    margin-bottom: 10px;
	line-height: 1em;
}

/* 日本語タイトルのコンテナ */
.title-jp-container {
    display: flex;
    align-items: center;
}

/* 日本語タイトル */
.title-jp {
    font-size: 1.3em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #14274A;
    margin-left: 10px;
}

/* 日本語タイトル左のライン */
.title-line {
    display: block;
    width: 50px; /* 調整可能 */
    height: 1px;
    background-color: #14274A;
}

/* スマホ対応 */
@media (max-width: 768px) {
	
.section-title {
    text-align: left;
    margin-bottom: 30px;
}

    .title-en {
        font-size: 36px;
    }

    .title-jp {
        font-size: 18px;
    }

    .title-line {
        width: 30px; /* スマホ用に短く調整 */
    }
}




.content-section {
padding: 7% 7%;
}

@media (max-width: 768px) {
.content-section {
margin-bottom: 20px;
padding: 60px 20px;
}

	
}













.about-section {
  width: 100%;
  position: relative;
  background-image: url("../lpimage/lptopimage1.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
	background-color: #00a0c6;
  padding: 8% 5%;
  box-sizing: border-box;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); 
  z-index: 1;
}

.about-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 4% 6%;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
	
.about-alpha
	{
	text-align: center;
  color: #00a0c6;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
	}
.about-title {
	text-align: center;
  color: #00a0c6;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.about-title2 {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5em 1.5em;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
	text-align: center;
}

.about-text {
  font-size: 1rem;
  line-height: 2;
  color: #222;
  text-align: center;
}

.about-text strong {
	color: #D00;
	background-color: #FF0;
	font-size: 1.1em;
}

.about-text p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .about-section {
    padding: 10% 3%;
    background-attachment: scroll; 
	  background-image: none;
  background-size:auto;
	  background-position: top;
	  background-repeat: no-repeat;
  }
	
.about-section::before {
	background-color: #00a0c6;
}

  .about-inner {
    padding: 7% 4%;
  background-color: rgba(255, 255, 255, 1);
  }
  .about-title {
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
  }
  .about-text {
    font-size: 0.95rem;
    line-height: 1.9;
	  text-align: left;
  }
	
.about-title2 {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.5em 1.5em;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
	text-align: center;
}

}







.proof-title-wrapper {
  text-align: center; /* 見出し全体を中央寄せ */
  width: 100%;
  overflow: visible;
}

.proof-title {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #00a0c6;
  line-height: 1.4;
  margin: 15px auto 25px auto;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0 2.5em; /* スラッシュが切れないよう左右余白確保 */
}

/* スラッシュ装飾（左右） */
.proof-title::before,
.proof-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5em;
  height: 2px;
  background-color: #00a0c6;
  transform-origin: center;
}

.proof-title::before {
  left: 0;
  transform: rotate(60deg) translateY(-50%); /* ／ */
}

.proof-title::after {
  right: 0;
  transform: rotate(-60deg) translateY(-50%); /* ＼ */
}

.proof-alpha{
font-size: 20px;
text-align: center;
color: #00a0c6;
font-family: 'Josefin Sans', sans-serif;
}

.proof-title2
{
border-top: 1px dotted #00a0c6;
border-bottom: 1px dotted #00a0c6;
padding: 15px 0px;
font-size: 1.1em;
color: #00a0c6;
font-weight: 500;
text-align: center;
margin-bottom: 30px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .proof-title {
    font-size: 1.4rem;
    padding: 0 1.5em; /* スマホでもスラッシュが切れない */
  margin: 10px auto 20px auto;
  }
	
  .proof-title::before,
  .proof-title::after {
    width: 1em;
  }
	
.proof-title2
{
margin-top: 0px;
border-top: 1px dotted #00a0c6;
border-bottom: 1px dotted #00a0c6;
padding: 15px 0px;
font-size: 1.1em;
color: #00a0c6;
font-weight: 500;
text-align: center;
margin-bottom: 30px;
}
	
.proof-alpha{
font-size: 20px;
}

}








/* ===== 推薦カード（画像センター＆吹き出し完全再現） ===== */
.gridcontainer {
  width: 100%;
  box-sizing: border-box;
  padding: 3% 0%;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}

/* カード全体 */
.grid-item {
  width: 32%;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* 上部の肩書き帯 */
.grid-item .title-bar {
  background-color: #7ed1c3;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.8em 0;
  border-radius: 12px 12px 0 0;
  letter-spacing: 0.08em;
}

/* 写真部分 */
.grid-item .photo {
  background-color: #d9f2ef;
  padding: 1em 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-item .photo img {
  width: 70%;
  height: auto;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 0 0 3px #d9f2ef;
  object-fit: cover;
}

/* 名前部分 */
.grid-item .name {
  background-color: #d9f2ef;
  padding-bottom: 1.5em;
	font-weight: 700;
}
.grid-item .name p {
  font-size: 1.05rem;
  color: #033;
  line-height: 1.6;
  margin: 0;
}
.grid-item .name p span {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0.2em;
}

/* 吹き出し部分再現 */
.grid-item .comment {
  position: relative;
  color: #222;
  border: 2px solid #ccc;
  border-radius: 12px;
  margin: 1em auto 1.5em;
  padding: 0.5em;
  font-size: 1.1rem;
	color: #D00;
  line-height: 1.6;
  width: 85%;
  box-sizing: border-box;
	font-weight: bold;
}
.grid-item .comment::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
  filter: drop-shadow(0 -1px 0 #ccc);
}

/* ===== Responsive ===== */
@media screen and (max-width: 1024px) {
  .grid-item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .grid {
    gap: 4%;
  }
  .grid-item {
    width: 48%;
  }
  .grid-item .title-bar {
    font-size: 1rem;
  }
  .grid-item .comment {
    font-size: 0.9rem;
  }
	
.grid-item .photo {
  background-color: #d9f2ef;
  padding: 1em 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-item .photo img {
  width: 70%;
  height: auto;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 0 0 3px #d9f2ef;
  object-fit: cover;
}

	
.grid-item .name p {
  font-size: 14px;
  color: #033;
  line-height: 1.6;
  margin: 0;
}

}







.example span
	{
    color: #50a2c8;
		font-weight: 700;
	}





		
.trouble-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trouble-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 15px;
}

.trouble-list li img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}

.trouble-list .main {
  font-weight: bold;
  color: #50A2C8;
  margin: 0 0 5px 0;
	font-size: 20px;
}
.trouble-list .sub span {
  margin: 0 10px 0 0;
	color: #CCC;
	
    content: "menu";
    right: 50px;
    top: 12px;
    font-weight: 500;

}

@media (max-width: 768px) {

.trouble-list li img {
  width: 30px;
  height: auto;
  flex-shrink: 0;
}

.trouble-list .main {
  font-weight: bold;
  color: #50A2C8;
  margin: 0 0 5px 0;
	font-size: 17px;
}

}











.profile-container {
    display: flex;
    align-items:;/*画像の要素を真ん中にする*/
    margin: 0 auto;
}

/* 画像エリア */
.profile-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
}

/* テキストエリア */
.profile-content {
    flex: 1;
    padding-left: 40px;
}

/* 役職 */
.profile-role {
    font-size: 14px;
    color: #99a07b;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 名前 */
.profile-name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* ローマ字 */
.profile-name-roman {
    font-size: 16px;
    color: #777;
    font-weight: normal;
}

/* 資格エリア */
.profile-qualifications {
    margin-top: 20px;
}

/* 資格タイトル */
.qualifications-label {
    font-size: 16px;
    font-weight: bold;
    color: #99a07b;
    display: inline-block;
    margin-bottom: 8px;
}

/* 資格ボックス */
.qualifications-box {
    padding: 10px 15px;
    border: 2px solid #99a07b;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: fit-content;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .profile-container {
        flex-direction: column;
        text-align: center;
        padding: 20px;
		text-align: center !important;
    }
	
	.profile-image img {
        max-width: 250px;
		text-align: center;
		margin: 0 auto;
    }

    .profile-content {
        padding-left: 0;
        padding-top: 20px;
    }

    .qualifications-box {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}












.features-title2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #50a2c8;
}





.features-section {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 60px auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  box-sizing: border-box;
}

/* タイトル部分 */
.features-header {
  display: flex;
  align-items: center; /* 高さを中央揃え */
  gap: 15px;
  margin-bottom: 30px;
}

.features-number {
  font-size: 3rem;
  color: #50a2c8;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  display: flex;
  align-items: center; /* 数字自体も中央揃え */
}

.features-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #50a2c8;
  line-height: 1.4;
  display: flex;
  align-items: center; /* タイトルも縦位置調整 */
}

/* ===== コンテンツ（左右レイアウト） ===== */
.features-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.features-image {
  flex: 0 0 40%;
}

.features-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.features-text {
  flex: 1;
  line-height: 1.9;
  font-size: 1rem;
  color: #333;
}

/* ===== スマホ対応 ===== */
@media (max-width: 768px) {
  .features-section {
    padding: 30px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }

  .features-header {
    flex-direction: column;
    align-items: flex-start;
  gap: 0px;
    margin-bottom: 25px;
  }

  .features-number {
    font-size: 3rem;
  font-weight: 500;
  align-items: center; /* 数字自体も中央揃え */
	  margin: 0 auto;
  }
	
	

  .features-title {
    font-size: 1.3rem;
  }

  .features-content {
    flex-direction: column;
    gap: 25px;
  }

  .features-image {
    width: 100%;
  }

  .features-text {
    width: 100%;
    font-size: 0.95rem;
  }
}








.case-eyecatch {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0px auto 20px;
  width: 100%;
  max-width: 1200px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  flex-wrap: wrap;
}
.case-eyecatch .avatar {
  width: 300px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.case-eyecatch .avatar img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}
.case-eyecatch .text {
  flex: 1;
  min-width: 260px;
}
.case-eyecatch .label {
  display: inline-block;
  background-color: #00A0C6;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.case-eyecatch .title {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 3px;
  line-height: 1.6;
  margin-bottom: 8px;
	color: #00A0C6;
}
.case-eyecatch .subtext {
  font-size: 1rem;
  color: #555;
  margin-top: 5px;
  line-height: 1.6;
	font-weight: 700;
}
@media (max-width: 768px) {
  .case-eyecatch {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .case-eyecatch .avatar {
    width: 85%;
    max-width: 300px;
  }
  .case-eyecatch .text {
    width: 90%;
  }
  .case-eyecatch .title {
    font-size: 1.1rem;
  }
}

	


.case-table {
  width: 100%;
  margin: 0px auto;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
  color: #333;
	border: 1px solid #CCC;
	margin-bottom: 80px;
}
		
.case-table strong
{
font-weight: 700;	
}
.case-table th {
  background-color: #f0f6fa;
  color: #00A0C6;
  text-align: left;
  font-weight: 700;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
	width: 180px;
}
.case-table td {
  padding: 18px;
  line-height: 1.8;
  border-bottom: 1px solid #eee;
vertical-align: middle;
	box-sizing: border-box;
}
.case-table tr:last-child td {
  border-bottom: none;
}


/* ===============================
   スマホ対応
================================ */
@media (max-width: 768px) {
  .case-table th, .case-table td {
    display: block;
    width: 100%;
  }
  .case-table th {
    border-bottom: none;
    font-size: 1rem;
  }
	.case-table td {
  padding: 15px;
  line-height: 1.7;
  border-bottom: 1px solid #eee;
vertical-align: middle;
	box-sizing: border-box;
}

	
}









.philosophy-section {
  width: 100%;
  margin: 0 auto;
  padding: 0% 0% 0% 0%;
  box-sizing: border-box;
}


.philosophy-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.philosophy-left {
  width: 25%;
  min-width: 200px;
}

.philosophy-number {
  font-size: 25px;
  color: #00a0c6;
  font-weight: 600;
  margin-bottom: 0px;
}

.philosophy-image
	{
		width: 100%;
		margin: 0 auto;
	}
	
.philosophy-line
	{
	border-bottom: 1px solid #00a0c6;
	font-size: 1px;
margin: 15px 0px 30px 0px;
	}

.philosophy-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.philosophy-right {
  width: 70%;
  font-size: 15px;
  line-height: 1.9;
  color: #555;
}

.philosophy-right span
	{
    color: #50a2c8;
		font-weight: 700;
	}

/* ---------- SP ---------- */
@media screen and (max-width: 767px) {
  .philosophy-item {
    flex-direction: column;
	  margin-bottom: 40px;
  }
  .philosophy-left, .philosophy-right {
    width: 100%;
  }
.philosophy-image
	{
		width: 50%;
		margin: 0 auto;
	}

  .philosophy-left {
    margin-bottom: 1rem;
  }
  .philosophy-title {
    font-size: 18px;
  }
  .philosophy-right {
    font-size: 14px;
    line-height: 1.8;
  }
}









.flow-item {
    display: flex;
    align-items: center;
    padding: 0px;
    margin-bottom: 80px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 80px;
}

/* 画像エリア */
.flow-image {
    position: relative; /*  スマホ時のテキストボックス配置に必要 */
}
.flow-image img {
    width: 100%;
    max-width: 350px;
    border-radius: 20px;
    display: block;
}

/* テキストエリア */
.flow-content {
    flex: 1;
    padding-left: 40px;
}

/* 番号＆見出し */
.flow-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* 番号 */
.flow-number {
    font-size: 50px;
    color: #50a2c8;
    margin-right: 15px;
    font-family: 'Josefin Sans', sans-serif;
}

.flow-title {
    font-size: 1.4em;
    font-weight: 500;
    color: #50a2c8;
}

.flow-text {
    line-height: 1.9;
}

/* Pointボックス */
.point-box {
    position: relative;
    border: 1px solid #50a2c8;
    border-radius: 10px;
    padding: 15px;
    display: inline-block;
    width: fit-content;
    line-height: 1.6;
    margin-top: 40px;
    padding-top: 20px;
    color: #50a2c8;
}

/* Pointタイトル */
.point-label {
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: #FFF;
    color: #50a2c8;
    font-weight: bold;
    padding: 0 10px;
    font-size: 20px;
}

/* Pointテキスト */
.point-text {
    margin: 0;
}
	
.flow-label-overlay {
  display: none; /*  PCでは非表示 */
}

	
	
@media (max-width: 768px) {
	
    .flow-item {
        flex-direction: column;
        padding: 0px;
        position: relative;
    border-bottom:none;
    margin-bottom: 80px;
    }

    .flow-content {
        padding-left: 0;
        padding-top: 15px;
    }

    .flow-image img {
        max-width: 100%;
    }

    /*  スマホ時：画像左下に白ボックスを被せる */
    .flow-header {
        display: none; /* スマホでは上のテキストを隠す */
    }

    .flow-label-overlay {
display: flex; /* ← スマホ時だけ表示 */
		position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: rgba(255, 255, 255,1);
        color: #50a2c8;
        border-radius:0px 6px 0px 6px;
        padding: 6px 12px;
        font-weight: 600;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .flow-label-overlay .num {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 2rem;
        font-weight: 700;
    }
	
.point-box {
    margin-top: 25px;
    padding-top: 25px;
}

	
}












.price-section {
  width: 100%;
  margin: 0px auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 1rem;
  box-sizing: border-box;
	border: 5px solid #EEE;
	padding: 30px;
	background-color: #FFF;
	
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.price-table tr {
  border-bottom: 1px solid #ddd;
}
.price-table td {
  padding: 18px 10px;
  vertical-align: middle;
}
.price-table td:first-child {
  font-weight: 500;
}
.price-table td:last-child {
  text-align: right;
  font-weight: 700;
}

/* 注釈 */
.price-note {
  font-size: 0.9rem;
  color: #555;
  margin-top: 10px;
  line-height: 1.7;
}

/* 見出し */
.price-heading {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0px 0 0px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #222;
}
.price-heading::before {
  content: "●";
  color: #00a0c6;
  font-size: 0.9rem;
}

/* スマホ対応 */
@media (max-width: 768px) {
	
.price-section {
	padding: 20px;
	
}
.price-heading {
  margin: 0px 0 0px;
	margin-bottom: 15px;
	}
	
  .price-table td {
    display: block;
    width: 100%;
    text-align: left;
  padding: 5px 0px;
  vertical-align: middle;
 }
	.ptsp
	{
		margin-top: 20px;
	}

	
  .price-table td:last-child {
    text-align: left;
    margin-top: 5px;
  }
}








.comparison-table-container {
    width: 100%;
    margin: 20px 0;
	box-sizing: border-box;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
	box-sizing: border-box;
}

.comparison-table th, .comparison-table td {
    text-align: left;
    padding: 20px;
    border: 5px solid #FFF;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
	
.comparison-table td:first-child {
font-weight: 500;
		color: #00a0c6;
	}

/* ヘッダー */
.comparison-table thead {
    background-color: #f4f4f4;
    font-weight: 500;
	color: #00a0c6;
}

/* 自院の列を強調（背景と太枠） */
.comparison-table .highlight-border {
    background-color: #e0f2ff;
    font-weight: bold;
}
	
	

	
@media (max-width: 768px) {
    .comparison-table-container {
        width: 100%;
    	box-sizing: border-box;
}

    .comparison-table thead {
        display: none; /* PC時のヘッダーを非表示 */
	box-sizing: border-box;
    }

    .comparison-table, .comparison-table tbody, .comparison-table tr, .comparison-table td {
        display: block;
        width: 100%;
	box-sizing: border-box;
    }

    .comparison-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        background: #f8f9fa;
        width: 100%;
	box-sizing: border-box;
    }

    .comparison-table td {
        text-align: left;
        padding: 10px;
        position: relative;
        border: none;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
	box-sizing: border-box;
		background-color: inherit;
		font-size: 13px;
    }
	
	
	
    .comparison-table td:last-child {
border-bottom: none;
	}
	
	    .comparison-table td:first-child {
border: none;
	}
	
    .comparison-table td:first-child strong {
display: none;
	}
	


    /* 項目のラベルを追加 */
    .comparison-table td::before {
        content: attr(data-label);
        color: #555;
        flex-shrink: 0;
        min-width: 40%;
        display: inline-block;
	box-sizing: border-box;
		font-size: 15px;
    }

    .comparison-table td:first-child::before {
        content: attr(data-label);
        color: #50a2c8;
		font-size: 17px;
    }

    /* 自院の枠線を強調 */
    .comparison-table .highlight-border {
        background-color: #e0f2ff;
        font-weight: bold;
        border: 3px solid #50a2c8;
        padding: 10px;
        border-radius: 10px;
        width: 100%;
	box-sizing: border-box;
    }

}
	




.price-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f8fc;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  box-sizing: border-box;
	border: 5px solid #00a0c6;
}

.price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 90%;
}

.price-label {
  background-color: #0066cc;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  white-space: nowrap;
}

.price-text {
  font-size: 22px;
  color: #222;
  text-align: center;
}

.price-text strong {
  color: #0066cc;
  font-size: 30px;
  font-weight: 700;
}

.price-text small {
  font-size: 13px;
  color: #555;
}

@media screen and (max-width: 767px) {
  .price-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .price-text {
    font-size: 18px;
  }
  .price-text strong {
    font-size: 26px;
  }
  .price-text small {
    font-size: 11px;
  }
}







/* Googleマップをレスポンシブ対応（PC・スマホ共に横幅100%） */
.map-container {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 56.25%; /* 16:9の比率を維持 */
    position: relative;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
	
/* アクセス情報のスタイル */
.access-info {
    width: 100%;
    margin: 20px auto 0px auto;
    padding: 10px;
    font-size: 16px;
}

/* 各項目のデザイン */
.access-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.access-item strong
	{
		font-weight: 500;
		color: #7db7c8;
	}
	
	.access-item strong::after
	{
  content: ' | ';
	}
	
	
/* アイコンのデザイン（画像に近づける） */
.location-icon {
    font-size: 18px;  /* アイコンサイズ */
    color: #7db7c8;   /* 水色のカラー */
    border: 2px solid #7db7c8; /* 外枠をつける */
    border-radius: 50%; /* 丸いデザイン */
    padding: 0px; /* アイコン内の余白 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px; /* 外枠のサイズ */
    height: 35px;
    flex-shrink: 0;
}

/* テキストの調整 */
.access-item p {
    margin: 0;
    padding-left: 15px;
}






.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.voice-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease;
}

.voice-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9比率 */
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.voice-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.voice-content {
  padding: 25px;
}

.voice-tag {
  display: inline-block;
  background-color: #69a3c6;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.voice-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.6;
	color: #69a3c6;
}

.voice-info {
  font-size: 0.95rem;
  font-weight: 700;
  color: #444;
}

@media (max-width: 768px) {
	
  .voice-grid {
    grid-template-columns: 1fr 1fr; /* 2カラム */
	grid-template-columns: 1fr; /* 1カラム */
    gap: 20px;
  }

  .voice-card {
    border-radius: 8px;
  }

  .voice-content {
    padding: 15px;
  }

  .voice-title {
    font-size: 1rem;
  }

  .voice-info {
    font-size: 0.9rem;
  }
}







.voice-card1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f8f8f8; /* ✅ 薄いグレー背景 */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  padding: 1.2em;
  box-sizing: border-box;
  width: 100%;
  gap: 1.5em;
  flex-wrap: wrap;
}

.voice-card1 img {
  width: 120px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.voice-content1 {
  flex: 1;
  min-width: 240px;
}

.voice-title1 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #00a0c6; 
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.voice-meta1 {
  font-size: 1rem;
  color: #222;
  font-weight: 500;
  margin-bottom: 0.4em;
}

.voice-note1 {
  font-size: 11px; /*  小さく */
  color: #999;       /*  より薄く */
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .voice-card1 {
    display: grid;
    grid-template-columns: 25% 1fr; /*  スマホでも2カラム */
    align-items: center;
    gap: 1em;
    padding: 1em;
  }

  .voice-card1 img {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 8px;
  }

  .voice-content1 {
    min-width: 0;
  }

  .voice-title1 {
    font-size: 1.05rem;
    line-height: 1.5;
    margin-bottom: 0.4em;
  }

  .voice-meta1 {
    font-size: 0.9rem;
    margin-bottom: 0.3em;
  }

  .voice-note1 {
    font-size: 0.65rem;
    color: #bbb;
  }
}










/* コンテナ全体のスタイル */
.read-more-container {
    margin: 10px 0;
}

/* 「続きを読む」のボタン風デザイン */
.read-more-btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 150px;
    text-decoration: none;
    border: none;
    transition: background-color 0.3s;
}

/* ホバー時のデザイン */
.read-more-btn:hover {
    background-color: #0056b3;
}

/* `summary` タグのデフォルトスタイルをリセット */
.read-more-btn::-webkit-details-marker {
    display: none;
}

.read-more-btn::marker {
    display: none;
}

/* 読み込み後のテキストのスタイル */
.text-full {
    margin-top: 10px;
    padding: 10px;
    background-color: #EEE;
    border-radius: 5px;
    display: block;
}






/* 全体のスタイル */
.read-more-container2 {
    display: inline-block; /* 要素の長さに応じる */
}

/* サマリー部分のスタイル（プレーンなテキスト） */
.read-more-btn2 {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    list-style: none; /* デフォルトの矢印を非表示 */
    color: inherit;
}

/* 矢印のデザイン */
.read-more-btn2 .arrow {
    font-size: 16px;
    margin-right: 5px;
    transition: transform 0.3s;
}

/* 開いたときの矢印の向き */
.read-more-container2[open] .arrow {
    transform: rotate(90deg);
}

/* "折りたたむ" に変える */
.read-more-container2[open] .text::before {
    content: "折りたたむ";
}
.read-more-container2[open] .text {
    visibility: hidden;
}
.read-more-container2[open] .text::before {
    visibility: visible;
}
	
