@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* default fix btn */
.c-footer-fix-btn,
.c-fix-btn__web {
    display: none !important;
}
/* PRBOX */
.c-prNotation[data-style="small"] {
  font-size: 11px;
  color: #F7C0C3;
  font-weight: bold;
  border-radius: 30px;
}
/* 見出し */
.post_content h2 {
  border-radius: 50px;
}
/* リスト */
.post_content ul li {
  list-style: disc;
}
.is-style-bad_list li, .is-style-check_list li, .is-style-good_list li, .is-style-triangle_list li {
  list-style: none !important;
}
/* テーブル */
td, th {
  text-align: center;
  vertical-align: middle !important;
}
.rank-comparison {
    font-size: 0.8em;
}
/* 吹き出し */
.c-balloon__text {
  max-width: 100%;
}
/* caption付きBOX */
.is-style-onborder_ttl > .cap_box_ttl {
  font-size: 1em;
  font-weight: bold;
}
.cap_box_content {
  border-radius: 10px !important;
}
/* font-size調整 */
.supervisor-box {
  font-size: .9em;
}
/* 赤太字 */
.b-red {
  color: #F70873;
  font-weight: bold;
}
/* マーカー */
.marker {
  font-weight: bold;
  background: linear-gradient( transparent 60%, #ffe0e2 0% );
}
/* FV検索 */
.search_ttl{
	width: 50%;
	margin: 0 auto !important;
}

.search_btn {
	max-height: 650px;
	max-width:700px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 1em auto 2em;
	text-align: center;
}

.search_btn a,
.search_btn span{
	width: 48%;
}

.search_btn img{
	margin: 6px 0!important;
}
/* FVランキングボタン */
.fv_ranking_btn{
	background: #bf0000;
	padding: 1.5em 2.5em;
	margin: 0 auto 2em;
	text-align: center;
	border-radius:  40px;
	position: relative;
	width: 80%;
	box-shadow: 0 6px 0 0 rgba(128,128,128,.2);
}

.fv_ranking_btn a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	width: 100%;
	display: block;
}

.fv_ranking_btn:hover{
	background: #f00 !important;
	transition: 0.2s ease-out 0.2s;
}

.fv_ranking_btn a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -8px 0 0;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
}

/* 比較表1 */
.scroll_box{
	overflow: auto;
	margin-bottom: 10px;
	margin: 1em auto;
	white-space:nowrap;
	-webkit-overflow-scrolling: touch;
}

