@charset "UTF-8";
/* TOP レイアウト */
.topLeftColumn {
  float: left;
  width: 536px;
}
.topRightColumn {
  float: left;
  margin-left: 28px;
  width: 536px;
}
.topThreePosts li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.topUnderPosts {
  clear: both;
  margin-top: 60px;
}
.topUnderPosts li {
  float: left;
  width: 254px;
  margin-right: 28px;
}
.device_pc .lum-lightbox {
  z-index: 9999999;
}
.contrib-author-container .follow_button a, .contrib-author-container .follow_button_done a {
  right: 3px;
  top: 3px;
}
.lum-lightbox-inner img::after {
  content: "";
}
.lum-lightbox-caption {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  /*opacity: 0.3;*/
}
.lum-lightbox-caption:hover {
  opacity: 1;
}
.lum-lightbox-caption:before, .lum-lightbox-caption:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 50px;
  width: 2px;
  background-color: #fff;
}
.lum-lightbox-caption:before {
  transform: rotate(45deg);
}
.lum-lightbox-caption:after {
  transform: rotate(-45deg);
}
.lum-lightbox-position-helper {
  display: inline-block;
  position: relative;
}
.kizi-honbun a[href^="/dictionary/detail/"]{
  color: #333;
  font-size: 120%;
  margin: 0 6px;
  /*font-weight: bold;*/
}
.lum-lightbox-inner {
  padding: 10% 0 10%
}
.lum-lightbox-position-helper {
  top: -12%;
  box-sizing: border-box;
  max-width: 90%;
}
/*.lum-lightbox-inner img {
  padding: 110px 0 50px;
  box-sizing: border-box;
}*/
.gate_on .topLeftColumn {
  width: 496px;
}
.gate_on .topRightColumn {
  width: 496px;
}
.gate_on .topUnderPosts li {
    width: 247px;
    margin-right: 10px;
}

.gate_on .headerWrap.no-active .gnav-ct2 li {
  width: 161.5px;
  padding: 0 10.5px 24px;
}

ul.level2 li .gnav-ct1 li a span.brand-voice {
  position: absolute;
  bottom: 0px;
  width: 80px;
  height: 12px;
  background-size: contain;
  opacity: 0.8;
}

ul.edittools-stream li a.fs-bg-image span.brand-voice {
  position: absolute;
  bottom: 0px;
  width: 80px;
  height: 19px;
  opacity: 0.8;
  background: url(/public/user/new_top/img/main_ico_brand-voice.png) center center no-repeat #fff;
  background-size: contain;
  color: rgba(255,255,255,0);
  padding: 2px 3px 3px;
  display: inline-block;
}

.main-article-padding .article-header .article-topper .article-trail .crumb {
  font-size: 1.0em !important;
  color: #333;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.main-article-padding .article-header .article-topper .article-trail .crumb:hover {
  opacity: 1.0;
}
header.commonh #logo {
  margin: 25px 50px 0 92px!important;
}
.gate_on .no-active header.commonh #logo {
  margin: 25px 50px 0 30px!important;
}
.main-article-padding .article-header .article-topper .article-trail .crumb::before {
  content: '';
  margin: 0 0;
}

.author-inner .author-intro__img span.job_type_icon {
  position: absolute;
  top: 26px;
  left: 55px;
  font-size: 24px;
  color: #28a0dc;
}

