@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝　記事ページ　＝＝＝＝＝＝＝＝＝ */

/* font-size */
article.news .writer-profile .belong,
article.news .writer-profile .profile,
article.news figcaption {
  font-size: 14px;
}
article.news .writer-profile .profile {
  margin-left: 100px;
}
article.news .related-list li a,
article.news .title .column-title,
article.news p,
article.news .main-column > div table th,
article.news .main-column > div table td{
  font-size: 16px;
}
article.news .writer-profile .name {
  font-size: 18px;
  margin-left: 100px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #666;
}
article.news h3 {
  font-size: 20px;
  font-weight: bold;
}
article.news .title h2 {
  font-size: 26px;
  margin: 0;
  font-weight: bold;
}

/* font-size L */
article.lsize figcaption {
  font-size: 16px;
}
article.lsize p,
article.lsize .main-column > div table th,
article.lsize .main-column > div table td{
  font-size: 18px;
}
article.lsize h3 {
  font-size: 22px;
}

/* article.news
---------------------------------------- */
article.news {
  margin: 0;
  padding: 40px 0;
  text-align: left;
  line-height: 1.7;
  width: inherit;
  float: inherit;
  background: #fff;
}
article.news .container {
  padding: 0 0 0 235px;
  position: relative;
  display: flex;
  width: 1080px;
  margin: 0 auto;
}
article.news a:hover {
  text-decoration: underline;
}
article.news object {
  margin-bottom: 32px;
  width: 610px;
}

/*  記事画像  */
article.news figure img {
  max-height: 620px;
  display: block;
  margin: auto;
  max-width: 100%;
}
article.news figure.main {
  margin: 0px 0px 32px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
article.news figcaption {
  line-height: 1.5;
  padding: 8px 0 0;
  text-align: left;
  color: #666;
}
article.news figure.main figcaption {
  padding: 8px 0 0;
  background: #fff;
  width: 100%;
  text-align: left;
}
article.news figure.main img {
  height: auto;
  max-width: 100%;
}

/*  記事  */
article.news .title {
  margin: 0;
  padding-bottom: 0;
}
article.news .title h2 {
  padding: 8px 0;
}
article.news .title .writer {
  padding: 8px 0;
  font-size: 14px;
  color: #000;
}
article.news .title time {
  color: #666;
  margin: 0 1em 0 0;
  font-weight: normal;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 5;
}
article.news .article-inner {
  width: 660px;
  float: inherit;
  margin: 0 auto;
}
article.news .article-inner .indent {
  text-indent: 16px;
}
article.news .title .detail {
  padding: 4px 0 0;
  font-size: 14px;
  position: relative;
}

article.news p,
article.news h3,
article.news .right,
article.news .left,
article.news .center,
article.news .top{
  padding: 0 0 32px;
  position: relative;
  z-index: 2;
}
article.news a {
  text-decoration: underline;
  padding: 0;
  color: #0078c6;
  word-wrap: break-word;
}
article.news a:hover {
  text-decoration: none;
}
article.news .right,
article.news .left {
  float: none;
  width: auto;
  margin: 0 auto;
  max-width: 60%;
}
article.news .center {
  margin-bottom: 32px;
}
article.news .right img,
article.news .left img {
  max-width: 100%;
}
article.news .bottom {
  width: auto;
  padding-bottom: 32px;
  margin-bottom: 0;
}
article.news .bottom img {
  display: block;
  margin: auto;
}
article.news .bottom img:before,
article.news .right img:before,
article.news .left img:before,
article.news .center img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
article.news .main-column > div table {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
article.news .main-column > div table th,
article.news .main-column > div table td {
  border:solid 1px #272727;
  padding: 0 4px;
}
article.news .main-column > div table th{
  text-align:center;
  font-weight: bold;
}

article.news .writer-profile {
  margin: 0;
}
article.news .writer-profile span {
  display: block;
}
article.news .writer-profile > a {
  display: block;
  color: #000;
  text-decoration: none;
}
article.news .writer-profile figure {
  float: left;
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
article.news .writer-profile .name {
  padding-bottom: 8px;
  line-height: 1;
}
article.news .writer-profile .belong {
  margin-left: 100px;
  padding-bottom: 8px;
  color: #666;
}

.main-column .related-list {
  margin-bottom: 32px;
}
.main-column .related-list h3 {
  padding: 24px 0;
}
.main-column .related-list ul {
  margin: 0;
}
.main-column .related-list ul a {
  color: #000;
  display: block;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 0;
  font-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 15px auto;
  border-top: 1px solid #e6e4dc;
}
.main-column .related-list li:first-child a {
  border-top: none;
}
.main-column .related-list ul a:hover {
  background-color: #eee;
}

/* コメント（GIGYA） */
#commentsWrap {
  padding: 16px 0 20px;
  width: auto;
  margin: auto;
  border-top: 1px solid #ccc;
}
#commentsWrap.on {
  margin-left: 630px;
  padding: 8px 16px;
}
#commentsWrap.on #commentsDiv-commentBox {
  margin-top: 8px;
}
#commentsWrap.on .gig-comments-comments {
  margin: 0 auto 24px;
}
.commentText {
  margin: 8px 4px 32px;
  font-size: 16px;
}
.commentText-fb {
  margin-top: 16px;
  border-top: 1px solid #ccc;
  padding: 16px 0 10px;
}
#commentsWrap div.comment-info {
  margin: 16px 0;
  font-size: 12px;
}

