/* ヘッダ */
#content section.titlearea {
    background: #1c6247 url("../image/common/title_back.svg") no-repeat 100% 20px;
    background-size: 80%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 30px;
    text-align: center;
}
#content h2:after {
    content: '';
    display: block;
    width: 2em;
    height: 3px;
    background: #1c6247;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto 0;
}
#content h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 0.6em;
}
@media (min-width: 768px) {
#content section.titlearea {
    background-position: 100% 0px;
    background-size: 70%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
}
#content h2:after {
    margin-top: 0.3em;
}
#content h3 {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
}
}
@media (min-width:1280px) {
#content section.titlearea {
    background-position: 100% -22px;
    background-size: 920px;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 3.2rem;
    margin-bottom: 50px;
}
#content h3 {
    font-size: 2.6rem;
    margin-bottom: 0.6em;
}
}


/* 共通 */
#content .green_head li {
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}
#content .green_head li:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #1c6247;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0.3em;
    top: 0.8em;
}
#content .b_marker {
    color: #1b75a8;
    background: linear-gradient(transparent 50%, #edf4f8 50%);
}
#content .green_txt {
    color: #1c6247;
}
#content ul.kome_list li {
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}
#content ul.kome_list li::before {
  content: '※';
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 768px) {
}
@media (min-width:1280px) {
}


/* トップ */
#content section.health_index .index_list li {
    list-style: none;
    margin-bottom: 20px;
}
#content section.health_index .index_list a {
    text-decoration: none;
    display: block;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
#content section.health_index .index_list .list_img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 70px;
    height: 66px;
    margin-right: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}
#content section.health_index .index_list .list_img_movie .list_img {
    background: #e5c2c2;
    display: grid;
    place-items: center;
}
#content section.health_index .index_list .list_img_movie .list_img img {
    width: 45%;
}
#content section.health_index .index_list .list_img_pdf .list_img {
    background: #d9cbb6;
    display: grid;
    place-items: center;
}
#content section.health_index .index_list .list_img_pdf .list_img img {
    width: 44%;
}
#content section.health_index .index_list .list_img_book .list_img {
    background: #c5dad2;
    display: grid;
    place-items: center;
}
#content section.health_index .index_list .list_img_book .list_img img {
    width: 62%;
}
#content section.health_index .index_list a div {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
#content section.health_index .index_list h3 {
    font-weight: 500;
    color: #1c6246;
    border-bottom: solid 1px #1c6247;
    padding: 0 20px 3px 0;
    margin-bottom: 3px;
    position: relative;
}
#content section.health_index .index_list h3 img {
    width: 14px;
    position: absolute;
    right: 0px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#content section.health_index .index_list .list_img_movie h3 {
    color: #b85252;
    border-bottom-color: #b85252;
}
#content section.health_index .index_list .list_img_movie h3 img {
    filter: brightness(0) saturate(100%) invert(52%) sepia(16%) saturate(7369%) hue-rotate(329deg) brightness(81%) contrast(71%);
}
#content section.health_index .index_list .list_img_pdf h3 {
    color: #bc956c;
    border-bottom-color: #bc956c;
}
#content section.health_index .index_list .list_img_pdf h3 img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(33%) saturate(412%) hue-rotate(350deg) brightness(89%) contrast(94%);
}

@media (min-width: 768px) {
#content section.health_index .index_list li {
    margin-bottom: 40px;
}
#content section.health_index .index_list_single ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#content section.health_index .index_list_single ul li {
    width: 47%;
}
#content section.health_index .index_list_double {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#content section.health_index .index_list_double ul {
    width: 47%;
}
#content section.health_index .index_list .list_img {
}
#content section.health_index .index_list .list_img_movie .list_img img {
}
#content section.health_index .index_list .list_img_pdf .list_img img {
}
#content section.health_index .index_list .list_img_book .list_img img {
}
#content section.health_index .index_list h3 {
}
}

