@charset "UTF-8";
#content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content #content-in .connect_linkFlex * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* ナビ */
.magazine-nav {
  position: relative;
  z-index: 1;
  height: 32px;
  overflow: hidden;
}

.magazine-nav .mask {
  display: block;
  position: relative;
  height: 46px;
  padding: 0;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  -webkit-user-select: none;
}

.magazine-nav .mask ul li {
  display: inline-block;
  position: relative;
  height: 32px;
  margin: 0 5px 0 0;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
}

.magazine-nav .mask ul li:last-child {
  margin-right: 10px;
}

.magazine-nav .mask ul li a {
  display: inline-block;
  padding: 0 12px;
  color: #333;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}

.magazine-nav .mask ul li:first-child a {
  padding: 0 16px;
}

.magazine-nav .mask ul li.current a,
.magazine-nav .mask ul li a.hover {
  color: #e00923;
}

.magazine-nav .mask ul li.current a::before,
.magazine-nav .mask ul li a.hover::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e00923;
  content: "";
}

/* 最新記事 */
.news {
  margin: 0 0 40px;
}

/* グーマガジンフッター */
.magazine-footer_sns {
  margin: 0 auto;
}

.magazine-footer_sns > p {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

/* common */
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #757575;
}

/* swiper */
@media screen and (max-width: 500px) {
  .diepic {
    height: 88vw;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .diepic {
    height: 75vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .diepic {
    height: 35vw;
  }

  .diepic .swiper-pagination {
    bottom: 10px;
  }
}
@media screen and (min-width: 1281px) {
  .diepic {
    height: 34vw;
  }

  .diepic .swiper-pagination {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-container {
    background: #f2f2f2;
    padding-top: 80px;
  }

  .diepic .swiper-slide {
    width: 99%;
  }

  .diepic .swiper-pagination-bullet {
    width: 15%;
  }
}
@media screen and (min-width: 769px) {
  .swiper-container {
    margin-top: -40px;
    padding-top: 100px;
  }

  .diepic .swiper-slide {
    width: 65%;
  }

  .diepic .swiper-pagination-bullet {
    width: 30px;
  }
}
.diepic .swiper-slide {
  background: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(20, 34, 67, 0.1);
          box-shadow: 0 6px 10px 0 rgba(20, 34, 67, 0.1);
  cursor: pointer;
  border-radius: 4px;
}

.diepic .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.diepic .swiper-pagination {
  width: 100%;
}

.diepic .swiper-pagination-bullet {
  height: 4px;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
  margin: 0 3px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #d51616 !important;
}

/* clear */
.clearfix:after,
.clearfix:before {
  clear: both;
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

img {
  width: 100%;
}

#pageOuter {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  cursor: pointer;
}

#top {
  background-color: #f2f2f2;
}

#top .searchBox {
  border-radius: 2px !important;
  margin-bottom: 0;
  padding: 4px 0;
}

#top .searchBox input.clearable {
  color: #000;
  padding: 6px 10px 6px 50px;
  width: 100%;
  border-radius: 0 !important;
  background: transparent url(../../../../../../img-sub/goo/magazine/200918_new/icon_search.png) no-repeat 15px center;
  background-size: 24px auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}

#top .searchBox a {
  display: none !important;
}

#category-menu {
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.6) !important;
          box-shadow: 0 1px 0px rgba(0, 0, 0, 0.6) !important;
}

#category-menu div {
  width: 100%;
  height: auto;
}

#category-menu .attention_tags {
  margin-top: 20px;
  border: none;
  position: relative;
}

#category-menu .attention_tags .paddingListSet {
  padding: 0 10px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#category-menu .attention_tags:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 40px;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.nav_change {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
}

.kurumaSiteMenu.isActive {
  z-index: 1006;
}

.kurumaSiteMenuBlock.isActive {
  min-height: 100vh;
}

#gFooter {
  padding-bottom: 0;
}

#topicpath,
.topicpath {
  padding: 15px 0 0 15px;
}

#gFooter table td a:before {
  display: none;
}

#more {
  display: none;
}

#hideList {
  display: none;
}

#btn {
  background: url(../../../../../../img-sub/goo/magazine/200918_new/icon_add.png) right center no-repeat;
}

.magazine-nav .mask ul li.active a {
  position: relative;
  font-size: 18px;
  font-weight: normal;
}

.magazine-nav .mask ul li.active a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 42%;
  border-bottom: 10px solid #d51616;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  background: transparent;
}

.magazine-nav .mask ul li.current a::before {
  background: none;
}

.tab_nav {
  top: 56px;
  width: 100%;
  background-color: #f2f2f2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slideIn {
  overflow: visible;
}

#mSearch {
  display: none;
  width: 100%;
  position: absolute;
  top: auto;
  z-index: 1001;
}

#mSearch .spsearchOuter {
  border-radius: 2px !important;
  margin-bottom: 0;
  margin: 0;
  -webkit-border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}

#mSearch .searchBox input[type=text].clearable {
  border: 0 solid #999;
  border-radius: 3px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

#mSearch .searchBox {
  width: 100%;
  border: none;
  background-color: #fff;
}

#mSearch .searchBox input.clearable {
  padding: 20px 10px 20px 50px;
  width: 100%;
  border-radius: 0 !important;
  background: #fff url(../../../../../../img-sub/goo/magazine/200918_new/icon_search.png) no-repeat 15px center;
  background-size: 24px auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}

#pageOuter {
  min-height: 100%;
  z-index: 1000;
}

.newsBtnAll {
  position: relative;
}

