@charset "UTF-8";
/* CSS Document */
/*=======================================================================
↓main_visual============================================================
======================================================================*/
.main_bg {
      background: rgba(0, 0, 0, 0) url("../img/main.png") no-repeat scroll center center / cover ;
	height: 400px;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 768px) {
.main_bg {
	background: url(../img/main.png) no-repeat center top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	margin-top: 82px;
	padding-top: 29.73%;
	height: auto;
	width: 100%;
}
}
@media screen and (max-width: 640px) {
.main_bg { margin-top: 70px;}
}
@media screen and (max-width: 480px) {
.main_bg { margin-top: 60px;}
}
/*=======================================================================
↓page_tit_sp============================================================
======================================================================*/
@media screen and (max-width: 768px) {
.page_tit_sp:before{
	background: url( ../img/page_tit_sp_head.png) no-repeat; 
	background-size: contain;
 	content: " ";
 	display: inline-block;
 	margin: -2px 10px 0 0;
	vertical-align: middle;
	height: 31px;
	width: 44px;
}
}
/*=======================================================================
↓診療対象動物===========================================================
======================================================================*/
#container {/*背景画像をフッターギリギリまで*/
	background: url(../../common/img/bg_green.jpg);
}
.target { margin-top: 3em;}
.target dl { 
      background: #FFF;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
	background: #FFF;
      border: 1px solid #4aac4d;
	border-radius: 5px;        /* CSS3草案 */  
      -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
      -moz-border-radius: 5px;   /* Firefox用 */ 
	display: table;
	padding: 1em 1.5em;
	width: 100%;
}
.target dt {
      border-right: 2px solid #4aac4d;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      color: #57b25a;
	display: table-cell;
	font-size: 180%;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	width: 20%;
}
.target dd {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
	display: table-cell;
	text-align: right;

	
	
}
.target dd img {
	height: 40px;
	width: auto;
	text-align: center;
}
@media screen and (max-width: 1024px) {
.target dl { 
	display: block;
	padding: 2em 1.5em;
	width: 100%;
}
	.target dl { 
	display: block;
	padding: 2em 1.5em;
	width: 100%;
}
	.target dt { 
      border-right: 0;
      border-bottom: 2px solid #4aac4d;
	display: block;
	font-size: 180%;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	width: 100%;
}
.target dd {
	display: block;
	float: left;
	text-align:center;
	width: 32%;
}
}

@media screen and (max-width: 640px) {

}
@media screen and (max-width: 480px) {
.target dl { padding: 1.2em 0.5em;}
.target dt { font-size: 140%;}
.target dd img {
	height: 25px;
	width: auto;
}

}



.mgn_t  .inner{
	width: 70%;
	margin: auto;
	line-height: 1.6em;
	display: table;
	font-size: 1.4em;
}
.mgn_t  .inner ul{
	display: table-cell;
	
}
.w45{
	width: 42%;
}
.w25{width: 28%;}
.mgn_t .inner li{
	padding-bottom: 10px;
	list-style-type: circle;
	
}
.mgn_t  .inner p{
	text-align: center;
}

.attention{
	clear: both;
	line-height: 1.6em !important;
	margin-top: 10px !important;
	font-size: 1.1em;
}
.chiryou{
	margin:20px auto 20px;
}

.chiryou02{
    width: 100%;
    background-color: #fff;
    padding: 0 20px!important;
    display: inline-block;
    margin-top: 10px;
    box-sizing: border-box;
}

.chiryou td,.chiryou th{
	padding: 25px 0;
	font-size: 1.3rem;
	line-height: 1.6em;
}

@media screen and (max-width: 480px) {
	.chiryou td, .chiryou th {
	    display: block!important;
	    width: 100%!important;
	    padding: 10px 0;
	}

	.chiryou th {
		color: #fff!important;
    	background-color: #4aac4d;
    	text-align: center;
    }

    .chiryou-ttl {
    	margin-top: 30px;
    }

    .chiryou02 {
	    padding: 20px!important;
    	margin-top: 10px;
	}
    .chiryou02 th {
		background-color: transparent;
		color: #4aac4d!important;
		padding: 0!important;
    }
}


.chiryou th{
	font-weight: bold;
	color: #4aac4d;
	padding-right: 10px;
	width: 100px;
}

.chiryou-ttl {
	font-size: 1.4em!important;
}

.lead{
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 20px 0;
}
.achive{
	font-size: 1.5em;
	color: #4aac4d;
	font-weight: normal;
	margin-top: 60px;
	
}

.geka{
	background: #4aac4d;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding: 10px 0;
	max-width: 800px;
	margin: auto;
	line-height: 1.5em;
}



@media screen and (max-width: 1024px) {
.mgn_t  .inner{
	width: 100%;
	font-size: 1.2em;}
.mgn_t .inner li{
	list-style-position: inside;
	
	}
	.attention{
		text-align: left !important;
}
}
@media screen and (max-width: 640px) {
	.mgn_t  .inner{
	display: block;}
	.mgn_t  .inner ul{
	display: block;
}

.w45{
	width: 100%;
}
.w25{width: 100%;}
}
}