article.news .title {
  line-height: 1;
}
article.news .title .cat-title {
  margin: 0;
  color: #000;
  padding: 8px 0;
  background: none;
  line-height: 1;
}
article.news .title .cat-title a {
  color: #000;
  font-size: 20px;
  padding: 0;
  font-weight: bold;
}
article.news .title .cat-title a:hover {
  text-decoration: none;
}
d article.news .title p {
  font-size: 100%;
}

/*印刷用 部分非表示*/
article.news .print-nodisp {
  clear: both;
}

/* 100%広告枠 */
.container-ad {
  width: 100%;
  background: #eee;
  padding: 24px 0;
  position: relative;
  z-index: 4;
  margin-bottom: 32px;
}
.container-ad .ad-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.container-ad .ad-inner div {
  display: inline-block;
}

article.news .column-2 {
  padding: 30px 0 0;
  display: flex;
}
article.news .column-2 .col-left {
  width: 750px;
}
article.news .column-2 .col-right {
  margin-top: -38px;
  margin-left: auto;
  margin-right: -18px;
}

#outbrain_widget_1 {
  display: none;
}

/* share(sns) */
#tools li {
  padding: 0;
  float: left;
  width: 40px;
  margin: 0 2px 0 0;
  height: inherit;
}
#tools li a.btn {
  width: 2pc;
  height: 2pc;
  max-width: 2pc;
  background-color: #192851;
  background-size: 2pc auto;
  margin: 0 auto;
  opacity: 0.9;
}
#tools li a.btn:hover,
#tools li.active a.btn {
  background-color: #192851;
  opacity: 0.7;
}
#tools li.active {
  width: auto;
}

/* fontSize */
#tools li.btn-fontSize .font-s {
  margin: 8px auto 0;
}
#tools li.btn-fontSize a.btn.l-active {
  background-image: url(https://cdn.mainichi.jp/vol1/images/pc/icon-tool-font-lactive.svg);
}

#tools li li.btn-sns {
  margin: 8px auto 0;
}
#tools li li.btn-sns a.count,
#tools li li.btn-sns span.count {
  width: 40px;
  font-size: 10px;
}

#tools li li.tw {
  margin: 16px auto 0;
}

/* comment */
#tools li.btn-comment {
  width: 90px;
  margin: 0;
}
#tools li.btn-comment a.btn {
  color: #fff;
  text-decoration: none;
  width: 82px;
  max-width: inherit;
  border-radius: 20px;
  line-height: 32px;
  background-position: 8px center;
  padding: 0 0 0 22px;
  background-color: #192851;
  text-indent: inherit;
  background-image: none, url(/vol1/images/pc/icon-tool-comment2.svg);
  background-size: 1.2pc;
  font-size: 11px;
}
#tools li.btn-comment a.btn:hover {
  background-color: #192851;
}

#tools li.btn-share {
  width: 120px;
  height: 52px;
}

#tools {
  height: 62px;
  position: relative;
}
#tools > ul {
  position: absolute;
  padding-left: 314px;
  padding-top: 6px;
  padding-bottom: 4px;
  z-index: 4;
  width: 610px;
  background: #fff;
}
#tools ul.tool li {
  float: left;
  width: 40px;
  margin: auto;
}
#tools ul.tool li a {
  display: block;
  width: 2pc;
  height: 2pc;
  background-color: #192851;
  background-repeat: no-repeat;
  border-radius: 50%;
  text-indent: -9999em;
  background-size: 2pc auto;
  margin: 0 auto;
  opacity: 0.9;
}
#tools ul.tool li a:hover {
  opacity: 0.7;
  background-color: #192851;
}

#tools.health ul.tool li a,
#tools.health ul.tool li a:hover,
#tools.health li a.btn,
#tools.health li a.btn:hover,
#tools.health li.active a.btn {
  background-color: #e80f4a;
}
#tools.business ul.tool li a,
#tools.business ul.tool li a:hover,
#tools.business li a.btn,
#tools.business li a.btn:hover,
#tools.business li.active a.btn {
  background-color: #192851;
}
#tools.politics ul.tool li a,
#tools.politics ul.tool li a:hover,
#tools.politics li a.btn,
#tools.politics li a.btn:hover,
#tools.politics li.active a.btn {
  background-color: #0078c6;
}