@media screen and (max-width:450px) {
  table{
     width:100%;
  }
  .scroll_box{
    overflow: auto;
    white-space: nowrap;
  }
  .scroll_box::-webkit-scrollbar{
    height: 5px;
  }
  .scroll_box::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .scroll_box::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

.scroll_box table{
	min-width:100%;
	table-layout:fixed;
}

.scroll_box th{
	width: 130px;
	min-width: 130px;
}

.scroll_box td{
	width: 130px;
	min-width: 130px;
}


.scroll_box ul li::before{
	background: #333;
}

.scroll_box img{
	margin: 0;
}

.scroll_box table th,.scroll_box table td{
	padding: 3px;
	font-size:12px;
	line-height: 1.5em;
	background: none;
	border: solid 1px #ddd !important;
	word-wrap: break-word;
	white-space: normal;
	vertical-align: middle center;
}

.scroll_box table.conv tr td:nth-of-type(4) a {
    display: block;
    text-align: center;
    width: 100px;
    padding: 5px;
    margin: 0 auto 10px;
    background: #1b861b;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scroll_box table.conv tr td:nth-of-type(4) a:hover {
	opacity: 0.7;
}

/* ランキング */

.ranking_box img{
	margin: 1em auto;
}

.ranking_url {
	margin: 0 auto 1em;
	font-size: 14px;
	text-align: center;
	word-break: break-all;
}

/* カテゴリアイコン */
.cat_iconlist {
	display: flex;
	flex-wrap: wrap;
	margin: 1em auto 1.5em;
	justify-content: flex-start;
}

.cat_iconlist a{
	text-decoration: none;
}

.cat_iconlist a:hover{
	color: #fff;
	transform: 0.5s;
}

.cat_icon01 {
	padding: 0.5em;
	background: #ffbe33;
	margin: 0 0.5em 0.5em 0;
	border-radius: 4px;
	color: #333;
	font-weight: bold;
}

.cat_icon02 {
	padding: 0.5em;
	background: #45cf58;
	margin: 0 0.5em 0.5em 0;
	border-radius: 4px;
	color: #333;
	font-weight: bold;
}

.cat_icon03 {
	padding: 0.5em;
	background: #b1b1b1;
	margin: 0 0.5em 0.5em 0;
	border-radius: 4px;
	color: #333;
	font-weight: bold;
}

.cat_icon04 {
	padding: 0.5em;
	background: #53e9d6;
	margin: 0 0.5em 0.5em 0;
	border-radius: 4px;
	color: #333;
	font-weight: bold;
}

.cat_icon05 {
	padding: 0.5em;
	background: #e98553;
	margin: 0 0.5em 0.5em 0;
	border-radius: 4px;
	color: #333;
	font-weight: bold;
}

.cat_icon06 {
	padding: 0.5em;
	background: #53b2e9;
	margin: 0 0.5em 0.5em 0;
	border-radius: 4px;
	color: #333;
	font-weight: bold;
}

.cat_icon07 {
	padding: 0.5em;
	background: #4c94ed;
	margin: 0 0.5em 0.5em 0;
	border-radius: 4px;
	color: #333;
	font-weight: bold;
}

/* ポイント */
.rank_point img{
	vertical-align:middle;
	margin:.7em;
}

.rank_point{
	display: flex;
	align-items: center;
	padding: 0 0.5em;
	margin: 0 !important;
	font-weight: bold;
}

.rankdisc {
	margin: 1em auto 0.5em;;
	text-align: center;
	color: #392f2c;
	font-size: 1.4em;
	font-weight: bold;
}

.rankdisc_txt {
	text-align: center;
}

.rankdisc_txt img{
	margin: 0 auto 1em !important;
}

.rankdisc_txt p {
	text-align: left;
}



.rank_btn_kwsk a{
	display:block;
	width:100%;
	background: #fff;
	margin: 1em auto;
	padding: 0.5em 1.5em;
	border-radius: 12px;
	border: solid 2px #8d8d8d;
	font-size: 1.2em;
	text-align: center;
}

.rank_btn_kwsk a::after{
	content:"\a\f0da";
	font-family: FontAwesome;	
}

.rank_btn_kwsk:hover {
	opacity: 0.5;
	filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.rank_campaign{
	width: 95%;
	background: #fff;
	padding: 1em;
	margin: 0 auto 1em;
	color: #000;
}

.ranking_kiji_jump{
	width: 98%;
	background: #fff;
	border: solid 4px #d0e3e2;
	border-radius: 8px;
	padding: 1em;
	font-size: 18px;
	margin: 0 auto 1em;
}

/* 比較表2 */
.slide_comp{
  overflow-y: hidden;
  overflow-x: scroll;
	display:block;
	position: relative;
	  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
	margin: 2em auto;
}

@media only screen and (max-width: 599px){
	.slide_comp::before,.scroll_box::before{
    content: "\f0ec";
    font-family: FontAwesome;
    position: absolute;
    top: 1;
    left: 1;
    z-index: 9;
    background: rgba(204,204,204,0.8);
    padding: 0.2em;
    font-size: 120%;
    border-radius: 0 0 5px 0;
    color: #fff;
}
}

.slide_box {
	position:relative;
}
.slide_box img{
	max-width: 650px !important;
	margin: 0 auto;
	vertical-align: bottom;
}
.slide_box p{
	position:absolute;
	top: 130px;
	left: 90px;
	transform: translate(-50%, -50%);
	font-size: 14px !important;
	width: 10em !important;
	text-align: center;
}

/*-- PC版表示CSS  --*/

.phone_area{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .phone_area{
    display:block;
		font-size: 12px;
  }
}

/* 年齢・体型別 */

.genre_box{
	margin: 2em auto 0;
}

.genre_box img{
	margin: 0 auto;
}

.genre_item h3{
	text-align: center;
	font-size: 1.2em !important;
	margin: 0.5em auto !important;
	padding: 0 !important;
	color: #00974a;
	background: none !important;
}

.himangimi {
	text-align: center;
	font-size: 1.3em !important;
	font-weight: bold;
	margin: 0.5em auto !important;
	color: #00974a;
	background: none !important;
}

/* firstview switch */

.firstview_pc{
	display:block !important;
}
.firstview_sp{
	display:none !important;
}

@media screen and (max-width: 450px){
  .firstview_pc{
    display:none !important;
  }
	.firstview_sp{
    display:block !important;
  }
}

/* B案 */

.type2_table_pc {
	display: flex;
	margin: 2em auto;
	text-align: center;
	justify-content:center;
}

.type2_table_sp{
	display:none !important;
}

@media screen and (max-width: 750px){
  .type2_table_pc{
    display:none !important;
  }
	.type2_table_sp{
	display: flex !important;
	margin: 2em auto;
	justify-content:center;
  }
}

.type2_table_body {
	display:block;
	position:relative;
}
.type2_table_btn {
	position:absolute;
	display: block;
	top: 89.5%;
	left: 5%;
	background: #ffd900;
	color: #ffffff !important;
	width: 90%;
	margin: 0 auto;
	border-radius: 4px;
	padding: 0.5em;
	border:solid 2px #fff;
	box-shadow:1px 1px 5px -2px #000000;
}

.type2_table_btn a{
	font-weight: 700;
}

.type2_table_btn:hover{
	opacity: 0.7;
}

.type2_table_btn a::after{
	content: "\f105";
  font-family: FontAwesome;
}

#ranking h2 img{
	margin: 0 auto;
}

#ranking h2{
	margin-bottom: 0;
}
/* スマホのみ */
@media screen and ( max-width:479px )
{
	.type2_table_btn {
		font-size: 0.8em !important;
	}
}

/* ★★★以下テスト用。確認後type2と差し替え */

.type2_table2_pc {
	display: flex;
	margin: 2em auto 0;
	text-align: center;
	justify-content:center;
}

.type2_table2_sp{
	display:none !important;
}

@media screen and (max-width: 750px){
  .type2_table2_pc{
    display:none !important;
  }
	.type2_table2_sp{
	display: flex !important;
	margin: 2em auto 0;
	justify-content:center;
  }
}

