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