@charset "UTF-8";
/*
==================================================
Reset, Base
==================================================
*/
/*
	--------------------------------------------------
	@:Reset Style
	--------------------------------------------------
	*/
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, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select,
input,
button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
}

html {
  overflow-y: scroll;
}

:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em, cite {
  font-style: normal;
}

nav, ol, ul {
  list-style: none;
}

table, th, td {
  border: none;
}

fieldset {
  border: none;
}

fieldset legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  border: 0;
}

hr {
  display: none;
}

input,
button,
textarea {
  border: 0;
}

/*
	--------------------------------------------------
	@:Base Style
	--------------------------------------------------
	*/
body {
  line-height: 1.231;
  color: #000;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}

a:link, a:visited {
  color: #4270ed;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #4270ed;
  text-decoration: underline;
}

/*
==================================================
Layout
==================================================
*/
/*
	--------------------------------------------------
	@:Body, LyWrap
	--------------------------------------------------
	*/
body {
  background: #ececec;
  -webkit-text-size-adjust: 100%;
}

/*
	--------------------------------------------------
	@:Header
	--------------------------------------------------
	*/
.LyHead {
  width: 100%;
  height: 70px;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
}

/*
	--------------------------------------------------
	@:Footer
	--------------------------------------------------
	*/
.LyFoot {
  width: 600px;
  margin: auto;
  padding: 22px 0;
}

.LyEarthQuake .MdWrap01 {
  background: #ffffff;
}

.LyEarthQuake .MdWrap01:not(.MdCMN52DisasterHistory) {
  margin-bottom: 10px;
}

/*
	--------------------------------------------------
	@:Contents
	--------------------------------------------------
	*/
.LyContents {
  width: 600px;
  margin: 0 auto 0;
  padding-top: 71px;
}

.LyIssue .MdCMN21HeaderP02 {
  padding-top: 0px;
  padding-bottom: 25px;
}

.LyIssue .MdCMN02List {
  padding-bottom: 0;
}

.LyChannelTopicRankingDetail .MdCMN02List {
  padding-bottom: 30px;
}

.LyChannelTopicRankingDetail .MdWrap01 {
  position: relative;
}

.LyChannelTopicRankingDetail .MdWrap01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #f3f3f5;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.LyChannelTopicRankingDetail .MdWrap01 + .MdWrap01 {
  margin-top: 0;
}

.LyChannelTopicRankingDetail .MdCMN03Article {
  margin-bottom: 0;
}

.LyChannelTopicRankingDetail .MdCMN03Article .mdCMN03AtclHeading {
  padding-bottom: 14px;
}

.LyChannelTopicRankingDetail .MdCMN03Article .mdCMN03AtclData {
  margin-bottom: 16px;
  color: #a9a9ae;
}

.LyChannelTopicRankingDetail .MdCMN24TopicHero .mdCMN24Lead {
  color: #3c3c3c;
  font-size: 14px;
}

/*
==================================================
Extend
==================================================
*/
.MdGFT01Main::after, .MdCMN01Article .mdCMN01Link::after, .MdCMN03Article .mdCMN03AtclData::after, .MdCMN03Article .mdCMN03Share::after, .MdCMN03Article .mdCMN03Share > ul::after, .MdCMN13Tweet [class^='mdCMN13Images']::after {
  content: "";
  display: block;
  clear: both;
}

.MdGHD01Main .mdGHD01Logo, .MdGHD03Issue .mdGHD03Ttl, .MdCMN01Article .mdCMN01Link .mdCMN01Facebook,
.MdCMN01Article .mdCMN01Link .mdCMN01Twitter, .MdCMN02List .mdCMN02More a, .MdCMN02List .mdCMN02More a::after, .MdCMN13Tweet .mdCMN13Follow a {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -9999px;
}

/*
==================================================
Module
==================================================
*/
/*
==================================================
From sasslai-private/_style-mixin-module.scss
==================================================
*/
.MdCF::after {
  content: "";
  display: block;
  clear: both;
}

.MdHide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  border: 0;
}

.MdNonDisp {
  display: none !important;
}

.MdFontB {
  font-weight: bold !important;
}

.MdFontN {
  font-weight: normal !important;
}

.MdLink01, .MdLink01:link, .MdLink01:visited, .MdLink01:hover, .MdLink01:active, .MdLink01:focus {
  text-decoration: underline !important;
}

.MdLink02, .MdLink02:link, .MdLink02:visited, .MdLink02:hover, .MdLink02:active, .MdLink02:focus {
  text-decoration: none !important;
}

.MdLink03, .MdLink03:link, .MdLink03:visited {
  text-decoration: underline !important;
}

.MdLink03:hover, .MdLink03:active, .MdLink03:focus {
  text-decoration: none !important;
}

.MdLink04, .MdLink04:link, .MdLink04:visited {
  text-decoration: none !important;
}

.MdLink04:hover, .MdLink04:active, .MdLink04:focus {
  text-decoration: underline !important;
}

/*
==================================================
Project-specific helper
==================================================
*/
button.MdBtn01,
a.MdBtn01,
.MdBtn01 {
  display: inline-block;
  background: #4270ED;
  border-radius: 5px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}

button.MdBtn01 .mdBtn,
a.MdBtn01 .mdBtn,
.MdBtn01 .mdBtn {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  padding: 26px 0 26px;
}

button.MdBtn01.ExDisabled,
a.MdBtn01.ExDisabled,
.MdBtn01.ExDisabled {
  background: #dadada;
}

button.MdBtn01:hover, button.MdBtn01:active, button.MdBtn01:focus,
a.MdBtn01:hover,
a.MdBtn01:active,
a.MdBtn01:focus,
.MdBtn01:hover,
.MdBtn01:active,
.MdBtn01:focus {
  color: #fff;
  text-decoration: none;
}

