@charset "UTF-8";
html {
  font-size: .7rem
}

* {
  -webkit-appearance: none
}

body {
  min-width: 100%;
  font-size: 1rem;
  font-family: ヒラギノ角ゴシック, Hiragino Sans, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Noto Sans JP, sans-serif;
  color: #4a4a4a;
  box-sizing: border-box;
  line-height: 1.8em;
  background-color: rgb(221 232 224);
  word-break: break-all
}

a {
  color: #0071c1;
  font-size: 13px;
  font-weight: 700
}

img {
  max-width: 100%
}

.align_right {
  text-align: right
}

.align_center {
  text-align: center
}

.align_left {
  text-align: left
}

.mt0 {
  margin-top: 0px!important
}

.mt5 {
  margin-top: 5px!important
}

.mt10 {
  margin-top: 10px!important
}

.mt20 {
  margin-top: 20px!important
}

.mt30 {
  margin-top: 30px!important
}

.mtn0 {
  margin-top: 0!important
}

.mb10 {
  margin-bottom: 10px!important
}

.mb20 {
  margin-bottom: 20px!important
}

.mb30 {
  margin-bottom: 30px!important
}

.mbn {
  margin-bottom: 0!important
}

.top_contents {
  width: 100%;
  background-color: #fff;
  padding: 0
}

.full_img {
  margin: 0 auto 15px
}

.full_img img {
  width: 100%;
  vertical-align: bottom
}

.bold {
  font-weight: 600;
  font-size: 13px
}

p {
  line-height: 1.4
}

table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5em;
  text-align: center
}

table img {
  width: 100%;
  display: block;
  margin: auto
}

td {
  padding: 5px;
  width: 135px
}

td, th {
  border: #cbd3d4 1px solid;
  text-align: center;
  font-size: 9pt
}

th {
  padding: 10px;
  font-weight: 700;
  width: 90px;
  vertical-align: middle;
  background-color: #ececec
}

table .big {
  font-size: 2rem;
  font-weight: 600;
  vertical-align: bottom
}

table .big, table .tensu {
  font-family: Josefin Sans, Noto Sans JP, Yu Gothic, sans-serif
}

table .tensu {
  margin-bottom: 5px
}

header {
  border-bottom: 1px solid #333;
  background-color: #fff;
  height: 3pc
}

header, header .header {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box
}

header .header {
  padding: 9pt 0;
  position: relative
}

header .header a.logo {
  width: 9pc;
  display: block;
  height: 24px;
  text-align: center;
  margin: 0 auto
}

header .header a.logo img {
  width: 100%;
  vertical-align: bottom
}

header .menu {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  background-image: url(../img/menu_icn.png);
  background-size: 44px 44px
}

header.menu_active .menu {
  background-image: url(../img/menu_close.png);
  transition: all .3s
}

.menu_area {
  padding: 0 10px 10px;
  position: fixed;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  display: none;
  top: 0;
  width: 80%;
  right: 0;
  height: 100vh
}

.menu_close_area {
  height: 60px;
  text-align: right;
  border-bottom: 1px solid #ccc;
  margin: -10px;
  box-sizing: border-box
}

.menu_close_area .close_btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  background-image: url(../img/menu_close.png);
  background-size: 44px 44px;
  margin: 5px
}

.sp_menu_title {
  margin: 0 -10px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  font-size: 22px;
  font-family: Josefin Sans, Noto Sans JP, Yu Gothic, sans-serif
}

.sp_menu_title small {
  font-size: 10px;
  display: block;
  margin: 4px auto 0
}

.sp_banner a {
  display: block;
  margin: 15px 6px
}

.sp_banner a img {
  width: 100%;
  vertical-align: bottom;
  line-height: 1
}

.sp_category_link_list {
  margin: 0 -10px
}

.sp_category_link_list .title {
  color: #333;
  background: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: url(../img/arrow_down.png)no-repeat;
  background-size: 15px;
  background-position: right 15px center;
  transition: all .3s ease
}

.sp_category_link_list .title.active {
  background: url(../img/close_btn_wh.png)no-repeat;
  background-size: 15px;
  background-position: right 15px center;
  background-color: #333;
  color: #fff;
  border-bottom: 0;
  transition: all .3s ease
}

.sp_category_link_list ul {
  display: none
}

.sp_category_link_list ul li a {
  display: block;
  padding: 17px 0 9pt 22px;
  line-height: 1.5;
  opacity: 1;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  color: #333;
  background: url(../img/arrow.png)no-repeat;
  background-size: 8px;
  background-position: right 10px center;
  background-color: #f5f5f5
}

.sp_category_link_list ul li a:before {
  content: "└ ";
  display: inline-block;
  margin-right: 5px
}

.sp_category_link_list .title.active+ul {
  line-height: 1.5;
  background-color: rgba(103, 179, 180, .25)
}

#TOP_IMG {
  margin-bottom: 0
}

.top_img {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative
}

.top_img img {
  vertical-align: bottom;
  z-index: 1
}

.top_img ul {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2
}

.top_img ul li a {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 15px;
  background-color: #ea6202;
  font-weight: 600;
  margin-bottom: 15px;
  min-width: 180px;
  text-decoration: none
}

.refine_saerch_form .title_area {
  background-color: #78a713;
  padding: 8px
}

.refine_saerch_form .title_area .title {
  color: #fff;
  text-align: center;
  font-size: 130%
}

.refine_saerch_form .title_area .title:before {
  content: "\f002";
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px
}

.refine_saerch_form .title_area .title small {
  font-size: 87%
}

.refine_saerch_form .title_area .aco_btn {
  background-color: #ea6202;
  display: block;
  width: 90pt;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
  margin: 10px auto 0;
  color: #fff;
  padding: 4px 10px 5px;
  box-sizing: border-box
}

.refine_saerch_form .title_area .aco_btn:hover {
  cursor: pointer;
  opacity: .7
}

.refine_saerch_form .title_area .aco_btn .txt:before {
  content: "検索する"
}

.refine_saerch_form .title_area .aco_btn .txt:after {
  content: "\f078";
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  font-weight: 600;
  margin-left: 5px
}

.refine_saerch_form .title_area .aco_btn.active .txt:before {
  content: "閉じる"
}

.refine_saerch_form .title_area .aco_btn.active .txt:after {
  content: "\f077";
  font-family: Font Awesome\ 5 Free
}

.refine_saerch_form form {
  display: none;
  padding-top: 20px
}

.refine_saerch_form .data_area .title {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 9pt 10px;
  line-height: 1;
  background-color: #fff;
  margin: 0 10px 15px;
  position: relative
}

.refine_saerch_form .data_area .title:hover {
  opacity: .7;
  cursor: pointer
}

.refine_saerch_form .data_area .title:before {
  content: "\f078";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  position: absolute;
  right: 10px;
  color: #ccc;
  font-size: 120%
}

.refine_saerch_form .data_area .title.active:before {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  position: absolute;
  right: 10px;
  color: #ea6202;
  font-size: 120%
}

.refine_saerch_form .data_area .title .q {
  font-weight: 600;
  font-size: 120%
}

.refine_saerch_form .data_area .title .ans {
  position: absolute;
  right: 35px;
  padding-top: 2px
}

.refine_saerch_form .data_area .select_content {
  position: relative
}

.refine_saerch_form .data_area .select_content ul {
  border-radius: 4px;
  padding: 4px;
  margin: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  display: none;
  position: absolute;
  width: 100%;
  top: -65px;
  z-index: 4;
  box-sizing: border-box;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px)
}

.refine_saerch_form .data_area .select_content ul.active {
  display: block
}

.refine_saerch_form .data_area .select_content ul li {
  border-bottom: 1px solid #666;
  padding: 5px;
  position: relative
}

.refine_saerch_form .data_area .select_content ul li.list_title {
  display: block;
  text-align: center;
  border-bottom: 0 0!important
}

.refine_saerch_form .data_area .select_content ul li input[type="checkbox"], .refine_saerch_form .data_area .select_content ul li input[type="radio"] {
  position: absolute;
  left: 5px;
  top: 8px
}

input[type=checkbox] {
  display: none
}

input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  left: 8px;
  top: 8px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s
}

input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: 2px;
  left: 15px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

input[type=radio] {
  display: none
}

input[type="radio"]+label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  left: 8px;
  top: 6px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s
}

