<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: svma
Author: 荳画惠
Version: 1.0
*/

@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* commmon
---------------------------------------------------------------------------*/
html,body{
	min-width: 1040px;
	margin-top: 0;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.6em;
	background-color: white;
}
#top {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
img {
	border: none;
	vertical-align: bottom;
}
.left{
	float:left;
	margin-right:5px;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
i{
	margin-right: 0.4em;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	padding: 1rem 0;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}
h2::after{
	content: "";
	width: 3rem;
	border-bottom: 1px solid black;
	display: block;
	margin: 0 auto;
	margin-top: 2.5rem;
}
h3{
	font-size: 100%;
}
h4{
	margin-bottom: 1rem;
	font-size: 125%;
	font-weight: bold;
	border-bottom: 2px dotted #228b22;
	padding-bottom: 1rem;
	color: #228b22;
}
dl p + h4{
	margin-top: 2rem;
}
h5{
	background-color: #eee;
	padding: 0.5rem;
	font-size: 100%;
	margin-bottom: 1rem;
}
dl p + h5{
	margin-top: 2rem;
}
sup{
	font-size:0.6rem;
}
.center{
	text-align: center;
}
.only-sp{
	display: none !important;;
}
.only-pc{
	display: block !important;;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
/* link
---------------------------------------------------------------------------*/



/*container
---------------------------------------------------------------------------*/
#container {
	position: relative;
	top: 120px;
}



/* header
---------------------------------------------------------------------------*/
#header {
	width: 1024px;
	position: relative;
	margin:0 auto;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#header_wrap {
	height: 120px;
	width:100%;
	position: fixed; 
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: white;
	background: rgba(255,255,255,0.9);
	border-bottom: 6px solid green;
}
#header_wrap #description {
	background-color: #228b22;
}
#header_wrap #description p {
	font-size: 0.6rem;
	width: 1024px;
	margin:0 auto;
	color: white;
}
#header #logo {
	float:left;
	position: relative;
	top: 10px;
}
#header #logo h1 img{
	width: 320px;
}
#header #contact {
	float: right;
	width: 400px;
	text-align: right;
	position: relative;
	top: 16px;
	line-height: 1rem;
	margin-right: 1rem;
	font-size: 0.7em;
	text-align: center;
	line-height: 1rem;
	right: 300px;
}
#header #contact #phone{
	float: right;
}
#header #contact #phone .number{
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	padding: 0.3rem 0;
}
#header #contact #phone .number i{
	color: #228b22;
}
#header #contact #phone .notice{
	font-size: 0.8em;
}



/* navi
---------------------------------------------------------------------------*/
#header #navi {
	clear: both;
	position: relative;
	top: 24px;
}
#header #navi p{
	margin-bottom: 4px;
}
#header #navi p a{
}
#header #navi p i{
	margin-right: 10px;
}
#header #navi ul#index{
	text-align: left;
	width: 100%;
}
#header #navi ul#index li{
	font-size: 0.86em;
	display:inline-block; 
	border-right: 1px dotted black;
	width: 16.1%;
	text-align: center;
	font-weight:bold;
	letter-spacing: 0.15rem;
}
#header #navi ul#index li:first-child {
	border-left: 1px dotted black;
}
#header #navi li a{
	display:block;
	color: #2A2A2A;
	text-decoration: none;
}
#header #navi li a:hover{
}
#header #navi li a span{
	font-size: 50%;
	display: block;
	line-height: 1.2;
	color: #228b22;
	padding-bottom: 5px;
}
#header #navi li a i{
	color: #228b22;
	font-size:80%;
}
#header #sub-navi{
	position: absolute;
	top: 20px;
	right: 0px;
	text-align:right;
}
#header #sub-navi li{
	float: left;
	margin: 0 0.7rem;
	font-size: 0.8rem;
	background-color: #228b22;
}
#header #sub-navi li a{
	padding: 0.5rem;
	text-decoration: none;
	color: white;
	padding: 5px 15px;
	display: block;
}
#header #sub-navi li a:hover{
	background-color: #31cc31;
}
#header #sub-navi li i{
	color: white;
}
@media only screen and (max-width:767px){

	#header #navi ul#index li{
		text-align: left;
	}
	#header #navi ul#index li ul{
		position: relative;
		width: 100%;
		padding-top: 0;
		display: block !important;
	}
}



