@charset "utf-8";

:root {
  --color-bule-base: #0078c6;
  --color-orange-base: #ef8811;

  --color-gray-light-back: #f8f8f8;
  --color-gray-light-border: #eee;

  --color-gray-light: #ccc;

  --color-gray-base: #999;
  --color-gray-dark: #666;

  --color-brack-base: #333;

  --space-base: 16px;
}

/* FONTS */
@font-face {
  font-family: 'number';
  src: url(https://cdn.mainichi.jp/vol1/fonts/Oswald/Oswald-Regular.ttf)
    format('truetype');
  font-display: swap;
}

/* リセット・基本設定 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
article,
aside,
dialog,
figure,
figcaption,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ul,
ol,
li {
  list-style: none;
}
img {
  vertical-align: top;
}
em {
  font-weight: bold;
  font-style: normal;
}
strong {
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
legend {
  display: none;
}
pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
}
input,
select {
  vertical-align: middle;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  line-height: 1.5;
}
body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, '游ゴシック',
    'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo,
    sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
a {
  overflow: inherit;
  outline: none;
}
.channel-img p a,
.article-body p a {
  color: #0078c6;
  display: inline-block;
  padding: 0 2px;
  word-break: break-all;
}
a:focus,
a:active {
  outline: 1px dotted;
}
a {
  color: #333;
  text-decoration: none;
} /* #16387c */
a:hover,
a:focus,
a:active {
  text-decoration: underline;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #333;
}
.clr:before,
.clr:after {
  content: '';
  display: table;
}
.clr:after {
  clear: both;
}
.clr {
  *zoom: 1;
}
* {
  box-sizing: border-box;
}

hr {
  border: 1px solid #ccc;
  clear: both;
}

/* font-size */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
} /* 基本文字サイズ 16px */

#global-header #nav-header #open-nav,
.article-header .pub-time {
  font-size: 10px;
  font-size: 1rem;
}

.small,
.font-12,
.alert-date2,
.author,
.menu-sub li a,
.list-typeD .date,
.list-typeC .date,
.list-typeG .date,
.list-typeA li .date,
.list-typeB li .date,
.view-type,
#sub-header .todays-date,
#global-footer .copyright p,
#global-footer .link1 li a {
  font-size: 12px;
  font-size: 1.2rem;
}

.txt,
.table-typeA th,
.table-typeA td,
.kanrenmidashi-link a,
.ad-pr span a,
.searchbox-wrapper .searchbox .keyword,
.error h1 span,
.alert-text,
.alert-date,
.menu-searchbox .searchbox .keyword,
.photo-movie .title,
#aside_ranking .subtitle,
.list-keywords a,
#sub-header .utility li a,
.inline-list.channel-sub-navi li a,
.menu-subcategory li a,
.list-typeD .lead,
.list-typeG .lead,
.photo-body figcaption,
.movie-body figcaption,
.list-typeC .subtitle,
.list-typeA .subtitle,
.list-typeB .subtitle {
  font-size: 14px;
  font-size: 1.4rem;
}

.medium,
.alert-text.medium em,
.alert-text em.medium,
.error h1,
.alert-text em,
.list-typeD .title,
.list-typeG .title,
.list-typeC .title,
.list-typeA .title,
.list-typeB .title {
  font-size: 16px;
  font-size: 1.6rem;
}

/* 基本余白 */
.area-list,
.margin-base {
  margin: var(--space-base);
}
.photo-movie .movie,
.photo-movie .photo,
#sub-header,
.inline-list.channel-sub-navi {
  padding: 0 var(--space-base);
}
.pickup-links,
.modal > h1,
.modal .modal-title,
/*.aside-pr .aside-pr-title,
.ad-list .ad-list-title,*/
.article-header,
.article-body figcaption,
.photo-body figcaption,
.movie-body figcaption,
#global-footer .global-footer-link,
#global-footer .copyright {
  padding: 12px var(--space-base);
}

/* 写真保護 */
.img-mask,
.thumb {
  position: relative;
  display: block;
}
.img-mask:before,
.thumb:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/vol1/images/sp/logo-mainichi.svg) no-repeat;
  position: absolute;
}

/*
btn
list
table
tab
title
serch
*/

/* ボタン */
.btn-typeA a {
  display: block;
  text-align: center;
  padding: var(--space-base);
  margin-bottom: var(--space-base);
  border: 1px solid #c4beaf;
  background-image: linear-gradient(-180deg, #ffffff 0%, #f3f1ef 81%);
}
.btn-typeB a {
  display: inline-block;
  padding: 8px 24px 8px 16px;
  border-radius: 2px;
  border: 1px solid #999;
  background: url(/vol1/images/sp/icon-arrow-r.svg) no-repeat #fff 94% 50%;
  background-size: 8px;
}
.btn-typeC a {
  display: block;
  margin: var(--space-base) auto;
  max-width: 16em;
  padding: 12px;
  text-align: center;
  border: 2px solid var(--color-bule-base);
  color: var(--color-bule-base);
  border-radius: 50px;
  line-height: 100%;
  font-size: 1.4rem;
}
.btn-typeC.register a {
  background-color: var(--color-orange-base);
  color: #fff;
  border-color: var(--color-orange-base);
  margin: var(--space-base) auto;
}
.btn-typeC.function a {
  background-color: var(--color-orangi-base);
  color: var(--color-gray-dark);
  border: 2px solid var(--color-gray-base);
  margin: var(--space-base) auto;
  font-weight: bold;
  padding: 10px;
}

.btn-typeD a {
  display: block;
  margin: var(--space-base) auto;
  background: var(--color-orange-base);
  color: #fff;
  border-radius: 4px;
  padding: 12px;
  font-size: 1.4rem;
}
#nav-header .btn-typeD a {
  margin: 6px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 1.2rem;
}

/* タイトル */
.title-typeA a,
.title-typeA span {
  font-weight: bold;
  padding: 8px var(--space-base);
  background: var(--color-gray-light-back);
  border-top: 3px solid var(--color-gray-light-border);
  border-bottom: 3px solid var(--color-gray-light-border);
}

.list-title span.info {
  margin-left: 5px;
  font-size: 0.8em;
}
.list-title span.weather {
  display: block;
  float: right;
  background: url(/vol1/images/sp/icon-weather.svg) no-repeat left center;
  background-size: 19px;
}
.list-title span.weather a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #787878;
  padding-left: 23px;
}
.title-subcategory a {
  color: var(--color-bule-base);
  display: block;
  font-weight: bold;
}