input[type="radio"]:checked+label:before {
  width: 10px;
  top: 2px;
  left: 15px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.refine_saerch_form .data_area .select_content ul li label {
  width: 100%;
  display: inline-block;
  padding-left: 30px
}

.refine_saerch_form .data_area .select_content ul li:nth-last-of-type(1) {
  border-bottom: 0
}

.refine_saerch_form input[type="submit"] {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  padding: 15px 0;
  background: #ea6202;
  color: #fff;
  line-height: 1;
  transition: .3s;
  width: 80%;
  font-size: 1pc;
  border: 0;
  display: block;
  margin: 5px auto 20px;
  box-shadow: none
}

.refine_saerch_form input[type="submit"]:hover {
  cursor: pointer;
  opacity: .7
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  filter: alpha(opacity=80);
  opacity: .8;
  display: none;
  width: 100%;
  height: 120vh
}

#overlay.active {
  display: block
}

#RANKING_AREA {
  background-color: #fff;
  padding: 0 0 10px
}

.ranking_box {
  background-color: #fff;
  padding: 15px 15px 30px;
  position: relative
}

.ranking_box.best_item, .ranking_box.rank01 {
  border-top: 0 0!important
}

.ranking_box.best_item:before, .ranking_box.rank01:before {
  display: none
}

.ranking_box .ranking_box_head {
  padding-bottom: 10px;
  position: relative;
  min-height: 88px
}

.ranking_box .ranking_box_head .copy {
  font-size: 9pt;
  font-weight: 700
}

.ranking_box .ranking_box_head .name {
  font-size: 9pt;
  margin: 0 auto 5px;
  font-weight: 700
}

.ranking_box .ranking_box_head .name a {
  font-size: 1.4rem
}

.ranking_box .ranking_box_head .hyoka {
  position: relative;
  font-size: .87rem;
  font-weight: 700
}

.ranking_box .ranking_box_head .hyoka:before {
  content: "総合評価:";
  position: relative;
  top: 0
}

.ranking_box .ranking_box_head .hyoka img {
  width: 9.7pc;
  height: 25px;
  vertical-align: bottom;
  position: relative;
  top: -1px
}

.ranking_box.best_item .ranking_box_head, .ranking_box.rank01 .ranking_box_head, .ranking_box.rank02 .ranking_box_head, .ranking_box.rank03 .ranking_box_head, .ranking_box.rank04 .ranking_box_head, .ranking_box.rank05 .ranking_box_head {
  padding-left: 5pc;
  padding-top: 10px;
  background-size: 83px 83px;
  background-repeat: no-repeat;
  background-position: -6px 3px
}

.ranking_box.rank01 .ranking_box_head {
  background-image: url(../img/rank_icon_01.png)
}

.ranking_box.rank02 .ranking_box_head {
  background-image: url(../img/rank_icon_02.png)
}

.ranking_box.rank03 .ranking_box_head {
  background-image: url(../img/rank_icon_03.png)
}

.ranking_box.rank04 .ranking_box_head {
  background-image: url(../img/rank_icon_04.png)
}

.ranking_box.rank05 .ranking_box_head {
  background-image: url(../img/rank_icon_05.png)
}

.ranking_box.best_item .ranking_box_head {
  background-image: url(../img/rank_icon_best.png)
}

.ranking_box .ranking_box_img {
  margin: 0 auto 15px
}

.ranking_box .ranking_box_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto
}

.ranking_box .ranking_box_img .note {
  font-size: 87%;
  color: #cacaca
}

.ranking_box .ranking_box_img a {
  text-align: left;
  font-size: 9pt;
  font-weight: 600
}

.ranking_box .ranking_box_img a.text_link:before {
  content: "\f0da";
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  color: #0071c1
}

.table_data_txt {
  margin: 20px auto -15px;
  text-align: center;
  color: #ea6202;
  font-size: 15px;
  font-weight: 600
}

.table_data_txt span:before {
  content: "＼";
  color: #78a713;
  padding-right: 3px;
  font-weight: 600;
  position: relative;
  bottom: -2px;
  font-weight: 400
}

.table_data_txt span:after {
  content: "／";
  color: #78a713;
  padding-left: 3px;
  font-weight: 600;
  position: relative;
  bottom: -2px;
  font-weight: 400
}

.table_data_txt.black {
  margin: 20px auto -15px;
  text-align: center;
  color: #333;
  font-size: 15px;
  font-weight: 600
}

.table_data_txt.black span:before {
  content: "＼";
  color: #333;
  padding-right: 3px;
  font-weight: 600;
  position: relative;
  bottom: -2px;
  font-weight: 400
}

.table_data_txt.black span:after {
  content: "／";
  color: #333;
  padding-left: 3px;
  font-weight: 600;
  position: relative;
  bottom: -2px;
  font-weight: 400
}



.table_data_txt.pink {
  margin: 20px auto -15px;
  text-align: center;
  color: #ea6202;
  font-size: 15px;
  font-weight: 600
}

.table_data_txt.pink span:before {
  content: "＼";
  color: #ea6202;
  padding-right: 3px;
  font-weight: 600;
  position: relative;
  bottom: -2px;
  font-weight: 400
}

.table_data_txt.pink span:after {
  content: "／";
  color: #ea6202;
  padding-left: 3px;
  font-weight: 600;
  position: relative;
  bottom: -2px;
  font-weight: 400
}


.ranking_box .ranking_box_img table.data {
  margin: 20px auto;
  border: 1px solid #ccc
}

.ranking_box .ranking_box_img table.data tr {
  border-bottom: 1px dotted #ccc
}

.ranking_box .ranking_box_img table.data td, .ranking_box .ranking_box_img table.data th {
  padding: 5px 10px
}

.ranking_box .ranking_box_img table.data .right_arrow:before {
  content: "▶";
  color: #999
}

.ranking_box .ranking_box_img table.data th {
  background-color: #ececec;
  width: 20px;
  border: 0;
  font-size: 9pt
}

.ranking_box .ranking_box_img table.data td {
  border: 0;
  background-color: #fff;
  text-align: left;
  font-size: 9pt
}

.ranking_box .ranking_box_data table {
  border: 1px solid #ccc
}

.ranking_box .ranking_box_data table td {
  padding: 20px 10px;
  font-weight: 400;
  font-size: 11px;
  font-size:100%;
}

.ranking_box .ranking_box_data table td.align_left {
  text-align: left
}

.ranking_box .ranking_box_data table td.align_right {
  text-align: right
}

.ranking_box .ranking_box_data table tr:nth-of-type(3) th,
.ranking_box .ranking_box_data table tr:nth-of-type(4) td,
.ranking_box .ranking_box_data table tr:nth-of-type(5) th,
.ranking_box .ranking_box_data table tr:nth-of-type(6) td,
.ranking_box .ranking_box_data table tr:nth-of-type(7) th,
.ranking_box .ranking_box_data table tr:nth-of-type(8) td {
  border-right: 1px dotted #ccc;
}

.ranking_box .ranking_box_data table td small {
  font-size: .7rem;
  font-weight: 400
}

.ranking_box .ranking_box_data table td, .ranking_box .ranking_box_data table th {
  border: 0
}

.ranking_box .ranking_box_data table th {
  padding: 5px 10px
}

.ranking_box .align_center {
  font-size: 80%;
}

.ranking_box .align_right {
  font-size: 80%;
}

.ranking_box .align_left {
  font-size: 80%;
}

.slick-next.slick-arrow {
  right: 5px!important;
  margin-top: -35px!important
}

.slick-prev.slick-arrow {
  left: 5px!important;
  margin-top: -35px!important
}

.slick-next.slick-arrow:hover, .slick-prev.slick-arrow:hover {
  cursor: pointer;
  opacity: .7
}

ul.thumb-item-nav .slick-slide {
  width: 5pc
}

ul.thumb-item-nav .slick-slide:nth-last-of-type(1) {
  margin-right: 0
}

ul.thumb-item-nav .slick-slide:nth-of-type(1) {
  margin-left: 0
}

.thumb-item .slick-slide:not(.slick-current) {
  -webkit-filter: opacity(0);
  -moz-filter: opacity(0);
  -o-filter: opacity(0);
  -ms-filter: opacity(0);
  filter: opacity(0);
  transition: .2s linear
}

.ranking_review_area .title {
  text-align: center;
  position: relative
}

.ranking_review_area .title span {
  position: relative;
  display: inline-block;
  padding: 20px 0 17px;
  margin: 0 auto;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: Josefin Sans, Noto Sans JP, Yu Gothic, sans-serif
}

.ranking_review_area .title span:after {
  left: 20px
}

.ranking_review_area .title span:after, .ranking_review_area .title span:before {
  width: 45px;
  border-top: 1px solid #333;
  content: " ";
  display: inline-block;
  position: relative;
  top: -7px
}

.ranking_review_area .title span:before {
  right: 20px
}

.ranking_review_area .ranking_review_box_area {
  border: 1px solid #ea6202;
  background-color: #ffeff2;
  border-radius: 8px;
  padding: 15px 15px 0;
  height: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}

.ranking_review_scroll {
  width: max-content
}