/* toppage
---------------------------------------------------------------------------*/
#slider{
	position: relative;
	top: 120px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

#icatch{
	position: absolute;
	top: 200px;
	left: 0;
	text-align: center;
	margin: auto;
	bottom: 0;
	right: 0;
}
#icatch p{
	text-shadow: 1px 1px 1px black;
	color: white;
	font-size: 2rem;
	line-height: 3rem;
	display: inline-block;
	text-align: center;
	font-style: oblique;
}



/*main
---------------------------------------------------------------------------*/
#main {
	padding-bottom: 30px;
	width: 100%;
	font-size: 0.95rem;
}
.subpage .pagename h2 {
	padding: 40px 0;
	background: url(images/subcatch.jpg) no-repeat center center;
	background-size: cover;
	letter-spacing: 0.5rem;	
	font-size: 1.2rem;
	color: #228b22;
}
.subpage .pagename h2::after{
	content: "";
	border: none;
	margin: 0;
}



/* section
---------------------------------------------------------------------------*/
section{
	width:100%;
	clear: both;
	padding: 1.5rem 0;
}
section p+section{
	margin-top: 20px;
}
section .section-inner{
	clear: both;
	width: 1024px;
	margin:0 auto;
}



/* TOP隱ｿ謨ｴ
---------------------------------------------------------------------------*/
.toppage h3 i{
	color: #228b22;
}

/* about */
.toppage section#about p{
	text-align: center;
	margin-bottom: 3rem;
}
.toppage section#about .about-box{
	width: 100%;
	float: left;
	margin-bottom: 3rem;
}
.toppage section#about .about-image{
	float: left;
	width: 40%;
}
.toppage section#about .about-image img{
	width: 100%;
}
.toppage section#about .about-text{
	float: left;
	width: 60%;
	text-align: left;
	padding-left: 4rem;
	padding-top: 40px;
	box-sizing: border-box;
}

/* about */
.about .signature{
	text-align: right;
}

/* service */
.toppage section#service{
	background-color: #f5f5f5;
}
.toppage section#service h3{
	font-size: 130%;
	margin-bottom: 1.5rem;
	color: #228b22;
}
.toppage section#service .service-wide-box img{
	float: left;
	margin-right: 3rem;
	margin-bottom: 1rem;
	width: 140px;
}
.toppage section#service .service-wide-box{
	background-color: white;
	padding: 2rem;
	margin-bottom: 3rem;
	box-sizing: border-box;
	border: 3px solid  #228b22;
	text-align: left;
}
.toppage section#service .service-wide-box h3{
}
.toppage section#service .service-wide-box p + ul{
	margin-top: 1rem;
}
.toppage section#service #others{
	float: left;
	margin-bottom: 2rem;
	width: 100%;
}
.toppage section#service #others div{
	width: 48%;
	margin-right: 4%;
	background-color: white;
	padding: 2rem;
	float: left;
	box-sizing: border-box;
	border: 3px solid  #228b22;
	margin-bottom: 3rem;
}
.toppage section#service #others div:nth-child(even){
	margin-right: 0;
}
.toppage section#service #others {
	text-align: center;
}
.toppage section#service #others p img{
	width: 110px;
	float: left;
	margin-right: 2rem;
}
.toppage section#service #others div:nth-child(1){
	text-align: left;
}
.toppage section#service #others #microchip img{
	margin-bottom: 2rem;
}
.toppage section#service #others #nurse img{
	margin-bottom: 3rem;
}
.toppage section#service #others .text{
	text-align: left;
}