.icofont-messengerIcon {
  color: #0084ff;
}
a:hover .icofont-messengerIcon {
  color: #fff;
}
#main-content .wrap .contrib-author-container .contrib-info .contrib-image {
  width:50px;
  height: 50px;
}
#main-content .trending-box .list li {
  margin-bottom: 3px;
}
#main-content .trending-box .list li .num span:first-child {
  display: none;
}
#main-content .trending-box .list li .num br {
  display: none;
}
#main-content .trending-box .list li .border {
  display: none;
}
#main-content .trending-box .list li .text {
  width: auto;
  padding-top: 9px;
  padding-bottom: 8px;
}
#main-content .trending-box .list li .num {
    color: #c6b26d;
    padding-top: 0;
    background-color: #333;
    border-radius: 0;
    display: table-cell;
    width: 20px;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    height: auto;
}
#main-content .trending-box .list li .text .s-text a {
  font-size: 14px;
  line-height: 1.6;
}
#main-content .trending-box .list li:nth-child(2) .num {
  background: #555;
}
#main-content .trending-box .list li:nth-child(3) .num {
  background: #929292;
}
#main-content .trending-box .list li:nth-child(4) .num {
  background: #e4e4e4;
  color: #222;
  font-size: 10px;
}
#main-content .trending-box .list li:nth-child(5) .num {
  background: #f6f6f6;
  color: #222;
  font-size: 10px;
}
#main-content .trending-box .list li:nth-child(n+4) .text .s-text a {
  font-size: 12px;
}
#main-content .trending-box > .title a {
  color: #222;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2em;
}
#main-content .trending-box .title {
  margin: 30px auto 20px;
  padding-top: 15px;
}
#main-content .trending-box .more a {
    color: #888;
    font-size: 11px;
    font-weight: 700;
    background: #000;
    color: #fff;
    padding: 6px 17px 5px;
    letter-spacing: 0.2em;
    position: relative;
}
#main-content .trending-box .more a:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -20px;
  top: 50%;
}
.follow_us_area .icons {
  text-align: center;
}
.follow_us_area .icons a {
  display: inline-block;
  text-align: center;
  line-height: 55px;
  width: 48px;
  height: 48px;
  margin: 0 3px;
}
.follow_us_area .icons a span {
  color: #fff;
  font-size: 22px;
}
.follow_us_area .icons .fb {
  background: #35589c;
}
.follow_us_area .icons .tw {
  background: #32adf4;
}
.follow_us_area .icons .li {
  background: #00b800;
}
.follow_us_area .icons .ig {
  background: #d93177;
}
.follow_us_area .icons .ma {
  background: #989898;
}
.follow_us_area strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
  position: relative;
  margin-bottom: 34px;
}
.device_sp .follow_us_area strong:before {
  content: "";
  height: 1px;
  background: #333;
  display: block;
  margin: 0 5%;
  position: relative;
  top: 8px;
}
.follow_us_area strong span {
  background: #fff;
  padding: 0 30px;
  position: relative;
}
.follow_us_area {
  margin-bottom: 50px;
}
.device_pc .follow_us_area {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  display: table;
  width: 100%;
  margin: 40px 0 0;
}
.device_pc .follow_us_area > div {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 0 38px;
}
.device_pc .follow_us_area p {
  font-size: 13px;
  letter-spacing: 0.3em;
  margin-bottom: 22px;
  font-weight: bold;
}
.device_pc .follow_us_area a {
  margin: 0 13px;
}
.device_pc .follow_us_area strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
  padding-top: 6px;
}
.icofont-official {
  color: #28a0dc;
}
.kizi-honbun .sp_ad_1 {
  margin-bottom: 30px;
  padding-top: 0;
  background: #eee;
}
#gnav > li {
  padding:0!important;
}
#gnav > li > a {
  padding-left: 15px;
  padding-right: 25px;
}
.pc-body .csr-common-stream .article-image {
  margin-top: 0;
}
.pc-body .article-article-body .article-text ul li {
  margin: 1.5em 0 1em 2em;
}
.pc-body {
  padding-top: 12px;
}
header.commonh {
  min-width: 1152px!important;
  transform: none !important;
}
#gnav > li.search a {
  padding-left: 30px;
  padding-right: 10px;
}
.commonh #gnav > li.level1 {
    background: url(/public/user/img/menu/ar.png) no-repeat right 10px bottom 38px;
    background-size : 6px 3px;
}
.icofont-official {
  position: relative;
}
.icofont-official::before {
  position: relative;
  z-index: 1;
}
.icofont-official::after {
  content: "";
  background: #fff;
  width: 60%;
  height: 60%;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 20%;
  bottom: 0;
}
.gate_on header.commonh {
  min-width: inherit!important;
}