.ranking_review_area .ranking_review_box_area .ranking_review_box {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 3px 3px 0 #ccc;
  display: inline-block;
  width: 280px;
  margin-right: 15px;
  vertical-align: top;
  min-height: 170px
}

.ranking_review_area .ranking_review_box_area .ranking_review_box .ranking_review_box_img {
  width: 60px;
  float: left
}

.ranking_review_area .ranking_review_box_area .ranking_review_box .ranking_review_box_img img {
  width: 100%
}

.ranking_review_area .ranking_review_box_area .ranking_review_box .ranking_review_box_txt {
  margin-left: 75px;
  position: relative;
  top: -5px
}

.ranking_review_area .ranking_review_box_area .ranking_review_box .ranking_review_box_txt .data {
  margin-top: 10px;
  padding-right: 37px;
  position: relative;
  font-size: .7rem;
  line-height: 1.5;
  color: #ccc;
  text-align: right
}

.ranking_review_area .ranking_review_box_area .ranking_review_box .ranking_review_box_txt .data .icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 300px;
  position: absolute;
  right: 0;
  top: 2px
}

.ranking_review_area .ranking_review_box_area .ranking_review_box .ranking_review_box_txt .data .icon img {
  width: 100%;
  vertical-align: top
}

.ranking_box .rankin_link_btn_area {
  margin: 20px auto
}

.ranking_box .rankin_link_btn_area ul {
  font-size: 0
}

.ranking_box .rankin_link_btn_area ul li {
  display: inline-block
}

.ranking_box .rankin_link_btn_area ul li:nth-of-type(1) {
  width: 40%
}

.ranking_box .rankin_link_btn_area ul li:nth-of-type(1) a {
  width: calc(100% - 15px);
  width: -webkit-calc(100% - 15px);
  box-sizing: border-box;
  display: block;
  font-size: 1.4rem;
  border: 2px solid #ea6202;
  border-radius: 300px;
  color: #ea6202;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .2)
}

.ranking_box .rankin_link_btn_area ul li:nth-of-type(2) {
  width: 60%
}

.ranking_box .rankin_link_btn_area ul li:nth-of-type(2) a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 1.4rem;
  border: 0;
  border-radius: 300px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 9pt 2px;
  background: #fdacc1;
  background: -moz-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: -webkit-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: linear-gradient(to bottom, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdacc1', endColorstr='#ff5474', GradientType=0);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .2)
}

.ranking_box.best_item {
  padding-bottom: 40px
}

.ranking_box .ranking_box_data ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 15px
}

.ranking_box .ranking_box_data ul li {
  display: inline-block;
  font-size: 11px;
  padding: 10px 0;
  background-color: #fd7309;
  color: #fff;
  margin-bottom: 2px;
  width: calc(25% - 2px);
  width: -webkit-calc(25% - 2px);
  text-align: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  font-weight: 600
}

.ranking_box .ranking_box_data ul li.off {
  background-color: #cacaca
}

.ranking_box .ranking_box_data ul li:nth-of-type(1) {
  border-left: 0
}

.ranking_box .ranking_box_data ul li:nth-last-of-type(1) {
  border-right: 0
}

#RANKING_AREA hr {
  border: 0;
  border-bottom: 1px solid #999;
  width: 30%;
  display: block;
  margin: 30px auto
}

.rank_more_btn {
  width: 180px;
  border-radius: 4px;
  line-height: 1;
  padding: 15px 0;
  font-size: 1.2rem;
  border: 1px solid #999;
  color: #999;
  text-align: center;
  margin: 20px auto
}

.rank_more_btn:after {
  content: " \f078"
}

.rank_more_btn.active:after, .rank_more_btn:after {
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  font-weight: 600;
  font-size: 1.2rem
}

.rank_more_btn.active:after {
  content: " \f077"
}

.rank_more_btn:hover {
  cursor: pointer;
  opacity: .7
}

.thumb-item-nav .slick-slide li img {
  opacity: .5!important;
  width: 100%;
  vertical-align: bottom
}

.thumb-item-nav .slick-slide.slick-current li img {
  border: 1px solid #999!important;
  opacity: 1!important
}

#RANKING_AREA>div.ranking_box>div.ranking_box_data>table>tbody>tr:nth-child(2)>td>div {
  font-size: 9pt
}

#RANKING_AREA>div.ranking_box>div.ranking_box_data>table>tbody>tr:nth-child(2)>td>div>span {
  font-size: 2.5rem;
  position: relative;
  top: -2px;
  color: #ea6202
}

#RANKING_AREA>div.hidden_area>div.ranking_box.rank04>div.ranking_box_data>table>tbody>tr:nth-child(2)>td>div, #RANKING_AREA>div.hidden_area>div.ranking_box.rank05>div.ranking_box_data>table>tbody>tr:nth-child(2)>td>div {
  font-size: 9pt
}

#RANKING_AREA>div.hidden_area>div.ranking_box.rank04>div.ranking_box_data>table>tbody>tr:nth-child(2)>td>div>span, #RANKING_AREA>div.hidden_area>div.ranking_box.rank05>div.ranking_box_data>table>tbody>tr:nth-child(2)>td>div>span {
  font-size: 2.5rem;
  position: relative;
  top: -2px;
  color: #ea6202
}

.choice_area {
  background-color: #ffeff2
}

.choice_area .title {
  line-height: 1.2;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  font-size: 1.6rem
}

.choice_area .choice_contents {
  padding: 15px
}

.choice_aco {
  font-size: 1.2rem;
  border: 1px solid #ea6202;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 15px;
  position: relative
}

.choice_aco:hover {
  opacity: .7;
  cursor: pointer
}

.choice_aco:after {
  content: " \f078";
  color: #ea6202;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px
}

.choice_aco.active:after, .choice_aco:after {
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  font-weight: 600
}

.choice_aco.active:after {
  content: " \f077"
}

.choice_aco span {
  background-color: #343434;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 13px;
  margin-right: 10px
}

.choice_aco_txt {
  display: none;
  font-size: 1.4rem;
  border: 1px solid #ea6202;
  border-top: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  padding: 15px 10px 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
  top: -22px
}

.choice_aco.active {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.choice_aco_txt:before {
  content: " ";
  width: calc(100% - 20px);
  width: 100%;
  position: relative;
  top: -9px;
  display: block;
  height: 2px;
  border-top: 1px dotted #ea6202
}

.choice_area .txt {
  color: #343434;
  padding: 20px;
  font-size: 1.2rem
}

.check3point_area {
  padding: 15px 15px 20px
}

.check3point_area .title {
  position: relative;
  text-align: center;
  min-height: 50px;
  margin: 0 auto 20px;
  font-size: 140%;
  font-weight: 600;
  line-height: 1.5
}

.check3point_area .title:before {
  background-image: url(../img/point_title_left.png);
  left: 0
}

.check3point_area .title:after, .check3point_area .title:before {
  content: " ";
  width: 20px;
  height: 50px;
  background-size: 20px 50px;
  position: absolute;
  top: 0
}

.check3point_area .title:after {
  background-image: url(../img/point_title_right.png);
  right: 0
}

.check3point_area .sub_title {
  margin: 20px auto;
  text-align: center;
  font-size: 150%;
  position: relative;
  padding: 5px 0;
  font-weight: 600;
  font-family: Josefin Sans, Noto Sans JP, Yu Gothic, sans-serif
}

.check3point_area .sub_title:after {
  content: " ";
  height: 1px;
  width: 40px;
  border-bottom: 2px solid #999;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -20px
}

.check3point_area ul.point3 {
  font-size: 0;
  text-align: center;
  margin: 0 -7px
}

.check3point_area ul.point3 .bold {
  font-size: 14px
}

.check3point_area ul.point3 li {
  width: calc(33% - 14px);
  width: -webkit-calc(33% - 14px);
  display: inline-block;
  padding: 0 7px;
  border-right: 1px solid #ccc;
  font-size: 14px;
  vertical-align: top
}

.check3point_area ul.point3 li .num {
  display: inline-block;
  color: #fff;
  border-radius: 300px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #78a713;
  margin: 0 auto 10px;
  margin-right: 10px;
  font-weight: 400
}

.check3point_area ul.point3 li img {
  display: block;
  margin: 0 auto 10px
}

.check3point_area ul.point3 li:nth-last-child(1) {
  border-right: 0
}

.check3point_area ul.point3 li .txt {
  font-size: 9pt
}

.banner_area {
  background-color: #fff;
  padding: 20px 10px
}

.contents_link_slider {
  background-color: #fff;
  padding-bottom: 20px
}

.contents_link_slider .contents_link_slider_title {
  text-align: center;
  margin: 0 auto 20px;
  background-image: url(../img/recommend_line.png);
  background-size: 14px 16.8px;
  background-repeat: repeat-x;
  height: 14px
}

.contents_link_slider .contents_link_slider_title span {
  display: inline-block;
  padding: 20px 50px 17px;
  background-color: #fff;
  margin: 0 auto;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: Josefin Sans, Noto Sans JP, Yu Gothic, sans-serif;
  position: relative;
  top: -20px
}

.recommend-item ul {
  text-align: center
}

.recommend-item a {
  text-decoration: none!important;
  display: inline-block
}

.recommend-item .slick-slide {
  width: 100%;
  display: inline-block;
  padding: 10px!important;
  box-sizing: border-box!important;
  text-align: center
}

.recommend-item .slick-slide img {
  width: 100%;
  vertical-align: bottom
}

.recommend-item .slick-slide .entry_title {
  margin-top: 10px;
  display: inline-block;
  text-decoration: none!important;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left
}

.link_btn {
  margin: 15px auto 0
}

.link_btn a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 1.4rem!important;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center!important;
  padding: 20px 2px;
  background: #fdacc1;
  background: -moz-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: -webkit-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: linear-gradient(to bottom, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdacc1', endColorstr='#ff5474', GradientType=0);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
  font-weight: 600;
  text-shadow: 0 3px 3px #ff5474;
  position: relative;
  overflow: hidden;
}

.link_btn a:hover {
  cursor: pointer;
  opacity: .7
}

.best_item_banner {
  margin: 15px auto
}

.best_item_banner img {
  width: 100%;
  vertical-align: bottom
}

.hikaku_table {
  padding: 15px;
  margin: 0 auto;
  background-color: #fff
}

.hikaku_table .title {
  text-align: center;
  position: relative
}

.hikaku_table .title span {
  position: relative;
  display: inline-block;
  padding: 20px 0 17px;
  margin: 0 auto;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: Josefin Sans, Noto Sans JP, Yu Gothic, sans-serif
}

.hikaku_table .title span:after {
  left: 20px
}

.hikaku_table .title span:after, .hikaku_table .title span:before {
  width: 45px;
  border-top: 1px solid #333;
  content: " ";
  display: inline-block;
  position: relative;
  top: -7px
}

.hikaku_table .title span:before {
  right: 20px
}

.hikaku_table .sub_title {
  width: 100%;
  font-size: 140%;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
  background-color: #ff5474;
  color: #fff;
  margin: 0 auto 20px;
  position: relative
}

.hikaku_table .sub_title:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #ff5474 transparent transparent
}

