@charset "utf-8";
@media only screen and (min-width: 569px) and (max-width: 811px){

aside{display:none;}

main {position:relative;}

section {margin-top:40px;}

/*1の０*/
.life-health {text-align: center;
             align-items:center;
             justify-content: center;
             display:flex;
             font-size:22px;
             margin:30px 0;}

.life, .health {padding:28px 0;
	            width:40%;
               color: #fff;}

.health{background: #ff9933}


.life {background: #77933c}

.cross {font-size:50px;}

.hanko-position {right:0;
                 text-align: right;}

.hanko-position p{margin-right: 10px;
                  font-weight: 700;}

.hanko-position figcaption {text-align: right;
                            padding:0 12px 20px 0}

.hanko-position img {text-align: right;
                     width:30%;
                     margin-right: 5px;}

.policy li {margin: 20px 35px;}

.policy li:before{content: "▲";
                  transform: rotate(90deg);
                  color: black;
                  margin-right: 5px;
                  position:absolute;
                  left:11px;}

/*①の2P*/
.animal-count {width:100%;
	           height:250px;
               text-align: center;
               margin-bottom:40px;}

.animal-count th {background:#9bbb59;
                  color:#fff;
                  vertical-align: middle;}

.animal-count th:nth-child(1){border-right:solid 1px #fff;}

.animal-count td{border-bottom:solid 1px #9bbb59;
                 vertical-align: middle;}

.animal-count td:nth-child(odd) {border-right:solid 1px #9bbb59;}


/*①の4P*/
.animal-nice {height:100%;
              width:100%;}

.animal-nice tr {height:30px;}

.animal-nice tr th:nth-child(1),.animal-nice tr td:nth-child(1){width:70%}

.animal-nice tr td:nth-child(2) {border-right: solid 1px #9bbb59;
                                 border-left: solid 1px #9bbb59;}

.animal-nice th {font-size:14px;
                  color:#fff;
                  background: #9bbb59;
                  vertical-align: middle;}

.animal-nice tr th:nth-child(2){border-right: solid 1px #fff;
                                border-left: solid 1px #fff ;}

.animal-nice td {border-bottom:solid 1px #9bbb59;
                 vertical-align: middle;
                 text-align: center;}


/*①の5P*/
.w48pe{width:100%;}
.w48pe .w48pe:nth-child(even){width:28%;
                             display:inline-table;}

.w48pe .w48pe:nth-child(odd){width:68%;
                             display:inline-table;
                             padding-left: 20%}


.w48pe h3 {margin:30px 0 10px;
           font-size:16px;}

.rela {position:relative;}

.over-scroll {overflow:scroll;}

.infection {border: 1px solid black;
	        font-size: 16px;
	        width: 560px;}

.infection th {border: 1px solid black;
               vertical-align: middle;}

.infection th span {font-size: 12px;}

.infection td {border: 1px solid black;
               width:30px;
               height:31px;
               text-align: center;
               vertical-align: middle;}

.infection thead th{width:40px;}


.no-vaccine {margin-bottom: 32px;}

.no-vaccine ul {list-style: disc;
                padding-left: 55px;
                text-align: left;}


.vaccine-needs {padding:5% 32px;
                background-color: #ffdf7f;}

.vaccine-needs h3 {margin-top: 0;}

.vaccine-needs ul {padding-left:22px;}

.vaccine-needs ul li::before{position:absolute;
                             left:41px;}
.vaccine-needs ul li {text-align: left;
                      margin-bottom: 6px;}
.vaccine-needs ul li:nth-child(1)::before{content:'①';}
.vaccine-needs ul li:nth-child(2)::before{content:'②';}

.vaccine-needs ul li:nth-child(3)::before{content:'③';}

.disease-name{width:168px;}

.gcolor {background-color:#c4df9b}


.backfive-img{background-image:url(../img/5-0.jpg);
	          background-size:contain;
	          background-repeat: no-repeat;
	          width:100%;
	          padding-top: 57%;}

.backsix-img {background-image:url(../img/6-0.jpg);
	           background-size:100%;
	           background-repeat: no-repeat;
	           display:inline-block;
	           width:100%;
	           padding:40% 0;
	           background-position-x: right;
    		   background-position-y: bottom;
	           }


.total-question{padding-left: 20px;}

.hanrei img {width:100%;}

.bcs {position:relative;}

.bcs figcaption {position:absolute;
                 top:-2px;
                 left: 64px;}
.bcs ul {margin-top: 18px;
         list-style: disc;
         padding-left: 18px;}

.bcs img {width:100%;}

.last-document h3::before{content:'■';}

.one .bcs h5{border-left: 5px solid #fe9900;
             padding-left: 0.5em;
             font-size: 1.2rem;
             font-weight: 500;
             margin: 10px 0;}

.cat .bcs  h5{border-left: 5px solid #ffb2b2;
             padding-left: 0.5em;
             font-size: 1.2rem;
             font-weight: 500;
             margin: 10px 0;}

.one figcaption, .cat figcaption{font-size:15px;}


.w33p h4{font-weight:bold;
         font-size:16px;}

.w33p.one{margin-top: 20px;}
.w33p.cat{margin-top: 20px;}

/*個別対応*/
.no14 figcaption {font-size: 10px;
                  text-align: left;}

.no14 figcaption span {
    right:0;
    position:absolute;
    margin-right: 20px;
}
h2::before {
    content: '◆';
}
/*グラフの説明*/
figcaption {text-align: center;
            padding-bottom: 20px;
            font-size:3vw;
            font-weight: bold;}

figure {margin: 0;}

/*横並びに*/
.side-row {
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px 0 30px 0;
}

/*HTMLの構造上、PCで３つ並びのタブレットで２つ並びと１つに。*/
.three-graph .graph-space , .border-five .graph-space,.two-graph .graph-space {
    width: calc(100% / 2 - 10px);
}
.three-graph .graph-space:nth-child(odd) , .border-five .graph-space:nth-child(odd), .two-graph .graph-space:nth-child(odd) {
    margin-right: 10px;
}

.right-one .graph-space {position:relative;
                         width:62%;
                         margin:0 auto;}

.right-one {margin-top:55px;}

.hanko-position {right:0;
                 text-align: right;}

.hanko-position figcaption {text-align: right;
                            padding:0 12px 20px 0}

.hanko-position img {text-align: right;}

.table-glaph {width: 100%;
              display: flex;}

.animal-cost {font-size: 10px;
              width:100%;}

/*ここまで*/


/* 表グラフの背景をグリーンにする使用だったとき */
/* .animal-cost tr:nth-child(odd) {background: #92c400} */

th.cost-type {width:74px;}

.one-one .one-graph:nth-child(1) {margin-bottom:40px;}

/*画像サイズの個別対応
個別でサイズを変更するときはwidthを％で指定して
top、leftで位置の微調整をしその画像の自分のgraph-spaceからはみ出ないっようにしてください。*/

.individual {position:relative;}

.no01 figure img{width:84%}

.no01 figure{left:6%;
             top:3px;}

img.no02 {top:18px;}



a:hover { color: #95c604; }

body{
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
 color:#555555;
 font-size:14px;
 line-height:1.5;
}
img{
  max-width:100%;
  height:auto;
}
p{
  margin-top:1em;
}
ul{
  margin-top:1em;
}
ol{
  margin-top:1em;
}
dl{
  margin-top:1em;
}
table{
  margin-top:1em;
}

a{
  text-decoration: none !important;
}

#main {
    float: none;
    width: 100%;
}

/* header
=========================================*/
#globalHeader {
	position: fixed !important;
	top: 0;
	left:0;
	height:70px;
	z-index: 15;
	width: 100%;
}
#head{
	display: none;
}
/* spGnavBlock */
#spGnavBlock{
	position: relative;
}
#spGnavBlock .headBlock{
	padding: 10px;
	background-color: #ffffff;
	border-bottom:1px solid #e9e9e9;
	z-index: 10000;
	position: relative;
}
#spGnavBlock .headBlock:after, #spGnavBlock .headBlock .headLinkWrap:after, #spMenu .linkBlock:after, #spMenu .linkBlock02:after, #spMenu .linkList.col2:after, .footerBlock:after, .footerBlock.type02 .inner .logoWrap:after, .footerBlock .inner .footerLink:after, #footerContactBlock .footerContactBtnList ul:after {
    content: "";
    display: block;
    clear: both;
}
#spGnavBlock .headBlock .siteLogo{
	float: left;
	margin-top: 0;
}
#spGnavBlock .headBlock .siteLogo img{
	height: 13vw;
	max-height: 50px;
}
#spGnavBlock .headBlock .headLinkWrap{
	float: right;
	margin-top: 28px;
}
#spGnavBlock .headBlock .headLinkWrap li{
	float: left;
	margin-left: 3.7vw;
}
#spGnavBlock .headBlock .headLinkWrap li:first-child{
	margin-left: 0;
}
#spGnavBlock .headBlock .headLinkWrap li a{
	padding-top: 28px;
	font-size: min(3.2vw, 16px);
}
#spGnavBlock .headBlock .headLinkWrap li.contractant a{
	background: url(/common/img/header_ic08.png) no-repeat 50% 0;
	background-size: 20px auto;
	color: #1f7439;
}
#spGnavBlock .headBlock .headLinkWrap li.contact a{
	background: url(/common/img/header_ic09.png) no-repeat 50% 0;
	background-size: 24px auto;
	color: #1f7439;
}
#spGnavBlock .headBlock .headLinkWrap li.sitemenu{
	/* width: 50px; */
	width: 13.3vw;
}
#spGnavBlock .headBlock .headLinkWrap li.sitemenu span{
	padding-top: 31px;
	font-size: min(3.2vw, 16px);
	background: url(/common/img/header_ic10.png) no-repeat 50% 5px;
	background-size: min(5.6vw, 25px) auto;
	color: #1f7439;
}
#spGnavBlock .headBlock .headLinkWrap li.sitemenu.open span{
	background: url(/common/img/header_ic11.png) no-repeat 50% 5px;
	background-size: min(4.26vw, 23px) auto;
	color: #1f7439;
}

