/* PC版のみ改行タグ無効化 */
br.br_nonpc{ display: none; }

/* ここに載っていないコードは、new_pc_common.css/new_pc_detail.css */
.tbs-pcsp, .tbs-pconly{
	overflow-x: auto;
    display: flex;
	/*white-space: nowrap;*/
}
.tbs-pcsp table,
.tbs-pconly table{
	width: 100%;
    margin: 0;
    padding: 0;
}
.tbs-pcsp table th, .tbs-pcsp table td,
.tbs-pconly table th, .tbs-pconly table td{
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.tbs-sponly{
		overflow-x: auto;
		white-space: nowrap;
	}
	.tbs-sponly table{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.tbs-sponly table th, .tbs-sponly table td{
		box-sizing: border-box;
	}
}
@media screen and (min-width: 768px) {
	.tbs-sponly{
		width: 100%;
    	overflow: hidden;
	}
}

.ml-mr_auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

.min-w50{ min-width: 50px !important; }
.min-w60{ min-width: 60px !important; }
.min-w70{ min-width: 70px !important; }
.min-w80{ min-width: 80px !important; }
.min-w90{ min-width: 90px !important; }
.min-w100{ min-width: 100px !important; }
.min-w150{ min-width: 150px !important; }
.min-w200{ min-width: 200px !important; }
.min-w250{ min-width: 250px !important; }
.min-w300{ min-width: 300px !important; }

.max-w50{ max-width: 50px !important; }
.max-w60{ max-width: 60px !important; }
.max-w70{ max-width: 70px !important; }
.max-w80{ max-width: 80px !important; }
.max-w90{ max-width: 90px !important; }
.max-w100{ max-width: 100px !important; }
.max-w150{ max-width: 150px !important; }
.max-w200{ max-width: 200px !important; }
.max-w250{ max-width: 250px !important; }
.max-w300{ max-width: 300px !important; }

/* PCのみ適用 */
.pc_tbl-lo-fixed{ table-layout: fixed; }

.pc_min-w50{ min-width: 50px !important; }
.pc_min-w60{ min-width: 60px !important; }
.pc_min-w70{ min-width: 70px !important; }
.pc_min-w80{ min-width: 80px !important; }
.pc_min-w90{ min-width: 90px !important; }
.pc_min-w100{ min-width: 100px !important; }
.pc_min-w150{ min-width: 150px !important; }
.pc_min-w200{ min-width: 200px !important; }
.pc_min-w250{ min-width: 250px !important; }
.pc_min-w300{ min-width: 300px !important; }

.pc_max-w50{ max-width: 50px !important; }
.pc_max-w60{ max-width: 60px !important; }
.pc_max-w70{ max-width: 70px !important; }
.pc_max-w80{ max-width: 80px !important; }
.pc_max-w90{ max-width: 90px !important; }
.pc_max-w100{ max-width: 100px !important; }
.pc_max-w150{ max-width: 150px !important; }
.pc_max-w200{ max-width: 200px !important; }
.pc_max-w250{ max-width: 250px !important; }
.pc_max-w300{ max-width: 300px !important; }

.pc_w70p{ width: 70% !important; }
.pc_w75p{ width: 75% !important; }
.pc_w80p{ width: 80% !important; }
.pc_w85p{ width: 85% !important; }
.pc_w90p{ width: 90% !important; }
.pc_w95p{ width: 95% !important; }
.pc_w100p{ width: 100% !important; }

/* =============================== */
.box_tips {
    width: 100%;
    position: relative;
    margin: 30px auto 0;
    padding: 0px 0px 7px;
    background: #FFEDBA;
    border: solid 2px #FFC107;
}
.box_tips .box-title {
    display: inline-block;
    margin: 0px 0px 10px;
    padding: 9px;
    max-width: 85%;
    line-height: 22px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box_tips ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0.3em 1em 0em;
}
.box_tips ol li, .box_tips ul li {
    border-bottom: dashed 1px orange;
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.5em;
}
.box_tips ol li:last-child, .box_tips ul li:last-child{
	border-bottom: none;
}
.box_tips ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #ffb107;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* チェックボックス */
.check-box {
    margin: 40px 20px;
    border: 3px solid #f18052;
    border-radius: 10px;
    padding: 22px 18px 15px;
    position: relative
}
.check-box .check-box-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    padding: 10px 20px;
    color: #f18052;
    background: #fff;
    display: block;
    position: absolute;
    left: 10px;
    top: -25px;
}
.check-box .check-box-title i.fa {
    font-size: 30px;
    font-weight: 400;
    margin-right: 10px;
    vertical-align: middle;
}
.check-box .check-box-list {
    list-style: none
}
.check-box .check-box-list li {
    padding: 7px 15px 7px 38px;
    font-size: 16px;
    text-indent: -28px;
    border-bottom: 1px solid #d5d5d5
}
.check-box .check-box-list li:last-child{
    border-bottom: none !important
}
.check-box .check-box-list li i.fa::before {
    font-size: 30px
}
.check-box .check-box-list li::before {
    content: "\25cf";
    font-size: 18px;
    margin-right: 10px;
    color: #f18052
}