.type2_table2_body {
	display:block;
	position:relative;
}
.type2_table2_btn {
	position:absolute;
	display: block;
	top: 90.5%;
	left: 5%;
	background: #ffd900;
	color: #ffffff !important;
	width: 90%;
	margin: 0 auto;
	border-radius: 4px;
	padding: 0.5em;
	border:solid 2px #fff;
	box-shadow:1px 1px 5px -2px #000000;
	text-align:center;
}

.type2_table2_btn span{
	font-weight: 700;
	text-decoration: none;
}
.type2_table2_btn:hover{
	opacity: 0.7;
}
.type2_table2_btn span::after{
	content: "\f105";
	font-family: "font awesome 5 free";
	margin-left: 0.5em;
}

#ranking h2 img{
	margin: 0 auto;
}

#ranking h2{
	margin-bottom: 0;
}
/* スマホのみ */
@media screen and ( max-width:479px )
{
	.type2_table2_btn {
		font-size: 0.8em !important;
	}
}

.fv_ranking_btn02{
	border:solid 2px #d4d4d4;
	padding: 1em;
	width: 90%;
	margin: 0 auto 2em;
	text-align: center;
}

.fv_ranking_btn02 a{
	display: block;
	text-decoration: none;
}

.fv_ranking_btn02 a::after{
	content: "\f107";
	font-family: "font awesome 5 free";
	font-weight: bold;
	margin-left: 0.5em;
}

/* B案 */
/* 共通 */
#post-3208 #firstview,#post-3208 #fp_about,.page-id-3320 #firstview,.page-id-3320 #fp_about{
	text-align: center;
}

#post-3208 #firstview p,#post-3208 #firstview ul li,#post-3208 #fp_about, .page-id-3320 #firstview p,.page-id-3320 #firstview ul li,.page-id-3320 #fp_about{
	text-align: left;
}

#post-3208 p{
	font-size: 16px;
	width: 90%;
	margin: 0 auto;
}

#post-3208 h2, .page-id-3320 h2{
	color: #333;
}

#post-3208 #firstview h2, #post-3208 #comp02 h2,.page-id-3320 #firstview h2, .page-id-3320 #comp02 h2{
	text-align: left;
	border-left: solid 5px #28a59e !important;
	padding-left: 1em !important;
}

@media screen and (max-width: 479px){
	#post-3208 .entry-content h2{
		font-size: 1.2em !important;
}
}

.imgcenter {
	margin: 1em auto !important;
	text-align: center;
	display: block !important;
	max-height: 300px;
	width: auto;
}

@media screen and (max-width:640px){
	.imgcenter{
		width: 70%;
	}
}

.img_note {
	font-size: .8em !important;
	line-height: 1.5em !important;
	margin: 0 auto 1em !important;
	color: #6d6d6d;
}

.imgmargin{
	margin: 1em auto !important;
}

/* fv */
.fv_list_b{
	border: solid 4px #28a59e;
	padding: .2em .5em;
	margin: 0 auto 1em;
	font-weight: 700;
}

.fv_list_b ul li{
	margin: 0 auto;
	line-height: 30px;
	padding-left: 50px
}

.fv_list_b ul li:before{
	background:url(../wp-content/uploads/2019/02/dogfoot_icon.png) no-repeat top center;
	width: 30px;
	height: 30px;
	box-shadow: none;
	border-radius: 0px !important;
}

.fv_point_b {
	border: solid 4px #ddd;
	border-radius: 4px;
	margin: 2em auto;
	width: 90%;
	padding: 1em 1em 1em;
	text-align: left;
	position: relative;
}

.fv_point_b p{
	margin: 1em auto 1em !important;
	width: 100% !important;
}

.fv_point_ttl_b{
	position: absolute;
	top: 0;
	left: 0 ;
	padding: 0 .5em;
	background: #fff;
	transform: translateY(-50%) translateX(1em);
	color: #333;
	font-weight: 700;
	width: 90%;
	text-align: center;
}

.fv_point_b p a::after{
	content:"\f35d";
	font-family: "Font Awesome 5 Free" ;
	font-weight: bold;
}

.fv_point_b img{
	margin: 0 auto 1em;
	display: block;
}


/* fp_about */

#fp_about h2{
	font-weight: 700;
	overflow: auto;
}


.fp_ribbon{
	display: block !important;
	margin: 1em auto !important;
	width: 40%;
}

#fp_about h3{
	background: none !important;
	border-bottom: none !important;
	font-size: 1.5em !important;
	color: #333 !important;
	font-weight: 700;
	padding: 0 !important;
	margin: 1em auto !important;
	text-align: center;
}

/*タブ切り替え全体のスタイル*/
.fp_about_tabs {
  background-color: #fff;
  width: 100%;
  margin: 2em auto;
}

@media screen and (min-width:960px){
	.fp_about_tabs {
  width: 80%;
}
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5f67ae;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

@media screen and (max-width: 640px){
	.tab_item:hover{
		opacity: 1;
	}
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 1em 1em;
  clear: both;
  overflow: hidden;
	border: solid 4px #5f67ae;
}

.tab_content p{
	width: 100% !important;
}


/*選択されているタブのコンテンツのみを表示*/
#abouttabs01:checked ~ #abouttabs01_content,
#abouttabs02:checked ~ #abouttabs02_content,
#abouttabs03:checked ~ #abouttabs03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.fp_about_tabs input:checked + .tab_item {
  background-color: #5f67ae;
  color: #fff;
}