/* spMenu */
#spMenu{
	display: none;
	position: absolute;
	background-color: #ffffff;
	padding-bottom: 30px;
	z-index: 10000;
	-webkit-overflow-scrolling: touch;
}
#spMenu.open{
	display: block;
	overflow: auto;
}
#spMenu .searchBlock{
	margin-top: 20px;
	padding: 0 10px;
}
#spMenu .searchBlock .site-search form{
	width: 100%;
	position: relative;
}
#spMenu .searchBlock .site-search .field{
	width: 100%;
	height: 30px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding:6px 26px 4px 4px;
	font-size: 17px;
}
#spMenu .searchBlock .site-search .button{
	position: absolute;
	background: url(/common/img/header_ic04.png) no-repeat 50% 50%;
	background-size: auto 18px;
	right: 7px;
	top: 50%;
	width: auto;
	height: 20px;
	margin-top: -9px;
	margin-left: 2%;
	text-indent: -9999px;
	border: none;
}

#spMenu .linkBlock{
	width: 100%;
	padding: 0 10px;
	letter-spacing: -.40em;
}
#spMenu .linkBlock li{
	display: inline-block;
	vertical-align: middle;
	width: 31.7%;
	margin-left: 2%;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	letter-spacing: normal;
}
#spMenu .linkBlock li:first-child{
	margin-left: 0;
}
#spMenu .linkBlock li a{
	display: table;
	padding: 0px;
	color: #ffffff;
	font-size: 15px;
	line-height:1.3;
	width:100%;
}
#spMenu .linkBlock li p{
	margin-top: 0;
	display:table-cell;
	width:100%;
	vertical-align:middle;
	text-align:center;
	height:6em;
	padding-top: 38px;
}
#spMenu .linkBlock li.type01{
	background: url(/common/img/header_ic13.png) center 10px no-repeat;
	background-size: 36px auto;
	background-color: #ec6d74;
}
#spMenu .linkBlock li.type02{
	background: url(/common/img/header_ic05.png) center 10px no-repeat;
	background-size: 36px auto;
	background-color: #fd8c07;
}
#spMenu .linkBlock li.type03{
	background: url(/common/img/header_ic07.png) center 9px no-repeat;
	background-size: 23px auto;
	background-color: #22753b;
}