.hikaku_table .txt_color {
  font-weight: 700;
  color: #ff5474
}

.hikaku_table .sub_title a {
  width: 100%;
  font-size: 100%;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
  background-color: #ff5474;
  color: #fff;
  margin: 0 auto 20px;
  position: relative;
  text-decoration: none
}

.hikaku_table .underline_txt {
  font-weight: 700;
  background: linear-gradient(transparent 80%, #e8b4b7 0)
}

.hikaku_table .underline_txt2 {
  font-weight: 700;
  background: linear-gradient(transparent 80%, #bedcf8 0)
}

.hikaku_table .underline_txt3 {
  font-weight: 700;
  background: linear-gradient(transparent 80%, #bbc1fa 0)
}

.mess {
  text-align: right;
  margin: 0 auto 10px;
  font-size: 87%;
  font-weight: 700;
  color: #343434
}

table .product_img {
  display: block;
  margin: 0 auto 1px;
  width: 70%
}

table .product_img2 {
  display: block;
  margin: 0 auto 1px;
  width: 100%;
  opacity: .3
}

.hyoka_img {
  display: block;
  margin: 10px auto 20px
}

.hikaku_table .scroll_table table {
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #ccc
}

.hikaku_table .scroll_table table th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2
}

.hikaku_table .scroll_table table th a {
  font-size: 13px
}

.hikaku_table .scroll_table {
  overflow-x: scroll;
  width: 100%;
  margin: 0 auto 5px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

.logo_tr td, .logo_tr th {
  background-color: #ececec;
  border: #cbd3d4 1px solid;
  width: 75pt!important;
  border-collapse: collapse;
  table-layout: fixed;
  font-weight: 600;
  border: 0 0!important
}

#compare_table_fr {
  border-collapse: separate;
  border-spacing: 0
}

table.hikaku .product_img {
  width: 44%
}

table.hikaku .btn_cell {
  padding: 2px 20px
}

table.hikaku .btn_cell span {
  display: inline-block
}

table.hikaku .th {
  vertical-align: middle;
  border-left: 1px solid #ccc
}

table.hikaku .th a {
  font-size: 10px
}

table.hikaku td, table.hikaku th {
  vertical-align: middle;
  width: 5pc!important;
  table-layout: fixed;
  border: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 10px
}

table.hikaku th {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc
}

table.hikaku th:nth-of-type(1) {
  border-left: 1px solid #ccc
}

.product_data td, .product_data th {
  width: 5pc!important;
  border-collapse: collapse;
  table-layout: fixed;
  border: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

.product_data2 td, .product_data2 th {
  background-color: #fffcf1
}

.hikaku_table .scroll_table table th {
  background-color: #fff;
  border: #cbd3d4 1px solid;
  border-top: 0 0!important
}

.hikaku_table .scroll_table table thead tr th {
  background-color: #ececec;
  border-bottom: 0 0!important
}

.hikaku_table .scroll_table table thead tr td, .hikaku_table .scroll_table table thead tr th {
  padding: 5px 10px;
  border-right: 1px dotted #999!important
}

.product_data .price {
  font-size: 100%;
  font-weight: 400;
  color: #333;
  padding-top: 0;
  display: block;
  margin-top: 5px
}

.sp_br {
  display: block;
  line-height: 1.2
}

.link_btn2 {
  margin: 5px auto 0
}

.link_btn2 a {
  width: 100%;
  margin-bottom: 5px;
  box-sizing: border-box;
  display: block;
  font-size: 1.3rem!important;
  border-radius: 300px;
  color: #fff;
  text-decoration: none;
  text-align: center!important;
  padding: 10px 2px;
  background: #fdacc1;
  background: -moz-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: -webkit-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: linear-gradient(to bottom, #fdacc1 0, #fdacc1 51%, #ea6202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdacc1', endColorstr='#ff5474', GradientType=0);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
  font-weight: 600;
  text-shadow: 0 3px 3px #ff5474;
  position: relative;
  overflow: hidden;
}

.link_btn2 a:hover {
  cursor: pointer;
  opacity: .7
}

@keyframes a {
  0 {
    transform: scale(0)rotate(25deg);
    opacity: 0
  }
  50% {
    transform: scale(1)rotate(25deg);
    opacity: 1
  }
  to {
    transform: scale(50)rotate(25deg);
    opacity: 0
  }
}

.shiny-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #384878;
  overflow: hidden
}

.shiny-btn:after {
  content: '';
  position: absolute;
  top: -75pt;
  left: -75pt;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, hsla(0, 0%, 100%, 0) 10%, #fff 100%, hsla(0, 0%, 100%, 0) 0);
  animation-name: a;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
}

.footer_to_top_wrap {
  margin-top: 0;
  padding: 15px 0;
  background-color: #f5f5f5
}

.footer_to_top {
  display: block;
  width: 65px;
  margin: 0 auto;
  padding: 33px 0 0;
  box-sizing: border-box;
  background: url(../img/footer_to_top.png)no-repeat;
  background-size: 85%;
  background-position: top center;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer
}

.footer_to_top a {
  color: #333;
  text-decoration: none
}

.foot_link {
  clear: both;
  padding: 30px 0
}

.foot_link ul {
  text-align: center
}

.foot_link ul li {
  display: inline-block;
  margin: 0 5px
}

.foot_link ul li a {
  text-decoration: none;
  color: #3f3d3e!important;
  text-decoration: none!important;
  font-weight: 400;
  font-size: 9pt
}

.foot_link ul li a:hover {
  text-decoration: underline!important
}

#COPYRIGHT {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 10px;
  text-align: center;
  color: #fff;
  background-color: #333
}

#COPYRIGHT, #COPYRIGHT a {
  -webkit-text-size-adjust: none;
  font-size: 9pt!important
}

#COPYRIGHT a {
  color: #fff!important;
  text-decoration: none!important;
  font-weight: 400
}

#COPYRIGHT span {
  -webkit-text-size-adjust: none;
  font-size: 9pt!important
}

.shindan {
  margin: 30px 15px;
  background-color: #fff
}

.shindan .start .shindan_window .btn span img {
  width: 100%;
  vertical-align: bottom
}

.shindan .shitsumon .shindan_window {
  border: 1px solid #ccc
}

.shindan .shitsumon .shindan_window .n {
  text-align: center;
  display: block;
  margin: 20px auto
}

.shindan .shitsumon .shindan_window .n:before {
  content: "Question";
  display: inline-block;
  margin-right: 4px
}