#tools ul li a.count,
#tools ul li span.count {
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 8px;
  text-indent: 0;
  text-align: center;
  border-radius: 0;
  color: #838e93;
}
#tools ul.tool li.tw a.count,
#tools ul.tool li.tw span.count {
  width: auto;
  margin: 0 0 0 -4px;
  background: transparent;
  line-height: 1;
}
#tools li.btn-sns a.count {
  line-height: 1.5;
  opacity: 1;
}
#tools ul li a.count:hover {
  background: transparent;
  opacity: 1;
}
#tools ul li a.count,
#tools ul li span.count {
  padding: 4px 0 1px;
  font-size: 10px;
}
#tools > ul.paywall {
  padding-left: 404px;
}

/* right-colum
---------------------------------------- */
article.news .main-column {
  width: 610px;
}
article.news .sub-column {
  padding-top: 0;
  top: 0;
  z-index: 1;
  float: none;
  width: 235px;
}

/* ランキング、人気コラム共通*/
article.news .sub-column .list-box {
  background-color: inherit;
  padding: 8px 0 8px 8px;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 58px;
}

/*  人気コラム、経済速報（TOP） */
article.news .sub-column .list-box dl {
  margin: 8px 0 0;
}
article.news .sub-column .list-box h3 {
  padding: 0 0 0 10px;
  font-size: 16px;
}
article.news .sub-column .list-box dl dd a {
  display: block;
  height: auto;
  padding: 8px 0 8px 8px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
article.news .sub-column .list-box dl dd a:hover img {
  opacity: 0.8;
}
article.news .sub-column .list-box dl dd a:hover {
  text-decoration: underline;
}
article.news .sub-column .list-box dl dd a:after {
  clear: both;
  content: "";
  display: block;
}
article.news .sub-column .list-box dl dd img {
  margin-left: 8px;
  margin-bottom: 24px;
  float: right;
}
article.news .sub-column .list-box dl dd p {
  margin-bottom: 0.4em;
  padding-bottom: 0;
  line-height: 1.4;
}
article.news .sub-column .list-box dl dd .title {
  font-weight: normal;
  font-size: 14px;
}
article.news .sub-column .list-box .thumbnail {
  margin-left: 8px;
}
article.news .sub-column .list-box dl dd img {
  float: none;
  margin-left: 0px;
  margin-bottom: 0px;
}
article.news .sub-column .list-box dl dd .thumbnail {
  height: 60px;
  width: 60px;
  position: relative;
  background: url() no-repeat 50% 50%;
  background-size: cover;
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 8px;
  overflow: hidden;
}
article.news .sub-column .list-box dl dd .thumbnail span {
  padding-left: 50%;
  display: inline-block;
}
article.news .sub-column .list-box dl dd .thumbnail span img {
  margin-left: -50%;
  height: 60px;
}

article.news .prev-next .list-box h3 {
  margin-bottom: 16px;
}
article.news .prev-next .list-box h3 a {
  color: #172c59;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}
article.news .prev-next .list-box h3 a:hover {
  text-decoration: underline;
}
article.news .prev-next .list-box h3 a .thumbnail {
  display: block;
  margin: 8px 0 0;
}
article.news .prev-next .list-box h3 a .thumbnail img {
  vertical-align: top;
  width: 100%;
}
article.news .prev-next .list-box h3 a:hover .thumbnail {
  opacity: 0.8;
}
article.news .prev-next .list-box dl dt {
  padding-left: 8px;
  font-weight: bold;
  color: #172c59;
  font-size: 14px;
  line-height: 1.4;
}
article.news .prev-next .list-box dl dd a {
  padding-bottom: 16px;
  line-height: 1.4;
}

/* eSuite版用 */
.readmore-tool {
  width: auto;
  margin: 0;
}
.readmore-txt {
  margin: 32px 0;
}
article.news .readmore-txt p {
  padding: 0;
}
.readmore-txt .lead-txt {
  margin: 0 0 8px !important;
  color: #000;
}
.readmore-txt .subtxt {
  color: #666;
  font-size: 14px;
}
.readmore-btns {
  padding: 0 72px 48px;
  margin: 0;
  position: relative;
  z-index: 3;
  width: 100% !important;
}
article.news .readmore-btns p {
  padding: 0;
}
.readmore-btns .lead-txt {
  margin-bottom: 32px !important;
}
.readmore-btns .btn-blue {
  border: none;
}
.readmore-btns .link-btn {
  margin: 8px 0;
  font-size: 14px !important;
  height: 36px !important;
  line-height: 36px !important;
}
.readmore-btns .lines-on-sides {
  margin: 32px 0 16px !important;
}
.readmore-btns .lines-on-sides span {
  padding: 0 8px;
  font-size: 75%;
}

/*キャンペーン*/
article.news p.campaign {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  z-index: 3;
  padding: 0;
}
article.news p.campaign a {
  font-weight: bold;
  text-decoration: none;
}
article.news p.campaign a span {
  color: #222;
}
article.news p.campaign a:hover {
  text-decoration: none;
  opacity: 0.8;
}