/* news */
dl.news-index{
	margin-bottom: 3rem;
}
dl.news-index dt{
	float: left;
	padding: 0.5rem;
}
dl.news-index dd{
	border-bottom: 1px dotted #ccc;
	padding: 0.5rem;
	padding-left: 140px;
}
.toppage section#news h3{
	padding: 1rem 0;
	text-align: left;
	font-size: 1.1rem;
	border-bottom: 1px solid #228b22;
	margin-bottom: 1rem;
}
.news .date{
	text-align: right;
	font-size: 0.8rem;
}


/* 荳句ｱ､繝壹�繧ｸ繝｡繧､繝ｳ逕ｻ蜒�
---------------------------------------------------------------------------*/
div.pagename h2 img{
	width: 30px;
	vertical-align: text-bottom;
	margin-right: 1rem;
}



/* 荳句ｱ､繝壹�繧ｸ蜈ｱ騾�
---------------------------------------------------------------------------*/
#main div.pagename{
	background-color: #F1F1F1;
}

dl.list{
	margin-bottom: 5rem;
}
dl.list &gt; dt{
	border: 2px solid #228b22;
	padding: 1rem 0;
	margin: 1rem 0 2rem 0;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	color: #228b22;
}
dl.list &gt; dd{
	margin-bottom: 3rem;
	padding: 1rem;
}
dl.list &gt; dd p{
	margin-bottom: 1rem;
}

section table{
	border-collapse:collapse;
	border-spacing:0px;
	width: 100%;
}
section table th, section table td{
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
section table tr:nth-child(1) th,  section table tr:nth-child(1) td{
	border-top: 1px solid #ccc;
}
section table th{
	text-align: left;
	font-weight: normal;
}
section table.stripe tr:nth-child(odd) {
	background-color: #F5F5F5;
}
section table.index th {
	background-color: #F5F5F5;
}
section table.business ul{
	width: 100%;
	float: left;
}
section table.business ul li{
	float: left;
	width: 40%;
}
section ul.maker{
	width: 100%;
	float: left;
	margin-top: 1rem;
}
section ul.maker li{
	width: 15%;
	float: left;
	margin: 0.3rem;
}
.linkbtn{
	border: 1px solid #002574;
	padding: 0.2rem 1rem;
	text-decoration: none;
	display: inline-block;
}
.linkbtn:hover{
	background-color: #002574;
	color: white;
}
.box-frame{
	float:left;
	width:100%;
	margin-bottom:3rem;
	padding-bottom:3rem;
	margin-top: 1rem;
}
.box-frame .box-photo{
	float:left;
	width:30%;
}
.box-frame .box-text{
	float:right;
	width:70%;
	padding-left: 5%;
	box-sizing: border-box;
}
ul.box li:last-child .box-frame{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.small{
	font-size:80%;
}


/* 隱ｿ謨ｴ逕ｨ
---------------------------------------------------------------------------*/
/* TOP繝壹�繧ｸ-繧ｳ繝ｳ繝�Φ繝ИNDEX */
ul.page-index{
	width: 100%;
	float:left;
	margin: 2rem 0;
}
ul.page-index li{
	width: 32%;
	float:left;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 1rem;
}
ul.page-index li a img{
	margin-bottom: 0.5rem;
}
ul.page-index li:last-child{
	margin-right: 0;
}
ul.page-index li a{
	border: 1px solid #ccc;
	display: block;
	padding: 1rem;
}

/* service */
table.border{
	background-color: #ccc;
	border-spacing: 1px;
	border-collapse: separate;
}
table.border th{
	background-color: #eee;
}
table.border td:nth-child(2){
}
table.border td{
	text-align: left;
	background-color: white;
}

table#disclosure th:nth-child(2){
	width: 20%;
	text-align:center;
}
table#disclosure td:nth-child(2){
	text-align:center;

}