/* ブログカード風 商品ページの内部リンク */
.l-card {
	max-width: 700px;
    width: 700px;
    background: #FFF;
    margin: 30px 10px;
    border: 1px solid #ccc;
	box-shadow: none !important;
	line-height: 0;
    display: flex;
}
.l-card a {
    display: block;
    padding: 10px;
    text-decoration: none;
}
.l-c_img {
    width: 160px;
    background: #fff;
    margin-right: 7px;
    font-size: 0;
}
.l-c_img img {
    width: 100% !important;
    height: auto;
}
.l-c_txt {
	width: calc(100% - 190px);
	padding: 0;
	box-sizing: border-box;
}
.l-c_txt .l-c_name{
	font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: underline;
    color: #1010ca;
    padding: 5px 0;
    display: block;
}
.l-c_txt .l-c_price {
    font-weight: 700;
    color: #888;
    font-size: 13px;
    display: block;
    margin: 3px 0;
}
.l-c_txt .l-c_price price {
    color: #d90303;
    font-size: 20px;
    margin: 0px 3px;
}
.l-card .l-c_desc{
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin: 5px 0 0;
}
/* テーブル */
.hikaku-tbl td, .hikaku-tbl th {
    font-size: 15px;
    padding: 13px;
    border: 1px solid #ccc;
}
.hikaku-tbl img, .hikaku-tbl.col5 img{
	max-width: 100% !important;
    height: auto;
    margin: 0 auto;
}

/* テーブル色付け */
.table-paint{
	min-width: 600px;
    max-width: 700px;
}
.table-paint th, .table-paint td {
	background: #fff;
	padding: 7px 10px;
}
.table-paint th {
    font-weight: bold;
}
.tbl-aqua th, .tbl-aqua td{
	border: 1px solid #c9eeff !important;
}
.tbl-aqua th {
    color: #fff !important;
    background: #19c0ff !important;
}

.tbl-pink th, .tbl-pink td{
	border: 1px solid #ffd6e3 !important;
}
.tbl-pink th {
    color: #fff !important;
    background: #f6979b !important;
}

.ol_default{
	padding: 15px 25px;
}
.ol_default li{
	list-style: decimal;
}
.ol_default li img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 30px auto;
	border: 2px solid #ccc;
	padding: 1px;
}


/* テーブル用オプション */
/* new_guides.cssも参照 */
/* 幅調整 */

/* PCオンリー */
.pc_tbl-lo-fixed{ table-layout: fixed; }


/* カテゴリページ売れ筋ランキング（new_guides.cssから移動） */
.rankitem_wrap {
    display: flex;
    justify-content: space-around;
    margin-bottom:20px;
    width:calc(100% - 10px);
    margin: 30px 0 20px 10px;
    padding: 5px;
	box-sizing: border-box;
}
.rankitem_icon{
    background: url(/img/icon/rank_title.png) no-repeat 0 0;
    padding-left:27.5px;
}
.rankitem_box{
    width:20%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}
