


.header
{
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 20px 0px;
}

.header .logo{
width: 500px; 
}
.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: 90%; 
margin: 0 auto;
}
.header .headl{
float: none;
}


}

	








.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;
}

}










/* 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;
}











.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: #EEFDFF;
    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;
}

	
}










.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: #00a0c6;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.voice-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.5;
	color: #00a0c6;
}

.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: 30px;
  }

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

  .voice-content {
    padding:15px 25px;
  }

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

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









.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;
}
		
.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: 15px;
  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: 12px;
  line-height: 1.6;
		font-size: 15px;
  border-bottom: 1px solid #eee;
vertical-align: middle;
	box-sizing: border-box;
}

	
}


















.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.2rem;
  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: #fff2e2;
  padding: 1.5rem 20px;
  border-radius: 8px;
  box-sizing: border-box;
	border: 5px solid #FF5C00;
}

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

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

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

.price-text strong {
  color: #ff8a00;
  font-size: 32px;
  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: 16px;
  }
  .price-text strong {
    font-size: 40px;
  }
  .price-text small {
    font-size: 11px;
  }
}












/* ===== 推薦カード（画像センター＆吹き出し完全再現） ===== */
.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;
}

}












.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;
}

}










.profile-container {
    display: flex;
    align-items:center;
    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: 1rem;
    color: #00a0c6;
    font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.profile-name {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
	text-align: center;
}


.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: 300px;
		text-align: center;
		margin: 0 auto;
    }

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

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








		
.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;
}

}