.list-title,
.title-subcategory,
section h1,
aside h1,
.h1-title {
  background: var(--color-gray-light-back);
  padding: 8px var(--space-base);
  color: #666;
  border-top: 3px solid var(--color-gray-light-border);
  border-bottom: 3px solid var(--color-gray-light-border);
  font-weight: bold;
}
section h1 a,
aside h1 a,
.h1-title a {
  display: block;
  color: var(--color-bule-base);
}
.h1-hide,
.h2-hide {
  display: none;
}
.title-ad-sp {
  padding: 8px var(--space-base) 0;
  border-top: 1px solid var(--color-gray-light-border);
  font-weight: normal;
  font-size: 14px;
}
/* タブ */
.tab-typeA {
  display: flex;
  border-bottom: 1px solid var(--color-gray-light-border);
}
.tab-typeA li a {
  display: inline-block;
  padding: 8px var(--space-base);
  border: 1px solid var(--color-gray-light-border);
  border-bottom-width: 0px;
  font-size: 1.4rem;
}
.tab-typeA li a.active {
  background: var(--color-bule-base);
  border: 1px solid var(--color-bule-base);
  color: #fff;
}
/* タブ ranking */
.tab-typeA.tab-ranking li {
  flex-grow: 1;
}
.tab-typeA.tab-ranking li a {
  padding: 8px 4px;
  display: block;
  text-align: center;
  border-bottom-width: 1px;
}
.tab-typeA.bottom {
  border-top: 1px solid var(--color-gray-light-border);
  border-bottom-width: 0;
}

/* スイッチ */
.switch-typeA {
  margin: auto;
  display: flex;
  justify-content: center;
}
.switch-typeA li a {
  display: inline-block;
  padding: 8px var(--space-base);
  border: 1px solid var(--color-bule-base);
}
.switch-typeA li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.switch-typeA li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.switch-typeA li a.active {
  background: var(--color-bule-base);
  color: #fff;
}

/* .switch-reload */
.switch-reload {
  position: relative;
  height: 40px;
  float: right;
}
.switch-reload .switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 26px;
}
.switch-reload .switch input {
  display: none;
}
.switch-reload .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 3px;
  overflow: hidden;
}
.switch-reload .slider-on {
  position: absolute;
  top: 4px;
  left: -30px;
  color: #fff;
  font-size: 87.5%;
  font-weight: normal;
  transition: 0.4s;
}
.switch-reload .slider-off {
  display: block;
  position: absolute;
  top: 4px;
  right: 12px;
  color: #757575;
  font-size: 87.5%;
  font-weight: normal;
  transition: 0.4s;
}
.switch-reload .slider:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
  z-index: 2;
}
.switch-reload input:checked + .slider {
  background-color: #0078c6;
}
.switch-reload input:checked + .slider .slider-on {
  -webkit-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px);
}
.switch-reload input:checked + .slider .slider-off {
  -webkit-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px);
}
.switch-reload input:focus + .slider {
  box-shadow: 0 0 1px #7ad615;
  color: #fff;
}
.switch-reload input:checked + .slider:before {
  -webkit-transform: translateX(44px);
  -ms-transform: translateX(44px);
  transform: translateX(44px);
}
.switch-reload .switch-reload-txt {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1;
  top: 1px;
  right: 65px;
  display: block;
  text-align: right;
  width: 60px;
}
.switch-reload.bgblack .switch-reload-txt {
  color: #fff;
}
.switch-reload .switch-reload-txt span {
  display: block;
}
.switch-reload.margin-right {
  margin-right: 63px;
}

/* ページャー */
.pager {
  padding: var(--space-base);
  background: var(--color-gray-light-back);
  border-top: 1px solid var(--color-gray-light-border);
}
.pager-typeA {
  display: flex;
  justify-content: center;
}
.pager-typeA li a {
  background: #fff;
  border: 1px solid var(--color-gray-light-border);
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.pager-typeA .current a {
  background: var(--color-bule-base);
  border: 1px solid var(--color-bule-base);
  color: #fff;
}

/* header
----------------------------------------------- */
#global-header {
  background-color: #fff;
  width: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  position: relative;
  padding-top: 45px;
}
#global-header.menu-open,
#ms #global-header {
  position: relative;
}
.noscript #global-header {
  position: absolute;
}
#global-header #header-wrapper {
  height: 44px;
  top: 0;
  background: var(--color-gray-light-back);
  width: 100%;
  z-index: 500;
  transition: 0.3s;
}
#global-header .fixed {
  position: fixed;
}
#global-header #logo {
  float: right;
  max-width: 32%;
  width: 118px;
}
#global-header #logo a {
  display: block;
  background: url(/vol1/images/sp/logo-mainichi.svg) no-repeat 0px center;
  background-size: contain;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  line-height: 200%;
  padding-top: 44px;
  overflow: hidden;
}
#global-header #nav-header {
  position: absolute;
  height: 44px;
  left: 0;
  top: 1px;
  width: 100%;
  padding: 0 var(--space-base) 0 5px;
}

#nav-header ul li {
  float: left;
}
.icon-menu {
  background: url(/vol1/images/sp/icon-menu2.svg) no-repeat center 9px;
  background-size: 18px;
  height: 44px;
  width: 44px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 26px;
  overflow: hidden;
  font-size: 1rem;
  text-align: center;
  color: #0078c6;
  letter-spacing: -1px;
}
.pushed .icon-menu {
  background: url(/vol1/images/sp/icon-close2.svg) no-repeat center 9px;
  background-size: 16px;
}

#sub-header-top {
  text-align: center;
  padding: 15px 2% 12px;
}
#sub-header-top > div {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  max-width: 350px;
  margin: 0 auto;
}
#sub-header-top > div a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0079c3;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  padding: 0 8px;
  border-radius: 12px; /*margin:0 2px;*/
  min-width: 4em;
  text-align: center;
}
#sub-header-top > div a.active {
  color: #fff;
  background: #0079c3;
}

/* ヘッダ内検索フォーム */
#search {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  display: none;
}
#search.active {
  display: block;
}
.search-inner {
  margin-left: 49px;
  background: #fff;
  height: 44px;
  position: relative;
}
#search input {
  background: url(/vol1/images/sp/icon-search.svg) no-repeat 6px center;
  background-size: 18px;
  background-color: var(--color-gray-light-back);
  border: none;
  padding: 8px;
  border-radius: 4px;
  margin-top: 4px;
  font-size: 1.4rem;
  width: 98%;
  padding-left: 30px;
  margin-left: 12px;
}
#search form {
  margin-right: 40px;
  margin-left: 8px;
}
#search .close-btn {
  display: block;
  width: 40px;
  height: 44px;
  background: url(/vol1/images/sp/icon-close.svg) no-repeat center center;
  background-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 44px;
  overflow: hidden;
}
#open-search {
  display: inline-block;
  height: 44px;
}
.icon-search {
  background: url(/vol1/images/sp/icon-search.svg) no-repeat center 8px;
  background-size: 18px auto;
  height: 44px;
  width: 44px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 26px;
  overflow: hidden;
  font-size: 1rem;
  text-align: center;
  color: #0078c6;
}