.MdWrap01 {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.MdWrap01 + .MdWrap01 {
  margin-top: 8px;
}

.MdWrap01 + .MdCMN04Article {
  margin-top: 8px;
}

.MdWrap01.mdWrap01Border {
  margin-top: 11px;
  border-top: .5px solid #dfdfdf;
}

.LyChannelAccountList .MdWrap01:last-of-type {
  box-shadow: none;
}

.MdIconNewP02 {
  display: inline-block;
  width: 20px;
  height: 7px;
  background: url("../img/Md/MdIconNewP02/ico_new.png") no-repeat left top;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.MdIconUpdate {
  display: inline-block;
  margin: 0 0 4px 0;
  font-style: normal;
  font-size: 9px;
  line-height: 14px;
  color: #ff0000;
}

/*
--------------------------------------------------
@:GHD Module
--------------------------------------------------
*/
.MdGHD01Main {
  width: 600px;
  margin: 0 auto 0;
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.MdGHD01Main .mdGHD01Ttl {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.MdGHD01Main .mdGHD01Logo,
.MdGHD01Main .mdGHD01Powerdby {
  -ms-flex: none;
  flex: none;
}

.MdGHD01Main .mdGHD01Logo {
  width: 118px;
  height: 17px;
  background: url("../img/Md/MdGHD01Main/logo.png");
  margin-top: 25px;
}

.MdGHD01Main .mdGHD01Logo a {
  display: block;
}

.MdGHD01Main .mdGHD01Ttl {
  height: 32px;
  margin-top: 19px;
  margin-right: 10px;
}

.MdGHD01Main .mdGHD01Ttl img {
  height: 100%;
}

.MdGHD01Main .mdGHD01Ttl.mdGHD01Txt {
  margin-top: 22px;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.MdGHD01Main .mdGHD01Powerdby {
  margin-top: 28px;
  font-size: 12px;
  font-weight: bold;
  color: #b8b8b8;
}

.MdGHD01Main .mdGHD01Powerdby i {
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  margin-right: 5px;
  vertical-align: top;
}

.MdGHD03Issue {
  width: 600px;
  margin: 0 auto 0;
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.MdGHD03Issue .mdGHD03Ttl {
  -ms-flex: none;
  flex: none;
  width: 118px;
  height: 17px;
  background: url("../img/Md/MdGHD01Main/logo.png");
  margin-top: 25px;
}

.MdGHD03Issue .mdGHD03Powerdby {
  display: none;
}

.MdGHD03Issue .mdGHD03Btn {
  display: none;
}

.LyOA .MdGHD03Issue .mdGHD03Ttl {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  text-indent: 0;
  width: auto;
  height: 32px;
  background: none;
  margin-top: 19px;
  margin-right: 10px;
}

.LyOA .MdGHD03Issue .mdGHD03Ttl img {
  height: 100%;
}

.LyOA .MdGHD03Issue .mdGHD03Powerdby {
  display: block;
  -ms-flex: none;
  flex: none;
  margin-top: 28px;
  font-size: 12px;
  font-weight: bold;
  color: #b8b8b8;
}

.LyOA .MdGHD03Issue .mdGHD03Powerdby i {
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  margin-right: 5px;
  vertical-align: top;
}

.LyOA .MdGHD03Issue.mdGHD03RSSPlan .mdGHD03Ttl {
  margin-top: 22px;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyHeadAuthor .MdGHD03Issue .mdGHD03Ttl {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  height: auto;
  width: auto;
  margin-top: 22px;
  margin-right: 10px;
  background: none;
  font-size: 20px;
  font-weight: bold;
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
}

.lyHeadAuthor .MdGHD03Issue .mdGHD03Powerdby {
  display: block;
  -ms-flex: none;
  flex: none;
  margin-top: 28px;
  font-size: 12px;
  font-weight: bold;
  color: #b8b8b8;
}

.lyHeadAuthor .MdGHD03Issue .mdGHD03Powerdby i {
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  margin-right: 5px;
  vertical-align: top;
}

.MdGHD03Issue .mdGHD03IssueNoSave {
  pointer-events: none;
}

@media print {
  .MdGHD03Issue .mdGHD03IssueNoSave {
    display: none;
  }
}

/*
--------------------------------------------------
@:GFT Module
--------------------------------------------------
*/
.MdGFT01Main {
  font-size: 12px;
  font-weight: bold;
  color: #a9a9ae;
}

.MdGFT01Main .mdGFT01Link {
  float: left;
}

.MdGFT01Main .mdGFT01Link a {
  text-decoration: underline;
  color: inherit;
}

.MdGFT01Main .mdGFT01Separater {
  display: inline-block;
  text-indent: -9999px;
  margin: 0 10px;
  width: 1px;
  height: 1.15em;
  background: #c8c8c8;
  vertical-align: top;
}

.MdGFT01Main .mdGFT01Copy {
  font-family: 'helvetica neue' sans-serif;
  float: right;
}

/*
--------------------------------------------------
@:CMN Module
--------------------------------------------------
*/
.MdCMN01Article {
  box-sizing: border-box;
  margin: 0 0 0;
  background: #fff;
}

.MdCMN01Article + .MdCMN01Article {
  margin-top: 20px;
}

.MdCMN01Article .mdCMN01ArticleHeader {
  display: block;
  overflow: hidden;
}

.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainImg {
  width: 100%;
  margin: auto;
  text-align: center;
}

.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainImg span {
  display: block;
  position: relative;
  width: 100%;
}

.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainImg img {
  width: 100%;
  vertical-align: top;
}

.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt {
  margin: 30px 30px 30px;
}

.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01Ttl {
  margin-top: -5px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
}

.MdCMN01Article .mdCMN01Item {
  margin: 0 30px;
  word-wrap: break-word;
}

.MdCMN01Article .mdCMN01Item + .mdCMN01Item {
  margin-top: 38px;
}

.MdCMN01Article .mdCMN01Detail {
  margin-top: -9px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  overflow: hidden;
}

.MdCMN01Article .mdCMN01Referrer {
  margin-top: 8px;
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  text-align: right;
}

.MdCMN01Article .mdCMN01Referrer .mdCMN01Site {
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  text-align: right;
}

.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site {
  display: block;
  font-size: 14px;
  color: #a7a9aa;
}

.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl q,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site q {
  display: inline;
}

.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl q::before, .MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl q::after,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site q::before,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site q::after {
  display: none;
}

.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl q::before,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site q::before {
  content: "ー";
  display: inline-block;
  margin-right: 5px;
}

.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl a,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site a {
  color: inherit;
}

.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl + .mdCMN01Site::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

.ExIe_lt_10 .MdCMN01Article .mdCMN01Referrer {
  display: block;
}

.ExIe_lt_10 .MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl {
  white-space: normal;
  text-align: left;
}

.MdCMN01Article .mdCMN01Link {
  border-top: 1px solid #ebecee;
  margin: 30px 0 0;
  padding: 30px;
  text-align: right;
  font-size: 11px;
  font-weight: normal;
}

.MdCMN01Article .mdCMN01Link ul {
  float: right;
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
}

.MdCMN01Article .mdCMN01Link li {
  -ms-flex: none;
  flex: none;
  margin-left: 20px;
}

.MdCMN01Article .mdCMN01Link iframe {
  display: block;
}

.MdCMN01Article .mdCMN01Link .mdCMN01Facebook,
.MdCMN01Article .mdCMN01Link .mdCMN01Twitter {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-size: 100%;
}

.MdCMN01Article .mdCMN01Link .mdCMN01Facebook {
  background-image: url(../img/common/ico_share_facebook.png);
}

.MdCMN01Article .mdCMN01Link .mdCMN01Twitter {
  background-image: url(../img/common/ico_share_twitter.png);
}

.MdCMN01Article .MdBtn01 {
  margin-top: 23px;
  margin-bottom: 50px;
  width: 100%;
}

.MdCMN01Article .MdBtn01 .mdBtn {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.MdCMN01Article .mdCMN01PRLink {
  margin-top: 27px;
}

.MdCMN01Article .mdCMN01PRLink a {
  font-size: 18px;
  color: #1857bf;
}

.MdCMN01Article .mdCMN01ImgDetail {
  padding: 30px;
  font-size: 14px;
  color: #a7a9aa;
}

.MdCMN01Article .mdCMN01ImgDetail img {
  display: block;
  margin-bottom: 15px;
}

.MdCMN01Article .mdCMN01Inner01 {
  overflow: hidden;
}

.MdCMN02List {
  padding: 0 30px 30px;
}

.MdCMN02List.mdCMN02HasPaddingTop {
  padding-top: 15px;
}

.MdCMN02List .mdCMN02List li + li {
  margin-top: 20px;
}

.MdCMN02List .mdCMN02List a {
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
}

.MdCMN02List .mdCMN02List .mdCMN02Item {
  display: inherit;
}

.MdCMN02List .mdCMN02Thumb {
  -ms-flex: none;
  flex: none;
}

.MdCMN02List .mdCMN02Thumb .mdCMN02ItemInner {
  margin-right: 25px;
  width: 150px;
}

.MdCMN02List .mdCMN02Thumb .MdThumb {
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}

.MdCMN02List .mdCMN02Thumb .MdThumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.14);
}

.MdCMN02List .mdCMN02Thumb .MdThumb::before {
  content: "";
  display: block;
  padding-top: 66.66667%;
  border-radius: 3px;
}

.MdCMN02List .mdCMN02Thumb .MdThumb .mdThumbSrc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: none no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.MdCMN02List .mdCMN02Sumally {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}

.MdCMN02List .mdCMN02Sumally > div {
  vertical-align: middle;
}

.MdCMN02List .mdCMN02Sumally .mdCMN02ItemInner {
  width: 100%;
}

.MdCMN02List .mdCMN02Ttl {
  font-size: 16px;
  line-height: 1.25;
  color: #000;
}

.MdCMN02List .mdCMN02Ttl::before, .MdCMN02List .mdCMN02Ttl::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN02List .mdCMN02Ttl::before {
  padding-bottom: 1px;
  margin-bottom: -3px;
}

.MdCMN02List .mdCMN02Ttl::after {
  padding-top: 1px;
  margin-top: -3px;
}

.MdCMN02List .mdCMN02Ttl .MdIconNewP02 {
  display: none;
  margin-left: 6px;
  vertical-align: top;
  position: relative;
  top: 7px;
}

.MdCMN02List .ExNew .MdIconNewP02 {
  display: inline-block;
}

.MdCMN02List .mdCMN02Data {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.231;
  color: #a9a9ae;
}

.MdCMN02List .mdCMN02Data::before, .MdCMN02List .mdCMN02Data::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN02List .mdCMN02Data::before {
  padding-bottom: 1px;
  margin-bottom: -2px;
}

.MdCMN02List .mdCMN02Data::after {
  padding-top: 1px;
  margin-top: -3px;
}

.MdCMN02List .mdCMN02Data i {
  font-style: normal;
}

.MdCMN02List .mdCMN02Data i + i {
  margin-left: 7px;
}

.MdCMN02List .mdCMN02More {
  margin: 30px -30px -30px;
}

.MdCMN02List .mdCMN02More a {
  display: block;
  position: relative;
  height: 45px;
  cursor: pointer;
}

.MdCMN02List .mdCMN02More a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 14px;
  height: 8px;
  background: url("../img/Md/MdCMN02List/ico_arrow.png") no-repeat left top;
  background-size: 100%;
}

.MdCMN02List .mdCMN02More::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #f2f2f2;
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.MdCMN02List .mdCMN02VideoItem .mdThumbSrc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.MdCMN02List .mdCMN02VideoItem .mdThumbSrc::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  margin-left: -11px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/Md/MdCMN02List/ico_play_180403.png") no-repeat left top;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
}

.MdCMN02List.mdCMN02TopicRanking .mdCMN02Data {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MdCMN02List.mdCMN02TopicRanking .MdThumb .mdThumbSrc {
  background-image: url("../img/no_image/acount_3x2.png");
}

.MdCMN03Article .mdCMN03Contents .MdCMN02List {
  padding: 0;
  margin: 20px 0;
}

.MdCMN03Article {
  box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 30px 0;
  background: #fff;
}

.MdCMN03Article:first-child {
  margin-top: 0;
}

.LyContents doc-content .MdCMN03Article {
  margin-top: 20px;
}

.LyContents doc-content:first-child .MdCMN03Article {
  margin-top: 0;
}

.MdCMN03Article .mdCMN03Head,
.MdCMN03Article .mdCMN03Body {
  padding: 0 30px;
}

.MdCMN03Article .mdCMN03Share {
  margin: 30px 0 -30px;
}

.MdCMN03Article .mdCMN03Lead {
  display: block;
}

.MdCMN03Article .mdCMN03Desc {
  display: block;
}

.MdCMN03Article .mdCMN03Contents {
  display: block;
}

.MdCMN03Article .mdCMN03Lead + .mdCMN03Contents,
.MdCMN03Article .mdCMN03Desc + .mdCMN03Contents {
  display: none;
}

.MdCMN03Article .mdCMN03Lead + .mdCMN03Desc {
  display: none;
}

.LyIssueSummary .MdCMN03Article .mdCMN03Lead,
.LyIssueDetail .MdCMN03Article .mdCMN03Lead {
  display: none;
}

.LyIssueSummary .MdCMN03Article .mdCMN03Contents,
.LyIssueDetail .MdCMN03Article .mdCMN03Contents {
  display: block;
}

.MdCMN03Article .mdCMN03AtclHeading {
  padding-bottom: 15px;
}

.MdCMN03Article .mdCMN03AtclTtl {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
  word-wrap: break-word;
}

.MdCMN03Article .mdCMN03AtclTtl::before, .MdCMN03Article .mdCMN03AtclTtl::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03AtclTtl::before {
  padding-bottom: 1px;
  margin-bottom: -5px;
}

.MdCMN03Article .mdCMN03AtclTtl::after {
  padding-top: 1px;
  margin-top: -6px;
}

.MdCMN03Article .mdCMN03AtclData {
  margin-bottom: 18px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.231;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a9a9ae;
}

.MdCMN03Article .mdCMN03AtclData::before, .MdCMN03Article .mdCMN03AtclData::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03AtclData::before {
  padding-bottom: 1px;
  margin-bottom: -2px;
}

.MdCMN03Article .mdCMN03AtclData::after {
  padding-top: 1px;
  margin-top: -3px;
}

.MdCMN03Article .mdCMN03AtclData a {
  color: inherit;
  text-decoration: inherit;
  word-break: break-all;
}

.MdCMN03Article .mdCMN03AtclDataWrap {
  margin-left: -15px;
  margin-top: -4px;
  line-height: 1.45;
}

.MdCMN03Article .mdCMN03AtclPR,
.MdCMN03Article .mdCMN03AtclDate,
.MdCMN03Article .mdCMN03AtclVideoQuotedBy,
.MdCMN03Article .mdCMN03AtclImgQuotedBy,
.MdCMN03Article .mdCMN03AtclAuthor,
.MdCMN03Article .mdCMN03AtclAuthorName,
.MdCMN03Article .mdCMN03AtclProvider,
.MdCMN03Article .mdCMN03AtclDivider,
.MdCMN03Article .mdCMN03AtclUpdateDate {
  margin-right: 11px;
  display: inline;
  margin-bottom: 12px;
}

.MdCMN03Article .mdCMN03AtclDataSection .mdCMN03AtclDate, .MdCMN03Article .mdCMN03AtclDataSection .mdCMN03AtclDivider {
  margin-right: 6px;
}

.MdCMN03Article .mdCMN03Txt + .mdCMN03StartWithDoubleBr > br:first-child {
  display: none;
}

.MdCMN03Article .mdCMN03AtclPR {
  display: block;
  width: 28px;
  height: 16px;
  background: url("../img/Md/MdCMN03Article/mdCMN03AtclPR_ico_171030.png");
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.MdCMN03Article .mdCMN03AtclDate,
.MdCMN03Article .mdCMN03AtclImgQuotedBy,
.MdCMN03Article .mdCMN03AtclAuthor,
.MdCMN03Article .mdCMN03AtclAuthorName,
.MdCMN03Article .mdCMN03AtclProvider {
  position: relative;
  padding-left: 25px;
}

.MdCMN03Article .mdCMN03AtclDate:before,
.MdCMN03Article .mdCMN03AtclImgQuotedBy:before,
.MdCMN03Article .mdCMN03AtclAuthor:before,
.MdCMN03Article .mdCMN03AtclAuthorName:before,
.MdCMN03Article .mdCMN03AtclProvider:before {
  content: "";
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  width: 22px;
  height: 22px;
  top: -3px;
  left: -2px;
  background-size: 100%;
}

.MdCMN03Article .mdCMN03AtclDate:last-child,
.MdCMN03Article .mdCMN03AtclImgQuotedBy:last-child,
.MdCMN03Article .mdCMN03AtclAuthor:last-child,
.MdCMN03Article .mdCMN03AtclAuthorName:last-child,
.MdCMN03Article .mdCMN03AtclProvider:last-child {
  margin-right: 0;
}

.MdCMN03Article .mdCMN03AtclDate:before {
  background-image: url("../img/Md/MdCMN03Article/mdCMN03AtclDate_ico_211126.svg");
}

.MdCMN03Article .mdCMN03AtclImgQuotedBy:before {
  background-image: url("../img/Md/MdCMN03Article/mdCMN03AtclImgQuotedBy_ico_211126.svg");
}

.MdCMN03Article .mdCMN03AtclProvider:before {
  background-image: url("../img/Md/MdCMN03Article/mdCMN03AtclProvider_ico_211126.svg");
}

.MdCMN03Article .mdCMN03AtclAuthorName:before {
  background-image: url("../img/Md/MdCMN03Article/mdCMN03AtclAuthor_ico.svg");
}

.MdCMN03Article .mdCMN03AtclDivider {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  height: 1em;
}

.MdCMN03Article .mdCMN03AtclDivider:before {
  content: "";
  height: 10px;
  border-left: 1px solid #e8e8e8;
}

.MdCMN03Article .mdCMN03Ttl {
  font-size: 24px;
  line-height: 1.458;
  margin-top: 28px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}

.MdCMN03Article .mdCMN03Ttl::before, .MdCMN03Article .mdCMN03Ttl::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03Ttl::before {
  padding-bottom: 1px;
  margin-bottom: -6px;
}

.MdCMN03Article .mdCMN03Ttl::after {
  padding-top: 1px;
  margin-top: -7px;
}

.MdCMN03Article .mdCMN03Ttl:last-child {
  margin-bottom: 0;
}

.MdCMN03Article * + .mdCMN03Ttl {
  margin-top: 40px;
}

.MdCMN03Article .mdCMN03Ttl02 {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.665;
  color: #000;
  font-weight: bold;
}

.MdCMN03Article .mdCMN03Ttl02::before, .MdCMN03Article .mdCMN03Ttl02::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03Ttl02::before {
  padding-bottom: 1px;
  margin-bottom: -6px;
}

.MdCMN03Article .mdCMN03Ttl02::after {
  padding-top: 1px;
  margin-top: -7px;
}

.MdCMN03Article * + .mdCMN03Ttl02 {
  margin-top: 40px;
}

.MdCMN03Article .mdCMN03Ttl03 {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1.665;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.MdCMN03Article .mdCMN03Ttl03::before, .MdCMN03Article .mdCMN03Ttl03::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03Ttl03::before {
  padding-bottom: 1px;
  margin-bottom: -8px;
}

.MdCMN03Article .mdCMN03Ttl03::after {
  padding-top: 1px;
  margin-top: -9px;
}

.MdCMN03Article .mdCMN03Ttl .mdCMN03TtlWC {
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5;
}

.MdCMN03Article .mdCMN03Ttl .mdCMN03TtlWC > div {
  vertical-align: top;
}

.MdCMN03Article .mdCMN03Ttl .mdCMN03TtlWCFlag {
  -ms-flex: none;
  flex: none;
  margin: 5px 10px 0 0;
  width: 34px;
  height: 22px;
  position: relative;
}

.MdCMN03Article .mdCMN03Ttl .mdCMN03TtlWCFlag img {
  width: 100%;
}

.MdCMN03Article .mdCMN03Ttl .mdCMN03TtlWCFlag + span {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
}

.MdCMN03Article .mdCMN03Txt {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
}

.MdCMN03Article .mdCMN03Txt::before, .MdCMN03Article .mdCMN03Txt::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03Txt::before {
  padding-bottom: 1px;
  margin-bottom: -8px;
}

.MdCMN03Article .mdCMN03Txt::after {
  padding-top: 1px;
  margin-top: -9px;
}

.MdCMN03Article .mdCMN03Txt a {
  color: #4270ed;
}

.MdCMN03Article .mdCMN03Txt a:not([href]) {
  text-decoration: inherit;
  color: inherit;
}

.MdCMN03Article .mdCMN03Txt a.mdCMN03ExternalLink {
  color: #a9a9ae;
}

.MdCMN03Article .mdCMN03Txt a.mdCMN03SearchLink {
  text-decoration: underline;
}

.MdCMN03Article .mdCMN03Txt + .mdCMN03Anker + .mdCMN03Txt {
  margin-top: 12px;
}

.MdCMN03Article .mdCMN03Txt + .mdCMN03Txt {
  margin-top: 0.8em;
}

.MdCMN03Article .mdCMN03DisableSearchLink .mdCMN03Txt a.mdCMN03SearchLink {
  text-decoration: none;
  color: #333;
  cursor: text;
}

.MdCMN03Article .mdCMN03DisableSearchLink .mdCMN03Txt a.mdCMN03SearchLink:active {
  pointer-events: none;
}

.MdCMN03Article .mdCMN03FallbackLink {
  display: inline-block;
  color: #a9a9ae;
  font-size: 18px;
  line-height: 2;
  text-decoration: none;
}

.MdCMN03Article .mdCMN03Obj {
  margin: 40px 0 36px;
  text-align: center;
}

.MdCMN03Article .mdCMN03Obj .mdCMN03ObjImg a {
  display: block;
}

.MdCMN03Article .mdCMN03Obj img {
  vertical-align: top;
  width: 100%;
}

.MdCMN03Article .mdCMN03Obj:last-child {
  margin-bottom: 0;
}

.MdCMN03Article .mdCMN03ObjVideo {
  position: relative;
}

.MdCMN03Article .mdCMN03ObjVideo a {
  display: block;
}

.MdCMN03Article .mdCMN03ObjVideo a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 66px;
  height: 48px;
  background: url("../img/Md/MdCMN03Article/mdCMN03ObjVideo_ico_play.png");
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.MdCMN03Article .mdCMN03ObjVideo.mdCMN03ObjNotFound a::before {
  display: none;
}

.MdCMN03Article .mdCMN03ObjUVP.mdCMN03ObjNotFound a::before {
  display: none;
}

.MdCMN03Article .mdCMN03ObjRef {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  font-style: normal;
  color: #a9a9ae;
  display: block;
  margin-top: 16px;
}

.MdCMN03Article .mdCMN03ObjRef::before, .MdCMN03Article .mdCMN03ObjRef::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03ObjRef::before {
  padding-bottom: 1px;
  margin-bottom: -5px;
}

.MdCMN03Article .mdCMN03ObjRef::after {
  padding-top: 1px;
  margin-top: -6px;
}

.MdCMN03Article .mdCMN03ObjRef a {
  color: inherit;
}

.MdCMN03Article .mdCMN03ObjRef a:link,
.MdCMN03Article .mdCMN03ObjRef a:visited,
.MdCMN03Article .mdCMN03ObjRef a:hover,
.MdCMN03Article .mdCMN03ObjRef a:active {
  text-decoration: none;
}

.MdCMN03Article .mdCMN03Ttl02 + .mdCMN03Obj,
.MdCMN03Article .mdCMN03Ttl + .mdCMN03Obj {
  margin-top: 0;
}

.MdCMN03Article .mdCMN03ObjTiktok,
.MdCMN03Article .mdCMN03ObjYoutube {
  position: relative;
}

.MdCMN03Article .mdCMN03ObjTiktok iframe,
.MdCMN03Article .mdCMN03ObjYoutube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.MdCMN03Article .mdCMN03ObjInstagram {
  overflow: hidden;
}

.MdCMN03Article .mdCMN03ObjInstagram iframe {
  min-width: 286px !important;
}

.MdCMN03Article .mdCMN03ObjInstagram .instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
}

.MdCMN03Article .mdCMN03ObjTwitter .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.MdCMN03Article .mdCMN03ObjTwitter .twitter-tweet.twitter-tweet-error {
  display: none;
}

.MdCMN03Article .mdCMN03Contents .MdCMN13Tweet {
  margin: 36px 0 36px;
}

.MdCMN03Article .mdCMN03Contents .MdCMN13Tweet:last-child {
  margin-bottom: 0;
}

.MdCMN03Article .mdCMN03Contents .MdCMN13Tweet .mdCMN13Entry a {
  color: #1857bf;
}

.MdCMN03Article .mdCMN03Contents .mdCMN03Ttl + .MdCMN13Tweet {
  margin-top: 0;
}

.MdCMN03Article .mdCMN03Cite {
  margin-top: 20px;
  margin-bottom: 36px;
  font-size: 13px;
  line-height: 1.231;
  font-style: normal;
  color: #a9a9ae;
}

.MdCMN03Article .mdCMN03Cite::before, .MdCMN03Article .mdCMN03Cite::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03Cite::before {
  padding-bottom: 1px;
  margin-bottom: -2px;
}

.MdCMN03Article .mdCMN03Cite::after {
  padding-top: 1px;
  margin-top: -3px;
}

.MdCMN03Article .mdCMN03Cite a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.MdCMN03Article .mdCMN03Cite:last-child {
  margin-bottom: 0;
}

.MdCMN03Article .mdCMN03CiteWrap {
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.MdCMN03Article .MdCMN13Tweet + .mdCMN03Cite,
.MdCMN03Article .mdCMN03Obj + .mdCMN03Cite {
  margin-top: -21px;
}

.MdCMN03Article .mdCMN03CiteTxt {
  display: block;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}

.MdCMN03Article .mdCMN03CiteTxt:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 14px;
  margin-top: 6px;
  background: #d3d3d3;
  vertical-align: top;
}

.MdCMN03Article .mdCMN03CiteSite {
  display: block;
  -ms-flex: none;
  flex: none;
}

.MdCMN03Article .mdCMN03CiteTxt + .mdCMN03CiteSite::before {
  content: "/";
  display: inline-block;
  margin: 0 1px 0 2px;
}

.MdCMN03Article .mdCMN03AtclImg {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  margin: -30px -30px 30px;
}

.MdCMN03Article .mdCMN03AtclImg::before {
  content: "";
  display: block;
  padding-top: 75%;
  background: white;
  opacity: 0.5;
}

.MdCMN03Article .mdCMN03AtclImg.mdCMN03AtclImgWide::before {
  padding-top: 56.25%;
}

.MdCMN03Article .mdCMN03AtclImg.mdCMN03AtclImgSquare::before {
  padding-top: 100%;
}

.MdCMN03Article .mdCMN03AtclImg.mdCMN03AtclImgRow::before {
  padding-top: 0;
}

.MdCMN03Article .mdCMN03AtclImg.mdCMN03AtclImgRow img {
  width: 100%;
}

.MdCMN03Article .mdCMN03AtclImg.mdCMN03AtclImgVideo::before {
  padding-top: 0;
}

.MdCMN03Article .mdCMN03AtclImg.mdCMN03AtclImgVideo video {
  width: 100%;
}

.MdCMN03Article .mdCMN03AtclImgSrc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: none no-repeat center center;
  background-size: cover;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}

.MdCMN03Article .mdCMN03AtclImgSrc:before, .MdCMN03Article .mdCMN03AtclImgSrc:after {
  display: block;
  content: '';
  z-index: 1;
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 0;
  opacity: 0.1;
  transform-origin: left top;
  transform: scaleY(0.5);
}

.MdCMN03Article .mdCMN03AtclImgSrc:before {
  top: 0;
}

.MdCMN03Article .mdCMN03AtclImgSrc:after {
  bottom: -1px;
}

.MdCMN03Article .mdCMN03AtclImgVideo {
  overflow: hidden;
}

.MdCMN03Article .mdCMN03AtclImgVideo .mdCMN03AtclImgSrc {
  position: relative;
  background-color: transparent;
  background: #000;
}

.MdCMN03Article .mdCMN03AtclImgVideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.MdCMN03Article .mdCMN03AtclImgVideo .mdCMN03AtclImgYoutube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.MdCMN03Article .mdCMN03AtclImgVideoPlay {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  padding: 7px 22px 7px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.MdCMN03Article .mdCMN03AtclImgVideoPlay:after {
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: 50%;
  right: 11px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.MdCMN03Article .mdCMN03AtclImgCaption {
  margin: -18px 0 24px;
  color: #A9A9AE;
  font-size: 12px;
  line-height: 150%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.MdCMN03Article .mdCMN03Btn {
  margin-top: 30px;
}

.MdCMN03Article .mdCMN03Btn .mdCMN03BtnLabel_sp,
.MdCMN03Article .mdCMN03Btn .mdCMN03BtnLabel_pc {
  display: inline-block;
  margin-top: 12px;
}

.MdCMN03Article .MdBtn01 {
  width: 100%;
}

.MdCMN03Article .mdCMN03Talk {
  padding-left: 50px;
  position: relative;
  margin: 40px 0;
}

.MdCMN03Article .mdCMN03Talk .MdThumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5f7fc;
}

.MdCMN03Article .mdCMN03Talk .MdThumb::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 10;
  box-sizing: border-box;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
}

.MdCMN03Article .mdCMN03Talk .MdThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@media print {
  .MdCMN03Article .mdCMN03Talk .MdThumb img {
    display: none;
  }
}

.MdCMN03Article .mdCMN03TalkName {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
}

.MdCMN03Article .mdCMN03TalkName::before, .MdCMN03Article .mdCMN03TalkName::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03TalkName::before {
  padding-bottom: 1px;
  margin-bottom: -4px;
}

.MdCMN03Article .mdCMN03TalkName::after {
  padding-top: 1px;
  margin-top: -5px;
}

.MdCMN03Article .mdCMN03TalkTxt {
  font-size: 18px;
  line-height: 1.667;
  color: #3c3c3c;
  padding: 12px 0 0;
}

.MdCMN03Article .mdCMN03TalkTxt::before, .MdCMN03Article .mdCMN03TalkTxt::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03TalkTxt::before {
  padding-bottom: 1px;
  margin-bottom: -7px;
}

.MdCMN03Article .mdCMN03TalkTxt::after {
  padding-top: 1px;
  margin-top: -8px;
}

.MdCMN03Article .mdCMN03AdLink {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.231;
}

.MdCMN03Article .mdCMN03AdLink::before, .MdCMN03Article .mdCMN03AdLink::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03AdLink::before {
  padding-bottom: 1px;
  margin-bottom: -3px;
}

.MdCMN03Article .mdCMN03AdLink::after {
  padding-top: 1px;
  margin-top: -4px;
}

.MdCMN03Article .mdCMN03AdLink a {
  color: #4270ed;
  text-decoration: none;
}

.MdCMN03Article .mdCMN03AuthorProfile {
  margin: 20px -30px 0px -30px;
  padding: 16px 30px 0;
  position: relative;
}

.MdCMN03Article .mdCMN03AuthorProfile::before, .MdCMN03Article .mdCMN03AuthorProfile::after {
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  content: "";
  position: absolute;
  left: 0;
  z-index: 100;
  display: block;
  margin: 0 30px;
  width: calc(100% - 60px);
  height: 1px;
  border: 0 solid #e8e9ec;
}

.MdCMN03Article .mdCMN03AuthorProfile::before {
  transform-origin: left top;
  top: 0;
  border-top-width: 1px;
}

.MdCMN03Article .mdCMN03AuthorProfile::after {
  transform-origin: left top;
  bottom: 0;
  border-bottom-width: 1px;
}

.MdCMN03Article .mdCMN03AuthorProfile a.mdCMN03Item {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.MdCMN03Article .mdCMN03AuthorProfile a.mdCMN03Item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  width: 18px;
  height: 18px;
  padding: 15px 0;
  background: url(../img/Md/MdCMN03Article/ico_arrow.svg) no-repeat right;
  background-size: 18px 18px;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03Wrap {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03Wrap > div {
  vertical-align: middle;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03Wrap:last-child {
  padding-bottom: 16px;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03Thumb {
  position: relative;
  -ms-flex: none;
  flex: none;
  margin-right: 16px;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03Thumb .MdThumb {
  border-radius: 50%;
  overflow: hidden;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03Thumb .MdThumb img {
  position: relative;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03Sumally {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 25px;
  min-width: 0;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03AuthorName {
  padding: 0 0 6px 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03Ruby {
  font-size: 12px;
  font-weight: bold;
  color: #a9a9ae;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03Profile {
  line-height: 1.5;
  font-size: 14px;
  padding: 8px 0 12px 0;
}

.MdCMN03Article .mdCMN03AuthorProfile .mdCMN03Profile p {
  display: -webkit-box;
  margin-bottom: 4px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.MdCMN03Article .mdCMN03LinkList li {
  font-size: 16px;
  line-height: 1.3;
}

.MdCMN03Article .mdCMN03LinkList li::before, .MdCMN03Article .mdCMN03LinkList li::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03LinkList li::before {
  padding-bottom: 1px;
  margin-bottom: -3px;
}

.MdCMN03Article .mdCMN03LinkList li::after {
  padding-top: 1px;
  margin-top: -4px;
}

.MdCMN03Article .mdCMN03LinkList a {
  color: #a9a9ae;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}

.MdCMN03Article .mdCMN03LinkList li + li {
  margin-top: 20px;
}

.MdCMN03Article .mdCMN03Share {
  padding: 18px 30px;
  border-top: 1px solid #f0f0f2;
}

.MdCMN03Article .mdCMN03Share > ul {
  float: right;
}

.MdCMN03Article .mdCMN03Share > ul li {
  float: left;
  margin-left: 19px;
}

.MdCMN03Article .mdCMN03Share > ul li a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.MdCMN03Article .mdCMN03Share .mdCMN03ShareLn a {
  width: 28px;
  height: 27px;
  background: url("../img/Md/MdCMN03Article/mdCMN03ShareLn_02_ico.png");
  background-size: contain;
}

.MdCMN03Article .mdCMN03Share .mdCMN03ShareTw a {
  width: 27px;
  height: 27px;
  background: url("../img/Md/MdCMN03Article/mdCMN03ShareTw_02_ico.png");
  background-size: contain;
}

.MdCMN03Article .mdCMN03Share .mdCMN03ShareFb a {
  width: 26px;
  height: 27px;
  background: url("../img/Md/MdCMN03Article/mdCMN03ShareFb_02_ico.png");
  background-size: contain;
}

.MdCMN03Article .mdCMN03Quote {
  padding-left: 60px;
  font-size: 22px;
  line-height: 1.55;
  color: #000;
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', sans-serif;
  background: url("../img/Md/MdCMN03Article/mdCMN03Quote_ico.png") no-repeat 2px 0;
  background-size: 37px 25px;
}

.MdCMN03Article .mdCMN03Quote::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 1px;
  margin-bottom: -7px;
}

.MdCMN03Article .mdCMN03QuoteRef {
  display: block;
  margin-top: 5px;
  padding-left: 60px;
  font-size: 12px;
  line-height: 1.231;
  text-align: left;
  font-style: normal;
  color: #bdbdbd;
}

.MdCMN03Article .mdCMN03QuoteRef::before, .MdCMN03Article .mdCMN03QuoteRef::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03QuoteRef::before {
  padding-bottom: 1px;
  margin-bottom: -2px;
}

.MdCMN03Article .mdCMN03QuoteRef::after {
  padding-top: 1px;
  margin-top: -3px;
}

.MdCMN03Article .mdCMN03Locale {
  margin-top: 18px;
  padding-left: 48px;
  position: relative;
}

.MdCMN03Article .mdCMN03Locale::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 30px;
  height: 39px;
  background: url("../img/Md/MdCMN03Article/mdCMN03Locale_ico.png") no-repeat 0 0;
}

.MdCMN03Article .mdCMN03LocaleTtlInner,
.MdCMN03Article .mdCMN03LocaleDetailInner {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.MdCMN03Article .mdCMN03LocaleTtl {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}

.MdCMN03Article .mdCMN03LocaleTtl::before, .MdCMN03Article .mdCMN03LocaleTtl::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03LocaleTtl::before {
  padding-bottom: 1px;
  margin-bottom: -3px;
}

.MdCMN03Article .mdCMN03LocaleTtl::after {
  padding-top: 1px;
  margin-top: -4px;
}

.MdCMN03Article .mdCMN03LocaleDetail {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3;
  color: #aaa;
}

.MdCMN03Article .mdCMN03LocaleDetail::before, .MdCMN03Article .mdCMN03LocaleDetail::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03LocaleDetail::before {
  padding-bottom: 1px;
  margin-bottom: -2px;
}

.MdCMN03Article .mdCMN03LocaleDetail::after {
  padding-top: 1px;
  margin-top: -3px;
}

.MdCMN03Article .mdCMN03Tab-COVID19 {
  margin: 0 -30px 24px;
  border-bottom: 1px solid #e0e0e0;
}

.MdCMN03Article .mdCMN03Tab-COVID19 .mdCMN03Tab-COVID19_blank {
  width: 12px;
  height: 12px;
  margin-left: 1px;
  margin-top: 1px;
}

.MdCMN03Article .mdCMN03Tab-COVID19 .mdCMN03Tab-COVID19_detail {
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding: 0 15px;
  scrollbar-width: none;
}

.MdCMN03Article .mdCMN03Tab-COVID19 .mdCMN03Tab-COVID19_detail::-webkit-scrollbar {
  display: none;
}

.MdCMN03Article .mdCMN03Tab-COVID19 .mdCMN03Tab-COVID19_detail > li {
  -ms-flex: none;
  flex: none;
  display: inherit;
}

.MdCMN03Article .mdCMN03Tab-COVID19 .mdCMN03Tab-COVID19_detail a {
  display: inherit;
  padding: 0 15px;
  color: #0f0f0f;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.MdCMN03Article .mdCMN03Tab-COVID19 .mdCMN03Tab-COVID19_detail a > span {
  padding: 14px 0;
  border-bottom: 2px solid #101010;
}

.MdCMN03Article .mdCMN03Tab-COVID19 .mdCMN03Tab-COVID19_detail a[href] {
  color: #c8c8c8;
}

.MdCMN03Article .mdCMN03Tab-COVID19 .mdCMN03Tab-COVID19_detail a[href] > span {
  border-color: transparent;
}

.MdCMN03Article .Md03List5 {
  margin: 20px 0;
}

.MdCMN03Article .Md03List5 .MdThumb img {
  pointer-events: none;
}

@media print {
  .MdCMN03Article .Md03List5 .MdThumb img {
    display: none;
  }
}

.MdCMN03Article.mdCMN03ExternalRss .mdCMN03AtclImgSrc {
  background-size: contain;
}

.MdCMN03Article .mdCMN03AtclNoSave,
.MdCMN03Article .mdCMN03ObjNoSave {
  pointer-events: none;
}

@media print {
  .MdCMN03Article .mdCMN03AtclNoSave,
  .MdCMN03Article .mdCMN03ObjNoSave {
    display: none;
  }
}

.MdCMN03Article .mdCMN03SectionLine {
  display: block;
  border: none;
  margin: 40px 0;
  border-bottom: 1px solid #e0e0e0;
  height: 1px;
  box-sizing: border-box;
}

.MdCMN03Article .mdCMN03Quote02 {
  padding-left: 43px;
  background: url("../img/Md/MdCMN03Article/mdCMN03Quote_ico02.png") no-repeat 10px 0;
  background-size: 20px 15px;
}

.MdCMN03Article .mdCMN03Quote02 .mdCMN03Txt {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
  color: #3c3c3c;
}

.MdCMN03Article .mdCMN03Quote02 + .mdCMN03Txt {
  margin-top: 40px;
}

.MdCMN03Article .mdCMN03Quote02 .mdCMN03ObjRef {
  margin-top: 20px;
}

.MdCMN03Article * + .mdCMN03Quote02 {
  margin-top: 40px;
}

.MdCMN03Article .mdCMN03List {
  color: #3c3c3c;
  margin: 27px 0;
}

.MdCMN03Article .mdCMN03List li {
  font-size: 18px;
  line-height: 1.555;
  padding-left: 32px;
  margin: 30px 0 -4.995px 0;
  position: relative;
}

.MdCMN03Article .mdCMN03List li:first-child {
  padding-top: 0;
}

.MdCMN03Article .mdCMN03List li:after {
  content: "-";
  width: 24px;
  text-align: center;
  left: 0;
  top: -4.995px;
  position: absolute;
}

.MdCMN03Article .mdCMN03List li:before {
  content: "";
  padding-bottom: 1px;
  margin-bottom: -4.995px;
  display: block;
  top: 0;
  display: block;
}

.MdCMN03Article .mdCMN03ListNum {
  color: #3c3c3c;
  list-style-type: none;
  counter-reset: item;
  margin: 27px 0;
}

.MdCMN03Article .mdCMN03ListNum li {
  padding-left: 42px;
  font-size: 18px;
  position: relative;
  line-height: 1.555;
  margin: 30px 0 -4.995px 0;
}

.MdCMN03Article .mdCMN03ListNum li:first-child {
  padding-top: 0;
}

.MdCMN03Article .mdCMN03ListNum li:after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -4.995px;
  counter-increment: item;
  content: counter(item) ".";
  width: 30px;
  text-align: center;
}

.MdCMN03Article .mdCMN03ListNum li:before {
  content: "";
  padding-bottom: 1px;
  margin-bottom: -4.995px;
  display: block;
  top: 0;
}

.MdCMN03Article .mdCMN03ProfImg {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto 0 auto;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}

.MdCMN03Article .mdCMN03ProfImg > div {
  vertical-align: middle;
}

.MdCMN03Article .mdCMN03ProfImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print {
  .MdCMN03Article .mdCMN03ProfImg img {
    display: none;
  }
}

.MdCMN03Article .mdCMN03ProfImg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 50%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
}

.MdCMN03Article .mdCMN03TxtMS {
  font-size: 14px;
  line-height: 1.8;
  color: #3c3c3c;
  word-wrap: break-word;
  margin: 20px 0 40px;
}

.MdCMN03Article .mdCMN03TxtMS::before, .MdCMN03Article .mdCMN03TxtMS::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN03Article .mdCMN03TxtMS::before {
  padding-bottom: 1px;
  margin-bottom: -6px;
}

.MdCMN03Article .mdCMN03TxtMS::after {
  padding-top: 1px;
  margin-top: -7px;
}

.MdCMN03Article .mdCMN03ProfImg + .mdCMN03Ttl03 {
  margin-top: 20px;
}

.LyIssueCOVID19 .MdCMN03Article .mdCMN03Txt a.mdCMN03ExternalLink {
  color: #4270ed;
}

.MdCMN03Article .mdCMN03Index {
  margin-top: 40px;
  margin-bottom: 40px;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList {
  color: #3c3c3c;
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 1.438;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList::before, .MdCMN03Article .mdCMN03Index .mdCMN03IndexList::after {
  content: "";
  display: block;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList::before {
  padding-bottom: 1px;
  margin-bottom: -4.504px;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList::after {
  padding-top: 1px;
  margin-top: -4.504px;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList li {
  text-indent: -0.5em;
  padding-left: 1em;
  font-size: 18px;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList li:first-child {
  margin-top: 0;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList li:before {
  content: "・";
  display: inline-block;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList li:after {
  content: "";
  display: block;
  padding-top: 1px;
  margin-top: -10.008px;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList li:last-child:after {
  display: none;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList li a {
  text-decoration: none;
}

.MdCMN03Article .mdCMN03Index .mdCMN03IndexList li + li {
  padding-top: 16px;
}

.MdCMN03Article .mdCMN03Index > hr {
  display: none;
}

.MdCMN03Article .mdCMN03Contents .mdCMN03Index:first-child {
  margin-top: 24px;
}

.MdCMN03Article.mdCMN03Err {
  padding-top: 232px;
  padding-bottom: 158px;
  background: url("../img/Md/MdCMN03Article/mdCMN03Err.svg") no-repeat center 170px #fff;
}

.MdCMN03Article.mdCMN03Err .mdCMN03ErrTtl {
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #111111;
}

.MdCMN03Article.mdCMN03Err .mdCMN03ErrTxt {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  color: #777777;
}

.MdCMN04Banner {
  box-sizing: border-box;
  margin: 20px 0 16px;
  background: #fff;
  position: relative;
  height: 130px;
}

.MdCMN04Banner a {
  position: absolute;
  bottom: 0;
  display: block;
}

.MdCMN05ImageSlider {
  -ms-overflow-style: none;
  position: relative;
  margin: 24px 0;
}

.MdCMN05ImageSlider .mdCMN05Inr01 {
  position: relative;
  overflow: hidden;
}

.MdCMN05ImageSlider .mdCMN05Inr02 {
  overflow-x: scroll;
  overflow-y: hidden;
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
}

.MdCMN05ImageSlider .mdCMN05Inr02::-webkit-scrollbar {
  display: none;
}

.MdCMN05ImageSlider .mdCMN05ImagesWrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: -38px;
}

.MdCMN05ImageSlider .mdCMN05Images {
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 40px;
}

.MdCMN05ImageSlider .mdCMN05Images li {
  -ms-flex: none;
  flex: none;
  width: 100%;
  display: block;
  margin-left: 32px;
}

.MdCMN05ImageSlider .mdCMN05Images li:first-child {
  margin-left: 0;
}

.MdCMN05ImageSlider .mdCMN05Images .mdCMN05Obj {
  width: 100%;
  position: relative;
}

.MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  font-style: normal;
  color: #a9a9ae;
  display: block;
  margin-top: 16px;
}

.MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref::before, .MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref::before {
  padding-bottom: 1px;
  margin-bottom: -5px;
}

.MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref::after {
  padding-top: 1px;
  margin-top: -6px;
}

.MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref a {
  color: inherit;
  text-decoration: none;
}

.MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref a:linK, .MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref a:visited, .MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref a:hover, .MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref a:active {
  text-decoration: none;
}

.MdCMN05ImageSlider .mdCMN05Images .mdCMN05Ref a:not([href]) {
  color: inherit;
}

.MdCMN05ImageSlider .mdCMN05Images .mdCMN05Img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: none no-repeat center center #000;
  background-size: contain;
}

.MdCMN05ImageSlider .mdCMN05Images .mdCMN05Img > div {
  vertical-align: middle;
}

.MdCMN05ImageSlider .mdCMN05Ctrl {
  position: absolute;
  width: 100%;
}

.MdCMN05ImageSlider .mdCMN05Ctrl li {
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 0;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  bottom: 0;
}

.MdCMN05ImageSlider .mdCMN05Ctrl li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  top: 50%;
  box-shadow: 0px 0px 3px 0px rgba(51, 51, 51, 0.7);
}

.MdCMN05ImageSlider .mdCMN05Ctrl li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  top: 50%;
  margin-top: -8px;
  box-shadow: 0px 0px 3px 0px rgba(51, 51, 51, 0.7);
}

.MdCMN05ImageSlider .mdCMN05Ctrl li.mdCMN05Prev {
  top: 0;
  left: 0;
}

.MdCMN05ImageSlider .mdCMN05Ctrl li.mdCMN05Prev::after {
  left: 12px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.MdCMN05ImageSlider .mdCMN05Ctrl li.mdCMN05Prev::before {
  left: 12px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MdCMN05ImageSlider .mdCMN05Ctrl li.mdCMN05Next {
  top: 0;
  right: 0;
}

.MdCMN05ImageSlider .mdCMN05Ctrl li.mdCMN05Next::after {
  right: 12px;
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.MdCMN05ImageSlider .mdCMN05Ctrl li.mdCMN05Next::before {
  right: 12px;
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.MdCMN05ImageSlider .mdCMN05Ctrl li.ExDisabled {
  display: none;
}

.MdCMN05ImageSlider .mdCMN05Nav {
  margin-top: 12px;
  z-index: 2;
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.MdCMN05ImageSlider .mdCMN05Nav > div {
  vertical-align: middle;
}

.MdCMN05ImageSlider .mdCMN05Nav li {
  width: 6px;
  background: #f1f1f1;
  border-radius: 50%;
  height: 6px;
  display: inline-block;
  margin: 0 4px;
}

.MdCMN05ImageSlider .mdCMN05Nav li.active {
  background: #515151;
}

.MdCMN13Tweet {
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 20px 20px;
  margin: 20px 0;
}

.MdCMN13Tweet [class^='mdCMN13Images'] {
  margin: 0 -20px;
}

.MdCMN13Tweet [class^='mdCMN13Images'] li {
  float: left;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: 0 solid #fff;
}

.MdCMN13Tweet [class^='mdCMN13Images'] li:before {
  content: "";
  display: block;
}

.MdCMN13Tweet [class^='mdCMN13Images'] .mdCMN13Src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  background-clip: content-box;
}

.MdCMN13Tweet .mdCMN13ImagesP01 li {
  width: 100%;
  float: none;
}

.MdCMN13Tweet .mdCMN13ImagesP01 li:before {
  padding-top: 0;
}

.MdCMN13Tweet .mdCMN13ImagesP01 .mdCMN13Src {
  background-size: 100%;
  background-position: top left;
}

.MdCMN13Tweet .mdCMN13ImagesP02 li {
  width: 50%;
}

.MdCMN13Tweet .mdCMN13ImagesP02 li:before {
  padding-top: 100%;
}

.MdCMN13Tweet .mdCMN13ImagesP02 li:nth-child(1) {
  border-right-width: 1.5px;
}

.MdCMN13Tweet .mdCMN13ImagesP02 li:nth-child(2) {
  border-left-width: 1.5px;
}

.MdCMN13Tweet .mdCMN13ImagesP03 li {
  width: 50%;
}

.MdCMN13Tweet .mdCMN13ImagesP03 li:before {
  padding-top: 100%;
}

.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(1) {
  border-right-width: 1.5px;
}

.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(2) {
  border-left-width: 1.5px;
}

.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(2):before {
  padding-top: 50%;
}

.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(2) .mdCMN13Src {
  border-bottom: 1.5px solid transparent;
  margin-top: -1.5px;
}

.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(3) {
  border-left-width: 1.5px;
}

.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(3):before {
  padding-top: 50%;
}

.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(3) .mdCMN13Src {
  border-top: 1.5px solid transparent;
  margin-bottom: -1.5px;
}

.MdCMN13Tweet .mdCMN13ImagesP04 li {
  width: 50%;
}

.MdCMN13Tweet .mdCMN13ImagesP04 li:before {
  padding-top: 50%;
}

.MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(1), .MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(3) {
  border-right-width: 1.5px;
}

.MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(2), .MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(4) {
  border-left-width: 1.5px;
}

.MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(1), .MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(2) {
  border-bottom-width: 1.5px;
}

.MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(3), .MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(4) {
  border-top-width: 1.5px;
}

.MdCMN13Tweet .mdCMN13Profile {
  position: relative;
}

.MdCMN13Tweet .mdCMN13Profile a,
.MdCMN13Tweet .mdCMN13Actions {
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.MdCMN13Tweet .mdCMN13Profile a > div,
.MdCMN13Tweet .mdCMN13Actions > div {
  vertical-align: middle;
}

.MdCMN13Tweet .mdCMN13Icon {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.MdCMN13Tweet .mdCMN13User {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.MdCMN13Tweet .mdCMN13Profile a {
  position: relative;
  padding-top: 20px;
  color: inherit;
  text-decoration: none;
}

.MdCMN13Tweet .mdCMN13Icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 16px;
}

.MdCMN13Tweet .mdCMN13Icon img {
  width: 100%;
}

.MdCMN13Tweet .mdCMN13Name {
  font-size: 18px;
  line-height: 1.231;
  font-weight: bold;
  color: #000;
  padding-right: 30px;
  word-wrap: break-word;
}

.MdCMN13Tweet .mdCMN13Name::before, .MdCMN13Tweet .mdCMN13Name::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN13Tweet .mdCMN13Name::before {
  padding-bottom: 1px;
  margin-bottom: -3px;
}

.MdCMN13Tweet .mdCMN13Name::after {
  padding-top: 1px;
  margin-top: -4px;
}

.MdCMN13Tweet .mdCMN13Account {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.231;
  color: #697882;
}

.MdCMN13Tweet .mdCMN13Account::before, .MdCMN13Tweet .mdCMN13Account::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN13Tweet .mdCMN13Account::before {
  padding-bottom: 1px;
  margin-bottom: -2px;
}

.MdCMN13Tweet .mdCMN13Account::after {
  padding-top: 1px;
  margin-top: -3px;
}

.MdCMN13Tweet .mdCMN13Entry {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.MdCMN13Tweet .mdCMN13Entry::before, .MdCMN13Tweet .mdCMN13Entry::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN13Tweet .mdCMN13Entry::before {
  padding-bottom: 1px;
  margin-bottom: -5px;
}

.MdCMN13Tweet .mdCMN13Entry::after {
  padding-top: 1px;
  margin-top: -5px;
}

.MdCMN13Tweet .mdCMN13Entry p {
  white-space: pre-wrap;
}

.MdCMN13Tweet .mdCMN13Actions {
  margin-top: 20px;
}

.MdCMN13Tweet .mdCMN13Dateline {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.231;
  color: #697882;
}

.MdCMN13Tweet .mdCMN13Dateline::before, .MdCMN13Tweet .mdCMN13Dateline::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN13Tweet .mdCMN13Dateline::before {
  padding-bottom: 1px;
  margin-bottom: -2px;
}

.MdCMN13Tweet .mdCMN13Dateline::after {
  padding-top: 1px;
  margin-top: -3px;
}

.MdCMN13Tweet .mdCMN13Dateline a {
  color: inherit;
  text-decoration: none;
}

.MdCMN13Tweet .mdCMN13Follow {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 1;
}

.MdCMN13Tweet .mdCMN13Follow a {
  width: 50px;
  height: 45px;
  padding: 0;
}

.MdCMN13Tweet .mdCMN13Follow a::after {
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  background: url("../img/Md/MdCMN13Tweet/ico_follow.png") no-repeat left top;
  position: absolute;
  top: 20px;
  right: 20px;
}

.MdCMN13Tweet .mdCMN13Reply a,
.MdCMN13Tweet .mdCMN13ReTweet a,
.MdCMN13Tweet .mdCMN13Favorite a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.MdCMN13Tweet .mdCMN13Reply a {
  width: 17px;
  height: 12px;
  background: url("../img/Md/MdCMN13Tweet/ico_reply.png") no-repeat left top;
}

.MdCMN13Tweet .mdCMN13ReTweet a {
  width: 20px;
  height: 12px;
  background: url("../img/Md/MdCMN13Tweet/ico_retweet.png") no-repeat left top;
  margin-left: 18px;
}

.MdCMN13Tweet .mdCMN13Favorite a {
  width: 17px;
  height: 12px;
  background: url("../img/Md/MdCMN13Tweet/ico_favorite.png") no-repeat left top;
  margin-left: 18px;
}

.MdCMN21HeaderP02 {
  padding: 30px 30px 20px;
}

.MdCMN21HeaderP02 .mdCMN21Ttl {
  font-size: 16px;
  line-height: 1.231;
  color: #000;
  font-weight: bold;
}

.MdCMN21HeaderP02 .mdCMN21Ttl::before, .MdCMN21HeaderP02 .mdCMN21Ttl::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN21HeaderP02 .mdCMN21Ttl::before {
  padding-bottom: 1px;
  margin-bottom: -2px;
}

.MdCMN21HeaderP02 .mdCMN21Ttl::after {
  padding-top: 1px;
  margin-top: -3px;
}

.MdCMN21HeaderP02 .mdCMN21Ttl .MdIconNewP02 {
  position: relative;
  top: 2px;
}

.MdCMN21HeaderP02 .mdCMN21Ttl .MdIconUpdate {
  margin: 0 0 0 8px;
  font-weight: normal;
  vertical-align: top;
}

.MdCMN24TopicHero.MdCMN03Article {
  padding-bottom: 21px;
}

.MdCMN24TopicHero.MdCMN03Article .mdCMN03AtclImg::before {
  content: "";
  display: block;
  padding-top: 52%;
}

.MdCMN24TopicHero.MdCMN03Article .mdCMN03AtclImg.mdCMN03AtclImgVideo::before {
  padding-top: 0;
}

.MdCMN24TopicHero.MdCMN03Article .mdCMN03AtclData + .mdCMN24Lead {
  margin-top: -5px;
}

.MdCMN24TopicHero .mdCMN24Lead {
  font-size: 12px;
  line-height: 1.7;
  color: #6d7481;
}

.MdCMN24TopicHero .mdCMN24Lead::before, .MdCMN24TopicHero .mdCMN24Lead::after {
  content: "";
  display: block;
  height: 0;
}

.MdCMN24TopicHero .mdCMN24Lead::before {
  padding-bottom: 1px;
  margin-bottom: -5px;
}

.MdCMN24TopicHero .mdCMN24Lead::after {
  padding-top: 1px;
  margin-top: -6px;
}

.Md31ViewMoreBtn button {
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  background: transparent;
  position: relative;
  padding: 18px 30px 21px;
  font-size: 14px;
  line-height: 1;
  color: var(--Var01Colors-text);
  cursor: pointer;
  border: none;
}

.Md31ViewMoreBtn button > div {
  vertical-align: middle;
}

.Md31ViewMoreBtn button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("../img/Md/Md31ViewMoreBtn/ico_arrow_down_220324.svg") no-repeat left center;
  margin-left: 2px;
  margin-top: -1px;
  background-size: 100%;
}

@media (prefers-color-scheme: dark) {
  .Md31ViewMoreBtn button::after {
    background-image: url("../img/Md/Md31ViewMoreBtn/ico_arrow_down_220324_dark.svg");
  }
}

.Md31ViewMoreBtn button:focus, .Md31ViewMoreBtn button:active {
  outline: 0;
}

.Md31ViewMoreBtn button.md31Skeleton {
  padding: 12px 0;
  margin: 18px auto;
  width: 35%;
}

.Md31ViewMoreBtn button.md31Skeleton::before {
  display: none;
}

.Md31ViewMoreBtn img {
  margin-right: 6px;
}

.Md31ViewMoreBtn .md31Skeleton {
  text-indent: -9999px;
  background: var(--Var01Colors-skeleton);
}

body {
  background: #ececec;
}

.MdCMN48DisasterMap figcaption {
  padding: 18px;
}

.MdCMN48DisasterMap .mdCMN48Dl .mdCMN48Ttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  cursor: pointer;
}

.MdCMN48DisasterMap .mdCMN48Dl .mdCMN48Ttl::after {
  content: '';
  float: right;
  margin: 4px 0 0 0;
  width: 10px;
  height: 6px;
  background: url("../img/Md/MdCMN48DisasterMap/ico_arrow.png") no-repeat left top;
  background-size: 10px 6px;
}

.MdCMN48DisasterMap .mdCMN48Dl .mdCMN48List {
  height: 0px;
  overflow: hidden;
}

.MdCMN48DisasterMap .mdCMN48Dl .mdCMN48List li {
  float: left;
  width: 25%;
  margin: 9px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.MdCMN48DisasterMap .mdCMN48Dl .mdCMN48List span {
  float: left;
  margin: 0 5px 0 0;
  text-indent: -9999px;
}

.MdCMN48DisasterMap .mdCMN48Dl .mdCMN48List .mdCMN48IcoEpicenter {
  height: 16px;
  width: 16px;
  background: url("../img/Md/MdCMN48DisasterMap/ico_epicenter.png") no-repeat left top;
  background-size: 16px 16px;
}

.MdCMN48DisasterMap .mdCMN48Dl.ExSelected .mdCMN48List {
  padding: 6px 0 0 0;
  height: 78px;
}

.MdCMN48DisasterMap .mdCMN48Dl.ExSelected .mdCMN48Ttl::after {
  content: '';
  background: url("../img/Md/MdCMN48DisasterMap/ico_arrow.png") no-repeat left top;
  background-size: 10px 6px;
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.MdCMN49DisasterInfo {
  padding: 21px 18px 16px 18px;
}

.MdCMN49DisasterInfo .mdCMN49Ttl {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #ff0000;
  text-align: center;
}

.MdCMN49DisasterInfo .mdCMN49Txt {
  font-size: 13px;
  line-height: 1.615;
  color: #464646;
}

.MdCMN50DisasterDetails {
  padding: 20px 18px 21px 18px;
}

.MdCMN50DisasterDetails .mdCMN50Note {
  margin: 0 0 17px 0;
  font-size: 13px;
}

.MdCMN50DisasterDetails .mdCMN50List dt {
  float: left;
  clear: both;
  width: 85px;
  font-size: 13px;
  font-weight: bold;
}

.MdCMN50DisasterDetails .mdCMN50List dd {
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #464646;
}

.MdCMN50DisasterDetails .mdCMN50Footer {
  position: relative;
  padding: 4px 0 0 0;
  height: 19px;
}

.MdCMN50DisasterDetails .mdCMN50Footer .mdCMN50FooterTxt {
  position: absolute;
  left: 0;
  bottom: -1px;
  font-size: 10px;
  color: #a9a9a9;
  line-height: 10px;
}

.MdCMN50DisasterDetails .mdCMN50Footer .mdCMN50Buttons {
  float: right;
  overflow: hidden;
}

.MdCMN50DisasterDetails .mdCMN50Footer .mdCMN50Buttons li {
  float: left;
  width: 19px;
  height: 19px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  text-indent: -9999px;
}

.MdCMN50DisasterDetails .mdCMN50Footer .mdCMN50Buttons .mdCMN50ReloadBtn {
  background-image: url("../img/Md/MdCMN50DisasterDetails/ico_reload.png");
  cursor: pointer;
}

.MdCMN50DisasterDetails .mdCMN50Footer .mdCMN50Buttons .mdCMN50ShareBtn {
  margin: 0 0 0 23px;
  background-image: url("../img/Md/MdCMN50DisasterDetails/ico_share.png");
}

.MdCMN51DisasterRange {
  padding: 5px 0 4px 18px;
}

.MdCMN51DisasterRange .mdCMN51List li {
  position: relative;
  padding: 15px 0 0 0;
  overflow: hidden;
}

.MdCMN51DisasterRange .mdCMN51List li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #f0f1f5;
}

.MdCMN51DisasterRange .mdCMN51List li:last-child::after {
  display: none;
}

.MdCMN51DisasterRange .mdCMN51Ttl {
  float: left;
  clear: both;
  width: 85px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

.MdCMN51DisasterRange .mdCMN51Ttl.mdCMN51Ttl01 {
  color: #0faa41;
}

.MdCMN51DisasterRange .mdCMN51Ttl.mdCMN51Ttl02 {
  color: #05a5e1;
}

.MdCMN51DisasterRange .mdCMN51Ttl.mdCMN51Ttl03 {
  color: #004bcd;
}

.MdCMN51DisasterRange .mdCMN51Ttl.mdCMN51Ttl04 {
  color: #f5b419;
}

.MdCMN51DisasterRange .mdCMN51Ttl.mdCMN51Ttl05, .MdCMN51DisasterRange .mdCMN51Ttl.mdCMN51Ttl06 {
  color: #de5c24;
}

.MdCMN51DisasterRange .mdCMN51Ttl.mdCMN51Ttl07, .MdCMN51DisasterRange .mdCMN51Ttl.mdCMN51Ttl08 {
  color: #a70000;
}

.MdCMN51DisasterRange .mdCMN51Ttl.mdCMN51Ttl09 {
  color: #7d003c;
}

.MdCMN51DisasterRange .mdCMN51Dl {
  height: 100%;
  padding: 0 0 0 85px;
}

.MdCMN51DisasterRange .mdCMN51Dl dt {
  margin: 15px 0 6px 0;
  font-size: 13px;
  font-weight: bold;
}

.MdCMN51DisasterRange .mdCMN51Dl dt:first-child {
  margin: 0 0 6px 0;
}

.MdCMN51DisasterRange .mdCMN51Dl dd {
  padding: 0 0 9px 0;
  font-size: 12px;
  color: #464646;
}

.MdCMN51DisasterRange .mdCMN51Dl dd span {
  display: inline-block;
  margin: 0 15px 6px 0;
}

.MdCMN51DisasterRange .mdCMN51Dl dd.mdCMN51ReadMore {
  display: none;
}

.MdCMN51DisasterRange .mdCMN51Dl.ExClose .mdCMN51Collapse {
  margin: 0 0 6px -17px;
}

.MdCMN51DisasterRange .mdCMN51Dl.ExClose .mdCMN51ReadMore {
  padding: 0;
  margin: 0 0 6px 3px;
  background: #ffffff;
  font-size: 12px;
  color: #a9a9a9;
  cursor: pointer;
}

.MdCMN52DisasterHistory {
  padding: 19px 0 0 18px;
}

.MdCMN52DisasterHistory .mdCMN52Ttl {
  margin: 0 0 17px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.MdCMN52DisasterHistory .mdCMN52List li {
  position: relative;
}

.MdCMN52DisasterHistory .mdCMN52List li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #f0f1f5;
}

.MdCMN52DisasterHistory .mdCMN52List li a {
  display: block;
  padding: 14px 0 10px 0;
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
}

.MdCMN52DisasterHistory .mdCMN52List li.mdCMN52ReadMore {
  padding: 11px 0;
  font-size: 14px;
  color: #a9a9a9;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Txt {
  float: left;
  font-size: 14px;
  line-height: 16px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Intensity00 {
  display: inline-block;
  width: 63px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url("../img/Md/MdCMN52DisasterHistory/ico_history_magnitude_00.png") no-repeat left top;
  background-size: 63px 16px;
  text-indent: -9999px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Intensity01 {
  display: inline-block;
  width: 63px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url("../img/Md/MdCMN52DisasterHistory/ico_history_magnitude_01.png") no-repeat left top;
  background-size: 63px 16px;
  text-indent: -9999px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Intensity02 {
  display: inline-block;
  width: 63px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url("../img/Md/MdCMN52DisasterHistory/ico_history_magnitude_02.png") no-repeat left top;
  background-size: 63px 16px;
  text-indent: -9999px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Intensity03 {
  display: inline-block;
  width: 63px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url("../img/Md/MdCMN52DisasterHistory/ico_history_magnitude_03.png") no-repeat left top;
  background-size: 63px 16px;
  text-indent: -9999px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Intensity04 {
  display: inline-block;
  width: 63px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url("../img/Md/MdCMN52DisasterHistory/ico_history_magnitude_04.png") no-repeat left top;
  background-size: 63px 16px;
  text-indent: -9999px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Intensity05 {
  display: inline-block;
  width: 63px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url("../img/Md/MdCMN52DisasterHistory/ico_history_magnitude_05.png") no-repeat left top;
  background-size: 63px 16px;
  text-indent: -9999px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Intensity06 {
  display: inline-block;
  width: 63px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url("../img/Md/MdCMN52DisasterHistory/ico_history_magnitude_06.png") no-repeat left top;
  background-size: 63px 16px;
  text-indent: -9999px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Intensity07 {
  display: inline-block;
  width: 63px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url("../img/Md/MdCMN52DisasterHistory/ico_history_magnitude_07.png") no-repeat left top;
  background-size: 63px 16px;
  text-indent: -9999px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Intensity08 {
  display: inline-block;
  width: 63px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url("../img/Md/MdCMN52DisasterHistory/ico_history_magnitude_08.png") no-repeat left top;
  background-size: 63px 16px;
  text-indent: -9999px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Intensity09 {
  display: inline-block;
  width: 63px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url("../img/Md/MdCMN52DisasterHistory/ico_history_magnitude_09.png") no-repeat left top;
  background-size: 63px 16px;
  text-indent: -9999px;
}

.MdCMN52DisasterHistory .mdCMN52List .mdCMN52Date {
  display: block;
  margin: 3px 0 0 0;
  font-size: 11px;
  line-height: 1;
  color: #a9a9a9;
}

.mdCMN53Ico01 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/Md/MdCMN48DisasterMap/20210720/ico_magnitude_01.png") no-repeat left top;
  background-size: 16px 16px;
  text-indent: -9999px;
}

.mdCMN53Ico02 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/Md/MdCMN48DisasterMap/20210720/ico_magnitude_02.png") no-repeat left top;
  background-size: 16px 16px;
  text-indent: -9999px;
}

.mdCMN53Ico03 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/Md/MdCMN48DisasterMap/20210720/ico_magnitude_03.png") no-repeat left top;
  background-size: 16px 16px;
  text-indent: -9999px;
}

.mdCMN53Ico04 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/Md/MdCMN48DisasterMap/20210720/ico_magnitude_04.png") no-repeat left top;
  background-size: 16px 16px;
  text-indent: -9999px;
}

.mdCMN53Ico05 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/Md/MdCMN48DisasterMap/20210720/ico_magnitude_05.png") no-repeat left top;
  background-size: 16px 16px;
  text-indent: -9999px;
}

.mdCMN53Ico06 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/Md/MdCMN48DisasterMap/20210720/ico_magnitude_06.png") no-repeat left top;
  background-size: 16px 16px;
  text-indent: -9999px;
}

.mdCMN53Ico07 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/Md/MdCMN48DisasterMap/20210720/ico_magnitude_07.png") no-repeat left top;
  background-size: 16px 16px;
  text-indent: -9999px;
}

.mdCMN53Ico08 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/Md/MdCMN48DisasterMap/20210720/ico_magnitude_08.png") no-repeat left top;
  background-size: 16px 16px;
  text-indent: -9999px;
}

.mdCMN53Ico09 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/Md/MdCMN48DisasterMap/20210720/ico_magnitude_09.png") no-repeat left top;
  background-size: 16px 16px;
  text-indent: -9999px;
}

.MdPC01CommonLP .mdPC01Hero img {
  width: 100%;
}

.MdPC01CommonLP .mdPC01Ttl {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.MdPC01CommonLP .mdPC01Txt {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.MdPC01CommonLP .mdPC01Notes {
  font-size: 14px;
  color: #909090;
}

.MdPC01CommonLP .mdPC01Body {
  margin-top: 25px;
}

.MdPC01CommonLP .mdPC01Induction {
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
}

.MdPC01CommonLP .mdPC01Induction .mdPC01QR {
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
}

.MdPC01CommonLP .mdPC01Induction .mdPC01Detail {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.MdPC01CommonLP .mdPC01Induction .mdPC01Txt {
  margin-top: -4px;
}

.MdPC01CommonLP .mdPC01Induction .mdPC01Notes {
  margin-top: 10px;
}

.Md03List5 a {
  color: inherit;
}

.Md03List5 a:link, .Md03List5 a:visited, .Md03List5 a:hover, .Md03List5 a:active, .Md03List5 a:focus {
  text-decoration: none;
}

.Md03List5 a {
  display: table\0/;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.Md03List5 a > div {
  vertical-align: middle;
}

.Md03List5 > ul li + li {
  padding-top: 12px;
}

.Md03List5 .md03Thumb {
  -ms-flex: none;
  flex: none;
  margin-right: 13px;
}

.Md03List5 .md03Thumb .MdThumb {
  width: 110px;
  border-radius: 3px;
  overflow: hidden;
}

.Md03List5 .md03Thumb .MdThumb::before {
  border-radius: 6px;
}

.Md03List5 .md03Sumally {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.Md03List5 .md03Ttl {
  font-size: 15px;
  line-height: 1.43;
  color: #000;
}

.Md03List5 .md03Desc {
  font-size: 10px;
  line-height: 1.5;
  color: #a9a9ae;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Md03List5 .md03Desc .MdIco1_pay,
.Md03List5 .md03Desc .MdIco1_pr,
.Md03List5 .md03Desc .MdIco1_followerOnly {
  margin-top: 1px;
  margin-right: 6px;
}

.Md03List5 .md03Ttl + .md03Desc {
  margin-top: 1px;
}

.Md03List5 .md03Play {
  display: none;
}

.Md03List5 .MdIco1_new {
  display: none;
  margin-top: 3px;
}

.Md03List5 > .md03Ad {
  margin-bottom: -12px;
}

.Md03List5 > .md03Ad:empty,
.Md03List5 > .md03Ad > div:empty {
  padding-top: 12px;
}

@media (orientation: landscape) {
  .Md03List5 > .md03Ad {
    margin-bottom: 0;
  }
}

.Md03List5.md03Ad > ul > li {
  margin-bottom: -12px;
}

.Md03List5.md03Ad > ul > li:empty,
.Md03List5.md03Ad > ul > li > div:empty {
  padding-top: 12px;
}

@media (orientation: landscape) {
  .Md03List5.md03Ad > ul > li {
    margin-bottom: 0;
  }
}

.Md03List5 > ul > li.md03Ad {
  padding-top: 0;
}

.Md03List5 > ul > li.md03Ad > * {
  margin-top: 12px;
  margin-bottom: -8px;
}

.Md03List5 .ExNew .md03TtlInr::after {
  content: "";
  display: inline-block;
  width: 6px;
}

.Md03List5 .ExNew .MdIco1_new {
  display: inline-block;
}

.Md06Banner3 + .Md03List5 {
  padding-top: 11px;
}

.Md01Box1 .Md03List5 a {
  padding-left: 30px;
  padding-right: 30px;
}

.Md01Box1 .Md03List5:first-child {
  padding-top: 18px;
}

.Md01Box1 .Md03List5:last-child ul:last-child {
  padding-bottom: 18px;
}

.Md03List5 + .Md03List5:not(.md03Ad),
.Md03List5 + div:empty + .Md03List5,
.Md03List5 + div[data-ad-element-inventory-key][style="display: none;"] + .Md03List5 {
  padding-top: 12px;
}

.Md03List5 > div > div[data-ad-element-inventory-key]:first-child > div[data-ad-element-visual-format="INFEED-ICON_VIEW_MIXED"] {
  margin-top: -16px;
}

.LyMediaTop .Md03List5 .md03Ttl {
  max-height: 2.86em;
  overflow: hidden;
}

.LyTab15 .Md03List5 > .md03Ad {
  margin-bottom: 0;
}

.LyTab15 .Md03List5 > .md03Ad:empty,
.LyTab15 .Md03List5 > .md03Ad > div:empty {
  padding-top: 0;
}

@media (orientation: landscape) {
  .Md03List5 a {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .Md03List5 a > div {
    vertical-align: top;
  }
  .Md03List5 .md03Thumb {
    width: 1px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 39px;
  }
  .Md03List5 .md03Thumb .MdThumb {
    width: 100%;
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .Md03List5 .md03Sumally {
    width: 1px;
    -ms-flex: 3 3 auto;
    flex: 3 3 auto;
  }
  .Md03List5 .md03Sumally .md03Ttl {
    margin-left: -26px;
  }
  .Md03List5 .md03Sumally .md03Desc {
    margin-left: -26px;
  }
}

.LyIssueSummary .Md06Banner3 + .Md03List5,
.LyIssueDetail .Md06Banner3 + .Md03List5 {
  padding-top: 7px;
}

.LyIssueSummary .Md06Banner3.md06Ad + .Md03List5,
.LyIssueDetail .Md06Banner3.md06Ad + .Md03List5 {
  padding-top: 12px;
}

.LyExtendTab .MdThumb {
  position: relative;
}

.LyExtendTab .MdThumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 200%;
  height: 200%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  pointer-events: none;
  box-sizing: border-box;
}

.LyExtendTab .MdThumb .mdThumbSrc {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 66.6667%;
  background: url("../img/common/thumb_no_img.png?20200701") no-repeat center center;
  background-size: 100%;
}

.LyExtendTab .MdThumb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.LyExtendTab .MdThumb img[src=""] {
  display: none;
}

.LyExtendTab .MdThumb .mdThumbSrc > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.LyExtendTab .MdThumb .mdThumbSrc .__video video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: auto;
  z-index: 1;
}

.LyExtendTab .MdThumb .mdThumbSrc .__video_toolbar {
  position: absolute;
  bottom: 0;
  z-index: 20;
}

.LyExtendTab .MdThumb .mdThumbSrc .__video_overlay {
  z-index: 10;
}

.LyExtendTab .MdThumb .mdThumbSrc .__video .__video_screen::before {
  z-index: 30;
}

.LyExtendTab .MdThumb.ExNoImg img {
  display: none;
}

.LyExtendTab .MdThumb.ExNoImg .mdThumbSrc {
  background: #fafafa;
}

.LyExtendTab .MdThumb.ExNoImg .mdThumbSrc::after {
  content: "";
  display: block;
  background: url("../img/Md/MdThumb/no_img.png");
  background-size: 100%;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.LyExtendTab .MdThumb.ExNonCrop img {
  position: absolute;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
  height: auto;
}

.LyExtendTab .MdThumb.ExNonCrop_portrait img {
  position: absolute;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  margin: auto;
  width: auto;
  height: 100%;
}

.LyExtendTab .Md03List5 .md03VideoItem .MdThumb::after,
.LyExtendTab .Md03List6 .md03VideoItem .MdThumb::after {
  content: "";
  display: block;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -11px;
  width: 22px;
  height: 22px;
  background: url("../img/Md/MdThumb/play_s_180403.png") no-repeat 0 0;
  background-size: 100%;
}

.LyExtendTab .Md03List5 .md03VideoItem .MdThumb .mdThumbSrc::after,
.LyExtendTab .Md03List6 .md03VideoItem .MdThumb .mdThumbSrc::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

@media (orientation: landscape) {
  .LyExtendTab .Md03List5 .md03VideoItem .MdThumb::after {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background: url("../img/Md/MdThumb/play_m_180403.png") no-repeat 0 0;
    background-size: 100%;
  }
}

.LyExtendTab .Md03List2 .md03VideoItem .MdThumb::after,
.LyExtendTab .Md03List3 .md03VideoItem .MdThumb::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  background: url("../img/Md/MdThumb/play_m_180403.png") no-repeat 0 0;
  background-size: 100%;
  z-index: 20;
}

.LyExtendTab .Md03List2 .md03VideoItem .MdThumb .mdThumbSrc::after,
.LyExtendTab .Md03List3 .md03VideoItem .MdThumb .mdThumbSrc::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.LyExtendTab .Md06Banner3 .md06Thumb .MdThumb .mdThumbSrc {
  padding-top: 56.26%;
}

.LyExtendTab .Md06Banner3.md06VideoItem .MdThumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 47px;
  height: 47px;
  margin-top: -23.5px;
  margin-left: -23.5px;
  background: url("../img/Md/MdThumb/play_l_180403.png") no-repeat 0 0;
  background-size: 100%;
  z-index: 30;
}

.LyExtendTab .Md06Banner3.md06VideoItem .MdThumb .mdThumbSrc::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.LyExtendTab .Md06Banner3.md06VideoItem .MdThumb.md06VideoErr::after,
.LyExtendTab .Md06Banner3.md06VideoItem .MdThumb.md06VideoErr .mdThumbSrc::after {
  display: none;
}

/*
==================================================
Contents Specific Style
==================================================
*/
.MdCMN03Article .__video video {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.MdCMN03Article .__ui_error_message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #000;
}

.MdCMN03Article .__ui_error_message::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.MdCMN03Article .__ui_error_message span {
  margin-top: -1em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1.4;
  color: #eeeeee;
  font-size: 15px;
  text-align: center;
  z-index: 1;
}

.MdCMN03Article .__video .__ui_volume_button {
  line-height: 1 !important;
}

.MdCMN03Article .__video_overlay .__ui_resolution_list {
  line-height: 36px;
}

@media (max-width: 360px) {
  .MdCMN03Article .__video_overlay .__video_overlay .__ui_resolution_toggle_button {
    padding: 10px;
  }
  .MdCMN03Article .__video_overlay .__video_overlay .__ui_resolution_list {
    top: 28px;
    line-height: 30px;
  }
}

.MdCMN03Article .__video_toolbar .__ui_current_time {
  color: #ffffff;
}

.MdCMN03Article .__video_toolbar .__ui_seekbar_progress {
  background-color: #ffffff;
}

.MdCMN03Article .__video_overlay .__ui_resolution_list li {
  opacity: 0.5;
}

.MdCMN03Article .__video_overlay .__ui_resolution_list li.__ui_resolution_selected {
  opacity: 1;
  color: #ffffff;
}

.MdCMN03Article .__video_emptied .__video_overlay .__ui_resolution_list {
  display: none;
}

.MdCMN03Article .__video_emptied .__video_overlay .__ui_resolution_play_button {
  color: transparent;
}

.MdCMN03Article .__video_emptied .__video_overlay .__ui_resolution_play_button::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAACBFBMVEX///8HAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQIHAQJhXl6wrq/R0NDi4eHs6+vz8/P4+Pj9/f3///8HAQLGxMTm5eX29vb6+voHAQJnZGTNzMzw8PD////8/Pzq6urT0tK4t7eamZl0cnNLSUoYFRYDAAEDAAEHAQIHAQLq6en+/v79/f3m5ua8u7t9e3wSDxADAAECAAECAAECAAECAAECAAABAAABAAAWEBHDwcHz8/P+/v7j4+OpqKgyMDEBAAABAAABAAABAAAAAAAAAAAAAAC+vL329vb4+PjFxMRTUVIDAAECAAEBAACYlZbv7+/09PS0s7MiHyACAAE6NTbc29v+/v76+vq6ubkZFhcCAACbmJnU09M8OjvOzc3+/v7y8vKHhobn5ubW1dUrKClmY2Pw8PD8/PyrqqoCAAF5dnb39/f19fV3dXaKh4j4+Pjv7+8CAAHr6+sCAAEyMDG9u7wcGRqamZnp6enOzc0wLi/w8PDy8vL09PSenJwDAAEBAAD9/f3z8/Pg399UUlPm5ub7+/u4t7cSDxDm5eW9vLzs7Ox7eXoDAAH29vbPzs4vLS4HAQJfW1vR0ND9/f1+fH36+vqioaHV1NT19fV3dXbr6+tiYGHNzMydnJytuDKnAAAArHRSTlMAAgMFBggJCgsBBAcOERUYGx4gISITGTRfiajD2uv6/xx0sOH1EjaCzv342LeZgGdXSENCDBS6+/vSnm5GPzs5NTQyMC8hdNj+zo1QLiwqKSgnJm7e8qhbPjcrTczslko6J5z89JxHMU+5U4X65na0u0w00fqNMz3i7mtE6OE42jZPbUh21a5NzeTuhkAt/OvMXdP4n0Wvn99wPeC1Tw0ziPlt9n2w7WLZVaV8WcaZ9gAABaBJREFUeAHMjUNiBVEQADO27W97bLy5/5XiZB+nNu2uu38FBCMohhPkMwSOoQgMfed/CqIZguV4QZRkRVFVRZElUeA5lmBoiPoeA4Kzmi4ZpmU7rucHj/ie69iWaUi6xuLIlz0QjbH8xJjO5sEbi8V7Op9NjQnPYjT0FQVCLsXVerN9fLjbH46n8+V6C8Pb9XI+HQ/73WN7u1mvxCWJfFYDoVEsmUkaBFlelFXdtF0/ADCOAAx91zZ1VRZ5FgRpYkpxhH5GQyHkA6tloaQ4GkXhwqoaJoxb6VnLzAuQ6bIu3ONYCO4Q3KHd+7HXd3HnvMBX536/XMrpcgMer89/ZrbaaYbleEH8OwLPsQxtt5rP/D6vB3C7nNSJRr8rQq0j3wWCQCgckaI2WuYEcSECJ9O2qBQJh4Bg4B2pU+t3mxTxORYHEslU2kqz/BLCf5VY2ppOJRNAPPaZ2GVmat2nTDaHfKFoLjHLOsz2YUrmYiGPXDbzSafedlQG05tyEKgo6ZI8XWJ1HbmUVipAsPzGZNBvZ5z4qVpDvSFZmQliE4axSo06atWfCI1+Gx3GTBNotaOOJYNaMzRHtN0CmhnjZjGqV2Sni15fGsi8uFN4eSD1e+h2yFeqTQxqOML4PD2psUuZ9PkYoyH1J2U94+ISV5FrmhP3CEdfR65webGWoteSw0vcKLcML+4VnrlVbnA5JLX61efK2Bnh5s6yXsd6MZa7G4w6xpVnzEBkurhSLLIg7h1BtihX6GYIw4p7bvqpiXHkdj/GhHIbGaP5k0m9VLruTRW98+uJj329XJ/3UH2jUy2T/qlcQz9NH8j4k0Kn+6iVPy2RryYyQbQkByceHM4htRDMEOqFIrrPWdTbgyMw/qQM2nVkP+vmq2jIWA6N6ET6YfKjDeRipGbO+sm7OCqSgxePEt4hVRB/dzLrXkvdI69YOfFI4axKHveUdqaIyRlEIc0Ix4IITLqAoNM0XUVDuZB4KPHi0cKXHhJwUZoZI24kzRPrx3BvTsI9bcVAfkUoNSlynCqpEL6ShskdefsD4fVGeO6v1W43K2H8ePv/XVER3049ESu3jsHYorclmd/pgEU8p98I1X/aX3+HV6KFtXf48en5xbzLpyzQkhff/2CtLnAbh6IoDA+GGYdPIg7D8EzNLrcmYSLKUioqMzPDNluDOHADC7A+6dz/yaG3zlquzDJmGkq3L+ZbK8Dq2rqwQWeUxgyWMy6vs1Y6tzkrdp1ijtkCgO2dlqRQN9PE2T+5tLOXL5nFLtN1LUNetxDs7R8szKk6cS9mF9mk3Zc/dYgjrmlQEOD45FQkBtDkjnCY8luIO3qG/4JKRDB1fkEMQBX+4yzqtk5yeYX8mKRTEXoAujSWx9WleZQ3wQ8oMHMGGaEHMMcU8CH4xnol1yiy83SEHsA8W8S19VLehT+hxCl0hB6AwpXwKWz+VN5HPqPMq3SEHoDKl/E58v4FcUW/oCJodIQegCZU8CXqMguOfUVV1OkIPQBdrOJrzGzYE79BTTIGQswA+I3OilTDTdxjIUB9UAQ4vm10VqQ6YCMJ3H2XB0YwdS+qHT/7fofEKBA8CARkuLnw+CQR5hri8OZrWRKaevfDD5nwM+llbAMgDASx0ZAQJSJJF7EAG7AGawAsSekSn5ggTd5nf9w9Xzg+Rk8wjjHGimcxWPGADKECID3qYzyCej9aMegZrXx+vbMwv7FIePtCJFIl8h6JEnm5C4UIuZOayiNe7dBULdxzP0JJRbh1OqzDmek26eAjqGzX/fQgHIggn3NtmfYxSSByLgjTVkutf8L07dUOBAAAABiE+VvPYrd4FS52gAUBeySAE1BUgGoBDwbQWZDtgM8PowchENRGkDRBNwVxNhTgkJlDyw7BHFT5kP4jXwghRkhKQhwTMp8YLP30KkRkfwC07aEEyAODzQAAAABJRU5ErkJggg==");
  background-size: 48px 48px;
  background-position: 0 0;
}

.MdCMN03Article .__video_emptied .__video_screen::after {
  display: none;
}

.MdCMN03Article .mdCMN03AtclImgVideo .__video {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}

.MdCMN03Article .mdCMN03AtclImgVideo video {
  width: 100%;
  height: auto;
}

.MdCMN03Article .mdCMN03AtclImgVideo .mdCMN03AtclImgVideo_higher video {
  width: auto;
  height: 100%;
}

@media print {
  .MdCMN03Article .mdCMN03AtclImgVideo .mdCMN03AtclImgVideoBlur {
    display: none;
  }
}

@media print {
  .MdCMN03Article .mdCMN03AtclImgVideo {
    display: none;
  }
}

.MdCMN03Article .mdCMN03ObjUVP {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

@media print {
  .MdCMN03Article .mdCMN03ObjUVP {
    display: none !important;
  }
}

.MdCMN03Article .mdCMN03ObjUVP video {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.MdCMN03Article .mdCMN03ObjUVP .mdCMN03ObjUVPBlur + video,
.MdCMN03Article .mdCMN03ObjUVP .mdCMN03ObjUVPBlur + .__video,
.MdCMN03Article .mdCMN03ObjUVP .mdCMN03ObjUVPBlur + div > .__video {
  position: absolute;
  top: 0;
  left: 0;
}

.MdCMN03Article .mdCMN03ObjUVP .__ui_error_message {
  background-position: center center;
}

.MdCMN03Article .mdCMN03ObjUVP .__video_overlay .__ui_resolution_list {
  line-height: 36px;
}

@media (max-width: 460px) {
  .MdCMN03Article .mdCMN03ObjUVP .__video_overlay .__ui_resolution_toggle_button {
    padding: 10px;
  }
  .MdCMN03Article .mdCMN03ObjUVP .__video_overlay .__ui_resolution_list {
    top: 28px;
  }
}

@media (max-width: 340px) {
  .MdCMN03Article .mdCMN03ObjUVP .__video_overlay .__ui_resolution_list {
    line-height: 20px;
  }
}

@media (min-width: 341px) and (max-width: 400px) {
  .MdCMN03Article .mdCMN03ObjUVP .__video_overlay .__ui_resolution_list {
    line-height: 25px;
  }
}

@media (min-width: 401px) and (max-width: 460px) {
  .MdCMN03Article .mdCMN03ObjUVP .__video_overlay .__ui_resolution_list {
    line-height: 30px;
  }
}

.LyAuthorDetail.ExWeb {
  background: #ececec;
}

.LyAuthorDetail.ExWeb .LyContents {
  padding-right: 30px;
  padding-left: 30px;
  background: #ffffff;
  box-sizing: border-box;
}

.LyAuthorDetail.ExWeb .LyContents .Md01Box1 .Md03List5 {
  padding-top: 0px;
}

.LyAuthorDetail.ExWeb .LyContents .Md01Box1 .Md03List5 a {
  padding-left: 16px;
  padding-right: 16px;
}