.rankitem_box a{
    display: block;
    width:100%;
    text-decoration: none;
}
.rankitem_box a:hover{
    opacity: 0.7;
}
.rankitem_head{
    width:100%;
}
.rankitem_head .rankitem_number{
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    padding:2.5px 5px;
    position: absolute;
    left:-10px;
    top:-20px;
    z-index: 2;
}
.rankitem_head .rankitem_number:first-letter{
    font-size: 22px;
    margin-right:2.5px;
}
.rankitem_box:nth-of-type(1) a .rankitem_head .rankitem_number{
    background:#e7bb10;
}
.rankitem_box:nth-of-type(2) a .rankitem_head .rankitem_number{
    background:#bababa;
}
.rankitem_box:nth-of-type(3) a .rankitem_head .rankitem_number{
    background:#b58344;
}
.rankitem_box:nth-of-type(4) a .rankitem_head .rankitem_number, .rankitem_box:nth-of-type(5) a .rankitem_head .rankitem_number{
    background:#55c5a8;
}
.rankitem_head .rankitem_img{
    display: grid;
    place-items:center;
    border:1px solid #dadada;
    margin-bottom: 5px;
    height:90px;
}
.rankitem_head .rankitem_img img{
    max-width: 100px;
    height: auto;
}
.rankitem_text{
    font-size: 11px;
    padding: 0 2px;
}
.rankitem_text .rankitem_name{
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}
.rankitem_text .rankitem_price{
    display: block;
    margin-bottom: 5px;
}
.rankitem_text .price_emp{
    font-size: 12px;
    display: block;
    font-weight: 700;
    color:#da0000;
}

/* H●タグを使わない見出し風のデザイン */
.midashi_fh5{
	font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding: 5px 0 5px 10px;
    border-left: 5px solid #53c3f1;
    margin: 30px 0;
	position: relative;
}
.midashi_fh5::before{
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}
.chewa:not(.type-table),
.spoit:not(.type-table),
.oyatu:not(.type-table) {
	padding: 10px 10px 10px 70px;
}
.chewa:not(.type-table)::before{
	background-image: url(/img/list202204/icon_tablet.png);
}
.spoit:not(.type-table)::before{
	background-image: url(/img/list202204/icon_liquid.png);
}
.oyatu:not(.type-table)::before{
	background-image: url(/img/list202204/icon_oyatu.png);
}

/* 上部・赤ボーダー、黄色背景ボックス */
.bt-red_ye_box{
    background: #ffffe5;
    border-top: 3px solid #fe3434;
    margin: 5px;
    padding: 7px 12px 12px;
    box-sizing: border-box;
    line-height: 0;
}
.bt-red_ye_box p{
    line-height: 24px;
}
.bt-red_ye_box .bt-red_lbl{
    color: #ff0000;
    font-weight: 700;
    display: block;
    padding: 7px 0;
}
.bt-red_ye_box .bt-red_lbl::before,
.bt-red_ye_box .bt-red_lbl::after {
    content: "\2605";
    color: #fbbc04;
}
.bt-red_ye_box .bt-red_main{
    font-size: 16px;
    line-height: 0;
}

/* リンク（末尾に右方向の矢印） */
.link-r-arrow::after {
    content: "\003e\003e";
}
/* 犬猫ボタンパーツ */
.page_disc .link_wrap {
    text-align: right;
    margin-top: 10px;
}
.link_wrap {
	margin-bottom: 15px;
}
.link_wrap.dog a.link_btn {
	display: inline-flex;
	align-items: center;
	background: #ABDAF5;
	text-decoration: none;
	border-radius: 5px;
	border: 2px solid #65C0F5;
}
  .link_wrap.cat a.link_btn {
	display: inline-flex;
	align-items: center;
	background: #F5C4C6;
	text-decoration: none;
	border-radius: 5px;
	border: 2px solid #F6979B;
	
}
a.link_btn:hover p.link_txt {
	text-decoration: none !important;
}
  .link_wrap.dog .link_btn_imgbox {
	background: #65C0F5;
	text-align: center;
	padding: 4px 20px;
	font-size: 12px;
	color: #fff;
}
.link_wrap.cat .link_btn_imgbox {
	background: #F6979B;
	text-align: center;
	padding: 4px 20px;
	font-size: 12px;
	color: #fff;
}
.link_btn_imgbox p {
	line-height: 0;
}
.link_btn_imgbox img {
	width: 30px !important;
	height: 27px !important;
    border: none !important;
}
.link_wrap.dog p.link_txt {
	padding: 0px 15px;
	font-size: 14px;
	color: #1010ca;
	text-decoration: underline;
	font-weight: bold;
}
.link_wrap.cat p.link_txt {
	padding: 0px 15px;
	font-size: 14px;
	color: #df0101;
	text-decoration: underline;
	font-weight: bold;
}
/* Q&Aパーツ */
.s_section {
    width: 80%;
}
.accordion_area .accordion_one:first-child .ac_header {
	border-top: 1px solid #ccc;
}
.accordion_area .accordion_one p{
       margin:0 !important;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 4rem 1rem 1rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  /*background-color: #f5f5f5;*/
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 15px;
  height: 15px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #bdbcbc;
  width: 12px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #bdbcbc;
  width: 0;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 4.7px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1rem 2rem 1rem 1rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #faf9fa;
}
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\0051";
  color: #ffffff;
  background: #03A6D9;
  font-size: 15px;
  font-weight: bold;
  width: 26px;
    height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "\0041";
  color: #ffffff;
  background: #D93402;
  font-size: 15px;
  font-weight: bold;
  width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
  line-height: 26px;
}

/* オレンジボタン */
.orange_btn2{
	width: 65%;
	margin: 20px auto;
}
.orange_btn2 a{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	padding: 27px 50px 26px 70px;
	display: block;
	box-sizing: border-box;
	background: #ff6900;
	background: linear-gradient(0deg, #ff6900 0%, #ff9400 100%);
	border-radius: 10px;
	box-shadow: 0px 10px 0px;
	position: relative;
	text-shadow: -2px -2px 0px #E37226;
	box-shadow: 0px 5px 0px #DD5800;
	text-align: center;
}
.orange_btn2 a::before{
	content: "";
	position: absolute;
	left: 20px;
	top: -2px;
	bottom: 0;
	margin: auto;
	width: 27px;
	height: 27px;
	display: block;
	background: #fff;
	border-radius: 50%;
	line-height: 0;
	box-shadow: -2px -2px 0px #E37226;
	z-index: 2;
}
.orange_btn2 a:hover{
	text-shadow: -2px -2px 0px #e38b26;
	background: #ff9900;
	background: linear-gradient(0deg, #ffa600 0%, #ffae00 100%);
	box-shadow: 0px 5px 0px #e27e0c;
}
.orange_btn2 a:hover::before{
	box-shadow: -2px -2px 0px #e38b26;
}
.orange_btn2 a::after{
	content: "";
	border: 7px solid transparent;
	border-left: 10px solid #FF6700;
	z-index: 3;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 29px;
	top: -2px;
	bottom: 0;
	margin: auto;
}


/* メリットデメリットボックス（基本） */
.mede-box{
	width: 70%;
	border: 3px solid #555;
	margin: 20px auto;
	border-radius: 5px;
}
.mede-box .mede-box-label{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background-color: #555;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 2px 2px 0 0;
}
.mede-box .mede-box-main{
	padding: 10px 15px;
	box-sizing: border-box;
}
.mede-box .mede-box-main p{
	font-size: 15px;
    line-height: 22px;
	margin: 7px 0
}
.mede-box .mede-box-main ul{
	margin: 0;
	padding: 0;
}
.mede-box .mede-box-main ul li{
	list-style: none;
    padding: 7px 5px 7px 33px;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    line-height: 22px;
}
.mede-box .mede-box-main ul li:last-child{
	border-bottom: none;
}
.mede-box .mede-box-main ul li:before{
	content: "\f058";
	font-family: icomoon;
	font-size: 22px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	margin: auto;
	width: 0;
	height: 0;
	line-height: 0;
}
/* メリットデメリットボックス（メリットの色設定） */
.mede-box.merit{
	border-color: #5F88FF;
}
.mede-box.merit .mede-box-label{
	background-color: #5F88FF;
}
.mede-box.merit .mede-box-main ul li:before{
	color: #5F88FF;
}

/* メリットデメリットボックス（デメリットの色設定） */
.mede-box.demerit{
	border-color: #FF5F5F;
}
.mede-box.demerit .mede-box-label{
	background-color: #FF5F5F;
}
.mede-box.demerit .mede-box-main ul li:before{
	color: #FF5F5F;
}

/* メリットデメリットボックス（横2列） */
.mede-2col{
	display: flex;
	align-items: stretch;
}
.mede-2col .mede-box{
	width: 50%;
	margin: 10px;
}

/* YouTube埋め込み動画枠 */
.youtube_box{
	border: 3px solid #54c2f1;
    padding: 2px;
    display: block;
    margin: 30px auto;
    font-size: 0;
	box-sizing: border-box;
    width: fit-content;
}
.youtube_box iframe{
    margin: 0;
    max-width: 100%;
    border: none;
}

/* 250513 スタッフレビューボックス */
.staffrev{
    background-color: #d5eaf3;
    padding: 35px;
    border: 10px solid #eef9fe;
    line-height: 0;
}
.staffrev br{
    display: contents;
}
.staffrev_box{
    background-color: #fff;
    border-radius: 10px;
    padding: 35px;
    line-height: 0;
}
.staffrev_box .srb_label{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    padding: 0 0 20px 80px;
    margin-bottom: 25px;
    border-bottom: 3px solid #d5eaf3;
    color: #00a4e8;
    position: relative;
}
.staffrev_box .srb_label::before{
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    width: 100px;
    height: 35px;
    background-image: url(/img/review_lbl_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.staffrev_box .srb_col{
    display: flex;
    flex-wrap: nowrap;
    align-items: normal;
}

.staffrev_box .srb_col .srb_col_l.srb_img img{
    width: 300px;
    height: auto;
    object-fit: contain;
    min-height: 150px;
    margin-right: 35px;
}
.staffrev_box .srb_col .srb_rev_txt{
    margin-bottom: 25px;
    color: #555;
}
.staffrev_box .srb_col .srb_rev_txt br{
    display: inline;
}
.staffrev_box .srb_col .srb_rev_txt br:first-of-type{
    display: none;
}

.staffrev_box .srb_col .srb_rev_staff{
    display: flex;
    flex-wrap: nowrap;
    align-items: normal;
    font-size: 0;
    border-top: 1px solid #d5eaf3;
    padding-top: 15px;
}
.staffrev_box .srb_col .srb_rev_staff .srb_rev_staff_img{
    width: 75px;
    margin-right: 15px;
}
.staffrev_box .srb_col .srb_rev_staff .srb_rev_staff_img img{
    width: 75px;
    height: auto;
}
.staffrev_box .srb_col .srb_rev_staff .srb_rev_staff_txt{
    width: calc(100% - 65px);
}
.staffrev_box .srb_col .srb_rev_staff .srb_rev_staff_txt .srb_rev_staff_txt_label{
    font-size: 13px;
    padding: 0;
    color: #555;
}
.staffrev_box .srb_col .srb_rev_staff .srb_rev_staff_txt .srb_rev_staff_txt_name{
    color: #555;
}