@media (min-width:1280px) {
#content section.health_index .index_list li {
    margin-bottom: 55px;
}
#content section.health_index .index_list_single ul li {
    width: 550px;
}
#content section.health_index .index_list_double ul {
    width: 550px;
}
#content section.health_index .index_list .list_img {
    width: 120px;
    height: 113px;
    margin-right: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content section.health_index .index_list .list_img_movie .list_img img {
    width: 52px;
}
#content section.health_index .index_list .list_img_pdf .list_img img {
    width: 40px;
}
#content section.health_index .index_list .list_img_book .list_img img {
    width: 74px;
}
#content section.health_index .index_list h3 {
}
}


/* 肛門腺について */
#content .komonsen02 .komonsen02_contents div {
    margin-bottom: 1.5em;
}
@media (min-width: 768px) {
#content .komonsen02 {
}
#content .komonsen02 .komonsen02_contents {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#content .komonsen02 .komonsen02_contents div {
    margin: 0;
}
#content .komonsen02 .komonsen02_contents_img {
    margin: auto 0 0 30px;
}
}
@media (min-width:1280px) {
#content .komonsen02 .komonsen02_contents div {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 370px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 370px);/*Firefox4~15対応*/
	width: calc(100% - 370px);  
}
#content .komonsen02 .komonsen02_contents_img {
    width: 320px;
    margin: auto 0 0 30px;
}
}


/* 子犬のしつけ */
#content .koinu02 .koinu02_contents div,
#content .koinu04 .koinu04_contents div,
#content .koinu05 .koinu05_contents div {
    margin-bottom: 1.5em;
}
#content .koinu09 .koinu09_contents li {
    list-style: none;
  padding-left: 2em;
  position: relative;
  margin-bottom: 1.8em;
  counter-increment: li;
}
#content .koinu09 .koinu09_contents li::before {
  content: counter(li);
  display: block;
  position: absolute;
  top: 0px;
  left: 0.5em;
}
#content .koinu09 .koinu09_contents li::after {
  content: "\2b07";
  display: block;
  position: absolute;
  bottom: -1.5em;
  left: 98px;
  margin-top: -0.7em;
}
#content .koinu09 .koinu09_contents li:last-child {
  margin-bottom: 0;
}
#content .koinu09 .koinu09_contents li:last-child:after {
  content: none;
}
#content .koinu09 .koinu09_contents li .imgarea {
    margin-bottom: 0.5em;
}
#content .koinu10 .koinu10_contents {
    overflow: hidden;
}
#content .koinu10 .koinu10_contents .koinu10_contents_img {
    float: right;
    margin: 0.5em 0 1em 1.5em;
}
@media (min-width: 768px) {
#content .koinu02 .koinu02_contents,
#content .koinu04 .koinu04_contents,
#content .koinu05 .koinu05_contents {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#content .koinu02 .koinu02_contents div,
#content .koinu04 .koinu04_contents div,
#content .koinu05 .koinu05_contents div {
    margin: 0;
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 280px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 280px);/*Firefox4~15対応*/
	width: calc(100% - 280px);  
}
#content .koinu02 .koinu02_contents .koinu02_contents_img,
#content .koinu04 .koinu04_contents .koinu04_contents_img,
#content .koinu05 .koinu05_contents .koinu05_contents_img {
    width: 230px;
    margin: 0;
}
#content .koinu09 .koinu09_contents li {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#content .koinu09 .koinu09_contents li::before {
  top: 50%;
  left: 0.5em;
    margin-top: -1em;
}
#content .koinu09 .koinu09_contents li::after {
  bottom: -1.7em;
  margin-top: 0;
}
#content .koinu09 .koinu09_contents li .imgarea {
    margin: 0 30px 0 0;
}
}
@media (min-width:1280px) {
#content .koinu02 .koinu02_contents div,
#content .koinu04 .koinu04_contents div,
#content .koinu05 .koinu05_contents div {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 370px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 370px);/*Firefox4~15対応*/
	width: calc(100% - 370px);  
}
#content .koinu02 .koinu02_contents .koinu02_contents_img,
#content .koinu04 .koinu04_contents .koinu04_contents_img,
#content .koinu05 .koinu05_contents .koinu05_contents_img {
    width: 320px;
}
}