.searchresultsort {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  padding: 8px;
}

.form-select {
  width: 48%;
  padding: 16px 18px;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #dbdbdb;
  background: url(../../images/pc/arrow_select.svg) 88% 50% no-repeat #fff;
  background-size: 10px;
  background-position: 95%;
  border-radius: 0;
  color: #484848;
  outline: none;
}

.select-type--period {
  margin-right: 4%;
}


/* use legacy clearfix to avoid overflow:hidden bug on android chrome*/
#global-header #nav-header::after {
  content: '';
  display: block;
  clear: both;
}
#global-header #nav-header #open-nav {
  height: 44px;
  position: relative;
  display: inline-block;
  z-index: 10010;
  margin: 0;
  cursor: pointer;
  color: #0078c6;
}
#s #global-header #nav-header,
#sp #global-header #nav-header {
  visibility: hidden;
}

/* #menu
----------------------------------------------- */
#menu {
  display: none;
}
#menu h2 {
  padding: 8px var(--space-base);
  background-color: var(--color-gray-light-back);
}
.menu-main {
  background: var(--color-bule-base);
}
.menu-main li {
  border-top: 1px solid #3391bf;
  float: left;
  width: 50%;
}
.menu-main li a {
  padding: 0 8.625%;
  line-height: 48px;
  min-height: 48px;
}
.menu-sub {
  background: #1c3b4b;
}
.menu-sub li {
  float: left;
  width: 20%;
}
.menu-sub li a {
  text-align: center;
  display: block;
  padding: 5px 0;
}
.menu-close {
  background: var(--color-gray-light);
  text-align: center;
}
.menu-close a {
  line-height: 48px;
  min-height: 48px;
  display: block;
}
#category .list-typeA span,
#menu .list-typeA span {
  color: var(--color-gray-base);
  float: right;
  font-size: 1.2rem;
  margin: 2px 0 0 5px;
}

/* アイコン */
.icon-haiku,
.icon-sudoku,
.icon-weather,
.icon-photo,
.icon-movie2,
.icon-series {
  background: url(/vol1/images/sp/icons-menu.png) no-repeat 0 0;
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;
  margin: 2px auto;
}
.icon-sudoku {
  background-position: 0 0;
}
.icon-weather {
  background-position: 0 -24px;
}
.icon-photo {
  background-position: 0 -48px;
}
.icon-movie2 {
  background-position: 0 -72px;
}
.icon-series {
  background-position: 0 -96px;
}
.icon-haiku {
  background-position: 0 -214px;
}

/* 検索フォーム */
.searchbox-wrapper {
}
.searchbox-wrapper .searchbox {
  position: relative;
  padding: 8px;
}
.searchbox-wrapper .searchbox .keyword {
  width: 100%;
  padding: var(--space-base);
  padding-left: 32px;
  border: 1px solid var(--color-gray-light-border);
  background: url(/vol1/images/sp/icons-menu.png) no-repeat #fff 4px -120px;
  background-size: 24px;
}

/* footer
----------------------------------------------- */
#global-footer {
  overflow: hidden;
  text-align: center;
  background: #eee;
  border-top: 1px solid #fff;
}
#global-footer .link1 li {
  float: left;
  margin-right: 1.5em;
}
#global-footer .link1 li a {
  display: inline-block;
  padding: 6px 0;
}
#global-footer .link2 {
  clear: both;
}
#global-footer .link2 a {
  display: block;
  text-align: center;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #c4beaf;
  background-image: linear-gradient(-180deg, #ffffff 0%, #f3f1ef 81%);
}
#global-footer .copyright {
  background: var(--color-bule-base);
}
#global-footer .copyright p {
  color: #f4f4f4;
  text-align: left;
  margin-bottom: 1em;
}

#category .information h2.info-title {
  background: #f5f3f3;
  padding: 10px 2.5% 5px;
  border-top: 25px solid #d3d3d3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
#category .information h2.info-title a {
  float: right;
  color: #0079c3;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 4px;
}
#category .information h2:nth-child(2) {
  border-top: 0;
  padding: 0;
}
#category .information h2:nth-child(2) a {
  padding: 10px 2.5%;
  color: #0079c3;
  display: block;
}
#category .information .list-typeA li a {
  min-height: inherit;
}
#category .information .list-typeA span {
  color: #777777;
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 2px 0 0 5px;
}

/* 動画サイズを16対9で可変 */
.asp-flexbox {
  position: relative;
  width: 100%;
  height: auto;
}
.asp-flexbox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-16_9:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.asp-flexbox-body {
  width: 100%;
  height: 100%;
}

/* clr */
.channel-img:before,
.channel-img:after,
.senryu-search-box .col-set:before,
.senryu-search-box .col-set:after,
.list-typeA a:before,
.list-typeA a:after,
.list-typeA li:before,
.list-typeA li:after,
.list-typeB a:before,
.list-typeB a:after,
.list-typeB li:before,
.list-typeB li:after,
.article-body figure:before,
.article-body figure:after {
  content: '';
  display: table;
}
.channel-img:after,
.senryu-search-box .col-set:after,
.ad-list .list-typeA a:after,
.list-typeA li:after,
.list-typeB li:after,
.article-body figure:after {
  clear: both;
}
.channel-img,
.senryu-search-box .col-set,
.ad-list .list-typeA a,
.list-typeA li,
.list-typeB li,
.article-body figure {
  *zoom: 1;
}

/* 専用イメージ */
.channel-img h1 {
  padding: 8px var(--space-base);
}
.channel-img,
.channel-head {
  border-bottom: 1px solid var(--color-gray-light-border);
  padding-bottom: var(--space-base);
}
.channel-head h1 {
  padding: 8px var(--space-base);
}
.channel-head h1 {
  background: var(--color-gray-light-back);
  border-top: 1px solid var(--color-gray-light-border);
  border-bottom: 1px solid var(--color-gray-light-border);
}

/* 号外・地震 */
.alertbox {
  margin: 8px;
  padding: 0;
  border-radius: 4px;
  background: #333;
}
.alertbox.red {
  background: #a00;
}
.alertbox.cyan {
  background: #1aa5b9;
}
.alertbox * {
  color: #fff;
}
.alertbox a,
.alertbox .nolink {
  display: block;
  padding: 8px;
}
.alert-date2 {
  text-align: right;
  display: block;
}