.shindan .shitsumon .shindan_window .shitsumon_txt {
  text-align: center;
  margin: 30px;
  font-weight: 600;
  font-size: 120%
}

.shindan .shitsumon .shindan_window .btn {
  text-align: center;
  margin: 0 auto 30px
}

.shindan .shitsumon .shindan_window .btn span {
  display: inline-block;
  border-radius: 4px;
  padding: 15px 30px;
  border: 1px solid #ccc;
  margin: 0 10px;
  background-color: #ea6202;
  color: #fff;
  font-weight: 600
}

.shindan .shitsumon .shindan_window .btn span:nth-of-type(2) {
  background-color: #7e7e7e
}

.shindan .shitsumon .shindan_window .btn span:hover {
  cursor: pointer;
  opacity: .7
}

.shindan .result {
  border: 1px solid #ccc;
  padding: 30px
}

.shindan .result .title {
  position: relative;
  line-height: 1.2;
  padding: 15px;
  text-align: center;
  color: #fff;
  background-color: #343434;
  margin: 0 auto 30px
}

.shindan .result .result_data {
  width: 100%;
  margin: 0 auto 30px
}

.shindan .result .result_data .name {
  font-size: 140%;
  margin: 0 auto 15px;
  text-align: center
}

.shindan .result .result_data .img {
  width: 75pt;
  float: none;
  padding-right: 0;
  margin: 0 auto 15px;
  box-sizing: border-box
}

.shindan .result .result_data .img img {
  width: 100%;
  vertical-align: bottom
}

.shindan .result .result_data .txt {
  width: 100%;
  float: none;
  box-sizing: border-box
}

.txt_link {
  margin: 20px auto;
  text-align: right
}

.txt_link a:before {
  content: "\f0da";
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  color: #0071c1
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-table
}

* html .clearfix {
  height: 1%
}

.clearfix {
  display: block
}

#CONTENTS .contents {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px
}

#CONTENTS .contents p {
  margin-bottom: 0;
  line-height: 1.8em
}

#CONTENTS .contents h1 {
  font-size: 210%;
  margin: 0 auto 70px
}

#CONTENTS .contents h2 {
  font-size: 140%;
  margin: 40px auto 20px;
  padding: 15px;
  background-color:#c75708;
  color:#fff;
}

#CONTENTS .contents h3 {
  font-size: 120%;
  font-weight: 700;
  padding: 10px;
  margin: 2rem 0;
  border-left: 4px solid #c75708;
}

#CONTENTS .contents h4 {
  font-size: 120%;
  font-weight: 700;
  padding:10px 0 10px 20px;
  margin: 1rem 0;
  position: relative;
}

#CONTENTS .contents h4:before{
  content:"●";
  color:#c75708;
  position: absolute;
  left:0;
}

#CONTENTS .contents h5{
  font-size: 120%;
  font-weight: 700;
  padding:10px 0;
  margin: 1rem 0;
  position: relative;
}

#CONTENTS .contents hr {
  border: 0;
  padding: none;
  margin: 30px;
  border-bottom: 1px dotted #ccc
}

#CONTENTS .contents ul.list_box {
  padding: 20px;
  margin: 10px;
  background-color: #ececec
}

#CONTENTS .contents ul.list_box li {
  margin-bottom: 10px
}

#CONTENTS .contents ul.list_box li:nth-last-of-type(1) {
  margin-bottom: 0
}

#CONTENTS .contents ul.list_box li:before {
  content: "\f0da";
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  color: #343434
}

@media screen and (max-width:640px) {
  .footer nav {
    padding: 0;
    margin-bottom: 0;
    float: none;
    width: 100%;
    box-sizing: border-box
  }
  .footer nav:nth-of-type(1) h3 {
    border-top: 1px solid #ccc
  }
  .footer nav h3 {
    text-shadow: none;
    line-height: 1;
    padding: 15px 10px 13px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    color: #3f3d3e;
    position: relative;
    background: url(../img/arrow_down.png)no-repeat;
    background-size: 15px;
    background-position: right 10px center;
    transition: all .3s ease;
    font-weight: 400;
    font-size: 9pt;
    background-color: #fff
  }
  .footer nav h3.active {
    background: url(../img/close_btn_wh.png)no-repeat;
    background-size: 15px;
    background-position: right 10px center;
    background-color: #333;
    color: #fff;
    border-bottom: 0;
    transition: all .3s ease
  }
  .footer nav h3:after, .footer nav h3:before {
    display: none
  }
  .footer nav ul li {
    margin: 0
  }
  .footer nav ul li a {
    font-size: 15px;
    color: #333!important;
    line-height: 1.5;
    display: block;
    padding: 17px 22px 9pt 10px;
    border-bottom: 1px solid #333;
    position: relative;
    background: url(../img/arrow_right.png)no-repeat;
    background-size: 8px;
    background-position: right 10px center;
    background-color: #f5f5f5
  }
  .footer nav div, .footer nav ul li a:before {
    display: none
  }
}