/* 爪切り */
#content img.s_line {
    border: solid 1px #dfdfdf;
}
#content .nail_photo {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#content .nail_photo img {
    max-width: 50%;
    margin-right: 1em;
}
#content .nail_dog03 dt {
    font-weight: bold;
    color: #1b75a8;
    font-weight: 500;
    background: linear-gradient(transparent 50%, #edf4f8 50%);
    display: table;
}
#content .nail_cat01 .nail_cat01_contents {
    overflow: hidden;
}
#content .nail_cat01 .nail_cat01_contents .nail_cat01_contents_img {
    float: right;
    max-width: 45%;
    margin: 0.5em 0 1em 1.5em;
}
#content .nail_cat02 dt {
    font-weight: bold;
    color: #1b75a8;
    font-weight: 500;
    background: linear-gradient(transparent 50%, #edf4f8 50%);
    display: table;
}
#content .nail_cat02 ol li {
    list-style: none;
  padding-left: 2em;
  position: relative;
  margin-bottom: 1.8em;
  counter-increment: li;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#content .nail_cat02 ol li::before {
  content: counter(li);
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  left: 0.5em;
    margin-top: -1em;
}
#content .nail_cat02 ol li::after {
  content: "\2b07";
  display: block;
  position: absolute;
  bottom: -1.7em;
  left: 26%;
}
#content .nail_cat02 ol li:last-child {
  margin-bottom: 0;
}
#content .nail_cat02 ol li:last-child:after {
  content: none;
}
#content .nail_cat02 ol li .imgarea {
    max-width: 45%;
    margin: 0 15px 0 0;
}
#content .nail_cat02 ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#content .nail_cat02 ul li {
    list-style: none;
    max-width: 45%;
    text-align: center;
    margin-bottom: 1em;
}
#content .nail_cat03 .nail_cat03_contents {
    overflow: hidden;
}
#content .nail_cat03 .nail_cat03_contents .nail_cat03_contents_img {
    float: right;
    max-width: 45%;
    margin: 0.5em 0 1em 1.5em;
}
@media (min-width: 768px) {
#content .nail_photo img {
    margin-right: 30px;;
}
#content .nail_cat01 .nail_cat01_contents .nail_cat01_contents_img {
    margin-left: 3em;
}
#content .nail_cat02 ol li .imgarea {
    margin-right: 30px;
}
#content .nail_cat02 ol li::after {
  left: 185px;
}
#content .nail_cat02 ul {
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
#content .nail_cat02 ul li {
    max-width: 31%;
    margin-right: 3.5%;
}
#content .nail_cat02 ul li:nth-child(3n) {
    margin-right: 0;
}
}
@media (min-width:1280px) {
}


/* アトピーとアレルギー */
#content .atopic03 .atopic03_contents div {
    margin-bottom: 1.5em;
}
#content .atopic05 .atopic05_contents .atopic05_list1 {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#content .atopic05 .atopic05_contents .atopic05_list1 li {
    width: 50%;
}
#content .atopic10 .atopic10_contents div,
#content .atopic11 .atopic11_contents div,
#content .atopic12 .atopic12_contents div {
    margin-bottom: 1.5em;
}
#content .atopic10 .atopic10_contents .koinu10_contents_img,
#content .atopic11 .atopic11_contents .koinu11_contents_img,
#content .atopic12 .atopic12_contents .koinu12_contents_img {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
#content .atopic10 .atopic10_contents .koinu10_contents_img img,
#content .atopic11 .atopic11_contents .koinu11_contents_img img,
#content .atopic12 .atopic12_contents .koinu12_contents_img img {
    max-width: 48%;
    height: auto;
}
@media (min-width: 768px) {
#content .atopic03 .atopic03_contents {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#content .atopic03 .atopic03_contents div {
    margin: 0;
}
#content .atopic03 .atopic03_contents .atopic03_contents_img {
    max-width: 40%;
    margin: 0 0 0 40px;
    flex-shrink: 0;
}
#content .atopic05 .atopic05_contents .atopic05_list1 li {
    width: 25%;
}
#content .atopic10 .atopic10_contents .koinu10_contents_img,
#content .atopic11 .atopic11_contents .koinu11_contents_img,
#content .atopic12 .atopic12_contents .koinu12_contents_img {
    width: 100%;
    margin: 0;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#content .atopic10 .atopic10_contents .koinu10_contents_img img,