/* リスト */
.list-typeA {
}
.list-typeA li {
  position: relative;
  border-bottom: 1px solid var(--color-gray-light-border);
  width: 100%;
}
.list-typeA li:last-child {
  border-bottom: none;
}
.list-typeA li a {
  padding: var(--space-base);
  display: block;
  min-height: 3em;
  box-sizing: content-box;
}
.list-typeA li a:after {
  content: '';
  display: block;
  clear: both;
}
.list-typeA li > img {
  max-width: 100%;
}
.list-typeA .thumb {
  float: right;
  margin: 0 0 0 12px;
  width: 80px;
  background: var(--color-gray-light-back);
  text-align: center;
}
.list-typeA .thumb img {
  max-width: 80px;
  max-height: 80px;
}
.list-typeA .title {
  font-weight: bold;
  display: block;
}
.list-typeA .date {
  color: #999;
  margin-top: 6px;
  display: block;
}
.list-typeA.border-change li {
  border-bottom: 0;
  border-top: 1px solid var(--color-gray-light-border);
}
.list-typeA.border-change li:first-child {
  border-bottom: 0;
}

.list-typeB {
}
.list-typeB li,
.ad-list .list-typeB > span a {
  position: relative;
  border-bottom: 1px solid var(--color-gray-light-border);
  width: 100%;
}
.list-typeB li:last-child,
.ad-list .list-typeB > span:nth-child(5n) a {
  border-bottom: none;
}
.list-typeB li a,
.ad-list .list-typeB > span a {
  padding: var(--space-base);
  display: block;
  min-height: 3em;
  box-sizing: content-box;
}
.toppage .ad-list .list-typeB > span a {
  box-sizing: border-box;
}
.list-typeB li a:after,
.ad-list .list-typeB > span a:after {
  content: '';
  display: block;
  clear: both;
}
.list-typeB li > img,
.ad-list .list-typeB > span > img {
  max-width: 100%;
}
.list-typeB .thumb,
.ad-list .list-typeB .thumb {
  float: right;
  margin: 0 0 0 12px;
  width: 80px;
  background: var(--color-gray-light-border);
  text-align: center;
}
.list-typeB .thumb img,
.ad-list .list-typeB .thumb img {
  max-width: 80px;
  max-height: 80px;
}
#home .list-typeB li:first-child img {
  max-width: 100%;
  max-height: 268px;
}
.list-typeB .title,
.ad-list .list-typeB .title {
  font-weight: bold;
  display: block;
}
.list-typeB .date,
.ad-list .list-typeB .date {
  color: #999;
  margin-top: 6px;
  display: block;
}
.list-typeB.border-change li {
  border-bottom: 0;
  border-top: 1px solid var(--color-gray-light-border);
}
.list-typeB.border-change li:first-child {
  border-bottom: 0;
}
.list-typeB .icon-pr,
.list-typeB .icon-movie1,
.list-typeB .icon-plus,
.list-typeB .icon-premier {
  position: static;
  margin-left: 5px;
  vertical-align: top;
}
.list-typeB.ad-listend .icon-pr,
.ad-list .list-typeB .icon-pr,
.ad-pr .list-typeB .icon-pr,
.list-typeB .icon-listmark {
  display: none;
}
.list-typeB .source-name {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  font-weight: bold;
}

/* 2019.9 */
#home .list-typeB .title,
#home .ad-list .list-typeB .title {
  font-size: 18px;
  font-size: 1.8rem;
}

/* 2019.8 */
/*
#home .list-typeB li a,
#home .ad-list .list-typeB > span a {
  padding: 0;
}
#home .list-typeB .title,
#home .ad-list .list-typeB .title {
  padding: var(--space-base);
}
#home .list-typeB .thumb,
#home .ad-list .list-typeB .thumb {
  margin: 0 0 1px 12px;
}
*/
/* /2019.8 */

#menu .list-typeA li a,
#menu .list-typeB li a {
  min-height: inherit;
}

.list-typeC {
}
.list-typeC .thumb img {
  max-width: 100%;
  margin: 8px auto;
}
.list-typeC .headline {
  position: relative;
  padding: 12px 0 12px 26px;
}
.list-typeC .subtitle {
  color: #666;
  display: block;
}
.list-typeC .title {
  font-weight: bold;
}
.list-typeC .info {
  font-weight: bold;
  color: #999;
}
.list-typeC .lead {
  color: #666;
}
.list-typeC .date {
  color: #999;
}

.list-typeD {
  border-bottom: 1px solid #ececec;
}
.list-typeD .thumb img {
  width: 98%;
  margin: 0 auto 12px;
  display: block;
}
.list-typeD .headline {
  padding-bottom: 12px;
  margin: 0 2.5%;
}
.list-typeD .title {
  font-weight: bold;
}
.list-typeD .info {
  font-weight: bold;
  color: #666;
}
.list-typeD .lead {
  color: #666;
  padding-left: 26px;
  position: relative;
}
.list-typeD .date {
  color: #999;
  padding-left: 26px;
  position: relative;
}
/* 縦長サムネイル右寄せ*/
.list-typeD.img-square,
.list-typeD.img-vertical {
  padding-top: 12px;
}
.list-typeD.img-square .thumb,
.list-typeD.img-vertical .thumb {
  width: 47.5%;
  float: left;
  margin-right: 12px;
}
.list-typeD.img-square .headline,
.list-typeD.img-vertical .headline {
  width: 45.5%;
  float: left;
  margin: 0;
} /*  */
.list-typeD.list-line-top {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

aside .list-typeD {
  margin-left: -2.5%;
  margin-right: -2.5%;
}

.list-typeD.title-img {
  position: relative;
}
.list-typeD.title-img .headline {
  margin: 0;
  padding: 6px 2.5%;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.list-typeD.title-img .headline {
  background-image: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.28) 36%,
    #000000 100%
  );
}
.list-typeD.title-img .title {
  color: #fff;
}