.underline_txt {
  font-weight: 700;
  background: linear-gradient(transparent 80%, #e8b4b7 0)
}

.underline_txt2 {
  font-weight: 700;
  background: linear-gradient(transparent 80%, #bedcf8 0)
}

.underline_txt3 {
  font-weight: 700;
  background: linear-gradient(transparent 80%, #bbc1fa 0)
}

.txt_color {
  font-weight: 700;
  color: #ff5474
}

.my-parts {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fbabbc;
  border: 1.5px solid #fbabbc;
  border-radius: 0;
  padding: .8em;
  position: relative;
  text-align: left;
  border-radius: 10px;
  font-size: 13px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: 600
}

.my-parts>:last-child {
  margin-bottom: 0
}

.my-parts:after, .my-parts:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%
}

.my-parts:before {
  margin-left: -12.82px;
  border: 12.82px solid transparent;
  border-bottom: 12.82px solid #fbabbc;
  z-index: 1
}

.my-parts:after {
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fbabbc;
  z-index: 2
}

.yureru-j {
  animation: b 2s infinite
}

@keyframes b {
  0 {
    transform: translate(0, 2px)
  }
  5% {
    transform: translate(0, -2px)
  }
  10% {
    transform: translate(0, 2px)
  }
  15% {
    transform: translate(0, -2px)
  }
  20% {
    transform: translate(0, 2px)
  }
  25% {
    transform: translate(0, -2px)
  }
  30% {
    transform: translate(0, 0)
  }
}

.yureru-s {
  animation: c 2s infinite
}

@keyframes c {
  0 {
    transform: translate(2px, 0)
  }
  5% {
    transform: translate(-2px, 0)
  }
  10% {
    transform: translate(2px, 0)
  }
  15% {
    transform: translate(-2px, 0)
  }
  20% {
    transform: translate(2px, 0)
  }
  25% {
    transform: translate(-2px, 0)
  }
  30% {
    transform: translate(0, 0)
  }
}

.link_btn3 a {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 1.3rem!important;
  border-radius: 300px;
  color: #fff;
  text-decoration: none;
  text-align: center!important;
  padding: 10px 2px;
  background: #fdacc1;
  background: -moz-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: -webkit-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: linear-gradient(to bottom, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdacc1', endColorstr='#ff5474', GradientType=0);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
  font-weight: 600;
  text-shadow: 0 3px 3px #ff5474;
  position: relative;
  overflow: hidden;
}

.link_btn3 a:hover {
  cursor: pointer;
  opacity: .7
}

.link_btn3 a:before {
  font-weight: 400;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
  left: 94%
}

.link_btn3 a:after {
  content: "\f144";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  color: #fff
}

.link_btn4 a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 1.4rem!important;
  border-radius: 300px;
  color: #fff;
  text-decoration: none;
  text-align: center!important;
  padding: 20px 2px;
  background: #fdacc1;
  background: -moz-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: -webkit-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: linear-gradient(to bottom, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdacc1', endColorstr='#ff5474', GradientType=0);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
  font-weight: 600;
  text-shadow: 0 3px 3px #ff5474;
  position: relative;
  overflow: hidden;
}

.link_btn4 a:hover {
  cursor: pointer;
  opacity: .7
}

.link_btn4 a:before {
  font-weight: 400;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
  left: 94%
}

.link_btn4 a:after {
  content: "\f144";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  color: #fff
}

.link_btn5 a{
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 1.4rem!important;
  border-radius:10px;
  color: #fff;
  text-decoration: none;
  text-align: center!important;
  padding: 20px 2px;
  background: #fdacc1;
  background: -moz-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: -webkit-linear-gradient(top, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  background: linear-gradient(to bottom, #fdacc1 0, #ea6202 51%, #ff5474 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdacc1', endColorstr='#ff5474', GradientType=0);
  font-weight: 600;
  border-bottom: solid 4px #a3142e;
  margin:15px auto;
  position: relative;
  overflow: hidden;
}

.link_btn5.pink1 a{
  background: #fdacc1;
  background: -moz-linear-gradient(top, #fdacc1 0, #fdacc1 51%, #ea6202 100%);
  background: -webkit-linear-gradient(top, #fdacc1 0, #fdacc1 51%, #ea6202 100%);
  background: linear-gradient(to bottom, #fdacc1 0, #fdacc1 51%, #ea6202 100%);
  border-bottom: solid 4px #a74759;
  filter:none;
}

.link_btn5.pink2 a{
  background: #FCABBE;
  border-bottom: solid 4px #a74759;
  filter:none;
}

.link_btn5.pink3 a{
  background: #FF7A93;
  filter:none;
}

.link_btn5 a:hover{
  opacity:0.6;
}

.btn-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative
}

.btn-cv a {
  margin: 30px auto 0;
  padding: 20px 0;
  border-radius: 300px;
  display: block;
  background: #ef5840;
  background: -moz-linear-gradient(top, #ef5840 0, #ba271c 50%, #c93022 100%);
  background: -webkit-linear-gradient(top, #ef5840 0, #ba271c 50%, #c93022 100%);
  background: linear-gradient(to bottom, #46638f 0, #7586a0 50%, #445f88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5840', endColorstr='#c93022', GradientType=0);
  color: #fff;
  text-align: center;
  font-size: 120%;
  position: relative;
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, 游明朝体, Yu Mincho, HG明朝E, メイリオ, Meiryo, sans-serif;
  text-shadow: 1px 1px 3px #09306d;
  text-decoration: none;
  width: auto
}

.btn-cv.is-fz20 a {
  font-size: 20px
}

.btn-cv a img {
  vertical-align: middle
}

.btn-cv a:after {
  content: ' '!important
}

.btn-cv a:before {
  content: "\f138";
  font-family: fontawesome;
  font-weight: 400;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%
}

.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7
}

.btn-cv+.btn-cv a {
  margin-top: 0
}

.btn-cv a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px hsla(0, 0%, 100%, .8), 1px 1px 1px #000
}

.btn-cv.is-red a {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#fb4e3e, #d64b26)
}

.btn-cv.is-blue a {
  background: #09c;
  background: -webkit-linear-gradient(#09c, #069);
  background: linear-gradient(#09c, #069)
}

.btn-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: d 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: d 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: d 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: d 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: d 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 d {
  0 {
    opacity: 0
  }
  0, 80% {
    -webkit-transform: scale(0)rotate(45deg);
    transform: scale(0)rotate(45deg)
  }
  80% {
    opacity: .5
  }
  81% {
    -webkit-transform: scale(4)rotate(45deg);
    transform: scale(4)rotate(45deg);
    opacity: 1
  }
  to {
    -webkit-transform: scale(50)rotate(45deg);
    transform: scale(50)rotate(45deg)
  }
}

@-webkit-keyframes d {
  0, to {
    opacity: 0
  }
  0, 80% {
    -webkit-transform: scale(0)rotate(45deg)
  }
  80% {
    opacity: .5
  }
  81% {
    -webkit-transform: scale(4)rotate(45deg);
    opacity: 1
  }
  to {
    -webkit-transform: scale(50)rotate(45deg);
    opacity: 0
  }
}

.is-trembling a:before {
  -webkit-animation-name: e;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: e;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease
}

@-webkit-keyframes e {
  0 {
    -webkit-transform: translate(-3px, 0)
  }
  to {
    -webkit-transform: translate(0, 0)
  }
}

.is-bounce {
  animation: f 4s infinite;
  -moz-animation: f 4s infinite;
  -webkit-animation: f 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

@-webkit-keyframes f {
  0, 4%, 10%, 18%, to {
    -webkit-transform: translateY(0)
  }
  5% {
    -webkit-transform: translateY(-6px)
  }
  12% {
    -webkit-transform: translateY(-4px)
  }
}

@keyframes f {
  20%, 24%, 30%, 34%, to {
    -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: g 5s infinite;
  -moz-animation: g 5s infinite;
  animation: g 5s infinite
}

@-webkit-keyframes g {
  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 g {
  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
}

.orange_btn a {
  text-shadow: 0 3px 3px #f36d17;
  background: #ff9e60
}

table.green thead th {
  background-color: #e8f4f4
}

table.pink thead th {
  background-color: #FF7A93;
  color:#fff;
}

table.green tbody th {
  background-color: #e8f4f4
}

table.pink tbody th {
  background-color: #FF7A93;
  color:#fff;
}




.slick-counter {
  right: 10px;
  position: absolute;
  top: 10px;
  background-color: #33333370;
  padding: 7px 10px;
  color: #fff;
  border-radius: 300px;
  font-weight: 700;
  font-size: 10px;
  line-height: 1
}

.slide-dots {
  text-align: center;
  margin-bottom: 15px;
}

.slide-dots li {
  display: inline-block;
  margin: 0 10px
}

.slide-dots li button {
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  border: 0;
  padding: 0;
  line-height: 1
}

.slide-dots li button:before {
  content: "●";
  font-size: 20px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #c9c9c9
}

.slide-dots li.slick-active button:before {
  color: #fb7c97
}

/*
比較表２　CSS
*/

.hikaku_table2 {
  padding: 15px;
  margin: 0 auto;
  background-color: #fff
}

.hikaku_table2 td{
  border-color:#ccc;
}

td.yellow_bg{
  background-color:#fffcf1 !important;
}

.hikaku_table2 .title {
  text-align: center;
  position: relative
}

.hikaku_table2 .title span {
  position: relative;
  display: inline-block;
  padding: 20px 0 17px;
  margin: 0 auto;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: Josefin Sans, Noto Sans JP, Yu Gothic, sans-serif
}

.hikaku_table2 .title span:after {
  left: 20px
}

.hikaku_table2 .title span:after, .hikaku_table2 .title span:before {
  width: 45px;
  border-top: 1px solid #333;
  content: " ";
  display: inline-block;
  position: relative;
  top: -7px
}

.hikaku_table2 .title span:before {
  right: 20px
}

.hikaku_table2 .td_title{
  font-size:120%;
  font-weight:600;
  color:#333;
  display:block;
}

.hikaku_table2 .link_btn3 a,
.hikaku_table2 .link_btn2 a{
  border-radius:10px;
}

.mark_img{
  width:50px;
  display:inline-block;
  margin:0 auto;
}


.mgt0{
  margin-top:0 !important
}

.mgt5{
  margin-top:5px !important
}

.mgt10{
  margin-top:10px !important
}

.mgt15{
  margin-top:15px !important
}

.mgt20{
  margin-top:20px !important
}

.mgb0{
  margin-bottom:0 !important
}

.mgb5{
  margin-bottom:5px !important
}

.mgb10{
  margin-bottom:10px !important
}

.mgb15{
  margin-bottom:15px !important
}

.mgb20{
  margin-bottom:20px !important
}

.mgr0{
  margin-right:0 !important
}

.mgr5{
  margin-right:5px !important
}

.mgr10{
  margin-right:10px !important
}

.mgr15{
  margin-right:15px !important
}

.mgr20{
  margin-right:20px !important
}

.mgl0{
  margin-left:0 !important
}

.mgl5{
  margin-left:5px !important
}

.mgl10{
  margin-left:10px !important
}

.mgl15{
  margin-left:15px !important
}

.mgl20{
  margin-left:20px !important
}

.pdt0{
  padding-top:0 !important
}

.pdt5{
  padding-top:5px !important
}


.pdt10{
  padding-top:10px !important
}

.pdt15{
  padding-top:15px !important
}

.pdt20{
  padding-top:20px !important
}

.pdb0{
  padding-bottom:0 !important
}

.pdb5{
  padding-bottom:5px !important
}
.pdb10{
  padding-bottom:10px !important
}

.pdb15{
  padding-bottom:15px !important
}

.pdb20{
  padding-bottom:20px !important
}

.pdr0{
  padding-right:0 !important
}

.pdr5{
  padding-right:5px !important
}

.pdr10{
  padding-right:10px !important
}

.pdr15{
  padding-right:15px !important
}

.pdr20{
  padding-right:20px !important
}

.pdl0{
  padding-left:0 !important
}


.pdl5{
  padding-left:5px !important
}

.pdl10{
  padding-left:10px !important
}

.pdl15{
  padding-left:15px !important
}

.pdl20{
  padding-left:20px !important
}

.fnt10{
  font-size:10px !important;
}

.fnt11{
  font-size:11px !important;
}

.fnt12{
  font-size:12px !important;
}

.fnt13{
  font-size:13px !important;
}

.fnt14{
  font-size:14px !important;
}

.fnt15{
  font-size:15px !important;
}

.fnt16{
  font-size:16px !important;
}

.fnt17{
  font-size:17px !important;
}

.fnt18{
  font-size:18px !important;
}

.fnt19{
  font-size:19px !important;
}

.fnt20{
  font-size:20px !important;
}

/* =======================================
2020/09/02
トップページランキング
======================================= */
.ribbon_title {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  background: #D1A874;
  color: #FFF;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin: 20px 0;
}

#SINGLE .ribbon_title h2, #PAGE .ribbon_title h2 {
  font-size: 1.6em;
  font-weight: bold;
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
  color: #58410a;
  background-color: #D1A874;
  text-shadow: 1px 1px 0 #999;
}

.ribbon_title:before, .ribbon_title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_title:before {
  top: -2px;
  left: -2px;
  border-width: 32px 0px 32px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon_title:after {
  top: -2px;
  right: -2px;
  border-width: 32px 15px 32px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#TOP_RANKING {}

#TOP_RANKING .ranking_box {
  border: 1px solid #ccbcb8;
  padding: 5px 10px;
  /*	margin:0 10px;*/
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

#TOP_RANKING .ranking_box h3 {
  background-color: #7dbaba;
  padding: 10px 0 10px 70px;
  border: none ! important;
  margin: -5px -10px;
  height: auto;
  font-size: 130%;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.7;
  box-shadow: none;
  position: static;
}

#TOP_RANKING .ranking_box h3:before, #TOP_RANKING .ranking_box h3:after {
  content: none;
}

#TOP_RANKING .ranking_box.pickup {
  margin-top: 40px;
}

#TOP_RANKING .ranking_box.pickup h3 {
  padding: 5px 10px 5px 10px;
  position: relative;
}

#TOP_RANKING .ranking_box .title {
  position: relative;
}

#TOP_RANKING .ranking_box .title .rank {
  text-indent: -9999px;
  background-size: 50px 30px;
  width: 50px;
  height: 30px;
  position: absolute;
  left: -5px;
  top: 5px;
}

#TOP_RANKING .ranking_box.pickup .title .rank {
  display: none;
}

#TOP_RANKING .ranking_box.pickup:before {
  display: block;
  content: "ピックアップ";
  padding: 7px 10px;
  line-height: 1.0;
  color: #fff;
  background-color: #EE6500;
  width: 120px;
  height: 23px;
  text-align: center;
  font-size: 87%;
  box-sizing: border-box;
  position: absolute;
  top: -23px;
  left: 0;
}

#TOP_RANKING #RANK01 .title .rank {
  background-image: url("../img/rank_icon1.png");
}

#TOP_RANKING #RANK02 .title .rank {
  background-image: url("../img/rank_icon2.png");
}

#TOP_RANKING #RANK03 .title .rank {
  background-image: url("../img/rank_icon3.png");
}

#TOP_RANKING #RANK04 .title .rank {
  background-image: url("../img/rank_icon4.png");
}

#TOP_RANKING #RANK05 .title .rank {
  background-image: url("../img/rank_icon5.png");
}

#TOP_RANKING .ranking_box .data {
  box-sizing: border-box;
  width: auto;
  margin: 0px auto;
}