/* clinic */
table.clinic-list{
	margin-bottom: 50px;
}
table.clinic-list th{
	background-color: #eee;
}
table.clinic-list th, table.clinic-list td{
	font-size: 90%;
}
table.clinic-list th:nth-child(1){
	width: 12%;
}
table.clinic-list th:nth-child(2){
	width: 30%;
}
table.clinic-list th:nth-child(3){
	width: 10%;
}
table.clinic-list th:nth-child(4){
	width: 35%;
}
.search-index{
	float: left;
	width: 100%;
}
.search-index{
	margin-left: 1%;
}
.search-index li{
	text-align: center;
	float: left;
	width: 18%;
	margin-right: 2%;
	box-sizing: border-box;
	margin-bottom: 2rem;
}
.search-index li:last-child{
	margin-right: 0;
}
.search-index li a{
	color: white;
	text-decoration: none;
	display: block;
	background-color: #259925;
	padding: 0.5rem;
}
.search-index li a:hover{
	background-color: #31cc31;

}
img.icon{
	width: 40px;
}
dl.list dd p.icon-explanation{
	margin-bottom: 2rem;
	border: 3px dotted #ccc;
	padding: 1rem;
	clear:both;
}

/* link */
.link ul li{
	padding: 0.5rem 0;
}

/* member */
.memberpage-index{
	float: left;
	width: 100%;
	margin-bottom: 2rem;
	border-bottom: 2px solid black;
}
.memberpage-index li{
	float: left;
	width: 22%;
	margin-right: 3%;
	background-color: white;
	box-sizing: border-box;
	text-align: center;
}
.memberpage-index li:nth-child(4n){
	margin-right: 0;
}
.memberpage-index li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
}
.memberpage-index li a:hover{
	background-color: #eee;
}
@media only screen and (max-width:767px){
	.memberpage-index{
		border-bottom: 0;
	}
	.memberpage-index li{
		width: 100%;
		margin-right: 0;
		text-align: left;
	}
	.memberpage-index li a{
		padding: 0.2rem;
	}
}
#member-news-guide{
	margin-top: 2rem;
}

ol.indent{
	margin-bottom: 2rem;
	margin-left: 1rem;
}

table.border.seminar-index tr.closed td{
	background-color: #eee;
}

#rabies-vaccination ul,
#rabies-vaccination ol{
	margin: 2rem 1rem;
	padding: 0;
}
#rabies-vaccination ul li{
	list-style-type: disc;
}
#rabies-vaccination li strong{
	color: red;
	text-decoration: underline;
}
#rabies-vaccination li span{
	font-size: 90%;
}
#rabies-vaccination ol ul{
	margin-top: 0;
}

#rabies-vaccination ul.rabies-vaccination-pdf{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}
#rabies-vaccination ul.rabies-vaccination-pdf li{
	list-style: none;
	float: left;
	width: 22%;
	margin-right: 4%;
}
#rabies-vaccination ul.rabies-vaccination-pdf li:last-child{
	margin-right: 0;
}
#rabies-vaccination ul.rabies-vaccination-pdf li img{
	width: 100%;
	height: auto;
}

#main.conference .formtable th{
	background-color: #eee;
	text-align: right;
	font-size: 13px;
}
#main.conference .formtable th,
#main.conference .formtable td{
	padding: 15px;
}
#main.conference .sbt{
	text-align: center;
	margin: 20px 0;
}
#main.conference .sbt input{
	padding: 2px 30px;
}
#main.fundraising .poster{
	text-align: center;
	margin-bottom: 60px;
}
#main.fundraising .poster img{
	width: 80%;
}


/* banner
---------------------------------------------------------------------------*/
#banner{
	margin-top: 10rem;
	clear: both;
	border-top: 2px solid #ddd;
	text-align: center;
}
#banner-inner {
	width: 1024px;
	margin:0 auto;
	padding: 2rem 0;
}
#banner p{
	text-align: center;
	font-weight:bold;
}
#banner #banner-list{
	padding-top: 1rem;
	position: relative;
	overflow: hidden;
}
#banner ul{
	position: relative;
	left: 50%; 
	float: left;
}
#banner ul li{
	float: left;
	position: relative;
	left: -50%;
	margin-right: 1rem;
}
#banner ul li img{
	height: 54px;
}