.list-keywords {
  margin: 8px 0;
}
.list-keywords li {
  float: left;
  width: 50%;
}
.list-keywords li:nth-child(odd) {
  clear: left;
}
.list-keywords .title {
  font-weight: normal;
  display: inline;
}
.list-keywords a {
  display: inline-block;
  padding: 8px 16px 8px 32px;
  background: url(/vol1/images/sp/icon-arrow-r.svg) no-repeat 16px 14px;
  background-size: 6px;
  border-radius: 2px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-keywords a {
  display: inline-block;
  padding: 8px 16px 8px 32px;
  background: url(/vol1/images/sp/icon-arrow-r.svg) no-repeat 16px 14px;
  background-size: 6px;
  border-radius: 2px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-typeG {
  border-bottom: 1px solid #ececec;
}
.list-typeG .thumb img {
  width: 100%;
  display: block;
}
.list-typeG .headline {
  padding: var(--space-base);
}
.list-typeG .title {
  font-weight: bold;
}
.list-typeG .info {
  font-weight: bold;
  color: #666;
}
.list-typeG .lead {
  color: #666;
}
.list-typeG .date {
  color: #999;
}
.list-typeG .icon-pr,
.list-typeG .icon-movie1,
.list-typeG .icon-plus,
.list-typeG .icon-premier {
  position: static;
  margin-left: 5px;
  vertical-align: top;
}
.list-typeG .icon-listmark {
  display: none;
}

/* 縦長サムネイル右寄せ*/
.list-typeG.img-square,
.list-typeG.img-vertical {
  padding-top: 12px;
}
.list-typeG.img-square .thumb,
.list-typeG.img-vertical .thumb {
  width: 47.5%;
  float: left;
  margin-right: 12px;
}
.list-typeG.img-square .headline,
.list-typeG.img-vertical .headline {
  width: 45.5%;
  float: left;
  margin: 0;
} /*  */
.list-typeG.list-line-top {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

/* list-typeA-half */
.list-half li {
  border-bottom: 1px solid var(--color-gray-light-border);
  width: 50% !important;
  float: left;
}
.list-half li:nth-child(2n-1) {
  border-right: 1px solid var(--color-gray-light-border);
}
.list-half li a {
  display: block;
  box-sizing: content-box;
  min-height: inherit;
  padding: 15px 8%;
}
.list-half:after {
  content: '';
  display: block;
  clear: both;
}

/* icon */
.icon-kanrenmidashi,
.icon-pr,
.icon-movie1,
.icon-plus,
.icon-premier,
.icon-listmark,
.toppage .ad-y .yads_ad_title a:after,
.toppage .ad-listend a h2:after,
.list-typeB.ad-listend a h2:after,
.ad-list .list-typeB a .title:after,
.ad-pr .list-typeB a:after,
.toppage .ad-list a .title:after {
  display: inline-block;
  width: 16px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: 40% 40%;
  background-size: 16px;
  position: absolute;
  top: 9px;
  left: 0;
  text-indent: -9999px;
}
.icon-premier {
  background-image: url(/vol1/images/sp/icon-premier.svg?d=1);
}
.icon-plus {
  background-image: url(/vol1/images/sp/icon-member.svg?d=1);
}
.icon-pr {
  background-image: url(/vol1/images/sp/icon-pr.svg);
}
.icon-movie1 {
  background-image: url(/vol1/images/sp/icon-movie.svg);
}
.icon-kanrenmidashi {
  background-image: url(/vol1/images/sp/icon-digitalplus.svg);
}

.toppage .icon-pr,
.toppage .icon-movie1,
.toppage .icon-plus,
.toppage .icon-premier {
  position: static;
  margin-left: 5px;
}
.toppage .icon-premier {
  background-position: 0 0;
}
.toppage .icon-pr,
.toppage .icon-listmark {
  display: none;
}

.toppage .ad-y .yads_ad_title a:after,
.toppage .ad-listend a h2:after,
.list-typeB.ad-listend a h2:after,
.ad-list .list-typeB a .title:after,
.ad-pr .list-typeB a:after,
.toppage .ad-list a .title:after {
  content: '';
  font-size: 1.2rem;
  margin-left: 6px;
  vertical-align: text-bottom;
}
/* 2019.8 */
/*
.toppage .ad-y {
    padding: 8px 0;
}
.toppage .ad-y .yads_ad_title a,
.toppage .ad-y .yads_ad_adv a {
    padding: 0 var(--space-base);
    display:block;
}
*/

/* /2019.8 */

.icon-movie1 {
  background-position: 0 0;
}
.icon-kanrenmidashi {
  background-position: 0 0;
  position: relative;
  top: auto;
  vertical-align: middle;
}
.icon-channel {
  background: url(/vol1/images/sp/icons-tool.png) no-repeat 0 0;
  background-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.icon-next {
  background: url(/vol1/images/sp/i_arrow_r.svg) no-repeat 5px 0;
  background-size: 8px;
  display: inline-block;
  width: 14px;
  height: 20px;
  vertical-align: middle;
}
.icon-prev {
  background: url(/vol1/images/sp/i_arrow_l.svg) no-repeat 0 0;
  background-size: 8px;
  display: inline-block;
  width: 14px;
  height: 20px;
  vertical-align: middle;
}
.icon-close {
  background: url(/vol1/images/sp/icon-close.svg) no-repeat;
  background-size: 18px;
  display: inline-block;
  width: 24px;
  height: 20px;
  vertical-align: middle;
}
.icon-listmark {
  background: url(/vol1/images/sp/icon-listmark.svg) no-repeat scroll 40% 40%;
}

/* table */
.table-typeA {
  min-width: 90%;
  width: 100%;
  margin: var(--space-base) auto;
  border: 1px solid #dbdbdb;
  border-collapse: separate;
  border-spacing: 0;
}
.table-typeA caption {
  padding: 4px 16px;
}
.table-typeA th,
.table-typeA td {
  padding: 3px 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #fff;
}
.table-typeA thead th {
  background: #f3f3f3;
}
.table-typeA tbody th {
  font-weight: normal;
  text-align: left;
}
.table-typeA a {
  color: #0078c6;
}
.table-typeA th,
.table-typeA td {
  border-color: #fff #dbdbdb #dbdbdb #fff;
  border-style: solid;
  border-width: 1px;
  padding: 3px 6px;
}
.table-typeA td.th-style {
  text-align: center;
}
.table-typeA thead th,
.table-typeA td.th-style {
  background: #f3f3f3 none repeat scroll 0 0;
}
.typeA-2 tbody th {
  background: #f3f3f3 none repeat scroll 0 0;
  text-align: center;
}
.typeA-2 th,
.typeA-2 td {
  padding: 4px 2px;
}
.typeA-2 .txt-c {
  text-align: center;
}

/* カテゴリ一覧 */
.category-list {
  position: relative;
  clear: both;
  overflow: hidden; /* iOS横幅バグ対応 */
}
.category-list h1 {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
.category-list h1 a {
  color: var(--color-bule-base);
}
aside.category-list {
  margin: 0;
}

/* リスト */
.menu-subcategory {
  margin-bottom: 1px;
  background: var(--color-gray-light-border);
  border: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.menu-subcategory::-webkit-scrollbar {
  display: none;
}
.menu-subcategory ul {
  display: flex;
}
.menu-subcategory li {
  white-space: nowrap;
}
.menu-subcategory li a {
  color: var(--color-bule-base);
  display: inline-block;
  padding: var(--space-base);
}
.menu-subcategory li.current a {
  font-weight: bold;
}

/* covid19-navi */
#covid19Navi.menu-subcategory {
  background: #fff;
}

.covid19-container {
  display: inline-block;
  border-bottom: solid 4px #0078c6;
  position: relative;
  z-index: 0;
}

.covid19-navi ul {
  height: 66px;
  align-items: center;
}

.covid19-navi li {
  line-height: 72px;
}

.covid19-navi li a {
  padding: 0 7px;
  font-weight: bold;
  color: #333;
}

.covid19-navi li:first-child {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

#covid19Navi.covid19-navi li:first-child a {
  padding: 0;
  color: #0078c6;
}

.covid19-navi li:nth-child(2) {
  margin-left: 8px;
  border-left: solid 1px #c5dceb;
  height: 50px;
  line-height: 1.5;
}

.covid19-navi li:nth-child(2) a {
  margin: 10px;
  height: 28px;
  padding: 3px 14px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
  background: #ff0060;
}

.covid19-navi ul .covid19-navi-current a {
  color: #ff0060;
  border-bottom: solid 4px #ff0060;
  pointer-events: none;
  height: 72px;
  position: relative;
  z-index: 1;
}

/* PC共通：リスト */
.inline-list.channel-sub-navi {
  background: var(--color-gray-light-border);
  border: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.inline-list.channel-sub-navi::-webkit-scrollbar {
  display: none;
}
.inline-list.channel-sub-navi li {
  float: none;
  padding-right: 1.5em;
  display: table-cell;
  white-space: nowrap;
}
.inline-list.channel-sub-navi li a {
  color: var(--color-bule-base);
  display: inline-block;
  padding: 16px 0;
}
.inline-list.channel-sub-navi li.current a {
  font-weight: bold;
}

/* PC共通：ボタン */
.btn-list li a {
  display: inline-block;
  padding: 8px 24px 8px 16px;
  border-radius: 2px;
  border: 1px solid #999;
  background: url(/vol1/images/sp/icon-arrow-r.svg) no-repeat #fff 94% 50%;
  background-size: 8px;
}

/* ヘッダ */
#sub-header {
  background: var(--color-bule-base);
  margin-bottom: 1px;
}
#sub-header * {
  color: #f4f4f4;
}
#sub-header .category-name,
#sub-header .todays-date {
  padding: 6px 0;
  display: inline-block;
  text-align: center;
  min-width: 40px;
}
#sub-header .category-name {
  font-weight: bold;
}
#sub-header .todays-date {
  padding: 8px 0 6px;
}
#sub-header .utility {
  float: right;
  margin-top: 2px;
}
#sub-header .utility li {
  float: left;
  margin-left: 0.5em;
}
#sub-header .utility li a {
  display: inline-block;
  padding: 6px 0;
  letter-spacing: -1px;
}