#TOP_RANKING .ranking_box .data .img {
  width: auto;
  float: none;
}

#TOP_RANKING .ranking_box .data .img img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 5px #ddd;
  vertical-align: bottom;
  margin-bottom: 15px;
}

#TOP_RANKING .ranking_box .data .left {
  float: left;
  box-sizing: border-box;
  width: 40%;
  margin: 0 0 20px;
  padding: 10px;
}


/*
#TOP_RANKING .ranking_box .data .left .star{
float:left;
letter-spacing: -5px;
color: #C8A000;
}
*/

#TOP_RANKING .ranking_box .data .left .point {
  margin-left: 10px;
  color: #CC4138;
  font-weight: bold;
  font-size: 110%;
}

#TOP_RANKING .ranking_box .data .right {
  float: left;
  box-sizing: border-box;
  width: 60%;
  margin: 0 0 20px;
  padding: 10px;
  border: 1px solid #E6CBAC;
  border-radius: 5px;
}

#TOP_RANKING .ranking_box .data .txt {
  box-sizing: border-box;
  border: 1px dotted #FC5EAD4;
  width: auto;
  float: none;
  margin: 0;
  /*	background-color:#FCF7F7;*/
  padding: 10px;
  padding-bottom: 1px;
}

#TOP_RANKING .ranking_box .data .txt p {
  line-height: 1.3;
}


/*#PAGE #TOP_RANKING .ranking_box .data .txt .title{*/

#TOP_RANKING .ranking_box .data .txt .title {
  font-weight: bold;
  font-size: 120%;
  color: #5E151E;
  border-left: 4px solid #5E151E;
  padding-left: 7px;
  text-shadow: 1px 1px 0px #fff;
  margin: 20px 0 10px!important;
  line-height: unset;
}

#TOP_RANKING .ranking_box .data .txt .important_txt {
  font-weight: bold;
  font-size: 110%;
  color: #FF4E00;
}

#TOP_RANKING .ranking_box .icon {
  margin: 10px;
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  float: left;
}

#TOP_RANKING .ranking_box ul.icon li {
  margin: 0 5px 5px;
  border-radius: 7px;
  text-align: center;
  display: inline-block;
  /*	background-color:#FFA94D;	*/
  background-color: #f9f7dc;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.0;
  /*	color:#fff;*/
  color: #665e5c;
  /*
text-shadow:1px 1px 1px #B73739;
border:1px solid #FC7B24;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f34e54), color-stop(0.00, #fa7f97));
background: -webkit-linear-gradient(#fa7f97, #f34e54);
background: -moz-linear-gradient(#fa7f97, #f34e54);
background: -o-linear-gradient(#fa7f97, #f34e54);
background: -ms-linear-gradient(#fa7f97, #f34e54);
background: linear-gradient(#fa7f97, #f34e54);
*/
  text-indent: 0;
}

#TOP_RANKING .ranking_box .icon li:before {
  display: none;
}

#TOP_RANKING .ranking_box .icon li.off {
  background-color: #ccc;
  /*
border:1px solid #999;

background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #999), color-stop(0.00, #aaa));
background: -webkit-linear-gradient(#aaa, #999);
background: -moz-linear-gradient(#aaa, #999);
background: -o-linear-gradient(#aaa, #999);
background: -ms-linear-gradient(#aaa, #999);
background: linear-gradient(#aaa, #999);
text-shadow:1px 1px 0 #999;
opacity:0.8;
*/
}

.ranking_box .icon {
  margin-top: 10px;
  text-align: center;
}

.ranking_box .icon ul li {
  font-size: 80%;
  line-height: 1.0;
  padding: 5px 30px;
  background-color: #3BA3A0;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}

.ranking_box .icon2 {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.ranking_box .icon2_box {
  width: 23%;
  min-height: 94px;
  float: left;
  box-sizing: border-box;
  padding: 4px;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 1%;
  background-color: #fff;
  border-radius: 3px;
}

.ranking_box .icon2_box .title {
  padding: 2px;
  background-color: #8fb4d8;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 7px;
}

.ranking_box .icon2_box .rank {
  font-weight: bold;
  font-size: 120%;
  color: #4c74ca;
}

#TOP_RANKING .ranking_box .icon2_box .txt {
  padding: 0;
}

.ranking_box .icon2_box:nth-of-type(2) .title {
  background-color: #d48890;
}

.ranking_box .icon2_box:nth-of-type(2) .rank {
  color: #CA584C;
}

.ranking_box .icon2_box:nth-of-type(3) .title {
  background-color: #d4b188;
}

.ranking_box .icon2_box:nth-of-type(3) .rank {
  color: #caa24c;
}

.ranking_box .icon2_box .total {
  background-color: #7dbaba;
  color: #fff;
  font-size: 120%;
  padding: 4px 0;
  border-radius: 3px;
  min-height:76px;
}

.ranking_box .icon2_box .total .point {
  padding: 5px 0;
  font-size: 150%;
}

.txt span .ave_star {
  font-size: 12px;
  width: unset;
  height: unset;
}


/*
#TOP_RANKING .ranking_box .point_txt{
background-color:#FCF5F5;
border-radius:5px;
margin:10px auto 20px;
font-weight:bold;
border: 1px solid #fff;
box-shadow: 0 0 0 1px #F9DEDE;
}
*/

#TOP_RANKING .ranking_box .point_txt p {
  margin: 5px 10px;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: right;
  color: #F77600;
  font-size: 12px;
}

#TOP_RANKING .ranking_box .point_txt ul {
  background: none;
  border: none;
  padding: 10px;
  padding-bottom: 1px;
  margin: 0;
  background-color: #efebdec7;
  border-radius: 5px;
  margin: 10px auto 20px;
  font-weight: bold;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #998d8a;
}

