@charset "UTF-8";
.modalFoundation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modalLayerBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.modalLayer03 {
  width: 100%;
  height: auto;
}

.modalLayer02 {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 640px;
}

.modalLayer01 {
  width: 100%;
  opacity: 0;
  box-sizing: border-box;
  position: relative;
}

.modalArea {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  padding: 0 10px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  box-sizing: border-box;
}

.modalArea img {
  max-width: 100%;
}
.modalArea .videoFrame {
  width: 100%;
  max-width: 640px;
}
.modalArea .videoFrame .videoContent {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
.modalArea .videoFrame .videoContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.modalArea .videoFrame.sq .videoContent {
  padding-top: 100%;
}

.modalClose {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -12px;
  right: -12px;
  border-radius: 50%;
  box-shadow: -3px 3px 10px 0px rgba(0, 0, 0, 0.4);
  background-color: #000;
  cursor: pointer;
  color: #fff;
  transition: opacity 0.3s linear 0;
}
.modalClose:hover {
  background-color: #333;
}
.modalClose__btn {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modalClose__btn line {
  stroke: #fff;
  stroke-width: 4;
}

/**
元画像のアスペクト比を維持したまま背景画像をリサイズして表示させる
@param {$img} 画像のurl
@param {$img-w} 画像の横幅（px単位付きで指定）
@param {$img-h} 画像の高さ（px単位付きで指定）
@param {$disp-w} [100%] 表示したい画像のサイズ
@note 特になし
*/
/**
元画像のアスペクト比を維持したまま背景画像をリサイズして表示させる
@param {$img} 画像のurl
@param {$img-w} 画像の横幅（px単位付きで指定）
@param {$img-h} 画像の高さ（px単位付きで指定）
@param {$disp-w} [100%] 表示したい画像のサイズ
@note 特になし
*/
/**
横並びアイテムの左右マージンを調整したwidthを設定
@param {$col} アイテムのカラム数
@param {$margin} 左右のマージン（px単位付きで指定）
@note 特になし
*/
/**
「.u-icon」クラスで表示する疑似要素のアイコン設定
@param {$color} アイコン色
@param {$fz} アイコンのフォントサイズ
@note 特になし
*/
/**
トランジションの基本設定（トランジションパターン作成用）
@param {$property} 対象のプロパティ
@param {$duration} 時間（px単位付きで指定）
@param {$delay} 　 遅延（px単位付きで指定）
@note 特になし
*/
.fas.rightSide {
  margin-left: 6px;
}
.fas.leftSide {
  margin-right: 6px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.4;
}

p {
  line-height: 1.6;
}

/**
 * フルードイメージ
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/**
 * IEでSVGがフルードイメージにならない不具合があります。
 * 属性値が`.svg`で終わる要素に適応します。
 */
#appsbanner {
  z-index: 4;
  position: relative;
}

.banners {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
.banners > article:first-child {
  padding-top: 8px;
}
.banners .inner {
  background-color: #fff;
}
.banners .module:last-child {
  padding-bottom: 8px;
}
.banners .module:empty {
  padding: 0;
}
.banners .module--tv-news,
.banners .module--tv-news-osaka,
.banners .module--just-in,
.banners .module--realtime-news {
  padding-top: 8px;
  padding-bottom: 0px;
}

.sp_on {
  display: block;
}

.pc_on {
  display: none;
}

#pagetop {
  z-index: 2;
}

.f-back-home {
  position: fixed;
  right: 0px;
  bottom: 56px;
  width: 32px;
  height: 32px;
  background: #000 url("../images/ico-link_home.png") no-repeat center center/20px;
  z-index: 2;
  opacity: 0;
}
.f-back-home a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1234px;
  overflow: hidden;
}

.l-header {
  position: relative;
  z-index: 4;
}

.l-navi {
  position: relative;
  background-color: #4e738e;
  z-index: 4;
}
.l-navi__inner {
  position: relative;
}
.l-navi .c-navi__item span {
  display: inline-block;
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-navi .c-navi__item span.newIcon::after {
  position: absolute;
  top: -16px;
  right: 6px;
  display: block;
  content: "NEW";
  padding: 2px 4px;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  background-color: #ff0000;
}
.l-navi__bgLayer {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

#js-navi-bgLayer.is-naviBg--active {
  display: block;
}

.l-content {
  max-width: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.l-content__inner {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 8px;
  padding-left: 8px;
}
.l-content__inner--max {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.l-content__inner--article {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.l-content__inner--no-prl {
  padding-right: 0;
  padding-left: 0;
}
.l-content__inner--no-mtb {
  margin-top: 0;
  margin-bottom: 0;
}
.l-content__inner--no-mt {
  margin-top: 0;
}
.l-content__inner--no-mb {
  margin-bottom: 0;
}

.l-side__inner {
  width: 356px;
}

.l-body__program {
  line-height: 1;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-body__program__inner {
  line-height: 1.57;
  font-family: "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
.l-body__program .l-navi {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c-article__dropdown {
  display: none;
}
.c-article__qa {
  margin-top: calc(32px - 0.3em);
  font-size: 114.285714%;
}
.c-article__qa .question {
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.c-article__qa .answer {
  width: 100%;
  margin-top: calc(28px - 0.3em);
  line-height: 1.6;
}
.c-article__qa a {
  padding: 4px 22px 4px 0px;
  background: url(../images/ico-window.png) no-repeat right 2px/15px;
  text-decoration: underline;
}

.c-breadcrumb > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 16px;
}
.c-breadcrumb > ul > li {
  position: relative;
  display: inline-block;
  font-size: 85.714286%;
  margin-right: 12px;
  padding-right: 24px;
  line-height: 1.6;
  color: #2d2d2d;
}
.c-breadcrumb > ul > li::after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 0;
}
.c-breadcrumb > ul > li:last-child::after {
  display: none;
}
.c-breadcrumb > ul > li a {
  color: #2d2d2d;
  transition: inherit;
}
.c-breadcrumb > ul > li a:hover {
  text-decoration: underline;
  transition: inherit;
}
.c-breadcrumb > ul > li a:link {
  color: #2d2d2d;
}
.c-breadcrumb > ul > li a:visited {
  color: #2d2d2d;
}

.c-button-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
}
.c-button-wrap--small.right {
  margin-right: inherit;
  margin-left: auto;
}
.c-button-wrap--small.left {
  margin-right: auto;
  margin-left: inherit;
}
.c-button-wrap--small.center {
  margin-right: auto;
  margin-left: auto;
}
.c-button-wrap--small .c-button {
  padding: 12px;
}
.c-button-wrap--inline {
  display: inline-block;
}
.c-button-wrap:hover .c-button--outline-black {
  border: 1px solid #cc5500;
}
.c-button-wrap:hover .c-button {
  transition: all 0.5s;
}
.c-button-wrap:hover .c-button__label {
  transition: all 0.5s;
}
.c-button-wrap:hover .c-button__icon--lineArrowBtm {
  opacity: 1;
  color: #2d2d2d;
}
.c-button-wrap:hover .c-button__icon--lineArrowBtm::before {
  border-top: 2px solid #2d2d2d;
  border-right: 2px solid #2d2d2d;
  transition: all 0.5s;
}
.c-button-wrap a:hover, .c-button-wrap a:active {
  text-decoration: none;
}

.c-button {
  position: relative;
  display: block;
  padding: 10px 8px;
  text-align: center;
  font-size: 114.285714%;
  line-height: 1.4;
  cursor: pointer;
  width: 100%;
  transition: all 0.5s;
}
.c-button .fas.leftSide {
  margin-right: 8px;
}
.c-button .fas.rightSide {
  margin-left: 8px;
}
.c-button--outline-black, .c-button--outline-gray {
  border-width: 1px;
  border-style: solid;
}
.c-button--outline-black {
  border-color: #000;
  transition: all 0.5s;
}
.c-button--outline-gray {
  border-color: #6c6c6c;
}
.c-button--fill-black {
  background-color: #000;
}
.c-button--fill-text-black {
  background-color: #2d2d2d;
}
.c-button--fill-main-01 {
  background-color: #4e738e;
}
.c-button--fill-main-02 {
  background-color: #2d2d2d;
}
.c-button--fill-main-03 {
  background-color: #2a506b;
}
.c-button--fill-main-03:hover {
  background-color: #4e738e;
}
.c-button--fill-accent-01 {
  background-color: #cc5500;
}
.c-button--fill-accent-01:hover {
  background-color: #eb9c03;
}
.c-button--fill-accent-02 {
  background-color: #d6e7ed;
}
.c-button--fill-accent-03 {
  background-color: #eb9c03;
}
.c-button--fill-accent-gray {
  background-color: #6c6c6c;
}
.c-button--fill-accent-gray:hover {
  background-color: #919191;
}
.c-button--fill-accent-05 {
  background-color: #0087d2;
}
.c-button--fill-accent-05:hover {
  background-color: #239ee0;
}
.c-button--shaped {
  border-radius: 4px;
}
.c-button__icon {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  color: #2d2d2d;
}
.c-button__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: inherit;
  line-height: 1;
}
.c-button__icon--white::before {
  color: #fff;
}
.c-button__icon--right::before {
  left: auto;
  right: 16px;
}
.c-button__icon--lineArrowBtm {
  position: relative;
}
.c-button__icon--lineArrowBtm::before {
  content: "";
  position: absolute;
  top: 4%;
  right: -26px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2d2d2d;
  border-right: 2px solid #2d2d2d;
  transform: rotate(135deg);
  transition: all 0.5s;
}
.c-button__icon--arrow-01::before {
  content: "▶";
}
.c-button__icon--arrow-02::before {
  content: "◀";
}
.c-button__icon--arrow-03::before {
  content: "▲";
}
.c-button__icon--arrow-04::before {
  content: "▼";
}
.c-button__icon--circle::before {
  content: "●";
}
.c-button__icon--cross {
  font-weight: bold;
}
.c-button__icon--cross::before {
  content: "✕";
}
.c-button__icon--crossMove {
  position: relative;
}
.c-button__icon--crossMove::before, .c-button__icon--crossMove:after {
  content: "";
  position: absolute;
  top: 44%;
  right: -32px;
  width: 14px;
  height: 2px;
  background-color: #cc5500;
  transition: all 0.5s;
}
.c-button__icon--crossMove::after {
  top: 19.5%;
  right: -26px;
  width: 2px;
  height: 14px;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.c-button__icon--plus::before {
  content: "ɇ";
}
.c-button__icon--minus::before {
  content: "";
}
.c-button__label {
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  color: #2d2d2d;
  transition: all 0.5s;
}
.c-button__label--white {
  color: #fff;
}
.c-button__label--black {
  color: #2d2d2d;
}
.c-button__label--main01 {
  color: #4e738e;
}
.c-button__label--txt24 {
  font-size: 24px;
}
.c-button__label--txt24_s {
  font-size: 24px;
}
.c-button.is-open span::after {
  top: 9%;
  right: -26px;
  background-color: #cc5500;
  transform: rotate(90deg);
  transition: all 0.5s;
}

.c-card {
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.c-card--outline {
  border: 1px solid #2d2d2d;
}
.c-card--full {
  height: 100%;
}
.c-card__inner {
  height: 100%;
}
.c-card__imgBox {
  padding: 0;
  width: 100%;
}
.c-card__textBox {
  padding: 16px 8px 0px;
  text-align: left;
}
.c-card__title {
  font-size: 128.571429%;
  font-weight: bold;
  color: inherit;
}
.c-card__text {
  margin-top: 12px;
  font-size: 114.285714%;
  color: inherit;
}
.c-card__more {
  display: block;
  padding: 0 8px 8px;
  line-height: 1;
  text-align: right;
}

.c-data {
  padding: 0 16px;
}
.c-data--outline {
  margin-top: 16px;
  padding: 16px;
  border: 2px solid #6c6c6c;
}
.c-data--outline-blue {
  border-color: #0087d2;
}
.c-data--outline .c-data__title:nth-of-type(1) {
  margin-top: 0;
}
.c-data__title {
  margin-top: 16px;
  font-size: 128.571429%;
  font-weight: bold;
  line-height: 1.6;
}
.c-data__item {
  margin-top: 8px;
  padding-left: 0.6em;
  font-size: 114.285714%;
  line-height: 1.6;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}
.c-grid--row {
  flex-direction: row;
}
.c-grid--row-rev {
  flex-direction: row-reverse;
}
.c-grid--col {
  flex-direction: column;
}
.c-grid--col-rev {
  flex-direction: column-reverse;
}
.c-grid--no-wrap {
  flex-wrap: nowrap;
}
.c-grid__item {
  width: 100%;
}
/* --------------------
heading
-------------------- */
.c-heading-01 {
  margin: 40px auto 24px;
  font-size: 178.5714286%;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.c-heading-01.en {
  font-size: 285.714286%;
  font-family: "DIN Condensed", "arial narrow";
  padding-bottom: 4px;
}
.c-heading-01--line {
  position: relative;
  padding-bottom: 16px;
}
.c-heading-01--line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 4px;
  transform: translate(-50%);
  background-color: #4e738e;
}

.c-heading-02 {
  margin-top: 32px;
  font-size: 171.428571%;
}
.c-heading-02--line {
  padding-bottom: 8px;
  border-bottom: 2px solid #6c6c6c;
}

.c-heading-03 {
  margin-top: 48px;
  padding: 8px 12px;
  font-size: 142.857142857%;
  color: #fff;
  background-color: #4e738e;
}

.c-heading-04 {
  margin-top: 32px;
  font-size: 142.857142857%;
  line-height: 1.4;
  font-weight: bold;
}
.c-heading-04--line {
  padding-bottom: 8px;
  border-bottom: 1px solid #6c6c6c;
}
.c-heading-04--line-left {
  padding: 8px 8px 8px 12px;
  border-left: 6px solid #4e738e;
}

.c-heading-05 {
  margin-top: 32px;
  font-size: 128.571429%;
  font-weight: bold;
}
.c-heading-05--line {
  padding-bottom: 8px;
  border-bottom: 1px solid #6c6c6c;
}

.c-heading-05 + .c-text {
  margin-top: 32px;
}

.c-heading-06 {
  margin-top: 48px;
  padding: 10px 14px;
  font-size: 150%;
  color: #fff;
  background-color: #e7a600;
}

.c-heading-07 {
  padding: 20px 0px;
  font-size: 192.857142857%;
  font-weight: bold;
  color: #fff;
  background-color: #4e738e;
  text-align: center;
}

.c-heading-onair,
.c-heading-infectionStatus {
  margin: 24px auto 16px;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.c-heading-onair--line,
.c-heading-infectionStatus--line {
  position: relative;
  padding-bottom: 16px;
}
.c-heading-onair--line::after,
.c-heading-infectionStatus--line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%);
  background-color: #6c6c6c;
}

.c-img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-img--right {
  margin-right: 0;
}
.c-img--left {
  margin-left: 0;
}
.c-img img {
  width: 100%;
}
.c-img--article {
  margin-top: 24px;
}

.c-caption {
  padding-top: 8px;
  text-align: center;
  line-height: 1.4;
}
.c-caption--right {
  text-align: right;
}
.c-caption--left {
  text-align: left;
}

.c-list {
  display: flex;
  align-items: stretch;
}
.c-list--row {
  flex-flow: row wrap;
}
.c-list--row-rev {
  flex-flow: row-reverse wrap;
}
.c-list--col {
  flex-flow: column wrap;
}
.c-list--col-rev {
  flex-flow: column-reverse wrap;
}
.c-list--outline {
  border: 1px solid #9e9e9e;
}
.c-list--outline-TopBtm {
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}
.c-list__item {
  width: 100%;
  margin-top: 16px;
  text-align: left;
}
.c-list__item--outline {
  border: 1px solid #9e9e9e;
}
.c-list__item--outline-btm {
  padding-bottom: 16px;
  border-bottom: 1px solid #9e9e9e;
}
.c-list__item--outline-btm:last-child {
  border-bottom: none;
}
.c-list__item--outline-top {
  border-top: 1px solid #9e9e9e;
}
.c-list__item--gray {
  background-color: #fff;
}
.c-list__item--shadow {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.c-list__item--relation {
  position: relative;
  margin-top: 16px;
  padding-left: 1.5em;
  line-height: 1.4;
}
.c-list__item--typeDisc {
  list-style-type: disc;
}
.c-movie {
  position: relative;
  width: 100%;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
}
.c-movie--right {
  margin-right: 0;
}
.c-movie--left {
  margin-left: 0;
}
.c-movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-movie--article {
  margin-top: 16px;
}

/*
防災アプリmovie枠 設定
*/
/* ----- movie設定 end ----- */
.c-mokuji {
  width: 100%;
  margin: 32px auto 0;
  border: 1px solid #2d2d2d;
  font-weight: bold;
}
.c-mokuji--noBorder {
  border: none;
}
.c-mokuji__title {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #2d2d2d;
  text-align: center;
  font-size: 114.285714%;
}
.c-mokuji__notes {
  position: absolute;
  bottom: -24px;
  right: 12px;
  font-size: 71.428571%;
  font-weight: normal;
}
.c-mokuji__list {
  padding: 24px;
}
.c-mokuji__list li {
  position: relative;
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 6px;
  line-height: 1.6;
}
.c-mokuji__list li:first-child {
  margin-top: 0;
}
.c-mokuji__list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-mokuji__list li::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #4e738e;
  border-right: 3px solid #4e738e;
  transform: rotate(135deg);
  vertical-align: middle;
}
.c-mokuji__list li a {
  padding-bottom: 2px;
}
.c-mokuji__list li a:link {
  color: #2d2d2d;
}
.c-mokuji__list li a:visited {
  color: #2d2d2d;
}
.c-mokuji__list li a:hover {
  color: #2d2d2d;
  text-decoration: underline;
}
.c-mokuji__list li.mokuji-child {
  list-style-type: disc;
  margin-left: 3.2em;
  font-weight: normal;
  padding-left: 0em;
  margin-bottom: 6px;
  margin-top: 0;
}
.c-mokuji__list li.mokuji-child::before {
  display: none;
}
.c-mokuji__anchor-back {
  width: 100%;
  padding: 16px 0 0;
  text-align: right;
}
.c-mokuji__anchor-back a:link, .c-mokuji__anchor-back a:visited {
  color: #045e8c;
  text-decoration: underline;
}
.c-mokuji__anchor-back a:hover {
  color: #0690d6;
}

/* --------------------
SNSボタン
-------------------- */
.module--share {
  padding: 32px 0 0;
  text-align: center;
}

.nhk-snsbtn {
  margin-bottom: 0px !important;
}

.c-text {
  margin-top: 16px;
  font-size: 114.285714%;
  color: #2d2d2d;
}

.c-text--correction {
  text-align: right;
  padding-right: 70px;
  font-size: 14px;
}

p.c-text--correction_2 {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}

.c-border {
  border: 1px solid #000;
}

.c-border_default {
  border: 1px solid #000;
  padding: 15px;
}

.c-time {
  display: block;
  font-size: 114.285714%;
  color: #000;
}
.c-time--right {
  text-align: right;
}
.c-time--center {
  text-align: center;
}

.c-siteInfo {
  width: 100%;
  background-color: #fff;
}
.c-siteInfo ul {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: left;
}
.c-siteInfo__info-text {
  font-size: 114.285714%;
  line-height: 1.5;
  vertical-align: middle;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}
.c-siteInfo__info-text:last-child {
  border: none;
}
.c-siteInfo__info-text img {
  width: 40px;
  vertical-align: middle;
}
.c-siteInfo__info-text .bold {
  font-weight: bold;
}
.c-siteInfo__title {
  font-size: 128.571429%;
  font-weight: bold;
  line-height: 1.4;
}
.c-siteInfo__text {
  margin-top: 16px;
  font-size: 114.285714%;
  line-height: 1.6;
}

.c-tabBox .c-tabList-wrapper {
  width: 100%;
}
.c-tabBox .tabBox {
  margin-bottom: 60px;
}
.c-tabBox .tab {
  opacity: 0;
}
.c-tabBox .tab:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.c-tabBox ul.tab {
  margin: 0 auto 32px;
}
.c-tabBox ul.tab li {
  position: relative;
  float: left;
  height: 48px;
  width: 50%;
  margin-bottom: 0;
  border: 2px solid #333;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
.c-tabBox ul.tab li:nth-child(-n+2) {
  border-top: none;
}
.c-tabBox ul.tab li:nth-child(odd) {
  border-right: none;
}
.c-tabBox ul.tab li:nth-child(even) {
  border-right: none;
}
.c-tabBox ul.tab li:hover {
  background-color: #b7b7b7;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.c-tabBox ul.tab li.active {
  background-color: #4e738e;
  color: #fff;
  position: relative;
  transition: 0.2s;
}
.c-tabBox ul.tab li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.c-tabBox ul.tab li span.newIcon::after {
  position: absolute;
  display: block;
  content: "NEW";
  padding: 2px 4px;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  height: 17px;
  right: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: #ff0000;
}
.c-tabBox ul.tab li span.newIcon-t::after {
  position: absolute;
  display: block;
  content: "NEW";
  padding: 2px 4px;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  height: 17px;
  right: 0px;
  margin: auto;
  top: -27px;
  bottom: 0;
  background-color: #ff0000;
}
.c-tabBox ul.tab.tab-len-6 {
  opacity: 1;
}
.c-tabBox ul.tab.tab-len-6 li {
  width: 16.6666%;
}
.c-tabBox ul.tab.tab-len-5 {
  opacity: 1;
}
.c-tabBox ul.tab.tab-len-5 li {
  width: 20%;
}
.c-tabBox ul.tab.tab-len-4 {
  opacity: 1;
}
.c-tabBox ul.tab.tab-len-4 li {
  width: 25%;
}
.c-tabBox ul.tab.tab-len-3 {
  opacity: 1;
}
.c-tabBox ul.tab.tab-len-3 li {
  width: 33.3333%;
}
.c-tabBox ul.tab.tab-len-2 {
  opacity: 1;
}
.c-tabBox ul.tab.tab-len-2 li {
  width: 50%;
}
.c-tabBox ul.tab.tab-len-1 {
  opacity: 1;
}

.tab_content {
  padding: 0 3.2%;
}
.tab_content .l-content__inner {
  padding-right: 0px;
  padding-left: 0px;
}
.tab_content > * {
  overflow: visible;
}

.c-slideimage {
  position: relative;
  overflow-x: auto;
}
.c-slideimage > figure {
  position: relative;
  height: 0;
}
.c-slideimage > figure > svg {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.c-icon-swipe {
  z-index: 3;
  transition: all 1s;
  position: absolute;
  right: calc(-75px);
  top: calc(50% - 67px);
  overflow: hidden;
  height: 134px;
  width: 75px;
}
.c-icon-swipe > div {
  position: relative;
  right: calc(59px);
  /* top: calc(50% - 67px); */
  width: 134px;
  height: 134px;
  background: rgba(87, 115, 140, 0.9);
  border-radius: 67px;
}
.c-icon-swipe > div > img {
  width: 70%;
  position: absolute;
  left: 33%;
  top: 15%;
  animation: scrollAttention-data-v-72add51a linear 1.8s;
  animation-iteration-count: infinite;
}
.c-icon-swipe > div::after {
  content: "スワイプ";
  font-size: 12px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -1px;
}

@keyframes scrollAttention-data-v-72add51a {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
#wrapper.p-article {
  background-color: #efefef;
}
#wrapper.p-article .l-content__inner {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 64px;
}
#wrapper.p-article .l-content__inner--max {
  background-color: #fff;
}
#wrapper.p-article .p-breadcrumb {
  border-top: 0;
  border-bottom: 0;
}

.p-article-header__firstLine {
  position: relative;
}
.p-article-header__time {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: 114.285714%;
}
.p-article-header__biography {
  margin-top: 24px;
  padding-left: 16px;
}
.p-article-header__biography > p {
  font-size: 128.571429%;
  font-weight: bold;
}
.p-article-header__lead {
  margin-top: 24px;
  font-size: 114.285714%;
}
.p-article-header__lead > p {
  margin-top: 16px;
}

.date-time {
  font-size: 114.285714%;
  text-align: left;
  margin-top: 10px;
}
.p-article-text .f-color-red {
  color: red;
}

.p-article__tagBox {
  display: flex;
  margin-top: 16px;
}
.p-article__tagBox .category,
.p-article__tagBox .tag {
  display: inline-block;
  padding: 2px 6px;
  font-weight: bold;
  border-radius: 2px;
  background-color: #cc5500;
}
.p-article__tagBox .category {
  margin-right: 8px;
}

.p-article-fill {
  margin-top: 32px;
  padding: 16px;
}
.p-article-fill--gray {
  background-color: #eaeaea;
}
.p-article-fill .c-text:nth-of-type(1) {
  margin-top: 0;
}

.p-article-text ul {
  padding-left: 20px !important;
}

.c-text li {
  list-style-type: disc !important;
  list-style: outside;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.c-text li:last-child {
  margin-bottom: 0;
}

.c-text a {
  padding: 4px 22px 4px 0px;
  background: url(../images/ico-window.png) no-repeat right 2px/15px;
  text-decoration: underline;
}
.c-text a.noimg {
  padding: 4px 0px 4px 0px;
  background-image: none;
  text-decoration: underline;
}

.p-article-talk {
  position: relative;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
  padding: 24px;
  border-radius: 20px;
  overflow: visible;
}
.p-article-talk:first-of-type {
  margin-top: 24px;
}
.p-article-talk--reporter-r__img, .p-article-talk--reporter-l__img {
  content: "";
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  top: -16px;
}
.p-article-talk--reporter-r__img img, .p-article-talk--reporter-l__img img {
  width: 100%;
}
.p-article-talk--reporter-r {
  border-radius: 24px 0 24px 24px;
}
.p-article-talk--reporter-r__img {
  right: calc(((56px / 2) + 2px) * -1);
}
.p-article-talk--reporter-l {
  border-radius: 0 24px 24px 24px;
  background-color: #eaeaea;
}
.p-article-talk--reporter-l__img {
  left: calc(((56px / 2) + 2px) * -1);
}
.p-article-talk__speech:first-of-type {
  margin-top: 0;
}

.maincontent__img + .p-article-talk,
.maincontent__movie + .p-article-talk {
  margin-top: 32px;
}

.p-article-reporter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  padding: 12px;
  border: 1px solid #c4c4c4;
  line-height: 1.4;
}
.p-article-reporter__img {
  display: inline-block;
  width: 80px;
}
.p-article-reporter__text {
  display: inline-block;
  width: calc(100% - 100px);
  padding-left: 12px;
}
.p-article-reporter__text p {
  margin: 8px 0 0;
  font-size: 100%;
}
.p-article-reporter__text p:nth-child(1) {
  margin-top: 0;
}
.p-article-reporter__text p:nth-child(2) {
  font-size: 114.285714%;
  font-weight: bold;
}

.p-article-profile {
  width: 100%;
  margin-top: 40px;
  padding: 12px 0;
  border-top: 3px dotted #4e738e;
  border-bottom: 3px dotted #4e738e;
}
.p-article-profile__img {
  display: inline-block;
  width: 80px;
}
.p-article-profile__text {
  display: inline-block;
  width: 100%;
}
.p-article-profile__text p {
  margin: 8px 0 0;
  font-size: 114.285714%;
}
.p-article-profile__text p:nth-child(1) {
  margin-top: 0;
}
.p-article-profile__text p:nth-child(2) {
  font-size: 142.857142857%;
}

/* ------------------------------------------
「今後１～２週間が瀬戸際」国の専門家会議が見解【全文】
------------------------------------------ */
.p-text-dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.p-caption {
  text-align: center;
}

.p-time--under-h1 {
  width: 100%;
  margin: -16px auto;
}

/* [end] */
.p-breadcrumb {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.p-button--centerPosition {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-button-top a {
  height: 100%;
}

.c-button-pref {
  width: 500px;
  font-size: 18px;
}
.c-button-pref a {
  background-color: #4e738e;
}
.c-button-pref a span {
  color: "#fff";
  font-weight: bold;
  color: #fff;
}

.p-card--profileList-01, .p-card--profileList-02, .p-card--slider {
  background-color: #000;
}
.p-card--profileList-01 .c-card__title, .p-card--profileList-02 .c-card__title, .p-card--slider .c-card__title {
  font-size: 157.142857%;
}
.p-card--profileList-01 .c-card__textBox, .p-card--profileList-02 .c-card__textBox, .p-card--slider .c-card__textBox {
  color: #fff;
}
.p-card--profileList-01 .c-card__text:hover, .p-card--profileList-02 .c-card__text:hover, .p-card--slider .c-card__text:hover {
  text-decoration: none;
}
.p-card--profile {
  color: #2d2d2d;
}
.p-card--profile .c-card__title span {
  display: block;
  font-size: 66.666666666%;
  font-weight: nomal;
}
.p-card--slider {
  position: relative;
  height: 280px;
  color: #2d2d2d;
  overflow: hidden;
}
.p-card--slider .c-card__textBox {
  height: inherit;
  padding: 12px 12px 24px;
}
.p-card--slider .c-card__title {
  text-align: left;
  font-size: 22px;
  line-height: 1.4;
}
.p-card--slider .c-card__text {
  margin-top: 8px;
  font-size: 16px;
  text-align: left;
}
.p-card--slider .c-time {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 16px;
  color: #fff;
}
.p-data--support-rate {
  position: relative;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.p-data--support-rate .c-data__title {
  display: inline-block;
  margin-top: 0;
  width: 50%;
  font-size: 85.714286%;
}
.p-data--support-rate .c-data__item {
  display: inline-block;
  margin-top: 0;
  padding-left: 0;
}

.p-grid--support-rate {
  border: 1px solid #6c6c6c;
}
.p-grid--support-rate .c-grid__item {
  position: relative;
}
.p-grid--support-rate .c-grid__item:not(:first-child) {
  margin-top: 16px;
}
.p-grid--support-rate .c-grid__item:last-child {
  margin-bottom: 16px;
}

.p-grid--slider .c-grid__item:nth-of-type(2) {
  position: relative;
}
.p-listSet__title {
  padding: 8px 8px 8px 0px;
  font-size: 171.428571%;
  font-weight: bold;
  border-bottom: 1px solid #9e9e9e;
}

.p-top-checkList {
  margin-top: 0;
}
.p-top-checkList__item {
  position: relative;
  display: inline-block;
  margin: 12px 0 0 60px;
  line-height: 1.4;
  font-size: 114.285714%;
  font-weight: bold;
}
.p-top-checkList__item:first-child {
  margin-top: 0;
}
.p-top-checkList__item a {
  position: relative;
  color: #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
}
.p-top-checkList__item a:hover {
  text-decoration: none;
  border-bottom: none;
}
.p-top-checkList__item.ico-check::before {
  content: "Check";
  position: absolute;
  top: 4px;
  left: -66px;
  display: block;
  width: 50px;
  height: 16px;
  color: #fff;
  font-size: 85.714286%;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  background-color: #D26100;
}
.p-top-checkList__item.ico-check::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 0 12px;
  border-color: transparent transparent transparent #d26200;
}
.p-top-checkList__item.ico-check.new::before {
  content: "New";
}

.p-list-line {
  position: relative;
}
.p-list-line::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 13px;
  display: block;
  width: 4px;
  height: 103%;
  background-color: #4e738e;
}
.p-list-line__item {
  position: relative;
  margin-top: 20px;
  margin-left: 42px;
  line-height: 1.4;
}
.p-list-line__item a {
  padding-bottom: 2px;
  color: #555;
  border-bottom: 2px solid #4e738e;
  /* Edge(EdgeHTML) & IE11 & IE10 */
}
.p-list-line__item a > span {
  font-size: 114.285714%;
  font-weight: bold;
}
.p-list-line__item a:hover {
  text-decoration: none;
  border-bottom: none;
}
.p-list-line__item a.u-fa-bg--caret {
  padding-right: 16px;
}
.p-list-line__item a.u-fa-bg--caret::before {
  font-size: 24px;
  bottom: -2px;
}
.p-list-line__item a _:-ms-lang(x)::before, .p-list-line__item a.u-fa-bg--caret::before {
  bottom: 0px;
}
.p-list-line__item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -26px;
  display: block;
  width: 21px;
  height: 4px;
  background-color: #4e738e;
}
.p-list-line__item:last-child::before {
  left: -29px;
  width: 24px;
}
.p-list-line__item:last-child::after {
  content: "";
  position: absolute;
  top: 13px;
  left: -30px;
  display: block;
  width: 6px;
  height: 100%;
  background-color: #fff;
}

.p-mv {
  position: relative;
  color: #fff;
  background-color: #000000;
}
.p-mv__img, .p-mv__img--lower {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 19.2%;
  background-image: url(../images/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.p-mv__img .title--img, .p-mv__img--lower .title--img {
  position: absolute;
  display: block;
  width: 78%;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-mv__img .title--img .sp_hide, .p-mv__img--lower .title--img .sp_hide {
  display: none;
}
.p-mv .credit {
  font-size: 8px;
  position: absolute;
  top: 0%;
  left: 60%;
}
.p-mv__lead {
  width: 100%;
  position: absolute;
  top: 60%;
  padding: 8px 8px;
}
.p-mv__lead > p {
  font-size: 12px;
  color: text-base;
  text-align: center;
}
.p-mv__lead > p:first-child {
  margin-top: 0;
}
.p-mv__lead__city {
  width: 100%;
  position: absolute;
  top: 58%;
  padding: 8px 8px;
}
.p-mv__lead__city > p {
  font-size: 18px;
  color: text-base;
  text-align: center;
}
.p-mv__lead__city > p:first-child {
  margin-top: 0;
}

.p-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 94px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 0px;
}
.p-navi__item {
  font-feature-settings: "palt";
  position: relative;
  width: calc((100% - (5px * 2)) / 3);
  height: 80px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 6px;
  background-color: #fff;
  margin-left: 5px;
  cursor: pointer;
}
.p-navi__item:first-child {
  margin-left: 0;
}
.p-navi__item > span {
  display: inline-block;
  width: 100%;
  margin-top: 49px;
  font-weight: bold;
}
.p-navi__item > a {
  display: block;
  height: 100%;
}
.p-navi__item > a > span {
  color: #2d2d2d;
  display: inline-block;
  margin-top: 49px;
  font-weight: bold;
}
.p-navi__item.is-navi--active {
  position: relative;
  height: 89px;
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 6;
}
.p-navi__item.is-navi--active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}
.p-navi__item#navi-news {
  background: #fff url("../images/ico-navi-news.png") no-repeat center 12px/35px;
  transition: background 0.1s;
}
.p-navi__item#navi-news.is-navi--inactive {
  background-image: url("../images/ico-navi-news_black.png");
}
.p-navi__item#navi-data {
  background: #fff url("../images/ico-navi-data.png") no-repeat center 12px/36px;
  transition: background 0.1s;
}
.p-navi__item#navi-data.is-navi--inactive {
  background-image: url("../images/ico-navi-data_black.png");
}
.p-navi__item#navi-knowledge {
  background: #fff url("../images/ico-navi-knowledge.png") no-repeat center 15px/38px;
  transition: background 0.1s;
}
.p-navi__item#navi-knowledge.is-navi--inactive {
  background-image: url("../images/ico-navi-knowledge_black.png");
}
.p-navi__item#navi-knowledge.is-navi--active {
  height: 87px;
}