/* tab内コンテンツ */

.fp_about_tabsttl{
	background: #d4d8ff;
	padding: 1em;
	border-left: 6px solid #5f67ae;
}

.fp_about_tabsttl p{
	margin: 0;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #000;
}

.fp_about_tabsttl01 {
	border-left: 6px solid #28a59e;
	border-bottom: 2px solid #ddd;
	padding: .5em;
	font-size: 1.2em;
	margin: 1em 0;
}

.fp_about_tabsttl02 {
	text-align: center;
}

.fp_about_tabsttl02 p {
	color: #28a59e;
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: 200;
}

.squareBox{
	background: #ddd;
	width: 50%;
	height: 2px;
	margin: 0 auto;
}

.fp_about_tabsitemname {
	border-left: double 8px #ccb832;
	padding-left: .5em;
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: 700;
}

.fp_about_tabsitemname a::after{
	content: "\f35d" ;
	font-family: "Font Awesome 5 Free";
}

.fp_about_tabsitemlink {
	margin: 0;
}

.fp_about_tabsitemlink p{
	margin: 1em auto 0 !important;
	font-size: .8em !important;
	line-height: 1.5em;
}

.fp_about_tabsitemlink p:last-child{
	margin: .5em auto 0 !important;
}

.fp_about_tabsitemlink a {
	display: block;
	width: 80%;
	font-size: 16px !important;
	padding: .5em 1em;
	border: 2px solid #3578e5;
	border-radius: 8px;
	color: #3578e5;
	font-weight: 700;
	text-decoration: none;
}

.fp_about_tabsitemlink a::after{
	content: ">>";
	float: right;
}

/* テーブル */

.fp_about_criteria table{
	width: 100%;
	margin: 2em auto;
	border: none;
	font-size: 1em;
}

.fp_about_criteria tr{
	border-bottom: solid 2px #c6c6c6;
}

.fp_about_criteria tr:last-child{
	border-bottom:none;
}

.fp_about_criteria th{
	background: #fff4db;
	border: none !important;
	text-align: center;
}

.fp_about_criteria td{
	background: #fff4db;
	border: none !important;
	text-align: left;
	font-size: 1em;
	padding-left: 1em;
}

.fp_about_criteria img{
	margin: .5em .5em;
	max-height: 150px;
	width: auto;
}

.fp_about_criteria p {
	margin: 0 !important;
	line-height:1.5em;
	width: 100% !important;
}

.criteria_ttl{
	color: #28a59e;
	font-weight: 700;
}

/* ranking */

#post-3208 #ranking h2, .page-id-3320 #ranking h2{
	color: #333;
	font-weight: 700;
}

#post-3208 .ranking_box, .page-id-3320 .ranking_box{
	background-image: none;
	border-radius: 0;
	border-bottom: solid 4px #ddd;
}

/* ranking item */

.fp_ranking_button {
	background: #e84d4d;
	color: #fff;
	padding: 1em 1.5em;
	display: block;
	width: 100%;
	margin: 0 auto 1em;
	font-weight: 700;
	font-size: 1em;
	text-decoration: none;
	border-radius: 8px;
}

.fp_ranking_button::after{
	content:'\f105';
	font-family: FontAwesome;
	float: right;
}

.fp_ranking_button:hover{
	opacity: 0.6;
	color: #fff;
}