/* footer
---------------------------------------------------------------------------*/
#footer {
	width:100%;
	clear: both;
	text-align: left;
	line-height:1.5em;
	font-size:0.85em;
	background-color: #eee;
}
#footer-inner {
	width: 1024px;
	margin:0 auto;
}
#footer-box {
	width: 100%;
	float: left;
	padding: 3rem 0;
}
#footer-company{
	float:left;
	width: 30%;
	border-right: 1px solid #ccc;
	clear:both;
	font-size: 0.7rem;
	line-height: 1.5em;
	padding: 0 2rem;
	text-align: center;
	box-sizing: border-box;
}
#footer-company img{
	margin-bottom: 20px;
	max-width: 100%;
}
#footer #sitemap {
	float: left;
	width: 60%;
	padding: 0 3rem;
    box-sizing: border-box;
}
#footer #sitemap a{
	color: black;
}
#footer #sitemap ul{
	width: 100%;
	margin-left: 6rem;
}
#footer #sitemap ul li{
	float: left;
	margin-bottom: 0.5rem;
	margin-right: 2rem;
}
#footer #sitemap ul li:nth-child(1),#footer #sitemap ul li:nth-child(4),#footer #sitemap ul li:nth-child(8){
	float: none;
}
#footer #sitemap i{
	color: #228b22;
}
#footer .copy {
	clear:both;
	width:100%;
	text-align: center;
	display:block;
	font-size: 0.6rem;
	padding:0.5rem 0;
	background-color: white;
}



/* topback
---------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 50px;
	margin:0;
	z-index:100;
	display:none;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	margin:0;
}
#page-top a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



/* navi
---------------------------------------------------------------------------*/
@media print, screen  and (min-width: 768px){
	#navi ul#index{
		display:block !important;
	}
	a#menu{display:none;}
}



/*===============================================
 迢ｭ縺�ヶ繝ｩ繧ｦ繧ｶ縺ｨ繧ｿ繝悶Ξ繝�ヨ蜷代￠(iPad Pro�枴Pad Mini)
===============================================*/
@media (max-width: 1024px) and (min-width: 768px) {

	html, body{
		min-width: 100%;
	}
	#header,
	header #navi,
	#banner-inner,
	section .section-inner,
	#footer-inner{
		width: 90vw;
	}
	#header #navi{
		top: 0;
	}
	#footer #sitemap ul{
		margin-left: 0;
	}
	#header #contact{
		width: auto;
	}
}