.p-navi-child {
  display: block;
  /**/
  position: absolute;
  left: 0;
  top: 94px;
  width: calc(100% - (8px * 2));
  margin-left: 8px;
  padding: 20px;
  border: 2px solid #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}
.p-navi-child__item {
  margin-top: 20px;
  font-size: 114.285714%;
  font-weight: bold;
}
.p-navi-child__item:first-child {
  margin-top: 0px;
}
.p-navi-child__item a {
  color: #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  /* Edge(EdgeHTML) & IE11 & IE10 */
}
.p-navi-child__item a:hover {
  text-decoration: none;
  border-bottom: none;
}
.p-navi-child__item a.u-fa-bg--caret {
  padding-right: 16px;
}
.p-navi-child__item a.u-fa-bg--caret span {
  line-height: 1.2;
}
.p-navi-child__item a.u-fa-bg--caret::before {
  font-size: 19px;
}
.p-navi-child__item a _:-ms-lang(x), .p-navi-child__item a.u-fa-bg--caret {
  padding-right: 20px;
}
.p-navi-child__item a _:-ms-lang(x)::before, .p-navi-child__item a.u-fa-bg--caret::before {
  font-size: 25px;
}
.p-navi-child.is-navi--active {
  visibility: visible;
  opacity: 1;
}
.p-navi-child.navi-news.is-navi--active {
  border-top-left-radius: 0px;
}
.p-navi-child.navi-data {
  left: 0;
}

#js-naviBox.is-navi--fixed {
  position: fixed;
  top: 0;
  z-index: 4;
}
#js-naviBox.is-navi--fixed .p-navi {
  height: 60px;
}
#js-naviBox.is-navi--fixed .p-navi__item {
  height: 46px;
}
#js-naviBox.is-navi--fixed .p-navi__item#navi-news {
  background-image: none;
}
#js-naviBox.is-navi--fixed .p-navi__item#navi-news.is-navi--inactive {
  background-image: none;
}
#js-naviBox.is-navi--fixed .p-navi__item#navi-data {
  background-image: none;
}
#js-naviBox.is-navi--fixed .p-navi__item#navi-data.is-navi--inactive {
  background-image: none;
}
#js-naviBox.is-navi--fixed .p-navi__item#navi-knowledge {
  background-image: none;
}
#js-naviBox.is-navi--fixed .p-navi__item#navi-knowledge.is-navi--inactive {
  background-image: none;
}
#js-naviBox.is-navi--fixed .p-navi__item > span {
  width: 100%;
  margin-top: 0px;
  line-height: 42px;
}
#js-naviBox.is-navi--fixed .p-navi__item > a > span {
  margin-top: 0px;
  line-height: 42px;
}
#js-naviBox.is-navi--fixed .p-navi__item.is-navi--active {
  height: 53px;
}
#js-naviBox.is-navi--fixed .p-navi-child {
  top: 58px;
}

.c-siteInfo {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-graph__source {
  margin-top: 8px;
  text-align: right;
  font-size: 85.714286%;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.p-swiper-container {
  width: 100%;
  height: 100%;
}
.p-swiper-container--kv {
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
  padding-bottom: 40px;
}

.p-swiper-slide {
  height: auto;
  background: #fff;
  font-size: 100%;
  text-align: center;
}
.p-swiper-slide--kv {
  width: 100%;
}
.p-swiper-slide:hover {
  background-color: #eaeaea;
}
.p-swiper-slide.is-active {
  border-bottom: 2px solid #1d2733;
  background-color: #eaeaea;
}
.p-swiper-slide > a {
  display: block;
  height: 100%;
  color: #1d2733;
  text-decoration: none;
}
.p-swiper-slide > a > span {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.4;
  color: inherit;
  font-weight: inherit;
}

.p-swiper-button-next,
.p-swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}
.p-swiper-button-next::after,
.p-swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}

/* --------------------
タイムライン（時系列）設定
-------------------- */
.tabBox {
  margin-top: 48px;
  padding-bottom: 48px;
}
.tabBox ul.tab {
  display: none;
}

/*
タイムライン 本記
*/
.timeline__honki {
  margin: 40px auto;
  position: relative;
  width: 720px;
  line-height: 1.4;
  /* もっと読む内 記事設定 */
  /* もっと読む内 記事設定 End */
  /*
  続きを読むボタン
  */
  /* 本記 モーダル使用時 [End] */
}
.timeline__honki .honki__img {
  width: 640px;
  height: auto;
  margin: 0 auto 32px;
  text-align: center;
}
.timeline__honki .honki__img img {
  width: 100%;
}
.timeline__honki .honki__img.content--video {
  width: 640px;
  height: 360px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.timeline__honki .honki__img.content--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline__honki .honki__text {
  width: 100%;
}
.timeline__honki .honki__time {
  display: block;
  margin-bottom: 32px;
  font-size: 100%;
  color: #999;
}
.timeline__honki .honki__title {
  font-size: 142.857142857%;
  font-weight: bold;
  margin-bottom: 16px;
}
.timeline__honki .honki__lead {
  font-size: 114.285714%;
  line-height: 1.6;
}
.timeline__honki .honki__more {
  font-size: 114.285714%;
  margin-bottom: 32px;
  line-height: 1.6;
}
.timeline__honki .honki__more h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}
.timeline__honki .honki__more h3:first-child {
  margin-top: 16px;
}
.timeline__honki .honki__more figure {
  margin-bottom: 24px;
  text-align: center;
}
.timeline__honki .honki__more p {
  margin-bottom: 24px;
}
.timeline__honki .honki__btn .button span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline__honki .honki__btn .button:hover {
  opacity: 1;
}
.timeline__honki .honki__btn .button:hover span::before, .timeline__honki .honki__btn .button:hover span:after {
  transition: all 0.5s;
  background-color: #4e738e;
}
.timeline__honki .honki__btn.active span::after {
  top: 9%;
  right: -26px;
  background-color: #4e738e;
  transform: rotate(90deg);
  transition: all 0.5s;
}
.timeline__honki.modalBox {
  position: relative;
  display: flex;
  width: 960px;
  margin-bottom: 40px;
  cursor: pointer;
}
.timeline__honki.modalBox::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}
.timeline__honki.modalBox .honki__img {
  width: 384px;
  margin-right: 24px;
  margin-bottom: 0px;
}
.timeline__honki.modalBox .honki__img.content--video {
  width: 384px;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-right: 12px;
  margin-left: 12px;
}
.timeline__honki.modalBox .honki__img.content--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline__honki.modalBox .honki__text {
  width: calc(100% - (384px + 12px * 2));
  margin-right: auto;
  margin-left: auto;
}
.timeline__honki.modalBox .honkiImgWrap + .honki__text {
  width: calc(100% - (384px + 24px));
  margin-right: 0;
  margin-left: 0;
}
.timeline__honki.modalBox .honki__time {
  margin-bottom: 16px;
}
.timeline__honki.modalBox .honki__title {
  margin-bottom: 8px;
  line-height: 1.6;
}
.timeline__honki.modalBox .honki__lead {
  margin-bottom: 16px;
}
.timeline__honki.modalBox:hover::before {
  opacity: 0.3;
  background-color: #fff;
  transition: all 0.5s;
}

/* 続きを読むボタン End */
/*
タイムライン（タブ）
*/
.box-labels-saigai-style,
.label-main,
#note-timeline {
  display: block;
}

.box-labels-saigai-style {
  margin-bottom: 2em;
}
.box-labels-saigai-style::after {
  display: block;
  clear: both;
  content: "";
}
.box-labels-saigai-style li {
  display: inline-block;
  width: 50%;
  float: left;
  border-bottom: none;
  transition: 0.2s;
  background-color: #efefef;
  border-top: 1px solid #fff;
  border-left: 2px solid #fff;
}
.box-labels-saigai-style li:last-child {
  border-right: 1px solid #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.box-labels-saigai-style li:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.box-labels-saigai-style li > div {
  display: table;
  width: 100%;
  height: 50px;
  font-weight: bold;
  cursor: pointer;
}
.box-labels-saigai-style li.active-label {
  border-color: #fff;
  background-color: #2d2d2d;
  color: #fff;
}
.box-labels-saigai-style li:hover {
  border-color: #fff;
  background-color: #b7b7b7;
  color: #fff;
}
.box-labels-saigai-style li > div > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.box-labels-saigai-style li.label-status > div > div {
  font-size: 16px;
}
.box-labels-saigai-style li.label-status > div > div p {
  line-height: 1.2;
}
.box-labels-saigai-style.num-1 li {
  width: 100%;
}
.box-labels-saigai-style.num-2 li {
  width: 50%;
}
.box-labels-saigai-style.num-3 li {
  width: 33.3333%;
}
.box-labels-saigai-style.num-4 li {
  width: 25%;
}
.box-labels-saigai-style.num-5 li {
  width: 20%;
}
.box-labels-saigai-style.num-6 li {
  width: 16.6666%;
}
.box-labels-saigai-style.num-7 li {
  width: 14.2857%;
}
.box-labels-saigai-style.num-8 li {
  width: 12.5%;
}
.box-labels-saigai-style.num-9 li {
  width: 11.1111%;
}
.box-labels-saigai-style.num-10 li {
  width: 10%;
}

#note-timeline {
  margin-bottom: 2em;
  padding: 0 12px;
}
#note-timeline .nonews {
  display: none;
}
#note-timeline.nonews .nonews {
  display: block;
}
#note-timeline.nonews .normal {
  display: none;
}

/*
タイムライン(リスト)
*/
.timeline .displayWidth {
  padding: 0 12px 0px;
}

.box-timeline-saigai-style {
  position: relative;
}
.box-timeline-saigai-style .item {
  width: 720px;
  padding: 16px 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.box-timeline-saigai-style .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.box-timeline-saigai-style .item__inner {
  cursor: pointer;
}
.box-timeline-saigai-style .item__inner::after {
  display: block;
  clear: both;
  content: "";
}
.box-timeline-saigai-style .item__img {
  width: 100%;
  max-width: 208px;
  height: auto;
  margin-right: 16px;
  transition: all 0.5s;
  float: left;
}
.box-timeline-saigai-style .item__title {
  font-size: 128.571429%;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-weight: bold;
  transition: all 0.5s;
}
.box-timeline-saigai-style .item__time {
  font-size: 100%;
  color: #999;
}
.box-timeline-saigai-style .item:hover .item__img {
  opacity: 0.8;
  transition: all 0.5s;
}
.box-timeline-saigai-style .item:hover .item__title {
  transition: all 0.5s;
}
.box-timeline-saigai-style .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.box-timeline-saigai-style.columns-2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.box-timeline-saigai-style.columns-2 .item {
  width: calc((960px / 2) - 14px);
  padding: 16px 0;
  margin-bottom: 0;
  line-height: 1.4;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.box-timeline-saigai-style.columns-2 .item:first-child, .box-timeline-saigai-style.columns-2 .item:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.box-timeline-saigai-style.columns-2 .item:nth-child(odd) {
  margin-right: 28px;
}
.box-timeline-saigai-style.columns-2 .item:nth-child(odd):last-child {
  margin-left: 0;
}
.box-timeline-saigai-style.columns-2 .item__img {
  max-width: 180px;
  height: auto;
  margin-right: 16px;
  transition: all 0.5s;
}
.box-timeline-saigai-style.columns-2 .item__title {
  font-size: 114.285714%;
  margin-bottom: 16px;
  transition: all 0.5s;
}
.box-timeline-saigai-style.columns-2 .item__time {
  font-size: 100%;
  color: #999;
}
.box-timeline-saigai-style.columns-2 .item:hover .item__img {
  opacity: 0.8;
  transition: all 0.5s;
}
.box-timeline-saigai-style.columns-2 .item:hover .item__title {
  transition: all 0.5s;
}
.box-timeline-saigai-style.columns-2 .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.more-timeline-saigai p {
  display: inline-block;
  padding: inherit;
  border-radius: none;
  background-color: none;
  color: inherit;
  font-weight: bold;
  cursor: inherit;
}

/*
もっとみるボタン設定
*/
.more--timeline.button {
  display: block;
  width: 352px;
  height: 48px;
  margin: 0 auto 0px;
}
.more--timeline.button span::before {
  content: "";
  position: absolute;
  top: 4%;
  right: -26px;
  width: 10px;
  height: 10px;
  border-top: 2px solid color(main-01);
  border-right: 2px solid color(main-01);
  transform: rotate(135deg);
  transition: all 0.5s;
}
.more--timeline.button:hover span::before {
  border-top: 2px solid color(text-base);
  border-right: 2px solid color(text-base);
  transition: all 0.5s;
}
/*
タイムライン東京
*/
#main.countryside .box-labels-saigai-style {
  display: none;
}

/* --------------------
モーダルウィンドウの設定（Modal_v3.0_TimeLine.cssの上書）
-------------------- */
/* 背景（上書き） */
.modalLayerBg {
  background-color: rgba(255, 255, 255, 0.8);
}

/* 外枠 */
.modalLayer02.modal-news-frame {
  width: 80%;
  max-width: 720px;
}

#news--modal.modalArea {
  position: relative;
  padding: 0 0px 26px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
#news--modal.modalArea img {
  width: 100%;
  height: auto;
}
#news--modal.modalArea .videoFrame {
  width: 100%;
  max-width: inherit;
}
#news--modal.modalArea .modalAreaInner {
  padding: 40px 40px 60px;
}
#news--modal.modalArea .modalAreaInner .body_mov--w640 {
  width: 640px;
  height: 360px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
#news--modal.modalArea .modalAreaInner .body_mov--w640 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news--modal.modalArea .news--modal--time {
  margin-bottom: 32px;
}
#news--modal.modalArea .news--modal--time time {
  color: #999;
  margin: 0;
}
#news--modal.modalArea h2 {
  margin: -10px 0 24px 0;
  text-align: left;
}
#news--modal.modalArea h2 span {
  font-size: 200%;
}
#news--modal.modalArea h3 {
  line-height: 1.4;
  margin-top: 32px;
  padding: 8px 8px 8px 12px;
  border-left: 6px solid #4e738e;
}
#news--modal.modalArea h3 span {
  font-size: 171.428571%;
}
#news--modal.modalArea h4 {
  margin-top: 24px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 142.857142857%;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#news--modal.modalArea #news--modal--lead {
  margin-bottom: 2em;
}
#news--modal.modalArea .item_imageText {
  display: flex;
  margin: 24px 0 0 0;
}
#news--modal.modalArea .item_imageText .info {
  flex-basis: 50%;
  margin: 0 16px 0 0;
}
#news--modal.modalArea .item_imageText .image {
  flex-basis: 50%;
}
#news--modal.modalArea.link .headWrap {
  background: none;
  background-color: #efefef;
}
#news--modal.modalArea.link .headWrap .movie-title {
  position: absolute;
  top: 50%;
  left: 28px;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
  border-left: none;
  transform: translate(0, -50%);
}

/*
最新ニュース以外のモーダル用
*/
#news--modal.modalArea.no-news .modalAreaInner {
  padding: 40px 40px 60px;
}
#news--modal.modalArea.no-news .head {
  margin-top: 24px;
  font-weight: bold;
  line-height: 1.6;
}
#news--modal.modalArea.no-news .head-3 {
  font-size: 171.428571%;
  margin-bottom: 36px;
}
#news--modal.modalArea.no-news .head-4 {
  font-size: 150%;
  margin-bottom: 16px;
}
#news--modal.modalArea.no-news .news--modal--img .caption {
  margin: 8px 4px;
  line-height: 1.6;
}

/* 外枠 シャドウ */
.modalLayer01 {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px;
}

/*
閉じるボタン
*/
.modalLayer02.modal-news-frame .modalClose__Wrapper {
  width: 100%;
  text-align: center;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.modalLayer02.modal-news-frame .modalClose {
  background-color: #2d2d2d;
}
.modalLayer02.modal-news-frame .modalClose.textBtn {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  width: 100%;
  height: 48px;
  padding: 16px;
  box-shadow: none;
}
.modalLayer02.modal-news-frame .modalClose.textBtn.c-button--shaped {
  border-radius: 4px;
}
.modalLayer02.modal-news-frame .modalClose.textBtn.c-button--fill-text-black {
  border-radius: 4px;
}
.modalLayer02.modal-news-frame .modalClose.button:hover {
  background-color: #fff;
}
.modalLayer02.modal-news-frame .modalClose.button:hover .modalClose__text .fas {
  color: #2d2d2d;
  transition: all 0.5s;
}
.modalLayer02.modal-news-frame .modalClose__text .fas {
  margin-right: 12px;
  color: #4e738e;
  transition: all 0.5s;
}

/* --------------------
モーダルウィンドウのカスタマイズ設定
// 使用箇所（年表）
-------------------- */
.modalLayerBg {
  background-color: rgba(0, 0, 0, 0.6);
}

.modalLayer02.customModal {
  width: 94%;
}
.modalLayer02.customModal .modalArea {
  padding: 14px 16px 20px;
}
.modalLayer02.customModal #modal-time time {
  font-size: 100%;
  color: #888;
}
.modalLayer02.customModal #modal-title {
  position: relative;
  margin-top: 20px;
}
.modalLayer02.customModal #modal-title h2 {
  font-size: 142.857142857%;
}
.modalLayer02.customModal #modal-title h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  width: 4px;
  height: 100%;
  background-color: #4d728c;
}
.modalLayer02.customModal #modal-img {
  margin-top: 24px;
}
.modalLayer02.customModal #modal-lead > p {
  margin-top: 20px;
  font-size: 114.285714%;
}
.modalLayer02.customModal .c-button {
  margin-top: 24px;
}
.modalLayer02.customModal .c-button--outline-black:hover {
  border: 1px solid #d26200;
}
.modalLayer02.customModal .modalClose {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 12px;
  right: 12px;
  border: 1px solid black;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
  background: #fff url("/news/special/coronavirus/chronology/images/ico-close.png") no-repeat center center/14px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
}
.modalLayer02.customModal .modalClose:hover {
  background-color: #4d728c;
  background-image: url("/news/special/coronavirus/chronology/images/ico-close_on.png");
  border: 1px solid #4d728c;
}
.modalLayer02.customModal .modalClose img {
  display: none;
}

.p-infectionStatus {
  margin: 8px auto 32px;
}
.p-infectionStatus__table {
  border-collapse: inherit;
  width: 100%;
  border: 3px solid #cc5501;
}
.p-infectionStatus__table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.p-infectionStatus__table tr:nth-child(even) {
  background-color: #fff;
}
.p-infectionStatus__table .thead-th {
  padding: 8px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #ddd;
  font-size: 142.857142857%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #cc5501;
}
.p-infectionStatus__table .thead-th:last-child {
  border-right: none;
}
.p-infectionStatus__table .tbody-th {
  vertical-align: middle;
  padding: 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 142.857142857%;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}
.p-infectionStatus__table .tbody-th > span {
  font-size: 14px;
  font-weight: normal;
}
.p-infectionStatus__table .tbody-th--Odd {
  background-color: #f2f2f2;
}
.p-infectionStatus__table .tbody-th--Even {
  background-color: #fff;
}
.p-infectionStatus__table .tbody-th-day {
  vertical-align: middle;
  padding: 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px dashed #ddd;
  font-size: 142.857142857%;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}
.p-infectionStatus__table .tbody-th-total {
  vertical-align: middle;
  padding: 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 142.857142857%;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}
