#masthead .hgroup h1, #masthead.masthead-logo-in-menu .logo > h1 {
    font-size: 22px;
    letter-spacing: 0.2em;
}

table{
  width: 100%;
  border-spacing: 0;
}

table td{
  border-bottom: solid 2px #effff7;
	border-top: solid 2px #effff7;
  text-align: left;
  padding: 10px 0;
}

table th{
  border-bottom: solid 2px #ffccd6;
	border-top: solid 2px #ffccd6;
  padding: 10px 0;
}

 /*@media screen and (max-width:768px) { 
   　画面サイズが768pxからはここを読み込む　
	table{
  width: 100%;
  border-spacing: 0;
}
	table th{
  width: 35%;
		}
}
@media screen and (min-width:1024px) { 
	.entry-content table{
  width: 90%;
}
	.entry-content > *:first-child {
  width: 90%;
}
}*/

/*各ページの見出し*/
h5 {
  position: relative;
  padding: 0.5em;
  background: #bee0c2;
  color: white;
}

h5::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.entry-content h5 {
    margin: 1.5em 0;
}

/*トップページフォント*/
.widget_headline-widget h3 {
    font-size: 20px;
  }

.widget_headline-widget h1 {
     font-weight: 600;
}

/*小見出し*/
h6 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 2px #19448e;
}
/*林田コンタクト注意事項*/
ul, ol {
    margin: 0.5em 0 0.5em 0;
}
/*TOPアイコン詳細の色*/
.widget_circleicon-widget .circle-icon-box a.more-button {
    color: #1e90ff;
    font-size:15px;
}
/*TOPカレンダー*/
.panel-widget-style {
    color: #1e73be;
    padding: 0 150px;
}
@media screen and (max-width:639px) {
		.panel-widget-style {
    padding: 0;
}
}

h3.top__ttl {
    border-bottom: solid 2px #cce4ff;
    position: relative;
    font-size: 1.1em;
		margin-top: 30px;
}

h3.top__ttl:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #5472cd;
    bottom: -2px;
    width: 25%;
}

ul.top__list {
    font-size: 0.9em;
    line-height: 2;
}

.top__lead {
    font-size: 1.2em;
    padding: 80px 0 10px;
}

p.top__txt {
    font-size: 0.9em;
}

@media screen and (max-width:480px) {		
    .top__lead {
        font-size: 1.1em;
        padding: 30px 0 0;
				text-align: center;
    }
h3.top__ttl {
    font-size: 1.0em;
    margin-top: 30px;
}
}

@media screen and (min-width: 480px){
.spin {
    display: none;
}
}

/*202604かかりつけ医機能について*/
.medical-box {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

/* タイトル */
.main-title {
  font-size: 20px;
  margin-bottom: 20px;
}

/* セクション見出し */


/* テーブル */
.medical-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.medical-table th,
.medical-table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.medical-table th {
  background: #f5f5f5;
  text-align: left;
  width: 60%;
}

.medical-table .right {
  text-align: right;
}

/* ←★ここが今回のポイント（横並び） */
.choice {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* 丸デザイン */
.maru {
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #999;
  border-radius: 999px;
}

.maru.active {
  border: 2px solid #000;
  font-weight: bold;
}

/* テキスト余白 */
.indent {
  padding-left: 40px;
}

/* リスト */
.disease-list {
  padding-left: 20px;
}

.disease-list li {
  margin-bottom: 5px;
}

/* ===== スマホ対応 ===== */
@media screen and (max-width: 768px) {

  /* テーブルを縦レイアウトに変換 */
  .medical-table,
  .medical-table tbody,
  .medical-table tr,
  .medical-table th,
  .medical-table td {
    display: block;
    width: 100%;
  }

  .medical-table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }

  .medical-table th {
    background: #f5f5f5;
    font-weight: bold;
		width: 93%;
  }

  .medical-table td {
    border: none;
    border-top: 1px solid #eee;
  }

  /* 人数を見やすく */
  .medical-table .right {
    text-align: left;
    font-weight: bold;
  }

  /* 有無ボタン中央寄せ */
  .choice {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
		
div#panel-1364-3-0-2 h3.widget-title {
    font-size: 1.2em;
}
}