/* 関連キーワード */
.category-list .list-keywords {
  margin: 0;
  position: absolute;
  right: 0;
  top: 6px;
}

/* 罫線 */
.block-line {
  display: none;
}

/* アーカイブへのリンク */
.archive_link {
  text-align: center;
  margin: 12px auto;
}
.archive_link a {
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  height: 40px;
  padding: 7px 7px 0;
}

.link-btn button,
.link-btn a {
  display: block;
  background: url(/vol1/images/sp/icon-arrow-r.svg) right center no-repeat;
  background-size: 7px;
  border-radius: 6px;
  padding: 14px 18px 14px 18px;
  border: 0;
  border-right: 6px solid #f6f6f6;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
.link-btn.btn-blue button,
.link-btn.btn-blue a {
  background: url(/vol1/images/sp/i_arrow_r_w_l.svg) right center no-repeat;
  background-size: 8px auto;
  color: #fff;
  padding: 14px 19px 14px 18px;
  border: 0;
  border-right: 5px solid #0078c6;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 360px) {
  .link-btn button,
  .link-btn a,
  .link-btn.btn-blue button,
  .link-btn.btn-blue a {
    padding: 14px 20px 14px 8px;
    background-position: right 6px center;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* ランキング */
.ranking .list-typeA li a {
  padding: 24px 0 24px 52px;
}
.ranking .icon-pr,
.ranking .icon-movie1,
.ranking .icon-plus,
.ranking .icon-premier,
.ranking .icon-listmark {
  left: 26px;
}
.ranking .rank {
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 48px;
  top: 20px;
  left: 0;
  color: #999;
  font-size: 2rem;
  background: none;
  text-indent: 0;
  text-align: center;
  font-family: number, sans-serif;
}
.ranking li:nth-child(3) .rank,
.ranking li:nth-child(2) .rank,
.ranking li:nth-child(1) .rank {
  color: #0078c6;
}
.ranking .subtitle {
  color: var(--color-gray-dark);
}
.ranking h1 {
  display: inline;
}
.ranking .info {
  font-size: 1.2rem;
  color: var(--color-gray-dark);
  font-weight: normal;
}

/* ランキング list-typeB */
.ranking .list-typeB li a {
  padding: var(--space-base);
  padding-left: 36px;
}

/*トップテキスト（リンク群）*/
.sub-txt {
  padding: 8px;
  border-top: solid 1px #ccc;
  margin-top: 32px;
}
.sub-txt ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-txt li {
  width: 49.2%;
  margin: 0 1.6% 6px 0;
}
.sub-txt li:nth-child(2n) {
  margin: 0 0 6px 0;
}
.sub-txt li a {
  display: block;
  padding: 8px 18px 8px 6px;
  background-image: url(https://cdn.mainichi.jp/vol1/images/sp/icon-listmark.svg);
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #ececec;
  border-radius: 3px;
  height: 100%;
  letter-spacing: -1px;
}

/*トップテキスト下のバナー*/
.top-bnr-wrap {
  padding: 0 8px 16px;
  overflow: hidden;
}
.top-bnr-wrap img {
  width: 100%;
}

/*イベントなどバナー*/
.top-bnr-ev {
  text-align: center;
  margin: 16px auto;
}
.top-bnr-ev a img {
  width: calc(100% - 32px);
  max-width: 360px;
  height: auto;
}

/* 写真・動画 */
.photo-movie .photo a {
  position: relative;
}
.photo-movie a .logo-photo {
  background: url(/vol1/images/sp/logo-photo.svg) no-repeat right;
  background-size: 60px;
  height: 18px;
  width: 65px;
  display: block;
  float: right;
}
.movie-brc {
  margin-bottom: 24px;
}

.photo-movie .photo,
.photo-movie .movie {
  padding: var(--space-base);
  padding-bottom: 0;
}
/*.photo-movie .movie {}*/
.photo-movie a {
  display: block;
}
.photo-movie .thumb {
}
.photo-movie .cat-title {
  display: block;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #787878;
  margin: 8px 0;
  height: 1.5em;
}
.photo-movie .title {
  display: block;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 8px;
  font-weight: bold;
}
.photo-movie .movie .title {
  margin-top: 6px;
  text-align: center;
}
.photo-movie img {
  margin: auto;
  display: block; /*height:auto; width:100%;*/
}
.photo-movie .icon-photo,
.photo-movie .icon-movie2 {
  position: absolute;
  bottom: 2px;
  right: 2px;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .photo-movie .movie .title {
    text-align: left;
  }
}

.logo-cxense {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  font-weight: bold;
  text-align: right;
  clear: both;
}

#videoTitle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  margin-top: 5px;
}

/* 広告 */
.ad-list .list-typeA a {
  display: block;
  padding: 9px 0px 9px 26px;
  position: relative;
  border-bottom: 1px solid #ececec;
  width: 100%;
}
.ad-list .list-typeA a .thumb {
  margin-bottom: 0;
}
.ad-list .list-typeA > span:nth-child(5n) a {
  border-bottom: none;
}
.ad-bnr-w320h50 {
  text-align: center;
  margin: 0 auto;
  padding: 12px 0;
  background: var(--color-gray-light-back);
  border-top: 1px solid var(--color-gray-light-border);
  position: relative;
  z-index: 10;
}
.ad-bnr-w300h250 {
  text-align: center;
  margin: 0 auto;
}
.ad-bnr-w300h250 p {
  text-align: left;
  width: 300px;
  margin: auto;
}
.ad-bnr-cxense {
  text-align: center;
  margin: 0 auto 1.5em;
  padding: 0;
  display: table;
}
.ad-listend li {
  border-top: 1px solid #ececec;
  border-bottom: none;
}
.ad-y {
  padding: 8px var(--space-base);
  border-top: solid 1px #ccc;
}
.ad-y .yads_ad {
  overflow: hidden;
}
.ad-y .yads_ad_title a,
.ad-y .yads_ad_adv a {
  color: #333;
  font-weight: bold;
}
.ad-y .yads_ad_info {
  text-align: right;
  line-height: 1;
}
.ad-y .yads_ad_info a {
  font-size: 11px;
  font-size: 1.1rem;
}
.ad-y .yads_ad_info img {
  vertical-align: text-top;
  margin-left: 4px;
}
.ad-y .yads_ad_img {
  float: right;
  margin: 0 0 0 12px;
}
.ad-y .yads_ad_img a {
  display: block;
  background-size: 80px;
  width: 80px;
  height: 80px;
}

/* PC共通 */
.ch-html {
  padding: 0 16px 16px;
}
.ch-html h1 {
  padding: 8px 16px;
  margin-bottom: 16px;
  position: relative;
  left: -16px;
  width: 110%;
}

.channel-img h2,
.channel-head h2 {
  margin: var(--space-base) 0;
  padding: 0 var(--space-base);
}
.channel-img .midashi,
.channel-head .midashi,
.typeD-2 .midashi {
  font-weight: bold;
  display: block;
}
.channel-img .txt,
.channel-head .txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin: var(--space-base);
}
.channel-img .img-right,
.channel-head .img-right {
  width: 25%;
  float: right;
  margin: 0 0 8px 8px;
}
.channel-img .img-right img,
.channel-head .img-right img,
.ch-html img {
  width: 100%;
}
.channel-img .name,
.channel-head .name,
.typeD-2 .name {
  font-size: 14px;
  font-size: 1.4rem;
}

.typeD-2 .thumb {
  max-width: 95px;
  max-height: 95px;
  float: right;
  margin: 0 0 12px 12px;
}
.typeD-2 .thumb img {
  margin: 0;
}
.typeD-2 li {
  clear: both;
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
  min-height: 90px;
}
.typeD-2 .txt,
.ch-html .small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.btn-list {
  width: 300px;
  margin: var(--space-base) auto;
}
.btn-list li {
  margin-bottom: 4px;
}
.btn-list li a {
  width: 300px;
}

.pic {
  margin: 0 auto 12px;
}
.pic img {
  max-width: 100%;
}

/* スコアボード（サッカー、テニス） */
.score {
  margin: 0 0 24px;
}
.score caption {
  text-align: left;
}
.score td {
  vertical-align: middle;
  padding: 3px;
}
.score .period,
.score .total {
  background: #f3f3f3;
  text-align: center;
}
.score .period {
  white-space: nowrap;
}
.score .home,
.score .away {
  width: 30%;
}
.score .away {
  text-align: left;
}
.score .home {
  text-align: right;
}
.score .total {
  font-size: 200%;
  font-weight: bold;
}
.score .win {
  color: #a00;
}
.red {
  color: #a00;
}
.blue {
  color: #1656cc;
}

/* manga */
.manga {
  text-align: center;
  margin-bottom: 1em;
}
.manga img {
  max-width: 300px;
}
.manga .caption {
  color: #666;
  padding: 12px 2.5%;
  font-size: 14px;
  font-size: 1.4rem;
}

/* イレギュラー対応 */
#menu .menu-main a[href^='http://mainichi.jp/viewer']
{
  display: none;
}

/* reload switch */
.block-reload-switch {
  margin-top: 6px;
  text-align: right;
}
ul.reload-switch {
  display: inline-block;
  width: auto;
  margin: 0 3px 6px;
}
ul.reload-switch li {
  display: inline-block;
  width: 50px;
  margin: 0;
  border: 1px solid #0078c6;
  text-align: center;
  cursor: pointer;
}
ul.reload-switch li#on {
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
ul.reload-switch li#off {
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.reload-switch ul li.active {
  color: #fff;
  background: #0078c6;
}
.msg-reload-swich {
  text-align: right;
  display: inline-block;
}
.block-reload-switch .small {
  font-size: 12px;
  font-size: 1.2rem;
}

/* HTML段落用 補正 */
.list-typeA section {
  padding: 12px 0 0;
}

/* トップページ */
h2.list-title {
  padding: 8px var(--space-base);
}
/* トップ：主要ニュース */
.category-list .list-typeB li a {
  min-height: auto;
}
/* トップ：特集*/
.feature7 {
  padding: var(--space-base);
}
.feature7 .swiper-container .title {
  margin-bottom: 8px;
  display: block;
}
.feature7 .swiper-container .subtitle {
  font-size: 1.4rem;
  display: block;
  margin-top: 8px;
  text-align: center;
}
/* トップ：プレミア */
.paid-content .list-typeB .premier .thumb {
  float: none;
  margin: 0 0 8px 0;
  width: auto;
}
.paid-content .list-typeB .premier .thumb img {
  max-width: 100%;
  max-height: 100%;
}
/* トップ：タブ */
/* 2020.02.28 削除
.toppage #page > div {
  display: none;
}
.toppage #page > div.active {
  display: block;
}
*/

/* 囲碁 */
.page-igo dl,
.page-igo h4,
.page-igo h3 {
  margin: 6px 2.5%;
}
.page-igo dd {
  font-size: 14px;
  font-size: 1.4rem;
}
.page-igo .list-typeA li a,
.page-igo .txt .btn {
  text-decoration: underline;
}
.page-igo .inline-list {
  clear: both;
  position: relative;
}
.page-igo .inline-list li a {
  font-size: 14px;
  font-size: 1.4rem;
}
.page-igo .list-typeD .thumb {
  width: 60px;
  float: left;
  margin: 0 12px 6px 2.5%;
}
.page-igo .list-typeD > li {
  padding: 6px 0 12px;
  clear: both;
}

/* 王将戦 */
.box-gry {
  border: 1px solid #e0e0e0;
  background: #f4f4f4;
  padding: 12px;
  margin-top: 12px;
}
.dot-list li {
  list-style-type: disc;
  margin: 0 0 3px 1.2em;
}
.page-oshosen h2 {
  margin: 12px 0;
}
.page-oshosen a {
  color: #0078c6;
  display: inline-block;
  padding: 0 2px;
}
.page-oshosen tbody th {
  width: 1.2em;
}

/* 大学センター試験 */
.center-exam td {
  text-align: center;
}

/* カウンター */
.countUp {
  background: #000;
  padding: 8px 16px;
  border-bottom: 1px solid #333;
}
.countUp .midashi {
  display: block;
}
.countUp .uchiage-date,
.countUp span {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.countUp #countUp-time,
.countUp #countUp-day {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.countUp #countUp-day .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  padding: 0 10px 0 2px;
}
.countUp .uchiage-date span:last-child {
  display: block;
}

/* プレミア */
.page-premier + hr {
  display: none;
}

.premier-box dl {
  margin: 0;
}

.premier-box dt a {
  display: block;
  position: relative;
  padding: 6px 0 25px 64px;
  font-weight: bold;
  margin-top: 10px;
  z-index: 4;
}
.premier-box .politics dt a {
  background: url(/vol1/images/sp/icon-premier-politics.png) no-repeat
    var(--space-base) 0;
  background-size: 40px auto;
  color: #0078c6;
}
.premier-box .business dt a {
  background: url(/vol1/images/sp/icon-premier-business.png) no-repeat
    var(--space-base) 0;
  background-size: 40px auto;
  color: #032351;
}
.premier-box .health dt a {
  background: url(/vol1/images/sp/icon-premier-health.png) no-repeat
    var(--space-base) 0;
  background-size: 40px auto;
  color: #ff0649;
}
.premier-box .tokutoku dt a {
  background: url(/vol1/images/sp/icon-premier-tokutoku.png) no-repeat
    var(--space-base) 0;
  background-size: 40px auto;
  color: #f36856;
}

.premier-box dd {
  margin-top: -20px;
}
.premier-box dd .img {
  display: none;
}
.premier-box dd p.txt {
  padding: 0 0 0 45px;
}

.page-premier
  + .category-list
  + .block-line
  + section
  + .block-line
  + section
  + .block-line
  + section
  .title-subcategory {
  margin-bottom: 10px;
}
.page-premier
  + .category-list
  + .block-line
  + section
  + .block-line
  + section
  + .block-line
  + section
  .txt {
  margin-bottom: 5px;
}
.page-premier
  + .category-list
  + .block-line
  + section
  + .block-line
  + section
  + .block-line
  + section
  .small {
  margin-bottom: 10px;
}

/* page-top button */
#page-top {
  position: fixed;
  bottom: -100px;
  right: 7px;
  font-size: 77%;
  z-index: 10000;
}
#page-top a {
  display: block;
  background: url(/vol1/images/sp/icon-totop.svg) no-repeat #007bc8 center
    center;
  background-size: 22px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  border: 3px solid #fff;
  box-sizing: border-box;
}

