@charset "UTF-8";
/*----------------------------------
element
----------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

html {
  font-size: 62.5%;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  /* add 2019.02.15 */
  /* end add 2019.02.15 */
}

html.is-modal {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

html.is-modal body {
  overflow: hidden;
}

html.is-nav-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
}

html.is-nav-open body {
  overflow: hidden;
}

html.is-nav-open body {
  left: calc(100vw - 60px);
}

html[lang="en"] body {
  font-family: Graphik, Helvetica, Arial, sans-serif;
  word-break: normal;
}

body {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  background: #fff;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  left: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  /* add 2019.02.15 */
  /* end add 2019.02.15 */
}

body.is-navOver .t-header_mega_inner {
  box-sizing: border-box;
  overflow: auto;
}

main {
  display: block;
}

.hide {
  display: none;
}

a {
  color: #e60000;
  text-decoration: none;
}

a:visited {
  color: #b70005;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

hr {
  display: block;
  margin: 0;
  border: none;
}

strong {
  font-weight: bold;
}

sup,
sub {
  font-size: 75%;
  position: relative;
}

sup {
  vertical-align: top;
  top: -.1em;
}

sub {
  vertical-align: bottom;
}

a, button, input:not([type="range"]), label, select, textarea {
  touch-action: manipulation;
}

button {
  font: inherit;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button:disabled, button[aria-disabled="true"] {
  cursor: default;
}

input[type="text"]::-ms-clear {
  visibility: hidden;
}

/*----------------------------------
templates
----------------------------------*/
.t-header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-nav-open .t-header {
  left: calc(100vw - 60px);
}

.t-header_banner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-bottom: 3px solid #e60000;
}

.t-header_logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex: 1;
          flex: 1;
  width: calc(100vw - 60px);
  height: 60px;
  margin-bottom: 0;
  padding: 0 4.8%;
  border-left: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.t-header_logo_link-mufg, .t-header_logo_link-en, .t-header_logo_link-ja {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
  line-height: 0;
  display: block;
}

.t-header_logo_link-mufg > img, .t-header_logo_link-en > img, .t-header_logo_link-ja > img {
  display: none;
}

.t-header_logo_link-mufg {
  background-image: url("../images/a60d68a21b304d09b58ffffbf4eb7a55.gif");
  max-width: 94px;
  width: 33.815%;
  padding-top: 1.715em;
}

.t-header_logo_link-en {
  background-image: url("../images/7e1386d5c594452dbf2e37b3b560f166.gif");
  max-width: 127px;
  width: 45.685%;
  padding-top: .572em;
}

.t-header_logo_link-ja {
  background-image: url("../images/3b4fc173e4d94e4a98f8b84f7e4be367.gif");
  max-width: 165px;
  width: 59.355%;
  margin-left: auto;
  padding-top: 1em;
}

.t-header_logo_link-qfy {
  display: none;
}

.t-header_menu {
  width: 60px;
}

.t-header_menu_btn {
  color: #5a5a5a;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 60px;
  height: 60px;
}

.t-header_menu_btn > span {
  display: block;
  margin: auto;
}

.t-header_menu_btn > span:before {
  content: "";
  display: block;
  background: url("../images/3b93167d8c8444e89b72122df0d34fa5.gif)%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: auto 100%;
  width: 24px;
  height: 17px;
  margin: 0 auto 8px;
}

.is-nav-open .t-header_menu_btn {
  color: #fff;
  background: #e60000;
}

.is-nav-open .t-header_menu_btn > span:before {
  background-image: url("../fonts/fa65b32d60db49da9918625d28c87203.woff");
}

.t-header_drawer {
  background: #fff;
  width: calc(100vw - 60px);
  height: 100%;
  position: fixed;
  top: 0;
  left: calc(-100vw - 60px);
  z-index: 1000;
}

.t-header_drawer_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.t-header_drawer_logo {
  border-bottom: 3px solid #e60000;
}

.t-header_drawer_logo_link {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
  height: 60px;
  padding: 0 18px;
  box-sizing: border-box;
}

.t-header_drawer_logo_link:visited {
  color: #333;
}

.t-header_drawer_search {
  padding: 11px 18px;
}

.t-header_drawer_close {
  border-top: 3px solid #e60000;
}

.t-header_drawer_close_btn {
  font-size: 15px;
  font-size: 1.5rem;
  background: #f7f7f7;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 60px;
  padding: 0 18px;
  box-sizing: border-box;
}

.t-header_drawer_close_btn > span {
  display: inline-block;
  margin: auto;
  padding-right: 27px;
  position: relative;
}

.t-header_drawer_close_btn > span:before {
  content: "";
  display: block;
  background: url("../fonts/16a7f63fe8f3447caf6cd49f44ec7111.woff") no-repeat 50% 50%;
  background-size: 100%;
  width: 13px;
  height: 13px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.is-nav-open .t-header_drawer {
  left: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.t-header_nav {
  background: #f7f7f7;
  margin-bottom: 0;
  padding: 0 18px;
}

.t-header_nav_item, .t-header_nav_item-lang {
  border-top: 1px solid #ddd;
  position: relative;
}

.t-header_other {
  margin: 10px 0 0;
}

.t-header_social {
  margin-top: 10px;
}

.t-header_social > li {
  line-height: 1;
  height: 22px;
  margin-bottom: 20px;
}

.t-header_legal {
  background: #fff;
  margin: 0 -18px;
  padding: 0 18px 10px;
}

.t-header_legal > li:first-child {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.t-header_lang {
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 -18px;
  padding: 25px 18px;
}

.t-header_lang_item {
  width: 48.5%;
}

.t-header_lang_search {
  display: none;
}

.t-header_lang_search.is-active {
  background: #ededed;
}

.t-header_lang_search.is-active .t-header_lang_search_btn:before {
  background-image: url("../images/80821e03209540ffb4fe13749fa6565a.gif");
  background-size: 17px;
}

.t-header_lang_search.is-active .t-header_lang_search_body {
  visibility: visible;
  max-height: inherit;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.t-header_lang_search_btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.t-header_lang_search_btn:before {
  content: "";
  display: block;
  background: url("../images/80293716dd0f43909eb5de428547de9e.gif") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.t-header_lang_search_btn > span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 36px;
}

.t-header_mega {
  display: none;
  background: #fff;
  margin: 0 -18px;
}

.t-header_mega_inner {
  padding: 7px 18px 0;
  box-sizing: border-box;
}

.t-header_mega_list {
  margin-bottom: 0;
}

.t-header_mega_child {
  display: none;
}

.t-header_mega_close {
  display: none;
}

.t-header_mega_close:before, .t-header_mega_close:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}

.t-header_mega_close:before {
  border-width: 0 20px 35px 0;
  border-color: transparent #e6e6e6 transparent transparent;
  left: -20px;
}

.t-header_mega_close:after {
  border-width: 35px 20px 0 0;
  border-color: #e6e6e6 transparent transparent transparent;
  right: -20px;
}

.t-header_mega_close_btn {
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  padding: .3em .5em .7em;
  box-sizing: border-box;
}

.t-header_mega_close_btn:after {
  content: "";
  display: inline-block;
  background: url("../images/7488878236474f10b3fc1fd4efa26fb9.gif)%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  width: 13px;
  height: 13px;
  margin-left: 5px;
}

.t-header_search {
  position: relative;
}

.t-header_link-primary, .t-header_link-primary-acd {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: -1px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.t-header_link-primary:visited, .t-header_link-primary-acd:visited {
  color: #333;
}

.t-header_link-primary-major {
  padding-bottom: 10px;
  border-bottom: none;
}

.t-header_link-secondary, .t-header_link-secondary-top {
  color: #666;
  display: block;
  padding: 15px;
}

.t-header_link-secondary:visited, .t-header_link-secondary-top:visited {
  color: #666;
}

.t-header_link-tertiary {
  color: #333;
  display: block;
  padding: 15px 0;
}

.t-header_link-tertiary:visited {
  color: #333;
}

.t-header_link-lang-ja, .t-header_link-lang-en {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  padding: .325em;
  border: 1px solid #999;
  box-sizing: border-box;
}

.t-header_link-lang-ja:visited, .t-header_link-lang-en:visited {
  color: #999;
}

.t-header_link-lang-ja {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.t-header_link-lang-en {
  font-family: Graphik, Helvetica, Arial, sans-serif;
}

.t-header_ic, .t-header_ic-chevron {
  display: inline-block;
  position: relative;
}

.t-header_ic:before, .t-header_ic-chevron:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  margin: auto;
  position: absolute;
}

.t-header_ic-chevron {
  padding-left: 8px;
}

.t-header_ic-chevron:before {
  background-image: url("../images/3dba136efb2f443cacee4e12313a304c.gif");
  width: 4px;
  height: 7px;
  top: .35em;
  left: 0;
}

[lang="ja"] .t-header_link-lang-ja {
  color: #e60000;
  border-color: #e60000;
}

[lang="en"] .t-header_link-lang-en {
  color: #e60000;
  border-color: #e60000;
}

.t-main {
  padding-top: 63px;
}

.t-footer {
  padding-bottom: 12px;
}

.t-footer_sitemap {
  background: #f7f7f7;
  margin-bottom: 25px;
  padding-bottom: 30px;
}

.t-footer_inner {
  padding: 0 18px;
}

.t-footer_grid_item-2-4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.t-footer_nav {
  margin-bottom: 0;
}

.t-footer_nav_body {
  height: 0;
  overflow: hidden;
}

.t-footer_nav_body-visible {
  height: auto;
  margin-top: -10px;
}

.t-footer_snav {
  margin-bottom: 0;
  padding: 7px 0;
}

.t-footer_voice {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.t-footer_social {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 -20px;
}

.t-footer_social > li {
  line-height: 1;
  margin-left: 20px;
}

.t-footer_social > li * {
  vertical-align: bottom;
}

.t-footer_legal {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.t-footer_legal > li:not(:last-child) {
  margin-bottom: 12px;
}

.t-footer_copyright {
  font-size: 9px;
  font-size: .9rem;
  text-align: center;
}

.t-footer_copyright:before {
  content: "";
  display: block;
  background: #e60000;
  width: 100vw;
  height: 4px;
  margin: 0 -18px 12px;
}

.t-footer_copyright > *:last-child {
  margin-bottom: 0;
}

.t-footer_link, .t-footer_link-primary, .t-footer_link-secondary, .t-footer_link-tertiary, .t-footer_link-voice, .t-footer_link-chevron {
  display: block;
}

.t-footer_link-primary {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

a.t-footer_link-primary:visited {
  color: #333;
}

.t-footer_link-secondary {
  color: #666;
  padding: 7px 0 7px 15px;
}

.t-footer_link-secondary:visited {
  color: #666;
}

.t-footer_link-tertiary {
  color: #333;
  padding: 7px 0;
}

.t-footer_link-tertiary:visited {
  color: #333;
}

.t-footer_link-voice {
  color: #333;
  display: inline-block;
  padding-left: 22px;
  position: relative;
}

.t-footer_link-voice:before {
  content: "";
  display: block;
  background: url("../images/97d9b831df774a41af9353e982657599.gif") no-repeat 50% 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.t-footer_link-voice:visited {
  color: #333;
}

.t-footer_link-chevron {
  color: #333;
  padding-left: 8px;
  position: relative;
}

.t-footer_link-chevron:before {
  content: "";
  display: block;
  background: url("../images/3dba136efb2f443cacee4e12313a304c.gif") no-repeat 50% 50%;
  background-size: 100%;
  width: 4px;
  height: 7px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.t-footer_link-chevron:visited {
  color: #333;
}

.t-pagetop {
  position: fixed;
  right: 5px;
  bottom: 5px;
}

.t-pagetop > a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  background: #797979;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-decoration: none;
  width: 55px;
  height: 55px;
  border-radius: 4px;
}

.t-pagetop > a:before {
  content: "";
  display: block;
  background: url("../images/6de190625c7e4e53beb63dde2bc32029.gif)%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: 100%;
  width: 17px;
  height: 10px;
  margin: 0 auto 8px;
}

.is-nav-open .t-pagetop {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.t-overlay {
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.3s;
}

.is-nav-open .t-overlay {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 999;
}

.t-modal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.t-modal.is-active {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1003;
}

.t-modal.is-active .t-modal_overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.t-modal_wrap {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  table-layout: fixed;
}

.t-modal_wrap-inr {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 40px 10px;
  box-sizing: border-box;
}

.t-modal_overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.3s;
}

.t-modal_content {
  display: none;
  width: 90%;
  box-sizing: border-box;
  text-align: left;
}

.t-modal_content.is-active {
  display: inline-block;
}

/*----------------------------------
organisms
----------------------------------*/
.o-container {
  margin: 0 0 25px;
}

.o-container-bg {
  background: #e6e6e6;
  padding: 25px 0;
}

.o-inner, .o-inner-note {
  margin: 0 auto;
  padding: 0 18px;
}

.o-inner-note {
  min-height: 500px;
}

.o-inner > *:last-child, .o-inner-note > *:last-child {
  margin-bottom: 0;
}

.o-section:first-child, .o-section_body:first-child, .o-section-small:first-child {
  margin-top: 0;
}

.o-section:last-child, .o-section_body:last-child, .o-section-small:last-child {
  margin-bottom: 0;
}

.o-section > *:last-child, .o-section_body > *:last-child, .o-section-small > *:last-child {
  margin-bottom: 0;
}

.o-section {
  margin: 35px 0;
}

.o-section_body {
  padding-left: 18px;
}

.o-section-small {
  margin: 20px 0;
}

.o-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0px -9px 0px;
}

.o-row + .o-row {
  margin-top: 20px;
}

.o-row-reverse {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.o-row-nowrap {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.o-row-left {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.o-row-right {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.o-row-center {
  -webkit-justify-content: center;
          justify-content: center;
}

.o-row-between {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.o-row-around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.o-row-top {
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.o-row-bottom {
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.o-row-middle {
  -webkit-align-items: center;
          align-items: center;
}

.o-row-baseline {
  -webkit-align-items: baseline;
          align-items: baseline;
}

.o-row-collapse {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.o-row-collapse > .o-row_col {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.o-row-fill > .o-row_col {
  display: -webkit-flex;
  display: flex;
}

.o-row-fill > .o-row_col > * {
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  min-width: inherit;
}

.o-row_col {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  margin-top: 20px;
  padding-right: 9px;
  padding-left: 9px;
  box-sizing: border-box;
}

.o-row_col-1 {
  -webkit-flex: 0 1 8.33333%;
          flex: 0 1 8.33333%;
  max-width: 8.33333%;
}

.o-row_col-2 {
  -webkit-flex: 0 1 16.66667%;
          flex: 0 1 16.66667%;
  max-width: 16.66667%;
}

.o-row_col-3 {
  -webkit-flex: 0 1 25%;
          flex: 0 1 25%;
  max-width: 25%;
}

.o-row_col-4 {
  -webkit-flex: 0 1 33.33333%;
          flex: 0 1 33.33333%;
  max-width: 33.33333%;
}

.o-row_col-5 {
  -webkit-flex: 0 1 41.66667%;
          flex: 0 1 41.66667%;
  max-width: 41.66667%;
}

.o-row_col-6 {
  -webkit-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
}

.o-row_col-7 {
  -webkit-flex: 0 1 58.33333%;
          flex: 0 1 58.33333%;
  max-width: 58.33333%;
}

.o-row_col-8 {
  -webkit-flex: 0 1 66.66667%;
          flex: 0 1 66.66667%;
  max-width: 66.66667%;
}

.o-row_col-9 {
  -webkit-flex: 0 1 75%;
          flex: 0 1 75%;
  max-width: 75%;
}

.o-row_col-10 {
  -webkit-flex: 0 1 83.33333%;
          flex: 0 1 83.33333%;
  max-width: 83.33333%;
}

.o-row_col-11 {
  -webkit-flex: 0 1 91.66667%;
          flex: 0 1 91.66667%;
  max-width: 91.66667%;
}

.o-row_col-12 {
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
}

.o-row_col-auto {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

.o-row_col-justify {
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
}

.o-row_col-fit {
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
}

.o-row_col > *:last-child {
  margin-bottom: 0;
}

.o-row > .o-row_col:first-child {
  margin-top: 0px;
}

.o-tab {
  margin-bottom: 0;
}

.o-tab_nav {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}

.o-tab_nav_item {
  -webkit-flex: 1 0 0%;
          flex: 1 0 0%;
}

.o-tab_body {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.o-tab_body.is-active {
  max-height: inherit;
  visibility: visible;
}

.o-slider {
  background: #fff;
  margin-bottom: 0;
}

.o-slider.is-active .o-slider_item:not(:first-child) {
  visibility: visible;
}

.o-slider_item > *:last-child {
  margin-bottom: 0;
}

.o-slider_item:not(:first-child) {
  visibility: hidden;
}

.o-slider_dot {
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 20px 0;
}

.o-slider_dot > li {
  margin: 0 7px;
}

.o-slider_dot > li > button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #ccc;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.o-slider_dot > li.slick-active > button {
  background: #e60000;
}

.o-result_search {
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 10px;
}

.o-result_search > *:last-child {
  margin-bottom: 0;
}

.o-result_body {
  margin-top: 20px;
}

/*----------------------------------
molecules
----------------------------------*/
/*---------------
3-1 Introduction
------------------*/

.m-introduction_pic > img {
  width: 100%;
}

.m-introduction_body {
  padding: 15px 18px 0;
  position: relative;
}

.m-introduction_body > *:last-child {
  margin-bottom: 0;
}

.m-introduction_ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  min-height: 64px;
  margin-bottom: 15px;
  padding: 10px 0 10px 12px;
  border-left: 5px solid #e60000;
  box-sizing: border-box;
}

.m-introduction_text {
  padding-bottom: 15px;
}

.m-introduction_text:before {
  content: "";
  display: block;
  background: #dcdcdc;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.m-introduction-noimage {
  background: #f6f6f6;
  border-bottom: 1px solid #dcdcdc;
}

.m-introduction-noimage .m-introduction_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  min-height: 90px;
}

.m-introduction-noimage .m-introduction_body {
  padding-bottom: 15px;
}

.m-introduction-noimage .m-introduction_ttl {
  max-width: inherit;
  min-height: inherit;
  padding-left: 0;
  border-left: none;
}

.m-introduction-noimage .m-introduction_text {
  padding-bottom: 0;
}

.m-introduction-noimage .m-introduction_text:before {
  content: none;
}

.m-introduction-slider .m-introduction_body {
  padding: 0;
}

.m-introduction-slider .m-introduction_ttl {
  color: #fff;
  background: #e60000;
  border-left: none;
}

.m-introduction-slider .m-introduction_text {
  margin-bottom: 15px;
  padding: 0 18px;
}

.m-introduction-slider .m-introduction_text:before {
  content: none;
}

.m-introduction-slider .m-introduction_btn {
  padding: 0 18px;
  margin-bottom: 0;
}

/*---------------
2-4 Warning
------------------*/
.m-warning, .m-warning-redborder {
  color: #e60000;
  background: #fff;
  text-align: center;
  border: 1px solid #fff;
}

.m-warning > *, .m-warning-redborder > * {
  display: block;
  padding: 15px;
}

.m-warning-redborder {
  border-color: #e60000;
}

/*---------------
4-4 List
------------------*/
.m-list-normal > li, .m-list-normal-narrow > li, .m-list-normal-wide > li, .m-list-normal > ul > li, .m-list-normal-narrow > ul > li, .m-list-normal-wide > ul > li, .m-list-normal > ul > li > ul > li, .m-list-normal-narrow > ul > li > ul > li, .m-list-normal-wide > ul > li > ul > li, .m-list-ordered.m-list-ordered_nomal > ol > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-narrow > ol > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-wide > ol > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket > ol > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket-narrow > ol > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket-wide > ol > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk > ol > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow > ol > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk-wide > ol > li > ul > li > ul > li, .m-list-ordered > ol > li > ul.m-list-ordered_nomal > ol > li > ul > li > ul > li, .m-list-ordered > ol > li > ol.m-list-ordered_nomal > ol > li > ul > li > ul > li, .m-list-ordered > ul.m-list-ordered_nomal > ol > li > ul > li > ul > li, .m-list-ordered > ul > li > ul.m-list-ordered_nomal > ol > li > ul > li > ul > li, .m-list-ordered.m-list-ordered_nomal > ol > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-narrow > ol > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-wide > ol > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket > ol > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket-narrow > ol > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket-wide > ol > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk > ol > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow > ol > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk-wide > ol > li ol > li > ul > li, .m-list-ordered > ol > li > ul.m-list-ordered_nomal > ol > li ol > li > ul > li, .m-list-ordered > ol > li > ol.m-list-ordered_nomal > ol > li ol > li > ul > li, .m-list-ordered > ul.m-list-ordered_nomal > ol > li ol > li > ul > li, .m-list-ordered > ul > li > ul.m-list-ordered_nomal > ol > li ol > li > ul > li, .m-list-ordered.m-list-ordered_nomal ul > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-narrow ul > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-wide ul > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket ul > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket-narrow ul > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket-wide ul > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk ul > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow ul > li > ul > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk-wide ul > li > ul > li > ul > li, .m-list-ordered > ol > li > ul.m-list-ordered_nomal ul > li > ul > li > ul > li, .m-list-ordered > ol > li > ol.m-list-ordered_nomal ul > li > ul > li > ul > li, .m-list-ordered > ul.m-list-ordered_nomal ul > li > ul > li > ul > li, .m-list-ordered > ul > li > ul.m-list-ordered_nomal ul > li > ul > li > ul > li, .m-list-ordered.m-list-ordered_nomal ul > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-narrow ul > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-wide ul > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket ul > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket-narrow ul > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-bracket-wide ul > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk ul > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow ul > li ol > li > ul > li, .m-list-ordered_nomal.m-list-ordered-asterisk-wide ul > li ol > li > ul > li, .m-list-ordered > ol > li > ul.m-list-ordered_nomal ul > li ol > li > ul > li, .m-list-ordered > ol > li > ol.m-list-ordered_nomal ul > li ol > li > ul > li, .m-list-ordered > ul.m-list-ordered_nomal ul > li ol > li > ul > li, .m-list-ordered > ul > li > ul.m-list-ordered_nomal ul > li ol > li > ul > li, .m-list-ordered.m-list-ordered_dots > ol > li > ul > li, .m-list-ordered_dots.m-list-ordered-narrow > ol > li > ul > li, .m-list-ordered_dots.m-list-ordered-wide > ol > li > ul > li, .m-list-ordered_dots.m-list-ordered-bracket > ol > li > ul > li, .m-list-ordered_dots.m-list-ordered-bracket-narrow > ol > li > ul > li, .m-list-ordered_dots.m-list-ordered-bracket-wide > ol > li > ul > li, .m-list-ordered_dots.m-list-ordered-asterisk > ol > li > ul > li, .m-list-ordered_dots.m-list-ordered-asterisk-narrow > ol > li > ul > li, .m-list-ordered_dots.m-list-ordered-asterisk-wide > ol > li > ul > li, .m-list-ordered > ol > li > ul.m-list-ordered_dots > ol > li > ul > li, .m-list-ordered > ol > li > ol.m-list-ordered_dots > ol > li > ul > li, .m-list-ordered > ul.m-list-ordered_dots > ol > li > ul > li, .m-list-ordered > ul > li > ul.m-list-ordered_dots > ol > li > ul > li, .m-list-ordered.m-list-ordered_dots > ol > li ol > li, .m-list-ordered_dots.m-list-ordered-narrow > ol > li ol > li, .m-list-ordered_dots.m-list-ordered-wide > ol > li ol > li, .m-list-ordered_dots.m-list-ordered-bracket > ol > li ol > li, .m-list-ordered_dots.m-list-ordered-bracket-narrow > ol > li ol > li, .m-list-ordered_dots.m-list-ordered-bracket-wide > ol > li ol > li, .m-list-ordered_dots.m-list-ordered-asterisk > ol > li ol > li, .m-list-ordered_dots.m-list-ordered-asterisk-narrow > ol > li ol > li, .m-list-ordered_dots.m-list-ordered-asterisk-wide > ol > li ol > li, .m-list-ordered > ol > li > ul.m-list-ordered_dots > ol > li ol > li, .m-list-ordered > ol > li > ol.m-list-ordered_dots > ol > li ol > li, .m-list-ordered > ul.m-list-ordered_dots > ol > li ol > li, .m-list-ordered > ul > li > ul.m-list-ordered_dots > ol > li ol > li, .m-list-ordered.m-list-ordered_dots ul > li > ul > li, .m-list-ordered_dots.m-list-ordered-narrow ul > li > ul > li, .m-list-ordered_dots.m-list-ordered-wide ul > li > ul > li, .m-list-ordered_dots.m-list-ordered-bracket ul > li > ul > li, .m-list-ordered_dots.m-list-ordered-bracket-narrow ul > li > ul > li, .m-list-ordered_dots.m-list-ordered-bracket-wide ul > li > ul > li, .m-list-ordered_dots.m-list-ordered-asterisk ul > li > ul > li, .m-list-ordered_dots.m-list-ordered-asterisk-narrow ul > li > ul > li, .m-list-ordered_dots.m-list-ordered-asterisk-wide ul > li > ul > li, .m-list-ordered > ol > li > ul.m-list-ordered_dots ul > li > ul > li, .m-list-ordered > ol > li > ol.m-list-ordered_dots ul > li > ul > li, .m-list-ordered > ul.m-list-ordered_dots ul > li > ul > li, .m-list-ordered > ul > li > ul.m-list-ordered_dots ul > li > ul > li, .m-list-ordered.m-list-ordered_dots ul > li ol > li, .m-list-ordered_dots.m-list-ordered-narrow ul > li ol > li, .m-list-ordered_dots.m-list-ordered-wide ul > li ol > li, .m-list-ordered_dots.m-list-ordered-bracket ul > li ol > li, .m-list-ordered_dots.m-list-ordered-bracket-narrow ul > li ol > li, .m-list-ordered_dots.m-list-ordered-bracket-wide ul > li ol > li, .m-list-ordered_dots.m-list-ordered-asterisk ul > li ol > li, .m-list-ordered_dots.m-list-ordered-asterisk-narrow ul > li ol > li, .m-list-ordered_dots.m-list-ordered-asterisk-wide ul > li ol > li, .m-list-ordered > ol > li > ul.m-list-ordered_dots ul > li ol > li, .m-list-ordered > ol > li > ol.m-list-ordered_dots ul > li ol > li, .m-list-ordered > ul.m-list-ordered_dots ul > li ol > li, .m-list-ordered > ul > li > ul.m-list-ordered_dots ul > li ol > li {
  padding-left: 1.25em;
  overflow: hiden;
}

.m-list-normal > li:not(:last-child), .m-list-normal-narrow > li:not(:last-child), .m-list-normal-wide > li:not(:last-child), .m-list-normal > ul > li:not(:last-child), .m-list-normal-narrow > ul > li:not(:last-child), .m-list-normal-wide > ul > li:not(:last-child), .m-list-normal > ul > li > ul > li:not(:last-child), .m-list-normal-narrow > ul > li > ul > li:not(:last-child), .m-list-normal-wide > ul > li > ul > li:not(:last-child), .m-list-ordered.m-list-ordered_nomal > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-narrow > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-wide > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket-narrow > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket-wide > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk-narrow > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk-wide > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ul.m-list-ordered_nomal > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ol.m-list-ordered_nomal > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered > ul.m-list-ordered_nomal > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered > ul > li > ul.m-list-ordered_nomal > ol > li > ul > li > ul > li:not(:last-child), .m-list-ordered.m-list-ordered_nomal > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-narrow > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-wide > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket-narrow > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket-wide > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk-narrow > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk-wide > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ul.m-list-ordered_nomal > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ol.m-list-ordered_nomal > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered > ul.m-list-ordered_nomal > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered > ul > li > ul.m-list-ordered_nomal > ol > li ol > li > ul > li:not(:last-child), .m-list-ordered.m-list-ordered_nomal ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-narrow ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-wide ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket-narrow ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket-wide ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk-narrow ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk-wide ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ul.m-list-ordered_nomal ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ol.m-list-ordered_nomal ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered > ul.m-list-ordered_nomal ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered > ul > li > ul.m-list-ordered_nomal ul > li > ul > li > ul > li:not(:last-child), .m-list-ordered.m-list-ordered_nomal ul > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-narrow ul > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-wide ul > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket ul > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket-narrow ul > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-bracket-wide ul > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk ul > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk-narrow ul > li ol > li > ul > li:not(:last-child), .m-list-ordered_nomal.m-list-ordered-asterisk-wide ul > li ol > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ul.m-list-ordered_nomal ul > li ol > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ol.m-list-ordered_nomal ul > li ol > li > ul > li:not(:last-child), .m-list-ordered > ul.m-list-ordered_nomal ul > li ol > li > ul > li:not(:last-child), .m-list-ordered > ul > li > ul.m-list-ordered_nomal ul > li ol > li > ul > li:not(:last-child), .m-list-ordered.m-list-ordered_dots > ol > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-narrow > ol > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-wide > ol > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket > ol > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket-narrow > ol > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket-wide > ol > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk > ol > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk-narrow > ol > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk-wide > ol > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ul.m-list-ordered_dots > ol > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ol.m-list-ordered_dots > ol > li > ul > li:not(:last-child), .m-list-ordered > ul.m-list-ordered_dots > ol > li > ul > li:not(:last-child), .m-list-ordered > ul > li > ul.m-list-ordered_dots > ol > li > ul > li:not(:last-child), .m-list-ordered.m-list-ordered_dots > ol > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-narrow > ol > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-wide > ol > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket > ol > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket-narrow > ol > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket-wide > ol > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk > ol > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk-narrow > ol > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk-wide > ol > li ol > li:not(:last-child), .m-list-ordered > ol > li > ul.m-list-ordered_dots > ol > li ol > li:not(:last-child), .m-list-ordered > ol > li > ol.m-list-ordered_dots > ol > li ol > li:not(:last-child), .m-list-ordered > ul.m-list-ordered_dots > ol > li ol > li:not(:last-child), .m-list-ordered > ul > li > ul.m-list-ordered_dots > ol > li ol > li:not(:last-child), .m-list-ordered.m-list-ordered_dots ul > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-narrow ul > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-wide ul > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket ul > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket-narrow ul > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket-wide ul > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk ul > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk-narrow ul > li > ul > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk-wide ul > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ul.m-list-ordered_dots ul > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ol.m-list-ordered_dots ul > li > ul > li:not(:last-child), .m-list-ordered > ul.m-list-ordered_dots ul > li > ul > li:not(:last-child), .m-list-ordered > ul > li > ul.m-list-ordered_dots ul > li > ul > li:not(:last-child), .m-list-ordered.m-list-ordered_dots ul > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-narrow ul > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-wide ul > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket ul > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket-narrow ul > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-bracket-wide ul > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk ul > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk-narrow ul > li ol > li:not(:last-child), .m-list-ordered_dots.m-list-ordered-asterisk-wide ul > li ol > li:not(:last-child), .m-list-ordered > ol > li > ul.m-list-ordered_dots ul > li ol > li:not(:last-child), .m-list-ordered > ol > li > ol.m-list-ordered_dots ul > li ol > li:not(:last-child), .m-list-ordered > ul.m-list-ordered_dots ul > li ol > li:not(:last-child), .m-list-ordered > ul > li > ul.m-list-ordered_dots ul > li ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-normal > li:before, .m-list-normal-narrow > li:before, .m-list-normal-wide > li:before, .m-list-normal > ul > li:before, .m-list-normal-narrow > ul > li:before, .m-list-normal-wide > ul > li:before, .m-list-normal > ul > li > ul > li:before, .m-list-normal-narrow > ul > li > ul > li:before, .m-list-normal-wide > ul > li > ul > li:before, .m-list-ordered.m-list-ordered_nomal > ol > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-narrow > ol > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-wide > ol > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket > ol > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket-narrow > ol > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket-wide > ol > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk > ol > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow > ol > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk-wide > ol > li > ul > li > ul > li:before, .m-list-ordered > ol > li > ul.m-list-ordered_nomal > ol > li > ul > li > ul > li:before, .m-list-ordered > ol > li > ol.m-list-ordered_nomal > ol > li > ul > li > ul > li:before, .m-list-ordered > ul.m-list-ordered_nomal > ol > li > ul > li > ul > li:before, .m-list-ordered > ul > li > ul.m-list-ordered_nomal > ol > li > ul > li > ul > li:before, .m-list-ordered.m-list-ordered_nomal > ol > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-narrow > ol > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-wide > ol > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket > ol > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket-narrow > ol > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket-wide > ol > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk > ol > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow > ol > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk-wide > ol > li ol > li > ul > li:before, .m-list-ordered > ol > li > ul.m-list-ordered_nomal > ol > li ol > li > ul > li:before, .m-list-ordered > ol > li > ol.m-list-ordered_nomal > ol > li ol > li > ul > li:before, .m-list-ordered > ul.m-list-ordered_nomal > ol > li ol > li > ul > li:before, .m-list-ordered > ul > li > ul.m-list-ordered_nomal > ol > li ol > li > ul > li:before, .m-list-ordered.m-list-ordered_nomal ul > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-narrow ul > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-wide ul > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket ul > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket-narrow ul > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket-wide ul > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk ul > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow ul > li > ul > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk-wide ul > li > ul > li > ul > li:before, .m-list-ordered > ol > li > ul.m-list-ordered_nomal ul > li > ul > li > ul > li:before, .m-list-ordered > ol > li > ol.m-list-ordered_nomal ul > li > ul > li > ul > li:before, .m-list-ordered > ul.m-list-ordered_nomal ul > li > ul > li > ul > li:before, .m-list-ordered > ul > li > ul.m-list-ordered_nomal ul > li > ul > li > ul > li:before, .m-list-ordered.m-list-ordered_nomal ul > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-narrow ul > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-wide ul > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket ul > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket-narrow ul > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-bracket-wide ul > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk ul > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow ul > li ol > li > ul > li:before, .m-list-ordered_nomal.m-list-ordered-asterisk-wide ul > li ol > li > ul > li:before, .m-list-ordered > ol > li > ul.m-list-ordered_nomal ul > li ol > li > ul > li:before, .m-list-ordered > ol > li > ol.m-list-ordered_nomal ul > li ol > li > ul > li:before, .m-list-ordered > ul.m-list-ordered_nomal ul > li ol > li > ul > li:before, .m-list-ordered > ul > li > ul.m-list-ordered_nomal ul > li ol > li > ul > li:before, .m-list-ordered.m-list-ordered_dots > ol > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-narrow > ol > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-wide > ol > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-bracket > ol > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-bracket-narrow > ol > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-bracket-wide > ol > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-asterisk > ol > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-asterisk-narrow > ol > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-asterisk-wide > ol > li > ul > li:before, .m-list-ordered > ol > li > ul.m-list-ordered_dots > ol > li > ul > li:before, .m-list-ordered > ol > li > ol.m-list-ordered_dots > ol > li > ul > li:before, .m-list-ordered > ul.m-list-ordered_dots > ol > li > ul > li:before, .m-list-ordered > ul > li > ul.m-list-ordered_dots > ol > li > ul > li:before, .m-list-ordered.m-list-ordered_dots > ol > li ol > li:before, .m-list-ordered_dots.m-list-ordered-narrow > ol > li ol > li:before, .m-list-ordered_dots.m-list-ordered-wide > ol > li ol > li:before, .m-list-ordered_dots.m-list-ordered-bracket > ol > li ol > li:before, .m-list-ordered_dots.m-list-ordered-bracket-narrow > ol > li ol > li:before, .m-list-ordered_dots.m-list-ordered-bracket-wide > ol > li ol > li:before, .m-list-ordered_dots.m-list-ordered-asterisk > ol > li ol > li:before, .m-list-ordered_dots.m-list-ordered-asterisk-narrow > ol > li ol > li:before, .m-list-ordered_dots.m-list-ordered-asterisk-wide > ol > li ol > li:before, .m-list-ordered > ol > li > ul.m-list-ordered_dots > ol > li ol > li:before, .m-list-ordered > ol > li > ol.m-list-ordered_dots > ol > li ol > li:before, .m-list-ordered > ul.m-list-ordered_dots > ol > li ol > li:before, .m-list-ordered > ul > li > ul.m-list-ordered_dots > ol > li ol > li:before, .m-list-ordered.m-list-ordered_dots ul > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-narrow ul > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-wide ul > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-bracket ul > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-bracket-narrow ul > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-bracket-wide ul > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-asterisk ul > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-asterisk-narrow ul > li > ul > li:before, .m-list-ordered_dots.m-list-ordered-asterisk-wide ul > li > ul > li:before, .m-list-ordered > ol > li > ul.m-list-ordered_dots ul > li > ul > li:before, .m-list-ordered > ol > li > ol.m-list-ordered_dots ul > li > ul > li:before, .m-list-ordered > ul.m-list-ordered_dots ul > li > ul > li:before, .m-list-ordered > ul > li > ul.m-list-ordered_dots ul > li > ul > li:before, .m-list-ordered.m-list-ordered_dots ul > li ol > li:before, .m-list-ordered_dots.m-list-ordered-narrow ul > li ol > li:before, .m-list-ordered_dots.m-list-ordered-wide ul > li ol > li:before, .m-list-ordered_dots.m-list-ordered-bracket ul > li ol > li:before, .m-list-ordered_dots.m-list-ordered-bracket-narrow ul > li ol > li:before, .m-list-ordered_dots.m-list-ordered-bracket-wide ul > li ol > li:before, .m-list-ordered_dots.m-list-ordered-asterisk ul > li ol > li:before, .m-list-ordered_dots.m-list-ordered-asterisk-narrow ul > li ol > li:before, .m-list-ordered_dots.m-list-ordered-asterisk-wide ul > li ol > li:before, .m-list-ordered > ol > li > ul.m-list-ordered_dots ul > li ol > li:before, .m-list-ordered > ol > li > ol.m-list-ordered_dots ul > li ol > li:before, .m-list-ordered > ul.m-list-ordered_dots ul > li ol > li:before, .m-list-ordered > ul > li > ul.m-list-ordered_dots ul > li ol > li:before {
  content: '';
  background: url("../images/9194de60b2564127bed9d61d719f17b9.gif") no-repeat 50% 50%;
  display: block;
  width: 1.25em;
  float: left;
  padding-top: 1.25em;
  margin-left: -1.25em;
}

.m-list-ordered > li, .m-list-ordered-narrow > li, .m-list-ordered-wide > li, .m-list-ordered-bracket > li, .m-list-ordered-bracket-narrow > li, .m-list-ordered-bracket-wide > li, .m-list-ordered-asterisk > li, .m-list-ordered-asterisk-narrow > li, .m-list-ordered-asterisk-wide > li, .m-list-ordered > ol > li > ul > li, .m-list-ordered > ol > li > ol > li, .m-list-ordered > ul > li, .m-list-ordered > ul > li > ul > li, .m-list-ordered > ol > li, .m-list-ordered-narrow > ol > li, .m-list-ordered-wide > ol > li, .m-list-ordered-bracket > ol > li, .m-list-ordered-bracket-narrow > ol > li, .m-list-ordered-bracket-wide > ol > li, .m-list-ordered-asterisk > ol > li, .m-list-ordered-asterisk-narrow > ol > li, .m-list-ordered-asterisk-wide > ol > li, .m-list-ordered > ol > li > ul > ol > li, .m-list-ordered > ol > li > ol > ol > li, .m-list-ordered > ul > ol > li, .m-list-ordered > ul > li > ul > ol > li, .m-list-ordered > ol > li > ul > li > ol > li, .m-list-ordered-narrow > ol > li > ul > li > ol > li, .m-list-ordered-wide > ol > li > ul > li > ol > li, .m-list-ordered-bracket > ol > li > ul > li > ol > li, .m-list-ordered-bracket-narrow > ol > li > ul > li > ol > li, .m-list-ordered-bracket-wide > ol > li > ul > li > ol > li, .m-list-ordered-asterisk > ol > li > ul > li > ol > li, .m-list-ordered-asterisk-narrow > ol > li > ul > li > ol > li, .m-list-ordered-asterisk-wide > ol > li > ul > li > ol > li, .m-list-ordered > ol > li > ul > ol > li > ul > li > ol > li, .m-list-ordered > ol > li > ol > ol > li > ul > li > ol > li, .m-list-ordered > ul > ol > li > ul > li > ol > li, .m-list-ordered > ul > li > ul > ol > li > ul > li > ol > li, .m-list-ordered-narrow > ol > li > ol > li, .m-list-ordered-wide > ol > li > ol > li, .m-list-ordered-bracket > ol > li > ol > li, .m-list-ordered-bracket-narrow > ol > li > ol > li, .m-list-ordered-bracket-wide > ol > li > ol > li, .m-list-ordered-asterisk > ol > li > ol > li, .m-list-ordered-asterisk-narrow > ol > li > ol > li, .m-list-ordered-asterisk-wide > ol > li > ol > li, .m-list-ordered > ol > li > ul > ol > li > ol > li, .m-list-ordered > ol > li > ol > ol > li > ol > li, .m-list-ordered > ul > ol > li > ol > li, .m-list-ordered > ul > li > ul > ol > li > ol > li, .m-list-ordered > ul > li > ol > li, .m-list-ordered-narrow > ul > li > ol > li, .m-list-ordered-wide > ul > li > ol > li, .m-list-ordered-bracket > ul > li > ol > li, .m-list-ordered-bracket-narrow > ul > li > ol > li, .m-list-ordered-bracket-wide > ul > li > ol > li, .m-list-ordered-asterisk > ul > li > ol > li, .m-list-ordered-asterisk-narrow > ul > li > ol > li, .m-list-ordered-asterisk-wide > ul > li > ol > li, .m-list-ordered > ol > li > ul > ul > li > ol > li, .m-list-ordered > ol > li > ol > ul > li > ol > li, .m-list-ordered > ul > ul > li > ol > li, .m-list-ordered > ul > li > ul > ul > li > ol > li, .m-list-alphabet-lower.ordered > ol > li > ol > li, .ordered.m-list-alphabet-lower-narrow > ol > li > ol > li, .ordered.m-list-alphabet-lower-wide > ol > li > ol > li, .m-list-alphabet-upper.ordered > ol > li > ol > li, .ordered.m-list-alphabet-upper-narrow > ol > li > ol > li, .ordered.m-list-alphabet-upper-wide > ol > li > ol > li {
  counter-increment: decimal;
  padding-left: 1.75em;
  overflow: hidden;
}

.m-list-ordered > li:before, .m-list-ordered-narrow > li:before, .m-list-ordered-wide > li:before, .m-list-ordered-bracket > li:before, .m-list-ordered-bracket-narrow > li:before, .m-list-ordered-bracket-wide > li:before, .m-list-ordered-asterisk > li:before, .m-list-ordered-asterisk-narrow > li:before, .m-list-ordered-asterisk-wide > li:before, .m-list-ordered > ol > li > ul > li:before, .m-list-ordered > ol > li > ol > li:before, .m-list-ordered > ul > li:before, .m-list-ordered > ul > li > ul > li:before, .m-list-ordered > ol > li:before, .m-list-ordered-narrow > ol > li:before, .m-list-ordered-wide > ol > li:before, .m-list-ordered-bracket > ol > li:before, .m-list-ordered-bracket-narrow > ol > li:before, .m-list-ordered-bracket-wide > ol > li:before, .m-list-ordered-asterisk > ol > li:before, .m-list-ordered-asterisk-narrow > ol > li:before, .m-list-ordered-asterisk-wide > ol > li:before, .m-list-ordered > ol > li > ul > ol > li:before, .m-list-ordered > ol > li > ol > ol > li:before, .m-list-ordered > ul > ol > li:before, .m-list-ordered > ul > li > ul > ol > li:before, .m-list-ordered > ol > li > ul > li > ol > li:before, .m-list-ordered-narrow > ol > li > ul > li > ol > li:before, .m-list-ordered-wide > ol > li > ul > li > ol > li:before, .m-list-ordered-bracket > ol > li > ul > li > ol > li:before, .m-list-ordered-bracket-narrow > ol > li > ul > li > ol > li:before, .m-list-ordered-bracket-wide > ol > li > ul > li > ol > li:before, .m-list-ordered-asterisk > ol > li > ul > li > ol > li:before, .m-list-ordered-asterisk-narrow > ol > li > ul > li > ol > li:before, .m-list-ordered-asterisk-wide > ol > li > ul > li > ol > li:before, .m-list-ordered > ol > li > ul > ol > li > ul > li > ol > li:before, .m-list-ordered > ol > li > ol > ol > li > ul > li > ol > li:before, .m-list-ordered > ul > ol > li > ul > li > ol > li:before, .m-list-ordered > ul > li > ul > ol > li > ul > li > ol > li:before, .m-list-ordered-narrow > ol > li > ol > li:before, .m-list-ordered-wide > ol > li > ol > li:before, .m-list-ordered-bracket > ol > li > ol > li:before, .m-list-ordered-bracket-narrow > ol > li > ol > li:before, .m-list-ordered-bracket-wide > ol > li > ol > li:before, .m-list-ordered-asterisk > ol > li > ol > li:before, .m-list-ordered-asterisk-narrow > ol > li > ol > li:before, .m-list-ordered-asterisk-wide > ol > li > ol > li:before, .m-list-ordered > ol > li > ul > ol > li > ol > li:before, .m-list-ordered > ol > li > ol > ol > li > ol > li:before, .m-list-ordered > ul > ol > li > ol > li:before, .m-list-ordered > ul > li > ul > ol > li > ol > li:before, .m-list-ordered > ul > li > ol > li:before, .m-list-ordered-narrow > ul > li > ol > li:before, .m-list-ordered-wide > ul > li > ol > li:before, .m-list-ordered-bracket > ul > li > ol > li:before, .m-list-ordered-bracket-narrow > ul > li > ol > li:before, .m-list-ordered-bracket-wide > ul > li > ol > li:before, .m-list-ordered-asterisk > ul > li > ol > li:before, .m-list-ordered-asterisk-narrow > ul > li > ol > li:before, .m-list-ordered-asterisk-wide > ul > li > ol > li:before, .m-list-ordered > ol > li > ul > ul > li > ol > li:before, .m-list-ordered > ol > li > ol > ul > li > ol > li:before, .m-list-ordered > ul > ul > li > ol > li:before, .m-list-ordered > ul > li > ul > ul > li > ol > li:before, .m-list-alphabet-lower.ordered > ol > li > ol > li:before, .ordered.m-list-alphabet-lower-narrow > ol > li > ol > li:before, .ordered.m-list-alphabet-lower-wide > ol > li > ol > li:before, .m-list-alphabet-upper.ordered > ol > li > ol > li:before, .ordered.m-list-alphabet-upper-narrow > ol > li > ol > li:before, .ordered.m-list-alphabet-upper-wide > ol > li > ol > li:before {
  content: counter(decimal) ". ";
  font-weight: bold;
  display: block;
  float: left;
  margin-left: -1.75em;
}

.m-list-ordered.alphabet-lower > ol > li > ol > li, .alphabet-lower.m-list-ordered-narrow > ol > li > ol > li, .alphabet-lower.m-list-ordered-wide > ol > li > ol > li, .alphabet-lower.m-list-ordered-bracket > ol > li > ol > li, .alphabet-lower.m-list-ordered-bracket-narrow > ol > li > ol > li, .alphabet-lower.m-list-ordered-bracket-wide > ol > li > ol > li, .alphabet-lower.m-list-ordered-asterisk > ol > li > ol > li, .alphabet-lower.m-list-ordered-asterisk-narrow > ol > li > ol > li, .alphabet-lower.m-list-ordered-asterisk-wide > ol > li > ol > li, .m-list-ordered > ol > li > ul.alphabet-lower > ol > li > ol > li, .m-list-ordered > ol > li > ol.alphabet-lower > ol > li > ol > li, .m-list-ordered > ul.alphabet-lower > ol > li > ol > li, .m-list-ordered > ul > li > ul.alphabet-lower > ol > li > ol > li, .m-list-alphabet-lower > li, .m-list-alphabet-lower-narrow > li, .m-list-alphabet-lower-wide > li, .m-list-alphabet-lower > ol > li, .m-list-alphabet-lower-narrow > ol > li, .m-list-alphabet-lower-wide > ol > li {
  counter-increment: listStyle;
  padding-left: 1.5em;
  overflow: hidden;
}

.m-list-ordered.alphabet-lower > ol > li > ol > li:before, .alphabet-lower.m-list-ordered-narrow > ol > li > ol > li:before, .alphabet-lower.m-list-ordered-wide > ol > li > ol > li:before, .alphabet-lower.m-list-ordered-bracket > ol > li > ol > li:before, .alphabet-lower.m-list-ordered-bracket-narrow > ol > li > ol > li:before, .alphabet-lower.m-list-ordered-bracket-wide > ol > li > ol > li:before, .alphabet-lower.m-list-ordered-asterisk > ol > li > ol > li:before, .alphabet-lower.m-list-ordered-asterisk-narrow > ol > li > ol > li:before, .alphabet-lower.m-list-ordered-asterisk-wide > ol > li > ol > li:before, .m-list-ordered > ol > li > ul.alphabet-lower > ol > li > ol > li:before, .m-list-ordered > ol > li > ol.alphabet-lower > ol > li > ol > li:before, .m-list-ordered > ul.alphabet-lower > ol > li > ol > li:before, .m-list-ordered > ul > li > ul.alphabet-lower > ol > li > ol > li:before, .m-list-alphabet-lower > li:before, .m-list-alphabet-lower-narrow > li:before, .m-list-alphabet-lower-wide > li:before, .m-list-alphabet-lower > ol > li:before, .m-list-alphabet-lower-narrow > ol > li:before, .m-list-alphabet-lower-wide > ol > li:before {
  content: counter(listStyle, lower-alpha) ". ";
  font-weight: bold;
  display: block;
  float: left;
  margin-left: -1.5em;
}

.m-list-ordered.alphabet-upper > ol > li > ol > li, .alphabet-upper.m-list-ordered-narrow > ol > li > ol > li, .alphabet-upper.m-list-ordered-wide > ol > li > ol > li, .alphabet-upper.m-list-ordered-bracket > ol > li > ol > li, .alphabet-upper.m-list-ordered-bracket-narrow > ol > li > ol > li, .alphabet-upper.m-list-ordered-bracket-wide > ol > li > ol > li, .alphabet-upper.m-list-ordered-asterisk > ol > li > ol > li, .alphabet-upper.m-list-ordered-asterisk-narrow > ol > li > ol > li, .alphabet-upper.m-list-ordered-asterisk-wide > ol > li > ol > li, .m-list-ordered > ol > li > ul.alphabet-upper > ol > li > ol > li, .m-list-ordered > ol > li > ol.alphabet-upper > ol > li > ol > li, .m-list-ordered > ul.alphabet-upper > ol > li > ol > li, .m-list-ordered > ul > li > ul.alphabet-upper > ol > li > ol > li, .m-list-alphabet-upper > li, .m-list-alphabet-upper-narrow > li, .m-list-alphabet-upper-wide > li, .m-list-alphabet-upper > ol > li, .m-list-alphabet-upper-narrow > ol > li, .m-list-alphabet-upper-wide > ol > li {
  counter-increment: listStyle;
  padding-left: 1.5em;
  overflow: hidden;
}

.m-list-ordered.alphabet-upper > ol > li > ol > li:before, .alphabet-upper.m-list-ordered-narrow > ol > li > ol > li:before, .alphabet-upper.m-list-ordered-wide > ol > li > ol > li:before, .alphabet-upper.m-list-ordered-bracket > ol > li > ol > li:before, .alphabet-upper.m-list-ordered-bracket-narrow > ol > li > ol > li:before, .alphabet-upper.m-list-ordered-bracket-wide > ol > li > ol > li:before, .alphabet-upper.m-list-ordered-asterisk > ol > li > ol > li:before, .alphabet-upper.m-list-ordered-asterisk-narrow > ol > li > ol > li:before, .alphabet-upper.m-list-ordered-asterisk-wide > ol > li > ol > li:before, .m-list-ordered > ol > li > ul.alphabet-upper > ol > li > ol > li:before, .m-list-ordered > ol > li > ol.alphabet-upper > ol > li > ol > li:before, .m-list-ordered > ul.alphabet-upper > ol > li > ol > li:before, .m-list-ordered > ul > li > ul.alphabet-upper > ol > li > ol > li:before, .m-list-alphabet-upper > li:before, .m-list-alphabet-upper-narrow > li:before, .m-list-alphabet-upper-wide > li:before, .m-list-alphabet-upper > ol > li:before, .m-list-alphabet-upper-narrow > ol > li:before, .m-list-alphabet-upper-wide > ol > li:before {
  content: counter(listStyle, upper-alpha) ". ";
  font-weight: bold;
  display: block;
  float: left;
  margin-left: -1.5em;
}

.m-list > li:not(:last-child), .m-list-normal > li:not(:last-child), .m-list-normal-narrow > li:not(:last-child), .m-list-normal-wide > li:not(:last-child), .m-list-normal > ul > li:not(:last-child), .m-list-normal-narrow > ul > li:not(:last-child), .m-list-normal-wide > ul > li:not(:last-child), .m-list-ordered > li:not(:last-child), .m-list-ordered-narrow > li:not(:last-child), .m-list-ordered-wide > li:not(:last-child), .m-list-ordered-bracket > li:not(:last-child), .m-list-ordered-bracket-narrow > li:not(:last-child), .m-list-ordered-bracket-wide > li:not(:last-child), .m-list-ordered-asterisk > li:not(:last-child), .m-list-ordered-asterisk-narrow > li:not(:last-child), .m-list-ordered-asterisk-wide > li:not(:last-child), .m-list-ordered > ol > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ol > li:not(:last-child), .m-list-ordered > ul > li:not(:last-child), .m-list-ordered > ul > li > ul > li:not(:last-child), .m-list-alphabet-lower > li:not(:last-child), .m-list-alphabet-lower-narrow > li:not(:last-child), .m-list-alphabet-lower-wide > li:not(:last-child), .m-list-alphabet-upper > li:not(:last-child), .m-list-alphabet-upper-narrow > li:not(:last-child), .m-list-alphabet-upper-wide > li:not(:last-child), .m-list-note > li:not(:last-child), .m-list-note-narrow > li:not(:last-child), .m-list-note-wide > li:not(:last-child), .m-list-note-ja > li:not(:last-child), .m-list-note-ja-narrow > li:not(:last-child), .m-list-note-ja-wide > li:not(:last-child), .m-list-note-ordered > li:not(:last-child), .m-list-note-ordered-narrow > li:not(:last-child), .m-list-note-ordered-wide > li:not(:last-child), .m-list-note-ordered-ja > li:not(:last-child), .m-list-note-ordered-ja-narrow > li:not(:last-child), .m-list-note-ordered-ja-wide > li:not(:last-child), .m-list-note-ordered-ja > ol > li:not(:last-child), .m-list-note-ordered-ja-narrow > ol > li:not(:last-child), .m-list-note-ordered-ja-wide > ol > li:not(:last-child), .m-list-note-ordered > ol > li:not(:last-child), .m-list-note-ordered-narrow > ol > li:not(:last-child), .m-list-note-ordered-wide > ol > li:not(:last-child), .m-list-dl > li:not(:last-child), .m-list-dl-narrow > li:not(:last-child), .m-list-dl-wide > li:not(:last-child), .m-list-child > li:not(:last-child), .m-list-child-narrow > li:not(:last-child), .m-list-child-wide > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-narrow > li:not(:last-child), .m-list-normal-narrow > li:not(:last-child), .m-list-normal > ul > .m-list-narrow > li:not(:last-child), .m-list-normal-narrow > ul > .m-list-narrow > li:not(:last-child), .m-list-normal-wide > ul > .m-list-narrow > li:not(:last-child), .m-list-ordered-narrow > li:not(:last-child), .m-list-ordered-bracket-narrow > li:not(:last-child), .m-list-ordered-asterisk-narrow > li:not(:last-child), .m-list-ordered > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered-narrow > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered-wide > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered-bracket > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered-bracket-narrow > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered-bracket-wide > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered-asterisk > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered-asterisk-narrow > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered-asterisk-wide > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered > ol > li > ul > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered > ol > li > ol > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered > ul > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered > ul > li > ul > ol > li > ul-narrow > li:not(:last-child), .m-list-ordered > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered-narrow > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered-wide > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered-bracket > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered-bracket-narrow > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered-bracket-wide > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered-asterisk > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered-asterisk-narrow > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered-asterisk-wide > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered > ol > li > ul > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered > ol > li > ol > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered > ul > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered > ul > li > ul > ul > li > ul-narrow > li:not(:last-child), .m-list-ordered > ul-narrow > li:not(:last-child), .m-list-ordered-narrow > ul-narrow > li:not(:last-child), .m-list-ordered-wide > ul-narrow > li:not(:last-child), .m-list-ordered-bracket > ul-narrow > li:not(:last-child), .m-list-ordered-bracket-narrow > ul-narrow > li:not(:last-child), .m-list-ordered-bracket-wide > ul-narrow > li:not(:last-child), .m-list-ordered-asterisk > ul-narrow > li:not(:last-child), .m-list-ordered-asterisk-narrow > ul-narrow > li:not(:last-child), .m-list-ordered-asterisk-wide > ul-narrow > li:not(:last-child), .m-list-ordered > ol > li > ul > ul-narrow > li:not(:last-child), .m-list-ordered > ol > li > ol > ul-narrow > li:not(:last-child), .m-list-ordered > ul > ul-narrow > li:not(:last-child), .m-list-ordered > ul > li > ul > ul-narrow > li:not(:last-child), .m-list-alphabet-lower-narrow > li:not(:last-child), .m-list-alphabet-upper-narrow > li:not(:last-child), .m-list-note-narrow > li:not(:last-child), .m-list-note-ja-narrow > li:not(:last-child), .m-list-note-ordered-narrow > li:not(:last-child), .m-list-note-ordered-ja-narrow > li:not(:last-child), .m-list-dl-narrow > li:not(:last-child), .m-list-child-narrow > li:not(:last-child) {
  margin-bottom: .5em;
}

.m-list-wide > li:not(:last-child), .m-list-normal-wide > li:not(:last-child), .m-list-normal > ul > .m-list-wide > li:not(:last-child), .m-list-normal-narrow > ul > .m-list-wide > li:not(:last-child), .m-list-normal-wide > ul > .m-list-wide > li:not(:last-child), .m-list-ordered-wide > li:not(:last-child), .m-list-ordered-bracket-wide > li:not(:last-child), .m-list-ordered-asterisk-wide > li:not(:last-child), .m-list-ordered > ol > li > ul-wide > li:not(:last-child), .m-list-ordered-narrow > ol > li > ul-wide > li:not(:last-child), .m-list-ordered-wide > ol > li > ul-wide > li:not(:last-child), .m-list-ordered-bracket > ol > li > ul-wide > li:not(:last-child), .m-list-ordered-bracket-narrow > ol > li > ul-wide > li:not(:last-child), .m-list-ordered-bracket-wide > ol > li > ul-wide > li:not(:last-child), .m-list-ordered-asterisk > ol > li > ul-wide > li:not(:last-child), .m-list-ordered-asterisk-narrow > ol > li > ul-wide > li:not(:last-child), .m-list-ordered-asterisk-wide > ol > li > ul-wide > li:not(:last-child), .m-list-ordered > ol > li > ul > ol > li > ul-wide > li:not(:last-child), .m-list-ordered > ol > li > ol > ol > li > ul-wide > li:not(:last-child), .m-list-ordered > ul > ol > li > ul-wide > li:not(:last-child), .m-list-ordered > ul > li > ul > ol > li > ul-wide > li:not(:last-child), .m-list-ordered > ul > li > ul-wide > li:not(:last-child), .m-list-ordered-narrow > ul > li > ul-wide > li:not(:last-child), .m-list-ordered-wide > ul > li > ul-wide > li:not(:last-child), .m-list-ordered-bracket > ul > li > ul-wide > li:not(:last-child), .m-list-ordered-bracket-narrow > ul > li > ul-wide > li:not(:last-child), .m-list-ordered-bracket-wide > ul > li > ul-wide > li:not(:last-child), .m-list-ordered-asterisk > ul > li > ul-wide > li:not(:last-child), .m-list-ordered-asterisk-narrow > ul > li > ul-wide > li:not(:last-child), .m-list-ordered-asterisk-wide > ul > li > ul-wide > li:not(:last-child), .m-list-ordered > ol > li > ul > ul > li > ul-wide > li:not(:last-child), .m-list-ordered > ol > li > ol > ul > li > ul-wide > li:not(:last-child), .m-list-ordered > ul > ul > li > ul-wide > li:not(:last-child), .m-list-ordered > ul > li > ul > ul > li > ul-wide > li:not(:last-child), .m-list-ordered > ul-wide > li:not(:last-child), .m-list-ordered-narrow > ul-wide > li:not(:last-child), .m-list-ordered-wide > ul-wide > li:not(:last-child), .m-list-ordered-bracket > ul-wide > li:not(:last-child), .m-list-ordered-bracket-narrow > ul-wide > li:not(:last-child), .m-list-ordered-bracket-wide > ul-wide > li:not(:last-child), .m-list-ordered-asterisk > ul-wide > li:not(:last-child), .m-list-ordered-asterisk-narrow > ul-wide > li:not(:last-child), .m-list-ordered-asterisk-wide > ul-wide > li:not(:last-child), .m-list-ordered > ol > li > ul > ul-wide > li:not(:last-child), .m-list-ordered > ol > li > ol > ul-wide > li:not(:last-child), .m-list-ordered > ul > ul-wide > li:not(:last-child), .m-list-ordered > ul > li > ul > ul-wide > li:not(:last-child), .m-list-alphabet-lower-wide > li:not(:last-child), .m-list-alphabet-upper-wide > li:not(:last-child), .m-list-note-wide > li:not(:last-child), .m-list-note-ja-wide > li:not(:last-child), .m-list-note-ordered-wide > li:not(:last-child), .m-list-note-ordered-ja-wide > li:not(:last-child), .m-list-dl-wide > li:not(:last-child), .m-list-child-wide > li:not(:last-child) {
  margin-bottom: 1.5em;
}

.m-list-normal, .m-list-normal-narrow, .m-list-normal-wide {
  font-size: 16px;
  font-size: 1.6rem;
}

.m-list-normal > ul, .m-list-normal-narrow > ul, .m-list-normal-wide > ul {
  font-size: 16px;
  font-size: 1.6rem;
}

.m-list-normal > ul > li > ul, .m-list-normal-narrow > ul > li > ul, .m-list-normal-wide > ul > li > ul {
  margin-top: 1em;
}

.m-list-ordered, .m-list-ordered-narrow, .m-list-ordered-wide, .m-list-ordered-bracket, .m-list-ordered-bracket-narrow, .m-list-ordered-bracket-wide, .m-list-ordered-asterisk, .m-list-ordered-asterisk-narrow, .m-list-ordered-asterisk-wide, .m-list-ordered > ol > li > ul, .m-list-ordered > ol > li > ol, .m-list-ordered > ul, .m-list-ordered > ul > li > ul {
  counter-reset: decimal;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-list-ordered-bracket > li, .m-list-ordered-bracket-narrow > li, .m-list-ordered-bracket-wide > li {
  padding-left: 2.25em;
}

.m-list-ordered-bracket > li:before, .m-list-ordered-bracket-narrow > li:before, .m-list-ordered-bracket-wide > li:before {
  content: "(" counter(decimal) ")";
  margin-left: -2.25em;
}

.m-list-ordered-asterisk > li, .m-list-ordered-asterisk-narrow > li, .m-list-ordered-asterisk-wide > li {
  padding-left: 1.5em;
}

.m-list-ordered-asterisk > li:before, .m-list-ordered-asterisk-narrow > li:before, .m-list-ordered-asterisk-wide > li:before {
  content: "*" counter(decimal);
  font-weight: normal;
  margin-left: -1.5em;
}

.m-list-ordered > ol, .m-list-ordered-narrow > ol, .m-list-ordered-wide > ol, .m-list-ordered-bracket > ol, .m-list-ordered-bracket-narrow > ol, .m-list-ordered-bracket-wide > ol, .m-list-ordered-asterisk > ol, .m-list-ordered-asterisk-narrow > ol, .m-list-ordered-asterisk-wide > ol, .m-list-ordered > ol > li > ul > ol, .m-list-ordered > ol > li > ol > ol, .m-list-ordered > ul > ol, .m-list-ordered > ul > li > ul > ol {
  counter-reset: decimal;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-list-ordered > ol > li:not(:last-child), .m-list-ordered-narrow > ol > li:not(:last-child), .m-list-ordered-wide > ol > li:not(:last-child), .m-list-ordered-bracket > ol > li:not(:last-child), .m-list-ordered-bracket-narrow > ol > li:not(:last-child), .m-list-ordered-bracket-wide > ol > li:not(:last-child), .m-list-ordered-asterisk > ol > li:not(:last-child), .m-list-ordered-asterisk-narrow > ol > li:not(:last-child), .m-list-ordered-asterisk-wide > ol > li:not(:last-child), .m-list-ordered > ol > li > ul > ol > li:not(:last-child), .m-list-ordered > ol > li > ol > ol > li:not(:last-child), .m-list-ordered > ul > ol > li:not(:last-child), .m-list-ordered > ul > li > ul > ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-ordered > ol > li > ul, .m-list-ordered-narrow > ol > li > ul, .m-list-ordered-wide > ol > li > ul, .m-list-ordered-bracket > ol > li > ul, .m-list-ordered-bracket-narrow > ol > li > ul, .m-list-ordered-bracket-wide > ol > li > ul, .m-list-ordered-asterisk > ol > li > ul, .m-list-ordered-asterisk-narrow > ol > li > ul, .m-list-ordered-asterisk-wide > ol > li > ul, .m-list-ordered > ol > li > ul > ol > li > ul, .m-list-ordered > ol > li > ol > ol > li > ul, .m-list-ordered > ul > ol > li > ul, .m-list-ordered > ul > li > ul > ol > li > ul {
  margin-top: 1em;
}

.m-list-ordered > ol > li > ul > li, .m-list-ordered-narrow > ol > li > ul > li, .m-list-ordered-wide > ol > li > ul > li, .m-list-ordered-bracket > ol > li > ul > li, .m-list-ordered-bracket-narrow > ol > li > ul > li, .m-list-ordered-bracket-wide > ol > li > ul > li, .m-list-ordered-asterisk > ol > li > ul > li, .m-list-ordered-asterisk-narrow > ol > li > ul > li, .m-list-ordered-asterisk-wide > ol > li > ul > li, .m-list-ordered > ol > li > ul > ol > li > ul > li, .m-list-ordered > ol > li > ol > ol > li > ul > li, .m-list-ordered > ul > ol > li > ul > li, .m-list-ordered > ul > li > ul > ol > li > ul > li {
  padding-left: 2.25em;
}

.m-list-ordered > ol > li > ul > li:before, .m-list-ordered-narrow > ol > li > ul > li:before, .m-list-ordered-wide > ol > li > ul > li:before, .m-list-ordered-bracket > ol > li > ul > li:before, .m-list-ordered-bracket-narrow > ol > li > ul > li:before, .m-list-ordered-bracket-wide > ol > li > ul > li:before, .m-list-ordered-asterisk > ol > li > ul > li:before, .m-list-ordered-asterisk-narrow > ol > li > ul > li:before, .m-list-ordered-asterisk-wide > ol > li > ul > li:before, .m-list-ordered > ol > li > ul > ol > li > ul > li:before, .m-list-ordered > ol > li > ol > ol > li > ul > li:before, .m-list-ordered > ul > ol > li > ul > li:before, .m-list-ordered > ul > li > ul > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
  margin-left: -2.25em;
}

.m-list-ordered > ol > li > ul > li > ol, .m-list-ordered-narrow > ol > li > ul > li > ol, .m-list-ordered-wide > ol > li > ul > li > ol, .m-list-ordered-bracket > ol > li > ul > li > ol, .m-list-ordered-bracket-narrow > ol > li > ul > li > ol, .m-list-ordered-bracket-wide > ol > li > ul > li > ol, .m-list-ordered-asterisk > ol > li > ul > li > ol, .m-list-ordered-asterisk-narrow > ol > li > ul > li > ol, .m-list-ordered-asterisk-wide > ol > li > ul > li > ol, .m-list-ordered > ol > li > ul > ol > li > ul > li > ol, .m-list-ordered > ol > li > ol > ol > li > ul > li > ol, .m-list-ordered > ul > ol > li > ul > li > ol, .m-list-ordered > ul > li > ul > ol > li > ul > li > ol {
  counter-reset: decimal;
  margin-top: 1em;
}

.m-list-ordered > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered-narrow > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered-wide > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered-bracket > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered-bracket-narrow > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered-bracket-wide > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered-asterisk > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered-asterisk-narrow > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered-asterisk-wide > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered > ol > li > ul > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered > ol > li > ol > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered > ul > ol > li > ul > li > ol > li:not(:last-child), .m-list-ordered > ul > li > ul > ol > li > ul > li > ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-ordered > ol > li > ul > li:not(:last-child), .m-list-ordered-narrow > ol > li > ul > li:not(:last-child), .m-list-ordered-wide > ol > li > ul > li:not(:last-child), .m-list-ordered-bracket > ol > li > ul > li:not(:last-child), .m-list-ordered-bracket-narrow > ol > li > ul > li:not(:last-child), .m-list-ordered-bracket-wide > ol > li > ul > li:not(:last-child), .m-list-ordered-asterisk > ol > li > ul > li:not(:last-child), .m-list-ordered-asterisk-narrow > ol > li > ul > li:not(:last-child), .m-list-ordered-asterisk-wide > ol > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ul > ol > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ol > ol > li > ul > li:not(:last-child), .m-list-ordered > ul > ol > li > ul > li:not(:last-child), .m-list-ordered > ul > li > ul > ol > li > ul > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-ordered > ol > li > ol, .m-list-ordered-narrow > ol > li > ol, .m-list-ordered-wide > ol > li > ol, .m-list-ordered-bracket > ol > li > ol, .m-list-ordered-bracket-narrow > ol > li > ol, .m-list-ordered-bracket-wide > ol > li > ol, .m-list-ordered-asterisk > ol > li > ol, .m-list-ordered-asterisk-narrow > ol > li > ol, .m-list-ordered-asterisk-wide > ol > li > ol, .m-list-ordered > ol > li > ul > ol > li > ol, .m-list-ordered > ol > li > ol > ol > li > ol, .m-list-ordered > ul > ol > li > ol, .m-list-ordered > ul > li > ul > ol > li > ol {
  margin-top: 1em;
}

.m-list-ordered > ol > li > ol > li:not(:last-child), .m-list-ordered-narrow > ol > li > ol > li:not(:last-child), .m-list-ordered-wide > ol > li > ol > li:not(:last-child), .m-list-ordered-bracket > ol > li > ol > li:not(:last-child), .m-list-ordered-bracket-narrow > ol > li > ol > li:not(:last-child), .m-list-ordered-bracket-wide > ol > li > ol > li:not(:last-child), .m-list-ordered-asterisk > ol > li > ol > li:not(:last-child), .m-list-ordered-asterisk-narrow > ol > li > ol > li:not(:last-child), .m-list-ordered-asterisk-wide > ol > li > ol > li:not(:last-child), .m-list-ordered > ol > li > ul > ol > li > ol > li:not(:last-child), .m-list-ordered > ol > li > ol > ol > li > ol > li:not(:last-child), .m-list-ordered > ul > ol > li > ol > li:not(:last-child), .m-list-ordered > ul > li > ul > ol > li > ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-ordered > ul, .m-list-ordered-narrow > ul, .m-list-ordered-wide > ul, .m-list-ordered-bracket > ul, .m-list-ordered-bracket-narrow > ul, .m-list-ordered-bracket-wide > ul, .m-list-ordered-asterisk > ul, .m-list-ordered-asterisk-narrow > ul, .m-list-ordered-asterisk-wide > ul, .m-list-ordered > ol > li > ul > ul, .m-list-ordered > ol > li > ol > ul, .m-list-ordered > ul > ul, .m-list-ordered > ul > li > ul > ul {
  margin-top: 1em;
}

.m-list-ordered > ul > li, .m-list-ordered-narrow > ul > li, .m-list-ordered-wide > ul > li, .m-list-ordered-bracket > ul > li, .m-list-ordered-bracket-narrow > ul > li, .m-list-ordered-bracket-wide > ul > li, .m-list-ordered-asterisk > ul > li, .m-list-ordered-asterisk-narrow > ul > li, .m-list-ordered-asterisk-wide > ul > li, .m-list-ordered > ol > li > ul > ul > li, .m-list-ordered > ol > li > ol > ul > li, .m-list-ordered > ul > ul > li, .m-list-ordered > ul > li > ul > ul > li {
  padding-left: 2.25em;
}

.m-list-ordered > ul > li:before, .m-list-ordered-narrow > ul > li:before, .m-list-ordered-wide > ul > li:before, .m-list-ordered-bracket > ul > li:before, .m-list-ordered-bracket-narrow > ul > li:before, .m-list-ordered-bracket-wide > ul > li:before, .m-list-ordered-asterisk > ul > li:before, .m-list-ordered-asterisk-narrow > ul > li:before, .m-list-ordered-asterisk-wide > ul > li:before, .m-list-ordered > ol > li > ul > ul > li:before, .m-list-ordered > ol > li > ol > ul > li:before, .m-list-ordered > ul > ul > li:before, .m-list-ordered > ul > li > ul > ul > li:before {
  content: "(" counter(decimal) ")";
  margin-left: -2.25em;
}

.m-list-ordered > ul > li > ol, .m-list-ordered-narrow > ul > li > ol, .m-list-ordered-wide > ul > li > ol, .m-list-ordered-bracket > ul > li > ol, .m-list-ordered-bracket-narrow > ul > li > ol, .m-list-ordered-bracket-wide > ul > li > ol, .m-list-ordered-asterisk > ul > li > ol, .m-list-ordered-asterisk-narrow > ul > li > ol, .m-list-ordered-asterisk-wide > ul > li > ol, .m-list-ordered > ol > li > ul > ul > li > ol, .m-list-ordered > ol > li > ol > ul > li > ol, .m-list-ordered > ul > ul > li > ol, .m-list-ordered > ul > li > ul > ul > li > ol {
  counter-reset: decimal;
  margin-top: 1em;
}

.m-list-ordered > ul > li > ol > li:not(:last-child), .m-list-ordered-narrow > ul > li > ol > li:not(:last-child), .m-list-ordered-wide > ul > li > ol > li:not(:last-child), .m-list-ordered-bracket > ul > li > ol > li:not(:last-child), .m-list-ordered-bracket-narrow > ul > li > ol > li:not(:last-child), .m-list-ordered-bracket-wide > ul > li > ol > li:not(:last-child), .m-list-ordered-asterisk > ul > li > ol > li:not(:last-child), .m-list-ordered-asterisk-narrow > ul > li > ol > li:not(:last-child), .m-list-ordered-asterisk-wide > ul > li > ol > li:not(:last-child), .m-list-ordered > ol > li > ul > ul > li > ol > li:not(:last-child), .m-list-ordered > ol > li > ol > ul > li > ol > li:not(:last-child), .m-list-ordered > ul > ul > li > ol > li:not(:last-child), .m-list-ordered > ul > li > ul > ul > li > ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-ordered > ul > li > ul, .m-list-ordered-narrow > ul > li > ul, .m-list-ordered-wide > ul > li > ul, .m-list-ordered-bracket > ul > li > ul, .m-list-ordered-bracket-narrow > ul > li > ul, .m-list-ordered-bracket-wide > ul > li > ul, .m-list-ordered-asterisk > ul > li > ul, .m-list-ordered-asterisk-narrow > ul > li > ul, .m-list-ordered-asterisk-wide > ul > li > ul, .m-list-ordered > ol > li > ul > ul > li > ul, .m-list-ordered > ol > li > ol > ul > li > ul, .m-list-ordered > ul > ul > li > ul, .m-list-ordered > ul > li > ul > ul > li > ul {
  margin-top: 1em;
}

.m-list-ordered > ul > li > ul > li, .m-list-ordered-narrow > ul > li > ul > li, .m-list-ordered-wide > ul > li > ul > li, .m-list-ordered-bracket > ul > li > ul > li, .m-list-ordered-bracket-narrow > ul > li > ul > li, .m-list-ordered-bracket-wide > ul > li > ul > li, .m-list-ordered-asterisk > ul > li > ul > li, .m-list-ordered-asterisk-narrow > ul > li > ul > li, .m-list-ordered-asterisk-wide > ul > li > ul > li, .m-list-ordered > ol > li > ul > ul > li > ul > li, .m-list-ordered > ol > li > ol > ul > li > ul > li, .m-list-ordered > ul > ul > li > ul > li, .m-list-ordered > ul > li > ul > ul > li > ul > li {
  padding-left: 2.25em;
}

.m-list-ordered > ul > li > ul > li:before, .m-list-ordered-narrow > ul > li > ul > li:before, .m-list-ordered-wide > ul > li > ul > li:before, .m-list-ordered-bracket > ul > li > ul > li:before, .m-list-ordered-bracket-narrow > ul > li > ul > li:before, .m-list-ordered-bracket-wide > ul > li > ul > li:before, .m-list-ordered-asterisk > ul > li > ul > li:before, .m-list-ordered-asterisk-narrow > ul > li > ul > li:before, .m-list-ordered-asterisk-wide > ul > li > ul > li:before, .m-list-ordered > ol > li > ul > ul > li > ul > li:before, .m-list-ordered > ol > li > ol > ul > li > ul > li:before, .m-list-ordered > ul > ul > li > ul > li:before, .m-list-ordered > ul > li > ul > ul > li > ul > li:before {
  content: "(" counter(decimal) ")";
  margin-left: -2.25em;
}

.m-list-ordered > ul > li > ul > li:not(:last-child), .m-list-ordered-narrow > ul > li > ul > li:not(:last-child), .m-list-ordered-wide > ul > li > ul > li:not(:last-child), .m-list-ordered-bracket > ul > li > ul > li:not(:last-child), .m-list-ordered-bracket-narrow > ul > li > ul > li:not(:last-child), .m-list-ordered-bracket-wide > ul > li > ul > li:not(:last-child), .m-list-ordered-asterisk > ul > li > ul > li:not(:last-child), .m-list-ordered-asterisk-narrow > ul > li > ul > li:not(:last-child), .m-list-ordered-asterisk-wide > ul > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ul > ul > li > ul > li:not(:last-child), .m-list-ordered > ol > li > ol > ul > li > ul > li:not(:last-child), .m-list-ordered > ul > ul > li > ul > li:not(:last-child), .m-list-ordered > ul > li > ul > ul > li > ul > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-ordered > ul > li:not(:last-child), .m-list-ordered-narrow > ul > li:not(:last-child), .m-list-ordered-wide > ul > li:not(:last-child), .m-list-ordered-bracket > ul > li:not(:last-child), .m-list-ordered-bracket-narrow > ul > li:not(:last-child), .m-list-ordered-bracket-wide > ul > li:not(:last-child), .m-list-ordered-asterisk > ul > li:not(:last-child), .m-list-ordered-asterisk-narrow > ul > li:not(:last-child), .m-list-ordered-asterisk-wide > ul > li:not(:last-child), .m-list-ordered > ol > li > ul > ul > li:not(:last-child), .m-list-ordered > ol > li > ol > ul > li:not(:last-child), .m-list-ordered > ul > ul > li:not(:last-child), .m-list-ordered > ul > li > ul > ul > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-ordered.m-list-ordered_nomal > ol > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-narrow > ol > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-wide > ol > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket > ol > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket-narrow > ol > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket-wide > ol > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk > ol > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow > ol > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk-wide > ol > li > ul > li > ul, .m-list-ordered > ol > li > ul.m-list-ordered_nomal > ol > li > ul > li > ul, .m-list-ordered > ol > li > ol.m-list-ordered_nomal > ol > li > ul > li > ul, .m-list-ordered > ul.m-list-ordered_nomal > ol > li > ul > li > ul, .m-list-ordered > ul > li > ul.m-list-ordered_nomal > ol > li > ul > li > ul, .m-list-ordered.m-list-ordered_nomal > ol > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-narrow > ol > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-wide > ol > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket > ol > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket-narrow > ol > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket-wide > ol > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk > ol > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow > ol > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk-wide > ol > li ol > li > ul, .m-list-ordered > ol > li > ul.m-list-ordered_nomal > ol > li ol > li > ul, .m-list-ordered > ol > li > ol.m-list-ordered_nomal > ol > li ol > li > ul, .m-list-ordered > ul.m-list-ordered_nomal > ol > li ol > li > ul, .m-list-ordered > ul > li > ul.m-list-ordered_nomal > ol > li ol > li > ul, .m-list-ordered.m-list-ordered_nomal ul > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-narrow ul > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-wide ul > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket ul > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket-narrow ul > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket-wide ul > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk ul > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow ul > li > ul > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk-wide ul > li > ul > li > ul, .m-list-ordered > ol > li > ul.m-list-ordered_nomal ul > li > ul > li > ul, .m-list-ordered > ol > li > ol.m-list-ordered_nomal ul > li > ul > li > ul, .m-list-ordered > ul.m-list-ordered_nomal ul > li > ul > li > ul, .m-list-ordered > ul > li > ul.m-list-ordered_nomal ul > li > ul > li > ul, .m-list-ordered.m-list-ordered_nomal ul > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-narrow ul > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-wide ul > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket ul > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket-narrow ul > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-bracket-wide ul > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk ul > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk-narrow ul > li ol > li > ul, .m-list-ordered_nomal.m-list-ordered-asterisk-wide ul > li ol > li > ul, .m-list-ordered > ol > li > ul.m-list-ordered_nomal ul > li ol > li > ul, .m-list-ordered > ol > li > ol.m-list-ordered_nomal ul > li ol > li > ul, .m-list-ordered > ul.m-list-ordered_nomal ul > li ol > li > ul, .m-list-ordered > ul > li > ul.m-list-ordered_nomal ul > li ol > li > ul {
  margin-top: 1em;
}

.m-list-ordered_num2 > ol {
  counter-reset: decimal 1;
}

.m-list-ordered_num2 > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-ordered_num2 > ul {
  counter-reset: decimal 1;
}

.m-list-ordered_num2 > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-ordered_num3 > ol {
  counter-reset: decimal 2;
}

.m-list-ordered_num3 > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-ordered_num3 > ul {
  counter-reset: decimal 2;
}

.m-list-ordered_num3 > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-ordered_num4 > ol {
  counter-reset: decimal 3;
}

.m-list-ordered_num4 > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-ordered_num4 > ul {
  counter-reset: decimal 3;
}

.m-list-ordered_num4 > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-ordered_num5 > ol {
  counter-reset: decimal 4;
}

.m-list-ordered_num5 > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-ordered_num5 > ul {
  counter-reset: decimal 4;
}

.m-list-ordered_num5 > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-ordered_num6 > ol {
  counter-reset: decimal 5;
}

.m-list-ordered_num6 > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-ordered_num6 > ul {
  counter-reset: decimal 5;
}

.m-list-ordered_num6 > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-ordered_num7 > ol {
  counter-reset: decimal 6;
}

.m-list-ordered_num7 > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-ordered_num7 > ul {
  counter-reset: decimal 6;
}

.m-list-ordered_num7 > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-ordered_num8 > ol {
  counter-reset: decimal 7;
}

.m-list-ordered_num8 > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-ordered_num8 > ul {
  counter-reset: decimal 7;
}

.m-list-ordered_num8 > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-ordered_num9 > ol {
  counter-reset: decimal 8;
}

.m-list-ordered_num9 > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-ordered_num9 > ul {
  counter-reset: decimal 8;
}

.m-list-ordered_num9 > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-ordered_num10 > ol {
  counter-reset: decimal 9;
}

.m-list-ordered_num10 > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-ordered_num10 > ul {
  counter-reset: decimal 9;
}

.m-list-ordered_num10 > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-ordered.alphabet-upper > ol > li > ol, .alphabet-upper.m-list-ordered-narrow > ol > li > ol, .alphabet-upper.m-list-ordered-wide > ol > li > ol, .alphabet-upper.m-list-ordered-bracket > ol > li > ol, .alphabet-upper.m-list-ordered-bracket-narrow > ol > li > ol, .alphabet-upper.m-list-ordered-bracket-wide > ol > li > ol, .alphabet-upper.m-list-ordered-asterisk > ol > li > ol, .alphabet-upper.m-list-ordered-asterisk-narrow > ol > li > ol, .alphabet-upper.m-list-ordered-asterisk-wide > ol > li > ol, .m-list-ordered > ol > li > ul.alphabet-upper > ol > li > ol, .m-list-ordered > ol > li > ol.alphabet-upper > ol > li > ol, .m-list-ordered > ul.alphabet-upper > ol > li > ol, .m-list-ordered > ul > li > ul.alphabet-upper > ol > li > ol {
  counter-reset: listStyle;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-list-ordered.alphabet-lower > ol > li > ol, .alphabet-lower.m-list-ordered-narrow > ol > li > ol, .alphabet-lower.m-list-ordered-wide > ol > li > ol, .alphabet-lower.m-list-ordered-bracket > ol > li > ol, .alphabet-lower.m-list-ordered-bracket-narrow > ol > li > ol, .alphabet-lower.m-list-ordered-bracket-wide > ol > li > ol, .alphabet-lower.m-list-ordered-asterisk > ol > li > ol, .alphabet-lower.m-list-ordered-asterisk-narrow > ol > li > ol, .alphabet-lower.m-list-ordered-asterisk-wide > ol > li > ol, .m-list-ordered > ol > li > ul.alphabet-lower > ol > li > ol, .m-list-ordered > ol > li > ol.alphabet-lower > ol > li > ol, .m-list-ordered > ul.alphabet-lower > ol > li > ol, .m-list-ordered > ul > li > ul.alphabet-lower > ol > li > ol {
  counter-reset: listStyle;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-list-ordered.m-list-ordered_dots > ol > li > ul, .m-list-ordered_dots.m-list-ordered-narrow > ol > li > ul, .m-list-ordered_dots.m-list-ordered-wide > ol > li > ul, .m-list-ordered_dots.m-list-ordered-bracket > ol > li > ul, .m-list-ordered_dots.m-list-ordered-bracket-narrow > ol > li > ul, .m-list-ordered_dots.m-list-ordered-bracket-wide > ol > li > ul, .m-list-ordered_dots.m-list-ordered-asterisk > ol > li > ul, .m-list-ordered_dots.m-list-ordered-asterisk-narrow > ol > li > ul, .m-list-ordered_dots.m-list-ordered-asterisk-wide > ol > li > ul, .m-list-ordered > ol > li > ul.m-list-ordered_dots > ol > li > ul, .m-list-ordered > ol > li > ol.m-list-ordered_dots > ol > li > ul, .m-list-ordered > ul.m-list-ordered_dots > ol > li > ul, .m-list-ordered > ul > li > ul.m-list-ordered_dots > ol > li > ul, .m-list-ordered.m-list-ordered_dots > ol > li ol, .m-list-ordered_dots.m-list-ordered-narrow > ol > li ol, .m-list-ordered_dots.m-list-ordered-wide > ol > li ol, .m-list-ordered_dots.m-list-ordered-bracket > ol > li ol, .m-list-ordered_dots.m-list-ordered-bracket-narrow > ol > li ol, .m-list-ordered_dots.m-list-ordered-bracket-wide > ol > li ol, .m-list-ordered_dots.m-list-ordered-asterisk > ol > li ol, .m-list-ordered_dots.m-list-ordered-asterisk-narrow > ol > li ol, .m-list-ordered_dots.m-list-ordered-asterisk-wide > ol > li ol, .m-list-ordered > ol > li > ul.m-list-ordered_dots > ol > li ol, .m-list-ordered > ol > li > ol.m-list-ordered_dots > ol > li ol, .m-list-ordered > ul.m-list-ordered_dots > ol > li ol, .m-list-ordered > ul > li > ul.m-list-ordered_dots > ol > li ol, .m-list-ordered.m-list-ordered_dots ul > li > ul, .m-list-ordered_dots.m-list-ordered-narrow ul > li > ul, .m-list-ordered_dots.m-list-ordered-wide ul > li > ul, .m-list-ordered_dots.m-list-ordered-bracket ul > li > ul, .m-list-ordered_dots.m-list-ordered-bracket-narrow ul > li > ul, .m-list-ordered_dots.m-list-ordered-bracket-wide ul > li > ul, .m-list-ordered_dots.m-list-ordered-asterisk ul > li > ul, .m-list-ordered_dots.m-list-ordered-asterisk-narrow ul > li > ul, .m-list-ordered_dots.m-list-ordered-asterisk-wide ul > li > ul, .m-list-ordered > ol > li > ul.m-list-ordered_dots ul > li > ul, .m-list-ordered > ol > li > ol.m-list-ordered_dots ul > li > ul, .m-list-ordered > ul.m-list-ordered_dots ul > li > ul, .m-list-ordered > ul > li > ul.m-list-ordered_dots ul > li > ul, .m-list-ordered.m-list-ordered_dots ul > li ol, .m-list-ordered_dots.m-list-ordered-narrow ul > li ol, .m-list-ordered_dots.m-list-ordered-wide ul > li ol, .m-list-ordered_dots.m-list-ordered-bracket ul > li ol, .m-list-ordered_dots.m-list-ordered-bracket-narrow ul > li ol, .m-list-ordered_dots.m-list-ordered-bracket-wide ul > li ol, .m-list-ordered_dots.m-list-ordered-asterisk ul > li ol, .m-list-ordered_dots.m-list-ordered-asterisk-narrow ul > li ol, .m-list-ordered_dots.m-list-ordered-asterisk-wide ul > li ol, .m-list-ordered > ol > li > ul.m-list-ordered_dots ul > li ol, .m-list-ordered > ol > li > ol.m-list-ordered_dots ul > li ol, .m-list-ordered > ul.m-list-ordered_dots ul > li ol, .m-list-ordered > ul > li > ul.m-list-ordered_dots ul > li ol {
  margin-top: 1em;
}

.m-list-alphabet-lower, .m-list-alphabet-lower-narrow, .m-list-alphabet-lower-wide {
  counter-reset: listStyle;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-list-alphabet-lower > ol, .m-list-alphabet-lower-narrow > ol, .m-list-alphabet-lower-wide > ol {
  counter-reset: listStyle;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-list-alphabet-lower > ol > li:not(:last-child), .m-list-alphabet-lower-narrow > ol > li:not(:last-child), .m-list-alphabet-lower-wide > ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-alphabet-lower.ordered > ol > li > ol, .ordered.m-list-alphabet-lower-narrow > ol > li > ol, .ordered.m-list-alphabet-lower-wide > ol > li > ol {
  counter-reset: decimal;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1em;
}

.m-list-alphabet-lower.ordered > ol > li > ol > li:not(:last-child), .ordered.m-list-alphabet-lower-narrow > ol > li > ol > li:not(:last-child), .ordered.m-list-alphabet-lower-wide > ol > li > ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-alphabet-lower.ordered > ol > li > ol > li > ul, .ordered.m-list-alphabet-lower-narrow > ol > li > ol > li > ul, .ordered.m-list-alphabet-lower-wide > ol > li > ol > li > ul {
  margin-top: 1em;
}

.m-list-alphabet-lower.ordered > ol > li > ol > li > ul > li, .ordered.m-list-alphabet-lower-narrow > ol > li > ol > li > ul > li, .ordered.m-list-alphabet-lower-wide > ol > li > ol > li > ul > li {
  padding-left: 2.25em;
  overflow: hidden;
}

.m-list-alphabet-lower.ordered > ol > li > ol > li > ul > li:before, .ordered.m-list-alphabet-lower-narrow > ol > li > ol > li > ul > li:before, .ordered.m-list-alphabet-lower-wide > ol > li > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
  margin-left: -2.25em;
  font-weight: bold;
  display: block;
  float: left;
}

.m-list-alphabet-lower.ordered > ol > li > ol > li > ul > li:not(:last-child), .ordered.m-list-alphabet-lower-narrow > ol > li > ol > li > ul > li:not(:last-child), .ordered.m-list-alphabet-lower-wide > ol > li > ol > li > ul > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-alphabet-upper, .m-list-alphabet-upper-narrow, .m-list-alphabet-upper-wide {
  counter-reset: listStyle;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-list-alphabet-upper > ol, .m-list-alphabet-upper-narrow > ol, .m-list-alphabet-upper-wide > ol {
  counter-reset: listStyle;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-list-alphabet-upper > ol > li:not(:last-child), .m-list-alphabet-upper-narrow > ol > li:not(:last-child), .m-list-alphabet-upper-wide > ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-alphabet-upper.first_alpha-num1 > ol, .first_alpha-num1.m-list-alphabet-upper-narrow > ol, .first_alpha-num1.m-list-alphabet-upper-wide > ol {
  counter-reset: alpha 0;
}

.m-list-alphabet-upper.first_alpha-num1 > ol > li, .first_alpha-num1.m-list-alphabet-upper-narrow > ol > li, .first_alpha-num1.m-list-alphabet-upper-wide > ol > li {
  counter-increment: alpha;
}

.m-list-alphabet-upper.first_alpha-num1 > ol > li:before, .first_alpha-num1.m-list-alphabet-upper-narrow > ol > li:before, .first_alpha-num1.m-list-alphabet-upper-wide > ol > li:before {
  content: counter(alpha, upper-alpha) ". ";
}

.m-list-alphabet-upper.first_alpha-num2 > ol, .first_alpha-num2.m-list-alphabet-upper-narrow > ol, .first_alpha-num2.m-list-alphabet-upper-wide > ol {
  counter-reset: alpha 1;
}

.m-list-alphabet-upper.first_alpha-num2 > ol > li, .first_alpha-num2.m-list-alphabet-upper-narrow > ol > li, .first_alpha-num2.m-list-alphabet-upper-wide > ol > li {
  counter-increment: alpha;
}

.m-list-alphabet-upper.first_alpha-num2 > ol > li:before, .first_alpha-num2.m-list-alphabet-upper-narrow > ol > li:before, .first_alpha-num2.m-list-alphabet-upper-wide > ol > li:before {
  content: counter(alpha, upper-alpha) ". ";
}

.m-list-alphabet-upper.first_alpha-num3 > ol, .first_alpha-num3.m-list-alphabet-upper-narrow > ol, .first_alpha-num3.m-list-alphabet-upper-wide > ol {
  counter-reset: alpha 2;
}

.m-list-alphabet-upper.first_alpha-num3 > ol > li, .first_alpha-num3.m-list-alphabet-upper-narrow > ol > li, .first_alpha-num3.m-list-alphabet-upper-wide > ol > li {
  counter-increment: alpha;
}

.m-list-alphabet-upper.first_alpha-num3 > ol > li:before, .first_alpha-num3.m-list-alphabet-upper-narrow > ol > li:before, .first_alpha-num3.m-list-alphabet-upper-wide > ol > li:before {
  content: counter(alpha, upper-alpha) ". ";
}

.m-list-alphabet-upper.first_alpha-num4 > ol, .first_alpha-num4.m-list-alphabet-upper-narrow > ol, .first_alpha-num4.m-list-alphabet-upper-wide > ol {
  counter-reset: alpha 3;
}

.m-list-alphabet-upper.first_alpha-num4 > ol > li, .first_alpha-num4.m-list-alphabet-upper-narrow > ol > li, .first_alpha-num4.m-list-alphabet-upper-wide > ol > li {
  counter-increment: alpha;
}

.m-list-alphabet-upper.first_alpha-num4 > ol > li:before, .first_alpha-num4.m-list-alphabet-upper-narrow > ol > li:before, .first_alpha-num4.m-list-alphabet-upper-wide > ol > li:before {
  content: counter(alpha, upper-alpha) ". ";
}

.m-list-alphabet-upper.first_alpha-num5 > ol, .first_alpha-num5.m-list-alphabet-upper-narrow > ol, .first_alpha-num5.m-list-alphabet-upper-wide > ol {
  counter-reset: alpha 4;
}

.m-list-alphabet-upper.first_alpha-num5 > ol > li, .first_alpha-num5.m-list-alphabet-upper-narrow > ol > li, .first_alpha-num5.m-list-alphabet-upper-wide > ol > li {
  counter-increment: alpha;
}

.m-list-alphabet-upper.first_alpha-num5 > ol > li:before, .first_alpha-num5.m-list-alphabet-upper-narrow > ol > li:before, .first_alpha-num5.m-list-alphabet-upper-wide > ol > li:before {
  content: counter(alpha, upper-alpha) ". ";
}

.m-list-alphabet-upper.first_alpha-num6 > ol, .first_alpha-num6.m-list-alphabet-upper-narrow > ol, .first_alpha-num6.m-list-alphabet-upper-wide > ol {
  counter-reset: alpha 5;
}

.m-list-alphabet-upper.first_alpha-num6 > ol > li, .first_alpha-num6.m-list-alphabet-upper-narrow > ol > li, .first_alpha-num6.m-list-alphabet-upper-wide > ol > li {
  counter-increment: alpha;
}

.m-list-alphabet-upper.first_alpha-num6 > ol > li:before, .first_alpha-num6.m-list-alphabet-upper-narrow > ol > li:before, .first_alpha-num6.m-list-alphabet-upper-wide > ol > li:before {
  content: counter(alpha, upper-alpha) ". ";
}

.m-list-alphabet-upper.first_alpha-num7 > ol, .first_alpha-num7.m-list-alphabet-upper-narrow > ol, .first_alpha-num7.m-list-alphabet-upper-wide > ol {
  counter-reset: alpha 6;
}

.m-list-alphabet-upper.first_alpha-num7 > ol > li, .first_alpha-num7.m-list-alphabet-upper-narrow > ol > li, .first_alpha-num7.m-list-alphabet-upper-wide > ol > li {
  counter-increment: alpha;
}

.m-list-alphabet-upper.first_alpha-num7 > ol > li:before, .first_alpha-num7.m-list-alphabet-upper-narrow > ol > li:before, .first_alpha-num7.m-list-alphabet-upper-wide > ol > li:before {
  content: counter(alpha, upper-alpha) ". ";
}

.m-list-alphabet-upper.first_alpha-num8 > ol, .first_alpha-num8.m-list-alphabet-upper-narrow > ol, .first_alpha-num8.m-list-alphabet-upper-wide > ol {
  counter-reset: alpha 7;
}

.m-list-alphabet-upper.first_alpha-num8 > ol > li, .first_alpha-num8.m-list-alphabet-upper-narrow > ol > li, .first_alpha-num8.m-list-alphabet-upper-wide > ol > li {
  counter-increment: alpha;
}

.m-list-alphabet-upper.first_alpha-num8 > ol > li:before, .first_alpha-num8.m-list-alphabet-upper-narrow > ol > li:before, .first_alpha-num8.m-list-alphabet-upper-wide > ol > li:before {
  content: counter(alpha, upper-alpha) ". ";
}

.m-list-alphabet-upper.first_alpha-num9 > ol, .first_alpha-num9.m-list-alphabet-upper-narrow > ol, .first_alpha-num9.m-list-alphabet-upper-wide > ol {
  counter-reset: alpha 8;
}

.m-list-alphabet-upper.first_alpha-num9 > ol > li, .first_alpha-num9.m-list-alphabet-upper-narrow > ol > li, .first_alpha-num9.m-list-alphabet-upper-wide > ol > li {
  counter-increment: alpha;
}

.m-list-alphabet-upper.first_alpha-num9 > ol > li:before, .first_alpha-num9.m-list-alphabet-upper-narrow > ol > li:before, .first_alpha-num9.m-list-alphabet-upper-wide > ol > li:before {
  content: counter(alpha, upper-alpha) ". ";
}

.m-list-alphabet-upper.first_alpha-num10 > ol, .first_alpha-num10.m-list-alphabet-upper-narrow > ol, .first_alpha-num10.m-list-alphabet-upper-wide > ol {
  counter-reset: alpha 9;
}

.m-list-alphabet-upper.first_alpha-num10 > ol > li, .first_alpha-num10.m-list-alphabet-upper-narrow > ol > li, .first_alpha-num10.m-list-alphabet-upper-wide > ol > li {
  counter-increment: alpha;
}

.m-list-alphabet-upper.first_alpha-num10 > ol > li:before, .first_alpha-num10.m-list-alphabet-upper-narrow > ol > li:before, .first_alpha-num10.m-list-alphabet-upper-wide > ol > li:before {
  content: counter(alpha, upper-alpha) ". ";
}

.m-list-alphabet-upper.ordered > ol > li > ol, .ordered.m-list-alphabet-upper-narrow > ol > li > ol, .ordered.m-list-alphabet-upper-wide > ol > li > ol {
  counter-reset: decimal;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1em;
}

.m-list-alphabet-upper.ordered > ol > li > ol > li:not(:last-child), .ordered.m-list-alphabet-upper-narrow > ol > li > ol > li:not(:last-child), .ordered.m-list-alphabet-upper-wide > ol > li > ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-alphabet-upper.ordered > ol > li > ol > li > ul, .ordered.m-list-alphabet-upper-narrow > ol > li > ol > li > ul, .ordered.m-list-alphabet-upper-wide > ol > li > ol > li > ul {
  margin-top: 1em;
}

.m-list-alphabet-upper.ordered > ol > li > ol > li > ul > li, .ordered.m-list-alphabet-upper-narrow > ol > li > ol > li > ul > li, .ordered.m-list-alphabet-upper-wide > ol > li > ol > li > ul > li {
  padding-left: 2.25em;
  overflow: hidden;
}

.m-list-alphabet-upper.ordered > ol > li > ol > li > ul > li:before, .ordered.m-list-alphabet-upper-narrow > ol > li > ol > li > ul > li:before, .ordered.m-list-alphabet-upper-wide > ol > li > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
  margin-left: -2.25em;
  font-weight: bold;
  display: block;
  float: left;
}

.m-list-alphabet-upper.ordered > ol > li > ol > li > ul > li:not(:last-child), .ordered.m-list-alphabet-upper-narrow > ol > li > ol > li > ul > li:not(:last-child), .ordered.m-list-alphabet-upper-wide > ol > li > ol > li > ul > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-alphabet-upper.ordered > ol > li > ul, .ordered.m-list-alphabet-upper-narrow > ol > li > ul, .ordered.m-list-alphabet-upper-wide > ol > li > ul {
  counter-reset: decimal 1;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1em;
}

.m-list-alphabet-upper.ordered > ol > li > ul > li, .ordered.m-list-alphabet-upper-narrow > ol > li > ul > li, .ordered.m-list-alphabet-upper-wide > ol > li > ul > li {
  padding-left: 2.25em;
  overflow: hidden;
}

.m-list-alphabet-upper.ordered > ol > li > ul > li:before, .ordered.m-list-alphabet-upper-narrow > ol > li > ul > li:before, .ordered.m-list-alphabet-upper-wide > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
  margin-left: -2.25em;
  font-weight: bold;
  display: block;
  float: left;
}

.m-list-alphabet-upper.ordered > ol > li > ul > li:not(:last-child), .ordered.m-list-alphabet-upper-narrow > ol > li > ul > li:not(:last-child), .ordered.m-list-alphabet-upper-wide > ol > li > ul > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-alphabet-upper.ordered > ol > li > ul > li > ul, .ordered.m-list-alphabet-upper-narrow > ol > li > ul > li > ul, .ordered.m-list-alphabet-upper-wide > ol > li > ul > li > ul {
  margin-top: 1em;
}

.m-list-alphabet-upper.ordered > ol > li > ul > li > ul > li, .ordered.m-list-alphabet-upper-narrow > ol > li > ul > li > ul > li, .ordered.m-list-alphabet-upper-wide > ol > li > ul > li > ul > li {
  padding-left: 2.25em;
  overflow: hidden;
}

.m-list-alphabet-upper.ordered > ol > li > ul > li > ul > li:before, .ordered.m-list-alphabet-upper-narrow > ol > li > ul > li > ul > li:before, .ordered.m-list-alphabet-upper-wide > ol > li > ul > li > ul > li:before {
  content: "(" counter(decimal) ")";
  margin-left: -2.25em;
  font-weight: bold;
  display: block;
  float: left;
}

.m-list-alphabet-upper.ordered > ol > li > ul > li > ul > li:not(:last-child), .ordered.m-list-alphabet-upper-narrow > ol > li > ul > li > ul > li:not(:last-child), .ordered.m-list-alphabet-upper-wide > ol > li > ul > li > ul > li:not(:last-child) {
  margin-bottom: 1em;
}

.m-list-alphabet-upper.ordered_num2 > ol > li > ol, .ordered_num2.m-list-alphabet-upper-narrow > ol > li > ol, .ordered_num2.m-list-alphabet-upper-wide > ol > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num2 > ol > li > ol > li:before, .ordered_num2.m-list-alphabet-upper-narrow > ol > li > ol > li:before, .ordered_num2.m-list-alphabet-upper-wide > ol > li > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-alphabet-upper.ordered_num2 > ol > li > ol > li > ul, .ordered_num2.m-list-alphabet-upper-narrow > ol > li > ol > li > ul, .ordered_num2.m-list-alphabet-upper-wide > ol > li > ol > li > ul, .m-list-alphabet-upper.ordered_num2 > ol > li > ol > li > ol, .ordered_num2.m-list-alphabet-upper-narrow > ol > li > ol > li > ol, .ordered_num2.m-list-alphabet-upper-wide > ol > li > ol > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num2 > ol > li > ul, .ordered_num2.m-list-alphabet-upper-narrow > ol > li > ul, .ordered_num2.m-list-alphabet-upper-wide > ol > li > ul {
  counter-reset: decimal 2;
}

.m-list-alphabet-upper.ordered_num2 > ol > li > ul > li:before, .ordered_num2.m-list-alphabet-upper-narrow > ol > li > ul > li:before, .ordered_num2.m-list-alphabet-upper-wide > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-alphabet-upper.ordered_num2 > ol > li > ul > li > ul, .ordered_num2.m-list-alphabet-upper-narrow > ol > li > ul > li > ul, .ordered_num2.m-list-alphabet-upper-wide > ol > li > ul > li > ul, .m-list-alphabet-upper.ordered_num2 > ol > li > ul > li > ol, .ordered_num2.m-list-alphabet-upper-narrow > ol > li > ul > li > ol, .ordered_num2.m-list-alphabet-upper-wide > ol > li > ul > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num3 > ol > li > ol, .ordered_num3.m-list-alphabet-upper-narrow > ol > li > ol, .ordered_num3.m-list-alphabet-upper-wide > ol > li > ol {
  counter-reset: decimal 2;
}

.m-list-alphabet-upper.ordered_num3 > ol > li > ol > li:before, .ordered_num3.m-list-alphabet-upper-narrow > ol > li > ol > li:before, .ordered_num3.m-list-alphabet-upper-wide > ol > li > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-alphabet-upper.ordered_num3 > ol > li > ol > li > ul, .ordered_num3.m-list-alphabet-upper-narrow > ol > li > ol > li > ul, .ordered_num3.m-list-alphabet-upper-wide > ol > li > ol > li > ul, .m-list-alphabet-upper.ordered_num3 > ol > li > ol > li > ol, .ordered_num3.m-list-alphabet-upper-narrow > ol > li > ol > li > ol, .ordered_num3.m-list-alphabet-upper-wide > ol > li > ol > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num3 > ol > li > ul, .ordered_num3.m-list-alphabet-upper-narrow > ol > li > ul, .ordered_num3.m-list-alphabet-upper-wide > ol > li > ul {
  counter-reset: decimal 3;
}

.m-list-alphabet-upper.ordered_num3 > ol > li > ul > li:before, .ordered_num3.m-list-alphabet-upper-narrow > ol > li > ul > li:before, .ordered_num3.m-list-alphabet-upper-wide > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-alphabet-upper.ordered_num3 > ol > li > ul > li > ul, .ordered_num3.m-list-alphabet-upper-narrow > ol > li > ul > li > ul, .ordered_num3.m-list-alphabet-upper-wide > ol > li > ul > li > ul, .m-list-alphabet-upper.ordered_num3 > ol > li > ul > li > ol, .ordered_num3.m-list-alphabet-upper-narrow > ol > li > ul > li > ol, .ordered_num3.m-list-alphabet-upper-wide > ol > li > ul > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num4 > ol > li > ol, .ordered_num4.m-list-alphabet-upper-narrow > ol > li > ol, .ordered_num4.m-list-alphabet-upper-wide > ol > li > ol {
  counter-reset: decimal 3;
}

.m-list-alphabet-upper.ordered_num4 > ol > li > ol > li:before, .ordered_num4.m-list-alphabet-upper-narrow > ol > li > ol > li:before, .ordered_num4.m-list-alphabet-upper-wide > ol > li > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-alphabet-upper.ordered_num4 > ol > li > ol > li > ul, .ordered_num4.m-list-alphabet-upper-narrow > ol > li > ol > li > ul, .ordered_num4.m-list-alphabet-upper-wide > ol > li > ol > li > ul, .m-list-alphabet-upper.ordered_num4 > ol > li > ol > li > ol, .ordered_num4.m-list-alphabet-upper-narrow > ol > li > ol > li > ol, .ordered_num4.m-list-alphabet-upper-wide > ol > li > ol > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num4 > ol > li > ul, .ordered_num4.m-list-alphabet-upper-narrow > ol > li > ul, .ordered_num4.m-list-alphabet-upper-wide > ol > li > ul {
  counter-reset: decimal 4;
}

.m-list-alphabet-upper.ordered_num4 > ol > li > ul > li:before, .ordered_num4.m-list-alphabet-upper-narrow > ol > li > ul > li:before, .ordered_num4.m-list-alphabet-upper-wide > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-alphabet-upper.ordered_num4 > ol > li > ul > li > ul, .ordered_num4.m-list-alphabet-upper-narrow > ol > li > ul > li > ul, .ordered_num4.m-list-alphabet-upper-wide > ol > li > ul > li > ul, .m-list-alphabet-upper.ordered_num4 > ol > li > ul > li > ol, .ordered_num4.m-list-alphabet-upper-narrow > ol > li > ul > li > ol, .ordered_num4.m-list-alphabet-upper-wide > ol > li > ul > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num5 > ol > li > ol, .ordered_num5.m-list-alphabet-upper-narrow > ol > li > ol, .ordered_num5.m-list-alphabet-upper-wide > ol > li > ol {
  counter-reset: decimal 4;
}

.m-list-alphabet-upper.ordered_num5 > ol > li > ol > li:before, .ordered_num5.m-list-alphabet-upper-narrow > ol > li > ol > li:before, .ordered_num5.m-list-alphabet-upper-wide > ol > li > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-alphabet-upper.ordered_num5 > ol > li > ol > li > ul, .ordered_num5.m-list-alphabet-upper-narrow > ol > li > ol > li > ul, .ordered_num5.m-list-alphabet-upper-wide > ol > li > ol > li > ul, .m-list-alphabet-upper.ordered_num5 > ol > li > ol > li > ol, .ordered_num5.m-list-alphabet-upper-narrow > ol > li > ol > li > ol, .ordered_num5.m-list-alphabet-upper-wide > ol > li > ol > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num5 > ol > li > ul, .ordered_num5.m-list-alphabet-upper-narrow > ol > li > ul, .ordered_num5.m-list-alphabet-upper-wide > ol > li > ul {
  counter-reset: decimal 5;
}

.m-list-alphabet-upper.ordered_num5 > ol > li > ul > li:before, .ordered_num5.m-list-alphabet-upper-narrow > ol > li > ul > li:before, .ordered_num5.m-list-alphabet-upper-wide > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-alphabet-upper.ordered_num5 > ol > li > ul > li > ul, .ordered_num5.m-list-alphabet-upper-narrow > ol > li > ul > li > ul, .ordered_num5.m-list-alphabet-upper-wide > ol > li > ul > li > ul, .m-list-alphabet-upper.ordered_num5 > ol > li > ul > li > ol, .ordered_num5.m-list-alphabet-upper-narrow > ol > li > ul > li > ol, .ordered_num5.m-list-alphabet-upper-wide > ol > li > ul > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num6 > ol > li > ol, .ordered_num6.m-list-alphabet-upper-narrow > ol > li > ol, .ordered_num6.m-list-alphabet-upper-wide > ol > li > ol {
  counter-reset: decimal 5;
}

.m-list-alphabet-upper.ordered_num6 > ol > li > ol > li:before, .ordered_num6.m-list-alphabet-upper-narrow > ol > li > ol > li:before, .ordered_num6.m-list-alphabet-upper-wide > ol > li > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-alphabet-upper.ordered_num6 > ol > li > ol > li > ul, .ordered_num6.m-list-alphabet-upper-narrow > ol > li > ol > li > ul, .ordered_num6.m-list-alphabet-upper-wide > ol > li > ol > li > ul, .m-list-alphabet-upper.ordered_num6 > ol > li > ol > li > ol, .ordered_num6.m-list-alphabet-upper-narrow > ol > li > ol > li > ol, .ordered_num6.m-list-alphabet-upper-wide > ol > li > ol > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num6 > ol > li > ul, .ordered_num6.m-list-alphabet-upper-narrow > ol > li > ul, .ordered_num6.m-list-alphabet-upper-wide > ol > li > ul {
  counter-reset: decimal 3;
}

.m-list-alphabet-upper.ordered_num6 > ol > li > ul > li:before, .ordered_num6.m-list-alphabet-upper-narrow > ol > li > ul > li:before, .ordered_num6.m-list-alphabet-upper-wide > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-alphabet-upper.ordered_num6 > ol > li > ul > li > ul, .ordered_num6.m-list-alphabet-upper-narrow > ol > li > ul > li > ul, .ordered_num6.m-list-alphabet-upper-wide > ol > li > ul > li > ul, .m-list-alphabet-upper.ordered_num6 > ol > li > ul > li > ol, .ordered_num6.m-list-alphabet-upper-narrow > ol > li > ul > li > ol, .ordered_num6.m-list-alphabet-upper-wide > ol > li > ul > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num7 > ol > li > ol, .ordered_num7.m-list-alphabet-upper-narrow > ol > li > ol, .ordered_num7.m-list-alphabet-upper-wide > ol > li > ol {
  counter-reset: decimal 6;
}

.m-list-alphabet-upper.ordered_num7 > ol > li > ol > li:before, .ordered_num7.m-list-alphabet-upper-narrow > ol > li > ol > li:before, .ordered_num7.m-list-alphabet-upper-wide > ol > li > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-alphabet-upper.ordered_num7 > ol > li > ol > li > ul, .ordered_num7.m-list-alphabet-upper-narrow > ol > li > ol > li > ul, .ordered_num7.m-list-alphabet-upper-wide > ol > li > ol > li > ul, .m-list-alphabet-upper.ordered_num7 > ol > li > ol > li > ol, .ordered_num7.m-list-alphabet-upper-narrow > ol > li > ol > li > ol, .ordered_num7.m-list-alphabet-upper-wide > ol > li > ol > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num7 > ol > li > ul, .ordered_num7.m-list-alphabet-upper-narrow > ol > li > ul, .ordered_num7.m-list-alphabet-upper-wide > ol > li > ul {
  counter-reset: decimal 7;
}

.m-list-alphabet-upper.ordered_num7 > ol > li > ul > li:before, .ordered_num7.m-list-alphabet-upper-narrow > ol > li > ul > li:before, .ordered_num7.m-list-alphabet-upper-wide > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-alphabet-upper.ordered_num7 > ol > li > ul > li > ul, .ordered_num7.m-list-alphabet-upper-narrow > ol > li > ul > li > ul, .ordered_num7.m-list-alphabet-upper-wide > ol > li > ul > li > ul, .m-list-alphabet-upper.ordered_num7 > ol > li > ul > li > ol, .ordered_num7.m-list-alphabet-upper-narrow > ol > li > ul > li > ol, .ordered_num7.m-list-alphabet-upper-wide > ol > li > ul > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num8 > ol > li > ol, .ordered_num8.m-list-alphabet-upper-narrow > ol > li > ol, .ordered_num8.m-list-alphabet-upper-wide > ol > li > ol {
  counter-reset: decimal 7;
}

.m-list-alphabet-upper.ordered_num8 > ol > li > ol > li:before, .ordered_num8.m-list-alphabet-upper-narrow > ol > li > ol > li:before, .ordered_num8.m-list-alphabet-upper-wide > ol > li > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-alphabet-upper.ordered_num8 > ol > li > ol > li > ul, .ordered_num8.m-list-alphabet-upper-narrow > ol > li > ol > li > ul, .ordered_num8.m-list-alphabet-upper-wide > ol > li > ol > li > ul, .m-list-alphabet-upper.ordered_num8 > ol > li > ol > li > ol, .ordered_num8.m-list-alphabet-upper-narrow > ol > li > ol > li > ol, .ordered_num8.m-list-alphabet-upper-wide > ol > li > ol > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num8 > ol > li > ul, .ordered_num8.m-list-alphabet-upper-narrow > ol > li > ul, .ordered_num8.m-list-alphabet-upper-wide > ol > li > ul {
  counter-reset: decimal 8;
}

.m-list-alphabet-upper.ordered_num8 > ol > li > ul > li:before, .ordered_num8.m-list-alphabet-upper-narrow > ol > li > ul > li:before, .ordered_num8.m-list-alphabet-upper-wide > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-alphabet-upper.ordered_num8 > ol > li > ul > li > ul, .ordered_num8.m-list-alphabet-upper-narrow > ol > li > ul > li > ul, .ordered_num8.m-list-alphabet-upper-wide > ol > li > ul > li > ul, .m-list-alphabet-upper.ordered_num8 > ol > li > ul > li > ol, .ordered_num8.m-list-alphabet-upper-narrow > ol > li > ul > li > ol, .ordered_num8.m-list-alphabet-upper-wide > ol > li > ul > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num9 > ol > li > ol, .ordered_num9.m-list-alphabet-upper-narrow > ol > li > ol, .ordered_num9.m-list-alphabet-upper-wide > ol > li > ol {
  counter-reset: decimal 8;
}

.m-list-alphabet-upper.ordered_num9 > ol > li > ol > li:before, .ordered_num9.m-list-alphabet-upper-narrow > ol > li > ol > li:before, .ordered_num9.m-list-alphabet-upper-wide > ol > li > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-alphabet-upper.ordered_num9 > ol > li > ol > li > ul, .ordered_num9.m-list-alphabet-upper-narrow > ol > li > ol > li > ul, .ordered_num9.m-list-alphabet-upper-wide > ol > li > ol > li > ul, .m-list-alphabet-upper.ordered_num9 > ol > li > ol > li > ol, .ordered_num9.m-list-alphabet-upper-narrow > ol > li > ol > li > ol, .ordered_num9.m-list-alphabet-upper-wide > ol > li > ol > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num9 > ol > li > ul, .ordered_num9.m-list-alphabet-upper-narrow > ol > li > ul, .ordered_num9.m-list-alphabet-upper-wide > ol > li > ul {
  counter-reset: decimal 9;
}

.m-list-alphabet-upper.ordered_num9 > ol > li > ul > li:before, .ordered_num9.m-list-alphabet-upper-narrow > ol > li > ul > li:before, .ordered_num9.m-list-alphabet-upper-wide > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-alphabet-upper.ordered_num9 > ol > li > ul > li > ul, .ordered_num9.m-list-alphabet-upper-narrow > ol > li > ul > li > ul, .ordered_num9.m-list-alphabet-upper-wide > ol > li > ul > li > ul, .m-list-alphabet-upper.ordered_num9 > ol > li > ul > li > ol, .ordered_num9.m-list-alphabet-upper-narrow > ol > li > ul > li > ol, .ordered_num9.m-list-alphabet-upper-wide > ol > li > ul > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num10 > ol > li > ol, .ordered_num10.m-list-alphabet-upper-narrow > ol > li > ol, .ordered_num10.m-list-alphabet-upper-wide > ol > li > ol {
  counter-reset: decimal 9;
}

.m-list-alphabet-upper.ordered_num10 > ol > li > ol > li:before, .ordered_num10.m-list-alphabet-upper-narrow > ol > li > ol > li:before, .ordered_num10.m-list-alphabet-upper-wide > ol > li > ol > li:before {
  content: counter(decimal) ". ";
}

.m-list-alphabet-upper.ordered_num10 > ol > li > ol > li > ul, .ordered_num10.m-list-alphabet-upper-narrow > ol > li > ol > li > ul, .ordered_num10.m-list-alphabet-upper-wide > ol > li > ol > li > ul, .m-list-alphabet-upper.ordered_num10 > ol > li > ol > li > ol, .ordered_num10.m-list-alphabet-upper-narrow > ol > li > ol > li > ol, .ordered_num10.m-list-alphabet-upper-wide > ol > li > ol > li > ol {
  counter-reset: decimal 1;
}

.m-list-alphabet-upper.ordered_num10 > ol > li > ul, .ordered_num10.m-list-alphabet-upper-narrow > ol > li > ul, .ordered_num10.m-list-alphabet-upper-wide > ol > li > ul {
  counter-reset: decimal 10;
}

.m-list-alphabet-upper.ordered_num10 > ol > li > ul > li:before, .ordered_num10.m-list-alphabet-upper-narrow > ol > li > ul > li:before, .ordered_num10.m-list-alphabet-upper-wide > ol > li > ul > li:before {
  content: "(" counter(decimal) ")";
}

.m-list-alphabet-upper.ordered_num10 > ol > li > ul > li > ul, .ordered_num10.m-list-alphabet-upper-narrow > ol > li > ul > li > ul, .ordered_num10.m-list-alphabet-upper-wide > ol > li > ul > li > ul, .m-list-alphabet-upper.ordered_num10 > ol > li > ul > li > ol, .ordered_num10.m-list-alphabet-upper-narrow > ol > li > ul > li > ol, .ordered_num10.m-list-alphabet-upper-wide > ol > li > ul > li > ol {
  counter-reset: decimal 1;
}

.m-list-note > li, .m-list-note-narrow > li, .m-list-note-wide > li, .m-list-note-ja > li, .m-list-note-ja-narrow > li, .m-list-note-ja-wide > li, .m-list-note-ordered > li, .m-list-note-ordered-narrow > li, .m-list-note-ordered-wide > li, .m-list-note-ordered-ja > li, .m-list-note-ordered-ja-narrow > li, .m-list-note-ordered-ja-wide > li, .m-list-note-ordered-ja > ol > li, .m-list-note-ordered-ja-narrow > ol > li, .m-list-note-ordered-ja-wide > ol > li, .m-list-note-ordered > ol > li, .m-list-note-ordered-narrow > ol > li, .m-list-note-ordered-wide > ol > li {
  padding-left: 4em;
  overflow: hidden;
}

.m-list-note > li:before, .m-list-note-narrow > li:before, .m-list-note-wide > li:before, .m-list-note-ja > li:before, .m-list-note-ja-narrow > li:before, .m-list-note-ja-wide > li:before, .m-list-note-ordered > li:before, .m-list-note-ordered-narrow > li:before, .m-list-note-ordered-wide > li:before, .m-list-note-ordered-ja > li:before, .m-list-note-ordered-ja-narrow > li:before, .m-list-note-ordered-ja-wide > li:before, .m-list-note-ordered-ja > ol > li:before, .m-list-note-ordered-ja-narrow > ol > li:before, .m-list-note-ordered-ja-wide > ol > li:before, .m-list-note-ordered > ol > li:before, .m-list-note-ordered-narrow > ol > li:before, .m-list-note-ordered-wide > ol > li:before {
  content: '(note) ';
  display: block;
  float: left;
  margin-left: -4em;
}

.m-list-note-ja > li, .m-list-note-ja-narrow > li, .m-list-note-ja-wide > li {
  padding-left: 3.25em;
}

.m-list-note-ja > li:before, .m-list-note-ja-narrow > li:before, .m-list-note-ja-wide > li:before {
  content: '\FF08\6CE8\FF09 ';
  margin-left: -3.25em;
}

.m-list-note-ordered, .m-list-note-ordered-narrow, .m-list-note-ordered-wide {
  counter-reset: decimal 0;
  /* add 190710 */
}

.m-list-note-ordered > li, .m-list-note-ordered-narrow > li, .m-list-note-ordered-wide > li {
  counter-increment: decimal;
}

.m-list-note-ordered > li:before, .m-list-note-ordered-narrow > li:before, .m-list-note-ordered-wide > li:before {
  content: "(note" counter(decimal) ") ";
}

.m-list-note-ordered-ja, .m-list-note-ordered-ja-narrow, .m-list-note-ordered-ja-wide {
  counter-reset: decimal 0;
  /* add 190710 */
}

.m-list-note-ordered-ja > li, .m-list-note-ordered-ja-narrow > li, .m-list-note-ordered-ja-wide > li {
  counter-increment: decimal;
}

.m-list-note-ordered-ja > li:before, .m-list-note-ordered-ja-narrow > li:before, .m-list-note-ordered-ja-wide > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered-ja > ol, .m-list-note-ordered-ja-narrow > ol, .m-list-note-ordered-ja-wide > ol {
  counter-reset: decimal 0;
}

.m-list-note-ordered-ja > ol > li, .m-list-note-ordered-ja-narrow > ol > li, .m-list-note-ordered-ja-wide > ol > li {
  counter-increment: decimal;
}

.m-list-note-ordered-ja > ol > li:before, .m-list-note-ordered-ja-narrow > ol > li:before, .m-list-note-ordered-ja-wide > ol > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered-ja_num2 > ol {
  counter-reset: decimal 1;
}

.m-list-note-ordered-ja_num2 > ol > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered-ja_num3 > ol {
  counter-reset: decimal 2;
}

.m-list-note-ordered-ja_num3 > ol > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered-ja_num4 > ol {
  counter-reset: decimal 3;
}

.m-list-note-ordered-ja_num4 > ol > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered-ja_num5 > ol {
  counter-reset: decimal 4;
}

.m-list-note-ordered-ja_num5 > ol > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered-ja_num6 > ol {
  counter-reset: decimal 5;
}

.m-list-note-ordered-ja_num6 > ol > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered-ja_num7 > ol {
  counter-reset: decimal 6;
}

.m-list-note-ordered-ja_num7 > ol > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered-ja_num8 > ol {
  counter-reset: decimal 7;
}

.m-list-note-ordered-ja_num8 > ol > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered-ja_num9 > ol {
  counter-reset: decimal 8;
}

.m-list-note-ordered-ja_num9 > ol > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered-ja_num10 > ol {
  counter-reset: decimal 9;
}

.m-list-note-ordered-ja_num10 > ol > li:before {
  content: "（注" counter(decimal) "）";
}

.m-list-note-ordered > ol > li, .m-list-note-ordered-narrow > ol > li, .m-list-note-ordered-wide > ol > li {
  counter-increment: decimal;
}

.m-list-note-ordered > ol > li:before, .m-list-note-ordered-narrow > ol > li:before, .m-list-note-ordered-wide > ol > li:before {
  content: "(note" counter(decimal) ") ";
}

.m-list-note-ordered_num2 > ol {
  counter-reset: decimal 1;
}

.m-list-note-ordered_num2 > ol > li:before {
  content: "(note" counter(decimal) ")";
}

.m-list-note-ordered_num3 > ol {
  counter-reset: decimal 2;
}

.m-list-note-ordered_num3 > ol > li:before {
  content: "(note" counter(decimal) ")";
}

.m-list-note-ordered_num4 > ol {
  counter-reset: decimal 3;
}

.m-list-note-ordered_num4 > ol > li:before {
  content: "(note" counter(decimal) ")";
}

.m-list-note-ordered_num5 > ol {
  counter-reset: decimal 4;
}

.m-list-note-ordered_num5 > ol > li:before {
  content: "(note" counter(decimal) ")";
}

.m-list-note-ordered_num6 > ol {
  counter-reset: decimal 5;
}

.m-list-note-ordered_num6 > ol > li:before {
  content: "(note" counter(decimal) ")";
}

.m-list-note-ordered_num7 > ol {
  counter-reset: decimal 6;
}

.m-list-note-ordered_num7 > ol > li:before {
  content: "(note" counter(decimal) ")";
}

.m-list-note-ordered_num8 > ol {
  counter-reset: decimal 7;
}

.m-list-note-ordered_num8 > ol > li:before {
  content: "(note" counter(decimal) ")";
}

.m-list-note-ordered_num9 > ol {
  counter-reset: decimal 8;
}

.m-list-note-ordered_num9 > ol > li:before {
  content: "(note" counter(decimal) ")";
}

.m-list-note-ordered_num10 > ol {
  counter-reset: decimal 9;
}

.m-list-note-ordered_num10 > ol > li:before {
  content: "(note" counter(decimal) ")";
}

.m-list-dl > li > *, .m-list-dl-narrow > li > *, .m-list-dl-wide > li > * {
  margin-bottom: 0;
}

.m-list-dl_dt {
  display: block;
  margin-bottom: 3px;
}

.m-list-dl_dd > * {
  margin-bottom: 5px;
}

.m-list-dl_dd > *:last-child {
  margin-bottom: 0;
}

.m-list-child, .m-list-child-narrow, .m-list-child-wide {
  margin-top: 1em;
}

/*---------------
2-1 Box
------------------*/
.m-box, .m-box-accordion {
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
}

.m-box_ttl, .m-box-accordion_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  background: #f5f5f5;
  margin-bottom: 0;
  padding: 20px 18px;
  border-bottom: 1px solid #dcdcdc;
}

.m-box_body, .m-box-accordion_body {
  padding: 18px;
}

.m-box_body > *:last-child, .m-box-accordion_body > *:last-child {
  margin-bottom: 0;
}

.m-box-accordion_ttl {
  padding: 0;
  border-bottom: none;
}

.m-box-accordion_link {
  color: #333;
  display: block;
  padding: 20px 60px 20px 18px;
  position: relative;
}

.m-box-accordion_link:before, .m-box-accordion_link:after {
  content: "";
  display: block;
  background: url("../images/77fdfcd6c31f4efbb3ee0191dfeb309a.gif") no-repeat 50% 50%;
  background-size: 100%;
  width: 42px;
  height: 42px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

.m-box-accordion_link:before {
  background-color: #ccc;
  border-radius: 50%;
}

.m-box-accordion_link:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m-box-accordion_link:visited {
  color: #333;
}

.m-box-accordion_link.is-active:after {
  content: none;
}

.m-box-accordion_body {
  display: none;
  border-top: 1px solid #dcdcdc;
}

.m-box-accordion_body.is-active {
  display: block;
}

.m-box-bg {
  padding: 55px 0;
}

.m-box-bg__bgp-c {
  background-position: 50% 0;
}

.m-box-bg__bgr-no {
  background-repeat: no-repeat;
}

.m-box-bg__bgc-gray {
  background-color: #fcfcfc;
}

/*---------------
2-2 Conversation
------------------*/
.m-conversation, .m-conversation-ltr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 20px;
}

.m-conversation_figure {
  max-width: 14.75%;
  -webkit-flex-basis: 14.75%;
          flex-basis: 14.75%;
  box-sizing: border-box;
}

.m-conversation_body {
  -webkit-flex: 1;
          flex: 1;
  box-sizing: border-box;
}

.m-conversation_inner, .m-conversation_inner-orange {
  background: #ebebeb;
  min-height: 65px;
  margin-right: 30px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.m-conversation_inner:before, .m-conversation_inner-orange:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 32px 0 0;
  border-color: #ebebeb transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: -28px;
}

.m-conversation_inner > *:last-child, .m-conversation_inner-orange > *:last-child {
  margin-bottom: 0;
}

.m-conversation_inner-orange {
  background: #F2D6C5;
}

.m-conversation_inner-orange:before {
  border-color: #F2D6C5 transparent transparent transparent;
}

.m-conversation_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 5px;
}

.m-conversation-ltr {
  -webkit-flex-direction: row;
          flex-direction: row;
}

.m-conversation-ltr .m-conversation_inner, .m-conversation-ltr .m-conversation_inner-orange {
  background: #ebebeb;
  margin: 0 0 0 30px;
}

.m-conversation-ltr .m-conversation_inner:before, .m-conversation-ltr .m-conversation_inner-orange:before {
  border-width: 0 32px 25px 0;
  border-color: transparent #ebebeb transparent transparent;
  left: -28px;
  right: auto;
}

.m-conversation-ltr .m-conversation_inner-orange {
  background: #F2D6C5;
}

.m-conversation-ltr .m-conversation_inner-orange:before {
  border-color: transparent #F2D6C5 transparent transparent;
}

/*---------------
4-2 ImageSentence
------------------*/
.m-imagesentence, .m-imagesentence-rtl, .m-imagesentence-reverse {
  overflow: hidden;
}

.m-imagesentence_figure {
  margin-bottom: 15px;
}

.m-imagesentence_figure > img {
  width: 100%;
}

.m-imagesentence_body > *:last-child {
  margin-bottom: 0;
}

.m-imagesentence_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}

/*---------------
4-3 ImageCaption
------------------*/
.m-imagecaption {
  margin-bottom: 40px;
}

.m-imagecaption_figure {
  margin-bottom: 8px;
}

.m-imagecaption_figure > img {
  width: 100%;
}

.m-imagecaption_body > *:last-child {
  margin-bottom: 0;
}

.m-imagecaption_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}

/*---------------
1-1 Panel
------------------*/
.m-panel, .m-panel-ltr, .m-panel-ltr-full, .m-panel-rtl, .m-panel-rtl-full, .m-panel-stock, .m-panel-hajimete, .m-panel-center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: #fff;
  text-decoration: none;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.m-panel_link {
  color: #333;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.m-panel_link .m-panel_body {
  min-height: inherit;
}

.m-panel_link .m-panel_ttl, .m-panel_link .m-panel_ttl-secondary, .m-panel_link .m-panel_ttl-line {
  color: #e60000;
}

.m-panel_link:visited {
  color: inherit;
}

.m-panel_link:visited .m-panel_ttl, .m-panel_link:visited .m-panel_ttl-secondary, .m-panel_link:visited .m-panel_ttl-line {
  color: #b70005;
}

.m-panel_link:last-child {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

.m-panel_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-panel_row .m-panel_figure,
.m-panel_row .m-panel_body {
  -webkit-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.m-panel_row .m-panel_body {
  padding: 20px;
}

.m-panel_label > * {
  margin-bottom: 0;
}

.m-panel_figure {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.m-panel_figure > * {
  margin-bottom: 0;
}

.m-panel_figure img {
  width: 100%;
}

.m-panel_body {
  min-height: 7em;
  padding: 20px;
  box-sizing: border-box;
}

.m-panel_body > * {
  margin-bottom: .5em;
}

.m-panel_body > *:last-child {
  margin-bottom: 0;
}

.m-panel_body-secondary {
  padding: 0 20px 20px;
}

.m-panel_body-secondary:before {
  content: "";
  display: block;
  background: #dcdcdc;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.m-panel_body-secondary > * {
  margin-bottom: 1em;
}

.m-panel_body-secondary > *:last-child {
  margin-bottom: 0;
}

.m-panel_body-secondary .m-panel_ttl, .m-panel_body-secondary .m-panel_ttl-secondary, .m-panel_body-secondary .m-panel_ttl-line {
  margin-bottom: 5px;
}

.m-panel_ttl, .m-panel_ttl-secondary, .m-panel_ttl-line {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.35;
}

.m-panel_ttl-secondary {
  font-size: 15px;
  font-size: 1.5rem;
}

.m-panel_ttl-line {
  padding: .15em 0 .15em 10px;
  border-left: 3px solid #e60000;
}

.m-panel_btn {
  margin-top: 20px;
}

a.m-panel, a.m-panel-ltr, a.m-panel-ltr-full, a.m-panel-rtl, a.m-panel-rtl-full, a.m-panel-stock, a.m-panel-hajimete, a.m-panel-center {
  color: inherit;
}

a.m-panel .m-panel_ttl, a.m-panel-ltr .m-panel_ttl, a.m-panel-ltr-full .m-panel_ttl, a.m-panel-rtl .m-panel_ttl, a.m-panel-rtl-full .m-panel_ttl, a.m-panel-stock .m-panel_ttl, a.m-panel-hajimete .m-panel_ttl, a.m-panel-center .m-panel_ttl, a.m-panel .m-panel_ttl-secondary, a.m-panel-ltr .m-panel_ttl-secondary, a.m-panel-ltr-full .m-panel_ttl-secondary, a.m-panel-rtl .m-panel_ttl-secondary, a.m-panel-rtl-full .m-panel_ttl-secondary, a.m-panel-stock .m-panel_ttl-secondary, a.m-panel-hajimete .m-panel_ttl-secondary, a.m-panel-center .m-panel_ttl-secondary, a.m-panel .m-panel_ttl-line, a.m-panel-ltr .m-panel_ttl-line, a.m-panel-ltr-full .m-panel_ttl-line, a.m-panel-rtl .m-panel_ttl-line, a.m-panel-rtl-full .m-panel_ttl-line, a.m-panel-stock .m-panel_ttl-line, a.m-panel-hajimete .m-panel_ttl-line, a.m-panel-center .m-panel_ttl-line {
  color: #e60000;
}

a.m-panel:visited .m-panel_ttl, a.m-panel-ltr:visited .m-panel_ttl, a.m-panel-ltr-full:visited .m-panel_ttl, a.m-panel-rtl:visited .m-panel_ttl, a.m-panel-rtl-full:visited .m-panel_ttl, a.m-panel-stock:visited .m-panel_ttl, a.m-panel-hajimete:visited .m-panel_ttl, a.m-panel-center:visited .m-panel_ttl, a.m-panel:visited .m-panel_ttl-secondary, a.m-panel-ltr:visited .m-panel_ttl-secondary, a.m-panel-ltr-full:visited .m-panel_ttl-secondary, a.m-panel-rtl:visited .m-panel_ttl-secondary, a.m-panel-rtl-full:visited .m-panel_ttl-secondary, a.m-panel-stock:visited .m-panel_ttl-secondary, a.m-panel-hajimete:visited .m-panel_ttl-secondary, a.m-panel-center:visited .m-panel_ttl-secondary, a.m-panel:visited .m-panel_ttl-line, a.m-panel-ltr:visited .m-panel_ttl-line, a.m-panel-ltr-full:visited .m-panel_ttl-line, a.m-panel-rtl:visited .m-panel_ttl-line, a.m-panel-rtl-full:visited .m-panel_ttl-line, a.m-panel-stock:visited .m-panel_ttl-line, a.m-panel-hajimete:visited .m-panel_ttl-line, a.m-panel-center:visited .m-panel_ttl-line {
  color: #b70005;
}

.m-panel-ltr, .m-panel-ltr-full, .m-panel-rtl, .m-panel-rtl-full {
  background: #f7f7f7;
}

.m-panel-stock {
  background: #f5f5f5;
}

.m-panel-stock_container {
  position: relative;
}

.m-panel-stock_data {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.3s;
}

.m-panel-stock_data.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-panel-stock_error {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.m-panel-stock_text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.m-panel-stock_list {
  margin-bottom: 1em;
}

.m-panel-stock_list > li:not(:last-child) {
  margin-bottom: 10px;
}

.m-panel-stock_dl {
  margin-bottom: 0;
}

.m-panel-stock_dl_dt {
  margin-bottom: .5em;
}

.m-panel-stock_dl_dd {
  text-align: right;
}

.m-panel-hajimete {
  background: #f7f7f7;
}

.m-panel-hajimete_figure {
  margin: 0 -20px;
}

.m-panel-hajimete_btn {
  margin-top: 20px;
}

.m-panel-hajimete_btn > li:not(:last-child) {
  margin-bottom: 10px;
}

.m-panel-center {
  -webkit-justify-content: center;
          justify-content: center;
  min-height: 100px;
}

.m-panel-center .m-panel_body {
  min-height: auto;
}

/*---------------
1-2 IndexList
------------------*/
.m-indexlist, .m-indexlist-narrow {
  border-bottom: 1px solid #dcdcdc;
}

.m-indexlist > li, .m-indexlist-narrow > li {
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
}

.m-indexlist > li > *:last-child, .m-indexlist-narrow > li > *:last-child {
  margin-bottom: 0;
}

.m-indexlist_dt {
  margin-bottom: 3px;
}

/*---------------
5-3 BreadCrumb
------------------*/
.m-breadcrumb {
  display: none;
}

.m-breadcrumb_item:not(:last-child):after {
  content: "";
  display: inline-block;
  background: url("../images/cmn_ico_breadcrumb_001.png") no-repeat;
  width: 5px;
  height: 9px;
  margin-left: 7px;
  margin-right: 7px;
}

.m-breadcrumb_item > a {
  color: inherit;
}

/*---------------
2-3-1 floatingbox
------------------*/
#floatWindowArea {
  color: #ffffff;
  display: none;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 3px 3px 9px rgba(74, 74, 74, 0.58);
}

#floatWindowArea a {
  color: #ffffff;
}

#floatWindowArea .webfont a {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
  display: block;
  background: #fff;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border-radius: 50%;
}

#floatWindowArea #floatWindowAreaInner {
  background-color: #3e3e3e;
  width: 100%;
  padding: 25px 2em 15px 20px;
  position: relative;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  z-index: 0;
  box-sizing: border-box;
}

#floatWindowArea .head {
  border-bottom: 1px dotted #ffffff;
  font-weight: bold;
}

#floatWindowArea .close {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0.3em;
}

/*---------------
2-3-2 modal
------------------*/
.m-modal {
  background: #fff;
  width: 94.104%;
  margin: auto;
  position: relative;
}

.m-modal_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  right: -25px;
}

.m-modal_inner {
  padding: 30px 20px;
}

.m-modal_inner > *:last-child {
  margin-bottom: 0;
}

.m-modal_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
}

.m-modal_body > *:last-child {
  margin-bottom: 0;
}

.m-modal_slider {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.m-modal_slider.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-modal_slider_item:not(:first-child) {
  display: none;
}

.m-modal_slider_item > *:last-child {
  margin-bottom: 0;
}

.m-modal_slider .slick-arrow {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.m-modal_slider .slick-prev {
  left: -45px;
}

.m-modal_slider .slick-next {
  right: -45px;
}

#modal .m-modal {
  overflow: hidden;
  height: 0;
}

#modal .m-modal.is-active {
  overflow: visible;
  height: auto;
}

/*---------------
5-2 Anchorlink
------------------*/
.m-anchorlink > li:not(:last-child) {
  margin-bottom: 25px;
}

.m-anchorlink-inline {
  margin: 0 0 -25px -25px;
}

.m-anchorlink-inline > li {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 25px;
}

/*---------------
5-4 YearSelect
------------------*/
.m-yearselect, .m-yearselect-full, .m-yearselect-termselect {
  margin-bottom: 40px;
}

.m-yearselect.is-active .m-yearselect_list, .is-active.m-yearselect-full .m-yearselect_list, .is-active.m-yearselect-termselect .m-yearselect_list {
  display: block;
}

.m-yearselect_inner {
  border: 1px solid #dcdcdc;
}

.m-yearselect_list {
  display: none;
  margin-bottom: 0;
  position: relative;
}

.m-yearselect_list_item {
  background: #fff;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.m-yearselect_list_item.is-active {
  display: block;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.m-yearselect_list_item.is-hidden {
  display: none;
}

.m-yearselect_list .slick-arrow {
  display: none;
}

.m-yearselect-full {
  padding-left: 18px;
  padding-right: 18px;
}

/*---------------
2-5 Table
------------------*/
.m-table, .m-table-replace, .m-table-scroll {
  margin-bottom: 20px;
}

.m-table table, .m-table-replace table, .m-table-scroll table {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.35;
  width: 100%;
  margin-bottom: 0;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.m-table table th, .m-table-replace table th, .m-table-scroll table th, .m-table table td, .m-table-replace table td, .m-table-scroll table td {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  word-break: break-word;
}

.m-table table th, .m-table-replace table th, .m-table-scroll table th {
  font-weight: bold;
  background: #f5f5f5;
}

.m-table table > caption, .m-table-replace table > caption, .m-table-scroll table > caption {
  margin-bottom: 5px;
}

.m-table table > caption > *:last-child, .m-table-replace table > caption > *:last-child, .m-table-scroll table > caption > *:last-child {
  margin-bottom: 0;
}

.m-table table > thead th, .m-table-replace table > thead th, .m-table-scroll table > thead th {
  text-align: center;
  padding: 10px 5px;
}

.m-table table > tbody th, .m-table-replace table > tbody th, .m-table-scroll table > tbody th {
  text-align: left;
  padding: 10px;
}

.m-table table > tbody td, .m-table-replace table > tbody td, .m-table-scroll table > tbody td {
  padding: 10px;
}

.m-table .m-table_em, .m-table-replace .m-table_em, .m-table-scroll .m-table_em {
  background: #F2D6C5;
}

.m-table .m-table_em-th, .m-table-replace .m-table_em-th, .m-table-scroll .m-table_em-th {
  background: #e6e6e6;
}

.m-table .m-table_em-a, .m-table-replace .m-table_em-a, .m-table-scroll .m-table_em-a {
  background: #DCE6E1;
}

.m-table .m-table_em-b, .m-table-replace .m-table_em-b, .m-table-scroll .m-table_em-b {
  background: #D8D9EC;
}

.m-table .m-table_em-c, .m-table-replace .m-table_em-c, .m-table-scroll .m-table_em-c {
  background: #F4E6BF;
}

.m-table .m-table_weak, .m-table-replace .m-table_weak, .m-table-scroll .m-table_weak {
  color: #b5b5b5;
  background: #fafafa;
}

.m-table-scroll {
  padding-bottom: 5px;
  overflow-x: auto;
  position: relative;
}

.m-table-scroll::-webkit-scrollbar {
  height: 5px;
}

.m-table-scroll::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.m-table-scroll::-webkit-scrollbar-track-piece {
  background: #efefef;
}

.m-table-scroll table {
  max-width: 800px;
  width: 800px;
}

/*---------------
5-5 SearchBox
------------------*/
.m-search, .m-search-full, .m-search-pressrelease {
  margin-bottom: 30px;
  position: relative;
}

.m-search-pressrelease {
  position: relative;
}

.da_searchBox_query_wrap{
    padding: 1rem;
}
.da_searchBox_query_wrap input{
    font-size: 1.6rem;
    padding: 0.5em 48px 0.5em 0.5em;
    box-sizing: border-box;
    width:100%;
    border: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 768px){
	.da_searchBox_query_wrap input{
	    font-size: 1.8rem;
	    padding: 0.8em 48px 0.8em 0.8em;
	    border: none;
	}
}
.da_searchBox_submit{
    background: url(../images/bffac331d92a4fa7a357c3e14ccb29c5.gif) no-repeat 50% 50%;
    background-size: 20px auto;
    width: 46px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
}
@media print, screen and (min-width: 768px){
	.da_searchBox_submit{
	    background-image: url(../images/80293716dd0f43909eb5de428547de9e.gif);
	}
}

/*---------------
Chart
------------------*/
.m-chart {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -18px 30px;
  overflow: hidden;
}

.m-chart_item {
  background: #f5f5f5;
  text-align: center;
  width: 50%;
  margin: 0 0 5px -1px;
  padding: 35px 0;
  position: relative;
}

.m-chart_item:before {
  content: "";
  display: block;
  background: #dcdcdc;
  width: 1px;
  height: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.m-chart_item > * {
  display: block;
}

/*---------------
Btnlist
------------------*/
.m-btngroup, .m-btngroup-large, .m-btngroup-medium, .m-btngroup-small {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

.m-btngroup > *:last-child, .m-btngroup-large > *:last-child, .m-btngroup-medium > *:last-child, .m-btngroup-small > *:last-child {
  margin-bottom: 0;
}

.m-btngroup-large > * {
  margin-bottom: 30px;
}

.m-btngroup-medium > * {
  margin-bottom: 25px;
}

.m-btngroup-small > * {
  margin-bottom: 20px;
}

/*----------------------------------
atoms
----------------------------------*/
/*---------------
3-2 Headline
------------------*/
.a-headline, .a-headline-lv1, .a-headline-lv2, .a-headline-lv3, .a-headline-lv4 {
  font-weight: bold;
}

.a-headline:first-child, .a-headline-lv1:first-child, .a-headline-lv2:first-child, .a-headline-lv3:first-child, .a-headline-lv4:first-child {
  margin-top: 0;
}

.a-headline-lv1 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.2;
  margin-top: 35px;
  margin-bottom: 20px;
}

.a-headline-lv2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-top: 25px;
  margin-bottom: 20px;
}

.a-headline-lv3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-top: 20px;
}

.a-headline-lv4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.25;
  margin-top: 20px;
}

.a-headline-line, .a-headline-line-weak {
  padding: .5em 0 .5em 15px;
  border-left: 3px solid #e60000;
}

.a-headline-line-weak {
  padding-top: .35em;
  padding-bottom: .35em;
  border-left-color: #999;
}

/*---------------
4-1 Sentence
------------------*/
.a-sentence-xsmall {
  font-size: 12px;
  font-size: 1.2rem;
}

.a-sentence-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.a-sentence-normal {
  font-size: 16px;
  font-size: 1.6rem;
}

.a-sentence-bold {
  font-weight: bold;
}

/*---------------
Link
------------------*/
.a-link {
  color: #333;
}

.a-link:visited {
  color: #333;
}

.a-link-anchor {
  color: #333;
}

.a-link-anchor:visited {
  color: #333;
}

.a-link-anchor:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border: 4px solid transparent;
  border-top: 6px solid #e60000;
  border-bottom: none;
}

/*---------------
5-1 Button
------------------*/
.a-btn, .a-btn-large, .a-btn-medium, .a-btn-small {
  color: #e60000;
  line-height: 1.2;
  background: #fff;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border: 1px solid #e60000;
  box-sizing: border-box;
}

.a-btn:visited, .a-btn-large:visited, .a-btn-medium:visited, .a-btn-small:visited {
  color: #e60000;
}

.a-btn.is-active, .is-active.a-btn-large, .is-active.a-btn-medium, .is-active.a-btn-small {
  color: #fff;
  background: #e60000;
}

.a-btn-large {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}

.a-btn-medium {
  font-size: 12px;
  font-size: 1.2rem;
  width: auto;
  min-width: 142px;
  padding: 6px;
}

.a-btn-small {
  font-size: 10px;
  font-size: 1rem;
  width: auto;
  min-width: 88px;
  padding: 4px 15px;
}

.a-btn-full {
  min-width: inherit;
  width: 100%;
}

.a-btn-dismiss {
  color: #333;
  border-color: #dcdcdc;
}

.a-btn-dismiss:visited {
  color: #333;
}

.a-btn-print {
  display: none;
}

.a-btn-print:visited {
  color: #333;
}

.a-btn-tab {
  color: #676767;
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding-bottom: 5px;
  position: relative;
}

.a-btn-tab:after {
  content: "";
  display: block;
  background: #ccc;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.a-btn-tab:visited {
  color: #676767;
}

.a-btn-tab.is-active {
  color: #e60000;
}

.a-btn-tab.is-active:after {
  background: #e60000;
}

.a-btn-hajimete {
  color: #e60000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  display: block;
  text-align: center;
  padding: 17px 10px;
  border: 1px solid #dcdcdc;
}

.a-btn-hajimete:visited {
  color: #e60000;
}

.a-btn-modal-close {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: #e60000 url("../images/825becd528b949a8bb5a54e65d3a9c45.gif)%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: 28px auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.a-btn-modal-prev, .a-btn-modal-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: #333 url("../fonts/8f07f5c26a484073b2505be80bb7acbf.woff") no-repeat 16px 50%;
  background-size: 13px auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.a-btn-modal-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.a-btn-year {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  background: #fff;
  display: block;
  padding: 15px 12px;
  box-sizing: border-box;
}

.a-btn-year:visited {
  color: #333;
}

.a-btn-year.is-active {
  color: #e60000;
  background: #F2D6C5;
  border-color: #e60000;
}

.a-btn-year-dropdown {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  background: #fff;
  text-align: left;
  display: block;
  width: 100%;
  padding: 15px 12px;
  position: relative;
  box-sizing: border-box;
}

.a-btn-year-dropdown:before {
  content: "";
  display: block;
  background: url("../images/9d5552daf9f54ead90b7103edb631f6b.gif") no-repeat;
  background-size: 100%;
  width: 22px;
  height: 11px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

.a-btn-year-dropdown.is-active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.a-btn-year-prev, .a-btn-year-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url("../images/973a8a60a22f402fafac23f5df3c3c10.gif)%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 30px;
  border-radius: 50%;
}

.a-btn-year-prev:disabled, .a-btn-year-prev[aria-disabled="true"], .a-btn-year-next:disabled, .a-btn-year-next[aria-disabled="true"] {
  background-image: url("../fonts/2178a0070cef4a789efc8129b91a0643.woff");
}

.a-btn-year-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*---------------
6-1 Icon
------------------*/
.a-ic, .a-ic-blank, .a-ic-blank-primary, .a-ic-attention {
  display: inline-block;
}

.a-ic-blank:after, .a-ic-blank-primary:after {
  content: "";
  display: inline-block;
  background: url("../images/109dec6b5582406eae6d8f7b452d10c2.gif") no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.a-ic-blank-primary:after {
  background-image: url("../images/e46347f02f0c40628e585cdf6fea24f6.gif");
}

.a-ic-blank-primary-hov:after {
  /* 190214追加 */
  transition: background .2s;
}

a:hover .a-ic-blank-primary-hov:after {
  /* 190214追加 */
  background-image: url("../images/4e627adf3d5446cf8c17ad21d481084a.gif");
}

.a-ic-attention:before {
  content: "";
  display: inline-block;
  background: url("../images/f71693634c5449408da98fa025900350.gif") no-repeat;
  background-size: 100%;
  /* edit 190710 */
  width: 18px;
  height: 16px;
}

.a-ic-play {
  display: block;
  position: relative;
}

.a-ic-play:before, .a-ic-play:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.a-ic-play:before {
  background: rgba(255, 255, 255, 0.5);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.a-ic-play:after {
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-left: 18px solid #e60000;
  border-right: none;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

/*---------------
6-2 Spacer
------------------*/
.a-spacer-10 {
  height: 10px;
}

.a-spacer-20 {
  height: 20px;
}

.a-spacer-30 {
  height: 30px;
}

.a-spacer-40 {
  height: 40px;
}

.a-spacer-50 {
  height: 50px;
}

.a-spacer-60 {
  height: 60px;
}

.a-spacer-70 {
  height: 70px;
}

.a-spacer-80 {
  height: 80px;
}

.a-spacer-90 {
  height: 90px;
}

.a-spacer-100 {
  height: 100px;
}

/*---------------
Label
------------------*/
.a-label-pickup {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e60000;
  text-align: center;
  padding: 6px 10px;
}

/*---------------
Input
------------------*/
.a-input {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding: 10px 15px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

/*---------------
Device
------------------*/

.a-hidden {
  display: none;
}

/*---------------
Text
------------------*/
.a-text-stock {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
}

.a-text-value {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

/*---------------
6-5 Hr
------------------*/
.a-hr {
  margin: 1.5em 0;
  border-top: 1px solid #dcdcdc;
}

/*---------------
Margin
------------------*/
/*190621 edit*/
.a-margin-t0 {
  margin-top: 0 !important;
}

.a-margin-t05 {
  margin-top: 5px !important;
}

.a-margin-t1 {
  margin-top: 10px !important;
}

.a-margin-t2 {
  margin-top: 20px !important;
}

.a-margin-t3 {
  margin-top: 30px !important;
}

.a-margin-t4 {
  margin-top: 40px !important;
}

.a-margin-t5 {
  margin-top: 50px !important;
}

.a-margin-t6 {
  margin-top: 60px !important;
}

.a-margin-t7 {
  margin-top: 70px !important;
}

.a-margin-t8 {
  margin-top: 80px !important;
}

.a-margin-t9 {
  margin-top: 90px !important;
}

.a-margin-t10 {
  margin-top: 100px !important;
}

.a-margin-r0 {
  margin-right: 0 !important;
}

.a-margin-r05 {
  margin-right: 5px !important;
}

.a-margin-r1 {
  margin-right: 10px !important;
}

.a-margin-r2 {
  margin-right: 20px !important;
}

.a-margin-r3 {
  margin-right: 30px !important;
}

.a-margin-r4 {
  margin-right: 40px !important;
}

.a-margin-r5 {
  margin-right: 50px !important;
}

.a-margin-b0 {
  margin-bottom: 0 !important;
}

.a-margin-b05 {
  margin-bottom: 5px !important;
}

.a-margin-b1 {
  margin-bottom: 10px !important;
}

.a-margin-b2 {
  margin-bottom: 20px !important;
}

.a-margin-b3 {
  margin-bottom: 30px !important;
}

.a-margin-b4 {
  margin-bottom: 40px !important;
}

.a-margin-b5 {
  margin-bottom: 50px !important;
}

.a-margin-b6 {
  margin-bottom: 60px !important;
}

.a-margin-b7 {
  margin-bottom: 70px !important;
}

.a-margin-b8 {
  margin-bottom: 80px !important;
}

.a-margin-b9 {
  margin-bottom: 90px !important;
}

.a-margin-b10 {
  margin-bottom: 100px !important;
}

/*end 190621 edit*/
.a-margin-l0 {
  margin-left: 0 !important;
}

.a-margin-l05 {
  margin-left: 5px !important;
}

.a-margin-l1 {
  margin-left: 10px !important;
}

.a-margin-l2 {
  margin-left: 20px !important;
}

.a-margin-l3 {
  margin-left: 30px !important;
}

.a-margin-l4 {
  margin-left: 40px !important;
}

.a-margin-l5 {
  margin-left: 50px !important;
}

.a-margin-t1-minus {
  margin-top: -10px;
}

.a-margin-t2-minus {
  margin-top: -20px;
}

.a-margin-t3-minus {
  margin-top: -30px;
}

.a-margin-t4-minus {
  margin-top: -40px;
}

.a-margin-t5-minus {
  margin-top: -50px;
}

.a-margin-b1-minus {
  margin-bottom: -10px;
}

.a-margin-b2-minus {
  margin-bottom: -20px;
}

.a-margin-b3-minus {
  margin-bottom: -30px;
}

.a-margin-b4-minus {
  margin-bottom: -40px;
}

.a-margin-b5-minus {
  margin-bottom: -50px;
}

/* 190214 display:block 追加 */
.a-img-auto-center {
  display: block;
  width: auto;
  margin: auto;
  /* add 2019.02.15 */
  display: block;
}

/* 190214 display:block 追加 */
.a-img-auto-right {
  display: block;
  width: auto;
  margin-left: auto;
  /* add 2019.02.15 */
  display: block;
}

/*190621 add*/
.a-margin-l-1em {
  margin-left: 1em !important;
}

.a-margin-l-2em {
  margin-left: 2em !important;
}

.a-margin-l-3em {
  margin-left: 3em !important;
}

.a-margin-l-4em {
  margin-left: 4em !important;
}

.a-margin-l-5em {
  margin-left: 5em !important;
}

.a-margin-l-6em {
  margin-left: 6em !important;
}

.a-margin-l-7em {
  margin-left: 7em !important;
}

.a-margin-l-h1em {
  margin-left: 0.6em !important;
}

.a-margin-l-h2em {
  margin-left: 1.2em !important;
}

.a-margin-l-h3em {
  margin-left: 1.8em !important;
}

.a-margin-l-h4em {
  margin-left: 2.4em !important;
}

.a-margin-l-h5em {
  margin-left: 3.0em !important;
}

.a-margin-l-h6em {
  margin-left: 3.6em !important;
}

.a-margin-l-h7em {
  margin-left: 4.2em !important;
}

.a-margin-l-h8em {
  margin-left: 4.8em !important;
}

.a-margin-l-h9em {
  margin-left: 5.4em !important;
}

.a-margin-l-h10em {
  margin-left: 6.0em !important;
}

.a-margin-l-h11em {
  margin-left: 6.6em !important;
}

.a-margin-l-h12em {
  margin-left: 7.2em !important;
}

/*end 190621 add*/
.m-indent {
  display: table;
  width: auto;
  text-align: left;
}

.m-indent.m-indent-1em {
  padding-left: 1em;
}

.m-indent.m-indent-2em {
  padding-left: 2em;
}

.m-indent.m-indent-3em {
  padding-left: 3em;
}

.m-indent.m-indent-4em {
  padding-left: 4em;
}

.m-indent.m-indent-5em {
  padding-left: 5em;
}

.m-indent.m-indent-6em {
  padding-left: 6em;
}

.m-indent.m-indent-7em {
  padding-left: 7em;
}

.m-indent.m-indent-h1em {
  margin-left: 0.6em;
}

.m-indent.m-indent-h2em {
  margin-left: 1.2em;
}

.m-indent.m-indent-h3em {
  margin-left: 1.8em;
}

.m-indent.m-indent-h4em {
  margin-left: 2.4em;
}

.m-indent.m-indent-h5em {
  margin-left: 3em;
}

.m-indent.m-indent-h6em {
  margin-left: 3.6em;
}

.m-indent.m-indent-h7em {
  margin-left: 4.2em;
}

.m-indent.m-indent-h8em {
  margin-left: 4.8em;
}

.m-indent.m-indent-h9em {
  margin-left: 5.4em;
}

.m-indent.m-indent-h10em {
  margin-left: 6em;
}

.m-indent.m-indent-h11em {
  margin-left: 6.6em;
}

.m-indent.m-indent-h12em {
  margin-left: 7.2em;
}

/*---------------
Color
------------------*/
.a-bg-key1 {
  background-color: #e60000;
}

.a-bg-key2 {
  background-color: #fff;
}

.a-bg-key3 {
  background-color: #fdfdfd;
}

.a-bg-key4 {
  background-color: #f2f2f2;
}

.a-bg-key5 {
  background-color: #eee;
}

.a-bg-key6 {
  background-color: #d4d4d4;
}

.a-bg-key7 {
  background-color: #ccc;
}

.a-bg-key8 {
  background-color: #acacac;
}

.a-bg-key9 {
  background-color: #5a5a5a;
}

.a-bg-key10 {
  background-color: #333;
}

.a-bg-key11 {
  background-color: #000;
}

.a-bg-sub1 {
  background-color: #d8d9ec;
}

.a-bg-sub2 {
  background-color: #b1b3d9;
}

.a-bg-sub3 {
  background-color: #8a8dc7;
}

.a-bg-sub4 {
  background-color: #6367b4;
}

.a-bg-sub5 {
  background-color: #f4e6bf;
}

.a-bg-sub6 {
  background-color: #e8cd7f;
}

.a-bg-sub7 {
  background-color: #ddb440;
}

.a-bg-sub8 {
  background-color: #d29b00;
}

.a-bg-sub9 {
  background-color: #dce6e1;
}

.a-bg-sub10 {
  background-color: #b9ccc4;
}

.a-bg-sub11 {
  background-color: #96b3a7;
}

.a-bg-sub12 {
  background-color: #739A89;
}

.a-bg-sub13 {
  background-color: #dccad5;
}

.a-bg-sub14 {
  background-color: #b995aa;
}

.a-bg-sub15 {
  background-color: #976080;
}

.a-bg-sub16 {
  background-color: #742b56;
}

.a-bg-sub17 {
  background-color: #f2d6c5;
}

.a-bg-sub18 {
  background-color: #e5ac8c;
}

.a-bg-sub19 {
  background-color: #d88353;
}

.a-bg-sub20 {
  background-color: #cb5a19;
}

.a-bg-sub21 {
  background-color: #c6d2de;
}

.a-bg-sub22 {
  background-color: #8da5be;
}

.a-bg-sub23 {
  background-color: #54789e;
}

.a-bg-sub24 {
  background-color: #1b4b7d;
}

.a-bg-ltd1 {
  background-color: #ffc133;
}

.a-bg-ltd2 {
  background-color: #2a3f98;
}

/*----------------------------------
library
----------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*----------------------------------
utilities
----------------------------------*/
.u-ta-left {
  text-align: left !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-va-top {
  vertical-align: top !important;
}

.u-va-middle {
  vertical-align: middle !important;
}

.u-va-bottom {
  vertical-align: bottom !important;
}

.u-va-baseline {
  vertical-align: baseline !important;
}

/*---------------
Font
------------------*/
.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-italic {
  font-style: italic !important;
}

.u-underline {
  text-decoration: underline !important;
}

.u-sup,
.u-sub {
  font-size: 75% !important;
  position: relative !important;
}

.u-sup {
  vertical-align: top !important;
  top: -.1em !important;
}

.u-sub {
  vertical-align: bottom !important;
}

.u-color-normal {
  color: #333 !important;
}

.u-color-primary {
  color: #e60000 !important;
}

.u-color-secondary {
  color: #1bb433 !important;
}

.u-color-weak {
  color: #777 !important;
}

.u-color-blue {
  color: #6367B4 !important;
}

.u-color-yellow {
  color: #D29B00 !important;
}

.u-color-green {
  color: #739A89 !important;
}

.u-color-purple {
  color: #742B56 !important;
}

.u-color-orange {
  color: #CB5A19 !important;
}

.u-color-dark-blue {
  color: #1B4B7D !important;
}

.u-wd-1 {
  width: 1% !important;
}

.u-wd-2 {
  width: 2% !important;
}

.u-wd-3 {
  width: 3% !important;
}

.u-wd-4 {
  width: 4% !important;
}

.u-wd-5 {
  width: 5% !important;
}

.u-wd-6 {
  width: 6% !important;
}

.u-wd-7 {
  width: 7% !important;
}

.u-wd-8 {
  width: 8% !important;
}

.u-wd-9 {
  width: 9% !important;
}

.u-wd-10 {
  width: 10% !important;
}

.u-wd-11 {
  width: 11% !important;
}

.u-wd-12 {
  width: 12% !important;
}

.u-wd-13 {
  width: 13% !important;
}

.u-wd-14 {
  width: 14% !important;
}

.u-wd-15 {
  width: 15% !important;
}

.u-wd-16 {
  width: 16% !important;
}

.u-wd-17 {
  width: 17% !important;
}

.u-wd-18 {
  width: 18% !important;
}

.u-wd-19 {
  width: 19% !important;
}

.u-wd-20 {
  width: 20% !important;
}

.u-wd-21 {
  width: 21% !important;
}

.u-wd-22 {
  width: 22% !important;
}

.u-wd-23 {
  width: 23% !important;
}

.u-wd-24 {
  width: 24% !important;
}

.u-wd-25 {
  width: 25% !important;
}

.u-wd-26 {
  width: 26% !important;
}

.u-wd-27 {
  width: 27% !important;
}

.u-wd-28 {
  width: 28% !important;
}

.u-wd-29 {
  width: 29% !important;
}

.u-wd-30 {
  width: 30% !important;
}

.u-wd-31 {
  width: 31% !important;
}

.u-wd-32 {
  width: 32% !important;
}

.u-wd-33 {
  width: 33% !important;
}

.u-wd-34 {
  width: 34% !important;
}

.u-wd-35 {
  width: 35% !important;
}

.u-wd-36 {
  width: 36% !important;
}

.u-wd-37 {
  width: 37% !important;
}

.u-wd-38 {
  width: 38% !important;
}

.u-wd-39 {
  width: 39% !important;
}

.u-wd-40 {
  width: 40% !important;
}

.u-wd-41 {
  width: 41% !important;
}

.u-wd-42 {
  width: 42% !important;
}

.u-wd-43 {
  width: 43% !important;
}

.u-wd-44 {
  width: 44% !important;
}

.u-wd-45 {
  width: 45% !important;
}

.u-wd-46 {
  width: 46% !important;
}

.u-wd-47 {
  width: 47% !important;
}

.u-wd-48 {
  width: 48% !important;
}

.u-wd-49 {
  width: 49% !important;
}

.u-wd-50 {
  width: 50% !important;
}

.u-wd-51 {
  width: 51% !important;
}

.u-wd-52 {
  width: 52% !important;
}

.u-wd-53 {
  width: 53% !important;
}

.u-wd-54 {
  width: 54% !important;
}

.u-wd-55 {
  width: 55% !important;
}

.u-wd-56 {
  width: 56% !important;
}

.u-wd-57 {
  width: 57% !important;
}

.u-wd-58 {
  width: 58% !important;
}

.u-wd-59 {
  width: 59% !important;
}

.u-wd-60 {
  width: 60% !important;
}

.u-wd-61 {
  width: 61% !important;
}

.u-wd-62 {
  width: 62% !important;
}

.u-wd-63 {
  width: 63% !important;
}

.u-wd-64 {
  width: 64% !important;
}

.u-wd-65 {
  width: 65% !important;
}

.u-wd-66 {
  width: 66% !important;
}

.u-wd-67 {
  width: 67% !important;
}

.u-wd-68 {
  width: 68% !important;
}

.u-wd-69 {
  width: 69% !important;
}

.u-wd-70 {
  width: 70% !important;
}

.u-wd-71 {
  width: 71% !important;
}

.u-wd-72 {
  width: 72% !important;
}

.u-wd-73 {
  width: 73% !important;
}

.u-wd-74 {
  width: 74% !important;
}

.u-wd-75 {
  width: 75% !important;
}

.u-wd-76 {
  width: 76% !important;
}

.u-wd-77 {
  width: 77% !important;
}

.u-wd-78 {
  width: 78% !important;
}

.u-wd-79 {
  width: 79% !important;
}

.u-wd-80 {
  width: 80% !important;
}

.u-wd-81 {
  width: 81% !important;
}

.u-wd-82 {
  width: 82% !important;
}

.u-wd-83 {
  width: 83% !important;
}

.u-wd-84 {
  width: 84% !important;
}

.u-wd-85 {
  width: 85% !important;
}

.u-wd-86 {
  width: 86% !important;
}

.u-wd-87 {
  width: 87% !important;
}

.u-wd-88 {
  width: 88% !important;
}

.u-wd-89 {
  width: 89% !important;
}

.u-wd-90 {
  width: 90% !important;
}

.u-wd-91 {
  width: 91% !important;
}

.u-wd-92 {
  width: 92% !important;
}

.u-wd-93 {
  width: 93% !important;
}

.u-wd-94 {
  width: 94% !important;
}

.u-wd-95 {
  width: 95% !important;
}

.u-wd-96 {
  width: 96% !important;
}

.u-wd-97 {
  width: 97% !important;
}

.u-wd-98 {
  width: 98% !important;
}

.u-wd-99 {
  width: 99% !important;
}

.u-wd-100 {
  width: 100% !important;
}

.u-wd-auto {
  width: auto !important;
}

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

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

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

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

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

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

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

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

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

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

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

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-mb-125 {
  margin-bottom: 125px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-mb-135 {
  margin-bottom: 135px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-mb-145 {
  margin-bottom: 145px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-mb-155 {
  margin-bottom: 155px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-mb-165 {
  margin-bottom: 165px !important;
}

.u-mb-170 {
  margin-bottom: 170px !important;
}

.u-mb-175 {
  margin-bottom: 175px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-mb-185 {
  margin-bottom: 185px !important;
}

.u-mb-190 {
  margin-bottom: 190px !important;
}

.u-mb-195 {
  margin-bottom: 195px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

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

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

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

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

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

.u-ml-45 {
  margin-left: 45px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

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

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

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

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

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

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

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

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

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

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

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

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

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

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

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

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

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

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

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

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

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

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

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

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

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

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

@media print, screen and (min-width: 768px){
  html.is-nav-open{
    height: auto;
    overflow: visible;
    position: static;
  }
  html.is-nav-open body{
    left: 0;
    overflow: visible;
  }
  a:hover{
    text-decoration: underline;
  }
  .t-header{
    border-bottom: 1px solid #dcdcdc;
    position: static;
  }
  .is-nav-open .t-header{
    left: 0;
  }
  .t-header_banner{
    display: block;
    border-bottom-width: 4px;
  }
  .t-header_logo{
    max-width: 1200px;
    width: auto;
    height: auto;
    margin: auto;
    padding: 27px 15px;
    border-left: none;
    box-sizing: content-box;
  }
  .t-header_logo_link-mufg, .t-header_logo_link-en, .t-header_logo_link-ja{
    max-width: inherit;
    padding-top: 0;
  }
  .t-header_logo_link-mufg{
    width: 153px;
    height: 37px;
    background-size: 153px 37px;
  }
  .t-header_logo_link-en{
    width: 205px;
    height: 13px;
    background-size: 205px 13px;
  }
  .t-header_logo_link-ja{
    width: 306px;
    height: 20px;
    background-size: 306px 20px;
  }
  .t-header_logo_link-qfy{
    display: block;
    line-height: 1;
    margin-left: 18px;
  }
  .t-header_menu{
    display: none;
  }
  .t-header_drawer{
    width: 100%;
    height: auto;
    position: static;
    left: 0;
    top: -74px;
    transition: none;
  }
  .t-header_drawer_inner{
    max-width: 1200px;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0 15px;
    position: static;
    overflow: visible;
  }
  .t-header_drawer_logo{
    display: none;
  }
  .t-header_drawer_logo_link{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/a60d68a21b304d09b58ffffbf4eb7a55.gif") no-repeat;
    background-size: 110px 25px;
    display: block;
    width: 110px;
    height: 25px;
    padding: 0;
  }
  .t-header_drawer_search{
    display: none;
  }
  .t-header_drawer_close{
    display: none;
  }
  .is-fixed .t-header_drawer{
    border-bottom: 4px solid #e60000;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .is-fixed .t-header_drawer .t-header_drawer_inner{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    height: 70px;
    position: relative;
  }
  .is-fixed .t-header_drawer .t-header_drawer_logo{
    display: block;
    -webkit-flex-basis: 18.667%;
            flex-basis: 18.667%;
    border-bottom: none;
  }
  .is-fixed .t-header_drawer .t-header_drawer_logo_link{
    display: block;
  }
  .is-fixed .t-header_drawer .t-header_nav{
    -webkit-flex: 1;
            flex: 1;
    position: static;
  }
  .is-fixed .t-header_drawer .t-header_nav_item-lang{
    display: none;
  }
  .is-fixed .t-header_drawer .t-header_link-primary, .is-fixed .t-header_drawer .t-header_link-primary-acd{
    padding: 23px 0;
  }
  .is-fixed .t-header_drawer .t-header_mega{
    top: 70px;
  }
  .t-header_nav{
    background: transparent;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    position: relative;
  }
  .t-header_nav_item, .t-header_nav_item-lang{
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: -1px;
    border-top: none;
    position: static;
    transition: 0.3s;
  }
  .t-header_nav_item-lang{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    max-width: 175px;
  }
  .t-header_nav_item:hover .t-header_link-primary, .t-header_nav_item-lang:hover .t-header_link-primary, .t-header_nav_item:hover .t-header_link-primary-acd, .t-header_nav_item-lang:hover .t-header_link-primary-acd{
    color: #e60000;
    background: #ededed;
  }
  .t-header_nav_item:hover .t-header_link-primary:before, .t-header_nav_item-lang:hover .t-header_link-primary:before, .t-header_nav_item:hover .t-header_link-primary-acd:before, .t-header_nav_item-lang:hover .t-header_link-primary-acd:before, .t-header_nav_item:hover .t-header_link-primary:after, .t-header_nav_item-lang:hover .t-header_link-primary:after, .t-header_nav_item:hover .t-header_link-primary-acd:after, .t-header_nav_item-lang:hover .t-header_link-primary-acd:after{
    background: #ededed;
  }
  .t-header_nav_item:hover + li .t-header_link-primary:before, .t-header_nav_item-lang:hover + li .t-header_link-primary:before, .t-header_nav_item:hover + li .t-header_link-primary-acd:before, .t-header_nav_item-lang:hover + li .t-header_link-primary-acd:before{
    background: #ededed;
  }
  .t-header_nav_item.is-active .t-header_mega, .is-active.t-header_nav_item-lang .t-header_mega{
    visibility: visible;
    max-height: inherit;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition-delay: .1s;
  }
  .t-header_lang{
    -webkit-align-items: inherit;
            align-items: inherit;
    -webkit-justify-content: inherit;
            justify-content: inherit;
    margin: 0;
    padding: 0;
  }
  .t-header_lang_item{
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center;
    width: auto;
    margin: 0 6px;
  }
  .t-header_lang_search{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin-left: 5px;
  }
  .t-header_lang_search_body{
    display: block;
    visibility: hidden;
    background: transparent;
    max-width: 412px;
    max-height: 0;
    width: 100%;
    margin: 0;
    border: 5px solid #e6e6e6;
    box-sizing: border-box;
    position: absolute;
    top: 74px;
    right: 0;
    z-index: 1000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 0.3s;
  }
  .t-header_mega{
    display: block;
    visibility: hidden;
    background: transparent;
    max-height: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 1000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 0.3s;
  }
  .t-header_mega_inner{
    background: #f5f5f5;
    padding: 2.5% 2.5% 0%;
    border: 10px solid #e6e6e6;
  }
  .t-header_mega_list{
    line-height: 1.15;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0px -1.34% 0;
  }
  .t-header_mega_list > li{
    width: 20%;
    padding: 0 1.305% 40px;
    box-sizing: border-box;
  }
  .t-header_mega_child{
    display: block;
    margin: 10px -8% 0 10px;
  }
  .t-header_mega_child > li:not(:last-child){
    margin-bottom: 15px;
  }
  .t-header_mega_close{
    background: #e6e6e6;
    display: block;
    text-align: center;
    width: 242px;
    margin: auto;
    position: relative;
  }
  .t-header_link-primary, .t-header_link-primary-acd{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0;
    padding: 25px 5px;
    border-bottom: none;
    transition: 0.3s;
  }
  .t-header_link-primary:before, .t-header_link-primary-acd:before, .t-header_link-primary:after, .t-header_link-primary-acd:after{
    content: "";
    display: block;
    background: #ddd;
    width: 1px;
    height: 25px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .t-header_link-primary:before, .t-header_link-primary-acd:before{
    left: 0;
  }
  .t-header_link-primary:after, .t-header_link-primary-acd:after{
    right: 0;
  }
  .t-header_link-primary:hover, .t-header_link-primary-acd:hover{
    text-decoration: none;
  }
  .t-header_link-secondary, .t-header_link-secondary-top{
    color: #333;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    height: 60px;
    padding: .25em .5em;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    transition: 0.3s;
  }
  .t-header_link-secondary:visited, .t-header_link-secondary-top:visited{
    color: #333;
  }
  .t-header_link-secondary:hover, .t-header_link-secondary-top:hover{
    color: #e60000;
    text-decoration: none;
    border-color: #e60000;
  }
  .t-header_link-secondary-top{
    font-weight: bold;
    background: transparent;
    -webkit-align-items: normal;
            align-items: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 3px;
  }
  .t-header_link-secondary-top:hover > span{
    border-color: #e60000;
  }
  .t-header_link-secondary-top > span{
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    transition: 0.3s border-color;
  }
  .t-header_link-tertiary{
    display: inline-block;
    padding: 0;
  }
  .t-header_link-tertiary:hover{
    text-decoration: underline;
  }
  .t-header_link-lang-ja, .t-header_link-lang-en{
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0;
    border: none;
  }
  .profile .t-header_link-primary-profile{
    color: #e60000;
  }
  .pressrelease .t-header_link-primary-pressrelease{
    color: #e60000;
  }
  .ir .t-header_link-primary-ir{
    color: #e60000;
  }
  .csr .t-header_link-primary-csr{
    color: #e60000;
  }
  .careers .t-header_link-primary-careers{
    color: #e60000;
  }
  .t-main{
    padding-top: 0;
    padding-bottom: 25px;
  }
  .t-main_breadcrumb{
    margin-top: 60px;
  }
  .t-footer{
    padding-bottom: 25px;
  }
  .t-footer_sitemap{
    margin-bottom: 0;
    padding: 35px 0 55px;
  }
  .t-footer_inner{
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
  }
  .t-footer_grid{
    display: -webkit-flex;
    display: flex;
    margin: 0 -9px;
  }
  .t-footer_grid:not(:last-child){
    margin-bottom: 35px;
  }
  .t-footer_grid-border{
    padding-top: 35px;
    border-top: 1px solid #ddd;
  }
  .t-footer_grid_item{
    -webkit-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
    padding: 0 9px;
    box-sizing: border-box;
  }
  .t-footer_grid_item-2-4{
    -webkit-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .t-footer_nav_item:not(:last-child){
    margin-bottom: 45px;
  }
  .t-footer_nav_ttl{
    margin-bottom: 15px;
  }
  .t-footer_nav_body{
    background: none;
    height: auto;
  }
  .t-footer_nav_body-visible{
    margin-top: 0;
  }
  .t-footer_snav{
    padding: 0;
  }
  .t-footer_snav > li:not(:last-child){
    margin-bottom: 8px;
  }
  .t-footer_voice{
    padding-top: 0;
    border-top: none;
  }
  .t-footer_social{
    display: block;
    margin-left: 0;
  }
  .t-footer_social > li{
    margin-left: 0;
  }
  .t-footer_social > li:not(:last-child){
    margin-bottom: 20px;
  }
  .t-footer_footer{
    padding-top: 25px;
    border-top: 4px solid #e60000;
  }
  .t-footer_legal{
    font-size: 1.4rem;
    text-align: center;
    margin: 0 -20px 15px;
  }
  .t-footer_legal > li{
    display: inline-block;
    margin: 0 20px;
  }
  .t-footer_legal > li:not(:last-child){
    margin-bottom: 0;
  }
  .t-footer_copyright{
    font-size: 1.2rem;
  }
  .t-footer_copyright:before{
    display: none;
  }
  .t-footer_link, .t-footer_link-primary, .t-footer_link-secondary, .t-footer_link-tertiary, .t-footer_link-voice, .t-footer_link-chevron{
    display: inline-block;
  }
  .t-footer_link-primary{
    font-size: 1.6rem;
    display: inline-block;
    padding: 0;
    border-top: none;
  }
  a.t-footer_link-primary:hover{
    color: #e60000;
  }
  .t-footer_link-secondary{
    color: #999;
    padding: 0;
  }
  .t-footer_link-secondary:hover{
    color: #999;
  }
  .t-footer_link-secondary:visited{
    color: #999;
  }
  .t-footer_link-tertiary{
    color: #999;
    padding: 0;
  }
  .t-footer_link-tertiary:hover{
    color: #999;
  }
  .t-footer_link-tertiary:visited{
    color: #999;
  }
  .t-footer_link-chevron{
    padding-left: 13px;
  }
  .t-footer_link-chevron:before{
    width: 5px;
    height: 8px;
  }
  .t-footer_link-chevron:hover{
    color: #e60000;
  }
  .t-pagetop{
    right: 10px;
    bottom: 10px;
  }
  .t-pagetop > a:hover{
    text-decoration: none;
  }
  .t-modal_content{
    width: 100%;
    max-width: 715px;
    margin: 0 auto;
  }
  .o-container{
    margin: 40px 0;
  }
  .o-container-bg{
    padding: 40px 0;
  }
  .o-inner, .o-inner-note{
    max-width: 1200px;
    padding: 0 15px;
  }
  .o-section{
    margin: 60px 0;
  }
  .o-section_body{
    padding-left: 33px;
  }
  .o-section-small{
    margin: 40px 0;
  }
  .o-row-md-nowrap{
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .o-row-md-left{
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .o-row-md-right{
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .o-row-md-center{
    -webkit-justify-content: center;
            justify-content: center;
  }
  .o-row-md-between{
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .o-row-md-around{
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .o-row-md-top{
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .o-row-md-bottom{
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .o-row-md-middle{
    -webkit-align-items: center;
            align-items: center;
  }
  .o-row-md-baseline{
    -webkit-align-items: baseline;
            align-items: baseline;
  }
  .o-row-md-collapse{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .o-row-md-collapse > .o-row-md_col{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .o-row-md-fill > .o-row-md_col{
    display: -webkit-flex;
    display: flex;
  }
  .o-row-md-fill > .o-row-md_col > *{
    -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    min-width: inherit;
  }
  .o-row_col-md-1{
    -webkit-flex: 0 1 8.33333%;
            flex: 0 1 8.33333%;
    max-width: 8.33333%;
  }
  .o-row_col-md-2{
    -webkit-flex: 0 1 16.66667%;
            flex: 0 1 16.66667%;
    max-width: 16.66667%;
  }
  .o-row_col-md-3{
    -webkit-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
  }
  .o-row_col-md-4{
    -webkit-flex: 0 1 33.33333%;
            flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
  .o-row_col-md-5{
    -webkit-flex: 0 1 41.66667%;
            flex: 0 1 41.66667%;
    max-width: 41.66667%;
  }
  .o-row_col-md-6{
    -webkit-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
  .o-row_col-md-7{
    -webkit-flex: 0 1 58.33333%;
            flex: 0 1 58.33333%;
    max-width: 58.33333%;
  }
  .o-row_col-md-8{
    -webkit-flex: 0 1 66.66667%;
            flex: 0 1 66.66667%;
    max-width: 66.66667%;
  }
  .o-row_col-md-9{
    -webkit-flex: 0 1 75%;
            flex: 0 1 75%;
    max-width: 75%;
  }
  .o-row_col-md-10{
    -webkit-flex: 0 1 83.33333%;
            flex: 0 1 83.33333%;
    max-width: 83.33333%;
  }
  .o-row_col-md-11{
    -webkit-flex: 0 1 91.66667%;
            flex: 0 1 91.66667%;
    max-width: 91.66667%;
  }
  .o-row_col-md-12{
    -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
  .o-row_col-md-auto{
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .o-row_col-md-justify{
    -webkit-flex: 1 1 0;
            flex: 1 1 0;
  }
  .o-row_col-md-fit{
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .o-row > .o-row_col-md-2:nth-child(-n+6){
    margin-top: 0px;
  }
  .o-row > .o-row_col-md-3:nth-child(-n+4){
    margin-top: 0px;
  }
  .o-row > .o-row_col-md-4:nth-child(-n+3){
    margin-top: 0px;
  }
  .o-row > .o-row_col-md-5:nth-child(-n+2){
    margin-top: 0px;
  }
  .o-row > .o-row_col-md-6:nth-child(-n+2){
    margin-top: 0px;
  }
  .o-slider_dot{
    margin: 30px 0;
  }
  .o-result_search{
    padding: 20px;
  }
  .o-result_list{
    display: -webkit-flex;
    display: flex;
    margin: 0 -9px;
  }
  .o-result_drilldown, .o-result_body{
    padding-left: 9px;
    padding-right: 9px;
  }
  .o-result_drilldown{
    min-width: 200px;
    width: 16.66667%;
    box-sizing: border-box;
  }
  .o-result_body{
    -webkit-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .m-introduction, .m-introduction-noimage, .m-introduction-slider{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: -1px 0 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  .m-introduction_inner{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    max-width: 1400px;
    width: 100%;
    min-height: 300px;
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .m-introduction_pic{
    max-width: 836px;
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  .m-introduction_pic:before{
    content: "";
    display: block;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .m-introduction_pic > img{
    max-width: inherit;
    width: auto;
    height: 100%;
  }
  .m-introduction_body{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0;
    z-index: 1;
  }
  .m-introduction_ttl{
    font-size: 3rem;
    max-width: 50%;
    min-height: 98px;
    margin-bottom: 20px;
    padding: 10px 0 10px 30px;
    border-left-width: 7px;
    box-sizing: border-box;
  }
  .m-introduction_text{
    font-size: 1.6rem;
    max-width: 50%;
    padding-bottom: 0;
  }
  .m-introduction_text:before{
    content: none;
  }
  .m-introduction-noimage .m-introduction_inner{
    min-height: 180px;
  }
  .m-introduction-noimage .m-introduction_text{
    max-width: inherit;
  }
  .m-introduction-slider .m-introduction_inner{
    height: 580px;
  }
  .m-introduction-slider .m-introduction_pic{
    max-width: 900px;
    width: 65%;
  }
  .m-introduction-slider .m-introduction_ttl{
    max-width: 55%;
    margin-bottom: 30px;
    padding: 30px 10px 30px 50px;
  }
  .m-introduction-slider .m-introduction_text{
    font-size: 2.2rem;
    margin-bottom: 35px;
    padding: 0 10px 0 55px;
    box-sizing: border-box;
  }
  .m-introduction-slider .m-introduction_btn{
    margin-left: 55px;
    padding: 0;
  }
  .m-warning, .m-warning-redborder{
    font-size: 1.6rem;
  }
  .m-warning > *, .m-warning-redborder > *{
    padding: 25px 15px;
  }
  .m-box, .m-box-accordion{
    margin-bottom: 40px;
  }
  .m-box_ttl, .m-box-accordion_ttl{
    padding: 25px 30px;
  }
  .m-box_body, .m-box-accordion_body{
    padding: 30px;
  }
  .m-box-accordion_ttl{
    padding: 0;
  }
  .m-box-accordion_link{
    padding: 25px 70px 25px 30px;
  }
  .m-box-accordion_link:before, .m-box-accordion_link:after{
    right: 20px;
  }
  .m-box-accordion_link:hover{
    text-decoration: none;
  }
  .m-conversation, .m-conversation-ltr{
    margin: 0 -9px 40px;
  }
  .m-conversation_figure{
    max-width: 16.66667%;
    -webkit-flex: 0 1 16.66667%;
            flex: 0 1 16.66667%;
    padding: 0 9px;
  }
  .m-conversation_body{
    max-width: 83.33333%;
    -webkit-flex: 0 1 83.33333%;
            flex: 0 1 83.33333%;
    padding-left: 9px;
  }
  .m-conversation_inner, .m-conversation_inner-orange{
    min-height: 145px;
    padding: 25px 35px;
  }
  .m-conversation_ttl{
    font-size: 2rem;
  }
  .m-conversation-ltr .m-conversation_body{
    padding: 0 9px 0 0;
  }
  .m-imagesentence_figure{
    float: left;
    margin: 0 35px 20px 0;
  }
  .m-imagesentence_figure > img{
    width: auto;
  }
  .m-imagesentence_ttl{
    font-size: 2rem;
  }
  .m-imagesentence-rtl .m-imagesentence_figure{
    float: right;
    margin: 0 0 20px 35px;
  }
  .m-imagecaption{
    margin-bottom: 30px;
  }
  .m-imagecaption_figure{
    margin-bottom: 12px;
  }
  .m-imagecaption_ttl{
    font-size: 2rem;
  }
  .m-panel, .m-panel-ltr, .m-panel-ltr-full, .m-panel-rtl, .m-panel-rtl-full, .m-panel-stock, .m-panel-hajimete, .m-panel-center{
    margin-bottom: 40px;
  }
  .m-panel_link:hover{
    background: #f5f5f5;
    text-decoration: none;
  }
  .m-panel_link:hover .m-panel_figure{
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .m-panel_link:hover .m-panel_ttl, .m-panel_link:hover .m-panel_ttl-secondary, .m-panel_link:hover .m-panel_ttl-line{
    text-decoration: underline;
  }
  .m-panel_row{
    margin: 0 -9px;
  }
  .m-panel_row .m-panel_figure,
  .m-panel_row .m-panel_body{
    padding-left: 9px;
    padding-right: 9px;
  }
  .m-panel_row .m-panel_figure{
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .m-panel_row .m-panel_body{
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .m-panel_row .m-panel_body > *{
    padding-right: 20px;
  }
  .m-panel_body > *{
    margin-bottom: 1em;
  }
  .m-panel_ttl, .m-panel_ttl-secondary, .m-panel_ttl-line{
    font-size: 2rem;
  }
  .m-panel_ttl-secondary{
    font-size: 1.6rem;
  }
  .m-panel_btn{
    margin-top: 57px;
  }
  a.m-panel:hover, a.m-panel-ltr:hover, a.m-panel-ltr-full:hover, a.m-panel-rtl:hover, a.m-panel-rtl-full:hover, a.m-panel-stock:hover, a.m-panel-hajimete:hover, a.m-panel-center:hover{
    background: #f5f5f5;
    text-decoration: none;
  }
  a.m-panel:hover .m-panel_figure, a.m-panel-ltr:hover .m-panel_figure, a.m-panel-ltr-full:hover .m-panel_figure, a.m-panel-rtl:hover .m-panel_figure, a.m-panel-rtl-full:hover .m-panel_figure, a.m-panel-stock:hover .m-panel_figure, a.m-panel-hajimete:hover .m-panel_figure, a.m-panel-center:hover .m-panel_figure{
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  a.m-panel:hover .m-panel_ttl, a.m-panel-ltr:hover .m-panel_ttl, a.m-panel-ltr-full:hover .m-panel_ttl, a.m-panel-rtl:hover .m-panel_ttl, a.m-panel-rtl-full:hover .m-panel_ttl, a.m-panel-stock:hover .m-panel_ttl, a.m-panel-hajimete:hover .m-panel_ttl, a.m-panel-center:hover .m-panel_ttl, a.m-panel:hover .m-panel_ttl-secondary, a.m-panel-ltr:hover .m-panel_ttl-secondary, a.m-panel-ltr-full:hover .m-panel_ttl-secondary, a.m-panel-rtl:hover .m-panel_ttl-secondary, a.m-panel-rtl-full:hover .m-panel_ttl-secondary, a.m-panel-stock:hover .m-panel_ttl-secondary, a.m-panel-hajimete:hover .m-panel_ttl-secondary, a.m-panel-center:hover .m-panel_ttl-secondary, a.m-panel:hover .m-panel_ttl-line, a.m-panel-ltr:hover .m-panel_ttl-line, a.m-panel-ltr-full:hover .m-panel_ttl-line, a.m-panel-rtl:hover .m-panel_ttl-line, a.m-panel-rtl-full:hover .m-panel_ttl-line, a.m-panel-stock:hover .m-panel_ttl-line, a.m-panel-hajimete:hover .m-panel_ttl-line, a.m-panel-center:hover .m-panel_ttl-line{
    text-decoration: underline;
  }
  a.m-panel-ltr:hover, a.m-panel-ltr-full:hover, .m-panel-rtl:hover, .m-panel-rtl-full:hover{
    background: #ebebeb;
  }
  .m-panel-ltr .m-panel_row, .m-panel-ltr-full .m-panel_row, .m-panel-rtl .m-panel_row, .m-panel-rtl-full .m-panel_row{
    overflow: hidden;
  }
  .m-panel-ltr .m-panel_row .m-panel_figure, .m-panel-ltr-full .m-panel_row .m-panel_figure,
  .m-panel-ltr .m-panel_row .m-panel_body,
  .m-panel-ltr-full .m-panel_row .m-panel_body, .m-panel-rtl .m-panel_row .m-panel_figure, .m-panel-rtl-full .m-panel_row .m-panel_figure,
  .m-panel-rtl .m-panel_row .m-panel_body,
  .m-panel-rtl-full .m-panel_row .m-panel_body{
    -webkit-flex: 0 1 50%;
            flex: 0 1 50%;
    box-sizing: border-box;
  }
  .m-panel-ltr-full .m-panel_row .m-panel_figure, .m-panel-rtl-full .m-panel_row .m-panel_figure{
    -webkit-flex-basis: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .m-panel-ltr-full .m-panel_row .m-panel_body, .m-panel-rtl-full .m-panel_row .m-panel_body{
    -webkit-flex-basis: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .m-panel-ltr .m-panel_row, .m-panel-ltr-full .m-panel_row{
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .m-panel-rtl .m-panel_row, .m-panel-rtl-full .m-panel_row{
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-panel-rtl .m-panel_row .m-panel_body > *, .m-panel-rtl-full .m-panel_row .m-panel_body > *{
    padding-left: 20px;
    padding-right: 0;
  }
  .m-panel-stock_data{
    min-height: 235px;
  }
  .m-panel-stock_text{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .m-panel-stock_list{
    margin-bottom: 12px;
  }
  .m-panel-stock_list > li:not(:last-child){
    margin-bottom: 5px;
  }
  .m-panel-stock_dl_dt{
    font-size: 1.6rem;
    margin-bottom: .25em;
  }
  .m-panel-hajimete .m-panel_row{
    overflow: hidden;
  }
  .m-panel-hajimete .m-panel_row .m-panel_figure{
    -webkit-flex-basis: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .m-panel-hajimete .m-panel_row .m-panel_body{
    -webkit-flex-basis: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .m-panel-hajimete_btn{
    margin-top: 25px;
  }
  .m-panel-hajimete_btn > li:not(:last-child){
    margin-bottom: 15px;
  }
  .m-indexlist > li, .m-indexlist-narrow > li{
    padding: 20px 0;
  }
  .m-indexlist-narrow > li{
    padding: 10px 0;
  }
  .m-indexlist_dl{
    display: -webkit-flex;
    display: flex;
  }
  .m-indexlist_dt{
    white-space: nowrap;
    min-width: 9em;
    margin-bottom: 0;
  }
  .m-indexlist_dd{
    -webkit-flex: 1;
            flex: 1;
    margin-left: 30px;
  }
  .m-breadcrumb{
    font-size: 1.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }
  #floatWindowArea{
    max-width: inherit;
  }
  #floatWindowArea .webfont a{
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
  }
  #floatWindowArea #floatWindowAreaInner{
    width: 360px;
    box-sizing: content-box;
  }
  .m-modal{
    width: 100%;
  }
  .m-modal_inner{
    padding: 50px 40px;
  }
  .m-modal_ttl{
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .m-modal_slider .slick-prev{
    left: -65px;
  }
  .m-modal_slider .slick-next{
    right: -65px;
  }
  .m-anchorlink > li:not(:last-child){
    margin-bottom: 5px;
  }
  .m-anchorlink-inline{
    margin-bottom: 1.5em;
  }
  .m-anchorlink-inline > li{
    margin-bottom: 5px;
  }
  .m-yearselect, .m-yearselect-full, .m-yearselect-termselect{
    background: #f5f5f5;
    padding: 30px 0;
    position: relative;
  }
  .m-yearselect_inner{
    padding: 0 40px;
    border: none;
    box-sizing: border-box;
  }
  .m-yearselect_btn{
    display: none;
  }
  .m-yearselect_list{
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .m-yearselect_list.slick-initialized{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .m-yearselect_list_item{
    background: transparent;
    float: left;
    width: 140px;
    padding: 0 4px;
    border-top: none;
  }
  .m-yearselect_list_item.is-active{
    height: auto;
    position: static;
  }
  .m-yearselect_list_item.is-hidden{
    display: block;
  }
  .m-yearselect_list .slick-wrapper{
    display: -webkit-flex;
    display: flex;
  }
  .m-yearselect_list .slick-arrow{
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .m-yearselect_list .slick-prev{
    left: -30px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .m-yearselect_list .slick-next{
    right: -30px;
  }
  .m-yearselect-full{
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-yearselect-full .m-yearselect_inner{
    max-width: 1200px;
    margin: auto;
  }
  .m-yearselect-termselect .m-yearselect_list{
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .m-yearselect-termselect.is-active .m-yearselect_list{
    display: -webkit-flex;
    display: flex;
  }
  .m-table, .m-table-replace, .m-table-scroll{
    margin-bottom: 60px;
  }
  .m-table table > thead th, .m-table-replace table > thead th, .m-table-scroll table > thead th{
    padding: 20px 8px;
  }
  .m-table table > tbody th, .m-table-replace table > tbody th, .m-table-scroll table > tbody th{
    padding: 30px 25px;
  }
  .m-table table > tbody td, .m-table-replace table > tbody td, .m-table-scroll table > tbody td{
    padding: 30px 25px;
  }
  .m-table-replace .m-table-replace_th{
    display: none;
  }
  .m-table-scroll{
    padding-bottom: 0;
  }
  .m-table-scroll table{
    max-width: inherit;
    width: 100%;
  }
  .m-search, .m-search-full, .m-search-pressrelease{
    max-width: 500px;
    margin-bottom: 40px;
  }
  .m-search-full, .m-search-pressrelease{
    max-width: inherit;
  }
  .m-chart{
    margin: 0 0 60px;
  }
  .m-chart_item{
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin-bottom: 0;
  }
  .m-chart_item:before{
    height: 80%;
  }
  .m-btngroup, .m-btngroup-large, .m-btngroup-medium, .m-btngroup-small{
    margin-bottom: 40px;
  }
  .m-btngroup > *, .m-btngroup-large > *, .m-btngroup-medium > *, .m-btngroup-small > *{
    margin-bottom: 0;
  }
  .m-btngroup-large{
    margin-left: -15px;
    margin-right: -15px;
  }
  .m-btngroup-large > *{
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-btngroup-medium{
    margin-left: -10px;
    margin-right: -10px;
  }
  .m-btngroup-medium > *{
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-btngroup-small{
    margin-left: -5px;
    margin-right: -5px;
  }
  .m-btngroup-small > *{
    margin-left: 5px;
    margin-right: 5px;
  }
  .a-headline-lv1{
    font-size: 2.4rem;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .a-headline-lv2{
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .a-headline-lv3{
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .a-headline-lv4{
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .a-headline-line, .a-headline-line-weak{
    padding: .75em 0 .75em 30px;
  }
  .a-headline-line-weak{
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .a-btn, .a-btn-large, .a-btn-medium, .a-btn-small{
    width: auto;
    transition: 0.3s;
  }
  .a-btn:hover, .a-btn-large:hover, .a-btn-medium:hover, .a-btn-small:hover{
    color: #fff;
    background: #e60000;
    text-decoration: none;
  }
  .a-btn-large{
    font-size: 1.6rem;
    min-width: 230px;
    padding: 8px 15px;
  }
  .a-btn-medium{
    font-size: 1.4rem;
    padding: 6px 15px;
  }
  .a-btn-small{
    min-width: 67px;
    padding: 3px 15px;
  }
  .a-btn-full{
    min-width: inherit;
    width: 100%;
  }
  .a-btn-dismiss:hover{
    color: #333;
    background: #dcdcdc;
  }
  .a-btn-print{
    color: #333;
    font-size: 1.4rem;
    line-height: 1.2;
    background: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    max-width: 186px;
    width: 100%;
    padding: 8px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    transition: 0.3s;
  }
  .a-btn-print:hover{
    background: #dcdcdc;
    text-decoration: none;
  }
  .a-btn-tab{
    padding-bottom: 10px;
    transition: 0.3s;
  }
  .a-btn-tab:after{
    height: 4px;
    transition: 0.3s;
  }
  .a-btn-tab:hover{
    color: #e60000;
    text-decoration: none;
  }
  .a-btn-hajimete{
    transition: 0.3s;
  }
  .a-btn-hajimete:hover{
    background: #F2D6C5;
    text-decoration: none;
  }
  .a-btn-year{
    text-align: center;
    width: 100%;
    padding: 12px 0;
    border: 1px solid #dcdcdc;
    transition: 0.3s;
  }
  .a-btn-year:hover{
    color: #e60000;
    background: #F2D6C5;
    text-decoration: none;
    border-color: #e60000;
  }
  .a-spacer-md-10{
    height: 10px;
  }
  .a-spacer-md-20{
    height: 20px;
  }
  .a-spacer-md-30{
    height: 30px;
  }
  .a-spacer-md-40{
    height: 40px;
  }
  .a-spacer-md-50{
    height: 50px;
  }
  .a-spacer-md-60{
    height: 60px;
  }
  .a-spacer-md-70{
    height: 70px;
  }
  .a-spacer-md-80{
    height: 80px;
  }
  .a-spacer-md-90{
    height: 90px;
  }
  .a-spacer-md-100{
    height: 100px;
  }
  .a-label-pickup{
    padding: 6px 10px;
  }
  .a-sp{
    display: none;
  }
  .a-text-value{
    font-size: 5rem;
  }
  .u-fs-md-10{
    font-size: 10px !important;
  }
  .u-fs-md-11{
    font-size: 11px !important;
  }
  .u-fs-md-12{
    font-size: 12px !important;
  }
  .u-fs-md-13{
    font-size: 13px !important;
  }
  .u-fs-md-14{
    font-size: 14px !important;
  }
  .u-fs-md-15{
    font-size: 15px !important;
  }
  .u-fs-md-16{
    font-size: 16px !important;
  }
  .u-fs-md-17{
    font-size: 17px !important;
  }
  .u-fs-md-18{
    font-size: 18px !important;
  }
  .u-fs-md-19{
    font-size: 19px !important;
  }
  .u-fs-md-20{
    font-size: 20px !important;
  }
  .u-fs-md-21{
    font-size: 21px !important;
  }
  .u-fs-md-22{
    font-size: 22px !important;
  }
  .u-fs-md-23{
    font-size: 23px !important;
  }
  .u-fs-md-24{
    font-size: 24px !important;
  }
  .u-fs-md-25{
    font-size: 25px !important;
  }
  .u-fs-md-26{
    font-size: 26px !important;
  }
  .u-fs-md-27{
    font-size: 27px !important;
  }
  .u-fs-md-28{
    font-size: 28px !important;
  }
  .u-fs-md-29{
    font-size: 29px !important;
  }
  .u-fs-md-30{
    font-size: 30px !important;
  }
  .u-wd-md-1{
    width: 1% !important;
  }
  .u-wd-md-2{
    width: 2% !important;
  }
  .u-wd-md-3{
    width: 3% !important;
  }
  .u-wd-md-4{
    width: 4% !important;
  }
  .u-wd-md-5{
    width: 5% !important;
  }
  .u-wd-md-6{
    width: 6% !important;
  }
  .u-wd-md-7{
    width: 7% !important;
  }
  .u-wd-md-8{
    width: 8% !important;
  }
  .u-wd-md-9{
    width: 9% !important;
  }
  .u-wd-md-10{
    width: 10% !important;
  }
  .u-wd-md-11{
    width: 11% !important;
  }
  .u-wd-md-12{
    width: 12% !important;
  }
  .u-wd-md-13{
    width: 13% !important;
  }
  .u-wd-md-14{
    width: 14% !important;
  }
  .u-wd-md-15{
    width: 15% !important;
  }
  .u-wd-md-16{
    width: 16% !important;
  }
  .u-wd-md-17{
    width: 17% !important;
  }
  .u-wd-md-18{
    width: 18% !important;
  }
  .u-wd-md-19{
    width: 19% !important;
  }
  .u-wd-md-20{
    width: 20% !important;
  }
  .u-wd-md-21{
    width: 21% !important;
  }
  .u-wd-md-22{
    width: 22% !important;
  }
  .u-wd-md-23{
    width: 23% !important;
  }
  .u-wd-md-24{
    width: 24% !important;
  }
  .u-wd-md-25{
    width: 25% !important;
  }
  .u-wd-md-26{
    width: 26% !important;
  }
  .u-wd-md-27{
    width: 27% !important;
  }
  .u-wd-md-28{
    width: 28% !important;
  }
  .u-wd-md-29{
    width: 29% !important;
  }
  .u-wd-md-30{
    width: 30% !important;
  }
  .u-wd-md-31{
    width: 31% !important;
  }
  .u-wd-md-32{
    width: 32% !important;
  }
  .u-wd-md-33{
    width: 33% !important;
  }
  .u-wd-md-34{
    width: 34% !important;
  }
  .u-wd-md-35{
    width: 35% !important;
  }
  .u-wd-md-36{
    width: 36% !important;
  }
  .u-wd-md-37{
    width: 37% !important;
  }
  .u-wd-md-38{
    width: 38% !important;
  }
  .u-wd-md-39{
    width: 39% !important;
  }
  .u-wd-md-40{
    width: 40% !important;
  }
  .u-wd-md-41{
    width: 41% !important;
  }
  .u-wd-md-42{
    width: 42% !important;
  }
  .u-wd-md-43{
    width: 43% !important;
  }
  .u-wd-md-44{
    width: 44% !important;
  }
  .u-wd-md-45{
    width: 45% !important;
  }
  .u-wd-md-46{
    width: 46% !important;
  }
  .u-wd-md-47{
    width: 47% !important;
  }
  .u-wd-md-48{
    width: 48% !important;
  }
  .u-wd-md-49{
    width: 49% !important;
  }
  .u-wd-md-50{
    width: 50% !important;
  }
  .u-wd-md-51{
    width: 51% !important;
  }
  .u-wd-md-52{
    width: 52% !important;
  }
  .u-wd-md-53{
    width: 53% !important;
  }
  .u-wd-md-54{
    width: 54% !important;
  }
  .u-wd-md-55{
    width: 55% !important;
  }
  .u-wd-md-56{
    width: 56% !important;
  }
  .u-wd-md-57{
    width: 57% !important;
  }
  .u-wd-md-58{
    width: 58% !important;
  }
  .u-wd-md-59{
    width: 59% !important;
  }
  .u-wd-md-60{
    width: 60% !important;
  }
  .u-wd-md-61{
    width: 61% !important;
  }
  .u-wd-md-62{
    width: 62% !important;
  }
  .u-wd-md-63{
    width: 63% !important;
  }
  .u-wd-md-64{
    width: 64% !important;
  }
  .u-wd-md-65{
    width: 65% !important;
  }
  .u-wd-md-66{
    width: 66% !important;
  }
  .u-wd-md-67{
    width: 67% !important;
  }
  .u-wd-md-68{
    width: 68% !important;
  }
  .u-wd-md-69{
    width: 69% !important;
  }
  .u-wd-md-70{
    width: 70% !important;
  }
  .u-wd-md-71{
    width: 71% !important;
  }
  .u-wd-md-72{
    width: 72% !important;
  }
  .u-wd-md-73{
    width: 73% !important;
  }
  .u-wd-md-74{
    width: 74% !important;
  }
  .u-wd-md-75{
    width: 75% !important;
  }
  .u-wd-md-76{
    width: 76% !important;
  }
  .u-wd-md-77{
    width: 77% !important;
  }
  .u-wd-md-78{
    width: 78% !important;
  }
  .u-wd-md-79{
    width: 79% !important;
  }
  .u-wd-md-80{
    width: 80% !important;
  }
  .u-wd-md-81{
    width: 81% !important;
  }
  .u-wd-md-82{
    width: 82% !important;
  }
  .u-wd-md-83{
    width: 83% !important;
  }
  .u-wd-md-84{
    width: 84% !important;
  }
  .u-wd-md-85{
    width: 85% !important;
  }
  .u-wd-md-86{
    width: 86% !important;
  }
  .u-wd-md-87{
    width: 87% !important;
  }
  .u-wd-md-88{
    width: 88% !important;
  }
  .u-wd-md-89{
    width: 89% !important;
  }
  .u-wd-md-90{
    width: 90% !important;
  }
  .u-wd-md-91{
    width: 91% !important;
  }
  .u-wd-md-92{
    width: 92% !important;
  }
  .u-wd-md-93{
    width: 93% !important;
  }
  .u-wd-md-94{
    width: 94% !important;
  }
  .u-wd-md-95{
    width: 95% !important;
  }
  .u-wd-md-96{
    width: 96% !important;
  }
  .u-wd-md-97{
    width: 97% !important;
  }
  .u-wd-md-98{
    width: 98% !important;
  }
  .u-wd-md-99{
    width: 99% !important;
  }
  .u-wd-md-100{
    width: 100% !important;
  }
  .u-wd-md-auto{
    width: auto !important;
  }
  .u-mt-md-0{
    margin-top: 0px !important;
  }
  .u-mt-md-5{
    margin-top: 5px !important;
  }
  .u-mt-md-10{
    margin-top: 10px !important;
  }
  .u-mt-md-15{
    margin-top: 15px !important;
  }
  .u-mt-md-20{
    margin-top: 20px !important;
  }
  .u-mt-md-25{
    margin-top: 25px !important;
  }
  .u-mt-md-30{
    margin-top: 30px !important;
  }
  .u-mt-md-35{
    margin-top: 35px !important;
  }
  .u-mt-md-40{
    margin-top: 40px !important;
  }
  .u-mt-md-45{
    margin-top: 45px !important;
  }
  .u-mt-md-50{
    margin-top: 50px !important;
  }
  .u-mb-md-0{
    margin-bottom: 0px !important;
  }
  .u-mb-md-5{
    margin-bottom: 5px !important;
  }
  .u-mb-md-10{
    margin-bottom: 10px !important;
  }
  .u-mb-md-15{
    margin-bottom: 15px !important;
  }
  .u-mb-md-20{
    margin-bottom: 20px !important;
  }
  .u-mb-md-25{
    margin-bottom: 25px !important;
  }
  .u-mb-md-30{
    margin-bottom: 30px !important;
  }
  .u-mb-md-35{
    margin-bottom: 35px !important;
  }
  .u-mb-md-40{
    margin-bottom: 40px !important;
  }
  .u-mb-md-45{
    margin-bottom: 45px !important;
  }
  .u-mb-md-50{
    margin-bottom: 50px !important;
  }
  .u-mb-md-55{
    margin-bottom: 55px !important;
  }
  .u-mb-md-60{
    margin-bottom: 60px !important;
  }
  .u-mb-md-65{
    margin-bottom: 65px !important;
  }
  .u-mb-md-70{
    margin-bottom: 70px !important;
  }
  .u-mb-md-75{
    margin-bottom: 75px !important;
  }
  .u-mb-md-80{
    margin-bottom: 80px !important;
  }
  .u-mb-md-85{
    margin-bottom: 85px !important;
  }
  .u-mb-md-90{
    margin-bottom: 90px !important;
  }
  .u-mb-md-95{
    margin-bottom: 95px !important;
  }
  .u-mb-md-100{
    margin-bottom: 100px !important;
  }
  .u-mb-md-105{
    margin-bottom: 105px !important;
  }
  .u-mb-md-110{
    margin-bottom: 110px !important;
  }
  .u-mb-md-115{
    margin-bottom: 115px !important;
  }
  .u-mb-md-120{
    margin-bottom: 120px !important;
  }
  .u-mb-md-125{
    margin-bottom: 125px !important;
  }
  .u-mb-md-130{
    margin-bottom: 130px !important;
  }
  .u-mb-md-135{
    margin-bottom: 135px !important;
  }
  .u-mb-md-140{
    margin-bottom: 140px !important;
  }
  .u-mb-md-145{
    margin-bottom: 145px !important;
  }
  .u-mb-md-150{
    margin-bottom: 150px !important;
  }
  .u-mb-md-155{
    margin-bottom: 155px !important;
  }
  .u-mb-md-160{
    margin-bottom: 160px !important;
  }
  .u-mb-md-165{
    margin-bottom: 165px !important;
  }
  .u-mb-md-170{
    margin-bottom: 170px !important;
  }
  .u-mb-md-175{
    margin-bottom: 175px !important;
  }
  .u-mb-md-180{
    margin-bottom: 180px !important;
  }
  .u-mb-md-185{
    margin-bottom: 185px !important;
  }
  .u-mb-md-190{
    margin-bottom: 190px !important;
  }
  .u-mb-md-195{
    margin-bottom: 195px !important;
  }
  .u-mb-md-200{
    margin-bottom: 200px !important;
  }
  .u-ml-md-0{
    margin-left: 0px !important;
  }
  .u-ml-md-5{
    margin-left: 5px !important;
  }
  .u-ml-md-10{
    margin-left: 10px !important;
  }
  .u-ml-md-15{
    margin-left: 15px !important;
  }
  .u-ml-md-20{
    margin-left: 20px !important;
  }
  .u-ml-md-25{
    margin-left: 25px !important;
  }
  .u-ml-md-30{
    margin-left: 30px !important;
  }
  .u-ml-md-35{
    margin-left: 35px !important;
  }
  .u-ml-md-40{
    margin-left: 40px !important;
  }
  .u-ml-md-45{
    margin-left: 45px !important;
  }
  .u-ml-md-50{
    margin-left: 50px !important;
  }
  .u-mr-md-0{
    margin-right: 0px !important;
  }
  .u-mr-md-5{
    margin-right: 5px !important;
  }
  .u-mr-md-10{
    margin-right: 10px !important;
  }
  .u-mr-md-15{
    margin-right: 15px !important;
  }
  .u-mr-md-20{
    margin-right: 20px !important;
  }
  .u-mr-md-25{
    margin-right: 25px !important;
  }
  .u-mr-md-30{
    margin-right: 30px !important;
  }
  .u-mr-md-35{
    margin-right: 35px !important;
  }
  .u-mr-md-40{
    margin-right: 40px !important;
  }
  .u-mr-md-45{
    margin-right: 45px !important;
  }
  .u-mr-md-50{
    margin-right: 50px !important;
  }
  .u-pt-md-0{
    padding-top: 0px !important;
  }
  .u-pt-md-5{
    padding-top: 5px !important;
  }
  .u-pt-md-10{
    padding-top: 10px !important;
  }
  .u-pt-md-15{
    padding-top: 15px !important;
  }
  .u-pt-md-20{
    padding-top: 20px !important;
  }
  .u-pt-md-25{
    padding-top: 25px !important;
  }
  .u-pt-md-30{
    padding-top: 30px !important;
  }
  .u-pt-md-35{
    padding-top: 35px !important;
  }
  .u-pt-md-40{
    padding-top: 40px !important;
  }
  .u-pt-md-45{
    padding-top: 45px !important;
  }
  .u-pt-md-50{
    padding-top: 50px !important;
  }
  .u-pb-md-0{
    padding-bottom: 0px !important;
  }
  .u-pb-md-5{
    padding-bottom: 5px !important;
  }
  .u-pb-md-10{
    padding-bottom: 10px !important;
  }
  .u-pb-md-15{
    padding-bottom: 15px !important;
  }
  .u-pb-md-20{
    padding-bottom: 20px !important;
  }
  .u-pb-md-25{
    padding-bottom: 25px !important;
  }
  .u-pb-md-30{
    padding-bottom: 30px !important;
  }
  .u-pb-md-35{
    padding-bottom: 35px !important;
  }
  .u-pb-md-40{
    padding-bottom: 40px !important;
  }
  .u-pb-md-45{
    padding-bottom: 45px !important;
  }
  .u-pb-md-50{
    padding-bottom: 50px !important;
  }
  .u-pl-md-0{
    padding-left: 0px !important;
  }
  .u-pl-md-5{
    padding-left: 5px !important;
  }
  .u-pl-md-10{
    padding-left: 10px !important;
  }
  .u-pl-md-15{
    padding-left: 15px !important;
  }
  .u-pl-md-20{
    padding-left: 20px !important;
  }
  .u-pl-md-25{
    padding-left: 25px !important;
  }
  .u-pl-md-30{
    padding-left: 30px !important;
  }
  .u-pl-md-35{
    padding-left: 35px !important;
  }
  .u-pl-md-40{
    padding-left: 40px !important;
  }
  .u-pl-md-45{
    padding-left: 45px !important;
  }
  .u-pl-md-50{
    padding-left: 50px !important;
  }
  .u-pr-md-0{
    padding-right: 0px !important;
  }
  .u-pr-md-5{
    padding-right: 5px !important;
  }
  .u-pr-md-10{
    padding-right: 10px !important;
  }
  .u-pr-md-15{
    padding-right: 15px !important;
  }
  .u-pr-md-20{
    padding-right: 20px !important;
  }
  .u-pr-md-25{
    padding-right: 25px !important;
  }
  .u-pr-md-30{
    padding-right: 30px !important;
  }
  .u-pr-md-35{
    padding-right: 35px !important;
  }
  .u-pr-md-40{
    padding-right: 40px !important;
  }
  .u-pr-md-45{
    padding-right: 45px !important;
  }
  .u-pr-md-50{
    padding-right: 50px !important;
  }
}

@media print{
  .t-header{
    border-bottom: none;
  }
  .t-header_logo_link-mufg, .t-header_logo_link-en, .t-header_logo_link-ja{
    background: none;
    text-indent: 0;
  }
  .t-header_logo_link-mufg > span, .t-header_logo_link-en > span, .t-header_logo_link-ja > span{
    display: none;
  }
  .t-header_logo_link-mufg > img, .t-header_logo_link-en > img, .t-header_logo_link-ja > img{
    display: block;
  }
  .t-header_drawer{
    display: none;
  }
  .is-fixed .t-header_drawer{
    position: static;
  }
  .t-footer_sitemap{
    display: none;
  }
  .t-footer_legal{
    display: none;
  }
  .t-pagetop{
    display: none;
  }
  .m-introduction-slider .m-introduction_pic{
    display: none;
  }
  .slick-slide{
    display: none !important;
  }
  .slick-slide.slick-active{
    display: block !important;
  }
  .slick-list{
    height: auto !important;
  }
  .slick-track{
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .slick-track .slick-slide{
    width: auto !important;
  }
}

@media screen and (min-width: 1000px){
  .t-header_drawer_logo_link{
    width: 139px;
    height: 32px;
    background-size: 139px 32px;
  }
  .t-header_nav_item-lang{
    max-width: 230px;
  }
  .t-header_lang_item{
    margin: 0 12px;
  }
  .t-header_lang_search{
    margin-left: 10px;
  }
  .t-header_lang_search_btn > span{
    max-width: 44px;
  }
  .t-footer_grid{
    margin: 0 -18px;
  }
  .t-footer_grid_item{
    padding: 0 18px;
  }
  .o-row{
    margin: 0px -18px 0px;
  }
  .o-row + .o-row{
    margin-top: 40px;
  }
  .o-row_col{
    margin-top: 40px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .o-row > .o-row_col:first-child{
    margin-top: 0px;
  }
  .o-row > .o-row_col-2:nth-child(-n+6){
    margin-top: 0px;
  }
  .o-row > .o-row_col-3:nth-child(-n+4){
    margin-top: 0px;
  }
  .o-row > .o-row_col-4:nth-child(-n+3){
    margin-top: 0px;
  }
  .o-row > .o-row_col-6:nth-child(-n+2){
    margin-top: 0px;
  }
  .o-row > .o-row_col-12:nth-child(-n+1){
    margin-top: 0px;
  }
  .o-result_search{
    margin-bottom: 40px;
  }
  .o-result_list{
    margin: 0 -18px;
  }
  .o-result_drilldown, .o-result_body{
    padding-left: 18px;
    padding-right: 18px;
  }
  .m-introduction-slider .m-introduction_pic > img{
    height: inherit;
  }
  .m-conversation, .m-conversation-ltr{
    margin-left: -18px;
    margin-right: -18px;
  }
  .m-conversation_figure{
    padding: 0 18px;
  }
  .m-conversation_body{
    padding-left: 18px;
  }
  .m-conversation_inner, .m-conversation_inner-orange{
    margin-right: 67px;
  }
  .m-conversation_inner:before, .m-conversation_inner-orange:before{
    border-width: 55px 70px 0 0;
    top: 45px;
    right: -65px;
  }
  .m-conversation-ltr .m-conversation_body{
    padding: 0 18px 0 0;
  }
  .m-conversation-ltr .m-conversation_inner, .m-conversation-ltr .m-conversation_inner-orange{
    margin-left: 67px;
  }
  .m-conversation-ltr .m-conversation_inner:before, .m-conversation-ltr .m-conversation_inner-orange:before{
    border-width: 0 70px 55px 0;
    left: -65px;
  }
  .m-panel_row{
    margin: 0 -18px;
  }
  .m-panel_row .m-panel_figure,
  .m-panel_row .m-panel_body{
    padding-left: 18px;
    padding-right: 18px;
  }
  .m-panel_row .m-panel_body > *{
    padding-right: 30px;
  }
  .m-panel_body{
    min-height: 9em;
    padding: 25px 30px;
  }
  .m-panel_body-secondary{
    padding: 0 30px 30px;
  }
  .m-panel-rtl .m-panel_row .m-panel_body > *, .m-panel-rtl-full .m-panel_row .m-panel_body > *{
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px){
  .t-header_link-primary-acd:before, .t-header_link-primary-acd:after{
    content: "";
    display: block;
    background: #e60000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .t-header_link-primary-acd:before{
    width: 16px;
    height: 2px;
    right: 10px;
  }
  .t-header_link-primary-acd:after{
    width: 2px;
    height: 16px;
    right: 17px;
  }
  .t-header_link-primary-acd.is-active:after{
    content: none;
  }
  .o-row > .o-row_col-6:nth-child(-n+2){
    margin-top: 0px;
  }
  .m-imagesentence-reverse{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-imagesentence-reverse .m-imagesentence_figure{
    margin-top: 15px;
    margin-bottom: 0;
  }
  .m-table-replace table{
    border-top: none;
    border-left: none;
  }
  .m-table-replace table > thead{
    display: none;
  }
  .m-table-replace table > tbody tr{
    display: block;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }
  .m-table-replace table > tbody tr:not(:first-child){
    margin-top: 15px;
  }
  .m-table-replace table > tbody th{
    display: block;
    text-align: center;
  }
  .m-table-replace table > tbody td{
    display: -webkit-flex;
    display: flex;
    padding: 0;
  }
  .m-table-replace .m-table-replace_th{
    color: #333;
    background: #f5f5f5;
    font-weight: bold;
    padding: 10px;
    border-right: 1px solid #dcdcdc;
    box-sizing: border-box;
  }
  .m-table-replace .m-table-replace_td{
    -webkit-flex: 1;
            flex: 1;
    padding: 10px;
  }
  .a-pc{
    display: none;
  }
  .a-margin-sp-t0{
    margin-top: 0 !important;
  }
  .a-margin-sp-t05{
    margin-top: 5px !important;
  }
  .a-margin-sp-t1{
    margin-top: 10px !important;
  }
  .a-margin-sp-t2{
    margin-top: 20px !important;
  }
  .a-margin-sp-t3{
    margin-top: 30px !important;
  }
  .a-margin-sp-t4{
    margin-top: 40px !important;
  }
  .a-margin-sp-t5{
    margin-top: 50px !important;
  }
  .a-margin-sp-t6{
    margin-top: 60px !important;
  }
  .a-margin-sp-t7{
    margin-top: 70px !important;
  }
  .a-margin-sp-t8{
    margin-top: 80px !important;
  }
  .a-margin-sp-t9{
    margin-top: 90px !important;
  }
  .a-margin-sp-t10{
    margin-top: 100px !important;
  }
  .a-margin-sp-r0{
    margin-right: 0 !important;
  }
  .a-margin-sp-r05{
    margin-right: 5px !important;
  }
  .a-margin-sp-r1{
    margin-right: 10px !important;
  }
  .a-margin-sp-r2{
    margin-right: 20px !important;
  }
  .a-margin-sp-r3{
    margin-right: 30px !important;
  }
  .a-margin-sp-r4{
    margin-right: 40px !important;
  }
  .a-margin-sp-r5{
    margin-right: 50px !important;
  }
  .a-margin-sp-b0{
    margin-bottom: 0 !important;
  }
  .a-margin-sp-b05{
    margin-bottom: 5px !important;
  }
  .a-margin-sp-b1{
    margin-bottom: 10px !important;
  }
  .a-margin-sp-b2{
    margin-bottom: 20px !important;
  }
  .a-margin-sp-b3{
    margin-bottom: 30px !important;
  }
  .a-margin-sp-b4{
    margin-bottom: 40px !important;
  }
  .a-margin-sp-b5{
    margin-bottom: 50px !important;
  }
  .a-margin-sp-b6{
    margin-bottom: 60px !important;
  }
  .a-margin-sp-b7{
    margin-bottom: 70px !important;
  }
  .a-margin-sp-b8{
    margin-bottom: 80px !important;
  }
  .a-margin-sp-b9{
    margin-bottom: 90px !important;
  }
  .a-margin-sp-b10{
    margin-bottom: 100px !important;
  }
  .a-margin-sp-l0{
    margin-left: 0 !important;
  }
  .a-margin-sp-l05{
    margin-left: 5px !important;
  }
  .a-margin-sp-l1{
    margin-left: 10px !important;
  }
  .a-margin-sp-l2{
    margin-left: 20px !important;
  }
  .a-margin-sp-l3{
    margin-left: 30px !important;
  }
  .a-margin-sp-l4{
    margin-left: 40px !important;
  }
  .a-margin-sp-l5{
    margin-left: 50px !important;
  }
  .a-margin-sp-t1-minus{
    margin-top: -10px;
  }
  .a-margin-sp-t2-minus{
    margin-top: -20px;
  }
  .a-margin-sp-t3-minus{
    margin-top: -30px;
  }
  .a-margin-sp-t4-minus{
    margin-top: -40px;
  }
  .a-margin-sp-t5-minus{
    margin-top: -50px;
  }
  .a-margin-sp-b1-minus{
    margin-bottom: -10px;
  }
  .a-margin-sp-b2-minus{
    margin-bottom: -20px;
  }
  .a-margin-sp-b3-minus{
    margin-bottom: -30px;
  }
  .a-margin-sp-b4-minus{
    margin-bottom: -40px;
  }
  .a-margin-sp-b5-minus{
    margin-bottom: -50px;
  }
}

.xf-style-layout body {
	background: #eeeeee;
}
.xf-web-container {
  background: #eeeeee;
}
.xf-style-editable {
    background: #ffffff;
    margin: 0 auto;
}
.xf-style-editable .comp-accordion .o-row_col {
   width : 100%;
}
@charset "UTF-8";
/*----------------------------------
element
----------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.a-fw-bold {
  font-weight: 700 !important;
}
.a-fw-italic {
  font-style: italic;
}
.a-fw-ul {
  text-decoration: underline;
}
