@charset "UTF-8";

/*----メインビジュアル----*/
.txColor_dog{color: #ff9500;}
.txColor_cat{color: #ff667f;}
.txColor_bird{color: #3bc4ad;}
.txColor_others{color: #4fc8e0;}
.review-ttl {
	display: block;
	font-size: 4.6rem;
	color: #ff9500;
	padding-top: 40px;
	line-height: 1;
	text-align: center;
}
.review-cat .review-ttl {
	color: #ff667f;
}
.review-ttl--index {
	height: 160px;
	background: url(/pet/review/img/review_mv_pc.png) no-repeat center center;
	background-color: #faf6e1;
}
.review-ttl-category {
	font-size: 2.4rem;
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 7px 15px;
	background-color: #ff9500;
	color: #faf6e1;
	border-radius: 20px;
}
.review-cat .review-ttl-category {
	background-color: #ff667f;
}
.review-ttl--index p {
	font-size: 2.0rem;
	margin-top: 10px;
	margin-left: auto;
}

.about-review {
	border-radius: 10px;
	padding: 10px 15px 5px;
	border: 2px solid #e6e6e6;
	width: 100%;
	margin: 20px auto;
}
.about-review_ttl {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color: #ff9500;
	margin-bottom: 1rem;
}
.review-cat .about-review_ttl {
	color: #ff667f;
}
.leftBd_title {
	font-size: 1.8rem;
	margin: 0 0 10px;
	position: relative;
	margin-left: 15px;
	font-weight: bold;
	text-align: left;
}
.leftBd_title:before {
	content: "";
	width: 4px;
	height: 90%;
	position: absolute;
	left: -15px;
	top: 1px;
	background-color: #ff9500;
}
.review-cat .leftBd_title:before {
	background-color: #ff667f;
}
#to_ipet .box-inslist__company-name, #to_ipet .leftBd_title:before {
	background-color: #1698d9;
}
#to_ipet-light .box-inslist__company-name, #to_ipet-light .leftBd_title:before {
	background-color: #e63939;
}
#to_sbi-pet .box-inslist__company-name, #to_sbi-pet .leftBd_title:before {
	background-color: #28b28b;
}
#to_petfamily .box-inslist__company-name, #to_petfamily .leftBd_title:before {
	background-color: #0068b3;
}
#to_petmedi .box-inslist__company-name, #to_petmedi .leftBd_title:before {
	background-color: #52c2cc;
}
#to_littlefamily .box-inslist__company-name, #to_littlefamily .leftBd_title:before {
	background-color: #1da23a;
}
.u-bg-glay03 {
	background-color: #f2f2f2 !important;
	border-radius: 10px;
	padding: 15px 20px;
	margin: 15px 0 10px;
}