#TOP_RANKING .ranking_box .point_txt ul li {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #5E151E;
  padding-left: 1.4em;
  text-indent: -0.7em;
  font-weight: normal;
}

#TOP_RANKING .ranking_box .point_txt ul li:before {
  content: "\f144";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  color: #5E151E;
}

#TOP_RANKING .ranking_box table {
  width: 100%;
  margin: 10px 0 20px;
  border: 1px solid #998d8a;
  font-size: 100%;
}

#TOP_RANKING .ranking_box table th, #TOP_RANKING .ranking_box table td {
  border: 1px solid #998d8a;
  line-height: 1.2;
  vertical-align: middle;
}

#TOP_RANKING .ranking_box table th {
  padding: 7px;
  width: 21%;
  box-sizing: border-box;
  background-color: #efebdec7;
  color: #665e5c;
  font-weight: bold;
}

#TOP_RANKING .ranking_box table td {
  padding: 7px 10px;
  width: 29%;
  box-sizing: border-box;
}

#TOP_RANKING .ranking_box h4, #TOP_RANKING .ranking_box .point_txt h4, #TOP_RANKING .ranking_box .campaign h4, #TOP_RANKING .ranking_box .review h4 {
  font-weight: bold;
  font-size: 120%;
  color: #5E151E;
  border-left: 4px solid #5E151E;
  padding-left: 7px;
  padding: 0 0 0 7px;
  text-shadow: 1px 1px 0px #fff;
  margin: 30px 0 0;
  background: unset;
  border-bottom: none;
}

#TOP_RANKING .ranking_box .point_txt span, #TOP_RANKING .ranking_box .campaign span {
  line-height: 1.3;
}

#TOP_RANKING .ranking_box .review {
  /*	padding:10px;
border:1px solid #998d8a;*/
  padding-bottom: 5px;
  /*	margin: 30px 0 10px;*/
  margin: 0 0 10px;
  * display: inline-block;
}


/*
#TOP_RANKING .ranking_box .review h4{
border: none;
line-height: 1.0;
padding: 10px;
background-color: #998d8a;
color: #fff;
font-size: 110%;
display: block;
margin: -10px;
margin-bottom: 9px;
}


#TOP_RANKING .ranking_box .review h4:before {
content: "\f075";
font-family: FontAwesome;
display: inline-block;
margin-right: 5px;
position:relative;
top:-1px;
}
*/

#TOP_RANKING .ranking_box .review ul {
  background: none;
  padding: 0;
  border: none;
  margin: 0;
}

#TOP_RANKING .ranking_box .review ul li {
  line-height: 1.4;
  margin-bottom: 5px;
  color: #665e5c;
}

#TOP_RANKING .ranking_box .review ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  color: #7dbaba;
}

#TOP_RANKING .ranking_box .review ul li span {
  color: #C8A000;
}

@media screen and (max-width: 640px) {
  /*ランキング*/
  .ribbon_title {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    background: #D1A874;
    color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
  }
  #SINGLE .ribbon_title h2, #PAGE .ribbon_title h2 {
    font-size: 1.25em!important;
    font-weight: bold;
    vertical-align: middle;
    margin: 0!important;
    padding: 0 30px!imortant;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    line-height: 30px;
    color: #58410a;
    background-color: #D1A874;
    text-shadow: 1px 1px 0 #999;
  }
  #SINGLE .ribbon_title .line1, #PAGE .ribbon_title .line1 {
    height: 60px;
    font-size: 1.25em;
    font-weight: bold;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    line-height: 60px;
    color: #540101;
    text-shadow: 1px 1px 0 #999;
    background-color: #D1A874!important;
  }
  #SINGLE .tb_responsive thead, #PAGE .tb_responsive thead, #ARCHIVE .tb_responsive thead {
    display: none;
  }
  #SINGLE .tb_responsive tbody th, #PAGE .tb_responsive tbody th, #ARCHIVE .tb_responsive tbody th {
    display: block;
    width: 100%;
  }
  #SINGLE .tb_responsive tbody td, #PAGE .tb_responsive tbody td, #ARCHIVE .tb_responsive tbody td {
    display: block;
    width: 100%;
  }
  #SINGLE .tb_responsive tbody td:before, #PAGE .tb_responsive tbody td:before, #ARCHIVE .tb_responsive tbody td:before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  .ribbon_title:before, .ribbon_title:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .ribbon_title:before {
    top: -2px;
    left: -2px;
    border-width: 40px 0px 40px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .ribbon_title:after {
    top: -2px;
    right: -2px;
    border-width: 40px 15px 40px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
  #TOP_RANKING .ranking_box .data .left {
    float: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    display: inline-flex;
    font-size: 110%;
  }
  #TOP_RANKING .ranking_box .data .right {
    float: none;
    width: 100%;
    font-size: 100%;
  }
  #TOP_RANKING .ranking_box .icon {
    margin: 0;
    float: none;
  }
  #TOP_RANKING .ranking_box ul.icon li {
    font-size: 85%;
    padding: 5px 8px;
    margin: 3px 2px;
  }
  .ranking_box .icon2 {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .ranking_box .icon2_box {
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding: 4px;
    display: inline-block;
    border: 1px solid #ccc;
    /*        border-bottom:none;*/
    /*        border-right:none;*/
    margin: 0;
    background-color: #fff;
  }
  .ranking_box .icon2_box .title {
    padding: 1px 0;
    background-color: #8fb4d8;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 3px;
    font-size: 87%;
  }
  .ranking_box .icon2_box:nth-of-type(3) {
    width: 34%;
    border-right: 1px solid #ccc;
  }
  .ranking_box .icon2_box:nth-of-type(1) {
    /*    .ranking_box .icon2_box:nth-of-type(4){*/
    width: 100%;
    float: none;
    margin: 0 auto;
    border: 1px solid #ccc;
    min-height: 42px;
  }
  .ranking_box .icon2_box .total {
    background-color: #7dbaba;
    color: #fff;
    font-size: 120%;
    padding: 4px 0;
    border-radius: 3px;
    height: auto;
    min-height: unset;
  }
  .ranking_box .icon2_box .total .point {
    padding: 3px 0 0;
    font-size: 120%;
    font-weight: bold;
    display: inline-block;
  }
  .ranking_box .icon2_box:nth-of-type(2) .title {
    background-color: #d48890;
  }
  .ranking_box .icon2_box:nth-of-type(3) .title {
    background-color: #d4b188;
  }
  .ranking_box .icon2_box .rank {
    margin-top: 10px;
    font-weight: bold;
    font-size: 120%;
    color: #8fb4d8;
  }
  .ranking_box .icon2_box:nth-of-type(2) .rank {
    color: #CA584C;
  }
  .ranking_box .icon2_box:nth-of-type(3) .rank {
    color: #caa24c;
  }
  #TOP_RANKING .ranking_box table th, #TOP_RANKING .ranking_box table td {
    font-size: 80%;
  }
  #TOP_RANKING .ranking_box .data .txt .title {
    margin: 20px 0;
  }
}

.btnClick{
    clear:both;
    display: block;
    text-align: center;
    padding: 15px 30px;
    font-weight: bold;
    background-color: #fff;
    margin: 10px auto;
    cursor: pointer;
    font-size: 110%;
    margin-right: 20px;
    color: #7dbaba;
    width:100%;
    border: 1px solid #aaa;
    border-bottom: 2px solid #aaa;
    border-right: 2px solid #aaa;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    text-decoration: underline;
}

.btn_group{
    position: relative;
}

.btn_group .btnClick a{
    color: #7dbaba;
}

/*.btnClick:after {*/
.btnClick:before {
    content: "\f13a";
    font-family: FontAwesome;
    display: inline-block;
/*    right: 15px;*/
    top: 50%;
    margin-top: -11px;
/*    position: absolute;*/
    font-size: 120%;
    transition: all .3s;
    margin-right: 10px;
}

.btnClick:hover {
    opacity: 0.6;
}


/* ------------------------------
レビュー星　font-awesome
------------------------------ */

.ave_star {
  font-size: 18px;
  line-height: 1;
  height: unset;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  white-space: nowrap;
  width: unset;
  display: inline-block;
}

.ave_star .star {
  color: #C8A000;
  overflow: hidden;
  position: absolute;
}

.ave_star .star_base {
  color: #989898;
}

.star_area {
  padding-left: 10px;
  display: inline-block;
  font-size: 30px;
  height: 30px;
  position: relative;
  top: 2px;
  white-space: nowrap;
  width: 140px;
}

.star_area .star {
  color: #FD8925;
  overflow: hidden;
  position: absolute;
}

.star_area .star_base {
  color: #FD8925;
}
