@charset "UTF-8";
/********************************
* PC
*********************************/
@media (min-width: 585px) {
  .gooranking-article_content .p-intro h1 {
    margin: 16px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.8px;
  }
  .gooranking-article_content .p-intro__published {
    float: left;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    width: 100%;
  }
  .gooranking-article_content .p-intro__body {
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: left;
  }
  .gooranking-article_content .p-intro__imgbox {
    margin: 16px 0 0;
    text-align: center;
  }
  .gooranking-article_content .p-intro__imgbox img {
    object-fit: contain;
    float: initial;
    max-height: 320px;
    max-width: 660px;
    margin: 16px 0;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-intro h1 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.8px;
    color: #111;
  }
  .gooranking-article_content .p-intro__published {
    font-size: 12px;
    color: #777;
  }
  .gooranking-article_content .p-intro__body {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }
  .gooranking-article_content .p-intro__imgbox {
    width: 100%;
    height: 200px;
  }
  .gooranking-article_content .p-intro__imgbox img {
    display: block;
    width: 100%;
    height: 200px;
    margin: 16px auto 0;
    object-fit: contain;
    object-position: center;
  }
}
@media (min-width: 585px) {
  .gooranking-article_content .p-table_of_contents {
    background-color: #FCFCFC;
    border: 1px solid #EEE;
    margin: 24px 0 32px;
    padding: 24px;
    border-radius: 8px;
    position: relative;
  }
  .gooranking-article_content .p-table_of_contents h2 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    border-bottom: 1px solid #EEE;
  }
  .gooranking-article_content .p-table_of_contents h2::before {
    content: "";
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    background: url(https://imagegooranking.rank-king.jp/common/goo_rank_ic/ic_toc.svg) no-repeat 0 0;
    background-size: 24px 24px;
  }
  .gooranking-article_content .p-table_of_contents h2::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(https://imagegooranking.rank-king.jp/common/goo_rank_ic/ic_arrow_down.svg) no-repeat 100% 4px;
    background-size: 16px 16px;
    margin: 0 0 0 auto;
  }
  .gooranking-article_content .p-table_of_contents ul {
    margin: 0;
    padding: 12px 4px;
  }
  .gooranking-article_content .p-table_of_contents li {
    line-height: 1.3;
    word-break: keep-all;
    color: #333;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    padding: 16px 0 0;
  }
  .gooranking-article_content .p-table_of_contents li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 6px 8px 0 0;
    border: 2px solid #CC3333;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .gooranking-article_content .p-table_of_contents li a {
    width: calc(100% - 24px);
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-table_of_contents {
    margin: 24px 0 32px;
    padding: 16px;
    padding-bottom: 0px;
    background-color: #FCFCFC;
    border: 1px solid #EEE !important;
    border-radius: 8px;
  }
  .gooranking-article_content .p-table_of_contents h2 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 16px;
    font-size: 16px !important;
    font-weight: 700;
    color: #111 !important;
    background: url(https://imagegooranking.rank-king.jp/common/goo_rank_ic/ic_arrow_down.svg) no-repeat 100% 4px;
    background-size: 16px 16px;
  }
  .gooranking-article_content .p-table_of_contents h2::before {
    content: "";
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
    background: url(https://imagegooranking.rank-king.jp/common/goo_rank_ic/ic_toc.svg) no-repeat 0 0;
    background-size: 24px 24px;
  }
  .gooranking-article_content .p-table_of_contents ul {
    margin: 0;
    padding: 4px 4px 24px;
    border-top: 1px solid #EEE;
  }
  .gooranking-article_content .p-table_of_contents li {
    line-height: 1.3;
    word-break: normal;
    color: #333;
    display: flex;
    align-items: flex-start;
    font-size: 14px !important;
    padding: 16px 0 0 !important;
  }
  .gooranking-article_content .p-table_of_contents li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 6px 8px 0 0;
    border: 2px solid #CC3333;
    border-radius: 50%;
  }
  .gooranking-article_content .p-table_of_contents li a {
    width: calc(100% - 24px);
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
}
.gooranking-article_content .item_list_content {
  padding-top: 12px;
}
.gooranking-article_content .item_list_content_headline {
  margin-top: 48px;
  color: #111;
}
.gooranking-article_content .item_list_content_headline h2 {
  font-weight: 700 !important;
  line-height: 36px;
  margin-top: 16px;
  border-bottom: 3px solid #cc3333;
  padding-bottom: 8px;
}
@media (min-width: 585px) {
  .gooranking-article_content .item_list_content_headline h2 {
    font-size: 22px;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .item_list_content_headline h2 {
    font-size: 20px;
  }
}
.gooranking-article_content .item_list_content_headline h3 {
  margin: 16px 0 0;
  padding: 0 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.8px;
  border-left: 3px solid #cc3333;
}
.gooranking-article_content .item_list_content_headline h4 {
  display: flex;
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #111;
}
.gooranking-article_content .item_list_content_headline h4::before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 4px 8px 0 0;
  background-color: #cc3333;
  border-radius: 4px;
}
.gooranking-article_content .item_list_content_headline .p-compare {
  overflow-x: auto;
  margin-top: 12px;
}
.gooranking-article_content .item_list_content_headline .p-compare-table {
  box-sizing: border-box;
  border-collapse: collapse;
  text-align: center;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__image-cell {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  min-width: 0;
  background-color: #fff;
  border-right: none;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__image {
  max-width: 40px;
  max-height: 40px;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__button {
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  padding: 0 5px 4px;
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  background-color: #f89820;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 -4px 0 #ce7505 inset;
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__button:hover {
  opacity: .9;
  text-decoration: none;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__feature {
  text-align: left;
  width: 144px;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__title-cell {
  text-align: left;
  border-left: none;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__badge {
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 3px;
  top: 3px;
  padding: 2px 0;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__badge--gold {
  background: #D58B00;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__badge--silver {
  background: #848484;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__badge--bronze {
  background: #C76938;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__badge--normal {
  background: #e7e7e7;
  color: #666666;
}
.gooranking-article_content .item_list_content_headline td, .gooranking-article_content .item_list_content_headline th {
  vertical-align: middle;
  padding: 3px;
  border: 1px solid #e7e7e7;
}
.gooranking-article_content .item_list_content_headline th {
  background-color: #f7f7f7;
  font-size: 11px;
  font-weight: bold;
  height: 50px;
}
.gooranking-article_content .item_list_content_headline td {
  min-width: 95px;
  font-size: 10px;
}
.gooranking-article_content .p-item-image__image-block {
  text-align: center;
  max-width: 100%;
  max-height: 367px;
  margin: 10px;
  position: relative;
  min-height: 1px;
}
.gooranking-article_content .p-item-image__image-block img {
  max-width: 100%;
  max-height: 320px;
  vertical-align: bottom;
  object-fit: contain;
}
.gooranking-article_content .p-item-image__image-block--resize {
  text-align: center;
  max-height: 367px;
  margin: 10px;
  position: relative;
  min-height: 1px;
}
.gooranking-article_content .p-item-image__image-block--resize img {
  max-width: 100%;
  width: 100%;
  max-height: 367px;
  vertical-align: bottom;
  object-fit: contain;
}
.gooranking-article_content .p-item-image p {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999;
  text-align: center;
}
.gooranking-article_content .p-item-image p a {
  font-size: 11px;
  color: #666;
  text-decoration: underline;
}
.gooranking-article_content .p-item-rich_text ul {
  list-style: inside;
}
.gooranking-article_content .p-item-rich_text ol {
  list-style: inside;
  list-style-type: decimal;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item-rich_text {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item-rich_text {
    font-size: 14px;
    line-height: 22px;
  }
  .gooranking-article_content .p-item-rich_text .article_item_table {
    width: auto !important;
  }
}
.gooranking-article_content .p-item_ranking_product {
  width: 100%;
  height: auto;
  margin: 0 0 24px 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.gooranking-article_content .p-item_ranking_product__list {
  padding: 20px 20px 0;
}
.gooranking-article_content .p-item_ranking_product__list:after {
  content: "";
  display: block;
  clear: both;
}
.gooranking-article_content .p-item_ranking_product__rank {
  margin-bottom: 0;
  font-weight: 800;
  display: block;
  width: 48px;
  height: 24px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}
.gooranking-article_content .p-item_ranking_product__rank--gold {
  background-color: #d58b00;
}
.gooranking-article_content .p-item_ranking_product__rank--silver {
  background-color: #848484;
}
.gooranking-article_content .p-item_ranking_product__rank--bronze {
  background-color: #c76938;
}
.gooranking-article_content .p-item_ranking_product__rank--normal {
  background-color: #ccc;
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_ranking_product__box {
    display: flex;
    flex-direction: column;
  }
}
.gooranking-article_content .p-item_ranking_product__imagebox {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  min-height: 1px;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_ranking_product__imagebox {
    width: 48%;
    float: left;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_ranking_product__imagebox {
    order: 2;
  }
}
.gooranking-article_content .p-item_ranking_product__image {
  width: 264px;
  height: 264px;
}
.gooranking-article_content .p-item_ranking_product__image .imageFromUrl {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_ranking_product__image .imageFromUrl {
    max-width: 264px;
    max-height: 264px;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_ranking_product__image .imageFromUrl {
    max-width: 254px;
    max-height: 254px;
  }
}
.gooranking-article_content .p-item_ranking_product__linkurl {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999;
  text-align: center;
}
.gooranking-article_content .p-item_ranking_product__linkurl a {
  color: #666;
  text-decoration: underline;
  overflow: hidden;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_ranking_product__title_button {
    width: 50%;
    float: left;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_ranking_product__title_button {
    width: 100%;
    order: 3;
  }
}
.gooranking-article_content .p-item_ranking_product__title_button .favorite-button {
  text-align: center;
  width: 80%;
  margin: 0 auto 10px;
  position: relative;
}
.gooranking-article_content .p-item_ranking_product__title_button .favorite-button a {
  display: block;
  background: #eee;
  padding: 10px;
  font-weight: bold;
}
.gooranking-article_content .p-item_ranking_product__title_button .favorite-button a:link, .gooranking-article_content .p-item_ranking_product__title_button .favorite-button a:active, .gooranking-article_content .p-item_ranking_product__title_button .favorite-button a:visited {
  text-decoration: none;
}
.gooranking-article_content .p-item_ranking_product__title_button .favorite-button a:hover {
  opacity: .7;
}
.gooranking-article_content .p-item_ranking_product__title_button .favorite-button a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin: 0 6px 0 0;
  background: url(/select/img/heart.png) no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
}
.gooranking-article_content .p-item_ranking_product__title_button .favorite-button .bookmark-tooltip {
  left: 50%;
  color: white;
  width: 222px;
  bottom: -42px;
  z-index: 7;
  position: absolute;
  background-color: #cc3333;
  text-align: center;
  line-height: 33px;
  margin-left: -111px;
  border-radius: 7px;
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_ranking_product__name {
    order: 1;
  }
}
.gooranking-article_content .p-item_ranking_product__screenname {
  display: block;
  margin: 8px 0 0 !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
  color: #777;
}
.gooranking-article_content .p-item_ranking_product__title {
  font-size: 18px;
  margin: 4px 0 8px;
  line-height: 26px;
  letter-spacing: 0.8px;
  color: #111;
  font-weight: 700;
}
.gooranking-article_content .p-item_ranking_product__star p {
  width: 50%;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 14px;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_ranking_product__star p {
    float: right;
  }
}
.gooranking-article_content .p-item_ranking_product__star--5_0 {
  background-image: url("https://image.knowsia.jp/edit/star_5_0.png");
}
.gooranking-article_content .p-item_ranking_product__star--4_5 {
  background-image: url("https://image.knowsia.jp/edit/star_4_5.png");
}
.gooranking-article_content .p-item_ranking_product__star--4_0 {
  background-image: url("https://image.knowsia.jp/edit/star_4_0.png");
}
.gooranking-article_content .p-item_ranking_product__star--3_5 {
  background-image: url("https://image.knowsia.jp/edit/star_3_5.png");
}
.gooranking-article_content .p-item_ranking_product__star--3_0 {
  background-image: url("https://image.knowsia.jp/edit/star_3_0.png");
}
.gooranking-article_content .p-item_ranking_product__star--2_5 {
  background-image: url("https://image.knowsia.jp/edit/star_2_5.png");
}
.gooranking-article_content .p-item_ranking_product__star--2_0 {
  background-image: url("https://image.knowsia.jp/edit/star_2_0.png");
}
.gooranking-article_content .p-item_ranking_product__star--1_5 {
  background-image: url("https://image.knowsia.jp/edit/star_1_5.png");
}
.gooranking-article_content .p-item_ranking_product__star--1_0 {
  background-image: url("https://image.knowsia.jp/edit/star_1_0.png");
}
.gooranking-article_content .p-item_ranking_product__star--0_5 {
  background-image: url("https://image.knowsia.jp/edit/star_0_5.png");
}
.gooranking-article_content .p-item_ranking_product__price {
  font-size: 20px;
  font-weight: 800;
}
.gooranking-article_content .p-item_ranking_product__subscript {
  font-size: 12px;
  color: #666;
}
.gooranking-article_content .p-item_ranking_product__button {
  margin: 0 0 12px 0;
  width: 100%;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
  line-height: 26px;
  padding: 12px 0;
  display: block;
  text-align: center;
  color: #ffffff;
}
.gooranking-article_content .p-item_ranking_product__button:visited {
  color: #ffffff;
}
.gooranking-article_content .p-item_ranking_product__button--amazon {
  box-shadow: inset 0 -3px 1px 0 #ce7505;
  background-color: #f89820;
}
.gooranking-article_content .p-item_ranking_product__button--rakuten {
  box-shadow: inset 0 -3px 1px 0 #92060d;
  background-color: #b31b22;
}
.gooranking-article_content .p-item_ranking_product__button--yahoo {
  box-shadow: inset 0 -3px 1px 0 #f20030;
  background-color: #f03;
}
.gooranking-article_content .p-item_ranking_product__button--default {
  box-shadow: inset 0 -3px 1px 0 #6b2828;
  background-color: #cc3233;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_ranking_product__detail {
    padding: 0 20px 20px;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_ranking_product__detail {
    padding: 0 16px 16px;
  }
}
.gooranking-article_content .p-item_ranking_product__subtitle {
  font-size: 16px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 16px 0 8px;
  padding: 12px;
  background-color: rgba(204, 51, 51, 0.04);
  border-radius: 8px;
  box-sizing: border-box;
}
.gooranking-article_content .p-item_ranking_product__subtitle:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: url(https://imagegooranking.rank-king.jp/common/goo_rank_ic/ic_light.svg) no-repeat 0 0;
  background-size: 24px 24px;
}
.gooranking-article_content .p-item_ranking_product__subtitle span {
  display: block;
  width: calc(100% - 28px);
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #111;
}
.gooranking-article_content .p-item_ranking_product__comment {
  margin: 12px 0;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_ranking_product__comment {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_ranking_product__comment {
    font-size: 14px;
    line-height: 22px;
  }
}
.gooranking-article_content .p-item_ranking_product__comment table {
  margin: 16px 0 0;
  width: 100%;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_ranking_product__comment table {
    border: 1px solid #eee;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_ranking_product__comment table tbody tr {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
.gooranking-article_content .p-item_ranking_product__comment table tbody tr th {
  font-size: 12px;
  width: 15%;
  text-align: center;
  color: #777;
  border: 0;
  vertical-align: middle;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_ranking_product__comment table tbody tr th {
    background-color: #fcfcfc;
    font-weight: normal;
    padding: 12px;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_ranking_product__comment table tbody tr th {
    background-color: #fff;
    padding: 12px 0;
  }
}
.gooranking-article_content .p-item_ranking_product__comment table tbody tr td {
  background-color: #fff;
  text-align: center;
  color: #333;
  font-weight: 700;
  border: 0;
  word-break: break-all;
  padding: 12px;
  width: 35%;
  font-size: 12px;
  vertical-align: middle;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_ranking_product__comment table tbody tr td {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
}
.gooranking-article_content .p-item_ranking_product__annotation {
  color: #999;
  text-align: right;
}
.gooranking-article_content .c-slider__pagination {
  margin: 10px auto;
  text-align: left;
  width: 100%;
}
.gooranking-article_content .c-slider__pagination__thumbnail {
  width: 40px;
  height: 40px;
  opacity: 0.5;
  cursor: pointer;
}
.gooranking-article_content .c-slider__pagination__thumbnail--active {
  border: 2px solid black !important;
}
.gooranking-article_content .c-slider__pagination__thumbnail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.gooranking-article_content .c-slider__pagination__thumbnail-image {
  cursor: pointer;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.gooranking-article_content .item_list_button_ec {
  text-align: center;
}
@media (min-width: 585px) {
  .gooranking-article_content .item_list_button_ec {
    margin: 10px 0 12px 0px;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .item_list_button_ec {
    margin: 16px 0px;
  }
}
.gooranking-article_content .recommend_text {
  display: block;
  margin: 0 0 1px;
  font-size: 14px;
  color: #FF0000;
  font-weight: bold;
  text-align: center;
}
.gooranking-article_content .item_list_content_quote {
  margin: 0 0 32px 0;
  max-width: 100%;
}
.gooranking-article_content .item_list_content_quote .item_list_comment {
  font-size: 16px;
  line-height: 1.6;
}
.gooranking-article_content .p-item_quote {
  display: flex;
  align-items: flex-start;
  margin: 8px 0 16px 0;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_quote {
    padding: 24px;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_quote {
    padding: 16px 16px 20px;
  }
}
.gooranking-article_content .p-item_quote__icon {
  text-align: center;
  width: auto;
  margin: 0 16px 0 0;
  float: left;
}
.gooranking-article_content .p-item_quote__icon img {
  height: 48px;
  width: 48px;
  vertical-align: bottom;
}
.gooranking-article_content .p-item_quote__textbox {
  width: calc(100% - 56px);
  background: url(https://imagegooranking.rank-king.jp/common/goo_rank_ic/ic_quote_top.svg) no-repeat top left, url(https://imagegooranking.rank-king.jp/common/goo_rank_ic/ic_quote_down.svg) no-repeat right bottom;
  background-size: 16px 16px;
}
.gooranking-article_content .p-item_quote__linktext {
  margin: 0;
  padding-left: 20px;
  line-height: 24px;
  color: #333;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_quote__linktext {
    font-size: 16px;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-item_quote__linktext {
    font-size: 14px;
  }
}
.gooranking-article_content .p-item_quote__linkurl {
  float: none;
  margin: 8px 0 0 20px;
  text-align: left;
  font-size: 10px;
  color: #777;
}
.gooranking-article_content .p-item_quote__linkurl a {
  color: #777;
}
.gooranking-article_content .item_list_content_link .scraping_area {
  padding: 0;
  border-radius: 12px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #FFF;
  border: 1px solid #EEE;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.gooranking-article_content .item_list_content_link .scraping_area a {
  width: 80px;
  height: 80px;
  flex: auto;
  display: flex;
  align-items: center;
  padding: 16px;
}
.gooranking-article_content .item_list_content_link .scraping_area a img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  margin-right: 16px;
  object-fit: contain;
}
.gooranking-article_content .item_list_content_link .scraping_area a .p-item_link__title {
  width: calc(100% - 96px);
  margin: 0;
  color: #111;
  font-weight: 700;
}
@media (min-width: 585px) {
  .gooranking-article_content .item_list_content_link .scraping_area a .p-item_link__title {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .item_list_content_link .scraping_area a .p-item_link__title {
    font-size: 14px;
    line-height: 22px;
  }
}
.gooranking-article_content .item_list_content_button {
  max-width: 100%;
}
.gooranking-article_content .p-item_button {
  width: 80%;
  max-width: 80%;
  font-weight: 700;
  border: 1px solid #cc3333;
  color: #cc3333;
  margin: 4px auto 16px auto;
  padding: 16px 32px 16px 16px;
  background: initial;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: relative;
  text-align: center;
}
.gooranking-article_content .p-item_button:visited {
  color: #cc3333;
}
.gooranking-article_content .p-item_button:hover {
  opacity: 0.8;
  text-decoration: none;
}
.gooranking-article_content .p-item_button::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #cc3333;
  border-right: solid 2px #cc3333;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -6px;
}
.gooranking-article_content .p-item_button_round {
  width: 80%;
  max-width: 80%;
  height: 56px;
  font-weight: 700;
  margin: 4px auto 16px auto;
  padding: 0 32px 0 16px;
  position: relative;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  background-color: #00a41a;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 0px #a9a9a9;
  box-shadow: 0 6px 0 #a9a9a9;
}
.gooranking-article_content .p-item_button_round:hover {
  opacity: 0.8;
  text-decoration: none;
}
.gooranking-article_content .p-item_button_round-arrow {
  color: #ffffff;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
}
.gooranking-article_content .shaking_button {
  animation: shaking_button 2s infinite;
}
@keyframes shaking_button {
  0% {
    box-shadow: 0 6px 0 #a9a9a9;
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 #a9a9a9;
    top: 6px;
  }
  20% {
    box-shadow: 0 6px 0 #a9a9a9;
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 #a9a9a9;
    top: 6px;
  }
  40% {
    box-shadow: 0 6px 0 #a9a9a9;
    top: 0px;
  }
}
.gooranking-article_content .item_list_content_expert_profile {
  margin: 10px 0;
  max-width: 100%;
}
.gooranking-article_content .c-expert {
  width: 100%;
  margin: 6px 0 0;
  padding: 24px;
  border: solid 1px #EEE;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
}
.gooranking-article_content .c-expertTop {
  margin: 0;
  position: relative;
  align-items: center;
}
.gooranking-article_content .c-expertTop__image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.gooranking-article_content .c-expertTop__ribbon {
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #333;
  bottom: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 18px;
  position: relative;
  left: 0;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  text-align: center;
  width: 80px;
}
.gooranking-article_content .c-expertTop__ribbon-border {
  background: linear-gradient(90deg, #816c30 0, #d9b33f 50%, #f6e4ab 100%);
  bottom: -3px;
  height: 3px;
  position: absolute;
  width: inherit;
}
.gooranking-article_content .c-expertTop__ribbon::before {
  border-color: transparent transparent transparent #fff;
  border-width: 9px 0 9px 3px;
  left: 0;
}
.gooranking-article_content .c-expertTop__ribbon::after {
  border-color: transparent #fff transparent transparent;
  border-width: 9px 3px 9px 0;
  right: 0;
}
.gooranking-article_content .c-expertTop__ribbon::before, .gooranking-article_content .c-expertTop__ribbon::after {
  border-style: solid;
  content: '';
  position: absolute;
  top: 0;
  box-sizing: border-box;
}
.gooranking-article_content .c-expertInfo {
  margin: 0 0 0 16px;
  position: relative;
}
.gooranking-article_content .c-expertInfo__profile__titles {
  font-size: 12px;
  font-weight: bold;
}
.gooranking-article_content .c-expertInfo__profile__name {
  font-size: 16px;
  font-weight: bold;
}
.gooranking-article_content .c-expertInfo__description {
  font-size: 12px;
  line-height: 1.6;
  position: relative;
}
.gooranking-article_content .c-expertInfo__description__expand {
  height: 56px;
  overflow: hidden;
}
.gooranking-article_content .c-expertInfo__description__expand__paragraph {
  font-size: 12px;
  color: #333;
}
.gooranking-article_content .c-expertInfo__description input {
  display: none;
}
.gooranking-article_content .c-expertInfo__description input:checked ~ .c-expertInfo__description__expand {
  height: auto;
}
.gooranking-article_content .c-expertInfo__description input:checked + label {
  display: none;
}
.gooranking-article_content .c-expertInfo__description label {
  background-color: #fff;
  bottom: -1px;
  color: #999;
  cursor: pointer;
  padding-left: 2px;
  position: absolute;
  right: 0;
}
.gooranking-article_content .c-expertInfo__description label::before {
  content: "続きを読む";
}
.gooranking-article_content .c-expertInfo__profile__link {
  font-size: 12px;
  line-height: 1.6;
  position: relative;
  margin-top: 10px;
}
.gooranking-article_content .c-expertInfo__profile__link a {
  color: gray;
  text-decoration: none;
}
@media (max-width: 584px) {
  .gooranking-article_content .c-expertInfo {
    display: table;
    position: relative;
  }
  .gooranking-article_content .c-expertInfo__profile__titles {
    font-size: 8px;
    font-weight: bold;
  }
  .gooranking-article_content .c-expertInfo__profile__name {
    font-size: 12px;
    font-weight: bold;
  }
  .gooranking-article_content .c-expertInfo__description__expand {
    overflow: hidden;
  }
}
.gooranking-article_content .c-conversation, .gooranking-article_content .c-conversation--opposite {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px 0;
}
.gooranking-article_content .c-conversation {
  flex-direction: row-reverse;
}
.gooranking-article_content .c-conversation .c-conversation__image, .gooranking-article_content .c-conversation--opposite .c-conversation__image {
  width: 64px;
}
.gooranking-article_content .c-conversation .c-conversation__image img, .gooranking-article_content .c-conversation--opposite .c-conversation__image img {
  width: 64px;
  height: 64px;
  margin: 8px 0 0;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #eee;
}
.gooranking-article_content .c-conversation .c-conversation__body, .gooranking-article_content .c-conversation--opposite .c-conversation__body {
  width: calc(100% - 80px);
}
.gooranking-article_content .c-conversation .c-conversation__body .c-conversation__name, .gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversation__name {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #111;
}
.gooranking-article_content .c-conversation .c-conversation__body .c-conversation__name {
  text-align: right;
}
.gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech, .gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech {
  width: 100%;
  position: relative;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  border: 2px solid #eee;
}
.gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech::before, .gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech::after, .gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech::before, .gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech::after {
  top: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech::before, .gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech::after {
  left: 100%;
}
.gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech::before {
  border-color: rgba(238, 238, 238, 0);
  border-left-color: #EEE;
  border-width: 11px;
  margin-top: -11px;
}
.gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech::after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #FFF;
  border-width: 8px;
  margin-top: -8px;
}
.gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech::before, .gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech::after {
  right: 100%;
}
.gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech::before {
  border-color: rgba(238, 238, 238, 0);
  border-right-color: #EEE;
  border-width: 11px;
  margin-top: -11px;
}
.gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFF;
  border-width: 8px;
  margin-top: -8px;
}
.gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech .c-conversationSpeech__paragraph, .gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech .c-conversationSpeech__paragraph {
  line-height: 24px;
  color: #111;
}
@media (min-width: 585px) {
  .gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech .c-conversationSpeech__paragraph, .gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech .c-conversationSpeech__paragraph {
    font-size: 16px;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech .c-conversationSpeech__paragraph, .gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech .c-conversationSpeech__paragraph {
    font-size: 14px;
  }
}
.gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech .c-conversationSpeech__paragraph .c-conversationSpeech__point, .gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech .c-conversationSpeech__paragraph .c-conversationSpeech__point {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FEDEE7));
  background: -webkit-linear-gradient(transparent 50%, #FEDEE7 50%);
  background: linear-gradient(transparent 50%, #FEDEE7 50%);
  font-weight: bold;
  padding: 0 1px 2px;
}
.gooranking-article_content .item_list_content_code {
  margin: 10px 0;
  max-width: 100%;
}
.gooranking-article_content .item_list_code.item_list_comment a {
  display: block;
  text-align: center;
}
.gooranking-article_content .item_list_content_point {
  margin: 10px 0;
  max-width: 100%;
}
.gooranking-article_content .c-point {
  padding: 24px;
  background-color: #FFF;
  border: solid 1px #EEE;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 argb(0 0 0 0.1);
}
.gooranking-article_content .c-pointHEAD {
  display: flex;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEE;
}
.gooranking-article_content .c-pointHEAD__headline {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #111;
}
.gooranking-article_content .c-pointHEAD__headline::before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(https://imagegooranking.rank-king.jp/common/goo_rank_ic/ic_point.svg) no-repeat 0 0;
  background-size: 24px 24px;
}
.gooranking-article_content .c-pointBody {
  padding-top: 20px;
}
.gooranking-article_content .c-pointBody .c-point__paragraph {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #111;
}
@media (min-width: 585px) {
  .gooranking-article_content .goo_item_review_up {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .gooranking-article_content .goo_item_review_content {
    box-shadow: 8px 8px 13px -11px rgba(102, 102, 102, 0.6);
    padding: 10px;
    border-radius: 8px;
    margin: 5px 0;
  }
  .gooranking-article_content .goo_item_review_right {
    margin-left: 20px;
  }
  .gooranking-article_content .goo_item_review_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_review_title_color {
    color: #cc3333;
    text-decoration: underline;
    line-height: 1.4;
  }
  .gooranking-article_content .font_weight_bold_text {
    font-weight: 600;
  }
  .gooranking-article_content .goo_item_review_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .gooranking-article_content .goo_item_review_age_status {
    margin-right: 3px;
  }
  .gooranking-article_content .goo_item_review_sex_status {
    margin-right: 3px;
  }
  .gooranking-article_content .goo_item_review_status {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    color: #666666;
  }
  .gooranking-article_content .goo_item_review_down {
    margin-top: 15px;
    font-size: 14px;
  }
  .gooranking-article_content .goo_item_review_star_val {
    font-size: 16px;
    color: #e2bf00;
    margin-right: 5px;
  }
  .gooranking-article_content .item_list_new_star_5_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_4_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/4.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_3_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/3.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_2_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/2.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_1_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/1.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_4_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/4.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_3_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/3.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_2_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/2.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_1_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/1.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_0_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/0.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .goo_item_review_star {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_review_message {
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_review_linkurl {
    text-align: right;
  }
  .gooranking-article_content .fixed-child-right {
    width: 100%;
  }
  .gooranking-article_content .fixed-child-right .close-button {
    display: none;
    height: 50px;
    line-height: 50px;
    float: right;
    width: 100px;
  }
  .gooranking-article_content .fixed-child-right .close-button p {
    height: inherit;
    width: inherit;
    color: #FFFFFF;
    background: #cc3333;
    border-radius: 50px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    position: fixed;
    bottom: 20px;
    text-decoration: none;
    text-align: center;
  }
  .gooranking-article_content .fixed-child-right .close-button p:hover {
    opacity: 0.7;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .goo_item_review_up {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_review_content {
    box-shadow: 8px 8px 13px -11px rgba(102, 102, 102, 0.6);
    padding: 15px;
    border-radius: 8px;
    margin: 0;
  }
  .gooranking-article_content .goo_item_review_right {
    margin-left: 20px;
  }
  .gooranking-article_content .goo_item_review_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_review_title_color {
    color: #cc3333;
    text-decoration: underline;
    line-height: 1.4;
  }
  .gooranking-article_content .font_weight_bold_text {
    font-weight: 600;
  }
  .gooranking-article_content .goo_item_review_age_status {
    margin-right: 3px;
  }
  .gooranking-article_content .goo_item_review_sex_status {
    margin-right: 3px;
  }
  .gooranking-article_content .goo_item_review_status {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 10px;
    color: #666;
  }
  .gooranking-article_content .goo_item_review_star_val {
    font-size: 16px;
    color: #e2bf00;
    margin-right: 5px;
  }
  .gooranking-article_content .item_list_new_star_5_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_4_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/4.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_3_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/3.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_2_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/2.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_1_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/1.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_4_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/4.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_3_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/3.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_2_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/2.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_1_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/1.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_0_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/0.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .goo_item_review_star {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_review_message {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_review_linkurl {
    text-align: right;
  }
  .gooranking-article_content .fixed-child-right {
    width: 100%;
  }
  .gooranking-article_content .fixed-child-right .close-button {
    display: none;
    height: 50px;
    line-height: 50px;
    float: right;
    width: 100px;
  }
  .gooranking-article_content .fixed-child-right .close-button p {
    height: inherit;
    width: inherit;
    color: #FFFFFF;
    background: #cc3333;
    border-radius: 50px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    position: fixed;
    bottom: 20px;
    text-decoration: none;
    text-align: center;
  }
  .gooranking-article_content .fixed-child-right .close-button p:hover {
    opacity: 0.7;
  }
}
@media (min-width: 585px) {
  .gooranking-article_content .goo_item_series_review_up {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .gooranking-article_content .goo_item_series_review_content {
    box-shadow: 8px 8px 13px -11px rgba(102, 102, 102, 0.6);
    padding: 10px;
    border-radius: 8px;
    margin: 5px 0;
  }
  .gooranking-article_content .goo_item_series_review_right {
    margin-left: 20px;
  }
  .gooranking-article_content .goo_item_series_review_title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #cc3333;
    text-decoration: underline;
    line-height: 1.4;
  }
  .gooranking-article_content .font_weight_bold_text {
    font-weight: 600;
  }
  .gooranking-article_content .goo_item_series_review_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .gooranking-article_content .goo_item_series_review_age_status {
    margin-right: 3px;
  }
  .gooranking-article_content .goo_item_series_review_sex_status {
    margin-right: 3px;
  }
  .gooranking-article_content .goo_item_series_review_status {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    color: #666666;
  }
  .gooranking-article_content .goo_item_series_review_down {
    margin-top: 15px;
    font-size: 14px;
  }
  .gooranking-article_content .goo_item_series_review_star_val {
    font-size: 16px;
    color: #e2bf00;
    margin-right: 5px;
  }
  .gooranking-article_content .item_list_new_star_5_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_4_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/4.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_3_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/3.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_2_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/2.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_1_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/1.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_4_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/4.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_3_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/3.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_2_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/2.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_1_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/1.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_0_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/0.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .goo_item_series_review_star {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_series_review_message {
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_series_review_linkurl {
    text-align: right;
  }
  .gooranking-article_content .fixed-child-right {
    width: 100%;
  }
  .gooranking-article_content .fixed-child-right .close-btn {
    display: none;
    height: 50px;
    line-height: 50px;
    float: right;
    width: 100px;
  }
  .gooranking-article_content .fixed-child-right .close-btn p {
    height: inherit;
    width: inherit;
    color: #FFFFFF;
    background: #cc3333;
    border-radius: 50px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    position: fixed;
    bottom: 20px;
    text-decoration: none;
    text-align: center;
  }
  .gooranking-article_content .fixed-child-right .close-btn p:hover {
    opacity: 0.7;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .goo_item_series_review_up {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_series_review_content {
    box-shadow: 8px 8px 13px -11px rgba(102, 102, 102, 0.6);
    padding: 15px;
    border-radius: 8px;
    margin: 0;
  }
  .gooranking-article_content .goo_item_series_review_right {
    margin-left: 20px;
  }
  .gooranking-article_content .goo_item_series_review_title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #cc3333;
    text-decoration: underline;
    line-height: 1.4;
  }
  .gooranking-article_content .font_weight_bold_text {
    font-weight: 600;
  }
  .gooranking-article_content .goo_item_series_review_age_status {
    margin-right: 3px;
  }
  .gooranking-article_content .goo_item_series_review_sex_status {
    margin-right: 3px;
  }
  .gooranking-article_content .goo_item_series_review_status {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 10px;
    color: #666;
  }
  .gooranking-article_content .goo_item_series_review_star_val {
    font-size: 16px;
    color: #e2bf00;
    margin-right: 5px;
  }
  .gooranking-article_content .item_list_new_star_5_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_4_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/4.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_3_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/3.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_2_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/2.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_1_0 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/1.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_4_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/4.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_3_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/3.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_2_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/2.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_1_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/1.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .item_list_new_star_0_5 {
    width: 50%;
    height: 20px;
    background-image: url("https://imagegooranking.rank-king.jp/common/review_item/star/0.5.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 125px;
  }
  .gooranking-article_content .goo_item_series_review_star {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_series_review_message {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .gooranking-article_content .goo_item_series_review_linkurl {
    text-align: right;
  }
  .gooranking-article_content .fixed-child-right {
    width: 100%;
  }
  .gooranking-article_content .fixed-child-right .close-btn {
    display: none;
    height: 50px;
    line-height: 50px;
    float: right;
    width: 100px;
  }
  .gooranking-article_content .fixed-child-right .close-btn p {
    height: inherit;
    width: inherit;
    color: #FFFFFF;
    background: #cc3333;
    border-radius: 50px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    position: fixed;
    bottom: 20px;
    text-decoration: none;
    text-align: center;
  }
  .gooranking-article_content .fixed-child-right .close-btn p:hover {
    opacity: 0.7;
  }
}
.gooranking-article_content .twitter-tweet {
  margin: 0 auto;
}
.gooranking-article_content .p-annotation p {
  background: #f7f7f7;
  padding: 1em;
  line-height: 1.4;
  color: #666;
  margin-top: 40px;
}
.gooranking-article_content .p-share_icons {
  text-align: right;
  vertical-align: bottom;
  margin-top: 30px;
}
@media (max-width: 584px) {
  .gooranking-article_content .p-share_icons__message {
    display: none;
  }
}
.gooranking-article_content .p-share_icons__list {
  margin: 2em 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.gooranking-article_content .p-share_icons__list li {
  display: inline-block;
}
.gooranking-article_content .p-share_icons__list li a {
  color: #666666;
  line-height: 2em;
  text-decoration: none;
}
.gooranking-article_content .p-share_icons__list li:nth-child(2) {
  margin: 0 1em;
}
.gooranking-article_content .articleUnderFixedAdNetwork {
  border: solid 1px #000;
}
@media (min-width: 585px) {
  .gooranking-article_content .articleUnderFixedAdNetwork {
    width: 652px;
    height: auto;
    margin: 20px auto;
    padding: 13.5px;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .articleUnderFixedAdNetwork {
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    background: #fff;
    margin: 3em 1em;
    padding: 1em;
    border: 1px solid #000;
  }
}
.gooranking-article_content .articleUnderFixedAdNetwork .title {
  color: #cc3333;
  text-align: center;
  border-bottom: solid 1px #cc3333;
}
@media (min-width: 585px) {
  .gooranking-article_content .articleUnderFixedAdNetwork .title {
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .articleUnderFixedAdNetwork .title {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 0.5em;
    margin: 0;
  }
}
.gooranking-article_content .adNetworkList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-right: 0;
}
.gooranking-article_content .adNetwork {
  box-sizing: border-box;
  border-bottom: 1px dotted #999;
  border-right: 1px dotted #999;
}
@media (min-width: 585px) {
  .gooranking-article_content .adNetwork {
    width: 25%;
    padding: 10px;
    height: 220px;
  }
  .gooranking-article_content .adNetwork:nth-child(4n) {
    border-right: 0;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .adNetwork {
    width: 50%;
    margin: 0px;
    padding: 10px;
  }
  .gooranking-article_content .adNetwork:nth-child(2n) {
    border-right: 0;
  }
}
.gooranking-article_content .adNetwork a:hover {
  text-decoration: none;
}
.gooranking-article_content .adNetwork__img {
  object-fit: contain;
  padding: 0 0 10px 0;
  max-width: 100%;
}
.gooranking-article_content .adNetwork .imgBox {
  width: 100%;
  height: auto;
}
.gooranking-article_content .textArea {
  color: #333;
}
.gooranking-article_content .textArea:visited {
  color: #333;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-related_article h1 {
    color: #333333;
    font-size: 1.8em;
    font-weight: bold;
    padding: 0;
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 20px;
  }
  .gooranking-article_content .p-related_article__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .gooranking-article_content .p-related_article__block {
    width: 32%;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 1em;
    margin: 0 1% 1em 1%;
  }
  .gooranking-article_content .p-related_article__block:nth-child(3n-2) {
    margin-left: 0;
  }
  .gooranking-article_content .p-related_article__block:nth-child(3n) {
    margin-right: 0;
  }
  .gooranking-article_content .p-related_article__block h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    height: 3.6em;
    margin-bottom: 1em;
    overflow: hidden;
  }
  .gooranking-article_content .p-related_article__block h3 a {
    color: #333333;
    font-weight: bold;
    text-align: left;
  }
  .gooranking-article_content .p-related_article__image_block {
    overflow: hidden;
    display: block;
    margin-bottom: 1em;
    text-align: center;
    color: #333333;
    height: 145px;
  }
  .gooranking-article_content .p-related_article__image_block img {
    max-height: 145px;
    max-width: 100%;
  }
  .gooranking-article_content .p-related_article__cate {
    border-radius: 0.2em;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.5em;
    text-decoration: none;
    width: auto;
  }
  .gooranking-article_content .p-related_article__cate:visited {
    color: #fff;
  }
  .gooranking-article_content .p-related_article__cate:hover {
    text-decoration: underline;
  }
  .gooranking-article_content .p-related_article__date {
    display: block;
  }
  .gooranking-article_content .p-related_article__date::before {
    color: #666;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin-right: 5px;
    text-decoration: none;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-related_article h1 {
    background-color: #cc3233;
    text-align: center;
    padding: 7px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 1.4em;
    font-weight: 700;
    color: #ffffff;
  }
  .gooranking-article_content .p-related_article__list {
    padding: 0 16px 16px;
  }
  .gooranking-article_content .p-related_article__block {
    width: 100%;
    border-bottom: 1px dotted #cccccc;
    padding: 16px 0;
  }
  .gooranking-article_content .p-related_article__block h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
  }
  .gooranking-article_content .p-related_article__block h3 a {
    color: #333333;
    font-weight: bold;
    text-align: left;
  }
  .gooranking-article_content .p-related_article__image_block {
    margin-left: 20px;
    float: right;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #333333;
    height: 100px;
    width: 100px;
  }
  .gooranking-article_content .p-related_article__image_block img {
    max-height: 100px;
    max-width: 100px;
  }
  .gooranking-article_content .p-related_article__cate {
    border-radius: 0.2em;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.5em;
    text-decoration: none;
    width: auto;
  }
  .gooranking-article_content .p-related_article__cate:visited {
    color: #fff;
  }
  .gooranking-article_content .p-related_article__cate:hover {
    text-decoration: underline;
  }
  .gooranking-article_content .p-related_article__date {
    display: block;
  }
  .gooranking-article_content .p-related_article__date::before {
    color: #666;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin-right: 5px;
    text-decoration: none;
  }
}
@media (min-width: 585px) {
  .gooranking-article_content .p-ranking_article {
    margin: 0 0 32px;
    padding: 10px;
    border: solid 1px #000000;
    border-radius: 8px;
  }
  .gooranking-article_content .p-ranking_article h1 {
    color: #cc3333;
    border: none;
    border-bottom: 1px solid #cc3333;
    padding: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    border-left-color: #e94363 !important;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .gooranking-article_content .p-ranking_article__list {
    padding: 0 16px 16px;
  }
  .gooranking-article_content .p-ranking_article__block {
    width: 100%;
    border-bottom: 1px dotted #cccccc;
    padding: 30px 0;
  }
  .gooranking-article_content .p-ranking_article__block h3 a {
    color: #333333;
  }
  .gooranking-article_content .p-ranking_article__image_block {
    margin-left: 20px;
    float: right;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #333333;
    height: 100px;
    width: 100px;
  }
  .gooranking-article_content .p-ranking_article__image_block img {
    max-height: 80px;
    max-width: 80px;
  }
  .gooranking-article_content .p-ranking_article__cate {
    display: none;
  }
  .gooranking-article_content .p-ranking_article__date {
    margin-top: 5px;
    text-align: left;
    color: #939393;
    font-size: 11px;
  }
  .gooranking-article_content .p-ranking_article__date::before {
    color: #666;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin-right: 5px;
    text-decoration: none;
  }
}
@media (max-width: 584px) {
  .gooranking-article_content .p-ranking_article h1 {
    background-color: #cc3233;
    text-align: center;
    padding: 7px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 1.4em;
    font-weight: 700;
    color: #ffffff;
  }
  .gooranking-article_content .p-ranking_article__list {
    padding: 0 16px 16px;
  }
  .gooranking-article_content .p-ranking_article__block {
    width: 100%;
    border-bottom: 1px dotted #cccccc;
    padding: 16px 0;
  }
  .gooranking-article_content .p-ranking_article__block h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
  }
  .gooranking-article_content .p-ranking_article__block h3 a {
    color: #333333;
    font-weight: bold;
    text-align: left;
  }
  .gooranking-article_content .p-ranking_article__image_block {
    margin-left: 20px;
    float: right;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #333333;
    height: 100px;
    width: 100px;
  }
  .gooranking-article_content .p-ranking_article__image_block img {
    max-height: 100px;
    max-width: 100px;
  }
  .gooranking-article_content .p-ranking_article__cate {
    border-radius: 0.2em;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.5em;
    text-decoration: none;
    width: auto;
  }
  .gooranking-article_content .p-ranking_article__cate:visited {
    color: #fff;
  }
  .gooranking-article_content .p-ranking_article__cate:hover {
    text-decoration: underline;
  }
  .gooranking-article_content .p-ranking_article__date {
    display: block;
  }
  .gooranking-article_content .p-ranking_article__date::before {
    color: #666;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin-right: 5px;
    text-decoration: none;
  }
}
.gooranking-article_content .promote-button {
  position: fixed;
  justify-content: center;
  align-items: center;
  left: calc(15% - 30px);
  right: calc(15% - 30px);
  bottom: 12px;
  height: 48px;
  overflow: visible;
  border-radius: 50px;
  background: #ef605b;
  z-index: 9;
}
.gooranking-article_content .promote-button .promote-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.gooranking-article_content .promote-button .promote-link span {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.gooranking-article_content .promote-button .promote-link span::after {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 0;
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
}
.gooranking-article_content .promote-button .promote-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.gooranking-article_content div#csw_block.csw-wrapper-under-post {
  margin: 8px 0 30px;
}

/********************************
* ママテナ向けの調整
*********************************/
.gooranking-article_content .p-intro__imgbox {
  height: auto;
}
.gooranking-article_content .p-table_of_contents li a {
  text-decoration: none;
}
.gooranking-article_content .p-table_of_contents h2 {
  background: none;
  margin: 0;
}
.gooranking-article_content .p-table_of_contents h2::after {
  display: none;
}
.gooranking-article_content .p-table_of_contents li {
  margin: 0;
}
.gooranking-article_content .p-item_ranking_product__title {
  border-left: 0;
  margin: 4px 0 8px;
  padding: 0;
}
.gooranking-article_content .p-item_ranking_product__image {
  height: auto !important;
  width: auto !important;
}
.gooranking-article_content .p-item_ranking_product__image .imageFromUrl {
  max-height: 254px;
  max-width: 254px;
  position: static;
  transform: none;
}
.gooranking-article_content .p-item_ranking_product__linkurl {
  margin-top: 0;
  margin-bottom: 16px;
}
.gooranking-article_content .p-item_ranking_product__button {
  color: #fff;
  text-decoration: none;
}
.gooranking-article_content .p-item_ranking_product__subtitle {
  margin: 16px 0 8px;
}
.gooranking-article_content .p-item_ranking_product__subtitle:before {
  content: "";
}
.gooranking-article_content .p-item_ranking_product__comment table {
  border-width: 0;
}
.gooranking-article_content .p-item_ranking_product__box .attention_word p {
  font-size: 10px;
  color: #aaa;
  line-height: 1.5;
}
.gooranking-article_content .p-item_quote__icon img {
  height: 48px !important;
  width: 48px !important;
}
.gooranking-article_content .p-item_button {
  align-items: center;
  box-sizing: content-box;
  color: #c33;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  min-height: 2.4em;
  padding: .75em 32px .75em 16px;
  text-decoration: none;
}
.gooranking-article_content .p-item_button_round {
  text-decoration: none;
}
.gooranking-article_content .p-item_button_round-arrow {
  height: 20px !important;
  width: 20px !important;
}
.gooranking-article_content .item_list_content_link .scraping_area a {
  box-sizing: content-box;
  text-decoration: none;
  height: 80px;
  width: 80px;
}
.gooranking-article_content .item_list_content_link .scraping_area a img {
  height: 80px;
  width: 80px;
}
.gooranking-article_content .item_list_content_headline {
  padding-top: 0;
}
.gooranking-article_content .item_list_content_headline h2 {
  border-bottom: 2px solid #f7701b;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.gooranking-article_content .item_list_content_headline h3 {
  border: 0;
  border-left: 3px solid #f7701b;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: normal;
  margin-top: 0;
  padding: 2px 0 2px 11px;
}
.gooranking-article_content .item_list_content_headline h4 {
  display: block;
  font-size: 14px;
  margin-top: 0;
  line-height: 1.4;
  padding: 0 0 0 15px;
  position: relative;
}
.gooranking-article_content .item_list_content_headline h4::before {
  background: #f7701b;
  border-radius: 0;
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: .3em;
  height: 9px;
  width: 9px;
}
.gooranking-article_content .item_list_content_headline td,
.gooranking-article_content .item_list_content_headline th {
  border: 1px solid #e7e7e7;
  padding: 3px;
}
.gooranking-article_content .item_list_content_headline .p-compare-table p {
  margin: 0;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__image {
  min-width: 40px !important;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__image-cell {
  border-right: 0;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__title-cell {
  border-left: 0;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__button-cell {
  display: flex;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__button {
  margin: 0 3px;
  text-decoration: none;
  width: 120px;
}
.gooranking-article_content .item_list_content_headline .p-compare-table__button p {
  line-height: 1.5;
  margin: 0;
}
.gooranking-article_content .c-pointHEAD__headline {
  margin: 0;
}
.gooranking-article_content .c-point__paragraph {
  margin: 0;
}
.gooranking-article_content .c-conversation .c-conversation__image img,
.gooranking-article_content .c-conversation--opposite .c-conversation__image img {
  height: 64px;
  width: 64px;
}
.gooranking-article_content .c-conversation .c-conversation__body .c-conversation__name,
.gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversation__name {
  margin-top: 0;
}
.gooranking-article_content .c-conversation--opposite .c-conversation__body .c-conversationSpeech p,
.gooranking-article_content .c-conversation .c-conversation__body .c-conversationSpeech p {
  margin: 0;
}
.gooranking-article_content .c-expertTop__image {
  height: 80px !important;
  width: 80px !important;
}
.gooranking-article_content .c-expertInfo p {
  margin: 0;
  font-size: 12px;
  word-break: break-all;
}
.gooranking-article_content .c-expertInfo__description__expand {
  height: auto;
}
@media (min-width: 585px) {
  .gooranking-article_content .p-item_ranking_product__image {
    height: 230px !important;
    width: 230px !important;
  }
  .gooranking-article_content .p-item_ranking_product__linkurl {
    width: 230px;
  }
  .gooranking-article_content .p-item_ranking_product__comment table {
    border-width: 1px;
  }
}