/*----タブ----*/
.tab_category{
	display: flex;
	margin-top: 20px;
}
.tab_category li{
	width: 50%;
	text-align: center;
	border-bottom: 4px solid #ccc;
}
.tab_category li a{
	position: relative;
	padding: 10px 0 5px;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	color: #666;
}
.tab_category li a span{
	position: relative;
	margin-left: 30px;
}
.tab_category li a span:after{
	content: "";
	position: absolute;
	background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: contain;
	width: 32px;
	height: 32px;
	top: 8px;
	left: -23px;
	transform: translate(-50%, -50%);
	display: inline-block;
}
.tab_category li.current a:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -13px;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 9px solid #ccc;
    transform: translate(-50%, 0);	
}
.category-ttl {
	font-size: 2.4rem;
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
}
.tab_category li:nth-child(1) a span:after{background-image: url(/pet/ranking/img/ico_dog.svg);}
.tab_category li:nth-child(2) a span:after{background-image: url(/pet/ranking/img/ico_cat.svg);}
.tab_category li:nth-child(1).current{border-bottom: 4px solid #ff9500;color: #333;}
.tab_category li:nth-child(2).current{border-bottom: 4px solid #ff667f;color: #333;}
.tab_category li:nth-child(1).current a:after{border-top: 9px solid #ff9500;}
.tab_category li:nth-child(2).current a:after{border-top: 9px solid #ff667f;}

@media screen and (min-width: 768px){
	.tab_category{
		margin-top: 30px;
	}
	.tab_category li a{
		font-size: 2rem;
		padding: 8px 0;
	}
	.tab_category li a span:after{
		background-size: 36px 36px;
		width: 36px;
		height: 36px;
		top: 9px;
		left: -27px;
	}
	.about-review {
		padding: 20px 25px 15px;
		width: 90%;
		margin: 30px auto;
	}
	.u-bg-glay03 {
		padding: 20px 25px;
	}
	.about-review {
		padding: 15px 20px 10px;
	}
}

/*----ボタン----*/
.link-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.link-list > * {
  margin-right: 10px;
  margin-bottom: 10px;
}
.link-list > *:nth-child(3n) {
  margin-right: 0;
}
.link-list__item {
	width: calc(100% /3 - 7px);
	border: 1px solid #ff9500;
	padding: 12px 0 10px 34px;
	position: relative;
	color: #ff9500;
}
.link-list__item:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 9px;
	height: 9px;
	border-top: 3px solid #ff9500;
	border-right: 3px solid #ff9500;
	transform: translateY(-50%) rotate(135deg);
}
.review-cat .link-list__item {
	border: 1px solid #ff667f;
	color: #ff667f;
}
.review-cat .link-list__item:after {
	border-top: 3px solid #ff667f;
	border-right: 3px solid #ff667f;
}
.link-list__item:before {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	background: none;
}
.link-list__item:hover {
	color: #ffffff;
	background-color: #ff9500;
	text-decoration: none;
}
.review-cat .link-list__item:hover {
	background-color: #ff667f;
}
.link-list__item:hover:after {
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

.box-inslist__ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #e6e6e6;
	height: auto;
}
.box-inslist__ttl a {
	font-size: 1.6rem;
	line-height: 1.6;
}
.box-inslist__ttl .box-inslist__product-name {
	font-size: 1.8rem;
	position: relative;
    left: -5px;
}
.box-inslist__company-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	background-color: #fff;
	box-sizing: border-box;
}
.box-inslist__company-logo img {
	width: 120px;
}
.box-inslist__company-name {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #ff9500;
	padding: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
.review-cat .box-inslist__company-name {
	background-color: #ff667f;
}
.box-inslist {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}
.box-inslist__btnarea {
	display: flex;
    justify-content: center; 
	align-items: center;
	width: 250px;
	height: 80px;
	background-color: #fff;
	padding: 14px;
}
.box-inslist__btnarea li:first-child {
	margin-bottom: 4px;
}
.review-box__btn .btn-net {
    position: relative;
    line-height: 1.3;
	padding: 10px;
	font-size: 1.6rem;
}
.review-box__btn .btn-net > span span {
    font-size: 1.3rem;
    font-weight: normal;
}
.review-box__btn .btn-net:after {
	content: url(/pet/img/icon/ico_blank_w.svg);
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
}
.box-inslist__ttl {
	margin-bottom: 0;
}
.tbl_review .leftBd_title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.review_txt p {
	line-height: 1.7;
}
.review-id {
  vertical-align: bottom !important;
}

.body-review .point-box, .body-review .caution-box {
	border: 2px solid #e6e6e6;
	border-radius: 8px;
	padding: 0 25px 15px;
	margin: 60px 0 40px;
}
.body-review .ttl-ico {
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
}
.body-review .ttl-ico span {
	font-size: 1.8rem;
    position: absolute;
    top: -15px;
    left: 0;
    padding: 0 10px 0 35px;
    background-color: #fff;
}
.body-review .ttl-square {
	font-size: 1.7rem;
}
.body-review .ttl-square::before {
    content: "■";
    color: #ff9500;
    margin-right: 5px;
    font-size: inherit;
    font-family: "メイリオ", Meiryo;
}
.body-review.review-cat .ttl-square::before {
    color: #ff667f;
}
.body-review .ttl-bgline, .ttl-bgline--link {
    position: relative;
    display: table;
    width: 100%;
    font-size: 1.8rem;
    color: inherit;
    font-weight: bold;
    padding: 10px 40px 10px 10px;
    border-left: solid 5px #ff9500;
    background-color: #fff3e4;
    line-height: 1.4;
}
.body-review.review-cat .ttl-bgline, .ttl-bgline--link {
    position: relative;
    display: table;
    width: 100%;
    font-size: 1.8rem;
    color: inherit;
    font-weight: bold;
    padding: 10px 40px 10px 10px;
    border-left: solid 5px #ff667f;
    background-color: #ffedf0;
    line-height: 1.4;
}
.body-review .bd-link {
    text-decoration: underline;
}
.body-review .bd-link:hover {
    text-decoration: none;
}
.body-review .point-box {
	font-size: 1.6rem;
}

.search-area {
	margin-bottom: 40px;
}
.bnr-ranking {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 767px){
	.link-list{
		display: block;
	}
	.link-list__item {
		width: 100%;
		font-size: 1.5rem;
	}
	.box-inslist__ttl {
		display: block;
	}
	.box-inslist__company-logo,
	.box-inslist__btnarea {
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.box-inslist__company-name{
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.box-inslist__company-name {
		text-align: center;
	}
	.review-ttl--index {
		height: 160px;
		background: url(/pet/review/img/review_mv_sp.png) no-repeat center center;
		background-size: contain;
		background-color: #faf6e1;
	}
	.review-ttl {
		display: block;
		font-size: 3.4rem;
		color: #ff9500;
		line-height: 1.2;
		padding-top: 18px;
	}
	.body-review .review-ttl-category {
		font-size: 2.2rem;
	}
	.review-ttl--index p {
		font-size: 1.6rem;
	}
	.box-inslist__company-logo img {
		width: 140px;
	}
	.body-review .box-inslist__btnarea a {
		display: table;
    }
	.review_txt p {
		line-height: 1.6;
	}
	.box-inslist__ttl .box-inslist__product-name {
		font-size: 1.7rem;
	}
	.tbl_review .leftBd_title {
		font-size: 1.7rem;
	}
	.body-review .point-box {
		font-size: 1.4rem;
	}
	.body-review .point-box, .body-review .caution-box {
		padding: 0 15px 5px;
	}
}

.tbl_review {
	padding: 20px 25px;
	border: 2px solid #e6e6e6;
	margin-top: 20px;
}
.tbl_review .tbl {
	display: grid;
	grid-template-columns: 140px 1fr;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
}
.tbl_review .tbl_inner.review-img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border-right: 1px solid #ccc;
	line-height: 0;
}
.tbl_review .tbl_inner.review-img img {
	display: block;
	width: 120px;
	height: auto;
	margin: 0;  
}
.tbl_review .tbl_inner.review-info {
	display: grid;
	grid-auto-rows: min-content;
	align-items: stretch;
}
.tbl_review .tbl_inner_in {
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	box-sizing: border-box;
	align-items: stretch;
}
.tbl_review .tbl_inner_in:last-child {
	display: grid;
	box-sizing: border-box;
	align-items: stretch;
}
.tbl_review .tbl_inner_in:first-child {
	border-top: none;
}
.tbl_review .info-item {
	display: contents;
}
.tbl_review .info-item p {
	width: 120px;
}
.tbl_review .label, .tbl_review .value {
	display: flex;
	align-items: center;
	padding: 8px 10px;
	box-sizing: border-box;
}
.tbl_review .label {
	padding: 8px 10px;
	background-color: #f7f7f7;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
	justify-content: center;
}
.tbl_review .value {
	padding: 10px 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	min-width: 0;
	overflow-wrap: anywhere;
	justify-content: flex-start;
}
.tbl_review .tbl_inner_in .info-item:last-child .value {
	border-right: none;
}
.tbl_review .tbl_inner_in:nth-child(2) .label,
.tbl_review .tbl_inner_in:nth-child(2) .value {
	border-bottom: none;
}
.tbl_review .info-item p.width-long {
	width: 100%;
	min-width: 0;
}

@media screen and (max-width: 767px) {
	.tbl_review {
		padding: 15px;
	}
	.tbl_review .tbl {
		display: block;
	}
	.tbl_review .tbl_inner.review-img {
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	.tbl_review .tbl_inner.review-info {
		display: flex;
		flex-direction: column;
	}
	.tbl_review .tbl_inner_in, .tbl_review .tbl_inner_in:last-child{
		display: flex;
		flex-direction: column;
		border-bottom: none;
	}
	.tbl_review .info-item {
		display: flex;
		flex-direction: row;
	}
	.tbl_review .info-item p {
		width: 110px;
	}
	.tbl_review .label {
		text-align: left;
		background-color: #f7f7f7;
		border-right: 1px solid #ccc;
		box-sizing: border-box;
		flex-shrink: 0;
	}
	.tbl_review .value {
		flex: 1;
		border-left: none;
	}
	.value.width-long {
		width: auto;
		flex: 1;
	}
	.tbl_review .tbl_inner_in:nth-child(2) .label,
	.tbl_review .tbl_inner_in:nth-child(2) .value {
		border-bottom: none;
	}
	.tbl_review .tbl_inner .border-top{
		border-top: 1px solid #ccc;
	}
	.tbl_review .value {
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	.tbl_review .info-item:last-child {
		border-bottom: none;
	}
}