/* more button */
.btn-more {
  background: #f5f3f3;
  padding: 10px 2.5%; /*border-top: 1px solid #d3d3d3;*/
  color: #3c3c3c;
  display: block;
  text-align: center;
  border-bottom: 25px solid #d3d3d3;
}

/* Carousel */
.swiper-container {
  width: 100%;
  padding-bottom: 30px;
}
#page .swiper-main {
  padding-bottom: 0;
}
.swiper-container * {
  box-sizing: border-box;
}
.swiper-pagination-bullet-active {
  background: #007bc8;
  opacity: 1;
}
.swiper-container .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.swiper-main .title {
  overflow: initial;
  text-overflow: clip;
  white-space: normal;
}
.photo-movie .swiper-container-horizontal > .swiper-pagination-bullets,
.feature7 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 6px;
}
.swiper-container .thumb {
  height: 200px;
  text-align: center;
  display: block;
  position: relative;
}
.swiper-main .thumb {
  height: 80px;
}
.swiper-main #home .list-typeB li:first-child .thumb {
  position: initial;
  width: 100%;
  height: auto;
  float: none;
  display: block;
  min-height: 100px;
  margin: 0;
}
.swiper-main #home .list-typeB li:first-child .thumb:before {
  content: '';
  display: block;
  padding-top: 67%;
}
.swiper-main #home .list-typeB li:first-child .thumb img {
  position: initial;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: initial;
}
.swiper-main #home .list-typeB li:first-child a {
  padding: 0;
}
.swiper-main #home .list-typeB li:first-child .title {
  padding: 8px 16px 0;
  display: inline-block;
}
.swiper-main #home .list-typeB li:first-child .date {
  padding: 0 16px 16px;
}
.feature7 .swiper-container .thumb {
  height: 160px;
}
.swiper-container .thumb img {
  height: 100%;
  width: auto;
  /* max-height: none; 2020.02.28削除 */
}
/* カルーセル読み込み前に広告の表示域確保 */
#ad-yahoo {
  height: 97px;
}