.p-infectionStatus__table .tbody-th-charter {
  vertical-align: middle;
  padding: 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 100%;
  text-align: left;
  line-height: 1.2;
}
.p-infectionStatus__table .tbody-td-charter {
  text-align: right;
  line-height: 1.2;
  background-color: #f2f2f2;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  padding: 8px;
  font-size: 100%;
}
.p-infectionStatus__table .tbody-td {
  text-align: right;
  line-height: 1.6;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  padding: 8px;
  font-size: 142.857142857%;
}
.p-infectionStatus__table .tbody-td .text-bold {
  font-weight: bold;
}
.p-infectionStatus__table .tbody-td:last-child {
  border-right: none;
}
.p-infectionStatus__table .tbody-td-infection {
  text-align: right;
  line-height: 1.6;
  border-right: 1px solid #ddd;
  border-bottom: 1px dashed #ddd;
  vertical-align: middle;
  padding: 8px;
  font-size: 142.857142857%;
}
.p-infectionStatus__table .tbody-td-infection .text-bold {
  font-weight: bold;
}
.p-infectionStatus__table .tbody-td-infection-total {
  text-align: right;
  line-height: 1.6;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  padding: 8px;
  font-size: 142.857142857%;
}
.p-infectionStatus__table .tbody-td-severe {
  text-align: right;
  line-height: 1.6;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  padding: 8px;
  font-size: 142.857142857%;
}
.p-infectionStatus__table .tbody-td-severe .text-bold {
  font-weight: bold;
}
.p-infectionStatus__table .tbody-td-death {
  text-align: right;
  line-height: 1.6;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  padding: 8px;
  font-size: 142.857142857%;
}
.p-infectionStatus__table .tbody-td-death .text-bold {
  font-weight: bold;
}
.p-infectionStatus__table .tbody-td-discharge {
  text-align: right;
  line-height: 1.6;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  padding: 8px;
  font-size: 142.857142857%;
}
.p-infectionStatus__table .tbody-td-discharge .text-bold {
  font-weight: bold;
}
.p-infectionStatus__table.total {
  border: none;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
}
.p-infectionStatus__table.total .thead-th {
  background: #666;
  font-size: 100%;
  color: #fff;
  font-weight: normal;
}
.p-infectionStatus__table.total .thead-th.recovery {
  background-color: #4e738e;
  border-left: 10px solid #fff;
}
.p-infectionStatus__table.total .tbody-th {
  font-size: 114.285714%;
  font-weight: normal;
}
.p-infectionStatus__table.total .tbody-td {
  font-size: 114.285714%;
}
.p-infectionStatus__table.total .tbody-td.recovery {
  border-left: 10px solid #fff;
}
.p-infectionStatus__table.total .tbody-td.recovery > span {
  font-size: 14px;
}

.p-pt-table {
  width: 100%;
  height: 735px;
  display: block;
  overflow-y: scroll;
}
.p-pt-table__outer {
  position: relative;
}
.p-pt-table__outer::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.8) 50%, white 100%);
  transition: opacity 0.3s;
  pointer-events: none;
}
.p-pt-table__outer.fadeOff::after {
  opacity: 0;
}
.p-pt-table thead {
  border-bottom: 2px solid #BBBBBB;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.p-pt-table thead tr {
  border-bottom: none;
  display: flex;
}
.p-pt-table thead tr th {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 25%;
  padding: 6px 4px;
  font-size: 85.714286%;
  font-weight: bold;
  line-height: 1.4;
}
.p-pt-table thead tr th.before-pandemic {
  background-color: #fdfaee;
}
.p-pt-table tbody {
  display: block;
}
.p-pt-table tbody tr {
  display: flex;
  border-bottom: 1px solid #BBBBBB;
}
.p-pt-table tbody tr td {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 16px;
}
.p-pt-table tbody tr td p {
  width: 100%;
  text-align: right;
}
.p-pt-table tbody tr td.area {
  font-size: 92.857142%;
  font-weight: bold;
  text-align: center;
}
.p-pt-table tbody tr td.before-pandemic {
  background-color: #fdfaee;
}
.p-pt-table tbody tr td.plus {
  color: #fd0045;
}
.p-pt-table tbody tr td.minus {
  color: #1369bd;
}
.p-pt-table tbody tr td .value {
  font-weight: bold;
  font-size: 114.285714%;
}
.p-pt-table tbody tr td .percent {
  font-weight: bold;
  font-size: 92.857142%;
}
.p-pt-table__notes {
  margin-top: 8px;
  font-size: 85.714286%;
  text-align: left;
}
.p-pt-table__notes.update {
  font-size: 114.285714%;
  font-weight: bold;
  text-align: right;
}
.p-pt-table__notes.ntt {
  text-align: right;
}

.p-Consultation {
  margin-top: 12px;
}
.p-Consultation__table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.p-Consultation dl {
  font-size: 114.285714%;
  line-height: 1.4;
}
.p-Consultation dl:last-child {
  border-bottom: 1px solid #ddd;
}
.p-Consultation dt {
  display: table-cell;
  width: 400px;
  text-align: left;
  padding: 6px;
  border-right: 1px solid #ddd;
}
.p-Consultation dd {
  display: table-cell;
  width: 320px;
  text-align: left;
  padding: 6px;
}

.p-bed-patient-Percentage__table {
  width: 100%;
  text-align: center;
}
.p-bed-patient-Percentage__table th {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.2;
  border: 1px solid #333;
}
.p-bed-patient-Percentage__table th:nth-child(n+2) {
  color: #fff;
}
.p-bed-patient-Percentage__table th:nth-child(2) {
  background-color: #c54b00;
}
.p-bed-patient-Percentage__table th:nth-child(3) {
  background-color: #26465f;
}
.p-bed-patient-Percentage__table th:nth-child(4) {
  background-color: #666;
}
.p-bed-patient-Percentage__table th:nth-child(5) {
  background-color: #0087d2;
}
.p-bed-patient-Percentage__table td {
  height: 26px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #333;
}

.p-bed-patient-Percentage__table_july {
  width: 100%;
  text-align: center;
}
.p-bed-patient-Percentage__table_july tr:first-child th:nth-child(2) {
  background-color: #c54b00;
}
.p-bed-patient-Percentage__table_july th {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.2;
  border: 1px solid #333;
}
.p-bed-patient-Percentage__table_july th:nth-child(n+2) {
  color: #fff;
}
.p-bed-patient-Percentage__table_july th:nth-child(3) {
  background-color: #26465f;
}
.p-bed-patient-Percentage__table_july th:nth-child(4) {
  background-color: #666;
}
.p-bed-patient-Percentage__table_july th:nth-child(5) {
  background-color: #0087d2;
}
.p-bed-patient-Percentage__table_july td {
  height: 26px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #333;
}
.p-bed-patient-Percentage__table_july .p-bed_add {
  color: #fff;
  background-color: #c46c00;
}

.p-self-restraint__table_sun {
  width: 100%;
  text-align: center;
}
.p-self-restraint__table_sun th {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.2;
  border: 1px solid #333;
  background-color: #c54b00;
}
.p-self-restraint__table_sun th:nth-child(n+2) {
  color: #fff;
}
.p-self-restraint__table_sun td {
  height: 26px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #333;
}

.p-self-restraint__table_mon {
  width: 100%;
  text-align: center;
}
.p-self-restraint__table_mon th {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.2;
  border: 1px solid #333;
  background-color: #0076d1;
}
.p-self-restraint__table_mon th:nth-child(n+2) {
  color: #fff;
}
.p-self-restraint__table_mon td {
  height: 26px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #333;
}

.p-emergency__population-table {
  width: 100%;
  text-align: center;
}
.p-emergency__population-table th {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.2;
  border: 1px solid #333;
}
.p-emergency__population-table th:nth-child(n+2) {
  color: #fff;
}
.p-emergency__population-table th:nth-child(2) {
  background-color: #c54b00;
}
.p-emergency__population-table th:nth-child(3) {
  background-color: #26465f;
}
.p-emergency__population-table th:nth-child(4) {
  background-color: #666;
}
.p-emergency__population-table th:nth-child(5) {
  background-color: #0087d2;
}
.p-emergency__population-table td {
  height: 26px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #333;
}
.table--area-emergency .p-emergency-table td {
  width: 22%;
}
.table--area-emergency .p-emergency-table td:first-child {
  width: 12%;
}

.p-emergency__tokyo-table {
  width: 100%;
  text-align: center;
}
.p-emergency__tokyo-table th {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.2;
  border: 1px solid #333;
  background-color: #f0792f;
  color: #fff;
}
.p-emergency__tokyo-table td {
  padding: 4px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #333;
}
.p-emergency__tokyo-table td.tokyo-ttl {
  background-color: #B0FFFE;
  width: 28%;
}
.p-emergency__tokyo-table td.tokyo-ttl_head {
  background-color: #B0FFFE;
  width: 16%;
}

.p-infection-table-contents {
  width: 100%;
  text-align: center;
}
.p-infection-table-contents th {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.2;
  border: 1px solid #333;
}
.p-infection-table-contents th:nth-child(n+2) {
  color: #fff;
}
.p-infection-table-contents th:nth-child(2) {
  background-color: #c54b00;
}
.p-infection-table-contents th:nth-child(3) {
  background-color: #26465f;
}
.p-infection-table-contents th:nth-child(4) {
  background-color: #666;
}
.p-infection-table-contents th:nth-child(5) {
  background-color: #0087d2;
}
.p-infection-table-contents td {
  height: 26px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #bebebe;
}
.p-infection-table-contents .color--padding {
  background-color: #d9d9d9;
}
.p-infection-table-contents .border-point-right {
  border-right-color: #d9d9d9;
}
.p-infection-table-contents .border-point-left {
  border-left-color: #d9d9d9;
}
.p-infection-table-contents .border-point-bottom {
  border-bottom-color: #d9d9d9;
}
.p-infection-table-contents .border-point-dotted-right {
  border-right: 2px dotted;
  border-right-color: #cecece;
}
.p-infection-table-contents .border-point-dotted-left {
  border-left: 2px dotted;
  border-left-color: #cecece;
}

.table--area-infection {
  display: flex;
}
.table--area-infection .p-newinfection-table_innerArea {
  width: 49%;
}
.table--area-infection .p-infection-table td:nth-of-type(odd) {
  width: 30%;
  text-shadow: 1px 1px 7px #cecece;
}
.table--area-infection .p-infection-table td:nth-of-type(even) {
  width: 20%;
}
.table--area-infection .area-color_01 {
  background-color: #c4ddfa;
}
.table--area-infection .area-color_02 {
  background-color: rgba(70, 192, 206, 0.3);
}
.table--area-infection .area-color_03 {
  background-color: rgba(181, 219, 15, 0.3);
}
.table--area-infection .area-color_04 {
  background-color: rgba(126, 206, 113, 0.3);
}
.table--area-infection .area-color_05 {
  background-color: rgba(196, 115, 178, 0.3);
}
.table--area-infection .area-color_06 {
  background-color: rgba(255, 191, 0, 0.3);
}
.table--area-infection .area-color_07 {
  background-color: rgba(255, 157, 0, 0.3);
}
.table--area-infection .area-color_08 {
  background-color: rgba(232, 74, 11, 0.3);
}

.p-emergency__alert-table {
  width: 100%;
  text-align: center;
}
.p-emergency__alert-table th {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.2;
  border: 1px solid #333;
  background-color: #c2272d;
  color: white;
}
.p-emergency__alert-table td {
  line-height: 1, 2;
  vertical-align: middle;
  font-size: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: 1px solid #333;
}
.p-emergency__alert-table tr.today td {
  font-size: 135.7142857%;
  font-weight: bold;
}
.p-emergency__alert-table tr.today_new td {
  font-size: 135.7142857%;
  font-weight: bold;
}

.alert-table_monitoring-new {
  width: 100%;
  text-align: center;
}
.alert-table_monitoring-new th {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.2;
  border: 1px solid #333;
  background-color: #c2272d;
  color: white;
}
.alert-table_monitoring-new td {
  line-height: 1, 2;
  vertical-align: middle;
  font-size: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  border: 1px solid #333;
}
.alert-table_monitoring-new tr.today_new td {
  font-size: 135.7142857%;
  font-weight: bold;
}