.fp_ranking_recommenditem{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.fp_ranking_recommenditem img{
	width: 15%;
	height: 15%;
	margin: 1em auto;		
}

.fp_ranking_recommenditem p{
	width: 80%;
	position:relative;
	display: inline-block;
	margin: .5em 0 .5em 2em !important;
	padding: 1em !important;
	border-radius: 8px;
	color: #000;
	font-weight: 700;
	background: #89d7d3;
}


.fp_ranking_recommenditem p::before{
	content: '';
	position: absolute;
	top: 30%;
	left: -30px;
	border: 15px solid transparent;
	border-right: 15px solid #89d7d3;
}

/* C2案テストテーブル */
.ranking_table_c2 {
	margin: 1em auto;
}

.fv_point_b_btn{
	font-weight: 700;
}

.fv_point_b_btn::after{
	content: "\a\f107";
	font-family: FontAwesome;
}
/* 口コミで使用 */
.shokai {
font-size: .9em;
border-bottom: 1px dashed;
}

.noteee {
    background-color: #eee;
    border-radius: 10px;
    clear: both;
    margin: 20px 0 10px;
    padding: 40px 0 7px 23px;
    position: relative;
}

.noteee span {
    background-color: #91928d;
    border-radius: 5px;
    color: #fff;
    margin: -53px 8px 0 -15px;
    padding: 5px 6px;
    position: absolute;
    transform: rotate(-2deg);
    clear: both;
}

.carammbox {
    margin: 9px;
    padding: 14px;
    border: 1px dashed #5dad94;
    border-radius: 3px;
    background: #fff;
}

.karammida {
	text-align: center;
	background: #b7e0ba;
	box-shadow: #b7e0ba 0 0 10px 10px;
	-webkit-box-shadow: #b7e0ba 0 0 10px 10px;
	-moz-box-shadow: #b7e0ba 0 0 10px 10px;
}

.nonno {
    padding: 20px;
    margin: 23px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.nonno:after{
	content: "";
	clear: both;
	display: block;
}

.usadog {
    padding: 20px;
    margin: 8px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.usadog:after{
	content: "";
	clear: both;
	display: block;
}

.emit {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #dbffb7 0%) repeat scroll 0 0;
    font-weight: bold;
    color:#666;
}

.tat {
    border-bottom: 1px dashed #FF9F27;
    clear: both;
    color: #FF9F27;
    font-size: 1.1em;
    font-weight: bold;
}
.tat:before {
    content: "\f1b0";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.5em;
}

.dogeat {
    padding: 21px;
    margin: 24px;
    background: #fff;
    border: 4px #66cdaa solid;
    position: relative;
    z-index: 10;
}

.dogeat:before {
    content: "";
    position: absolute;
    background: #fff;
    margin: 4px;
    border: 2px #7accb0 solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

.dogmi {
    border-bottom: 2px dashed #9BD4A3;
    color: #66cc99;
    font-size: 21px;
    font-weight: bold;
}

.oishisa {
    background: #fcf7ef;
    border: 4px dotted #a9a9a8;
    clear: both;
    padding: 20px;
    border-radius: 15px;
}

.gazouni {
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

/* 曇りガラス------------- */
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dogfoodype-in::before,
.dogfoodype {
    -webkit-background-size: cover;
    background-size: cover;
}
.dogfoodype {
    position: relative;
}
.dogfoodype-in::before {
    content: "";
    position: absolute;
    background-clip: content-box;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.dogfoodype-in {
    padding: 30px;
    position: relative;
}
.dogfoodype-main {
    padding: 30px;
    z-index: 30;
    position: relative;
    margin-bottom: 0;
    border: solid 1px rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.7);
}

*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.by001 {
    border: 0 none;
    border-collapse: separate;
    border-spacing: 0 7px;
}
table.by001 th {
    background: #5db98b none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
    width: 152px;
    border: 1px solid #5db98b;
}
table.by001 td {
	width: 350px;
    border: 1px solid #5db98b !important;
}

.saisai {
	border-bottom: 2px solid #ccc;
	font-size: 21px;
	font-weight: bold;
	color: #5DB98B;
}

.dogxz {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #5DB98B;
	border-bottom: 1px solid #ccc;
	font-size: 21px;
	margin-bottom: 15px;
}

/* ****通常テーブル書き換え**** */
.entry-content th {
    border: 3px solid #339933 !important;
    background: #ccffcc none repeat scroll 0 0;
    color: #339933;
    padding: 7px;
}
.entry-content td {
    border: 3px solid #339933 !important;
	text-align: center;
	font-size: 0.8em;
}

/* ****評価ページのtable**** */
.dogtable {
border-spacing: 0px;
}

.dogtable td {
	width: 66%;
	font-size: 1em;
}

/* ****スクロール**** */
.dogsc {
	height:220px;
	overflow-y:scroll;
}

/* ****タグみたいなの**** */
.dogtag {
    padding: 0.35em 0.5em;
    margin-bottom: 2px;
    margin-right: 0.3em;
    font-size: 0.75em;
    color: #fff;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    background: #66CC66;
    display: inline-block;
    line-height: 1.1;
    clear: both;
}

/* ****記事装飾**** */
.taot {
    color: #66cc66;
    font-weight: bold;
}

.suzuh {
    color: #C64654;
    font-size: 20px;
    font-weight: bold;
}

.hirx {
    font-weight: bold;
    background: #ffffb2 !important;
}

/* ****トップへ返すリンク**** */
.toplink {
	font-size: 15px;
	font-weight: bold;
	float: right;
	padding: 10px;
}
.toplink:before {
	position:relative;
}

/* ****評価の文字**** */
.hykmo {
	border-bottom: 1px dashed #888;
	font-weight: bold;
}

/* ****購入のバナー**** */
.wantbuy {
	text-align: center;
}

/* ****囲み**** */
.kakoming {
	border: 2px solid #5db98b;
	border-radius: 10px;
	padding: 10px 30px;
	margin: 10px 0;
}

/* ****飛び出すタイトル（涙やけページ見てね）**** */
.wantab {
    border: 1px solid #64CF64;
    border-radius: 12px;
    margin: 30px 15px 0;
    padding: 0 20px 0px;
}

.wantabtitl {
    background: #fff none repeat scroll 0 0;
    color: #339933;
    font-size: 21px;
    font-weight: bold;
    padding: 0 5px;
    position: relative;
    top: -15px;
    width: 265px;
}

.banikutitl {
    background: #fff none repeat scroll 0 0;
    color: #339933;
    font-size: 21px;
    font-weight: bold;
    padding: 0 5px;
    position: relative;
    top: -15px;
    width: 180px;
}

/* ****打ち消し線**** */
.utikeshi {text-decoration: line-through;}

/* ****星評価TOP用**** */
.starimg {
    margin: 0!important;
}

/* ****テーブル目立たすアイムス参照**** */
.hairi {
    background-color: yellow;
    font-weight: bold;
}

/* ****早見表（TOP）**** */
.tophym {
    text-align: center;
    table-layout: fixed;
    margin: 0!important;
}

.tophymtd{
    margin: 0!important;
}

/* ****囲みの感じ「寄付ページ」参照**** */
.yriho {
    border: 3px solid #64CF64;
    border-radius: 0 5px 5px;
    padding: 1em;
	font-size: 0.9em;
	line-height: 1.7;
}
.nmei {
    background: #64CF64 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 0.3em 0.7em;
    margin-bottom: 0;
}

/* ****ボタンTOPで仕様2種類**** */
.meybtn {/* 緑 */
    border: 2px solid #393;
    border-radius: 3px;
    box-shadow: 3px 3px 1px #393;
    color: #393;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0.8em 1.3em;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.meybtn:hover {
	background: #339933;
	color: white;
}

.kawaebtn {/* オレンジ */
    border: 2px solid #f88408;
    border-radius: 3px;
    box-shadow: 3px 3px 1px #f88408;
    color: #f88408;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0.8em 1.3em;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.kawaebtn:hover {
	background: #f88408;
	color: white;
}
.kawaebtn:before {
    font-family: FontAwesome;
    content: "\f054";
    float: right;
    padding-left: 11px;
}

/* ****サイドバー画像リンク**** */
.sideimgdog {
  border: 10px solid #eee;
  margin-bottom: 10px;
}

/* ****記事中ランキング通販ページ参考**** */
.neuoat {
	margin: 40px 0 10px;
	text-align: center;
}
.ranksingle {
	border-bottom: 3px dashed #ddd;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1.5em 0.5em 0.2em 4em;
}

/* ****スマホ下固定バナー**** */
/* 犬種別ドッグフードテーブル */
table.kensyu {
border: 0 none;
border-collapse: separate;
border-spacing: 5px 0;
}

table.kensyu th {
    background: #5db98b none repeat scroll 0 0;
    border: 1px solid #5db98b;
    color: #fff;
    font-size: 0.8em;
}
table.kensyu td {
    border: 1px #5db98b solid !important;
    padding: 0;
}

table.kensyu td img{
    margin: 0;
}

/* テーブル色付け */
.teblback {
    background: #ffffb7 none repeat scroll 0 0 !important;
}

/* ランキングページ用 */
.kintoh {
    table-layout: fixed;
}
.baranc {
    font-size: 0.8em;
}
.ncbara {
    padding: 0 !important;
}
/* ランキングページ用ここまで */

/* アピール用＼／←これ */
.appeal {
    border-radius: 4px;
    box-sizing: border-box;
    color: #ff7f7f;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 5px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.appeal::before {
    content: "＼";
    display: inline-block;
    margin-right: 2px;
}
.appeal::after {
    content: "／";
    display: inline-block;
    margin-left: 2px;
}
/* ここまで */
/* *************************************************************
 * コンバージョンボタン
 * *************************************************************
 */
.aiken-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
}
.aiken-cv a {
  border: solid #fff 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #fff;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.2em auto;
  padding: 1em 1.5em 1em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 80%;
}
.aiken-cv.is-fz20 a {
  font-size: 20px;
}
.aiken-cv a img {
  vertical-align: middle;
}
.aiken-cv a:after {
  content: ' ' !important;
}

/* ボタン内のアイコン */
.aiken-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.aiken-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}

/* 2つ連続で並べる場合の余白 */
.aiken-cv + .aiken-cv a {
  margin-top: 0;
}

/* 緑ボタン */
.aiken-cv a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}

/* 赤ボタン */
.aiken-cv.is-red a {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#fb4e3e, #d64b26);
}

/* 青ボタン */
.aiken-cv.is-blue a {
  background: #09c;
  background: -webkit-linear-gradient(#09c, #069);
  background: linear-gradient(#09c, #069);
}

/* 黒ボタン */
.aiken-cv.is-black a {
  background: #666;
  background: -webkit-linear-gradient(#8a8a8a, #666);
  background: linear-gradient(#8a8a8a, #666);
}

/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}

/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

/* ぷるるるるん！ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

@media only screen and (max-width: 767px) {
  .aiken-cv a {
    font-size: 1.3em;
    margin: 0 auto 1em;
    width: 94%;
  }
}
/* *************************************************************
 * ここまで
 * *************************************************************
 */

/* ロゴのボタン化 */
.asukira {
	box-shadow: 5px 4px 2px #999;
	margin: 0 auto !important;
}

/* 関連記事 */
.single .related-box .h_ttl {
font-size: 12px !important;
}

/* Q&A */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt {
	position: relative;
	margin: 0 0 1.5em 0;
}
.cp_qa dd {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 2em;
	border-bottom: 1px dotted #777;
}
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.5em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
}
.cp_qa dt::before {
	padding: 0.1em 0.3em;
	content: '\f128';
	background: #f57c00;
}
.cp_qa dd::before {
	padding: 0.12em 0.45em;
	content: '\f12a';
	background: #0097a7;
}
/* 行間設定 */
.entry-content ol,
.entry-content ul {
	line-height: 2;
}

/* *************************************************************
 * 確定CSS
 * *************************************************************
 */
/* ****記事装飾**** */
.gradation {
  background-image: linear-gradient(135deg, #ffff93 33%, #ffc68e 100%);
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
/* アコーディオン */
.stay-accordion {
    margin-bottom: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.stay-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    font-weight: 600;
    cursor: pointer;
}
.stay-accordion summary::-webkit-details-marker {
    display: none;
}
.stay-accordion summary::after {
    content: "\f078";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;

}
.stay-accordion[open] summary::after {
    transform: rotate(180deg);
}
.stay-accordion p {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.gold-accordion {
    margin: 0 2em;
    padding: 1em 0 1.5em;
    border-top: 1px dashed #ccc;
}
.stay-accordion[open] p {
    transform: none;
    opacity: 1;
}
/* ランキング */
.rank-detail {
	text-align: center;
	font-size: .9em;
}
.rank-detail:after {
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
	color: #1176D4;
}

/* CVボタン01 */
.pet-btn {
    text-align: center;
}
.pet-btn .cvbtn {
    display: inline-block;
    padding: .7em 2em;
    border-radius: 40px;
    background-color: #ff8000;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.pet-btn .cvbtn::after {
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 1em;
}
.pet-btn .cvbtn:hover {
    background-color: #ef7000;
}
.pet-btn .btn-micro {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    padding: 0 25px;
    color: #cccfd7;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: .9em;
}
.pet-btn .btn-micro::before,
.pet-btn .btn-micro::after {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background-color: #d8dae1;
    content: "";
}
.pet-btn .btn-micro::before {
    left: 0;
    transform: rotate(50deg);
}
.pet-btn .btn-micro::after {
    right: 0;
    transform: rotate(-50deg);
}
/* CVボタン02(ランキング大) */
.big-btn-block {
    text-align: center;
	margin: .5em;
}
.big-btn {
    position: relative;
    display: block;
    padding: .7em 0;
    border-radius: 50px;
    background-image: linear-gradient(0deg, #ed494e 0%, #ed494e80 100%);
    color: #fff !important;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none !important;
}
.big-btn::after {
    position: absolute;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
    right: 15px;
}
/* 右寄せ */
.right-content {
	text-align: right;
	font-size: .8em;
	color: #777;
}

/***********************
 * 目次とFFBが被らないように
 ***********************/
.p-indexModal {
  padding: 80px 16px 137px 16px;
}
.p-fixBtnWrap {
  bottom: 7.25em;
}
/***********************
 * FFB設定
 ***********************/

.ffb-ex1:before {
    content: "\f1b0";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.5em;
}
.ffb-ex::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 0.5em;
}

/***********************
 * UXDesign
 ***********************/
/*ランキング表*/
.rank_table {
  margin: 60px auto auto;
/*   font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; */
}
.rank_table table {
  table-layout: fixed;
  font-weight: bold;
}
.rank_table table th {
  width: 90px;
  background: linear-gradient(to right, #ffbcb3, #ffc175, #ffe675);
  border-top: solid 2px #fff;
}
.rank_table table tr:first-child th {
  background: none;
}
.rank_table table tr:nth-child(2) th {
  border: 1px solid #dcdcdc;
}
.rank_table table tr:first-child td, .rank_table table tr:first-child th {
  border-width: 0 0 1px;
}
.rank_table table tr:nth-child(2) td, .rank_table table tr:nth-child(3) td, .rank_table table tr:nth-child(5) td, .rank_table table tr:nth-child(7) td {
  background: #fffce0;
}
.rank_table table th, .rank_table table td {
  padding: 0.5em 0.1em;
}

.rank_table table tr:first-child {
  position: relative;
}
.rank_table_1st img {
  height: 200px;
  width: 137px;
  position: absolute;
  bottom: 12px;
  left: 65px;
  z-index: 1;
  filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.2));
}
.rank_table_1st:after {
  content: "";
  width: 140px;
  height: 137px;
  position: absolute;
  bottom: 53px;
  left: 0;
  background-size: contain;
}
.rank_table table tr:first-child td:not(.rank_table_1st) {
  vertical-align: bottom!important;
  padding: 0 0 5px;
}
.rank_table table td:not(.rank_table_1st) img {
  max-height: 165px;
  width: auto;
  filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.2));
}

.nedan {
  font-size: 2em;
}
.rank_table table td span.zei {
  font-size: 0.8em;
  text-align: right!important;
  display: block;
  margin: -7px auto auto;
}
.rank_table table tr:nth-child(7) span {
  background: #2a7e00;
  color: #fff;
  width: calc(100% - 2px);
  display: inline-block;
  margin-top: 2px;
}

.rank_table_btn {
    display: block;
    background: #ffd900;
    margin: 0 auto;
    border-radius: 4px;
    padding: 0.5em;
    border: solid 2px #fff;
    box-shadow: 1px 1px 5px -2px #000000;
    text-align: center;
}
.rank_table_btn span {
  font-weight: 700;
  text-decoration: none;
}
.rank_table_btn span::after {
  content: "\f105";
  font-family: "font awesome 5 free";
  margin-left: 0.5em;
}
.rank_table table tr:last-child td {
  padding: 0.5em;
}

/*選ぶポイント*/
.select_point {
  border: solid 10px #d0e3e2;
  border-radius: 10px;
  margin: 30px auto;
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;

}
.point-choos {
  color: #d32d00;
  position: relative;
  font-size: 1.2em;
  margin: auto;
  text-align: center;
}

.select_point ul li span {
  background: linear-gradient(transparent 60%, #fff68d 60%);
}

/*ランキング詳細*/
.ranking_detail {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  padding: 15px 0;
}
.ranking_text {
}
.ranking_detail img {
  filter: drop-shadow(12px 7px 0px rgba(0,0,0,0.2));
  height: 100%;
  max-width: 200px;
}
.ranking_detail:before {
  position: absolute;
}
.price_point {
  font-size: 1.3em;
  font-weight: bold;
}
.price_area {
  position: relative;
  margin: -35px auto -25px;
  display: inline-block;
}
.price_type {
  background: #ed4e6c;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 60px;
  left: 0;
  min-width: 115px;
  text-align: center;
}
.price_type_caution {
  background: #ed4e6c;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  position: absolute;
  top: 46px;
  left: 0;
  min-width: 115px;
  text-align: center;
}
.price_caution {
  position: absolute;
  bottom: 44px;
  left: 0;
}
.ranking_price {
  font-size: 5.6em;
  color: #ed4e6c;
  font-weight: bold;
  position: relative;
  margin-left: 125px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.ranking_price:before {
  content: "税込";
  position: absolute;
  font-size: 0.21em;
  top: 11px;
  right: -42px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.ranking_price:after {
  content: "円";
  position: absolute;
  bottom: -2px;
  right: -45px;
  font-size: 0.5em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.ranking_explanation th, .ranking_explanation td {
  font-size: 1.3em;
  line-height: 1.3em;
  border: none;
  background: none;
  text-align: left;
  padding: 0;
  font-weight: 100;
}
.ranking_explanation th {
  width: 130px;
  vertical-align: top!important;
}
.ranking_explanation td {
  position: relative;
}
.ranking_explanation td:before {
  content: ":";
  position: absolute;
  top: -3px;
  left: -25px;
}

.ranking_detail .aikenlink {
  text-decoration: none;
  color: #333;
}

.ranking_info {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 15px auto 15px 56px;
}
.rank_point_caution {
  text-align: right;
  display: inherit;
  color: #666;
  font-size: 14px;
}

.ranking_info:before {
  content: "";
  width: 50px;
  height: 39px;
  background-size: contain;
  position: absolute;
  top: calc(50% - 19.5px);
  margin-left: -56px;
}

.cat_iconlist {
  justify-content: center!important;
}
.cat_iconlist span:last-child {
  margin-bottom: auto!important;
}

.cat_icon02 {
  background: #A2D6F9;
}

/*かんたん検索*/
.search_btn {
  justify-content: center;
}
.search_btn span, .search_btn a:nth-child(5) {
  margin-right: 2%;
}
.search_btn a:nth-child(3), .search_btn a:nth-child(7) {
  margin-left: 2%;
}

@media screen and (max-width: 750px){
  /*ランキング表*/
  .rank_table {
    margin: 20px auto auto;
    overflow-x: scroll;
  }

  .rank_table table th {
    width: 70px;
  }
  .rank_table table td {
    width: 90px;
  }
  .rank_table table tr:first-child td, .rank_table table tr:first-child th {
    height: 170px;
  }
  .nedan {
    font-size: 1.5em;
  }

  .rank_table_1st img {
    height: 158px;
    width: 108px;
    left: 50px;
  }
  .rank_table_1st:after {
    width: 111px;
    height: 109px;
  }
  .rank_table table td:not(.rank_table_1st) img {
    max-height: 131px;
  }

  .rank_table table tr:nth-child(7) span {
    font-size: 0.8em;
  }

  .rank_table_btn {
    font-size: 0.8em;
  }

  /*選ぶポイント*/
  .select_point {
    border: solid 6px #d0e3e2;
    border-radius: 6px;
    padding: 10px 15px;
  }
  .select_point h3 {
    font-size: 1.2em;
    padding: 0 0 0 10px;
  }
  .select_point h3:before {
    width: 55px;
    height: 54px;
    top: -22px;
    left: -14px;
  }
  .select_point ul li {
    margin: 15px auto auto;
  }

  /*ランキング詳細*/
  .ranking_detail {
    justify-content: space-between;
    padding: 10px 0;
  }
  .ranking_detail:before {
    width: 48px;
    height: 67px;
    top: 10px;
    left: 0;
  }
  .ranking_detail img {
    max-width: 95px;
    filter: drop-shadow(6px 5px 0px rgba(0,0,0,0.2));
  }
  .ranking_text {
	  width: 220px;
  }
  .price_point {
    font-size: 0.8em;
  }
  .price_area {
    margin: -20px auto -15px;
  }
  .price_type {
    min-width: 80px;
    font-size: 0.7em;
    bottom: 30px;
  }
  .price_type_caution{
    min-width: 80px;
    font-size: 0.7em;
    top: 23px;
    padding: 1px 5px;
  }
  .price_caution {
    font-size: 0.7em;
    bottom: 19px;
  }
  .ranking_price {
    font-size: 3.1em;
    margin-left: 85px;
  }
  .ranking_price:before {
    top: 4px;
    right: -23px;
  }
  .ranking_price:after {
    right: -24px;
  }
  .ranking_explanation th, .ranking_explanation td {
    font-size: 1em;
    letter-spacing: -0.001em;
  }
  .ranking_explanation th {
    width: 70px;
  }
  .ranking_explanation td:before {
    top: -2px;
    left: -10px;
  }
  .ranking_detail.rank_2:before , .ranking_detail.rank_3:before , .ranking_detail.rank_4:before , .ranking_detail.rank_5:before {
    width: 38px;
    height: 53px;
  }
  .ranking_info {
    margin: 10px auto 10px 56px;
  }
}
