@charset "UTF-8";
/*ヘッダー*/
.header-logo .logo {
    max-height: 90px;
}
.header-logo {
    padding: 0;
}
.bordered .header-menu > .menu-item {
    border-right: 1px solid #080466 !important;
}
.global-nav {
    margin-bottom: 15px;
}
.global-nav .menu-item:hover a{
    color: #080466;
}
.global-nav .menu-item-page a::after, .global-nav .menu-item-category a::after,.menu-item.menu-item-blog.menu-item-blog-0 a::after {
    position: absolute;
    bottom: 3px;
    font-size: 12px;
    height: 1em;
    color: #080466;
    left: 50%;
    transform: translateX(-50%);
    content: attr(data-slugname) "" !important;
    opacity: 1;
    border-right: none;
}
.global-nav .menu-item a {
    padding: 10px 10px 18px;
    position: relative;
}
.header-menu > .menu-item {
    border-bottom: 3px solid #fff;
}
.header-menu > .menu-item:hover {
    color: #ffffff;
    background-color: #fff;
    border-bottom: 3px solid #fff;
    transition: 0.2s;
}
/*  レイアウト調整用ページ*/
.body-archive .is-main .content-body, .body-error404 .is-main .content-body, .body-page .is-main .content-body, .body-single .is-main .content-body {
    background-color: 
    transparent;
}

/*サイドバー*/
.side{
    font-size: 15px;
}
.side .textwidget p.side-title {
    border-top: 3px solid maroon;
    border-bottom: none;
    font-size: 17px;
    margin-bottom: 0;
	  height: initial;
}
.widget_text{
	  margin-bottom:40px;
}
.clinic_info {
    border-top: 1px solid #dcdcdc;
    margin-top: 5px;
    padding-top: 5px;
}
.side_subtitle{
    color: #000033;
    font-weight: bold;
}
.side_text {
    padding-left: 15px;
}
.side_text2{
    padding-top: 15px;
    display: block;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
}


/*見出し*/
.headline-h2 {
    position: relative;
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: initial;
	  margin: 40px 0 20px 0;
}
.headline-h2::before {
    position: absolute;
    border-bottom: 4px solid 
    #009fff;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 80px;
    transform: translateX(-50%);
}
.headline-h3.hl-backclr{
    margin: 20px 0;
	  padding-left: 0;
	  font-size: 22px;
}
.headline-h4 {
    font-size: 19px;
}


/*お問い合わせフォーム*/
.contact-form-table .field span.wpcf7-list-item{
    display: block;
}


@media(max-width:688px){
	
	/*サイドバー*/
	.side img {
    width: initial;
  }
	
}