#content .atopic11 .atopic11_contents .koinu11_contents_img img,
#content .atopic12 .atopic12_contents .koinu12_contents_img img {
//    width: 320px;
}
#content .atopic10 .atopic10_contents .koinu10_contents_img img:first-child,
#content .atopic11 .atopic11_contents .koinu11_contents_img img:first-child,
#content .atopic12 .atopic12_contents .koinu12_contents_img img:first-child {
    margin: 0 30px 0 0;
}
}
@media (min-width:1280px) {
#content .atopic03 .atopic03_contents .atopic03_contents_img {
    width: 534px;
    margin-left: 50px;
}
}


/* 狂犬病 */
#content .rabies04 .rabies04_contents  table {
  width: 100%;
    table-layout: fixed;
}
#content .rabies04 .rabies04_contents table thead td {
}
#content .rabies04 .rabies04_contents table thead th {
    color: #775b3e;
    line-height: 1.4;
    background: #c2d1e1;
    padding: 0.5em 0;
    border-left: solid 1px #fff;
    white-space: nowrap;
}
#content .rabies04 .rabies04_contents table thead tr:last-child th {
    border-bottom: solid 1px #c2e1d5;
}
#content .rabies04 .rabies04_contents table tbody th {
  color: #1d654a;
    line-height: 1.4;
  background: #c2e1d5;
  padding: 0.5em 0;
  border-bottom: solid 1px #fff;
  white-space: nowrap;
}
#content .rabies04 .rabies04_contents table tbody td {
    text-align: center;
  padding: 0.5em 0;
  border-bottom: solid 1px #86ab9d;
  border-right: solid 1px #86ab9d;
}
#content .rabies04 .rabies04_contents table tbody td:last-child {
  border-right: none;
}
#content .rabies04 .rabies04_contents table tfoot th {
  background: #e1d4c2;
  color: #775b3e;
  padding: 0.4em;
  border-bottom: solid 1px #e1d4c2;
}
#content .rabies04 .rabies04_contents table tfoot td {
  padding: 0.4em;
  text-align: center;
  border-bottom: solid 1px #86ab9d;
  border-right: solid 1px #86ab9d;
}
#content .rabies04 .rabies04_contents table tfoot td:last-child {
  border-right: none;
}

@media (min-width: 768px) {
#content .rabies04 .rabies04_contents table thead th {
  padding: 0.8em;
}
#content .rabies04 .rabies04_contents table tbody th {
  padding: 0.8em 1.5em;
  width: 30%;
}
#content .rabies04 .rabies04_contents table tbody td {
  padding: 0.8em 1.5em;
}
#content .rabies04 .rabies04_contents table tfoot th {
  padding: 0.8em 1.5em;
}
#content .rabies04 .rabies04_contents table tfoot td {
  padding: 0.8em;
}
}
@media (min-width:1280px) {
#content .atopic03 .atopic03_contents .atopic03_contents_img {
    width: 534px;
    margin-left: 50px;
}
}