.p-chronology-01__items {
  border: 1px solid #ccc;
  border-bottom: none;
}
.p-chronology-01__items__item {
  border-bottom: 1px solid #ccc;
}
.p-chronology-01__items__item dt {
  background-color: #f5f2e6;
  font-weight: bold;
  padding: 12px 16px;
  font-size: 114.285714%;
  line-height: 1.8;
}
.p-chronology-01__items__item dd {
  padding: 12px 16px 12px;
}
.p-chronology-01__items__item dd::after {
  content: "";
  display: block;
  clear: both;
}
.p-chronology-01__items__item dd figure {
  margin-bottom: 20px;
}
.p-chronology-01__items__item dd figure img {
  max-width: 100%;
}
.p-chronology-01__items__item dd .commentary_title {
  font-size: 128.571429%;
  font-weight: bold;
  line-height: 1.4;
}
.p-chronology-01__items__item dd .commentary_text {
  font-size: 114.285714%;
  line-height: 1.6;
  margin: 16px 0 0;
}
.p-chronology-02 {
  width: 100%;
}
.p-chronology-02 th, .p-chronology-02 td {
  padding: 24px 16px;
  vertical-align: middle;
  font-size: 114.285714%;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p-chronology-02 td:nth-of-type(2) {
  font-weight: bold;
}
.p-chronology-02 td.txt-red {
  color: #c42138;
  font-weight: bold;
}
.p-chronology-02 td.year {
  padding: 48px 16px 24px;
  font-size: 171.428571%;
  font-weight: bold;
  line-height: 1;
  border-bottom: 2px solid #4e738e;
}
.p-chronology-02 td span.sp-venue {
  display: none;
}
.p-chronology-02__header td {
  width: calc(100% / 3);
  padding: 16px 16px;
  font-size: 100%;
  font-weight: bold;
  background-color: #efefef;
  border-bottom: none;
}
.p-chronology-02__header .date {
  width: 30%;
}
.p-chronology-02__header .detail {
  width: 40%;
  border-left: 2px solid #fff;
}
.p-chronology-02__header .venue {
  width: 30%;
  border-left: 2px solid #fff;
}

/* --------------------
バナーエリア設定
-------------------- */
.p-footer-banners .l-content__inner {
  margin-top: 32px;
}
.p-banner_footer--info .p-banner_footer--info_text {
  font-size: 35px;
}

.p-footer-banners-inner_span {
  font-size: 24px;
  vertical-align: sub;
}

.p-footer-banners-inner_span02 {
  font-size: 16px;
  margin-left: 15px;
  font-weight: normal;
}

.p-protection {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.p-protection .p-QandA:not(:first-child) {
  border-top: 1px solid #dadada;
}
.p-protection .p-QandA__q, .p-protection .p-QandA__a {
  display: flex;
}
.p-protection .p-QandA__q {
  position: relative;
  padding: 8px;
  cursor: pointer;
}
.p-protection .p-QandA__a {
  margin-top: 32px;
}
.p-protection .p-QandA__toggleIcon {
  position: absolute;
  display: block;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 17px;
  height: 8px;
}
.p-protection .p-QandA__aWrap {
  display: none;
  padding: 0 0px 24px 8px;
}
.p-protection .p-QandA__icon {
  width: 8%;
  font-size: 135.7142857%;
  font-weight: bold;
}
.p-protection .p-QandA__title, .p-protection .p-QandA__text {
  width: 92%;
  font-size: 114.285714%;
  font-weight: bold;
  line-height: 1.6;
  padding-right: 2em;
}
.p-protection .p-QandA__text > p:not(:first-child) {
  margin-top: 32px;
}
.p-protection .p-QandA__text ul {
  margin-top: 32px;
}
.p-protection .p-QandA__text li {
  list-style-type: disc !important;
  list-style: outside;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.p-protection .p-QandA__text li:last-child {
  margin-bottom: 0;
}
.p-protection .p-QandA__text a {
  text-decoration: underline;
}
.p-protection .p-QandA__text .mark a {
  padding: 4px 22px 4px 0px;
  background: url(../images/ico-window.png) no-repeat right 2px/15px;
  text-decoration: underline;
}

.p-knowledge-category__wrap {
  margin-top: 32px;
}

.p-knowledge-category {
  margin-top: 36px;
}
.p-knowledge-category__title {
  font-size: 142.857142857%;
}
.p-knowledge-category__title.work-life {
  background: url("../images/ico-knowledge_work-life.png") no-repeat left center/32px;
  padding-left: 38px;
}
.p-knowledge-category__title.school {
  background: url(../images/ico-knowledge_school.png) no-repeat left center/31px;
  padding: 6px 0 0 38px;
}
.p-knowledge-category__title.corona {
  background: url("../images/ico-knowledge_corona.png") no-repeat left center/32px;
  padding: 4px 0 0 38px;
}
.p-knowledge-category__title.expert {
  background: url("../images/ico-knowledge_expert.png") no-repeat left center/32px;
  padding-left: 38px;
}
.p-knowledge-category__title.nhk {
  background: url("../images/ico-knowledge_nhk.jpg") no-repeat left center/32px;
  padding-left: 38px;
}
.p-knowledge-category__title.information {
  background: url("../images/ico-knowledge_information.png") no-repeat left center/32px;
  padding-left: 38px;
}

.p-article-text .position-r {
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
}
.p-article-text .toggleIcon {
  position: absolute;
  display: block;
  top: 0px;
  right: 30px;
  transform: translateY(250%);
  width: 17px;
  height: 8px;
}

.p-button-pd {
  padding: 3px 16px;
}

.p-button--banner--width {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-button--banner-shape {
  border-radius: 8px;
}

.p-button--banner--fz {
  font-size: 22px;
  line-height: 30px;
  padding: 10px;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.p-button--banner--fz .fa-chevron-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-button--pc_hide {
  display: none;
}

.p-button--message--sp {
  font-size: 28px;
  line-height: 35px;
}

#p-button--hide-p {
  padding-top: 0;
}

.c-list__item a {
  color: #2d2d2d;
}

.p-nhklist {
  margin-top: 10px;
  font-size: 114.285714%;
  line-height: 1.4;
}
.p-nhklist li {
  padding: 8px 8px 8px 15px;
  background: #f4f4f4;
}
.p-nhklist li:nth-child(even) {
  background: #ddd;
}
.p-nhklist a:link {
  color: #045e8c;
}
.p-nhklist a:visited {
  color: #045e8c;
}

.title-another.c-mokuji__list li {
  margin-left: 24px;
  font-weight: 100;
}
.title-another.c-mokuji__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.title-another.c-mokuji__list li:nth-child(1), .title-another.c-mokuji__list li:nth-child(3), .title-another.c-mokuji__list li:nth-child(6) {
  margin-left: 0;
  font-weight: bold;
}
.title-another.c-mokuji__list li:nth-child(1)::before, .title-another.c-mokuji__list li:nth-child(3)::before, .title-another.c-mokuji__list li:nth-child(6)::before {
  width: 11px;
  height: 11px;
  border-top: solid 3px #4e738e;
  border-right: solid 3px #4e738e;
}

.pref_title_child {
  text-align: center;
}

/* --------------------
コロナフッターエリア設定
-------------------- */
.l-footer {
  width: 100%;
  background-color: #DDD;
}

.p-corona-footer {
  width: 100%;
  padding: 32px 8px;
}
.p-corona-footer__news, .p-corona-footer__data, .p-corona-footer__knowledge {
  display: flex;
}
.p-corona-footer__news .title, .p-corona-footer__data .title, .p-corona-footer__knowledge .title {
  width: 60px;
  padding-top: 58px;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.4;
  background: url("../images/ico-navi-news.png") no-repeat left 0px/54px;
}
.p-corona-footer__data {
  margin-top: 32px;
}
.p-corona-footer__data .title {
  background: url("../images/ico-navi-data.png") no-repeat left 0px/54px;
}
.p-corona-footer__knowledge {
  margin-top: 32px;
}
.p-corona-footer__knowledge .title {
  padding-top: 51px;
  background: url("../images/ico-navi-knowledge.png") no-repeat left 0px/54px;
}
.p-corona-footer__knowledge .p-knowledge-category__wrap {
  width: calc(100% - (60px + 12px));
  margin-top: 0px;
  margin-left: 12px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #fff;
}
.p-corona-footer__knowledge .p-knowledge-category {
  margin-top: 0px;
}
.p-corona-footer__knowledge .p-knowledge-category__title {
  padding: 10px;
  font-size: 100%;
  font-weight: bold;
  border-top: 2px solid #000;
}
.p-corona-footer__knowledge .p-knowledge-category__title:first-child {
  border-top: none;
}
.p-corona-footer__knowledge .p-knowledge-category__title:first-child.work-life {
  background: none;
  padding-left: 0px;
}
.p-corona-footer__knowledge .p-knowledge-category__title:first-child.school {
  background: none;
  padding: 0px;
}
.p-corona-footer__knowledge .p-knowledge-category__title:first-child.corona {
  background: none;
  padding: 0px;
}
.p-corona-footer__knowledge .p-knowledge-category__title:first-child.expert {
  background: none;
  padding-left: 0px;
}
.p-corona-footer__knowledge .p-knowledge-category__title:first-child.nhk {
  background: none;
  padding-left: 0px;
}
.p-corona-footer__knowledge .p-knowledge-category__title .p-list-line {
  display: none;
}
.p-corona-footer .p-footer-list {
  width: calc(100% - (60px + 12px));
  margin-left: 12px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #fff;
  border-top-right-radius: 6px !important;
}
.p-corona-footer .p-footer-list .p-navi-child__item {
  margin-top: 0px;
  padding: 10px;
  font-size: 100%;
  font-weight: bold;
  border-top: 2px solid #000;
}
.p-corona-footer .p-footer-list .p-navi-child__item:first-child {
  border-top: none;
}
.p-corona-footer .p-footer-list .p-navi-child__item a {
  display: inline-block;
  width: 100%;
  color: #555;
  border-bottom: none;
}
.p-corona-footer .p-footer-list .p-navi-child__item a:hover {
  text-decoration: none;
  border-bottom: none;
}
.p-corona-footer .p-footer-list .p-navi-child__item a.u-fa-bg--caret {
  padding-right: 12px;
}
.p-corona-footer .p-footer-list .p-navi-child__item a.u-fa-bg--caret::before {
  top: 50%;
  bottom: inherit;
  transform: translateY(-50%);
  font-size: 25px;
}

.p-ade {
  margin-top: 24px;
}
.p-ade .p-ade-dl {
  width: 100%;
  padding: 24px 12px;
}
.p-ade .p-ade-dl__title {
  padding-bottom: 16px;
  font-size: 142.857142857%;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #2d2d2d;
}
.p-ade .p-ade-dl__text .list {
  padding: 24px 0px 0px;
}
.p-ade .p-ade-dl__text .item {
  margin-top: 16px;
  font-size: 128.571429%;
  line-height: 1.6;
}
.p-ade .p-ade-dl__text .item:first-child {
  margin-top: 0px;
}
.p-ade .p-ade-dl.point {
  background-color: #fdfaee;
}
.p-ade .p-ade-dl.point .item {
  display: flex;
}
.p-ade .p-ade-dl.point .item > span:first-child {
  margin-right: 8px;
}
.p-ade .p-ade-dl.current {
  margin-top: 16px;
  background-color: #edf6ff;
}
.p-ade .p-ade-dl.current .p-ade-dl__text .list {
  list-style-type: disc;
}
.p-ade .p-ade-dl.current .p-ade-dl__text .item {
  margin-left: 16px;
}
.p-ade .p-ade-dl.current .p-ade-dl__text .item a {
  color: #2d2d2d;
  /* Edge(EdgeHTML) & IE11 & IE10 */
}
.p-ade .p-ade-dl.current .p-ade-dl__text .item a:link {
  text-decoration: none;
  border-bottom: 1px solid #2d2d2d;
}
.p-ade .p-ade-dl.current .p-ade-dl__text .item a:hover {
  text-decoration: none;
  border-bottom: none;
}
.p-ade .p-ade-dl.current .p-ade-dl__text .item a.u-fa-bg--caret::before {
  font-size: 19px;
}
.p-ade .p-ade-dl.current .p-ade-dl__text .item a _:-ms-lang(x), .p-ade .p-ade-dl.current .p-ade-dl__text .item a.u-fa-bg--caret {
  padding-right: 20px;
}
.p-ade .p-ade-dl.current .p-ade-dl__text .item a _:-ms-lang(x)::before, .p-ade .p-ade-dl.current .p-ade-dl__text .item a.u-fa-bg--caret::before {
  font-size: 25px;
}

.u-only-xs {
  display: none;
}
.u-only-xs--inline {
  display: none;
}
.u-only-xs--flex {
  display: none;
}

.u-only-sm {
  display: none;
}
.u-only-sm--inline {
  display: none;
}
.u-only-sm--flex {
  display: none;
}

.u-only-md {
  display: none;
}
.u-only-md--inline {
  display: none;
}
.u-only-md--flex {
  display: none;
}

.u-only-lg {
  display: none;
}
.u-only-lg--inline {
  display: none;
}
.u-only-lg--flex {
  display: none;
}

.u-only-xl {
  display: none;
}
.u-only-xl--inline {
  display: none;
}
.u-only-xl--flex {
  display: none;
}

.u-fz10 {
  font-size: 71.428571%;
}

.u-fz11 {
  font-size: 78.571428%;
}

.u-fz12 {
  font-size: 85.714286%;
}

.u-fz13 {
  font-size: 92.857142%;
}

.u-fz14 {
  font-size: 100%;
}

.u-fz15 {
  font-size: 107.142857143%;
}

.u-fz16 {
  font-size: 114.285714%;
}

.u-fz17 {
  font-size: 121.428571%;
}

.u-fz18 {
  font-size: 128.571429%;
}

.u-fz19 {
  font-size: 135.7142857%;
}

.u-fz20 {
  font-size: 142.857142857%;
}

.u-fz22 {
  font-size: 157.142857%;
}

.u-fz23 {
  font-size: 164.285714%;
}

.u-fz24 {
  font-size: 171.428571%;
}

.u-fz25 {
  font-size: 178.5714286%;
}

.u-fz26 {
  font-size: 185.714286%;
}

.u-fz27 {
  font-size: 192.857142857%;
}

.u-fz28 {
  font-size: 200%;
}

.u-fz30 {
  font-size: 214.2857143%;
}

.u-fz32 {
  font-size: 228.571429%;
}

.u-fz34 {
  font-size: 242.8571429%;
}

.u-fz36 {
  font-size: 257.1428571%;
}

.u-fz38 {
  font-size: 271.428571429%;
}

.u-fz40 {
  font-size: 285.714286%;
}

.u-fz42 {
  font-size: 300%;
}

.u-fz44 {
  font-size: 314.285714286%;
}

.u-fz46 {
  font-size: 328.571428571%;
}

.u-fz50 {
  font-size: 357.142857143%;
}

.u-fz72 {
  font-size: 514.285714286%;
}

.u-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.u-icon--top::before {
  top: 0.2em;
  transform: translateY(0);
}
.u-icon--bottom::before {
  top: auto;
  bottom: 0.2em;
  transform: translateY(0);
}
.u-icon--right::before {
  right: 0;
}
.u-icon--left::before {
  left: 0;
}
.u-icon--triangle_01::before {
  content: "▶";
}
.u-icon--triangle_02::before {
  content: "◀";
}
.u-icon--triangle_03::before {
  content: "▲";
}
.u-icon--triangle_03::before {
  content: "▼";
}
.u-icon--db-bracket_01::before {
  content: "≪";
}
.u-icon--db-bracket_02::before {
  content: "≫";
}

.u-link {
  color: #045e8c;
}
.u-link:visited {
  color: #38225F;
}
.u-link:hover {
  text-decoration: underline;
  color: #0690d6;
}
.u-link--noState:visited {
  color: #045e8c;
}
.u-link--noDecoration:hover {
  text-decoration: none;
}
.u-link--noDecoration:hover .u-link--decoration {
  text-decoration: underline;
}

.u-fa-bg {
  position: relative;
}
.u-fa-bg--caret {
  padding-right: 12px;
}
.u-fa-bg--caret::before {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  font-size: 17px;
}

/* Edge(EdgeHTML) & IE11 & IE10 */

.u-clickable {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-clickable--abs {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-externalLink span {
  padding: 4px 22px 4px 0px;
  background: url(../images/ico-window.png) no-repeat right 2px/15px;
  text-decoration: underline;
}

.u-hover--custom, .u-hover--gray, .u-hover--blue, .u-hover--white {
  position: relative;
  display: block;
}
.u-hover--custom::after, .u-hover--gray::after, .u-hover--blue::after, .u-hover--white::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}

.u-hover--white:hover::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.u-hover--blue:hover::after {
  background-color: rgba(29, 39, 51, 0.4);
}
.u-hover--gray:hover::after {
  background-color: rgba(108, 108, 108, 0.2);
}
.u-hover--custom .fas {
  color: #4e738e;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.u-hover--custom:hover {
  background-color: #4e738e;
}
.u-hover--custom:hover .fas {
  color: #2d2d2d;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mAll0 {
  margin: 0px !important;
}
.u-mt4 {
  margin-top: 4px !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-mAll4 {
  margin: 4px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-mAll8 {
  margin: 8px !important;
}
.u-mt12 {
  margin-top: 12px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-mAll12 {
  margin: 12px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-mAll16 {
  margin: 16px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mAll20 {
  margin: 20px !important;
}
.u-mt24 {
  margin-top: 24px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-mAll24 {
  margin: 24px !important;
}
.u-mt28 {
  margin-top: 28px !important;
}

.u-mr28 {
  margin-right: 28px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-ml28 {
  margin-left: 28px !important;
}

.u-mAll28 {
  margin: 28px !important;
}
.u-mt32 {
  margin-top: 32px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-mAll32 {
  margin: 32px !important;
}
.u-mt36 {
  margin-top: 36px !important;
}

.u-mr36 {
  margin-right: 36px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-ml36 {
  margin-left: 36px !important;
}

.u-mAll36 {
  margin: 36px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mAll40 {
  margin: 40px !important;
}
.u-mt44 {
  margin-top: 44px !important;
}

.u-mr44 {
  margin-right: 44px !important;
}

.u-mb44 {
  margin-bottom: 44px !important;
}

.u-ml44 {
  margin-left: 44px !important;
}

.u-mAll44 {
  margin: 44px !important;
}
.u-mt48 {
  margin-top: 48px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-mAll48 {
  margin: 48px !important;
}
.u-mt52 {
  margin-top: 52px !important;
}

.u-mr52 {
  margin-right: 52px !important;
}

.u-mb52 {
  margin-bottom: 52px !important;
}

.u-ml52 {
  margin-left: 52px !important;
}

.u-mAll52 {
  margin: 52px !important;
}
.u-mt56 {
  margin-top: 56px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-mAll56 {
  margin: 56px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mAll60 {
  margin: 60px !important;
}
.u-mt64 {
  margin-top: 64px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-mAll64 {
  margin: 64px !important;
}
.u-mt68 {
  margin-top: 68px !important;
}

.u-mr68 {
  margin-right: 68px !important;
}

.u-mb68 {
  margin-bottom: 68px !important;
}

.u-ml68 {
  margin-left: 68px !important;
}

.u-mAll68 {
  margin: 68px !important;
}
.u-mt72 {
  margin-top: 72px !important;
}

.u-mr72 {
  margin-right: 72px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-ml72 {
  margin-left: 72px !important;
}

.u-mAll72 {
  margin: 72px !important;
}
.u-mt76 {
  margin-top: 76px !important;
}

.u-mr76 {
  margin-right: 76px !important;
}

.u-mb76 {
  margin-bottom: 76px !important;
}

.u-ml76 {
  margin-left: 76px !important;
}

.u-mAll76 {
  margin: 76px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mAll80 {
  margin: 80px !important;
}
.u-mAuto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pAll0 {
  padding: 0px !important;
}
.u-pt4 {
  padding-top: 4px !important;
}

.u-pr4 {
  padding-right: 4px !important;
}

.u-pb4 {
  padding-bottom: 4px !important;
}

.u-pl4 {
  padding-left: 4px !important;
}

.u-pAll4 {
  padding: 4px !important;
}
.u-pt8 {
  padding-top: 8px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-pAll8 {
  padding: 8px !important;
}
.u-pt12 {
  padding-top: 12px !important;
}

.u-pr12 {
  padding-right: 12px !important;
}

.u-pb12 {
  padding-bottom: 12px !important;
}

.u-pl12 {
  padding-left: 12px !important;
}

.u-pAll12 {
  padding: 12px !important;
}
.u-pt16 {
  padding-top: 16px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-pAll16 {
  padding: 16px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pAll20 {
  padding: 20px !important;
}
.u-pt24 {
  padding-top: 24px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-pAll24 {
  padding: 24px !important;
}
.u-pt28 {
  padding-top: 28px !important;
}

.u-pr28 {
  padding-right: 28px !important;
}

.u-pb28 {
  padding-bottom: 28px !important;
}

.u-pl28 {
  padding-left: 28px !important;
}

.u-pAll28 {
  padding: 28px !important;
}
.u-pt32 {
  padding-top: 32px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-pAll32 {
  padding: 32px !important;
}
.u-pt36 {
  padding-top: 36px !important;
}

.u-pr36 {
  padding-right: 36px !important;
}

.u-pb36 {
  padding-bottom: 36px !important;
}

.u-pl36 {
  padding-left: 36px !important;
}

.u-pAll36 {
  padding: 36px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pAll40 {
  padding: 40px !important;
}
.u-pt44 {
  padding-top: 44px !important;
}

.u-pr44 {
  padding-right: 44px !important;
}

.u-pb44 {
  padding-bottom: 44px !important;
}

.u-pl44 {
  padding-left: 44px !important;
}

.u-pAll44 {
  padding: 44px !important;
}
.u-pt48 {
  padding-top: 48px !important;
}

.u-pr48 {
  padding-right: 48px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pl48 {
  padding-left: 48px !important;
}

.u-pAll48 {
  padding: 48px !important;
}
.u-pt52 {
  padding-top: 52px !important;
}

.u-pr52 {
  padding-right: 52px !important;
}

.u-pb52 {
  padding-bottom: 52px !important;
}

.u-pl52 {
  padding-left: 52px !important;
}

.u-pAll52 {
  padding: 52px !important;
}
.u-pt56 {
  padding-top: 56px !important;
}

.u-pr56 {
  padding-right: 56px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pl56 {
  padding-left: 56px !important;
}

.u-pAll56 {
  padding: 56px !important;
}
.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pAll60 {
  padding: 60px !important;
}
.u-pt64 {
  padding-top: 64px !important;
}

.u-pr64 {
  padding-right: 64px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pl64 {
  padding-left: 64px !important;
}

.u-pAll64 {
  padding: 64px !important;
}
.u-pt68 {
  padding-top: 68px !important;
}

.u-pr68 {
  padding-right: 68px !important;
}

.u-pb68 {
  padding-bottom: 68px !important;
}

.u-pl68 {
  padding-left: 68px !important;
}

.u-pAll68 {
  padding: 68px !important;
}
.u-pt72 {
  padding-top: 72px !important;
}

.u-pr72 {
  padding-right: 72px !important;
}

.u-pb72 {
  padding-bottom: 72px !important;
}

.u-pl72 {
  padding-left: 72px !important;
}

.u-pAll72 {
  padding: 72px !important;
}
.u-pt76 {
  padding-top: 76px !important;
}

.u-pr76 {
  padding-right: 76px !important;
}

.u-pb76 {
  padding-bottom: 76px !important;
}

.u-pl76 {
  padding-left: 76px !important;
}

.u-pAll76 {
  padding: 76px !important;
}
.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pAll80 {
  padding: 80px !important;
}
.u-pos-sta {
  position: static;
}

.u-pos-rel {
  position: relative;
}

.u-pos-abs {
  position: absolute;
}

.u-pos-fix {
  position: fixed;
}

.u-txt-hr--right {
  text-align: right;
}

.u-txt-hr--center {
  text-align: center;
}

.u-txt-hr--left {
  text-align: left;
}

.u-txt-color--white {
  color: #fff;
}

.u-txt-color--black {
  color: #000;
}

.u-txt-color--red {
  color: red;
}

.u-txt-color--base {
  color: #2d2d2d;
}

.u-txt-bold--light-2 {
  font-weight: lighter;
}

.u-txt-bold {
  font-weight: bold;
}

.u-txt-bold--nomal {
  font-weight: normal;
}

.u-txt-bold--bold-1 {
  font-weight: bolder;
}

.u-txt-marker {
  padding: 1px 1px;
  background-color: #fff799;
  font-weight: bold;
}
.u-txt-marker--line {
  padding: 1px 1px;
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
}

.u-txt-underline {
  text-decoration: underline;
}

.u-color--main-01 {
  background-color: #4e738e;
}
.u-color--main-02 {
  background-color: #2d2d2d;
}
.u-color--main-03 {
  background-color: #2a506b;
}
.u-color--accent-01 {
  background-color: #cc5500;
}
.u-color--accent-02 {
  background-color: #d6e7ed;
}
.u-color--accent-blue-01 {
  background-color: #1d2733;
}
.u-color--accent-blue-02 {
  background-color: #0087d2;
}
.u-color--accent-yellow-01 {
  background-color: #fff732;
}
.u-color--accent-yellow-02 {
  background-color: #ffdf87;
}
.u-color--accent-yellow-03 {
  background-color: #ffe732;
}
.u-color--accent-gray {
  background-color: #6c6c6c;
}
.u-color--base-white {
  background-color: #fff;
}
.u-color--base-black {
  background-color: #000;
}
.u-color--back-ground {
  background-color: #0a131a;
}
.u-color--back-ground-mv {
  background-color: #000000;
}
.u-color--base-gray {
  background-color: #c4c4c4;
}

.u-color-text--red {
  color: red;
}
.u-color-text--white {
  color: white;
}
.u-color-text--black {
  color: #333;
}

.u-boxBg {
  padding: 12px;
}
.u-boxBg.lblue {
  background-color: #dbf7ff;
}
.u-boxBg.lred {
  background-color: #ffdbdb;
}
.u-boxBg.lyellow {
  background-color: #fff9db;
}
.u-boxBg.lgray {
  background-color: #ececec;
}
.u-boxBg.lgreen {
  background-color: #e2ffe1;
}
@media print, screen and (min-width: 601px) {
  .modalClose {
    width: 34px;
    height: 34px;
    top: -17px;
    right: -17px;
  }
}
@media print, screen and (min-width: 600px ) {
  .banners {
    width: 640px;
  }
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  .f-back-home {
    bottom: 99px;
  }
  .l-content__inner {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .l-content__inner--max {
    width: 960px;
  }
  .l-content__inner--article {
    width: 720px;
  }
  .l-content__inner--no-prl {
    padding-right: 0;
    padding-left: 0;
  }
  .l-content__inner--no-mtb {
    margin-top: 0;
    margin-bottom: 0;
  }
  .l-content__inner--no-mt {
    margin-top: 0;
  }
  .l-content__inner--no-mb {
    margin-bottom: 0;
  }
  .c-article__qa {
    margin-top: calc(64px - 0.3em);
  }
  .c-breadcrumb > ul {
    width: 960px;
    padding: 8px 0;
  }
  .c-button-wrap--small {
    width: 240px;
  }
  .c-button-wrap--middle {
    width: 352px;
  }
  .c-button-wrap--large {
    width: 480px;
  }
  .c-button-wrap--inline {
    margin-right: 24px;
    margin-left: 24px;
  }
  .c-button {
    padding: 16px;
  }
  .c-card__textBox {
    padding: 16px 16px 0px;
  }
  .c-card__textBox.rightSide {
    padding-right: 0;
  }
  .c-card__textBox.leftSide {
    padding-left: 0;
  }
  .c-card__textBox--no-mtb {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-card__text {
    margin-top: 16px;
  }
  .c-card__more {
    padding: 0 16px 16px;
  }
  .c-data--outline {
    margin-top: 24px;
    padding: 24px;
  }
  .c-data__item {
    padding-left: 1em;
  }
  .c-col-md-1 {
    width: 8.3333333333%;
  }
  .c-col-md-2 {
    width: 16.6666666667%;
  }
  .c-col-md-3 {
    width: 25%;
  }
  .c-col-md-4 {
    width: 33.3333333333%;
  }
  .c-col-md-5 {
    width: 41.6666666667%;
  }
  .c-col-md-6 {
    width: 50%;
  }
  .c-col-md-7 {
    width: 58.3333333333%;
  }
  .c-col-md-8 {
    width: 66.6666666667%;
  }
  .c-col-md-9 {
    width: 75%;
  }
  .c-col-md-10 {
    width: 83.3333333333%;
  }
  .c-col-md-11 {
    width: 91.6666666667%;
  }
  .c-col-md-12 {
    width: 100%;
  }
  .c-heading-01 {
    margin: 40px auto 32px;
    font-size: 228.571429%;
  }
  .c-heading-01.en {
    padding-bottom: 12px;
  }
  .c-heading-01--line {
    padding-bottom: 24px;
  }
  .c-heading-02 {
    margin-top: 40px;
  }
  .c-heading-03 {
    margin-top: 64px;
    padding: 16px;
  }
  .c-heading-04 {
    margin-top: 48px;
  }
  .c-heading-04--line-left {
    margin-top: 48px;
    padding: 6px 8px 6px 12px;
  }
  .c-heading-05 {
    margin-top: 48px;
  }
  .c-heading-05 + .c-text {
    margin-top: 16px;
  }
  .c-heading-06 {
    margin-top: 64px;
    padding: 16px;
  }
  .c-heading-onair,
.c-heading-infectionStatus {
    margin: 24px auto 16px;
  }
  .c-heading-onair--line,
.c-heading-infectionStatus--line {
    padding-bottom: 8px;
  }
  .c-img {
    max-width: 640px;
  }
  .c-img--max {
    max-width: none;
  }
  .c-img--article {
    margin-top: 32px;
  }
  .c-list__item {
    margin-top: 24px;
  }
  .c-list__item--relation {
    margin-top: 16px;
  }
  .c-list--col-md-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-md-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-md-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-md-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-md-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-md-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-md-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-md-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-md-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-md-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-md-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-md-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-md-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .c-movie {
    width: 640px;
    height: calc(640px * 0.5625);
  }
  .c-movie--freeSize {
    width: 100%;
    height: 0;
  }
  .c-movie--max {
    max-width: none;
  }
  .c-movie--article {
    margin-top: 24px;
    padding-bottom: 0;
  }
  .c-mokuji {
    margin-top: 32px;
  }
  .c-mokuji__notes {
    bottom: -32px;
    right: 16px;
    font-size: 85.714286%;
  }
  .c-mokuji__notes.sp_on {
    display: none;
  }
  .c-mokuji__notes.pc_on {
    display: inline;
  }
  .c-mokuji__list {
    padding: 32px 32px 32px 64px;
  }
  .c-mokuji__list li {
    padding-left: 24px;
    font-size: 114.285714%;
  }
  .c-mokuji__list li::before {
    top: 5px;
    width: 11px;
    height: 11px;
  }
  .c-mokuji__list li.mokuji-child {
    font-size: 100%;
  }
  .c-mokuji__anchor-back {
    padding: 24px 0 0;
  }
  .module--share {
    text-align: right;
  }
  .module--share:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .c-text {
    margin-top: 24px;
  }
  .c-siteInfo__info-text .sp_on {
    display: none;
  }
  .c-siteInfo__title {
    font-size: 128.571429%;
  }
  .c-siteInfo__text {
    font-size: 100%;
  }
  .c-tabBox .c-tabList-wrapper {
    width: 960px;
  }
  .c-tabBox ul.tab li {
    font-size: 130%;
  }
  .c-tabBox ul.tab li:not(:first-child) {
    border-left: none;
  }
  .c-tabBox ul.tab li:nth-child(-n+2) {
    border-top: 2px solid #333;
  }
  .c-tabBox ul.tab li:nth-child(odd) {
    border-left: 2px solid #333;
  }
  .c-tabBox ul.tab li:nth-child(even) {
    border-left: 2px solid #333;
  }
  .c-tabBox ul.tab li:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .c-tabBox ul.tab li:last-child {
    border-right: 2px solid #333;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .tab_content {
    padding: 0;
  }
  .c-slideimage > figure {
    width: 100%;
    padding-top: calc(1384 / 1752 * 100%);
  }
  .c-slideimage > figure > img {
    display: block;
    margin: 0 auto;
  }
  .c-icon-swipe {
    display: none;
  }
  #wrapper.p-article .l-content__inner {
    padding-bottom: 120px;
  }
  .p-article-header__firstLine {
    display: flex;
  }
  .p-article-text {
    padding: 0 120px;
  }
  .p-article__tagBox {
    position: absolute;
    right: 0;
    margin-top: 0px;
  }
  .p-article-fill {
    padding: 24px;
  }
  .p-article-talk {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 32px;
  }
  .p-article-talk:first-of-type {
    margin-top: 32px;
  }
  .p-article-talk--reporter-r__img, .p-article-talk--reporter-l__img {
    width: 100px;
    height: 100px;
    top: -10px;
  }
  .p-article-talk--reporter-r__img {
    right: calc((100px + 10px) * -1);
  }
  .p-article-talk--reporter-l__img {
    left: calc((100px + 10px) * -1);
  }
  .p-article-reporter {
    padding: 24px;
  }
  .p-article-reporter__img {
    width: 100px;
  }
  .p-article-reporter__text {
    padding-left: 24px;
  }
  .p-article-reporter__text p:nth-child(2) {
    font-size: 142.857142857%;
  }
  .p-article-profile {
    padding: 24px 0;
  }
  .p-article-profile__img {
    width: 100px;
  }
  .p-article-profile__text p:nth-child(2) {
    font-size: 142.857142857%;
  }
  .p-time--under-h1 {
    width: 720px;
  }
  .p-card--profileList-01 .c-card__title, .p-card--profileList-02 .c-card__title, .p-card--slider .c-card__title {
    font-size: 171.428571%;
  }
  .p-card--profileList-01 {
    margin-top: 0;
  }
  .p-card--slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .p-card--slider .c-card__title {
    font-size: 24px;
  }
  .c-col-md-1 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-md-2 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-md-3 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-md-4 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-md-5 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-md-6 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-md-7 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-md-8 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-md-9 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-md-10 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-md-11 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .p-data--support-rate .c-data__title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-data--support-rate .c-data__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
  .p-grid--support-rate {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 2px solid #6c6c6c;
    border-right: none;
    border-bottom: 2px solid #6c6c6c;
    border-left: none;
  }
  .p-grid--support-rate .c-grid__item:not(:first-child) {
    margin-top: 0;
  }
  .p-grid--support-rate .c-grid__item:last-child {
    margin-bottom: 0;
  }
  .p-listSet .c-grid--row {
    padding: 0 16px;
  }
  .p-listSet__title {
    padding: 16px;
  }
  .p-listSet--shadow {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  }
  .p-list--col-PC02-SP02 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .p-list--col-PC02-SP02 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-list--col-PC02-SP02 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-list--col-PC03-SP02 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .p-list--col-PC03-SP02 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-list--col-PC03-SP02 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-list--col-PC04-SP02 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .p-list--col-PC04-SP02 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .p-list--col-PC04-SP02 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-top-checkList {
    width: 720px;
    margin: 0 auto;
  }
  .p-top-checkList__item {
    display: block;
  }
  .p-mv__img, .p-mv__img--lower {
    background-image: url(../images/mv_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 112px;
  }
  .p-mv__img .title--img, .p-mv__img--lower .title--img {
    width: 423px;
    transform: translate(-50%, -50%);
  }
  .p-mv__img .title--img .sp_hide, .p-mv__img--lower .title--img .sp_hide {
    display: block;
  }
  .p-mv__img .title--img .pc_hide, .p-mv__img--lower .title--img .pc_hide {
    display: none;
  }
  .p-mv .credit {
    left: 65%;
  }
  .p-mv__lead > p {
    font-size: 14px;
    font-weight: bold;
  }
  .p-mv__lead__city > p {
    font-size: 30px;
    font-weight: bold;
  }
  .p-navi {
    height: 72px;
    padding: 12px 0px;
  }
  .p-navi__item {
    width: 232px;
    height: 48px;
    margin-left: 12px;
  }
  .p-navi__item > span {
    position: absolute;
    top: 15px;
    left: 84px;
    transform: none;
    width: auto;
    margin: 0;
    font-size: 114.285714%;
  }
  .p-navi__item > a > span {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 84px;
    transform: none;
    font-size: 114.285714%;
  }
  .p-navi__item.is-navi--active {
    height: 62px;
  }
  .p-navi__item#navi-news {
    background: #FFF url("../images/ico-navi-news.png") no-repeat 44px 8px/32px;
  }
  .p-navi__item#navi-data {
    background: #FFF url("../images/ico-navi-data.png") no-repeat 48px 8px/32px;
  }
  .p-navi__item#navi-data > span {
    left: 88px;
  }
  .p-navi__item#navi-knowledge {
    background: #FFF url("../images/ico-navi-knowledge.png") no-repeat 44px 10px/32px;
  }
  .p-navi__item#navi-knowledge.is-navi--active {
    height: 60px;
  }
  .p-navi-child {
    top: 72px;
    left: 120px;
    min-width: 232px;
    width: auto;
    margin-left: 0;
    padding: 20px 24px 20px 20px;
    border-top-left-radius: 6px;
  }
  .p-navi-child__item {
    font-size: 142.857142857%;
  }
  .p-navi-child.navi-news.is-navi--active {
    border-top-left-radius: 0px;
  }
  .p-navi-child.navi-data {
    left: 364px;
    border-top-left-radius: 0px;
  }
  #js-naviBox.is-navi--fixed .p-navi {
    height: 72px;
  }
  #js-naviBox.is-navi--fixed .p-navi__item {
    height: 48px;
  }
  #js-naviBox.is-navi--fixed .p-navi__item#navi-news {
    background: #FFF url("../images/ico-navi-news.png") no-repeat 44px 8px/32px;
  }
  #js-naviBox.is-navi--fixed .p-navi__item#navi-news.is-navi--inactive {
    background: #FFF url("../images/ico-navi-news_black.png") no-repeat 44px 8px/32px;
  }
  #js-naviBox.is-navi--fixed .p-navi__item#navi-data {
    background: #FFF url("../images/ico-navi-data.png") no-repeat 48px 8px/32px;
  }
  #js-naviBox.is-navi--fixed .p-navi__item#navi-data.is-navi--inactive {
    background: #FFF url("../images/ico-navi-data_black.png") no-repeat 48px 8px/32px;
  }
  #js-naviBox.is-navi--fixed .p-navi__item#navi-knowledge {
    background: #FFF url("../images/ico-navi-knowledge.png") no-repeat 44px 10px/32px;
  }
  #js-naviBox.is-navi--fixed .p-navi__item#navi-knowledge.is-navi--active {
    height: 60px;
  }
  #js-naviBox.is-navi--fixed .p-navi__item#navi-knowledge.is-navi--inactive {
    background: #FFF url("../images/ico-navi-knowledge_black.png") no-repeat 44px 10px/32px;
  }
  #js-naviBox.is-navi--fixed .p-navi__item > span {
    width: auto;
    line-height: inherit;
  }
  #js-naviBox.is-navi--fixed .p-navi__item > a > span {
    line-height: inherit;
  }
  #js-naviBox.is-navi--fixed .p-navi__item.is-navi--active {
    height: 62px;
  }
  #js-naviBox.is-navi--fixed .p-navi-child {
    top: 72px;
  }
  .c-siteInfo .sp_hide {
    width: 80%;
  }
  .c-siteInfo .pc_hide {
    display: none;
  }
  .modalLayer02.customModal .modalArea {
    padding: 30px 30px 40px;
  }
  .p-pt-table__outer::after {
    background: linear-gradient(rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 50%, white 75%);
  }
  .p-pt-table thead tr th {
    font-size: 128.571429%;
    padding: 16px;
  }
  .p-pt-table tbody tr td {
    padding-right: 2em;
  }
  .p-pt-table tbody tr td.area {
    padding-right: 16px;
    font-size: 128.571429%;
  }
  .p-pt-table tbody tr td .value {
    font-size: 171.428571%;
  }
  .p-pt-table tbody tr td .percent {
    font-size: 128.571429%;
  }
  .p-chronology-01__items__item dl {
    display: table;
  }
  .p-chronology-01__items__item dt {
    padding: 12px 24px;
    width: 275px;
    display: table-cell;
    vertical-align: top;
  }
  .p-chronology-01__items__item dd {
    padding: 12px 24px;
    display: table-cell;
    position: relative;
  }
  .p-chronology-01__items__item dd figure {
    margin-bottom: 0;
    width: 208px;
    position: absolute;
    top: 32px;
    right: 32px;
  }
  .p-chronology-01__items__item dd .commentary {
    float: right;
  }
  .p-footer-banners .l-content__inner {
    margin-top: 32px;
  }
  .p-footer-banners .chinese-site {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-banner_footer--info {
    width: 768px;
    margin: 0 auto;
  }
  .p-footer-banners-inner_span {
    font-size: 36px;
  }
  .p-footer-banners-inner_span02 {
    font-size: 20px;
    margin-right: 20px;
  }
  .p-protection {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .p-protection .p-QandA__q {
    padding: 24px;
  }
  .p-protection .p-QandA__a {
    margin-top: 0px;
  }
  .p-protection .p-QandA__aWrap {
    padding: 0 24px 24px 24px;
  }
  .p-protection .p-QandA__icon {
    font-size: 142.857142857%;
    width: 3.2%;
  }
  .p-protection .p-QandA__title, .p-protection .p-QandA__text {
    font-size: 114.285714%;
    width: 96.8%;
  }
  .p-knowledge-category__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .p-knowledge-category {
    margin-top: 44px;
  }
  .p-knowledge-category:nth-child(-n+3) {
    margin: 0px;
  }
  .p-knowledge-category {
    width: calc(960px / 3);
  }
  .p-knowledge-category__title.work-life {
    padding: 6px 0 0 38px;
  }
  .p-knowledge-category__title.corona {
    padding: 6px 0 0 38px;
  }
  .p-button-pd {
    padding: 5px 16px;
  }
  .p-button--banner--width {
    width: 768px;
    height: auto;
  }
  .p-button--banner--fz {
    font-size: 30px;
  }
  .p-button--pc_hide {
    font-size: 30px;
    display: block;
  }
  .p-button--sp_hide {
    display: none;
  }
  .p-corona-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    padding: 32px 0px;
  }
  .p-corona-footer__news, .p-corona-footer__data, .p-corona-footer__knowledge {
    display: block;
    width: calc((960px - 60px) / 3);
  }
  .p-corona-footer__news .title, .p-corona-footer__data .title, .p-corona-footer__knowledge .title {
    width: 100%;
    margin-bottom: 8px;
    font-size: 114.285714%;
    text-align: center;
    background-position: center 0px;
  }
  .p-corona-footer__data {
    margin-top: 0px;
    margin-left: 30px;
  }
  .p-corona-footer__knowledge {
    margin-top: 0px;
    margin-left: 30px;
  }
  .p-corona-footer__knowledge .title {
    padding-top: 58px;
    background-position: center 10px;
  }
  .p-corona-footer__knowledge .p-knowledge-category__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .p-corona-footer__knowledge .p-knowledge-category {
    margin-top: 44px;
  }
  .p-corona-footer__knowledge .p-knowledge-category:nth-child(-n+3) {
    margin: 0px;
  }
  .p-corona-footer__knowledge .p-knowledge-category {
    width: calc(960px / 3);
  }
  .p-corona-footer__knowledge .p-knowledge-category__title:first-child.work-life {
    padding: 6px 0 0 38px;
  }
  .p-corona-footer__knowledge .p-knowledge-category__title:first-child.corona {
    padding: 6px 0 0 38px;
  }
  .p-corona-footer .p-footer-list {
    width: 100%;
    margin-left: 0px;
  }
  .p-ade {
    display: flex;
  }
  .p-ade .p-ade-dl {
    padding: 24px;
  }
  .p-ade .p-ade-dl__title {
    text-align: center;
  }
  .p-ade .p-ade-dl__text .list {
    padding: 24px 0px 0px;
  }
  .p-ade .p-ade-dl.current {
    margin-top: 0px;
  }
  .p-ade .p-ade-dl.current .p-ade-dl__text .item {
    margin-left: 24px;
  }
  .u-only-md {
    display: block;
  }
  .u-only-md--inline {
    display: inline-block;
  }
  .u-only-md--flex {
    display: flex;
  }
  .u-fa-bg--caret::before {
    font-size: 16px;
  }
  _:-ms-lang(x)::before, .u-fa-bg--caret::before {
    font-size: 21px;
  }
  .u-mt0--md {
    margin-top: 0px !important;
  }

  .u-mr0--md {
    margin-right: 0px !important;
  }

  .u-mb0--md {
    margin-bottom: 0px !important;
  }

  .u-ml0--md {
    margin-left: 0px !important;
  }

  .u-mAll0--md {
    margin: 0px !important;
  }
  .u-mt4--md {
    margin-top: 4px !important;
  }

  .u-mr4--md {
    margin-right: 4px !important;
  }

  .u-mb4--md {
    margin-bottom: 4px !important;
  }

  .u-ml4--md {
    margin-left: 4px !important;
  }

  .u-mAll4--md {
    margin: 4px !important;
  }
  .u-mt8--md {
    margin-top: 8px !important;
  }

  .u-mr8--md {
    margin-right: 8px !important;
  }

  .u-mb8--md {
    margin-bottom: 8px !important;
  }

  .u-ml8--md {
    margin-left: 8px !important;
  }

  .u-mAll8--md {
    margin: 8px !important;
  }
  .u-mt12--md {
    margin-top: 12px !important;
  }

  .u-mr12--md {
    margin-right: 12px !important;
  }

  .u-mb12--md {
    margin-bottom: 12px !important;
  }

  .u-ml12--md {
    margin-left: 12px !important;
  }

  .u-mAll12--md {
    margin: 12px !important;
  }
  .u-mt16--md {
    margin-top: 16px !important;
  }

  .u-mr16--md {
    margin-right: 16px !important;
  }

  .u-mb16--md {
    margin-bottom: 16px !important;
  }

  .u-ml16--md {
    margin-left: 16px !important;
  }

  .u-mAll16--md {
    margin: 16px !important;
  }
  .u-mt20--md {
    margin-top: 20px !important;
  }

  .u-mr20--md {
    margin-right: 20px !important;
  }

  .u-mb20--md {
    margin-bottom: 20px !important;
  }

  .u-ml20--md {
    margin-left: 20px !important;
  }

  .u-mAll20--md {
    margin: 20px !important;
  }
  .u-mt24--md {
    margin-top: 24px !important;
  }

  .u-mr24--md {
    margin-right: 24px !important;
  }

  .u-mb24--md {
    margin-bottom: 24px !important;
  }

  .u-ml24--md {
    margin-left: 24px !important;
  }

  .u-mAll24--md {
    margin: 24px !important;
  }
  .u-mt28--md {
    margin-top: 28px !important;
  }

  .u-mr28--md {
    margin-right: 28px !important;
  }

  .u-mb28--md {
    margin-bottom: 28px !important;
  }

  .u-ml28--md {
    margin-left: 28px !important;
  }

  .u-mAll28--md {
    margin: 28px !important;
  }
  .u-mt32--md {
    margin-top: 32px !important;
  }

  .u-mr32--md {
    margin-right: 32px !important;
  }

  .u-mb32--md {
    margin-bottom: 32px !important;
  }

  .u-ml32--md {
    margin-left: 32px !important;
  }

  .u-mAll32--md {
    margin: 32px !important;
  }
  .u-mt36--md {
    margin-top: 36px !important;
  }

  .u-mr36--md {
    margin-right: 36px !important;
  }

  .u-mb36--md {
    margin-bottom: 36px !important;
  }

  .u-ml36--md {
    margin-left: 36px !important;
  }

  .u-mAll36--md {
    margin: 36px !important;
  }
  .u-mt40--md {
    margin-top: 40px !important;
  }

  .u-mr40--md {
    margin-right: 40px !important;
  }

  .u-mb40--md {
    margin-bottom: 40px !important;
  }

  .u-ml40--md {
    margin-left: 40px !important;
  }

  .u-mAll40--md {
    margin: 40px !important;
  }
  .u-mt44--md {
    margin-top: 44px !important;
  }

  .u-mr44--md {
    margin-right: 44px !important;
  }

  .u-mb44--md {
    margin-bottom: 44px !important;
  }

  .u-ml44--md {
    margin-left: 44px !important;
  }

  .u-mAll44--md {
    margin: 44px !important;
  }
  .u-mt48--md {
    margin-top: 48px !important;
  }

  .u-mr48--md {
    margin-right: 48px !important;
  }

  .u-mb48--md {
    margin-bottom: 48px !important;
  }

  .u-ml48--md {
    margin-left: 48px !important;
  }

  .u-mAll48--md {
    margin: 48px !important;
  }
  .u-mt52--md {
    margin-top: 52px !important;
  }

  .u-mr52--md {
    margin-right: 52px !important;
  }

  .u-mb52--md {
    margin-bottom: 52px !important;
  }

  .u-ml52--md {
    margin-left: 52px !important;
  }

  .u-mAll52--md {
    margin: 52px !important;
  }
  .u-mt56--md {
    margin-top: 56px !important;
  }

  .u-mr56--md {
    margin-right: 56px !important;
  }

  .u-mb56--md {
    margin-bottom: 56px !important;
  }

  .u-ml56--md {
    margin-left: 56px !important;
  }

  .u-mAll56--md {
    margin: 56px !important;
  }
  .u-mt60--md {
    margin-top: 60px !important;
  }

  .u-mr60--md {
    margin-right: 60px !important;
  }

  .u-mb60--md {
    margin-bottom: 60px !important;
  }

  .u-ml60--md {
    margin-left: 60px !important;
  }

  .u-mAll60--md {
    margin: 60px !important;
  }
  .u-mt64--md {
    margin-top: 64px !important;
  }

  .u-mr64--md {
    margin-right: 64px !important;
  }

  .u-mb64--md {
    margin-bottom: 64px !important;
  }

  .u-ml64--md {
    margin-left: 64px !important;
  }

  .u-mAll64--md {
    margin: 64px !important;
  }
  .u-mt68--md {
    margin-top: 68px !important;
  }

  .u-mr68--md {
    margin-right: 68px !important;
  }

  .u-mb68--md {
    margin-bottom: 68px !important;
  }

  .u-ml68--md {
    margin-left: 68px !important;
  }

  .u-mAll68--md {
    margin: 68px !important;
  }
  .u-mt72--md {
    margin-top: 72px !important;
  }

  .u-mr72--md {
    margin-right: 72px !important;
  }

  .u-mb72--md {
    margin-bottom: 72px !important;
  }

  .u-ml72--md {
    margin-left: 72px !important;
  }

  .u-mAll72--md {
    margin: 72px !important;
  }
  .u-mt76--md {
    margin-top: 76px !important;
  }

  .u-mr76--md {
    margin-right: 76px !important;
  }

  .u-mb76--md {
    margin-bottom: 76px !important;
  }

  .u-ml76--md {
    margin-left: 76px !important;
  }

  .u-mAll76--md {
    margin: 76px !important;
  }
  .u-mt80--md {
    margin-top: 80px !important;
  }

  .u-mr80--md {
    margin-right: 80px !important;
  }

  .u-mb80--md {
    margin-bottom: 80px !important;
  }

  .u-ml80--md {
    margin-left: 80px !important;
  }

  .u-mAll80--md {
    margin: 80px !important;
  }
  .u-pt0--md {
    padding-top: 0px !important;
  }

  .u-pr0--md {
    padding-right: 0px !important;
  }

  .u-pb0--md {
    padding-bottom: 0px !important;
  }

  .u-pl0--md {
    padding-left: 0px !important;
  }

  .u-pAll0--md {
    padding: 0px !important;
  }
  .u-pt4--md {
    padding-top: 4px !important;
  }

  .u-pr4--md {
    padding-right: 4px !important;
  }

  .u-pb4--md {
    padding-bottom: 4px !important;
  }

  .u-pl4--md {
    padding-left: 4px !important;
  }

  .u-pAll4--md {
    padding: 4px !important;
  }
  .u-pt8--md {
    padding-top: 8px !important;
  }

  .u-pr8--md {
    padding-right: 8px !important;
  }

  .u-pb8--md {
    padding-bottom: 8px !important;
  }

  .u-pl8--md {
    padding-left: 8px !important;
  }

  .u-pAll8--md {
    padding: 8px !important;
  }
  .u-pt12--md {
    padding-top: 12px !important;
  }

  .u-pr12--md {
    padding-right: 12px !important;
  }

  .u-pb12--md {
    padding-bottom: 12px !important;
  }

  .u-pl12--md {
    padding-left: 12px !important;
  }

  .u-pAll12--md {
    padding: 12px !important;
  }
  .u-pt16--md {
    padding-top: 16px !important;
  }

  .u-pr16--md {
    padding-right: 16px !important;
  }

  .u-pb16--md {
    padding-bottom: 16px !important;
  }

  .u-pl16--md {
    padding-left: 16px !important;
  }

  .u-pAll16--md {
    padding: 16px !important;
  }
  .u-pt20--md {
    padding-top: 20px !important;
  }

  .u-pr20--md {
    padding-right: 20px !important;
  }

  .u-pb20--md {
    padding-bottom: 20px !important;
  }

  .u-pl20--md {
    padding-left: 20px !important;
  }

  .u-pAll20--md {
    padding: 20px !important;
  }
  .u-pt24--md {
    padding-top: 24px !important;
  }

  .u-pr24--md {
    padding-right: 24px !important;
  }

  .u-pb24--md {
    padding-bottom: 24px !important;
  }

  .u-pl24--md {
    padding-left: 24px !important;
  }

  .u-pAll24--md {
    padding: 24px !important;
  }
  .u-pt28--md {
    padding-top: 28px !important;
  }

  .u-pr28--md {
    padding-right: 28px !important;
  }

  .u-pb28--md {
    padding-bottom: 28px !important;
  }

  .u-pl28--md {
    padding-left: 28px !important;
  }

  .u-pAll28--md {
    padding: 28px !important;
  }
  .u-pt32--md {
    padding-top: 32px !important;
  }

  .u-pr32--md {
    padding-right: 32px !important;
  }

  .u-pb32--md {
    padding-bottom: 32px !important;
  }

  .u-pl32--md {
    padding-left: 32px !important;
  }

  .u-pAll32--md {
    padding: 32px !important;
  }
  .u-pt36--md {
    padding-top: 36px !important;
  }

  .u-pr36--md {
    padding-right: 36px !important;
  }

  .u-pb36--md {
    padding-bottom: 36px !important;
  }

  .u-pl36--md {
    padding-left: 36px !important;
  }

  .u-pAll36--md {
    padding: 36px !important;
  }
  .u-pt40--md {
    padding-top: 40px !important;
  }

  .u-pr40--md {
    padding-right: 40px !important;
  }

  .u-pb40--md {
    padding-bottom: 40px !important;
  }

  .u-pl40--md {
    padding-left: 40px !important;
  }

  .u-pAll40--md {
    padding: 40px !important;
  }
  .u-pt44--md {
    padding-top: 44px !important;
  }

  .u-pr44--md {
    padding-right: 44px !important;
  }

  .u-pb44--md {
    padding-bottom: 44px !important;
  }

  .u-pl44--md {
    padding-left: 44px !important;
  }

  .u-pAll44--md {
    padding: 44px !important;
  }
  .u-pt48--md {
    padding-top: 48px !important;
  }

  .u-pr48--md {
    padding-right: 48px !important;
  }

  .u-pb48--md {
    padding-bottom: 48px !important;
  }

  .u-pl48--md {
    padding-left: 48px !important;
  }

  .u-pAll48--md {
    padding: 48px !important;
  }
  .u-pt52--md {
    padding-top: 52px !important;
  }

  .u-pr52--md {
    padding-right: 52px !important;
  }

  .u-pb52--md {
    padding-bottom: 52px !important;
  }

  .u-pl52--md {
    padding-left: 52px !important;
  }

  .u-pAll52--md {
    padding: 52px !important;
  }
  .u-pt56--md {
    padding-top: 56px !important;
  }

  .u-pr56--md {
    padding-right: 56px !important;
  }

  .u-pb56--md {
    padding-bottom: 56px !important;
  }

  .u-pl56--md {
    padding-left: 56px !important;
  }

  .u-pAll56--md {
    padding: 56px !important;
  }
  .u-pt60--md {
    padding-top: 60px !important;
  }

  .u-pr60--md {
    padding-right: 60px !important;
  }

  .u-pb60--md {
    padding-bottom: 60px !important;
  }

  .u-pl60--md {
    padding-left: 60px !important;
  }

  .u-pAll60--md {
    padding: 60px !important;
  }
  .u-pt64--md {
    padding-top: 64px !important;
  }

  .u-pr64--md {
    padding-right: 64px !important;
  }

  .u-pb64--md {
    padding-bottom: 64px !important;
  }

  .u-pl64--md {
    padding-left: 64px !important;
  }

  .u-pAll64--md {
    padding: 64px !important;
  }
  .u-pt68--md {
    padding-top: 68px !important;
  }

  .u-pr68--md {
    padding-right: 68px !important;
  }

  .u-pb68--md {
    padding-bottom: 68px !important;
  }

  .u-pl68--md {
    padding-left: 68px !important;
  }

  .u-pAll68--md {
    padding: 68px !important;
  }
  .u-pt72--md {
    padding-top: 72px !important;
  }

  .u-pr72--md {
    padding-right: 72px !important;
  }

  .u-pb72--md {
    padding-bottom: 72px !important;
  }

  .u-pl72--md {
    padding-left: 72px !important;
  }

  .u-pAll72--md {
    padding: 72px !important;
  }
  .u-pt76--md {
    padding-top: 76px !important;
  }

  .u-pr76--md {
    padding-right: 76px !important;
  }

  .u-pb76--md {
    padding-bottom: 76px !important;
  }

  .u-pl76--md {
    padding-left: 76px !important;
  }

  .u-pAll76--md {
    padding: 76px !important;
  }
  .u-pt80--md {
    padding-top: 80px !important;
  }

  .u-pr80--md {
    padding-right: 80px !important;
  }

  .u-pb80--md {
    padding-bottom: 80px !important;
  }

  .u-pl80--md {
    padding-left: 80px !important;
  }

  .u-pAll80--md {
    padding: 80px !important;
  }
  .u-pos-sta--md {
    position: static;
  }
  .u-pos-rel--md {
    position: relative;
  }
  .u-pos-abs--md {
    position: absolute;
  }
  .u-pos-fix--md {
    position: fixed;
  }
}
@media only screen and (max-width: 599px ) {
  #pagetop {
    position: fixed;
    right: 0px;
    bottom: 12px;
  }
  .l-navi .c-navi__item span.newIcon::after {
    top: -19px;
    font-size: 9px;
  }
  .l-content__inner.noPD {
    padding-right: 1px;
    padding-left: 1px;
  }
  .c-button__label--txt24 {
    font-size: 142.857142857%;
  }
  .c-button__label--txt24_s {
    font-size: 121.428571%;
  }
  .c-col-sm-1 {
    width: 8.3333333333%;
  }
  .c-col-sm-2 {
    width: 16.6666666667%;
  }
  .c-col-sm-3 {
    width: 25%;
  }
  .c-col-sm-4 {
    width: 33.3333333333%;
  }
  .c-col-sm-5 {
    width: 41.6666666667%;
  }
  .c-col-sm-6 {
    width: 50%;
  }
  .c-col-sm-7 {
    width: 58.3333333333%;
  }
  .c-col-sm-8 {
    width: 66.6666666667%;
  }
  .c-col-sm-9 {
    width: 75%;
  }
  .c-col-sm-10 {
    width: 83.3333333333%;
  }
  .c-col-sm-11 {
    width: 91.6666666667%;
  }
  .c-col-sm-12 {
    width: 100%;
  }
  .c-heading-07 {
    font-size: 164.285714%;
    padding: 8px;
  }
  .c-list--col-sm-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-sm-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-sm-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-sm-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-sm-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-sm-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-sm-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-sm-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-sm-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-sm-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-sm-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-sm-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-sm-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .c-mokuji__notes.sp_on {
    display: block;
  }
  .c-mokuji__notes.pc_on {
    display: none;
  }
  .c-mokuji__list {
    padding: 32px 24px 16px;
  }
  .c-mokuji__list li {
    padding-left: 16px;
    font-size: 114.285714%;
  }
  .c-mokuji__list li.mokuji-child {
    font-size: 85.714286%;
    margin-left: 16px;
  }
  .c-text_annotation {
    font-size: 85.714286%;
    margin-bottom: 24px;
  }
  .c-tabBox ul.tab {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-scrolling: touch;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    margin-bottom: 28px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-tabBox ul.tab li {
    display: inline-block;
    flex: 0 0 46%;
    width: 100%;
    height: 50px;
    margin-right: 2px;
    line-height: 50px;
    text-align: center;
    background-color: #eaeaea;
    border: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .c-tabBox ul.tab li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .c-tabBox ul.tab li:last-child {
    margin-right: 0;
  }
  .c-tabBox ul.tab li span.newIcon::after {
    right: 6px;
    height: 35px;
    top: -19px;
    bottom: auto;
    font-size: 9px;
  }
  .c-tabBox ul.tab li span.newIcon-t::after {
    right: 6px;
    height: 35px;
    top: -19px;
    bottom: auto;
    font-size: 9px;
  }
  .c-tabBox ul.tab.tab-len-3 li {
    flex: 0 0 46%;
  }
  .c-tabBox ul.tab.tab-len-2 li {
    flex: 0 0 49.4%;
  }
  .c-tabBox ul.tab.tab-len-1 li {
    flex: 0 0 99.5%;
  }
  .c-slideimage > figure {
    width: 200%;
    padding-top: calc(1384 / 1752 * 200%);
  }
  .c-button-pref {
    width: 100%;
  }
  .c-col-sm-1 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-sm-2 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-sm-3 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-sm-4 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-sm-5 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-sm-6 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-sm-7 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-sm-8 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-sm-9 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-sm-10 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-sm-11 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .p-list--col-PC02-SP02 .c-list__item {
    width: calc((100% - (6px * ( (2 * 2) - 2))) / 2);
    margin-right: 6px;
    margin-left: 6px;
  }
  .p-list--col-PC02-SP02 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-list--col-PC02-SP02 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-list--col-PC03-SP02 .c-list__item {
    width: calc((100% - (6px * ( (2 * 2) - 2))) / 2);
    margin-right: 6px;
    margin-left: 6px;
  }
  .p-list--col-PC03-SP02 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-list--col-PC03-SP02 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-list--col-PC04-SP02 .c-list__item {
    width: calc((100% - (6px * ( (2 * 2) - 2))) / 2);
    margin-right: 6px;
    margin-left: 6px;
  }
  .p-list--col-PC04-SP02 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-list--col-PC04-SP02 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-siteInfo .sp_hide {
    display: none;
  }
  .timeline__honki {
    width: 100%;
    padding: 0px;
  }
  .timeline__honki .honki__img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .timeline__honki .honki__img.content--video {
    width: 100%;
    height: 0;
  }
  .timeline__honki .honki__time {
    margin-bottom: 24px;
  }
  .timeline__honki .honki__lead {
    font-size: 114.285714%;
  }
  .timeline__honki .honki__more {
    font-size: 114.285714%;
    margin-bottom: 24px;
  }
  .timeline__honki.modalBox {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .timeline__honki.modalBox .honki__img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .timeline__honki.modalBox .honki__img.content--video {
    width: 100%;
    height: 0;
    padding-bottom: 0%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .timeline__honki.modalBox .honki__text {
    width: 100%;
  }
  .timeline__honki.modalBox .honkiImgWrap + .honki__text {
    width: 100%;
  }
  .timeline__honki.modalBox .honki__time {
    margin-bottom: 24px;
  }
  .box-labels-saigai-style {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .box-labels-saigai-style li {
    display: inline-block;
    flex: 0 0 28%;
    width: 100%;
    height: 100%;
    margin-right: 2px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #fff;
  }
  .box-labels-saigai-style li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
  }
  .box-labels-saigai-style li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .box-labels-saigai-style li:nth-child(-n+2) {
    border-top: none;
  }
  .box-labels-saigai-style li:nth-child(odd) {
    border-right: none;
    border-left: 1px solid #fff;
  }
  .box-labels-saigai-style li:nth-child(even) {
    border-right: none;
    border-left: 1px solid #fff;
  }
  .box-labels-saigai-style li:hover {
    background-color: #2d2d2d;
  }
  .box-labels-saigai-style li > div > div {
    font-size: 14px;
  }
  .box-labels-saigai-style li.label-status > div > div {
    font-size: 14px;
  }
  .box-labels-saigai-style.num-1 li {
    flex: 0 0 99.6%;
  }
  .box-labels-saigai-style.num-2 li {
    flex: 0 0 49.6%;
  }
  .box-labels-saigai-style.num-3 li {
    flex: 0 0 32.86%;
  }
  .box-timeline-saigai-style .item {
    width: 100%;
  }
  .box-timeline-saigai-style .item__img {
    max-width: 104px;
    margin-right: 12px;
  }
  .box-timeline-saigai-style .item__title {
    margin-left: 116px;
    margin-bottom: 12px;
  }
  .box-timeline-saigai-style .item__time {
    margin-left: 116px;
    text-align: left;
  }
  .box-timeline-saigai-style.columns-2 .item {
    width: 100%;
  }
  .box-timeline-saigai-style.columns-2 .item:nth-child(2) {
    border-top: none;
  }
  .box-timeline-saigai-style.columns-2 .item:nth-child(odd) {
    margin-right: 0px;
  }
  .box-timeline-saigai-style.columns-2 .item__img {
    max-width: 104px;
    margin-right: 12px;
  }
  .box-timeline-saigai-style.columns-2 .item__title {
    margin-left: 116px;
    margin-bottom: 12px;
  }
  .box-timeline-saigai-style.columns-2 .item__time {
    margin-left: 116px;
    text-align: left;
  }
  .more--timeline.button {
    width: calc(100% - 24px);
  }
  .modalLayer02.modal-news-frame {
    width: 94%;
  }
  #news--modal.modalArea {
    padding: 0 0 32px 0;
  }
  #news--modal.modalArea .modalAreaInner {
    padding: 24px 12px 0;
  }
  #news--modal.modalArea .modalAreaInner .body_mov--w640 {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  #news--modal.modalArea .headWrap {
    margin-top: -10px;
    margin-bottom: 24px;
  }
  #news--modal.modalArea .news--modal--time {
    margin-bottom: 16px;
  }
  #news--modal.modalArea h2 span {
    font-size: 171.428571%;
  }
  #news--modal.modalArea h3 {
    padding: 4px 0px 4px 12px;
    margin-top: 36px;
  }
  #news--modal.modalArea h3 span {
    font-size: 157.142857%;
  }
  #news--modal.modalArea h4 {
    margin-bottom: 24px;
  }
  #news--modal.modalArea .item_imageText {
    flex-direction: column-reverse;
  }
  #news--modal.modalArea .item_imageText .info {
    margin: 16px 0 0 0;
  }
  #news--modal.modalArea.link .headWrap {
    background: none;
    background-color: #efefef;
  }
  #news--modal.modalArea.link .headWrap .movie-title {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-top: 0px;
    padding: 16px;
    transform: none;
  }
  #news--modal.modalArea.no-news .modalAreaInner {
    padding: 12px 12px 60px;
  }
  #news--modal.modalArea.no-news .head-3 {
    margin-bottom: 24px;
  }
  #news--modal.modalArea.no-news .head-4 {
    margin-bottom: 24px;
  }
  #news--modal.modalArea.no-news .news--modal--img .caption {
    text-align: left;
  }
  .modalLayer01 {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  }
  .modalLayer02.modal-news-frame .modalClose__Wrapper {
    margin-top: 64px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .modalLayer02.modal-news-frame .modalClose {
    width: 32px;
    height: 32px;
    top: -15px;
    right: -9px;
    bottom: 100px;
    padding: 0 10px;
    border-radius: 50%;
  }
  .modalLayer02.modal-news-frame .modalClose.textBtn {
    margin-top: 0px;
    width: 100%;
    border-radius: 4px;
  }
  .modalLayer02.modal-news-frame .modalClose .spBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33px;
    height: 37px;
    transform: translate(-50%, -50%);
  }
  .modalLayer02.modal-news-frame .modalClose .spBtn img {
    width: 100%;
  }
  .p-infectionStatus__table {
    position: relative;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: auto;
    border-collapse: collapse;
  }
  .p-infectionStatus__table thead,
.p-infectionStatus__table tbody {
    width: 100%;
  }
  .p-infectionStatus__table .thead-th {
    font-size: 85.714286%;
    line-height: 1.2;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-th {
    font-size: 85.714286%;
    line-height: 1.4;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-th > span {
    font-size: 11px;
  }
  .p-infectionStatus__table .tbody-th-day {
    width: 22%;
    font-size: 85.714286%;
    line-height: 1.4;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-th-total {
    width: 22%;
    font-size: 85.714286%;
    line-height: 1.4;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-th-charter {
    font-size: 71.428571%;
    line-height: 1.2;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-td-charter {
    font-size: 85.714286%;
    line-height: 1.2;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-td {
    width: 15%;
    font-size: 85.714286%;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-td-infection {
    width: 25%;
    font-size: 85.714286%;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-td-infection-total {
    width: 25%;
    font-size: 85.714286%;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-td-severe {
    width: 15%;
    font-size: 85.714286%;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-td-death {
    width: 18%;
    font-size: 85.714286%;
    padding: 4px;
  }
  .p-infectionStatus__table .tbody-td-discharge {
    width: 20%;
    font-size: 85.714286%;
    padding: 4px;
  }
  .p-infectionStatus__table.total .thead-th {
    width: 12rem;
    font-size: 85.714286%;
  }
  .p-infectionStatus__table.total .tbody-th {
    width: 12rem;
  }
  .p-infectionStatus__table.total .tbody-td {
    font-size: 85.714286%;
  }
  .p-infectionStatus__table.total .tbody-td.recovery > span {
    font-size: 12px;
  }
  .p-pt-table {
    height: 250px;
  }
  .p-pt-table thead tr th {
    width: 26.3333%;
  }
  .p-pt-table thead tr th:first-child {
    width: 21%;
  }
  .p-pt-table tbody tr td {
    width: 26.3333%;
    padding: 4px;
    line-height: 1.2;
  }
  .p-pt-table tbody tr td:first-child {
    width: 21%;
    padding: 4px 0;
  }
  .p-Consultation dt {
    width: 55%;
    padding: 4px;
  }
  .p-Consultation dd {
    padding: 4px;
  }
  .p-bed-patient-Percentage__table th {
    font-size: 12px;
  }
  .p-bed-patient-Percentage__table td {
    font-size: 16px;
  }
  .p-bed-patient-Percentage__table td:nth-child(1) {
    font-size: 10px;
  }
  .p-bed-patient-Percentage__table_july th {
    font-size: 12px;
  }
  .p-bed-patient-Percentage__table_july td {
    font-size: 16px;
  }
  .p-bed-patient-Percentage__table_july td:nth-child(1) {
    font-size: 10px;
  }
  .p-self-restraint__table_sun th {
    font-size: 16px;
  }
  .p-self-restraint__table_sun td {
    font-size: 16px;
  }
  .p-self-restraint__table_mon th {
    font-size: 16px;
  }
  .p-self-restraint__table_mon td {
    font-size: 16px;
  }
  .table_sp_slideArea {
    overflow-y: scroll;
  }
  .table_sp_slideArea .p-self-restraint__table_all {
    width: 150%;
  }
  .p-emergency__population-table th {
    font-size: 16px;
  }
  .p-emergency__population-table td {
    font-size: 16px;
  }
  .table--area-emergency .p-emergency-table_sp td {
    font-size: 14px;
  }
  .table--area-emergency .p-emergency-table td {
    width: 21%;
  }
  .table--area-emergency .p-emergency-table td:first-child {
    font-size: 10px;
    width: 16%;
  }
  .p-emergency__tokyo-table th {
    font-size: 16px;
  }
  .p-emergency__tokyo-table td {
    font-size: 14px;
  }
  .p-emergency__tokyo-table td.tokyo-ttl {
    font-size: 12px;
  }
  .p-emergency__tokyo-table td.tokyo-ttl_head {
    font-size: 12px;
  }
  .p-infection-table-contents th {
    font-size: 16px;
  }
  .p-infection-table-contents td {
    font-size: 16px;
  }
  .table--area-infection {
    display: block;
  }
  .table--area-infection .p-newinfection-table_innerArea {
    width: 100%;
  }
  .table--area-infection .p-infection-table_sp td {
    font-size: 14px;
  }
  .table--area-infection .p-infection_sp_margin {
    margin-top: 20px;
  }
  .table--area-infection .p-infection-table td:nth-of-type(odd) {
    font-size: 16px;
  }
  .table--area-infection .p-infection-table td:nth-of-type(even) {
    font-size: 16px;
  }
  .p-emergency__alert-table th {
    font-size: 16px;
  }
  .p-emergency__alert-table td {
    font-size: 16px;
  }
  .p-emergency__alert-table tr.today_new td {
    font-size: 92.857142%;
  }
  .alert-table_monitoring-new th {
    font-size: 16px;
  }
  .alert-table_monitoring-new td {
    font-size: 12px;
  }
  .alert-table_monitoring-new tr.today_new td {
    font-size: 92.857142%;
  }
  .alert-table_monitoring-new_second td:nth-child(2) {
    width: 89px;
  }
  .p-chronology-02 td {
    display: block;
    width: 100%;
    padding: 0px 16px;
    border-bottom: none;
  }
  .p-chronology-02 td:first-child {
    padding-top: 20px;
    padding-bottom: 4px;
  }
  .p-chronology-02 td:last-child {
    padding-top: 8px;
    padding-bottom: 20px;
    font-size: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .p-chronology-02 td.year {
    padding: 48px 16px 20px;
    font-size: 171.428571%;
    border-bottom: 2px solid #4e738e;
  }
  .p-chronology-02 td span.sp-venue {
    display: inline-block;
    margin-right: 12px;
    padding: 0px 12px;
    background-color: #efefef;
  }
  .p-chronology-02__header {
    display: none;
  }
  .p-knowledge-category.corona {
    margin-top: 0px;
  }
  .pref_title_child {
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .p-corona-footer__knowledge .p-knowledge-category.work-life {
    margin-top: 0px;
  }
  .u-only-sm {
    display: block;
  }
  .u-only-sm--inline {
    display: inline-block;
  }
  .u-only-sm--flex {
    display: flex;
  }
  .u-mt0--sm {
    margin-top: 0px !important;
  }

  .u-mr0--sm {
    margin-right: 0px !important;
  }

  .u-mb0--sm {
    margin-bottom: 0px !important;
  }

  .u-ml0--sm {
    margin-left: 0px !important;
  }

  .u-mAll0--sm {
    margin: 0px !important;
  }
  .u-mt4--sm {
    margin-top: 4px !important;
  }

  .u-mr4--sm {
    margin-right: 4px !important;
  }

  .u-mb4--sm {
    margin-bottom: 4px !important;
  }

  .u-ml4--sm {
    margin-left: 4px !important;
  }

  .u-mAll4--sm {
    margin: 4px !important;
  }
  .u-mt8--sm {
    margin-top: 8px !important;
  }

  .u-mr8--sm {
    margin-right: 8px !important;
  }

  .u-mb8--sm {
    margin-bottom: 8px !important;
  }

  .u-ml8--sm {
    margin-left: 8px !important;
  }

  .u-mAll8--sm {
    margin: 8px !important;
  }
  .u-mt12--sm {
    margin-top: 12px !important;
  }

  .u-mr12--sm {
    margin-right: 12px !important;
  }

  .u-mb12--sm {
    margin-bottom: 12px !important;
  }

  .u-ml12--sm {
    margin-left: 12px !important;
  }

  .u-mAll12--sm {
    margin: 12px !important;
  }
  .u-mt16--sm {
    margin-top: 16px !important;
  }

  .u-mr16--sm {
    margin-right: 16px !important;
  }

  .u-mb16--sm {
    margin-bottom: 16px !important;
  }

  .u-ml16--sm {
    margin-left: 16px !important;
  }

  .u-mAll16--sm {
    margin: 16px !important;
  }
  .u-mt20--sm {
    margin-top: 20px !important;
  }

  .u-mr20--sm {
    margin-right: 20px !important;
  }

  .u-mb20--sm {
    margin-bottom: 20px !important;
  }

  .u-ml20--sm {
    margin-left: 20px !important;
  }

  .u-mAll20--sm {
    margin: 20px !important;
  }
  .u-mt24--sm {
    margin-top: 24px !important;
  }

  .u-mr24--sm {
    margin-right: 24px !important;
  }

  .u-mb24--sm {
    margin-bottom: 24px !important;
  }

  .u-ml24--sm {
    margin-left: 24px !important;
  }

  .u-mAll24--sm {
    margin: 24px !important;
  }
  .u-mt28--sm {
    margin-top: 28px !important;
  }

  .u-mr28--sm {
    margin-right: 28px !important;
  }

  .u-mb28--sm {
    margin-bottom: 28px !important;
  }

  .u-ml28--sm {
    margin-left: 28px !important;
  }

  .u-mAll28--sm {
    margin: 28px !important;
  }
  .u-mt32--sm {
    margin-top: 32px !important;
  }

  .u-mr32--sm {
    margin-right: 32px !important;
  }

  .u-mb32--sm {
    margin-bottom: 32px !important;
  }

  .u-ml32--sm {
    margin-left: 32px !important;
  }

  .u-mAll32--sm {
    margin: 32px !important;
  }
  .u-mt36--sm {
    margin-top: 36px !important;
  }

  .u-mr36--sm {
    margin-right: 36px !important;
  }

  .u-mb36--sm {
    margin-bottom: 36px !important;
  }

  .u-ml36--sm {
    margin-left: 36px !important;
  }

  .u-mAll36--sm {
    margin: 36px !important;
  }
  .u-mt40--sm {
    margin-top: 40px !important;
  }

  .u-mr40--sm {
    margin-right: 40px !important;
  }

  .u-mb40--sm {
    margin-bottom: 40px !important;
  }

  .u-ml40--sm {
    margin-left: 40px !important;
  }

  .u-mAll40--sm {
    margin: 40px !important;
  }
  .u-mt44--sm {
    margin-top: 44px !important;
  }

  .u-mr44--sm {
    margin-right: 44px !important;
  }

  .u-mb44--sm {
    margin-bottom: 44px !important;
  }

  .u-ml44--sm {
    margin-left: 44px !important;
  }

  .u-mAll44--sm {
    margin: 44px !important;
  }
  .u-mt48--sm {
    margin-top: 48px !important;
  }

  .u-mr48--sm {
    margin-right: 48px !important;
  }

  .u-mb48--sm {
    margin-bottom: 48px !important;
  }

  .u-ml48--sm {
    margin-left: 48px !important;
  }

  .u-mAll48--sm {
    margin: 48px !important;
  }
  .u-mt52--sm {
    margin-top: 52px !important;
  }

  .u-mr52--sm {
    margin-right: 52px !important;
  }

  .u-mb52--sm {
    margin-bottom: 52px !important;
  }

  .u-ml52--sm {
    margin-left: 52px !important;
  }

  .u-mAll52--sm {
    margin: 52px !important;
  }
  .u-mt56--sm {
    margin-top: 56px !important;
  }

  .u-mr56--sm {
    margin-right: 56px !important;
  }

  .u-mb56--sm {
    margin-bottom: 56px !important;
  }

  .u-ml56--sm {
    margin-left: 56px !important;
  }

  .u-mAll56--sm {
    margin: 56px !important;
  }
  .u-mt60--sm {
    margin-top: 60px !important;
  }

  .u-mr60--sm {
    margin-right: 60px !important;
  }

  .u-mb60--sm {
    margin-bottom: 60px !important;
  }

  .u-ml60--sm {
    margin-left: 60px !important;
  }

  .u-mAll60--sm {
    margin: 60px !important;
  }
  .u-mt64--sm {
    margin-top: 64px !important;
  }

  .u-mr64--sm {
    margin-right: 64px !important;
  }

  .u-mb64--sm {
    margin-bottom: 64px !important;
  }

  .u-ml64--sm {
    margin-left: 64px !important;
  }

  .u-mAll64--sm {
    margin: 64px !important;
  }
  .u-mt68--sm {
    margin-top: 68px !important;
  }

  .u-mr68--sm {
    margin-right: 68px !important;
  }

  .u-mb68--sm {
    margin-bottom: 68px !important;
  }

  .u-ml68--sm {
    margin-left: 68px !important;
  }

  .u-mAll68--sm {
    margin: 68px !important;
  }
  .u-mt72--sm {
    margin-top: 72px !important;
  }

  .u-mr72--sm {
    margin-right: 72px !important;
  }

  .u-mb72--sm {
    margin-bottom: 72px !important;
  }

  .u-ml72--sm {
    margin-left: 72px !important;
  }

  .u-mAll72--sm {
    margin: 72px !important;
  }
  .u-mt76--sm {
    margin-top: 76px !important;
  }

  .u-mr76--sm {
    margin-right: 76px !important;
  }

  .u-mb76--sm {
    margin-bottom: 76px !important;
  }

  .u-ml76--sm {
    margin-left: 76px !important;
  }

  .u-mAll76--sm {
    margin: 76px !important;
  }
  .u-mt80--sm {
    margin-top: 80px !important;
  }

  .u-mr80--sm {
    margin-right: 80px !important;
  }

  .u-mb80--sm {
    margin-bottom: 80px !important;
  }

  .u-ml80--sm {
    margin-left: 80px !important;
  }

  .u-mAll80--sm {
    margin: 80px !important;
  }
  .u-pt0--sm {
    padding-top: 0px !important;
  }

  .u-pr0--sm {
    padding-right: 0px !important;
  }

  .u-pb0--sm {
    padding-bottom: 0px !important;
  }

  .u-pl0--sm {
    padding-left: 0px !important;
  }

  .u-pAll0--sm {
    padding: 0px !important;
  }
  .u-pt4--sm {
    padding-top: 4px !important;
  }

  .u-pr4--sm {
    padding-right: 4px !important;
  }

  .u-pb4--sm {
    padding-bottom: 4px !important;
  }

  .u-pl4--sm {
    padding-left: 4px !important;
  }

  .u-pAll4--sm {
    padding: 4px !important;
  }
  .u-pt8--sm {
    padding-top: 8px !important;
  }

  .u-pr8--sm {
    padding-right: 8px !important;
  }

  .u-pb8--sm {
    padding-bottom: 8px !important;
  }

  .u-pl8--sm {
    padding-left: 8px !important;
  }

  .u-pAll8--sm {
    padding: 8px !important;
  }
  .u-pt12--sm {
    padding-top: 12px !important;
  }

  .u-pr12--sm {
    padding-right: 12px !important;
  }

  .u-pb12--sm {
    padding-bottom: 12px !important;
  }

  .u-pl12--sm {
    padding-left: 12px !important;
  }

  .u-pAll12--sm {
    padding: 12px !important;
  }
  .u-pt16--sm {
    padding-top: 16px !important;
  }

  .u-pr16--sm {
    padding-right: 16px !important;
  }

  .u-pb16--sm {
    padding-bottom: 16px !important;
  }

  .u-pl16--sm {
    padding-left: 16px !important;
  }

  .u-pAll16--sm {
    padding: 16px !important;
  }
  .u-pt20--sm {
    padding-top: 20px !important;
  }

  .u-pr20--sm {
    padding-right: 20px !important;
  }

  .u-pb20--sm {
    padding-bottom: 20px !important;
  }

  .u-pl20--sm {
    padding-left: 20px !important;
  }

  .u-pAll20--sm {
    padding: 20px !important;
  }
  .u-pt24--sm {
    padding-top: 24px !important;
  }

  .u-pr24--sm {
    padding-right: 24px !important;
  }

  .u-pb24--sm {
    padding-bottom: 24px !important;
  }

  .u-pl24--sm {
    padding-left: 24px !important;
  }

  .u-pAll24--sm {
    padding: 24px !important;
  }
  .u-pt28--sm {
    padding-top: 28px !important;
  }

  .u-pr28--sm {
    padding-right: 28px !important;
  }

  .u-pb28--sm {
    padding-bottom: 28px !important;
  }

  .u-pl28--sm {
    padding-left: 28px !important;
  }

  .u-pAll28--sm {
    padding: 28px !important;
  }
  .u-pt32--sm {
    padding-top: 32px !important;
  }

  .u-pr32--sm {
    padding-right: 32px !important;
  }

  .u-pb32--sm {
    padding-bottom: 32px !important;
  }

  .u-pl32--sm {
    padding-left: 32px !important;
  }

  .u-pAll32--sm {
    padding: 32px !important;
  }
  .u-pt36--sm {
    padding-top: 36px !important;
  }

  .u-pr36--sm {
    padding-right: 36px !important;
  }

  .u-pb36--sm {
    padding-bottom: 36px !important;
  }

  .u-pl36--sm {
    padding-left: 36px !important;
  }

  .u-pAll36--sm {
    padding: 36px !important;
  }
  .u-pt40--sm {
    padding-top: 40px !important;
  }

  .u-pr40--sm {
    padding-right: 40px !important;
  }

  .u-pb40--sm {
    padding-bottom: 40px !important;
  }

  .u-pl40--sm {
    padding-left: 40px !important;
  }

  .u-pAll40--sm {
    padding: 40px !important;
  }
  .u-pt44--sm {
    padding-top: 44px !important;
  }

  .u-pr44--sm {
    padding-right: 44px !important;
  }

  .u-pb44--sm {
    padding-bottom: 44px !important;
  }

  .u-pl44--sm {
    padding-left: 44px !important;
  }

  .u-pAll44--sm {
    padding: 44px !important;
  }
  .u-pt48--sm {
    padding-top: 48px !important;
  }

  .u-pr48--sm {
    padding-right: 48px !important;
  }

  .u-pb48--sm {
    padding-bottom: 48px !important;
  }

  .u-pl48--sm {
    padding-left: 48px !important;
  }

  .u-pAll48--sm {
    padding: 48px !important;
  }
  .u-pt52--sm {
    padding-top: 52px !important;
  }

  .u-pr52--sm {
    padding-right: 52px !important;
  }

  .u-pb52--sm {
    padding-bottom: 52px !important;
  }

  .u-pl52--sm {
    padding-left: 52px !important;
  }

  .u-pAll52--sm {
    padding: 52px !important;
  }
  .u-pt56--sm {
    padding-top: 56px !important;
  }

  .u-pr56--sm {
    padding-right: 56px !important;
  }

  .u-pb56--sm {
    padding-bottom: 56px !important;
  }

  .u-pl56--sm {
    padding-left: 56px !important;
  }

  .u-pAll56--sm {
    padding: 56px !important;
  }
  .u-pt60--sm {
    padding-top: 60px !important;
  }

  .u-pr60--sm {
    padding-right: 60px !important;
  }

  .u-pb60--sm {
    padding-bottom: 60px !important;
  }

  .u-pl60--sm {
    padding-left: 60px !important;
  }

  .u-pAll60--sm {
    padding: 60px !important;
  }
  .u-pt64--sm {
    padding-top: 64px !important;
  }

  .u-pr64--sm {
    padding-right: 64px !important;
  }

  .u-pb64--sm {
    padding-bottom: 64px !important;
  }

  .u-pl64--sm {
    padding-left: 64px !important;
  }

  .u-pAll64--sm {
    padding: 64px !important;
  }
  .u-pt68--sm {
    padding-top: 68px !important;
  }

  .u-pr68--sm {
    padding-right: 68px !important;
  }

  .u-pb68--sm {
    padding-bottom: 68px !important;
  }

  .u-pl68--sm {
    padding-left: 68px !important;
  }

  .u-pAll68--sm {
    padding: 68px !important;
  }
  .u-pt72--sm {
    padding-top: 72px !important;
  }

  .u-pr72--sm {
    padding-right: 72px !important;
  }

  .u-pb72--sm {
    padding-bottom: 72px !important;
  }

  .u-pl72--sm {
    padding-left: 72px !important;
  }

  .u-pAll72--sm {
    padding: 72px !important;
  }
  .u-pt76--sm {
    padding-top: 76px !important;
  }

  .u-pr76--sm {
    padding-right: 76px !important;
  }

  .u-pb76--sm {
    padding-bottom: 76px !important;
  }

  .u-pl76--sm {
    padding-left: 76px !important;
  }

  .u-pAll76--sm {
    padding: 76px !important;
  }
  .u-pt80--sm {
    padding-top: 80px !important;
  }

  .u-pr80--sm {
    padding-right: 80px !important;
  }

  .u-pb80--sm {
    padding-bottom: 80px !important;
  }

  .u-pl80--sm {
    padding-left: 80px !important;
  }

  .u-pAll80--sm {
    padding: 80px !important;
  }
  .u-pos-sta--sm {
    position: static;
  }
  .u-pos-rel--sm {
    position: relative;
  }
  .u-pos-abs--sm {
    position: absolute;
  }
  .u-pos-fix--sm {
    position: fixed;
  }
}
@media only screen and (max-width: 320px ) {
  .c-col-xxs-1 {
    width: 8.3333333333%;
  }
  .c-col-xxs-2 {
    width: 16.6666666667%;
  }
  .c-col-xxs-3 {
    width: 25%;
  }
  .c-col-xxs-4 {
    width: 33.3333333333%;
  }
  .c-col-xxs-5 {
    width: 41.6666666667%;
  }
  .c-col-xxs-6 {
    width: 50%;
  }
  .c-col-xxs-7 {
    width: 58.3333333333%;
  }
  .c-col-xxs-8 {
    width: 66.6666666667%;
  }
  .c-col-xxs-9 {
    width: 75%;
  }
  .c-col-xxs-10 {
    width: 83.3333333333%;
  }
  .c-col-xxs-11 {
    width: 91.6666666667%;
  }
  .c-col-xxs-12 {
    width: 100%;
  }
  .c-list--col-xxs-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-xxs-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-xxs-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-xxs-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-xxs-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-xxs-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-xxs-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-xxs-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-xxs-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-xxs-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-xxs-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xxs-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-xxs-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .c-col-xxs-1 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xxs-2 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xxs-3 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xxs-4 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xxs-5 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xxs-6 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xxs-7 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xxs-8 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xxs-9 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xxs-10 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xxs-11 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .p-navi__item > span {
    font-size: 12px;
  }
  .p-navi__item > a > span {
    font-size: 12px;
  }
  .p-navi-child__item {
    font-size: 100%;
  }
  .u-mt0--xxs {
    margin-top: 0px !important;
  }

  .u-mr0--xxs {
    margin-right: 0px !important;
  }

  .u-mb0--xxs {
    margin-bottom: 0px !important;
  }

  .u-ml0--xxs {
    margin-left: 0px !important;
  }

  .u-mAll0--xxs {
    margin: 0px !important;
  }
  .u-mt4--xxs {
    margin-top: 4px !important;
  }

  .u-mr4--xxs {
    margin-right: 4px !important;
  }

  .u-mb4--xxs {
    margin-bottom: 4px !important;
  }

  .u-ml4--xxs {
    margin-left: 4px !important;
  }

  .u-mAll4--xxs {
    margin: 4px !important;
  }
  .u-mt8--xxs {
    margin-top: 8px !important;
  }

  .u-mr8--xxs {
    margin-right: 8px !important;
  }

  .u-mb8--xxs {
    margin-bottom: 8px !important;
  }

  .u-ml8--xxs {
    margin-left: 8px !important;
  }

  .u-mAll8--xxs {
    margin: 8px !important;
  }
  .u-mt12--xxs {
    margin-top: 12px !important;
  }

  .u-mr12--xxs {
    margin-right: 12px !important;
  }

  .u-mb12--xxs {
    margin-bottom: 12px !important;
  }

  .u-ml12--xxs {
    margin-left: 12px !important;
  }

  .u-mAll12--xxs {
    margin: 12px !important;
  }
  .u-mt16--xxs {
    margin-top: 16px !important;
  }

  .u-mr16--xxs {
    margin-right: 16px !important;
  }

  .u-mb16--xxs {
    margin-bottom: 16px !important;
  }

  .u-ml16--xxs {
    margin-left: 16px !important;
  }

  .u-mAll16--xxs {
    margin: 16px !important;
  }
  .u-mt20--xxs {
    margin-top: 20px !important;
  }

  .u-mr20--xxs {
    margin-right: 20px !important;
  }

  .u-mb20--xxs {
    margin-bottom: 20px !important;
  }

  .u-ml20--xxs {
    margin-left: 20px !important;
  }

  .u-mAll20--xxs {
    margin: 20px !important;
  }
  .u-mt24--xxs {
    margin-top: 24px !important;
  }

  .u-mr24--xxs {
    margin-right: 24px !important;
  }

  .u-mb24--xxs {
    margin-bottom: 24px !important;
  }

  .u-ml24--xxs {
    margin-left: 24px !important;
  }

  .u-mAll24--xxs {
    margin: 24px !important;
  }
  .u-mt28--xxs {
    margin-top: 28px !important;
  }

  .u-mr28--xxs {
    margin-right: 28px !important;
  }

  .u-mb28--xxs {
    margin-bottom: 28px !important;
  }

  .u-ml28--xxs {
    margin-left: 28px !important;
  }

  .u-mAll28--xxs {
    margin: 28px !important;
  }
  .u-mt32--xxs {
    margin-top: 32px !important;
  }

  .u-mr32--xxs {
    margin-right: 32px !important;
  }

  .u-mb32--xxs {
    margin-bottom: 32px !important;
  }

  .u-ml32--xxs {
    margin-left: 32px !important;
  }

  .u-mAll32--xxs {
    margin: 32px !important;
  }
  .u-mt36--xxs {
    margin-top: 36px !important;
  }

  .u-mr36--xxs {
    margin-right: 36px !important;
  }

  .u-mb36--xxs {
    margin-bottom: 36px !important;
  }

  .u-ml36--xxs {
    margin-left: 36px !important;
  }

  .u-mAll36--xxs {
    margin: 36px !important;
  }
  .u-mt40--xxs {
    margin-top: 40px !important;
  }

  .u-mr40--xxs {
    margin-right: 40px !important;
  }

  .u-mb40--xxs {
    margin-bottom: 40px !important;
  }

  .u-ml40--xxs {
    margin-left: 40px !important;
  }

  .u-mAll40--xxs {
    margin: 40px !important;
  }
  .u-mt44--xxs {
    margin-top: 44px !important;
  }

  .u-mr44--xxs {
    margin-right: 44px !important;
  }

  .u-mb44--xxs {
    margin-bottom: 44px !important;
  }

  .u-ml44--xxs {
    margin-left: 44px !important;
  }

  .u-mAll44--xxs {
    margin: 44px !important;
  }
  .u-mt48--xxs {
    margin-top: 48px !important;
  }

  .u-mr48--xxs {
    margin-right: 48px !important;
  }

  .u-mb48--xxs {
    margin-bottom: 48px !important;
  }

  .u-ml48--xxs {
    margin-left: 48px !important;
  }

  .u-mAll48--xxs {
    margin: 48px !important;
  }
  .u-mt52--xxs {
    margin-top: 52px !important;
  }

  .u-mr52--xxs {
    margin-right: 52px !important;
  }

  .u-mb52--xxs {
    margin-bottom: 52px !important;
  }

  .u-ml52--xxs {
    margin-left: 52px !important;
  }

  .u-mAll52--xxs {
    margin: 52px !important;
  }
  .u-mt56--xxs {
    margin-top: 56px !important;
  }

  .u-mr56--xxs {
    margin-right: 56px !important;
  }

  .u-mb56--xxs {
    margin-bottom: 56px !important;
  }

  .u-ml56--xxs {
    margin-left: 56px !important;
  }

  .u-mAll56--xxs {
    margin: 56px !important;
  }
  .u-mt60--xxs {
    margin-top: 60px !important;
  }

  .u-mr60--xxs {
    margin-right: 60px !important;
  }

  .u-mb60--xxs {
    margin-bottom: 60px !important;
  }

  .u-ml60--xxs {
    margin-left: 60px !important;
  }

  .u-mAll60--xxs {
    margin: 60px !important;
  }
  .u-mt64--xxs {
    margin-top: 64px !important;
  }

  .u-mr64--xxs {
    margin-right: 64px !important;
  }

  .u-mb64--xxs {
    margin-bottom: 64px !important;
  }

  .u-ml64--xxs {
    margin-left: 64px !important;
  }

  .u-mAll64--xxs {
    margin: 64px !important;
  }
  .u-mt68--xxs {
    margin-top: 68px !important;
  }

  .u-mr68--xxs {
    margin-right: 68px !important;
  }

  .u-mb68--xxs {
    margin-bottom: 68px !important;
  }

  .u-ml68--xxs {
    margin-left: 68px !important;
  }

  .u-mAll68--xxs {
    margin: 68px !important;
  }
  .u-mt72--xxs {
    margin-top: 72px !important;
  }

  .u-mr72--xxs {
    margin-right: 72px !important;
  }

  .u-mb72--xxs {
    margin-bottom: 72px !important;
  }

  .u-ml72--xxs {
    margin-left: 72px !important;
  }

  .u-mAll72--xxs {
    margin: 72px !important;
  }
  .u-mt76--xxs {
    margin-top: 76px !important;
  }

  .u-mr76--xxs {
    margin-right: 76px !important;
  }

  .u-mb76--xxs {
    margin-bottom: 76px !important;
  }

  .u-ml76--xxs {
    margin-left: 76px !important;
  }

  .u-mAll76--xxs {
    margin: 76px !important;
  }
  .u-mt80--xxs {
    margin-top: 80px !important;
  }

  .u-mr80--xxs {
    margin-right: 80px !important;
  }

  .u-mb80--xxs {
    margin-bottom: 80px !important;
  }

  .u-ml80--xxs {
    margin-left: 80px !important;
  }

  .u-mAll80--xxs {
    margin: 80px !important;
  }
  .u-pt0--xxs {
    padding-top: 0px !important;
  }

  .u-pr0--xxs {
    padding-right: 0px !important;
  }

  .u-pb0--xxs {
    padding-bottom: 0px !important;
  }

  .u-pl0--xxs {
    padding-left: 0px !important;
  }

  .u-pAll0--xxs {
    padding: 0px !important;
  }
  .u-pt4--xxs {
    padding-top: 4px !important;
  }

  .u-pr4--xxs {
    padding-right: 4px !important;
  }

  .u-pb4--xxs {
    padding-bottom: 4px !important;
  }

  .u-pl4--xxs {
    padding-left: 4px !important;
  }

  .u-pAll4--xxs {
    padding: 4px !important;
  }
  .u-pt8--xxs {
    padding-top: 8px !important;
  }

  .u-pr8--xxs {
    padding-right: 8px !important;
  }

  .u-pb8--xxs {
    padding-bottom: 8px !important;
  }

  .u-pl8--xxs {
    padding-left: 8px !important;
  }

  .u-pAll8--xxs {
    padding: 8px !important;
  }
  .u-pt12--xxs {
    padding-top: 12px !important;
  }

  .u-pr12--xxs {
    padding-right: 12px !important;
  }

  .u-pb12--xxs {
    padding-bottom: 12px !important;
  }

  .u-pl12--xxs {
    padding-left: 12px !important;
  }

  .u-pAll12--xxs {
    padding: 12px !important;
  }
  .u-pt16--xxs {
    padding-top: 16px !important;
  }

  .u-pr16--xxs {
    padding-right: 16px !important;
  }

  .u-pb16--xxs {
    padding-bottom: 16px !important;
  }

  .u-pl16--xxs {
    padding-left: 16px !important;
  }

  .u-pAll16--xxs {
    padding: 16px !important;
  }
  .u-pt20--xxs {
    padding-top: 20px !important;
  }

  .u-pr20--xxs {
    padding-right: 20px !important;
  }

  .u-pb20--xxs {
    padding-bottom: 20px !important;
  }

  .u-pl20--xxs {
    padding-left: 20px !important;
  }

  .u-pAll20--xxs {
    padding: 20px !important;
  }
  .u-pt24--xxs {
    padding-top: 24px !important;
  }

  .u-pr24--xxs {
    padding-right: 24px !important;
  }

  .u-pb24--xxs {
    padding-bottom: 24px !important;
  }

  .u-pl24--xxs {
    padding-left: 24px !important;
  }

  .u-pAll24--xxs {
    padding: 24px !important;
  }
  .u-pt28--xxs {
    padding-top: 28px !important;
  }

  .u-pr28--xxs {
    padding-right: 28px !important;
  }

  .u-pb28--xxs {
    padding-bottom: 28px !important;
  }

  .u-pl28--xxs {
    padding-left: 28px !important;
  }

  .u-pAll28--xxs {
    padding: 28px !important;
  }
  .u-pt32--xxs {
    padding-top: 32px !important;
  }

  .u-pr32--xxs {
    padding-right: 32px !important;
  }

  .u-pb32--xxs {
    padding-bottom: 32px !important;
  }

  .u-pl32--xxs {
    padding-left: 32px !important;
  }

  .u-pAll32--xxs {
    padding: 32px !important;
  }
  .u-pt36--xxs {
    padding-top: 36px !important;
  }

  .u-pr36--xxs {
    padding-right: 36px !important;
  }

  .u-pb36--xxs {
    padding-bottom: 36px !important;
  }

  .u-pl36--xxs {
    padding-left: 36px !important;
  }

  .u-pAll36--xxs {
    padding: 36px !important;
  }
  .u-pt40--xxs {
    padding-top: 40px !important;
  }

  .u-pr40--xxs {
    padding-right: 40px !important;
  }

  .u-pb40--xxs {
    padding-bottom: 40px !important;
  }

  .u-pl40--xxs {
    padding-left: 40px !important;
  }

  .u-pAll40--xxs {
    padding: 40px !important;
  }
  .u-pt44--xxs {
    padding-top: 44px !important;
  }

  .u-pr44--xxs {
    padding-right: 44px !important;
  }

  .u-pb44--xxs {
    padding-bottom: 44px !important;
  }

  .u-pl44--xxs {
    padding-left: 44px !important;
  }

  .u-pAll44--xxs {
    padding: 44px !important;
  }
  .u-pt48--xxs {
    padding-top: 48px !important;
  }

  .u-pr48--xxs {
    padding-right: 48px !important;
  }

  .u-pb48--xxs {
    padding-bottom: 48px !important;
  }

  .u-pl48--xxs {
    padding-left: 48px !important;
  }

  .u-pAll48--xxs {
    padding: 48px !important;
  }
  .u-pt52--xxs {
    padding-top: 52px !important;
  }

  .u-pr52--xxs {
    padding-right: 52px !important;
  }

  .u-pb52--xxs {
    padding-bottom: 52px !important;
  }

  .u-pl52--xxs {
    padding-left: 52px !important;
  }

  .u-pAll52--xxs {
    padding: 52px !important;
  }
  .u-pt56--xxs {
    padding-top: 56px !important;
  }

  .u-pr56--xxs {
    padding-right: 56px !important;
  }

  .u-pb56--xxs {
    padding-bottom: 56px !important;
  }

  .u-pl56--xxs {
    padding-left: 56px !important;
  }

  .u-pAll56--xxs {
    padding: 56px !important;
  }
  .u-pt60--xxs {
    padding-top: 60px !important;
  }

  .u-pr60--xxs {
    padding-right: 60px !important;
  }

  .u-pb60--xxs {
    padding-bottom: 60px !important;
  }

  .u-pl60--xxs {
    padding-left: 60px !important;
  }

  .u-pAll60--xxs {
    padding: 60px !important;
  }
  .u-pt64--xxs {
    padding-top: 64px !important;
  }

  .u-pr64--xxs {
    padding-right: 64px !important;
  }

  .u-pb64--xxs {
    padding-bottom: 64px !important;
  }

  .u-pl64--xxs {
    padding-left: 64px !important;
  }

  .u-pAll64--xxs {
    padding: 64px !important;
  }
  .u-pt68--xxs {
    padding-top: 68px !important;
  }

  .u-pr68--xxs {
    padding-right: 68px !important;
  }

  .u-pb68--xxs {
    padding-bottom: 68px !important;
  }

  .u-pl68--xxs {
    padding-left: 68px !important;
  }

  .u-pAll68--xxs {
    padding: 68px !important;
  }
  .u-pt72--xxs {
    padding-top: 72px !important;
  }

  .u-pr72--xxs {
    padding-right: 72px !important;
  }

  .u-pb72--xxs {
    padding-bottom: 72px !important;
  }

  .u-pl72--xxs {
    padding-left: 72px !important;
  }

  .u-pAll72--xxs {
    padding: 72px !important;
  }
  .u-pt76--xxs {
    padding-top: 76px !important;
  }

  .u-pr76--xxs {
    padding-right: 76px !important;
  }

  .u-pb76--xxs {
    padding-bottom: 76px !important;
  }

  .u-pl76--xxs {
    padding-left: 76px !important;
  }

  .u-pAll76--xxs {
    padding: 76px !important;
  }
  .u-pt80--xxs {
    padding-top: 80px !important;
  }

  .u-pr80--xxs {
    padding-right: 80px !important;
  }

  .u-pb80--xxs {
    padding-bottom: 80px !important;
  }

  .u-pl80--xxs {
    padding-left: 80px !important;
  }

  .u-pAll80--xxs {
    padding: 80px !important;
  }
  .u-pos-sta--xxs {
    position: static;
  }
  .u-pos-rel--xxs {
    position: relative;
  }
  .u-pos-abs--xxs {
    position: absolute;
  }
  .u-pos-fix--xxs {
    position: fixed;
  }
}
@media only screen and (max-width: 449px ) {
  .c-col-xs-1 {
    width: 8.3333333333%;
  }
  .c-col-xs-2 {
    width: 16.6666666667%;
  }
  .c-col-xs-3 {
    width: 25%;
  }
  .c-col-xs-4 {
    width: 33.3333333333%;
  }
  .c-col-xs-5 {
    width: 41.6666666667%;
  }
  .c-col-xs-6 {
    width: 50%;
  }
  .c-col-xs-7 {
    width: 58.3333333333%;
  }
  .c-col-xs-8 {
    width: 66.6666666667%;
  }
  .c-col-xs-9 {
    width: 75%;
  }
  .c-col-xs-10 {
    width: 83.3333333333%;
  }
  .c-col-xs-11 {
    width: 91.6666666667%;
  }
  .c-col-xs-12 {
    width: 100%;
  }
  .c-list--col-xs-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-xs-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-xs-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-xs-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-xs-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-xs-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-xs-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-xs-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-xs-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-xs-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-xs-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xs-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-xs-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .c-col-xs-1 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xs-2 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xs-3 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xs-4 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xs-5 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xs-6 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xs-7 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xs-8 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xs-9 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xs-10 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xs-11 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .u-only-xs {
    display: block;
  }
  .u-only-xs--inline {
    display: inline-block;
  }
  .u-only-xs--flex {
    display: flex;
  }
  .u-mt0--xs {
    margin-top: 0px !important;
  }

  .u-mr0--xs {
    margin-right: 0px !important;
  }

  .u-mb0--xs {
    margin-bottom: 0px !important;
  }

  .u-ml0--xs {
    margin-left: 0px !important;
  }

  .u-mAll0--xs {
    margin: 0px !important;
  }
  .u-mt4--xs {
    margin-top: 4px !important;
  }

  .u-mr4--xs {
    margin-right: 4px !important;
  }

  .u-mb4--xs {
    margin-bottom: 4px !important;
  }

  .u-ml4--xs {
    margin-left: 4px !important;
  }

  .u-mAll4--xs {
    margin: 4px !important;
  }
  .u-mt8--xs {
    margin-top: 8px !important;
  }

  .u-mr8--xs {
    margin-right: 8px !important;
  }

  .u-mb8--xs {
    margin-bottom: 8px !important;
  }

  .u-ml8--xs {
    margin-left: 8px !important;
  }

  .u-mAll8--xs {
    margin: 8px !important;
  }
  .u-mt12--xs {
    margin-top: 12px !important;
  }

  .u-mr12--xs {
    margin-right: 12px !important;
  }

  .u-mb12--xs {
    margin-bottom: 12px !important;
  }

  .u-ml12--xs {
    margin-left: 12px !important;
  }

  .u-mAll12--xs {
    margin: 12px !important;
  }
  .u-mt16--xs {
    margin-top: 16px !important;
  }

  .u-mr16--xs {
    margin-right: 16px !important;
  }

  .u-mb16--xs {
    margin-bottom: 16px !important;
  }

  .u-ml16--xs {
    margin-left: 16px !important;
  }

  .u-mAll16--xs {
    margin: 16px !important;
  }
  .u-mt20--xs {
    margin-top: 20px !important;
  }

  .u-mr20--xs {
    margin-right: 20px !important;
  }

  .u-mb20--xs {
    margin-bottom: 20px !important;
  }

  .u-ml20--xs {
    margin-left: 20px !important;
  }

  .u-mAll20--xs {
    margin: 20px !important;
  }
  .u-mt24--xs {
    margin-top: 24px !important;
  }

  .u-mr24--xs {
    margin-right: 24px !important;
  }

  .u-mb24--xs {
    margin-bottom: 24px !important;
  }

  .u-ml24--xs {
    margin-left: 24px !important;
  }

  .u-mAll24--xs {
    margin: 24px !important;
  }
  .u-mt28--xs {
    margin-top: 28px !important;
  }

  .u-mr28--xs {
    margin-right: 28px !important;
  }

  .u-mb28--xs {
    margin-bottom: 28px !important;
  }

  .u-ml28--xs {
    margin-left: 28px !important;
  }

  .u-mAll28--xs {
    margin: 28px !important;
  }
  .u-mt32--xs {
    margin-top: 32px !important;
  }

  .u-mr32--xs {
    margin-right: 32px !important;
  }

  .u-mb32--xs {
    margin-bottom: 32px !important;
  }

  .u-ml32--xs {
    margin-left: 32px !important;
  }

  .u-mAll32--xs {
    margin: 32px !important;
  }
  .u-mt36--xs {
    margin-top: 36px !important;
  }

  .u-mr36--xs {
    margin-right: 36px !important;
  }

  .u-mb36--xs {
    margin-bottom: 36px !important;
  }

  .u-ml36--xs {
    margin-left: 36px !important;
  }

  .u-mAll36--xs {
    margin: 36px !important;
  }
  .u-mt40--xs {
    margin-top: 40px !important;
  }

  .u-mr40--xs {
    margin-right: 40px !important;
  }

  .u-mb40--xs {
    margin-bottom: 40px !important;
  }

  .u-ml40--xs {
    margin-left: 40px !important;
  }

  .u-mAll40--xs {
    margin: 40px !important;
  }
  .u-mt44--xs {
    margin-top: 44px !important;
  }

  .u-mr44--xs {
    margin-right: 44px !important;
  }

  .u-mb44--xs {
    margin-bottom: 44px !important;
  }

  .u-ml44--xs {
    margin-left: 44px !important;
  }

  .u-mAll44--xs {
    margin: 44px !important;
  }
  .u-mt48--xs {
    margin-top: 48px !important;
  }

  .u-mr48--xs {
    margin-right: 48px !important;
  }

  .u-mb48--xs {
    margin-bottom: 48px !important;
  }

  .u-ml48--xs {
    margin-left: 48px !important;
  }

  .u-mAll48--xs {
    margin: 48px !important;
  }
  .u-mt52--xs {
    margin-top: 52px !important;
  }

  .u-mr52--xs {
    margin-right: 52px !important;
  }

  .u-mb52--xs {
    margin-bottom: 52px !important;
  }

  .u-ml52--xs {
    margin-left: 52px !important;
  }

  .u-mAll52--xs {
    margin: 52px !important;
  }
  .u-mt56--xs {
    margin-top: 56px !important;
  }

  .u-mr56--xs {
    margin-right: 56px !important;
  }

  .u-mb56--xs {
    margin-bottom: 56px !important;
  }

  .u-ml56--xs {
    margin-left: 56px !important;
  }

  .u-mAll56--xs {
    margin: 56px !important;
  }
  .u-mt60--xs {
    margin-top: 60px !important;
  }

  .u-mr60--xs {
    margin-right: 60px !important;
  }

  .u-mb60--xs {
    margin-bottom: 60px !important;
  }

  .u-ml60--xs {
    margin-left: 60px !important;
  }

  .u-mAll60--xs {
    margin: 60px !important;
  }
  .u-mt64--xs {
    margin-top: 64px !important;
  }

  .u-mr64--xs {
    margin-right: 64px !important;
  }

  .u-mb64--xs {
    margin-bottom: 64px !important;
  }

  .u-ml64--xs {
    margin-left: 64px !important;
  }

  .u-mAll64--xs {
    margin: 64px !important;
  }
  .u-mt68--xs {
    margin-top: 68px !important;
  }

  .u-mr68--xs {
    margin-right: 68px !important;
  }

  .u-mb68--xs {
    margin-bottom: 68px !important;
  }

  .u-ml68--xs {
    margin-left: 68px !important;
  }

  .u-mAll68--xs {
    margin: 68px !important;
  }
  .u-mt72--xs {
    margin-top: 72px !important;
  }

  .u-mr72--xs {
    margin-right: 72px !important;
  }

  .u-mb72--xs {
    margin-bottom: 72px !important;
  }

  .u-ml72--xs {
    margin-left: 72px !important;
  }

  .u-mAll72--xs {
    margin: 72px !important;
  }
  .u-mt76--xs {
    margin-top: 76px !important;
  }

  .u-mr76--xs {
    margin-right: 76px !important;
  }

  .u-mb76--xs {
    margin-bottom: 76px !important;
  }

  .u-ml76--xs {
    margin-left: 76px !important;
  }

  .u-mAll76--xs {
    margin: 76px !important;
  }
  .u-mt80--xs {
    margin-top: 80px !important;
  }

  .u-mr80--xs {
    margin-right: 80px !important;
  }

  .u-mb80--xs {
    margin-bottom: 80px !important;
  }

  .u-ml80--xs {
    margin-left: 80px !important;
  }

  .u-mAll80--xs {
    margin: 80px !important;
  }
  .u-pt0--xs {
    padding-top: 0px !important;
  }

  .u-pr0--xs {
    padding-right: 0px !important;
  }

  .u-pb0--xs {
    padding-bottom: 0px !important;
  }

  .u-pl0--xs {
    padding-left: 0px !important;
  }

  .u-pAll0--xs {
    padding: 0px !important;
  }
  .u-pt4--xs {
    padding-top: 4px !important;
  }

  .u-pr4--xs {
    padding-right: 4px !important;
  }

  .u-pb4--xs {
    padding-bottom: 4px !important;
  }

  .u-pl4--xs {
    padding-left: 4px !important;
  }

  .u-pAll4--xs {
    padding: 4px !important;
  }
  .u-pt8--xs {
    padding-top: 8px !important;
  }

  .u-pr8--xs {
    padding-right: 8px !important;
  }

  .u-pb8--xs {
    padding-bottom: 8px !important;
  }

  .u-pl8--xs {
    padding-left: 8px !important;
  }

  .u-pAll8--xs {
    padding: 8px !important;
  }
  .u-pt12--xs {
    padding-top: 12px !important;
  }

  .u-pr12--xs {
    padding-right: 12px !important;
  }

  .u-pb12--xs {
    padding-bottom: 12px !important;
  }

  .u-pl12--xs {
    padding-left: 12px !important;
  }

  .u-pAll12--xs {
    padding: 12px !important;
  }
  .u-pt16--xs {
    padding-top: 16px !important;
  }

  .u-pr16--xs {
    padding-right: 16px !important;
  }

  .u-pb16--xs {
    padding-bottom: 16px !important;
  }

  .u-pl16--xs {
    padding-left: 16px !important;
  }

  .u-pAll16--xs {
    padding: 16px !important;
  }
  .u-pt20--xs {
    padding-top: 20px !important;
  }

  .u-pr20--xs {
    padding-right: 20px !important;
  }

  .u-pb20--xs {
    padding-bottom: 20px !important;
  }

  .u-pl20--xs {
    padding-left: 20px !important;
  }

  .u-pAll20--xs {
    padding: 20px !important;
  }
  .u-pt24--xs {
    padding-top: 24px !important;
  }

  .u-pr24--xs {
    padding-right: 24px !important;
  }

  .u-pb24--xs {
    padding-bottom: 24px !important;
  }

  .u-pl24--xs {
    padding-left: 24px !important;
  }

  .u-pAll24--xs {
    padding: 24px !important;
  }
  .u-pt28--xs {
    padding-top: 28px !important;
  }

  .u-pr28--xs {
    padding-right: 28px !important;
  }

  .u-pb28--xs {
    padding-bottom: 28px !important;
  }

  .u-pl28--xs {
    padding-left: 28px !important;
  }

  .u-pAll28--xs {
    padding: 28px !important;
  }
  .u-pt32--xs {
    padding-top: 32px !important;
  }

  .u-pr32--xs {
    padding-right: 32px !important;
  }

  .u-pb32--xs {
    padding-bottom: 32px !important;
  }

  .u-pl32--xs {
    padding-left: 32px !important;
  }

  .u-pAll32--xs {
    padding: 32px !important;
  }
  .u-pt36--xs {
    padding-top: 36px !important;
  }

  .u-pr36--xs {
    padding-right: 36px !important;
  }

  .u-pb36--xs {
    padding-bottom: 36px !important;
  }

  .u-pl36--xs {
    padding-left: 36px !important;
  }

  .u-pAll36--xs {
    padding: 36px !important;
  }
  .u-pt40--xs {
    padding-top: 40px !important;
  }

  .u-pr40--xs {
    padding-right: 40px !important;
  }

  .u-pb40--xs {
    padding-bottom: 40px !important;
  }

  .u-pl40--xs {
    padding-left: 40px !important;
  }

  .u-pAll40--xs {
    padding: 40px !important;
  }
  .u-pt44--xs {
    padding-top: 44px !important;
  }

  .u-pr44--xs {
    padding-right: 44px !important;
  }

  .u-pb44--xs {
    padding-bottom: 44px !important;
  }

  .u-pl44--xs {
    padding-left: 44px !important;
  }

  .u-pAll44--xs {
    padding: 44px !important;
  }
  .u-pt48--xs {
    padding-top: 48px !important;
  }

  .u-pr48--xs {
    padding-right: 48px !important;
  }

  .u-pb48--xs {
    padding-bottom: 48px !important;
  }

  .u-pl48--xs {
    padding-left: 48px !important;
  }

  .u-pAll48--xs {
    padding: 48px !important;
  }
  .u-pt52--xs {
    padding-top: 52px !important;
  }

  .u-pr52--xs {
    padding-right: 52px !important;
  }

  .u-pb52--xs {
    padding-bottom: 52px !important;
  }

  .u-pl52--xs {
    padding-left: 52px !important;
  }

  .u-pAll52--xs {
    padding: 52px !important;
  }
  .u-pt56--xs {
    padding-top: 56px !important;
  }

  .u-pr56--xs {
    padding-right: 56px !important;
  }

  .u-pb56--xs {
    padding-bottom: 56px !important;
  }

  .u-pl56--xs {
    padding-left: 56px !important;
  }

  .u-pAll56--xs {
    padding: 56px !important;
  }
  .u-pt60--xs {
    padding-top: 60px !important;
  }

  .u-pr60--xs {
    padding-right: 60px !important;
  }

  .u-pb60--xs {
    padding-bottom: 60px !important;
  }

  .u-pl60--xs {
    padding-left: 60px !important;
  }

  .u-pAll60--xs {
    padding: 60px !important;
  }
  .u-pt64--xs {
    padding-top: 64px !important;
  }

  .u-pr64--xs {
    padding-right: 64px !important;
  }

  .u-pb64--xs {
    padding-bottom: 64px !important;
  }

  .u-pl64--xs {
    padding-left: 64px !important;
  }

  .u-pAll64--xs {
    padding: 64px !important;
  }
  .u-pt68--xs {
    padding-top: 68px !important;
  }

  .u-pr68--xs {
    padding-right: 68px !important;
  }

  .u-pb68--xs {
    padding-bottom: 68px !important;
  }

  .u-pl68--xs {
    padding-left: 68px !important;
  }

  .u-pAll68--xs {
    padding: 68px !important;
  }
  .u-pt72--xs {
    padding-top: 72px !important;
  }

  .u-pr72--xs {
    padding-right: 72px !important;
  }

  .u-pb72--xs {
    padding-bottom: 72px !important;
  }

  .u-pl72--xs {
    padding-left: 72px !important;
  }

  .u-pAll72--xs {
    padding: 72px !important;
  }
  .u-pt76--xs {
    padding-top: 76px !important;
  }

  .u-pr76--xs {
    padding-right: 76px !important;
  }

  .u-pb76--xs {
    padding-bottom: 76px !important;
  }

  .u-pl76--xs {
    padding-left: 76px !important;
  }

  .u-pAll76--xs {
    padding: 76px !important;
  }
  .u-pt80--xs {
    padding-top: 80px !important;
  }

  .u-pr80--xs {
    padding-right: 80px !important;
  }

  .u-pb80--xs {
    padding-bottom: 80px !important;
  }

  .u-pl80--xs {
    padding-left: 80px !important;
  }

  .u-pAll80--xs {
    padding: 80px !important;
  }
  .u-pos-sta--xs {
    position: static;
  }
  .u-pos-rel--xs {
    position: relative;
  }
  .u-pos-abs--xs {
    position: absolute;
  }
  .u-pos-fix--xs {
    position: fixed;
  }
}
@media only screen and (min-width: 960px ) {
  .c-col-lg-1 {
    width: 8.3333333333%;
  }
  .c-col-lg-2 {
    width: 16.6666666667%;
  }
  .c-col-lg-3 {
    width: 25%;
  }
  .c-col-lg-4 {
    width: 33.3333333333%;
  }
  .c-col-lg-5 {
    width: 41.6666666667%;
  }
  .c-col-lg-6 {
    width: 50%;
  }
  .c-col-lg-7 {
    width: 58.3333333333%;
  }
  .c-col-lg-8 {
    width: 66.6666666667%;
  }
  .c-col-lg-9 {
    width: 75%;
  }
  .c-col-lg-10 {
    width: 83.3333333333%;
  }
  .c-col-lg-11 {
    width: 91.6666666667%;
  }
  .c-col-lg-12 {
    width: 100%;
  }
  .c-list--col-lg-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-lg-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-lg-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-lg-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-lg-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-lg-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-lg-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-lg-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-lg-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-lg-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-lg-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-lg-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-lg-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .c-col-lg-1 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-lg-2 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-lg-3 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-lg-4 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-lg-5 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-lg-6 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-lg-7 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-lg-8 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-lg-9 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-lg-10 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-lg-11 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .p-mv__lead {
    position: absolute;
    width: 960px;
    bottom: 30px;
    top: 74%;
    left: 50%;
    padding: 0px 5em;
    letter-spacing: 0.05em;
    transform: translate(-50%, 0);
    background-color: transparent;
  }
  .p-mv__lead__city {
    position: absolute;
    width: 960px;
    bottom: 30px;
    top: 65%;
    left: 50%;
    padding: 0px 5em;
    letter-spacing: 0.05em;
    transform: translate(-50%, 0);
    background-color: transparent;
  }
  .p-swiper-container--kv {
    max-width: 960px;
  }
  .p-swiper-slide--kv {
    max-width: 960px !important;
  }
  .u-only-lg {
    display: block;
  }
  .u-only-lg--inline {
    display: inline-block;
  }
  .u-only-lg--flex {
    display: flex;
  }
  .u-mt0--lg {
    margin-top: 0px !important;
  }

  .u-mr0--lg {
    margin-right: 0px !important;
  }

  .u-mb0--lg {
    margin-bottom: 0px !important;
  }

  .u-ml0--lg {
    margin-left: 0px !important;
  }

  .u-mAll0--lg {
    margin: 0px !important;
  }
  .u-mt4--lg {
    margin-top: 4px !important;
  }

  .u-mr4--lg {
    margin-right: 4px !important;
  }

  .u-mb4--lg {
    margin-bottom: 4px !important;
  }

  .u-ml4--lg {
    margin-left: 4px !important;
  }

  .u-mAll4--lg {
    margin: 4px !important;
  }
  .u-mt8--lg {
    margin-top: 8px !important;
  }

  .u-mr8--lg {
    margin-right: 8px !important;
  }

  .u-mb8--lg {
    margin-bottom: 8px !important;
  }

  .u-ml8--lg {
    margin-left: 8px !important;
  }

  .u-mAll8--lg {
    margin: 8px !important;
  }
  .u-mt12--lg {
    margin-top: 12px !important;
  }

  .u-mr12--lg {
    margin-right: 12px !important;
  }

  .u-mb12--lg {
    margin-bottom: 12px !important;
  }

  .u-ml12--lg {
    margin-left: 12px !important;
  }

  .u-mAll12--lg {
    margin: 12px !important;
  }
  .u-mt16--lg {
    margin-top: 16px !important;
  }

  .u-mr16--lg {
    margin-right: 16px !important;
  }

  .u-mb16--lg {
    margin-bottom: 16px !important;
  }

  .u-ml16--lg {
    margin-left: 16px !important;
  }

  .u-mAll16--lg {
    margin: 16px !important;
  }
  .u-mt20--lg {
    margin-top: 20px !important;
  }

  .u-mr20--lg {
    margin-right: 20px !important;
  }

  .u-mb20--lg {
    margin-bottom: 20px !important;
  }

  .u-ml20--lg {
    margin-left: 20px !important;
  }

  .u-mAll20--lg {
    margin: 20px !important;
  }
  .u-mt24--lg {
    margin-top: 24px !important;
  }

  .u-mr24--lg {
    margin-right: 24px !important;
  }

  .u-mb24--lg {
    margin-bottom: 24px !important;
  }

  .u-ml24--lg {
    margin-left: 24px !important;
  }

  .u-mAll24--lg {
    margin: 24px !important;
  }
  .u-mt28--lg {
    margin-top: 28px !important;
  }

  .u-mr28--lg {
    margin-right: 28px !important;
  }

  .u-mb28--lg {
    margin-bottom: 28px !important;
  }

  .u-ml28--lg {
    margin-left: 28px !important;
  }

  .u-mAll28--lg {
    margin: 28px !important;
  }
  .u-mt32--lg {
    margin-top: 32px !important;
  }

  .u-mr32--lg {
    margin-right: 32px !important;
  }

  .u-mb32--lg {
    margin-bottom: 32px !important;
  }

  .u-ml32--lg {
    margin-left: 32px !important;
  }

  .u-mAll32--lg {
    margin: 32px !important;
  }
  .u-mt36--lg {
    margin-top: 36px !important;
  }

  .u-mr36--lg {
    margin-right: 36px !important;
  }

  .u-mb36--lg {
    margin-bottom: 36px !important;
  }

  .u-ml36--lg {
    margin-left: 36px !important;
  }

  .u-mAll36--lg {
    margin: 36px !important;
  }
  .u-mt40--lg {
    margin-top: 40px !important;
  }

  .u-mr40--lg {
    margin-right: 40px !important;
  }

  .u-mb40--lg {
    margin-bottom: 40px !important;
  }

  .u-ml40--lg {
    margin-left: 40px !important;
  }

  .u-mAll40--lg {
    margin: 40px !important;
  }
  .u-mt44--lg {
    margin-top: 44px !important;
  }

  .u-mr44--lg {
    margin-right: 44px !important;
  }

  .u-mb44--lg {
    margin-bottom: 44px !important;
  }

  .u-ml44--lg {
    margin-left: 44px !important;
  }

  .u-mAll44--lg {
    margin: 44px !important;
  }
  .u-mt48--lg {
    margin-top: 48px !important;
  }

  .u-mr48--lg {
    margin-right: 48px !important;
  }

  .u-mb48--lg {
    margin-bottom: 48px !important;
  }

  .u-ml48--lg {
    margin-left: 48px !important;
  }

  .u-mAll48--lg {
    margin: 48px !important;
  }
  .u-mt52--lg {
    margin-top: 52px !important;
  }

  .u-mr52--lg {
    margin-right: 52px !important;
  }

  .u-mb52--lg {
    margin-bottom: 52px !important;
  }

  .u-ml52--lg {
    margin-left: 52px !important;
  }

  .u-mAll52--lg {
    margin: 52px !important;
  }
  .u-mt56--lg {
    margin-top: 56px !important;
  }

  .u-mr56--lg {
    margin-right: 56px !important;
  }

  .u-mb56--lg {
    margin-bottom: 56px !important;
  }

  .u-ml56--lg {
    margin-left: 56px !important;
  }

  .u-mAll56--lg {
    margin: 56px !important;
  }
  .u-mt60--lg {
    margin-top: 60px !important;
  }

  .u-mr60--lg {
    margin-right: 60px !important;
  }

  .u-mb60--lg {
    margin-bottom: 60px !important;
  }

  .u-ml60--lg {
    margin-left: 60px !important;
  }

  .u-mAll60--lg {
    margin: 60px !important;
  }
  .u-mt64--lg {
    margin-top: 64px !important;
  }

  .u-mr64--lg {
    margin-right: 64px !important;
  }

  .u-mb64--lg {
    margin-bottom: 64px !important;
  }

  .u-ml64--lg {
    margin-left: 64px !important;
  }

  .u-mAll64--lg {
    margin: 64px !important;
  }
  .u-mt68--lg {
    margin-top: 68px !important;
  }

  .u-mr68--lg {
    margin-right: 68px !important;
  }

  .u-mb68--lg {
    margin-bottom: 68px !important;
  }

  .u-ml68--lg {
    margin-left: 68px !important;
  }

  .u-mAll68--lg {
    margin: 68px !important;
  }
  .u-mt72--lg {
    margin-top: 72px !important;
  }

  .u-mr72--lg {
    margin-right: 72px !important;
  }

  .u-mb72--lg {
    margin-bottom: 72px !important;
  }

  .u-ml72--lg {
    margin-left: 72px !important;
  }

  .u-mAll72--lg {
    margin: 72px !important;
  }
  .u-mt76--lg {
    margin-top: 76px !important;
  }

  .u-mr76--lg {
    margin-right: 76px !important;
  }

  .u-mb76--lg {
    margin-bottom: 76px !important;
  }

  .u-ml76--lg {
    margin-left: 76px !important;
  }

  .u-mAll76--lg {
    margin: 76px !important;
  }
  .u-mt80--lg {
    margin-top: 80px !important;
  }

  .u-mr80--lg {
    margin-right: 80px !important;
  }

  .u-mb80--lg {
    margin-bottom: 80px !important;
  }

  .u-ml80--lg {
    margin-left: 80px !important;
  }

  .u-mAll80--lg {
    margin: 80px !important;
  }
  .u-pt0--lg {
    padding-top: 0px !important;
  }

  .u-pr0--lg {
    padding-right: 0px !important;
  }

  .u-pb0--lg {
    padding-bottom: 0px !important;
  }

  .u-pl0--lg {
    padding-left: 0px !important;
  }

  .u-pAll0--lg {
    padding: 0px !important;
  }
  .u-pt4--lg {
    padding-top: 4px !important;
  }

  .u-pr4--lg {
    padding-right: 4px !important;
  }

  .u-pb4--lg {
    padding-bottom: 4px !important;
  }

  .u-pl4--lg {
    padding-left: 4px !important;
  }

  .u-pAll4--lg {
    padding: 4px !important;
  }
  .u-pt8--lg {
    padding-top: 8px !important;
  }

  .u-pr8--lg {
    padding-right: 8px !important;
  }

  .u-pb8--lg {
    padding-bottom: 8px !important;
  }

  .u-pl8--lg {
    padding-left: 8px !important;
  }

  .u-pAll8--lg {
    padding: 8px !important;
  }
  .u-pt12--lg {
    padding-top: 12px !important;
  }

  .u-pr12--lg {
    padding-right: 12px !important;
  }

  .u-pb12--lg {
    padding-bottom: 12px !important;
  }

  .u-pl12--lg {
    padding-left: 12px !important;
  }

  .u-pAll12--lg {
    padding: 12px !important;
  }
  .u-pt16--lg {
    padding-top: 16px !important;
  }

  .u-pr16--lg {
    padding-right: 16px !important;
  }

  .u-pb16--lg {
    padding-bottom: 16px !important;
  }

  .u-pl16--lg {
    padding-left: 16px !important;
  }

  .u-pAll16--lg {
    padding: 16px !important;
  }
  .u-pt20--lg {
    padding-top: 20px !important;
  }

  .u-pr20--lg {
    padding-right: 20px !important;
  }

  .u-pb20--lg {
    padding-bottom: 20px !important;
  }

  .u-pl20--lg {
    padding-left: 20px !important;
  }

  .u-pAll20--lg {
    padding: 20px !important;
  }
  .u-pt24--lg {
    padding-top: 24px !important;
  }

  .u-pr24--lg {
    padding-right: 24px !important;
  }

  .u-pb24--lg {
    padding-bottom: 24px !important;
  }

  .u-pl24--lg {
    padding-left: 24px !important;
  }

  .u-pAll24--lg {
    padding: 24px !important;
  }
  .u-pt28--lg {
    padding-top: 28px !important;
  }

  .u-pr28--lg {
    padding-right: 28px !important;
  }

  .u-pb28--lg {
    padding-bottom: 28px !important;
  }

  .u-pl28--lg {
    padding-left: 28px !important;
  }

  .u-pAll28--lg {
    padding: 28px !important;
  }
  .u-pt32--lg {
    padding-top: 32px !important;
  }

  .u-pr32--lg {
    padding-right: 32px !important;
  }

  .u-pb32--lg {
    padding-bottom: 32px !important;
  }

  .u-pl32--lg {
    padding-left: 32px !important;
  }

  .u-pAll32--lg {
    padding: 32px !important;
  }
  .u-pt36--lg {
    padding-top: 36px !important;
  }

  .u-pr36--lg {
    padding-right: 36px !important;
  }

  .u-pb36--lg {
    padding-bottom: 36px !important;
  }

  .u-pl36--lg {
    padding-left: 36px !important;
  }

  .u-pAll36--lg {
    padding: 36px !important;
  }
  .u-pt40--lg {
    padding-top: 40px !important;
  }

  .u-pr40--lg {
    padding-right: 40px !important;
  }

  .u-pb40--lg {
    padding-bottom: 40px !important;
  }

  .u-pl40--lg {
    padding-left: 40px !important;
  }

  .u-pAll40--lg {
    padding: 40px !important;
  }
  .u-pt44--lg {
    padding-top: 44px !important;
  }

  .u-pr44--lg {
    padding-right: 44px !important;
  }

  .u-pb44--lg {
    padding-bottom: 44px !important;
  }

  .u-pl44--lg {
    padding-left: 44px !important;
  }

  .u-pAll44--lg {
    padding: 44px !important;
  }
  .u-pt48--lg {
    padding-top: 48px !important;
  }

  .u-pr48--lg {
    padding-right: 48px !important;
  }

  .u-pb48--lg {
    padding-bottom: 48px !important;
  }

  .u-pl48--lg {
    padding-left: 48px !important;
  }

  .u-pAll48--lg {
    padding: 48px !important;
  }
  .u-pt52--lg {
    padding-top: 52px !important;
  }

  .u-pr52--lg {
    padding-right: 52px !important;
  }

  .u-pb52--lg {
    padding-bottom: 52px !important;
  }

  .u-pl52--lg {
    padding-left: 52px !important;
  }

  .u-pAll52--lg {
    padding: 52px !important;
  }
  .u-pt56--lg {
    padding-top: 56px !important;
  }

  .u-pr56--lg {
    padding-right: 56px !important;
  }

  .u-pb56--lg {
    padding-bottom: 56px !important;
  }

  .u-pl56--lg {
    padding-left: 56px !important;
  }

  .u-pAll56--lg {
    padding: 56px !important;
  }
  .u-pt60--lg {
    padding-top: 60px !important;
  }

  .u-pr60--lg {
    padding-right: 60px !important;
  }

  .u-pb60--lg {
    padding-bottom: 60px !important;
  }

  .u-pl60--lg {
    padding-left: 60px !important;
  }

  .u-pAll60--lg {
    padding: 60px !important;
  }
  .u-pt64--lg {
    padding-top: 64px !important;
  }

  .u-pr64--lg {
    padding-right: 64px !important;
  }

  .u-pb64--lg {
    padding-bottom: 64px !important;
  }

  .u-pl64--lg {
    padding-left: 64px !important;
  }

  .u-pAll64--lg {
    padding: 64px !important;
  }
  .u-pt68--lg {
    padding-top: 68px !important;
  }

  .u-pr68--lg {
    padding-right: 68px !important;
  }

  .u-pb68--lg {
    padding-bottom: 68px !important;
  }

  .u-pl68--lg {
    padding-left: 68px !important;
  }

  .u-pAll68--lg {
    padding: 68px !important;
  }
  .u-pt72--lg {
    padding-top: 72px !important;
  }

  .u-pr72--lg {
    padding-right: 72px !important;
  }

  .u-pb72--lg {
    padding-bottom: 72px !important;
  }

  .u-pl72--lg {
    padding-left: 72px !important;
  }

  .u-pAll72--lg {
    padding: 72px !important;
  }
  .u-pt76--lg {
    padding-top: 76px !important;
  }

  .u-pr76--lg {
    padding-right: 76px !important;
  }

  .u-pb76--lg {
    padding-bottom: 76px !important;
  }

  .u-pl76--lg {
    padding-left: 76px !important;
  }

  .u-pAll76--lg {
    padding: 76px !important;
  }
  .u-pt80--lg {
    padding-top: 80px !important;
  }

  .u-pr80--lg {
    padding-right: 80px !important;
  }

  .u-pb80--lg {
    padding-bottom: 80px !important;
  }

  .u-pl80--lg {
    padding-left: 80px !important;
  }

  .u-pAll80--lg {
    padding: 80px !important;
  }
  .u-pos-sta--lg {
    position: static;
  }
  .u-pos-rel--lg {
    position: relative;
  }
  .u-pos-abs--lg {
    position: absolute;
  }
  .u-pos-fix--lg {
    position: fixed;
  }
}
@media only screen and (min-width: 1280px ) {
  .c-col-xl-1 {
    width: 8.3333333333%;
  }
  .c-col-xl-2 {
    width: 16.6666666667%;
  }
  .c-col-xl-3 {
    width: 25%;
  }
  .c-col-xl-4 {
    width: 33.3333333333%;
  }
  .c-col-xl-5 {
    width: 41.6666666667%;
  }
  .c-col-xl-6 {
    width: 50%;
  }
  .c-col-xl-7 {
    width: 58.3333333333%;
  }
  .c-col-xl-8 {
    width: 66.6666666667%;
  }
  .c-col-xl-9 {
    width: 75%;
  }
  .c-col-xl-10 {
    width: 83.3333333333%;
  }
  .c-col-xl-11 {
    width: 91.6666666667%;
  }
  .c-col-xl-12 {
    width: 100%;
  }
  .c-list--col-xl-1 .c-list__item {
    width: calc((100% - (12px * ( (1 * 2) - 2))) / 1);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-1 .c-list__item:nth-child(1n) {
    margin-right: 0;
  }
  .c-list--col-xl-1 .c-list__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .c-list--col-xl-2 .c-list__item {
    width: calc((100% - (12px * ( (2 * 2) - 2))) / 2);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-2 .c-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-list--col-xl-2 .c-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-list--col-xl-3 .c-list__item {
    width: calc((100% - (12px * ( (3 * 2) - 2))) / 3);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-3 .c-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-list--col-xl-3 .c-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-list--col-xl-4 .c-list__item {
    width: calc((100% - (12px * ( (4 * 2) - 2))) / 4);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-4 .c-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list--col-xl-4 .c-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-list--col-xl-5 .c-list__item {
    width: calc((100% - (12px * ( (5 * 2) - 2))) / 5);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-5 .c-list__item:nth-child(5n) {
    margin-right: 0;
  }
  .c-list--col-xl-5 .c-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-list--col-xl-6 .c-list__item {
    width: calc((100% - (12px * ( (6 * 2) - 2))) / 6);
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-list--col-xl-6 .c-list__item:nth-child(6n) {
    margin-right: 0;
  }
  .c-list--col-xl-6 .c-list__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .c-col-xl-1 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xl-2 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xl-3 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xl-4 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xl-5 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xl-6 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xl-7 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xl-8 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xl-9 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xl-10 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .c-col-xl-11 .c-card__textBox {
    padding: 0 0 0 16px;
  }
  .p-mv__lead {
    position: absolute;
    width: 1280px;
    bottom: 5px;
    left: 50%;
    padding: 0px 20em;
    letter-spacing: 0.05em;
    transform: translate(-50%, 0);
    background-color: transparent;
  }
  .p-mv__lead__city {
    position: absolute;
    width: 1280px;
    bottom: 5px;
    left: 50%;
    padding: 0px 20em;
    letter-spacing: 0.05em;
    transform: translate(-50%, 0);
    background-color: transparent;
  }
  .u-only-xl {
    display: block;
  }
  .u-only-xl--inline {
    display: inline-block;
  }
  .u-only-xl--flex {
    display: flex;
  }
  .u-mt0--xl {
    margin-top: 0px !important;
  }

  .u-mr0--xl {
    margin-right: 0px !important;
  }

  .u-mb0--xl {
    margin-bottom: 0px !important;
  }

  .u-ml0--xl {
    margin-left: 0px !important;
  }

  .u-mAll0--xl {
    margin: 0px !important;
  }
  .u-mt4--xl {
    margin-top: 4px !important;
  }

  .u-mr4--xl {
    margin-right: 4px !important;
  }

  .u-mb4--xl {
    margin-bottom: 4px !important;
  }

  .u-ml4--xl {
    margin-left: 4px !important;
  }

  .u-mAll4--xl {
    margin: 4px !important;
  }
  .u-mt8--xl {
    margin-top: 8px !important;
  }

  .u-mr8--xl {
    margin-right: 8px !important;
  }

  .u-mb8--xl {
    margin-bottom: 8px !important;
  }

  .u-ml8--xl {
    margin-left: 8px !important;
  }

  .u-mAll8--xl {
    margin: 8px !important;
  }
  .u-mt12--xl {
    margin-top: 12px !important;
  }

  .u-mr12--xl {
    margin-right: 12px !important;
  }

  .u-mb12--xl {
    margin-bottom: 12px !important;
  }

  .u-ml12--xl {
    margin-left: 12px !important;
  }

  .u-mAll12--xl {
    margin: 12px !important;
  }
  .u-mt16--xl {
    margin-top: 16px !important;
  }

  .u-mr16--xl {
    margin-right: 16px !important;
  }

  .u-mb16--xl {
    margin-bottom: 16px !important;
  }

  .u-ml16--xl {
    margin-left: 16px !important;
  }

  .u-mAll16--xl {
    margin: 16px !important;
  }
  .u-mt20--xl {
    margin-top: 20px !important;
  }

  .u-mr20--xl {
    margin-right: 20px !important;
  }

  .u-mb20--xl {
    margin-bottom: 20px !important;
  }

  .u-ml20--xl {
    margin-left: 20px !important;
  }

  .u-mAll20--xl {
    margin: 20px !important;
  }
  .u-mt24--xl {
    margin-top: 24px !important;
  }

  .u-mr24--xl {
    margin-right: 24px !important;
  }

  .u-mb24--xl {
    margin-bottom: 24px !important;
  }

  .u-ml24--xl {
    margin-left: 24px !important;
  }

  .u-mAll24--xl {
    margin: 24px !important;
  }
  .u-mt28--xl {
    margin-top: 28px !important;
  }

  .u-mr28--xl {
    margin-right: 28px !important;
  }

  .u-mb28--xl {
    margin-bottom: 28px !important;
  }

  .u-ml28--xl {
    margin-left: 28px !important;
  }

  .u-mAll28--xl {
    margin: 28px !important;
  }
  .u-mt32--xl {
    margin-top: 32px !important;
  }

  .u-mr32--xl {
    margin-right: 32px !important;
  }

  .u-mb32--xl {
    margin-bottom: 32px !important;
  }

  .u-ml32--xl {
    margin-left: 32px !important;
  }

  .u-mAll32--xl {
    margin: 32px !important;
  }
  .u-mt36--xl {
    margin-top: 36px !important;
  }

  .u-mr36--xl {
    margin-right: 36px !important;
  }

  .u-mb36--xl {
    margin-bottom: 36px !important;
  }

  .u-ml36--xl {
    margin-left: 36px !important;
  }

  .u-mAll36--xl {
    margin: 36px !important;
  }
  .u-mt40--xl {
    margin-top: 40px !important;
  }

  .u-mr40--xl {
    margin-right: 40px !important;
  }

  .u-mb40--xl {
    margin-bottom: 40px !important;
  }

  .u-ml40--xl {
    margin-left: 40px !important;
  }

  .u-mAll40--xl {
    margin: 40px !important;
  }
  .u-mt44--xl {
    margin-top: 44px !important;
  }

  .u-mr44--xl {
    margin-right: 44px !important;
  }

  .u-mb44--xl {
    margin-bottom: 44px !important;
  }

  .u-ml44--xl {
    margin-left: 44px !important;
  }

  .u-mAll44--xl {
    margin: 44px !important;
  }
  .u-mt48--xl {
    margin-top: 48px !important;
  }

  .u-mr48--xl {
    margin-right: 48px !important;
  }

  .u-mb48--xl {
    margin-bottom: 48px !important;
  }

  .u-ml48--xl {
    margin-left: 48px !important;
  }

  .u-mAll48--xl {
    margin: 48px !important;
  }
  .u-mt52--xl {
    margin-top: 52px !important;
  }

  .u-mr52--xl {
    margin-right: 52px !important;
  }

  .u-mb52--xl {
    margin-bottom: 52px !important;
  }

  .u-ml52--xl {
    margin-left: 52px !important;
  }

  .u-mAll52--xl {
    margin: 52px !important;
  }
  .u-mt56--xl {
    margin-top: 56px !important;
  }

  .u-mr56--xl {
    margin-right: 56px !important;
  }

  .u-mb56--xl {
    margin-bottom: 56px !important;
  }

  .u-ml56--xl {
    margin-left: 56px !important;
  }

  .u-mAll56--xl {
    margin: 56px !important;
  }
  .u-mt60--xl {
    margin-top: 60px !important;
  }

  .u-mr60--xl {
    margin-right: 60px !important;
  }

  .u-mb60--xl {
    margin-bottom: 60px !important;
  }

  .u-ml60--xl {
    margin-left: 60px !important;
  }

  .u-mAll60--xl {
    margin: 60px !important;
  }
  .u-mt64--xl {
    margin-top: 64px !important;
  }

  .u-mr64--xl {
    margin-right: 64px !important;
  }

  .u-mb64--xl {
    margin-bottom: 64px !important;
  }

  .u-ml64--xl {
    margin-left: 64px !important;
  }

  .u-mAll64--xl {
    margin: 64px !important;
  }
  .u-mt68--xl {
    margin-top: 68px !important;
  }

  .u-mr68--xl {
    margin-right: 68px !important;
  }

  .u-mb68--xl {
    margin-bottom: 68px !important;
  }

  .u-ml68--xl {
    margin-left: 68px !important;
  }

  .u-mAll68--xl {
    margin: 68px !important;
  }
  .u-mt72--xl {
    margin-top: 72px !important;
  }

  .u-mr72--xl {
    margin-right: 72px !important;
  }

  .u-mb72--xl {
    margin-bottom: 72px !important;
  }

  .u-ml72--xl {
    margin-left: 72px !important;
  }

  .u-mAll72--xl {
    margin: 72px !important;
  }
  .u-mt76--xl {
    margin-top: 76px !important;
  }

  .u-mr76--xl {
    margin-right: 76px !important;
  }

  .u-mb76--xl {
    margin-bottom: 76px !important;
  }

  .u-ml76--xl {
    margin-left: 76px !important;
  }

  .u-mAll76--xl {
    margin: 76px !important;
  }
  .u-mt80--xl {
    margin-top: 80px !important;
  }

  .u-mr80--xl {
    margin-right: 80px !important;
  }

  .u-mb80--xl {
    margin-bottom: 80px !important;
  }

  .u-ml80--xl {
    margin-left: 80px !important;
  }

  .u-mAll80--xl {
    margin: 80px !important;
  }
  .u-pt0--xl {
    padding-top: 0px !important;
  }

  .u-pr0--xl {
    padding-right: 0px !important;
  }

  .u-pb0--xl {
    padding-bottom: 0px !important;
  }

  .u-pl0--xl {
    padding-left: 0px !important;
  }

  .u-pAll0--xl {
    padding: 0px !important;
  }
  .u-pt4--xl {
    padding-top: 4px !important;
  }

  .u-pr4--xl {
    padding-right: 4px !important;
  }

  .u-pb4--xl {
    padding-bottom: 4px !important;
  }

  .u-pl4--xl {
    padding-left: 4px !important;
  }

  .u-pAll4--xl {
    padding: 4px !important;
  }
  .u-pt8--xl {
    padding-top: 8px !important;
  }

  .u-pr8--xl {
    padding-right: 8px !important;
  }

  .u-pb8--xl {
    padding-bottom: 8px !important;
  }

  .u-pl8--xl {
    padding-left: 8px !important;
  }

  .u-pAll8--xl {
    padding: 8px !important;
  }
  .u-pt12--xl {
    padding-top: 12px !important;
  }

  .u-pr12--xl {
    padding-right: 12px !important;
  }

  .u-pb12--xl {
    padding-bottom: 12px !important;
  }

  .u-pl12--xl {
    padding-left: 12px !important;
  }

  .u-pAll12--xl {
    padding: 12px !important;
  }
  .u-pt16--xl {
    padding-top: 16px !important;
  }

  .u-pr16--xl {
    padding-right: 16px !important;
  }

  .u-pb16--xl {
    padding-bottom: 16px !important;
  }

  .u-pl16--xl {
    padding-left: 16px !important;
  }

  .u-pAll16--xl {
    padding: 16px !important;
  }
  .u-pt20--xl {
    padding-top: 20px !important;
  }

  .u-pr20--xl {
    padding-right: 20px !important;
  }

  .u-pb20--xl {
    padding-bottom: 20px !important;
  }

  .u-pl20--xl {
    padding-left: 20px !important;
  }

  .u-pAll20--xl {
    padding: 20px !important;
  }
  .u-pt24--xl {
    padding-top: 24px !important;
  }

  .u-pr24--xl {
    padding-right: 24px !important;
  }

  .u-pb24--xl {
    padding-bottom: 24px !important;
  }

  .u-pl24--xl {
    padding-left: 24px !important;
  }

  .u-pAll24--xl {
    padding: 24px !important;
  }
  .u-pt28--xl {
    padding-top: 28px !important;
  }

  .u-pr28--xl {
    padding-right: 28px !important;
  }

  .u-pb28--xl {
    padding-bottom: 28px !important;
  }

  .u-pl28--xl {
    padding-left: 28px !important;
  }

  .u-pAll28--xl {
    padding: 28px !important;
  }
  .u-pt32--xl {
    padding-top: 32px !important;
  }

  .u-pr32--xl {
    padding-right: 32px !important;
  }

  .u-pb32--xl {
    padding-bottom: 32px !important;
  }

  .u-pl32--xl {
    padding-left: 32px !important;
  }

  .u-pAll32--xl {
    padding: 32px !important;
  }
  .u-pt36--xl {
    padding-top: 36px !important;
  }

  .u-pr36--xl {
    padding-right: 36px !important;
  }

  .u-pb36--xl {
    padding-bottom: 36px !important;
  }

  .u-pl36--xl {
    padding-left: 36px !important;
  }

  .u-pAll36--xl {
    padding: 36px !important;
  }
  .u-pt40--xl {
    padding-top: 40px !important;
  }

  .u-pr40--xl {
    padding-right: 40px !important;
  }

  .u-pb40--xl {
    padding-bottom: 40px !important;
  }

  .u-pl40--xl {
    padding-left: 40px !important;
  }

  .u-pAll40--xl {
    padding: 40px !important;
  }
  .u-pt44--xl {
    padding-top: 44px !important;
  }

  .u-pr44--xl {
    padding-right: 44px !important;
  }

  .u-pb44--xl {
    padding-bottom: 44px !important;
  }

  .u-pl44--xl {
    padding-left: 44px !important;
  }

  .u-pAll44--xl {
    padding: 44px !important;
  }
  .u-pt48--xl {
    padding-top: 48px !important;
  }

  .u-pr48--xl {
    padding-right: 48px !important;
  }

  .u-pb48--xl {
    padding-bottom: 48px !important;
  }

  .u-pl48--xl {
    padding-left: 48px !important;
  }

  .u-pAll48--xl {
    padding: 48px !important;
  }
  .u-pt52--xl {
    padding-top: 52px !important;
  }

  .u-pr52--xl {
    padding-right: 52px !important;
  }

  .u-pb52--xl {
    padding-bottom: 52px !important;
  }

  .u-pl52--xl {
    padding-left: 52px !important;
  }

  .u-pAll52--xl {
    padding: 52px !important;
  }
  .u-pt56--xl {
    padding-top: 56px !important;
  }

  .u-pr56--xl {
    padding-right: 56px !important;
  }

  .u-pb56--xl {
    padding-bottom: 56px !important;
  }

  .u-pl56--xl {
    padding-left: 56px !important;
  }

  .u-pAll56--xl {
    padding: 56px !important;
  }
  .u-pt60--xl {
    padding-top: 60px !important;
  }

  .u-pr60--xl {
    padding-right: 60px !important;
  }

  .u-pb60--xl {
    padding-bottom: 60px !important;
  }

  .u-pl60--xl {
    padding-left: 60px !important;
  }

  .u-pAll60--xl {
    padding: 60px !important;
  }
  .u-pt64--xl {
    padding-top: 64px !important;
  }

  .u-pr64--xl {
    padding-right: 64px !important;
  }

  .u-pb64--xl {
    padding-bottom: 64px !important;
  }

  .u-pl64--xl {
    padding-left: 64px !important;
  }

  .u-pAll64--xl {
    padding: 64px !important;
  }
  .u-pt68--xl {
    padding-top: 68px !important;
  }

  .u-pr68--xl {
    padding-right: 68px !important;
  }

  .u-pb68--xl {
    padding-bottom: 68px !important;
  }

  .u-pl68--xl {
    padding-left: 68px !important;
  }

  .u-pAll68--xl {
    padding: 68px !important;
  }
  .u-pt72--xl {
    padding-top: 72px !important;
  }

  .u-pr72--xl {
    padding-right: 72px !important;
  }

  .u-pb72--xl {
    padding-bottom: 72px !important;
  }

  .u-pl72--xl {
    padding-left: 72px !important;
  }

  .u-pAll72--xl {
    padding: 72px !important;
  }
  .u-pt76--xl {
    padding-top: 76px !important;
  }

  .u-pr76--xl {
    padding-right: 76px !important;
  }

  .u-pb76--xl {
    padding-bottom: 76px !important;
  }

  .u-pl76--xl {
    padding-left: 76px !important;
  }

  .u-pAll76--xl {
    padding: 76px !important;
  }
  .u-pt80--xl {
    padding-top: 80px !important;
  }

  .u-pr80--xl {
    padding-right: 80px !important;
  }

  .u-pb80--xl {
    padding-bottom: 80px !important;
  }

  .u-pl80--xl {
    padding-left: 80px !important;
  }

  .u-pAll80--xl {
    padding: 80px !important;
  }
  .u-pos-sta--xl {
    position: static;
  }
  .u-pos-rel--xl {
    position: relative;
  }
  .u-pos-abs--xl {
    position: absolute;
  }
  .u-pos-fix--xl {
    position: fixed;
  }
}
@media only screen and (max-width: 599px ) and (max-width: 599px ) {
  .box-labels-saigai-style li {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
}
/*# sourceMappingURL=sourcemap/css/style.css.map */