#spMenu .linkBlock02{
	display: table;
	width: 100%;
	padding: 0 10px;
}
#spMenu .linkBlock02 li{
	vertical-align: middle;
}
#spMenu .linkBlock02 li:first-child{
	margin-left: 0;
}
#spMenu .linkBlock02 li a{
	display: block;
}
#spMenu .linkBlock02 li.camera{
	float: left;
}
#spMenu .linkBlock02 li.logo02{
	float: left;
}
#spMenu .linkBlock02 li.logo02 a > img{
	float: right;
	width: 30px;
  /*20171023instaにあわせる*/
	/*margin-left: 8px;*/
  margin-left: 15px;
	margin-top: -5px;
}
#spMenu .linkBlock02 li.logo02 a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #3b5998;
	margin-top: 5px;
}
#spMenu .linkBlock02 li.camera{
	max-height: 30px;
	padding-right: 0;
	background: url(/common/img/header_ic03.png) no-repeat 8px 50%;
	background-size: 13px auto;
}
#spMenu .linkBlock02 li.camera a{
	padding: 5px 5px 5px 25px;
	color: #00743f;
	border: 1px solid #00743f;
	border-radius: 2px;
	font-size: 13px;
	font-weight: bold;
}

#spMenu .linkList{
	border-top: 1px solid #e1e1e1;
	margin: 10px 10px 0;
}
#spMenu .linkList + .linkList + .linkList {
	margin-top: 20px;
}