.newsDetailBtn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.newsDetailBtn i {
  display: inline-block;
  position: absolute;
  left: -158px;
  top: -60px;
  width: 100px;
  height: 250px;
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  /* Internet Explorer */
  -moz-transform: rotate(30deg);
  /* Firefox */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */
  -o-transform: rotate(30deg);
  background: #fff;
  opacity: 0.2;
}

.newsDetailBtn:hover i {
  left: 500px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.kurumaSiteMenuBlock.isActive {
  background: transparent;
}

.tabList {
  clear: both;
  width: 600%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  left: 0;
  margin-bottom: 23px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  padding: 0;
}

/* xiugai1125 */
.news_content .imgOuter,
.tabList .imgWidthSize {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.news_content .imgOuter img,
.news_content .imgWidthSize img {
  vertical-align: middle;
}

.news_content img {
  height: auto;
}

#gnavi {
  position: absolute;
}

.pc_display .kurumaSiteHeader #gnavi,
#gnavi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 19.5%;
}

#gNaviAll {
  overflow: hidden;
  background: #df0723;
}

#gnavi1 {
  position: relative;
  width: 590%;
  left: auto;
  transform: translateX(-1380px);
  -ms-transform: translateX(-1380px);
  /* Internet Explorer */
  -moz-transform: translateX(-1380px);
  /* Firefox */
  -webkit-transform: translateX(-1380px);
  /* Safari and Chrome */
  -o-transform: translateX(-1380px);
  display: none;
}

#gnavi1 li {
  padding: 14px 10px 10px;
}

#gnavi1 li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

#gnavi1 .openTxtSpe {
  border-bottom: 4px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#gnavi li {
  position: relative;
  margin-right: 25px;
}

#gnavi li:last-of-type {
  margin-right: 0;
}

.pc_display .kurumaSiteHeader #gnavi .openTxtSpe::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

#gnavi li:hover a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.pc_display .kurumaSiteHeader #gnavi a,
#gnavi1 a {
  color: #fff;
}

#logo a img {
  height: auto;
}

#header_v2 .header_bgwrap {
  padding: 23.5px 0;
}

#header_v2 .inner {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#header_v2 h1 {
  width: auto;
}

#header_v2 .inner #logo {
  padding-top: 0;
}

#header_v2 .header_title {
  padding: 0;
  position: relative;
  top: 5px;
  padding-left: 20px;
}

#header_v2 .inner .header_link_list {
  position: absolute;
  top: 0;
  right: 4%;
  z-index: 10;
}

#header_v2 .inner h1,
#header_v2 .inner h1.copy,
#header_v2 .inner p.copy {
  padding-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}

#header_v2 .inner .header_link_list .item1 li {
  margin-left: 18px;
  display: inline-block;
}

#header_v2 .inner .header_link_list .item1 li a {
  padding-left: 14px;
  text-decoration: underline;
  color: #636363;
  position: relative;
  line-height: 38px;
}

#header_v2 .inner .header_link_list .item1 li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #636363;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.searchOuter {
  position: absolute;
  left: 50%;
  margin-left: -17.5%;
}

#header_v2 .inner .header_info .header_link_list .item1 li a {
  background: transparent;
}

#header_v2 .inner .header_info .header_link_list {
  width: auto;
}

.content {
  position: relative;
}

.kurumaSiteMenuContent {
  min-height: 100vh;
}

#header_v2 {
  margin-bottom: 30px;
}

#header_v2 .inner .header_info .header_link_list .item1 {
  margin-top: 0;
}

/* header */
@media screen and (min-width: 1180px) and (max-width: 1250px) {
  #gnavi li {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1035px) and (max-width: 1179px) {
  #gnavi li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 971px) and (max-width: 1034px) {
  #gnavi li {
    margin-right: 16px;
  }
}
@media screen and (min-width: 926px) and (max-width: 970px) {
  #gnavi li {
    margin-right: 13px;
  }
}
@media screen and (min-width: 900px) and (max-width: 925px) {
  #gnavi li {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  #gnavi li {
    margin-left: 42px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .kurumaSiteHeaderMenu {
    bottom: 5px !important;
  }

  #gLogo a {
    width: 140px !important;
    display: block;
  }

  #gLogo img {
    max-width: 100% !important;
    height: auto;
    display: block;
  }

  #gLogo a {
    margin-left: 42px;
  }

  .kurumaSiteMenuBlock {
    display: none;
  }

  #gnavi1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #gnavi {
    display: none;
  }

  .pc_display {
    display: none;
  }

  .kurumaSiteHeaderMenu {
    left: 15px;
  }

  .kurumaSiteHeaderMenu span:nth-child(1) {
    top: 0;
  }

  .kurumaSiteHeaderMenu span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .kurumaSiteHeaderMenu span:nth-child(3) {
    bottom: 0;
  }

  .newsDetailBtn:hover .btn_prompt {
    display: none;
  }

  #gLogo {
    display: block;
  }

  .kurumaSiteMenuBlock {
    display: block;
  }

  .kurumaSiteHeader {
    display: block !important;
  }

  .searchOuter {
    background: #f2f2f2;
    padding: 10px 0 0 0;
  }

  .kurumaPage {
    padding-top: 0;
  }

  .pcsearchOuter {
    display: none !important;
  }

  #mSearch {
    display: block;
  }

  .btn_prompt {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp_display {
    display: none;
  }

  .magazine-nav .mask ul {
    position: absolute;
    left: 0;
  }
}
#gHeader {
  border-bottom: none;
}

#gMenu {
  display: none;
}

/* carsoule */
.diepic {
  position: relative;
}

@media screen and (min-width: 769px) {
  .searchWindow {
    display: inline-block;
  }
}
/* carousel_text */
.diepic .carouserText {
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 0)), color-stop(70%, rgba(14, 14, 14, 0.6)), color-stop(90%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(112, 112, 112, 0) 0%, rgba(14, 14, 14, 0.6) 70%, rgba(0, 0, 0, 0.7) 90%);
}