/* ノミの予防と治療 */
#content .siphonaptera1_02 .siphonaptera1_02_contents div,
#content .siphonaptera1_03 .siphonaptera1_03_contents div,
#content .siphonaptera2_02 .siphonaptera2_02_contents div {
    margin-bottom: 1.5em;
}
#content .siphonaptera1_03 .siphonaptera1_03_contents .siphonaptera1_03_contents_img {
    text-align: center;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents dd {
    margin-left: 2em;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents table {
    border: 1px solid #f57e00;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents table th {
    color: #f57e00;
    padding: 0.3em;
    background: #fff0e0;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents table td {
    padding: 0.3em;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents table td strong {
    color: #f57e00;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents .products .products_img {
    display: table;
    padding: 10px;
    border: solid 1px #dfdfdf;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents .products .products_note {
    font-weight: bold;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents .products .products_note strong {
    color: #dd4240;
}
@media (min-width: 768px) {
#content .siphonaptera1_02 .siphonaptera1_02_contents,
#content .siphonaptera1_03 .siphonaptera1_03_contents,
#content .siphonaptera2_02 .siphonaptera2_02_contents {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#content .siphonaptera1_02 .siphonaptera1_02_contents div,
#content .siphonaptera1_03 .siphonaptera1_03_contents div,
#content .siphonaptera2_02 .siphonaptera2_02_contents div {
    margin: 0;
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 280px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 280px);/*Firefox4~15対応*/
	width: calc(100% - 280px);  
}
#content .siphonaptera1_02 .siphonaptera1_02_contents .siphonaptera1_02_contents_img,
#content .siphonaptera1_03 .siphonaptera1_03_contents .siphonaptera1_03_contents_img,
#content .siphonaptera2_02 .siphonaptera2_02_contents .siphonaptera2_02_contents_img {
    width: 230px;
    margin: 0;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents table th {
    padding: 0.5em;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents table td {
    padding: 0.5em;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents .products {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
#content .siphonaptera2_04 .siphonaptera2_04_contents .products .products_img {
    margin-right: 20px;
}
}
@media (min-width:1280px) {
#content .siphonaptera1_02 .siphonaptera1_02_contents div,
#content .siphonaptera2_02 .siphonaptera2_02_contents div {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 370px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 370px);/*Firefox4~15対応*/
	width: calc(100% - 370px);  
}
#content .siphonaptera1_03 .siphonaptera1_03_contents div {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 460px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 460px);/*Firefox4~15対応*/
	width: calc(100% - 460px);  
}
#content .siphonaptera1_02 .siphonaptera1_02_contents .siphonaptera1_02_contents_img,
#content .siphonaptera2_02 .siphonaptera2_02_contents .siphonaptera2_02_contents_img {
    width: 320px;
}
#content .siphonaptera1_03 .siphonaptera1_03_contents .siphonaptera1_03_contents_img {
    width: 410px;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents table td {
    padding: 0.5em 1.5em;
}
#content .siphonaptera2_04 .siphonaptera2_04_contents .products .products_img {
    margin-right: 40px;
}
}


/* ノミ・ダニとは？ */
#content .tick04 ol {
  counter-reset: listnum;
  list-style: none;
}
#content .tick04 ol li {
  padding-left: 1.5em;
  position: relative;
}
#content .tick04 ol li::before {
  counter-increment: listnum;
  content: counter(listnum)".";
  color: #1c6247;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0.3em;
}
@media (min-width: 768px) {
}
@media (min-width:1280px) {
}


/* 肥満について */
#content .obesity04 ol {
  counter-reset: listnum;
  list-style: none;
}
@media (min-width: 768px) {
}
@media (min-width:1280px) {
}


/* フィラリア症とは？ */
#content .heartworm05 ol {
  counter-reset: listnum;
  list-style: none;
}
#content .heartworm05 ol li {
  padding-left: 1.5em;
  position: relative;
}
#content .heartworm05 ol li::before {
  counter-increment: listnum;
  content: counter(listnum)".";
  color: #1c6247;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0.3em;
}
@media (min-width: 768px) {
}
@media (min-width:1280px) {
}