/*===============================================
 繧ｹ繝槭��夂判髱｢縺ｮ讓ｪ蟷�′767px縺ｾ縺ｧ
===============================================*/
@media only screen and (max-width:767px){

	
	/*common 
	---------------------------------------------------------------------------*/
	html,body{ 
		width:100%; 
		min-width: 300px;
	}
	body{ 
		width:100%; 
		overflow-x:hidden;
	}
	h2 {
		font-size: 1.3em;
	}
	.only-sp{
		display: block !important;;
	}
	.only-pc{
		display: none !important;;
	}
	#main{
		width:100%;
		float:none;
		clear:both;
		padding-bottom: 0;
	}
	#container{
		width:100%;
		float:none;
		clear:both;
		top: 70px;
	}
	#contents{
		float:none;
		clear:both;
		margin:0px;
	}
	

	
	/* header
	---------------------------------------------------------------------------*/
	#header_wrap{
		height: 70px;
	}
	#header{
		width:100%;
		padding-bottom:0px;
		z-index:0;
		clear:both;
		margin:0;
	}
	#header #logo h1{
		top: 15px;
	}
	#header #navi{
		width: 100%;
		top: 32px;
	}
	#header_wrap #description{
		display: none;
	}
	#header #navi ul#index{
		position: relative;
		top: 5px;
		border-top: 1px solid #ccc;
	}
	#header #navi ul#index li{
		display:block;
		margin-left: 0;
		font-weight: normal;
		padding: 0;
		width: 100%;
	}
	#header #navi ul#index li:first-child{
		border: none;
	}
	#header #logo{
		margin-left: 5px;
		top: 17px;
	}
	#header #contact{
		display: none;
	}
	#header #logo h1 img {
		width: 220px;
	}


	/* navigation
	---------------------------------------------------------------------------*/
	#menu{
		display: block;
	}
	#navi{
		z-index:100;
		clear:both;
		padding:0;
		position:relative;
		width:100%;
	}
	#navi a{
		font-size: 100%;
	}
	#navi a.menu{
		display:block;
		font-weight: bold;
		text-align:left;
		top:-62px;
		right:15px;
		position:absolute;
		width:50px;
		right: 20px;
	}
	#navi a#menu span{padding-left:10px;}
	#navi a#menu:hover{cursor:pointer;}
	#navi ul#index{
		display: none;
		width:100%;
		position:absolute;
		right: 0;
		top:0px;
		z-index:100;
	}
	#navi ul#index li{
		float: none;
		clear:both;
		width:100%;
		height:auto;
		background-color: white;
		background: rgba(255,255,255,0.9);
	}
	#navi ul#index li a,#navi ul#index li.current-menu-item li a{
		display: block;
		padding:10px 5px 10px  10px ;
		text-align:left;
		border-bottom:1px dashed #ccc;
	}
	#navi ul#index li a img{display:none;}
	#navi div.panel{float:none;}
	#header #navi ul#index li{
		width: 100% !important;
	}


	/*slider
	---------------------------------------------------------------------------*/
	#slider{
		top: 70px;
	}
	.slick-box img{
		width: 320px;
	}


		
	/*icatch
	---------------------------------------------------------------------------*/
	#icatch{
		top: 60px;
	}
	#icatch p{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	#icatch p.main::after{
		margin-top: 2rem;
	}



	/*section
	---------------------------------------------------------------------------*/
	section{
		width: 100%;
		margin-top: 1rem;
		margin-bottom: 1rem;
		padding: 0;
	}
	section .section-inner{
		width: 90%;
		padding: 0;
	}
	section table th{
		background-color: #eee;
		width: 35%;
	}
	section dl.list dt{
		padding-left: 0;
	}
	section dl.list dd{
		padding: 0;
	}

	#sub-main{
		top: 80px;
	}


	/*topback
	---------------------------------------------------------------------------*/
	#page-top {
		position: fixed;
		bottom:0;
		right: 10px;
		margin:0;
		z-index:100;
	}
	#page-top a {
		text-decoration: none;
		text-align: center;
		display: block;
		margin:0;
	}
	#page-top img {
		width: 40px;
	}


	/*banner
	---------------------------------------------------------------------------*/
	#banner{
		width:100%; 
		font-size:80%;
		display:inline-block;
		clear:both;
		margin-top:140px;
	}
	#banner-inner{
		width: 100%;
	}
	#banner ul{
		left:0;
		float: none;
	}
	#banner ul li{
		margin-bottom: 1rem;
		left:0;
		float: none;
	}
	
	/*footer
	---------------------------------------------------------------------------*/
	#footer{
		width:100%; 
		font-size:80%;
		display:inline-block;
		clear:both;
		margin-top:10px;
	}
	#footer-inner{
		width: 100%;
	}
	#footer-company{
		float: none;
		width: 100%;
		padding: 0;
		border-right: 0;
		margin-bottom: 2rem;
	}
	#footer #sitemap{
		float: none;
		width: 100%;
	}
	#footer #sitemap ul{
		margin-left: 0;
		text-align: center;
	}
	#footer #sitemap ul li:nth-child(1), #footer #sitemap ul li:nth-child(4), #footer #sitemap ul li:nth-child(8){
		float: none;
	}
	#footer #sitemap ul li{
		float: none;
		margin-right: 0;
	}


	/*蜷��繝ｼ繧ｸ隱ｿ謨ｴ逕ｨ
	---------------------------------------------------------------------------*/
	/* 荳句ｱ､繝壹�繧ｸ蜈ｱ騾� */
	.subpage .pagename h2{
		padding: 2rem 0;
	}
	h2::after{
		margin-top: 2rem;
	}
	dl h3{
		text-align: center;
		font-size: 85%;
	}
	.box-frame .box-photo{
		float: none;
		width: 100%;
	}
	.box-frame .box-text {
		float: none;
		width: 100%;
		margin-top: 2rem;
		padding-left: 0;
	}

	section table.stripe tr:nth-child(odd) {
		background-color: #fff;
	}
	.branch section.vertical table th{
		width: 100%;
	}

	/* TOP繝壹�繧ｸ */
	.toppage section#about .about-image{
		float: none;
		width: 100%;
	}
	.toppage section#about .about-text{
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
	}
	.toppage section#service .service-wide-box{
		text-align: center;
	}
	.toppage section#service .service-wide-box div{
		text-align: left;
	}
	.toppage section#service .service-wide-box h3{
		text-align: center;
	}
	.toppage section#service .service-wide-box img{
		float: none;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.toppage section#service #others div{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3rem;
	}
	.toppage section#service #others div p{
		text-align: left;
	}
	dl.news-index dt{
		float: none;
		border-bottom: 0;
		padding: 0;
		padding-top: 0.5rem;
	}
	dl.news-index dd{
		padding-left: 0;
	}
	section dl.list dl.news-index dd{
		border-bottom: 1px dotted #ccc;
		padding: 0.5rem 0;
	}

	/* clinic */
	.search-index{
		display:none;
	}

	.clinic table th, .clinic table td{
		padding: 0.5rem 0;
		display: block;
		border-bottom: 0;
		width: 100%;
		text-align:center;
	}
	.clinic table th{
		display: none;
	}
	.clinic table td{
		text-align: left;
		padding: 0.2rem;
		display: inline-flex;
		font-size: 90%;
	}
	.clinic table td:nth-child(1):before{
		content: '謖�ｮ夂羅髯｢';
		box-sizing: border-box;
		background-color: #eee;
		width: 60px;
		display: inline-table;
		text-align: center;	
		margin-right: 0.5rem;
		font-size: 80%;
	}
	.clinic table td:nth-child(2):before{
		content: '逞�劼蜷�';
		box-sizing: border-box;
		background-color: #eee;
		width: 60px;
		display: inline-table;
		text-align: center;	
		margin-right: 0.5rem;
		font-size: 80%;
	}
	.clinic table td:nth-child(3):before{
		content: '驛ｵ萓ｿ逡ｪ蜿ｷ';
		box-sizing: border-box;
		background-color: #eee;
		width: 60px;
		display: inline-table;
		text-align: center;
		margin-right: 0.5rem;
		font-size: 80%;
	}
	.clinic table td:nth-child(4):before{
		content: '菴乗園';
		box-sizing: border-box;
		background-color: #eee;
		width: 60px;
		display: inline-table;
		text-align: center;	
		margin-right: 0.5rem;
		font-size: 80%;
	}
	.clinic table td:nth-child(5):before{
		content: 'TEL';
		box-sizing: border-box;
		background-color: #eee;
		width: 60px;
		display: inline-table;
		text-align: center;	
		margin-right: 0.5rem;
		font-size: 80%;
	}
	.clinic table td:nth-child(5){
		padding-bottom: 1rem;
		border-bottom: 1px solid #ccc;
		margin-bottom: 1rem;
	}
	.clinic img.icon{
		width: 30px;
		height: 24px;
	}

	/* seminar */

	table.seminar-index th, table.seminar-index td{
		padding: 0.5rem 0;
		display: block;
		border-bottom: 0;
		width: 100% !important;
		text-align:center;
		height: auto !important;
	}
	table.seminar-index tr{
		margin-bottom: 30px;
		display: block;
		height: auto !important;
		border-bottom: 2px solid;
	}
	table.seminar-index th{
		display: none;
	}
	table.seminar-index td{
		text-align: left;
		padding: 0.2rem;
		font-size: 90%;
		word-break: break-all;
	}
	table.seminar-index td:nth-child(1):before{
		content: '譌･莉�';
		box-sizing: border-box;
		background-color: #eee;
		width: 60px;
		display: inline-table;
		text-align: center;	
		margin-right: 0.5rem;
		font-size: 80%;
	}
	table.seminar-index td:nth-child(2):before{
		content: '蟄ｦ莨壼錐';
		box-sizing: border-box;
		background-color: #eee;
		width: 60px;
		display: inline-table;
		text-align: center;	
		margin-right: 0.5rem;
		font-size: 80%;
		margin-bottom: 1rem;
	}
	table.seminar-index td:nth-child(3):before{
		content: '髢句ぎ蝣ｴ謇';
		box-sizing: border-box;
		background-color: #eee;
		width: 60px;
		display: inline-table;
		text-align: center;
		margin-right: 0.5rem;
		font-size: 80%;
	}
	table.seminar-index td:nth-child(4):before{
		content: '髢句ぎ讎りｦ�';
		box-sizing: border-box;
		background-color: #eee;
		width: 60px;
		display: inline-table;
		text-align: center;	
		margin-right: 0.5rem;
		font-size: 80%;
	}
	table.seminar-index td:nth-child(5):before{
		content: '蜿ょ刈雋ｻ';
		box-sizing: border-box;
		background-color: #eee;
		width: 60px;
		display: inline-table;
		text-align: center;	
		margin-right: 0.5rem;
		font-size: 80%;
	}
	table.seminar-index td:nth-child(5){
		padding-bottom: 1rem;
		border-bottom: 1px solid #ccc;
		margin-bottom: 1rem;
	}
	table.seminar-index{
		background-color: white;
	}


	#rabies-vaccination ul.rabies-vaccination-pdf li{
		list-style: none;
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 1rem;
	}
	#rabies-vaccination ul.rabies-vaccination-pdf li:nth-child(2n){
		margin-right: 0;
	}

	#main.conference .formtable th,
	#main.conference .formtable td{
		width: auto;
		text-align: left;
		display: block;
	}
	#main.conference .ajax-loader{
		display: block;
	}
	.toppage section#service #others p img{
		float: none;
		margin-right: 0;
		margin-bottom: 1rem !important;
	}
	.toppage section#service #others div p,
	.toppage section#service #others div:nth-child(1),
	.toppage section#service #others div:nth-child(2) {
		text-align: center;
	}

}