.diepic .carouserText p {
  margin: 0;
  color: #f2f2f2;
  line-height: auto;
}

.diepic .lb-sign {
  padding: 0;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
}

.diepic .carouserText {
  height: auto;
  padding: 5px 20px;
}

.diepic .carouserText > .carouser-textTime {
  font-size: 12px;
}

.diepic .carouserText > .carouser-textTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .searchOuter {
    margin: 0;
    padding: 10px 0 0 0;
    background: #f2f2f2;
    background: none;
    position: relative;
    left: auto;
    z-index: 1000;
    width: 100%;
  }

  .diepic .carouserText {
    height: auto;
    padding: 5px;
  }

  .diepic .carouserText > .carouser-textTitle {
    font-size: 14px;
    margin: 0;
  }

  .diepic {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
    background-color: #f2f2f2;
  }

  .content .news_content .list_content.specialList p {
    padding-bottom: 0;
    padding-top: 5px;
  }

  .content .news_content {
    padding: 0 11px;
  }
}
@media screen and (min-width: 769px) {
  .searchOuter {
    width: 35.6%;
    background: none;
    position: absolute;
    left: 50%;
    margin-left: -17.5%;
    z-index: 999;
    display: inline-block;
    padding: 10px 0;
  }

  .searchWindow {
    padding: 0;
  }

  .diepic {
    width: 100%;
    margin: 0 auto;
    background: url(../../../../../../img-sub/goo/magazine/200918_new/bg_carsoule.png) no-repeat 100% top;
    background-size: 100% 70%;
  }
}
/* nav */
.magazine-nav {
  background-color: #272727;
  border-bottom: 4px solid #d51616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.magazine-nav .mask {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.magazine-nav .mask .colorMask {
  display: inline-block;
  width: 5%;
  height: 100%;
  /* Safari 5.1 - 6 */
  /* Opera 11.1 - 12*/
  /* Firefox 3.6 - 15*/
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, rgba(39, 39, 39, 0.4)), color-stop(55%, rgba(39, 39, 39, 0.8)));
  background: linear-gradient(to right, rgba(39, 39, 39, 0.4) 45%, rgba(39, 39, 39, 0.8) 55%);
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
}

.magazine-nav .mask .smallMask {
  width: 2.5%;
  opacity: 0.5;
}

.magazine-nav .mask ul {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  overflow: visible;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transform: translateX(0px);
  -ms-transform: translateX(0);
  /* Internet Explorer */
  -moz-transform: translateX(0);
  /* Firefox */
  -webkit-transform: translateX(0);
  /* Safari and Chrome */
  -o-transform: translateX(0);
}

@media screen and (min-width: 769px) {
  .magazine-nav .mask ul {
    width: 100%;
    text-align: center;
  }
}
.magazine-nav .mask ul li:first-child {
  margin-left: 0;
}

.magazine-nav .mask ul li:after {
  content: "";
  width: 2px;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 13px;
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  /* Internet Explorer */
  -moz-transform: rotate(30deg);
  /* Firefox */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */
  -o-transform: rotate(30deg);
  /* Opera */
}

.magazine-nav .mask ul li:last-child:after {
  display: none;
}

.magazine-nav .mask ul li a {
  font-size: 16px;
  color: #fff;
  padding: 0 14px;
  font-weight: normal;
}

.magazine-nav .mask ul li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-left: 10px;
}

.magazine-nav .mask ul li span img {
  width: 100%;
  height: 100%;
}

.magazine-nav .mask ul li.current a,
.magazine-nav .mask ul li a.hover {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .magazine-nav .mask ul li:after {
    height: 30px;
  }

  .magazine-nav {
    height: 60px;
  }

  .magazine-nav .mask {
    height: 56px;
    margin: 0 auto;
  }

  .magazine-nav .mask ul li {
    height: 56px;
    line-height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .magazine-nav {
    height: 60px;
  }

  .magazine-nav .mask {
    height: 60px;
  }

  .magazine-nav .mask ul li {
    height: 60px;
    line-height: 60px;
  }

  .magazine-nav .mask ul li:after {
    height: 35px;
  }

  #top .searchBox {
    border: none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }

  .searchBoxTapped .searchBox:acitive {
    border: 1px solid #e00923 !important;
  }

  .kurumaSiteMenuBlock.isActive {
    min-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .magazine-nav {
    position: relative;
  }

  .magazine-nav .mask {
    width: 100%;
    position: static;
  }

  .magazine-nav .mask ul {
    margin-left: 12px;
    left: 0 !important;
    width: 470%;
  }

  .magazine-nav .mask .colorMask {
    width: 12%;
  }

  .magazine-nav .mask ul li a {
    padding: 0 30px;
  }
}
/* SP */
.content {
  width: 100%;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 37px;
}

.connect_linkFlex .news_content,
.content .news_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.content .news_content li,
.news_content li {
  -webkit-box-shadow: rgba(102, 102, 102, 0.3) 0px 0px 10px;
  box-shadow: rgba(102, 102, 102, 0.3) 0px 0px 10px;
  background-color: #fff;
  margin-bottom: 23px;
  position: relative;
}

.content .news .list_content {
  padding: 15px 14px 18px 14px;
}

.list_content p {
  margin: 0;
  padding: 0 0 14px 0;
}

.list_content p.time {
  color: #333;
}

.list_content p.text {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  overflow-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  line-height: 1.4;
}

.list_content p.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.list_content p.tabs span {
  display: inline-block;
  padding: 3px 11px;
  color: #7d7d7d;
  border: 1px solid #7d7d7d;
  border-radius: 2px;
  margin-right: 6px;
}

.content .news_content .controlWidth {
  width: 49%;
}

.newsDetailBtn {
  display: inherit;
  text-align: center;
  padding: 24px;
  margin: 0 auto;
  background-color: #d51616;
  position: relative;
}

.flexLists .imgWidthSize {
  width: 28%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.newsDetailBtn p {
  font-size: 18px;
  color: #fff;
  font-family: HiraKakuPro-W6;
}

.newsDetailBtn p:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 17px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* Internet Explorer */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 16px;
  }

  .content .news_content li,
.news_content li {
    margin-bottom: 9px;
  }

  .content .news_content .leftSize {
    margin-right: 2%;
  }

  .list_content p {
    padding: 0;
  }

  .newsDetailBtn {
    width: 75%;
  }

  .list_content p.time {
    font-size: 12px;
    line-height: 1.4;
  }

  .list_content p.tabs span {
    font-size: 12px;
    padding: 4px 7px;
    margin-top: 6px;
  }

  .news_content .flexLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 13px !important;
  }

  .flexLists a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .content .news_content .flexLists .list_content {
    padding: 0 0 0 10px;
    margin-top: -4px;
  }

  .list_content p.time span {
    display: block;
  }

  .list_content p.time span.symbolPC {
    display: none;
  }

  .controlWidth p.text,
.flexLists p.text {
    font-size: 15px;
  }

  .controlWidth .list_content p.text,
.flexLists .list_content p.text {
    max-height: 38px;
    line-height: 1.3;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 769px) {
  .content {
    padding-top: 11px;
  }

  .list_content p.time {
    font-size: 14px;
  }

  .list_content p.tabs span {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .list_content p.text {
    max-height: 46px;
  }
}
@media screen and (min-width: 769px) {
  .content .news_content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 90%;
    padding: 0;
  }

  .content .news li {
    width: 28.1% !important;
    margin-right: 20px;
  }

  .content .news li.marginClear {
    margin-right: 0;
  }

  .content .news .leftSize {
    margin-left: 0 !important;
  }

  .content .news .flexLists .imgWidthSize {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }

  .newsDetailBtn {
    width: 23.8%;
    margin-top: 38px;
  }

  .list_content p.time span {
    display: inline-block;
  }

  .controlWidth p.text,
.flexLists p.text {
    font-size: 20px;
  }
}
.flexTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_title {
  border-top: 8px solid #ebebeb;
  padding: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_title .icons {
  display: inline-block;
  padding: 0 5px 0 15px;
}

.main_title .main_headline {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.attention_tags .tagsItems {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.attention_tags .tagsItems span {
  display: inline-block;
  padding: 3px 11px;
  color: #7d7d7d;
  font-size: 12px;
  border: 1px solid #7d7d7d;
  border-radius: 2px;
  margin-right: 13px;
  margin-bottom: 18px;
  background-color: #fff;
}

.attention_tags.flexTags {
  border-bottom: 8px solid #ebebeb;
  border-top: 8px solid #ebebeb;
}

@media screen and (max-width: 768px) {
  .attention_tags .tagsItems span {
    margin-right: 14px;
    margin-bottom: 16px;
    padding: 5px 10px;
  }

  .article_ranking {
    padding-top: 10px;
  }

  .content .news_content .list_content {
    padding: 12px 15px 12px 16px;
  }

  .content .news_content .firstList {
    padding: 12px 15px 20px 16px;
  }

  .attention_tags {
    margin-top: -5px;
    padding-top: 10px;
  }

  .attention_tags .tagsItems {
    margin-top: -10px;
  }
}
@media screen and (min-width: 769px) {
  .attention_tags {
    margin-top: 50px;
  }

  .article_ranking {
    padding-left: 80px;
    padding-top: 33px;
  }

  .article_ranking,
.recommended_reports {
    width: 42.6%;
    display: inline-block;
    float: left;
    padding-top: 33px;
  }

  .main_title {
    padding-left: 60px;
  }

  .attention_tags .flexNowrapWidth {
    padding-left: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .attention_tags .tagsItemsWidth {
    width: 62%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 34px 10px 26px 70px;
  }

  .attention_tags .tagsItems span {
    padding: 4px 11px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .main_title .icons {
    padding: 0 24px 0 20px;
  }

  .share .main_title .icons {
    padding: 0 5px 0 20px;
  }

  .recommended_reports {
    margin-left: 7px;
  }

  .carFeature_sp_makerBrand {
    display: none;
  }
}
.recommended_reports {
  margin-bottom: 10px;
}

.anotherStyle {
  border-top: none;
  padding: 20px 0 29px;
}

@media screen and (max-width: 768px) {
  .recommended_reports {
    /*border-bottom: 8px solid #ebebeb;*/
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 769px) {
  .flexLists a:hover img {
    transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -ms-transform: scale(1.2);
    /* Internet Explorer */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
  }

  .priceTable a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* Internet Explorer */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1);
  }

  /* xiugai11F25 */
  .priceTable a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .priceTable a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }

  .flexLists a:hover .list_content .text {
    text-decoration: underline;
  }

  .priceTable a:hover .list_content .text {
    text-decoration: underline;
  }

  .listSizing {
    margin-top: 0;
  }
}
/* explain */
.explain {
  width: 80%;
  text-align: center;
  margin: 20px auto;
}

.explain p {
  font-family: HiraKakuPro-W3;
  font-size: 12px;
  color: #757575;
  text-align: justify;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .explain {
    width: 100%;
    border-top: 8px solid #ebebeb;
    padding: 74px 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }

  .explain p {
    width: 66%;
    margin: 0 auto;
    line-height: 1.8;
  }

  .pc_width,
.borderList {
    padding: 32px 0 17px;
    border-top: 8px solid #ebebeb;
    width: 100%;
  }

  .attention_tags .paddingListSet {
    padding: 0 10px;
  }

  .attention_tags .paddingListSet span {
    font-size: 12px;
  }

  .attention_tags .paddingListSet span a {
    color: #7d7d7d;
  }
}
/* SHARE */
.share .shareLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 20px;
  margin-bottom: 0 !important;
  margin-top: -10px;
}

.sns_block .box1 .fb_share {
  background: url(../../../../../../img-sub/goo/magazine/200918_new/img_face_SP.png) no-repeat center center;
  background-size: 60px auto;
}

.sns_block .box1 .hb {
  background: url(../../../../../../img-sub/goo/magazine/200918_new/img_bibi_SP.png) no-repeat center center;
  background-size: 60px auto;
}

.sns_block .box1 .twitter {
  background: url(../../../../../../img-sub/goo/magazine/200918_new/img_twitter_SP.png) no-repeat center center;
  background-size: 60px auto;
}

.sns_block .box1 .line {
  background: url(../../../../../../img-sub/goo/magazine/200918_new/img_live_SP.png) no-repeat center center;
  background-size: 60px auto;
}

.sns_block .box1 li {
  width: 25%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .shareLogo {
    width: 80%;
    padding: 0 20px 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .listSizing {
    margin-top: 20px;
  }

  .attention_tags .paddingListSet {
    padding: 0 20px 0 35px;
    margin-top: 6px;
  }

  .category-nav > li > a,
.category-nav > li > span {
    padding: 13px 35px 13px 15px;
    color: #333;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    background: url(../../../../../../img-sub/goo/magazine/200918_new/icon_add.png) no-repeat 95% center;
    position: relative;
    display: block;
  }

  .category-nav .icon_arrow {
    display: none;
  }

  .category-nav > li.active > a,
.category-nav > li.active > span {
    background: url(../../../../../../img-sub/goo/magazine/200918_new/icon_mid.png) no-repeat 95% center;
    display: block;
  }

  .category-nav {
    border-bottom: 0;
  }

  .share {
    border-bottom: 8px solid #ebebeb;
  }

  .share .shareLogo {
    margin-top: -20px;
  }
}
@media screen and (min-width: 769px) {
  .share {
    width: 50%;
    margin: 0 auto;
  }

  .shareLogo {
    width: 60%;
  }
}
.main_title .smallIcons {
  padding: 0 5px 0 20px;
  font-weight: bold;
}

.main_title .smallIcons.icons {
  display: inline-block;
  width: 13px;
}

#mSearch .smallIcons.icons,
.commonControlAuto .smallIcons.icons {
  width: auto;
}

#mSearch .smallIcons.icons img,
.commonControlAuto .smallIcons.icons img {
  width: 52%;
}

.main_title .main_headlineSmall {
  font-size: 18px;
  font-weight: bold;
}

.addList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.addList .addText {
  color: #757575;
  font-family: HiraKakuPro-W3;
  font-size: 14px;
  padding-right: 25px;
}

.addList .addImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 10px;
}

/* carFeature */
.carFeature_looksfor {
  padding: 0 30px;
  margin-top: -12px;
  margin-left: -6px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carFeature_looksforLL {
  margin-top: -3px;
}

.main_headlineSmall2 {
  margin: 6px 0 10px 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.carFeature_looksfor ul li a {
  font-size: 14px;
  color: #757575;
  font-family: HiraKakuPro-W3;
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
  background-image: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../../../../../../img-sub/goo/common_v2/magazine/iphone/icon_linkmark.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 6px 9px;
  line-height: 1.3;
}

.carFeature_looksfor ul li:nth-child(2n) a {
  padding-left: 10px;
}

.carFeature_looksfor ul li.topLineNone {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .carFeature_LinkList_2col li:nth-child(2n+1):before {
    background: linear-gradient(to top, #dcdcdc 5px, rgba(0, 0, 0, 0) 5px), linear-gradient(to bottom, #dcdcdc 5px, #dcdcdc 5px);
  }

  .carFeature_sp_makerBrand {
    padding: 0 15px;
  }

  .carFeature_LinkList_2col li:nth-child(2n+1) a {
    padding-left: 15px;
  }

  .show_or_hide_more a {
    background-color: #f2f2f2;
    border: none;
    font-weight: normal;
    margin-top: 10px;
  }

  .show_or_hide_more a img {
    width: auto;
  }

  .carFeature_LinkList_2col {
    border-top: 1px solid #dcdcdc;
  }

  .carFeature_LinkList_2col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .carFeature_LinkList_2col li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .topSizeLIst span {
    font-size: 16px;
  }

  .commonControlAuto .anotherStyle {
    padding-bottom: 10px;
  }

  .icon_accordion {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 8px;
  }

  .carFeature_LinkList li.last_visible,
.carFeature_LinkList_2col li.last_visible {
    border-bottom: 1px solid #dcdcdc;
  }

  .carFeature_LinkList_2col li a {
    background-position: 95% center;
  }

  .carFeature_looksfor ul li:nth-child(odd) {
    border-right: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .carFeature_looksfor {
    padding: 0 15px;
    display: none;
  }

  .carFeature_sp_categories {
    border-top: 8px solid #ebebeb;
    margin-top: 30px;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 14px 15px;
  }
  .carFeature_sp_categories .category-nav > li > a::before,
.carFeature_sp_categories .category-nav > li > span::before {
    display: none;
  }

  .category_footer_PC {
    display: none;
  }

  .show_SP {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .carFeature_looksfor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .carFeature_looksfor ul li {
    width: 25%;
  }

  .main_title .smallIcons {
    display: block;
    font-size: 16px;
  }

  .topSizeLIst {
    margin-top: -53px;
  }

  /* footer */
  .carFeature_sp_categories {
    display: none;
  }

  .category_footer_PC {
    border-top: 8px solid #ebebeb;
    margin-top: 55px;
    padding: 79px 240px 89px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .category_footer_PC ul {
    width: 23%;
    margin-bottom: 30px;
  }

  .category_footer_PC ul li.titleSize {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .category_footer_PC ul li {
    color: #757575;
    font-size: 12px;
    margin: 3px 0;
    line-height: 1.2;
  }

  .category_footer_PC a:hover {
    text-decoration: underline;
  }

  .category_footer_PC:after {
    content: "";
    width: 23%;
  }

  .show_SP {
    display: none;
  }
}
/* footer */
@media screen and (min-width: 769px) {
  .sp_footer,
.topicpath {
    display: none;
  }

  #gFooter table td a:before {
    display: none;
  }

  #footer_v2 .line img {
    width: auto;
    margin: 0 auto;
  }

  .searchWindow {
    top: 29.9%;
  }
}
@media screen and (max-width: 768px) {
  #footer_v2,
.m-breadcrumb {
    display: none;
  }

  #gFooter {
    margin-top: 0;
  }

  #gFooter table {
    background: #fff;
    padding: 0;
  }

  #gFooter table td a {
    color: #333;
    text-align: center;
  }

  .searchWindow {
    top: 13.4% !important;
    width: 88%;
    margin: 0 auto;
    padding: 0;
  }

  .categoryList .attention_tags .paddingListSet {
    margin-top: -10px;
  }

  .categoryList .attention_tags .tagsItems span {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 900px) {
  .list_content p {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 945px) and (min-width: 769px) {
  .searchOuter {
    top: -14px;
  }
}
.back_toTop {
  width: auto;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.back_toTop p {
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
  font-family: HiraKakuPro-W3;
  color: #333;
  padding: 0;
  border: 0;
}

.back_toTop p span {
  width: 16px;
  height: 11px;
  margin-right: 14px;
  display: inline-block;
}
.diepic .carouserText > .carouser-textList span {
  display: inline-block;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .diepic .carouserText > .carouser-textList {
    font-size: 12px;
    margin-top: 5px;
    display: none;
  }
  .diepic .carouserText > .carouser-textList span {
    padding: 4px 10px;
  }
}

@media screen and (min-width: 769px) {
  .diepic .carouserText > .carouser-textList {
    font-size: 14px;
  }
  .diepic .carouserText > .carouser-textList span {
    padding: 8px 10px;
    font-size: 10px;
  }
}

#top .diepic .swiper-container a .carouser-textList span {
    margin-bottom: 5px;
}

p.imgWidthSize {
  min-height: 30px;
}

.positionImg {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #fff;
  height: 0;
  width: 65px;
  line-height: 25px;
  text-align: center;
  border-bottom: none;
  border-top: 25px #FF0000 solid;
  border-left: transparent 15px solid;
  border-right: none;
}

.positionImg span {
  margin-top: -24px;
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: "DIN Condensed";
}

.lead {
  margin-top: 30px;
  font-family: HiraKakuPro-W3;
  font-size: 14px;
  color: #757575;
  line-height: 1.6em;
  width: 100%;
  text-align: center;
}
.lead span {
  display: inline-block;
  width: 87%;
  text-align: left;
}

.article_ranking .widget-title,
.recommended_reports .widget-title {
  border-top: none;
  padding: 20px 0 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.article_ranking .widget-title::before,
.recommended_reports .widget-title::before {
  content: "";
  width: 69px;
  height: 51px;
  background: url(../../images/img_icons.png) no-repeat top center;
}
.article_ranking .popular-entry-cards,
.recommended_reports .popular-entry-cards {
  padding: 11px 60px 60px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article_ranking .popular-entry-card-link,
.recommended_reports .popular-entry-card-link {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(102, 102, 102, 0.3) 0 0 10px;
          box-shadow: rgba(102, 102, 102, 0.3) 0 0 10px;
  background-color: #fff;
  margin-bottom: 23px;
  width: 100%;
}
.article_ranking .popular-entry-card-link:hover .popular-entry-card-thumb img,
.recommended_reports .popular-entry-card-link:hover .popular-entry-card-thumb img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.article_ranking .popular-entry-card-link:hover .list_content .text,
.recommended_reports .popular-entry-card-link:hover .list_content .text {
  text-decoration: underline;
}
.article_ranking .popular-entry-card-link .popular-entry-card,
.recommended_reports .popular-entry-card-link .popular-entry-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 11px 19px 27px;
}
.article_ranking .popular-entry-card-link .popular-entry-card-thumb,
.recommended_reports .popular-entry-card-link .popular-entry-card-thumb {
  overflow: hidden;
  width: 28%;
  margin: 0;
  float: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.article_ranking .popular-entry-card-link .popular-entry-card-thumb img,
.recommended_reports .popular-entry-card-link .popular-entry-card-thumb img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article_ranking .popular-entry-card-link .popular-entry-card-thumb .num,
.recommended_reports .popular-entry-card-link .popular-entry-card-thumb .num {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  background-color: #cdb34d;
  position: absolute;
  top: 0;
  font-size: 14px;
  color: #fff;
  font-family: Roboto;
  display: inline-block;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.article_ranking .popular-entry-card-link .popular-entry-card-thumb .num1,
.recommended_reports .popular-entry-card-link .popular-entry-card-thumb .num1 {
  background-color: #cdb34d;
}
.article_ranking .popular-entry-card-link .popular-entry-card-thumb .num2,
.recommended_reports .popular-entry-card-link .popular-entry-card-thumb .num2 {
  background-color: #92918f;
}
.article_ranking .popular-entry-card-link .popular-entry-card-thumb .num3,
.recommended_reports .popular-entry-card-link .popular-entry-card-thumb .num3 {
  background-color: #aa752c;
}
.article_ranking .popular-entry-card-link .popular-entry-card-thumb .num4,
.recommended_reports .popular-entry-card-link .popular-entry-card-thumb .num4 {
  background-color: #484848;
}
.article_ranking .popular-entry-card-link .popular-entry-card-thumb .num5,
.recommended_reports .popular-entry-card-link .popular-entry-card-thumb .num5 {
  background-color: #484848;
}
.article_ranking .popular-entry-card-link .popular-entry-card-content,
.recommended_reports .popular-entry-card-link .popular-entry-card-content {
  padding-left: 18px;
  margin: 0;
  width: 100%;
}
.article_ranking .popular-entry-card-link .popular-entry-card-content .list_content .time,
.recommended_reports .popular-entry-card-link .popular-entry-card-content .list_content .time {
  padding-bottom: 6px;
  font-size: 12px;
}
.article_ranking .popular-entry-card-link .popular-entry-card-content .list_content .text,
.recommended_reports .popular-entry-card-link .popular-entry-card-content .list_content .text {
  font-size: 14px;
  line-height: 1.5;
}
.article_ranking .popular-entry-card-link .popular-entry-card-content .list_content .tabs span,
.recommended_reports .popular-entry-card-link .popular-entry-card-content .list_content .tabs span {
  font-size: 12px;
  padding: 4px 8px;
  margin-right: 8px;
}

.recommended_reports .popular-entry-card-link .popular-entry-card-thumb .num {
  display: none;
}

@media screen and (max-width: 768px) {
  .article_ranking .popular-entry-cards,
.recommended_reports .popular-entry-cards {
    width: 100%;
    padding: 0 11px;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  .article_ranking .popular-entry-card-link,
.recommended_reports .popular-entry-card-link {
    margin-bottom: 9px;
    padding: 0;
  }
  .article_ranking .popular-entry-card-link .popular-entry-card,
.recommended_reports .popular-entry-card-link .popular-entry-card {
    padding: 15px 13px !important;
  }
}
@media screen and (min-width: 769px) {
  .commonControlAuto {
    width: 61%;
    margin: 0 auto;
  }

  .article_ranking .ranking .flexLists .list_content,
.recommended_reports .reports .flexLists .list_content {
    padding-left: 18px;
  }

  .article_ranking .ranking .flexLists,
.recommended_reports .reports .flexLists {
    padding: 20px 11px 19px 27px;
  }

  .article_ranking .ranking .flexLists a {
    margin-top: 0;
  }

  #footer_v2 ul a {
    font-family: Helvetica, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
  }

  #footer_v2 p.copyright {
    font-family: Helvetica, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
  }
}
@media (min-width: 1100px) {
  .recommended_reports .reports .flexLists {
    padding: 20px 11px 22px 27px;
  }
}
@media (min-width: 1024px) {
  .recommended_reports .reports .flexLists {
    padding: 20px 11px 22px 27px;
  }
}
@media (min-width: 1280px) {
  .recommended_reports .reports .flexLists {
    padding: 20px 11px 19px 27px;
  }
}
@media (min-width: 1366px) {
  .article_ranking .ranking .flexLists,
.recommended_reports .reports .flexLists {
    padding: 20px 11px 19px 27px;
  }
}
@media (max-width: 1201px) and (min-width: 900px) {
  .sns_block .box1 {
    width: 60%;
  }

  .article_ranking .ranking .flexLists .list_content p.text,
.recommended_reports .reports .flexLists .list_content p.text {
    max-height: 33px;
  }
}
@media screen and (min-width: 1201px) {
  .sns_block .box1 {
    width: 46%;
  }

  .connect_linkFlex .news_content .controlWidth .list_content p.text,
.connect_linkFlex .news_content .controlWidth .list_content p.text,
.connect_linkFlex .news_content .flexLists .list_content p.text {
    max-height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .article_ranking .flexLists .imgWidthSize {
    width: 28%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }

  #topicsNew a table tr, #GooMagazine a table tr {
    background: transparent;
  }
  #topicsNew a table td, #GooMagazine a table td {
    border: 0;
  }
  #topicsNew a table img, #GooMagazine a table img {
    display: block;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) {
  .sns_block .box1 {
    width: 92%;
  }

  .article_ranking .ranking .flexLists .list_content p.text,
.recommended_reports .reports .flexLists .list_content p.text {
    max-height: 38px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) {
  .sns_block .box1 {
    width: 80%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  .sns_block .box1 {
    width: 92%;
  }

  .article_ranking .ranking .flexLists .list_content p.text,
.recommended_reports .reports .flexLists .list_content p.text {
    max-height: 38px;
  }
}
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .sns_block .box1 {
    width: 95%;
  }

  .sns_block .box1 li {
    width: 25%;
  }

  .article_ranking .ranking .flexLists .list_content p.text,
.recommended_reports .reports .flexLists .list_content p.text {
    max-height: 38px;
  }
}
@media screen and (device-width: 320px) and (device-height: 538px) and (-webkit-device-pixel-ratio: 2) {
  .sns_block .box1 {
    width: 95%;
  }

  .sns_block .box1 li {
    width: 25%;
  }

  .article_ranking .ranking .flexLists .list_content p.text,
.recommended_reports .reports .flexLists .list_content p.text {
    max-height: 38px;
  }
}
@media screen and (device-width: 411px) and (device-height: 823px) {
  .sns_block .box1 {
    width: 85%;
  }
}
@media screen and (device-width: 411px) and (device-height: 731px) {
  .sns_block .box1 {
    width: 85%;
  }
}
@media screen and (device-width: 280px) and (device-height: 653px) {
  .sns_block .box1 {
    width: 99%;
  }

  .sns_block .box1 li {
    width: 30%;
  }

  .share .shareLogo {
    margin-left: 0;
    padding: 0 10px 30px 10px;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) {
  .sns_block .box1 {
    width: 95%;
  }
}
@media screen and (device-width: 540px) and (device-height: 720px) {
  .sns_block .box1 {
    width: 65%;
  }

  .share .shareLogo {
    margin-top: 0;
  }
}
@media screen and (device-width: 768px) and (device-height: 1024px) {
  .share .shareLogo {
    margin-top: 0;
  }
}
.demoSW {
  display: none !important;
}

.footer-bottom, .footer {
  margin-top: 0;
}

/* SEO_PH2_CMS-531 */
.rensai{
  border-bottom: none !important;
}

.news_content .item_rensai {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: unset !important;
}

.news_content .item_rensai .rensai_info {
    background-color: #fff;
    margin-top: 15px;
    -webkit-box-shadow: rgb(102 102 102 / 30%) 0px 0px 10px;
    box-shadow: rgb(102 102 102 / 30%) 0px 0px 10px;
}

.name_rensai {
    padding: 10px;
    background: #f1f1f1;
}

.btnMoreRensai {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.btnMoreRensai a {
    padding: 5px 10px 5px 10px;
    float: right;
    background: #ededed73;
    text-decoration-line: underline;
}

.ic-chevron-right {
    padding-left: 14px;
    text-decoration: underline;
    color: #636363;
    position: relative;
    line-height: 38px;

}

.ic-chevron-right::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #636363;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.connect_linkFlex {
    margin-top: 50px;
    border-top: 8px solid #ebebeb;
}


@media screen and (min-width: 768px){
  .item_rensai .rensai_info {
    height: 70%;
  }
  .item_rensai .imgWidthSize {
    display: inline-block;
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px){
  .item_rensai .rensai_info {
    height: 80%;
  }
}

@media screen and (min-width: 1600px){
  .item_rensai .rensai_info {
    height: 85%;
  }
}

.text_description {
    margin-top: 5px !important;
    display: -webkit-box;
    max-width: 100%;
    height: 55px;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px){
  .text_description {
    height: 70px;
    -webkit-line-clamp: 4;
  }
  .news_content {
    border-bottom: 8px solid #ebebeb;
  }
  .item_rensai {
    width: 100% !important;
  }
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
    .content .news_content {
        padding: 20px 11px;
    }
    .btnMoreRensai a{
        margin-bottom: 30px;
    }
}

@media screen and (device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) {
  .list_content p.text {
    max-height: 55px;
  }
}
/* SEO_PH2_CMS-531 */

@keyframes reflect {
  0% {transform: translateX(-100%);}
  100% {transform: translateX(100%);}
}
@keyframes rotate360 {
  0% {transform: rotate(0deg);}
  35% {transform: rotate(90deg);}
  65% {transform: rotate(270deg);}
  100% {transform: rotate(360deg);}
}

.nav_change .tabList>li .priceTable .loading-item-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60%;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .nav_change .tabList>li .flexLists .loading-item-img {
    height: 100%;
  }
}
.nav_change .tabList>li .priceTable .loading-item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(227, 227, 227, 0) 0%, rgba(227, 227, 227, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(227, 227, 227, 0) 60%, rgba(227, 227, 227, 0) 100%);
  animation: reflect 1.8s infinite linear;
}
.nav_change .tabList>li .priceTable .loading-item-p-box {
  width: 100%;
  height: 40%;
  padding: 5% 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
@media screen and (max-width: 768px) {
  .nav_change .tabList>li .flexLists .loading-item-p-box {
    height: 100%;
    padding: 0 0;
  }
}

.nav_change .tabList>li .priceTable .loading-item-p {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12%;
}
.nav_change .tabList>li .priceTable .loading-item-p::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(227, 227, 227, 0) 0%, rgba(227, 227, 227, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(227, 227, 227, 0) 60%, rgba(227, 227, 227, 0) 100%);
  animation: reflect 1.8s infinite linear;
}
.nav_change .tabList>li .priceTable .loading-item-p>.loading-item-p-content {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .nav_change .tabList>li .flexLists .loading-item-p>.loading-item-p-content {
    width: 95%;
    margin: 0 0 0 5%;
  }
}

.nav_change .tabList>li .notice-panel {
  position: absolute;
  top: 1px;
  width: 90%;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .nav_change .tabList>li .notice-panel {
    width: 100%;
    top: 6px;
    margin-left: -11px;
    padding: 0 11px;
  }
}
.nav_change .tabList>li .notice-panel.inactive {
  display: none;
}
.nav_change .tabList>li .notice-panel>.notice-box {
  position: relative;
  top: 0;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}
.nav_change .tabList>li .notice-panel>.notice-box>.notice-info {
  font-size: 16px;
  font-weight: bold;
  color: #d51616;
  line-height: 20px;
  margin-bottom: 15px;
}
.nav_change .tabList>li .notice-panel>.notice-box>.reload {
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  border: none;
  cursor: pointer;
}
.nav_change .tabList>li .notice-panel>.notice-box>.reload>svg{
  width: 30px;
  height: 30px;
}
.nav_change .tabList>li .notice-panel>.notice-box>.reload>svg:hover {
  animation: rotate360 1.5s linear infinite;
}