@media screen and (max-width: 480px) {
  .photo-movie .thumb-wrap,
  .photo-list .thumb-wrap,
  .feature7 .thumb-wrap {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
  }
  .photo-movie .thumb-wrap:before,
  .photo-list .thumb-wrap:before {
    content: '';
    display: block;
    padding-top: 62.5%; /* 8:5 */
  }
  .feature7 .thumb-wrap:before {
    content: '';
    display: block;
    padding-top: 40%;
  }
  .photo-movie .swiper-container .thumb,
  .photo-list .swiper-container .thumb,
  .feature7 .swiper-container .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: inherit;
  }
  .photo-movie .swiper-container .thumb .thumb-inner,
  .photo-list .swiper-container .thumb .thumb-inner,
  .feature7 .swiper-container .thumb .thumb-inner {
    overflow: hidden;
    display: block;
    height: 100%;
  }
  .photo-movie .swiper-container .thumb .thumb-inner img,
  .photo-list .swiper-container .thumb .thumb-inner img,
  .feature7 .swiper-container .thumb .thumb-inner img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

#global-footer .copyright {
  padding-bottom: 40px;
}
#adSpace {
  position: relative;
}
#adSpace .fixbtm-banner a {
  position: absolute;
}

.ad-infeed {
  border-top: 1px solid var(--color-gray-light-border);
  padding: var(--space-base);
}

.list-typeB > h2 {
  padding: 8px 16px;
}

/* print hidden */
@media print {
  #fb-send-to-messenger,
  #fb-send-to-messenger iframe,
  iframe#messenger_widget,
  #bottom-share,
  #page-top,
  .fixbtm-banner,
  .fixbtm-banner img {
    display: none;
  }
}

/* youtube 段落302用 */
.wrap_youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.wrap_youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* end */
