/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 14 2022 | 05:29:34 */
.inner h3
{
  font-size:180%!important;
margin:16px 3px!important;
border-left:#000!important; 
}

h3 {
    font-size:130%!important;
margin:16px 3px!important;
color: #0693e3!important; 
font-weight: bold;
border-left: thick solid #0693e3;
padding-left: 15px; 
vertical-align : -10px!important; 
}

h4 {
margin:10px 2px!important;
color: #4590e0!important; 
font-weight: bold;
border-bottom: dashed 1px #aaaaaa;
}

h6 {
  font-size:130%!important;
  font-weight: bold;
  margin: 3rem 0rem 3rem 0rem ;
  padding: 1rem 2rem;
  border-top: 3px solid #008dff;
  background: #f4f4f4;
}

/* お知らせ文字修正 */
.osirase{
padding-bottom:0px;
font-size:100%!important;
}

.list-direction-column h3 {
font-size:100%!important;
margin:0px 0px!important;
color: #313131!important;
font-weight: normal!important;
border-left:#ffffff!important;
padding-left: 12px!important;
vertical-align : 0px!important;
display: inline;
}

.es_new_block_item{
background-color:#ffffff;
}

/* h2太く・色変更 */
h2{
font-weight: bold;
color:#525252!important;
}

/* ヘッダー電話番号色変更 */
.header_phone{
color: #419be4!important;
}

/* 画像に影をつける */
.shadow {margin-top:5px; /* 画像の上の余白*/ 
display: inline-block; box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */}