

#home section article {
	padding-top: 50px;
}

.subtitle h2 {
}

/* スライダー */
#home section article.top_slide {
	max-width: none;
	padding-top: 0px;
	margin: 0 -30px;
	background: url("../images/common/back_noise.png");
	position: relative;
}
section article.top_slide:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #e04b70;
	background: -moz-linear-gradient(left, #e04b70 0%, #3f8bce 100%);
	background: -webkit-gradient(linear, left center, right center, from(#e04b70), to(#3f8bce));
	background: -webkit-linear-gradient(left, #e04b70 0%, #3f8bce 100%);
	background: -o-linear-gradient(left, #e04b70 0%, #3f8bce 100%);
	background: -ms-linear-gradient(left, #e04b70 0%, #3f8bce 100%);
	background: linear-gradient(to right, #e04b70 0%, #3f8bce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#e04b70, endColorstr=#3f8bce,GradientType=1 );
	position: absolute;
	top: 0px;
	left: 0px;
	mix-blend-mode: overlay;
	-ms-mix-blend-mode: overlay;
}
section article.top_slide > div.swiper {
	position: relative;
    height: 300px;
}
section article.top_slide .swiper-button-next {
    right: 5px;
    width: 45px;
    height: 45px;
    background: url("../images/top/slider_next.png") no-repeat;
    background-size: contain;
}
section article.top_slide .swiper-button-prev {
    left: 5px;
    width: 45px;
    height: 45px;
    background: url("../images/top/slider_prev.png") no-repeat;
    background-size: contain;
}
section article.top_slide .swiper-button-next:after,
section article.top_slide .swiper-button-prev:after {
    content: none;
}

.top_slide .swiper-slide p {
    max-height: 100%;
    padding: 20px 0;
}
.top_slide .slider_sp {
    display: inline;
    max-height: 100%;
}
.top_slide .slider_pc {
    display: none;
    max-height: 100%;
}
.top_slide .slide01 {
    padding: 0 50px;
    text-align: center;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.top_slide .slide01 p {
    margin: 10px 0;
    padding: 0;
}
.top_slide .slide01 .slide01_img img {
    max-width: 200px;
}
.top_slide .slide01 .slider_sp {
    width: 100%;
    max-width: 310px;
}
.top_slide .slide01 .slide01_link a span {
    font-size: 1.4rem;
    padding: 0.3em 5em;
}
.top_slide .slide02,.top_slide .slide03,.top_slide .slide04,.top_slide .slide06 {
    padding: 0 50px;
    text-align: center;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}

/* 記事 */
.top_info {
	margin-bottom: 50px;
}
.category {
	margin-bottom: 40px;
}
.info_list {
	list-style: none;
}
.info_list li {
	margin-bottom: 20px;
}
.info_list a {
	display: block;
	position: relative;
}
.info_list a:hover .info_date,
.info_list a:hover .info_title {
	text-decoration: underline;
}
.info_list a.memberarea:before {
	position: relative;
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: #e3e3e3 url("../images/common/icon_key.svg") no-repeat center center;
	background-size: 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.info_list .info_img {
	margin-bottom: 10px;
	width: 100%;
	height: 150px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.info_list .info_img.info_logo {
	border: solid 2px #e3e3e3;
	background: url("../images/common/logo_symbol.svg") no-repeat center center;
	background-size: 100px;
}
.info_list .info_img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.info_list .info_date {
	font-size: 1.4rem;
	font-weight: 500;
}
.info_list .info_date span {
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	background: #e04b70;
	display: inline-block;
	padding: 0 1ex;
	margin-right: 1ex;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.info_list .info_title {
	font-size: 1.4rem;
}
.top_info_link {
}
.top_info_link a span {
	font-size: 1.4rem;
	font-weight: 600;
  padding: 0.5em 3em;
}

/* 協賛パートナー */
.partner table tr {
	border-bottom: solid 2px #f7f7f7;
}
.partner table tr:last-child {
	border-bottom: none;
}
.partner table th {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
}
.partner table tr:first-child th {
	padding-top: 0;
}
.partner table th p {
	display: inline-block;
	width: 10em;
	padding: 0.2em 1em;
	white-space: nowrap;
	position: relative;
	background: url("../images/common/back_noise.png");
}
.partner table th p:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #e04b70;
	background: -moz-linear-gradient(left, #e04b70 0%, #3f8bce 100%);
	background: -webkit-gradient(linear, left center, right center, from(#e04b70), to(#3f8bce));
	background: -webkit-linear-gradient(left, #e04b70 0%, #3f8bce 100%);
	background: -o-linear-gradient(left, #e04b70 0%, #3f8bce 100%);
	background: -ms-linear-gradient(left, #e04b70 0%, #3f8bce 100%);
	background: linear-gradient(to right, #e04b70 0%, #3f8bce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#e04b70, endColorstr=#3f8bce,GradientType=1 );
	position: absolute;
	top: 0px;
	left: 0px;
	mix-blend-mode: overlay;
	-ms-mix-blend-mode: overlay;
}
.partner table th strong {
	position: relative;
}
.partner table td {
	display: block;
	padding: 15px 0;
}
.partner table tr:last-child td {
	padding: 10px 0 0;
}
.partner table td img.logo_royalcanin {
    width: 130px;
}
.partner table .gold td {
	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;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-bottom: 5px;
}
.partner table .gold td img {
    margin: 0 10px 10px 0;
}
.partner table td img.logo_idexx {
    width: 90px
}
.partner table td img.logo_anicom {
    width: 110px
}
.partner table td img.logo_kao {
    width: 60px
}
.partner table td img.logo_kyoritsu {
    width: 100px
}
.partner table td img.logo_sumitomo {
    width: 110px
}
.partner table td img.logo_zoetis {
    width: 76px
}
.partner table td img.logo_dyson {
    width: 76px
}
.partner table td img.logo_zenoaq {
    width: 100px
}
.partner table td img.logo_hills {
    width: 40px
}
.partner table td img.logo_fujifilm {
    width: 90px
}
.partner table td img.logo_boehringer {
    width: 100px
}
.partner table td img.logo_bah {
    width: 150px
}
.partner table td img.logo_vandp {
    width: 86px
}


@media (min-width: 375px) {
.info_list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -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;
}
.info_list li {
	width: 48%;
}
}

@media (min-width: 414px) {
}

@media (min-width: 768px) {
/* スライダー */
#home section article.top_slide {
	margin: 0 -50px;
}
.swiper-wrapper {
    max-width: 1200px;
}
section article.top_slide .swiper-button-next {
    right: 5px;
    width: 55px;
    height: 55px;
}
section article.top_slide .swiper-button-prev {
    left: 5px;
    width: 55px;
    height: 55px;
}
section article.top_slide > div.swiper {
    height: 400px;
}
.top_slide .swiper-slide {
    max-width: 1200px;
}
.top_slide .slider_sp {
    display: none;
}
.top_slide .slider_pc {
    display: inline;
}
.top_slide .slide01 {
    padding: 0 60px;
}
.top_slide .slide01 p {
    margin: 20px 0;
}
.top_slide .slide01 .slide01_img img {
    max-width: 350px;
}
.top_slide .slide01 .slider_pc {
    width: 100%;
}
.top_slide .slide01 .slide01_link a span {
    font-size: 1.4rem;
    padding: 0.3em 5em;
}

.top_info {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -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;
}
.category {
	widht: -webkit-calc(50% - 15px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 15px);/*Firefox4~15対応*/
	width: calc(50% - 15px);  
}
.info_list li {
	widht: -webkit-calc(50% - 10px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 10px);/*Firefox4~15対応*/
	width: calc(50% - 10px);  
}
.info_list a.memberarea:before {
	width: 34px;
	height: 34px;
	background-size: 13px;
}
.top_info_link {
	width: 100%;
}
.top_info_link a span {
	font-size: 1.6rem;
}

/* 協賛パートナー */
.partner table th {
	display: table-cell;
	padding: 30px 30px 30px 0;
}
.partner table tr:first-child th {
	padding-top: 5px;
}
.partner table th p {
	padding: 0.2em 1.5em;
}
.partner table td {
	display: table-cell;
	padding: 30px 0;
}
.partner table tr:first-child td {
	padding-top: 5px;
}
.partner table tr:last-child td {
	padding: 30px 0 0;
}
.partner table td img.logo_royalcanin {
    width: auto;
}
.partner table .gold td {
}
.partner table .gold td img {
    margin: 0 30px 20px 0;
    width: auto !important;
}
}

@media (min-width: 1200px) {
/* スライダー */
#home section article.top_slide {
	margin: 0 -50px;
    padding: 0 50px;
}
section article.top_slide > div.swiper {
    height: 450px;
    max-width: 1200px;
    margin: 0 auto;
}

.category {
	widht: -webkit-calc(50% - 25px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 25px);/*Firefox4~15対応*/
	width: calc(50% - 25px);
	margin-bottom: 50px;
}
.info_list li {
	widht: -webkit-calc(50% - 15px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 15px);/*Firefox4~15対応*/
	width: calc(50% - 15px);  
}
.info_list a.memberarea:before {
	width: 40px;
	height: 40px;
	background-size: 16px;
}
.info_list .info_img {
	margin-bottom: 10px;
	height: 170px;
}
.info_list .info_img img {
	height: 170px;
}
.info_list .info_title {
	font-size: 1.6rem;
}

/* 協賛パートナー */
.partner table th {
	padding: 40px 30px 40px 0;
}
.partner table tr:first-child th {
	padding-top: 15px;
}
.partner table td {
	padding: 40px 0;
}
.partner table tr:first-child td {
	padding-top: 15px;
}
.partner table tr:last-child td {
	padding: 30px 0 0;
}
.partner table .gold td {
    padding-bottom: 0;
}
.partner table .gold td img {
    margin: 0 30px 30px 0;
}
}

@media (min-width: 1300px) {
/* スライダー */
section article.top_slide .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 590px;
}
section article.top_slide .swiper-button-prev {
    left: auto;
    right: 50%;
    margin-right: 590px;
}
}