/*蜊ｰ蛻ｷ隱ｿ謨ｴ
---------------------------------------------------------------------------*/
@media print {
	#header_wrap{
		position: absolute;
	}
	#slider{
		background: url(images/icatch01.jpg) no-repeat center center;
		height: 400px;
	}
	.slick-box{
		display:none;
	}
	#page-top{
		display:none;
	}
}

/* 繝帙ヰ繝ｼ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ�井ｸ狗ｷ夲ｼ� */
.underline {
	display: inline-block;
	padding-bottom: 4px;
	position: relative;
}

.underline::after {
	background-color: #259925;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	transition: .5s all;
	width: 0;
}

.underline:hover::after {
	width: 90%;
}


/* wordpress */
div.pager { width: 100%; margin: 2em 0; padding: 0.8em 3px; border-top: 1px solid #c4c4c4; text-align: center; font-size: 13px; }
.wp-pagenavi { clear: both; } 
.wp-pagenavi a, .wp-pagenavi span { text-decoration: none; padding: 3px 5px; margin: 2px; }
.wp-pagenavi span.current { color: #AAA; }


.page-nav{
	text-align: center;
}
.page-nav a{
	margin: 0 1rem;
}


h4#cat{
	display: block;
	margin-top:-150px;
	padding-top:150px;
}
</pre></body></html>