#spMenu .linkList a{
	display: block;
	padding: 15px 10px;
	border-bottom: 1px solid #e1e1e1;
	color: #666666;
}
#spMenu .linkList.col2{
	margin-top: 0;
	border-top: none;
	margin: 0 10px;
}
#spMenu .linkList.col2 li{
	float: left;
	width: 48%;
}
#spMenu .linkList.col2 li:nth-child(2n){
	margin-left: 4%;
}
#spMenu .closeBtn{
	padding: 10px;
	margin-top: 10px;
}
#spMenu .closeBtn p{
	margin-top: 0;
}
#spMenu .closeBtn p a{
	display: block;
	padding: 15px 0;
	text-align: center;
	background-color: #e7e5d5;
	color: #666666;
}
#spMenu .closeBtn p a span{
	display: inline-block;
	background-size: 15px auto;
}


#sideOverlay {
	position: fixed;
	top: 0px;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#b3000000,EndColorStr=#b3000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#b3000000,EndColorStr=#b3000000)";
	z-index: 980;
}

.forLogin {text-decoration: underline;}

.forLogin a {
    font-size: 2rem;
    color: blue;
    font-weight: 600;
}

.formAnnounce .notes01{
    margin-bottom:10px;
}

/* pageContainer
=========================================*/
#globalContents {
	margin-top: 70px !important;
}
/* topicPath */
#topicPath {
	margin: 0 -10px;
	padding: 12px 10px;
	overflow-x: auto;
}
#topicPath > *:first-child {
	margin-top: 0 !important;
}
.breadcrumbs {
	display: table;
	white-space: nowrap;
}
.breadcrumbs > li {
	display: table-cell;
	font-size: 10px;
	vertical-align: middle;
}
.breadcrumbs > li + li {
	padding-left: 7px;
}
.breadcrumbs > li + li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 5px;
	margin: 0 7px 0 0;
	background: url(/common/img/com_ic35.png) no-repeat 0 0;
	background-size: 6px auto;
	vertical-align: middle;
}
.breadcrumbs > li > em {
	color: #333333;
	font-style: normal;
}


/* footer
=========================================*/

#globalFooter{
	margin-top: 40px;
	background-color: #e7e5d5;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 52px;
	height: 52px;
	margin-top: 0;
	background: url(/common/img/com_ic36.png) no-repeat 0 0;
	-webkit-background-size: 52px 52px;
	background-size: 52px 52px;
	text-indent: -9999px;
	filter: drop-shadow(5px 5px 5px rgba(200, 200, 200, 0.4));
}
#pageTop a {
	display: block;
}
.footerBlock .inner{
	padding: 0 10px;
}
.footerBlock.type01 {
	background-color: #ffffff;
	padding-bottom: 20px;
}
.footerBlock.type01 .logoWrap,
.footerBlock.type01 .footerLink{
	display: none;
}
.footerBlock .inner .snsBlock{
	margin: 0 auto;
	width: 200px;
	font-size:0;
}

.footerBlock .inner .snsBlock ul li{
	display:inline-block;
}

.footerBlock .inner .snsBlock ul li a{
	width: 35px;
	padding-right: 14px;
}

.footerBlock .inner .snsBlock p a:link, .footerBlock .inner .snsBlock p a:visited, .footerBlock .inner .snsBlock p a:active {
	color: #3b579d !important;
}
.footerBlock .footerLink{
	margin-top: 0;
}
.footerBlock.type01 .footerLink li{
	float: left;
	margin: 1em 15px 0 0;
	font-size: 12px;
}
.footerBlock .footerLink li a::before{
	content: "";
	border-left: 6px solid #595750;
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	position: absolute;
	left: 0;
	bottom:50%;
	-webkit-transform: translateY(50%);
			transform: translateY(50%);
}
.footerBlock .footerLink li {
	position: relative;
}
.footerBlock .footerLink li a{
	padding: 0 0 0 10px;
}
.footerBlock .footerLink li a:link, .footerBlock .footerLink li a:visited, .footerBlock .footerBlock .footerLink li a:active {
	color: #4c483b !important;
}

.footerBlock.type02 .inner .logoWrap .siteLogo{
	float: left;
	width: 50%;
	margin: 20px 20px 10px 0;
}
.footerBlock.type02 .inner .logoWrap .siteLogo.spOnly{
	width: 10%;
}
.footerBlock.type02 .inner .linkWrap .footerLink li{
	margin: 10px 15px 0 0;
}
.footerBlock.type02 .inner .linkWrap .footerLink.second{
	padding-top: 5px;
	margin-top: 10px;
	background-image: linear-gradient(to right, #595750, #595750 1px, transparent 2px, transparent 3px);
	background-size: 6px 1px;
	background-position: top;
	background-repeat: repeat-x;
}
.footerBlock.type02 .inner .linkWrap .footerLink.second li{
	float: left;
	width: 50%;
	margin: 10px 0 0 0;
}
.footerBlock.type02 .inner .linkWrap .footerLink.second li.first{
	width: 130px;
	float: inherit;
	padding: 3px 0;
	margin: 10px 0 0 0;
	background-color: #7a7769;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
}
.footerBlock.type02 .inner .linkWrap .footerLink.second li.longtitle{
	width: 100%;
}

#copy{
	display: block;
	padding: 15px 0 60px;
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
	color: #595750;
	background-color: #e7e5d5;
}

}
