@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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22125px%22%20height%3D%2230px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%235A5A5A%22%20d%3D%22M63.507%2C24.77V12.037l-5.418%2C8.25h-0.113l-5.466-8.164v12.645h-4.076V5.218h4.556l5.099%2C8.198l5.095-8.198%20h4.394V24.77H63.507z%20M79.128%2C24.988c-5.209%2C0-8.295-2.904-8.295-8.598V5.218h4.068v11.063c0%2C3.152%2C1.688%2C4.775%2C4.279%2C4.775%20c2.59%2C0%2C4.274-1.562%2C4.274-4.641V5.218h4.073v11.036C87.531%2C22.111%2C84.333%2C24.988%2C79.128%2C24.988%20M94.862%2C9.291v4.074h8.555v4.072%20h-8.555v7.33h-4.075V5.218h15.073v4.073H94.862z%20M116.79%2C25.02c-6.034%2C0-10.115-4.238-10.115-9.963V15%20c0-5.5%2C4.223-10.019%2C10.09-10.019c3.491%2C0%2C5.564%2C0.936%2C7.58%2C2.669l-2.705%2C3.223c-1.482-1.234-2.748-1.966-4.985-1.966%20c-3.11%2C0-5.503%2C2.747-5.503%2C6.033v0.059c0%2C3.546%2C2.379%2C6.14%2C5.816%2C6.14c1.553%2C0%2C2.738-0.387%2C3.961-1.162v-2.541h-4.479v-4.072H125%20v8.578C122.963%2C23.635%2C120.336%2C25.02%2C116.79%2C25.02%22%2F%3E%20%3Cpath%20fill%3D%22%23E60000%22%20d%3D%22M26.625%2C0.34c-2.135%2C0-4.156%2C0.454-5.982%2C1.276c-1.829-0.822-3.85-1.276-5.983-1.276%20C6.565%2C0.34%2C0%2C6.904%2C0%2C15.002C0%2C23.098%2C6.564%2C29.66%2C14.66%2C29.66c2.133%2C0%2C4.155-0.459%2C5.983-1.27c1.826%2C0.811%2C3.847%2C1.27%2C5.982%2C1.27%20c8.094%2C0%2C14.661-6.562%2C14.661-14.658C41.285%2C6.904%2C34.719%2C0.34%2C26.625%2C0.34%20M20.643%2C28.252c-7.319%2C0-13.255-5.932-13.255-13.25%20c0-7.32%2C5.936-13.257%2C13.255-13.257c7.316%2C0%2C13.252%2C5.937%2C13.252%2C13.257C33.895%2C22.32%2C27.959%2C28.252%2C20.643%2C28.252%20M26.737%2C15.002%20c0%2C3.365-2.724%2C6.1-6.094%2C6.1c-3.371%2C0-6.096-2.734-6.096-6.1c0-3.369%2C2.725-6.102%2C6.096-6.102%20C24.013%2C8.901%2C26.737%2C11.633%2C26.737%2C15.002%22%2F%3E%3C%2Fsvg%3E");
  max-width: 94px;
  width: 33.815%;
  padding-top: 1.715em;
}

.t-header_logo_link-en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22285px%22%20height%3D%2218px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%235A5A5A%22%20d%3D%22M10.472%2C0.866L7.307%2C9.402L4.105%2C0.866H0v13.716h2.783V4.953l3.815%2C9.629h1.017l3.798-9.629v9.629h3.088%20V0.866H10.472z%20M17.181%2C1.672c0-0.863%2C0.69-1.516%2C1.573-1.516c0.902%2C0%2C1.592%2C0.652%2C1.592%2C1.516c0%2C0.864-0.69%2C1.516-1.592%2C1.516%20C17.871%2C3.188%2C17.181%2C2.536%2C17.181%2C1.672%20M17.392%2C4.549h2.762v10.033h-2.762V4.549z%20M23.222%2C11.607V6.526h-1.285V4.549h1.285V2.383%20h2.762v2.166h2.11v1.977h-2.11v4.835c0%2C0.805%2C0.403%2C1.188%2C1.113%2C1.188c0.421%2C0%2C0.729-0.057%2C1.055-0.191v2.148%20c-0.384%2C0.135-0.94%2C0.27-1.688%2C0.27C24.352%2C14.771%2C23.222%2C13.697%2C23.222%2C11.607%20M29.396%2C11.434h2.589%20c0.116%2C0.904%2C0.557%2C1.42%2C1.765%2C1.42c1.073%2C0%2C1.573-0.402%2C1.573-1.092c0-0.691-0.595-0.979-2.034-1.189%20c-2.666-0.402-3.703-1.168-3.703-3.125c0-2.093%2C1.918-3.127%2C3.972-3.127c2.226%2C0%2C3.894%2C0.806%2C4.143%2C3.106H35.15%20c-0.153-0.826-0.614-1.208-1.573-1.208c-0.9%2C0-1.418%2C0.421-1.418%2C1.036c0%2C0.633%2C0.479%2C0.88%2C1.937%2C1.093%20c2.513%2C0.363%2C3.894%2C0.996%2C3.894%2C3.146c0%2C2.168-1.572%2C3.301-4.219%2C3.301C31.064%2C14.793%2C29.492%2C13.604%2C29.396%2C11.434%20M39.772%2C11.014%20V4.549h2.762v6.08c0%2C1.361%2C0.556%2C2.016%2C1.746%2C2.016c1.17%2C0%2C2.09-0.729%2C2.09-2.207V4.549h2.762V14.58H46.37v-1.572%20c-0.519%2C1.02-1.534%2C1.783-3.185%2C1.783C41.228%2C14.791%2C39.772%2C13.643%2C39.772%2C11.014%20M54.461%2C12.988v1.594H51.68V0.004h2.781v6.117%20c0.556-0.959%2C1.727-1.803%2C3.203-1.803c2.454%2C0%2C4.373%2C1.822%2C4.373%2C5.14v0.154c0%2C3.318-1.88%2C5.18-4.373%2C5.18%20C56.109%2C14.793%2C54.978%2C14.023%2C54.461%2C12.988%20M59.217%2C9.633V9.479c0-2.032-0.998-3.029-2.398-3.029c-1.458%2C0-2.455%2C1.017-2.455%2C3.029%20v0.154c0%2C2.014%2C0.959%2C2.992%2C2.476%2C2.992C58.373%2C12.625%2C59.217%2C11.588%2C59.217%2C9.633%20M63.856%2C1.672c0-0.863%2C0.69-1.516%2C1.572-1.516%20c0.901%2C0%2C1.592%2C0.652%2C1.592%2C1.516c0%2C0.864-0.69%2C1.516-1.592%2C1.516C64.547%2C3.188%2C63.856%2C2.536%2C63.856%2C1.672%20M64.068%2C4.549h2.761%20v10.033h-2.761V4.549z%20M68.746%2C11.434h2.589c0.115%2C0.904%2C0.557%2C1.42%2C1.766%2C1.42c1.073%2C0%2C1.572-0.402%2C1.572-1.092%20c0-0.691-0.595-0.979-2.033-1.189c-2.667-0.402-3.703-1.168-3.703-3.125c0-2.093%2C1.918-3.127%2C3.97-3.127%20c2.225%2C0%2C3.894%2C0.806%2C4.144%2C3.106H74.5c-0.154-0.826-0.614-1.208-1.573-1.208c-0.902%2C0-1.419%2C0.421-1.419%2C1.036%20c0%2C0.633%2C0.479%2C0.88%2C1.937%2C1.093c2.513%2C0.363%2C3.894%2C0.996%2C3.894%2C3.146c0%2C2.168-1.572%2C3.301-4.22%2C3.301%20C70.414%2C14.793%2C68.842%2C13.604%2C68.746%2C11.434%20M79.198%2C0.004h2.78v6.137c0.499-0.997%2C1.593-1.821%2C3.262-1.821%20c1.976%2C0%2C3.375%2C1.188%2C3.375%2C3.875v6.389h-2.782V8.598c0-1.361-0.537-2.014-1.766-2.014c-1.188%2C0-2.09%2C0.729-2.09%2C2.206v5.795h-2.78%20L79.198%2C0.004L79.198%2C0.004z%20M90.952%2C1.672c0-0.863%2C0.69-1.516%2C1.573-1.516c0.901%2C0%2C1.592%2C0.652%2C1.592%2C1.516%20c0%2C0.864-0.69%2C1.516-1.592%2C1.516C91.642%2C3.188%2C90.952%2C2.536%2C90.952%2C1.672%20M91.163%2C4.549h2.762v10.033h-2.762V4.549z%20M101.058%2C9.229%20V0.866h3.127v8.173c0%2C2.281%2C0.672%2C3.277%2C2.551%2C3.277c1.841%2C0%2C2.646-0.883%2C2.646-3.395V0.866h3.128v8.248%20c0%2C3.74-2.09%2C5.678-5.793%2C5.678C103.11%2C14.791%2C101.058%2C12.873%2C101.058%2C9.229%20M115.439%2C0.866h8.806v2.438h-5.697v3.625h4.506v2.339%20h-4.506v5.314h-3.108L115.439%2C0.866L115.439%2C0.866z%20M125.603%2C14.332v-2.379c0.46%2C0.172%2C0.921%2C0.326%2C1.728%2C0.326%20c1.168%2C0%2C1.936-0.596%2C1.936-2.168V0.866h3.127v9.283c0%2C3.107-1.688%2C4.605-4.508%2C4.605C126.696%2C14.754%2C126.083%2C14.582%2C125.603%2C14.332%20M139.623%2C0.866h8.803v2.438h-5.695v3.625h4.505v2.339h-4.505v5.314h-3.108V0.866L139.623%2C0.866z%20M150.207%2C1.672%20c0-0.863%2C0.689-1.516%2C1.57-1.516c0.902%2C0%2C1.594%2C0.652%2C1.594%2C1.516c0%2C0.864-0.689%2C1.516-1.594%2C1.516%20C150.896%2C3.188%2C150.207%2C2.536%2C150.207%2C1.672%20M150.418%2C4.549h2.762v10.033h-2.762V4.549z%20M155.826%2C4.549h2.779v1.592%20c0.5-0.997%2C1.594-1.821%2C3.262-1.821c1.977%2C0%2C3.375%2C1.188%2C3.375%2C3.875v6.389h-2.779V8.598c0-1.361-0.537-2.014-1.766-2.014%20c-1.189%2C0-2.092%2C0.729-2.092%2C2.206v5.795h-2.779V4.549z%20M167.062%2C11.801c0-2.342%2C2.148-3.225%2C5.217-3.225h1.133V8.174%20c0-1.188-0.367-1.839-1.633-1.839c-1.094%2C0-1.594%2C0.556-1.709%2C1.419h-2.627c0.172-2.379%2C2.053-3.435%2C4.508-3.435%20s4.199%2C0.997%2C4.199%2C3.722v6.541h-2.703v-1.209c-0.574%2C0.807-1.457%2C1.42-3.029%2C1.42C168.598%2C14.793%2C167.062%2C13.908%2C167.062%2C11.801%20M173.412%2C11.072v-0.848h-1.076c-1.609%2C0-2.551%2C0.348-2.551%2C1.42c0%2C0.73%2C0.441%2C1.209%2C1.457%2C1.209%20C172.473%2C12.854%2C173.412%2C12.184%2C173.412%2C11.072%20M178.625%2C4.549h2.781v1.592c0.498-0.997%2C1.594-1.821%2C3.262-1.821%20c1.975%2C0%2C3.375%2C1.188%2C3.375%2C3.875v6.389h-2.779V8.598c0-1.361-0.537-2.014-1.764-2.014c-1.191%2C0-2.094%2C0.729-2.094%2C2.206v5.795%20h-2.781V4.549z%20M189.9%2C9.689v-0.15c0-3.243%2C2.32-5.219%2C5.18-5.219c2.318%2C0%2C4.469%2C1.017%2C4.719%2C3.893h-2.627%20c-0.193-1.169-0.902-1.706-2.035-1.706c-1.439%2C0-2.396%2C1.074-2.396%2C2.991v0.154c0%2C2.014%2C0.9%2C3.049%2C2.455%2C3.049%20c1.111%2C0%2C2.016-0.65%2C2.15-1.938h2.512c-0.152%2C2.379-1.881%2C4.027-4.795%2C4.027C192.129%2C14.791%2C189.9%2C12.971%2C189.9%2C9.689%20M201.561%2C1.672c0-0.863%2C0.689-1.516%2C1.57-1.516c0.9%2C0%2C1.594%2C0.652%2C1.594%2C1.516c0%2C0.864-0.691%2C1.516-1.594%2C1.516%20C202.25%2C3.188%2C201.561%2C2.536%2C201.561%2C1.672%20M201.771%2C4.549h2.762v10.033h-2.762V4.549z%20M206.527%2C11.801%20c0-2.342%2C2.148-3.225%2C5.217-3.225h1.133V8.174c0-1.188-0.365-1.839-1.631-1.839c-1.096%2C0-1.594%2C0.556-1.707%2C1.419h-2.629%20c0.174-2.379%2C2.053-3.435%2C4.508-3.435s4.199%2C0.997%2C4.199%2C3.722v6.541h-2.703v-1.209c-0.576%2C0.807-1.459%2C1.42-3.031%2C1.42%20C208.061%2C14.793%2C206.527%2C13.908%2C206.527%2C11.801%20M212.877%2C11.072v-0.848h-1.074c-1.611%2C0-2.553%2C0.348-2.553%2C1.42%20c0%2C0.73%2C0.439%2C1.209%2C1.459%2C1.209C211.938%2C12.854%2C212.877%2C12.184%2C212.877%2C11.072%20M218.168%2C0.004h2.762v14.578h-2.762V0.004z%20M227.447%2C7.81V7.658c0-4.123%2C2.938-7.001%2C6.984-7.001c3.049%2C0%2C5.77%2C1.398%2C6.098%2C4.796h-3.088c-0.268-1.611-1.324-2.34-2.973-2.34%20c-2.377%2C0-3.779%2C1.782-3.779%2C4.584v0.151c0%2C2.646%2C1.133%2C4.546%2C3.818%2C4.546c2.303%2C0%2C3.24-1.322%2C3.299-2.895h-3.088V7.236h6.156v1.456%20c0%2C3.666-2.342%2C6.104-6.445%2C6.104C229.941%2C14.793%2C227.447%2C11.875%2C227.447%2C7.81%20M242.963%2C4.549h2.779v1.918%20c0.633-1.342%2C1.611-2.052%2C3.242-2.07v2.589c-2.053-0.02-3.242%2C0.651-3.242%2C2.569v5.027h-2.779V4.549z%20M250.287%2C9.672V9.518%20c0-3.145%2C2.281-5.198%2C5.293-5.198s5.273%2C2.016%2C5.273%2C5.141v0.154c0%2C3.164-2.279%2C5.18-5.293%2C5.18%20C252.57%2C14.793%2C250.287%2C12.797%2C250.287%2C9.672%20M258.037%2C9.633V9.498c0-1.917-0.902-3.068-2.455-3.068%20c-1.535%2C0-2.455%2C1.111-2.455%2C3.029v0.154c0%2C1.918%2C0.881%2C3.068%2C2.455%2C3.068C257.135%2C12.682%2C258.037%2C11.531%2C258.037%2C9.633%20M262.732%2C11.014V4.549h2.764v6.08c0%2C1.361%2C0.555%2C2.016%2C1.744%2C2.016c1.168%2C0%2C2.09-0.729%2C2.09-2.207V4.549h2.764V14.58h-2.764v-1.572%20c-0.518%2C1.02-1.533%2C1.783-3.186%2C1.783C264.189%2C14.791%2C262.732%2C13.643%2C262.732%2C11.014%20M274.643%2C4.549h2.781v1.572%20c0.557-0.959%2C1.727-1.803%2C3.201-1.803c2.455%2C0%2C4.375%2C1.822%2C4.375%2C5.14v0.154c0%2C3.318-1.881%2C5.18-4.375%2C5.18%20c-1.555%2C0-2.686-0.77-3.201-1.746v4.949h-2.781V4.549z%20M282.18%2C9.633V9.479c0-2.032-0.996-3.029-2.398-3.029%20c-1.457%2C0-2.455%2C1.017-2.455%2C3.029v0.154c0%2C2.014%2C0.961%2C2.992%2C2.477%2C2.992C281.336%2C12.625%2C282.18%2C11.588%2C282.18%2C9.633%22%2F%3E%3C%2Fsvg%3E");
  max-width: 127px;
  width: 45.685%;
  padding-top: .572em;
}

.t-header_logo_link-ja {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22523px%22%20height%3D%2235px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20d%3D%22M422.797%2C3.401h-18.521c-0.012%2C5.523-1.661%2C10.188-6.005%2C12.023v4.021c5.794-1.313%2C9.313-6.297%2C10.046-12.429h12.005v3.932%20c0%2C12.821-7.857%2C18.61-18.744%2C19.438v4.068C415.821%2C33.604%2C425%2C26.301%2C425%2C10.344V9.117l-2.202%2C0.035L422.797%2C3.401L422.797%2C3.401z%20M424.46%2C1.314h2.666v6.189h-2.666V1.314z%20M429.04%2C1.314h2.668v6.189h-2.668V1.314z%20M287.35%2C2.501h13.78v3.44h-13.78V2.501z%20M287.35%2C12.807h13.78v3.51h-13.78V12.807z%20M309.305%2C10.057c0%2C13.485-7.157%2C19.823-17.743%2C19.823c-1.222%2C0-1.822%2C0.063-4.247-0.008%20v4.325h3.443c16.587%2C0%2C22.98-10.655%2C22.98-24.145L309.305%2C10.057z%20M327.637%2C7.746h-4.015l0.185%2C3.998h-4.049l0.07%2C3.181h4.121%20l0.878%2C19.363h4.018l-0.886-19.363h11.188c-0.399%2C5.396-2.829%2C8.111-6.117%2C9.218v4.084c9.282-2.123%2C10.562-10.76%2C10.562-16.482%20h-15.773L327.637%2C7.746z%20M194.759%2C20.066v3.828c4.007-0.146%2C7.955-1.035%2C11.462-2.584v12.984h4.446V18.818%20c3.908-2.747%2C6.78-6.535%2C7.77-11.191h-4.791C211.941%2C14.488%2C204.247%2C19.472%2C194.759%2C20.066%20M468.648%2C14.406h23.168v3.753h-23.168%20V14.406z%20M104.6%2C21.292c0.141%2C8.151-4.315%2C13.188-13.497%2C13.188c-9.184%2C0-13.637-5.035-13.496-13.188V2.41h4.682v19.937%20c0.144%2C5.429%2C3.475%2C8.363%2C8.814%2C8.363c5.342%2C0%2C8.641-2.937%2C8.783-8.363V2.41h4.713L104.6%2C21.292L104.6%2C21.292z%20M111.855%2C33.806%20V2.426h23.409v3.767h-18.723v9.942h16.872V19.9h-16.872v13.904L111.855%2C33.806L111.855%2C33.806z%20M147.91%2C34.482%20c-8.056%2C0-11.958-3.773-12.07-11.433h5.016c0.132%2C6.619%2C3.992%2C7.763%2C7.196%2C7.763c2.51%2C0%2C7.056-1.3%2C7.104-7.188l0.006-21.205h4.75%20v21.224C159.691%2C31.827%2C154.199%2C34.482%2C147.91%2C34.482%20M64.013%2C2.476V0.482h-4.158v1.993H47.371V0.482h-4.152v1.993H37.22v2.728%20h5.999v1.559h4.152V5.203h12.483v1.559h4.158V5.203h6.079V2.476H64.013z%22%2F%3E%20%3Cpath%20d%3D%22M55.69%2C10.938h12.244V8.195H55.69V6.351h-4.154v1.845h-12.22v2.742h12.219v2.079H37.182v2.793h8.438%20c-2%2C2.219-5.46%2C3.576-8.438%2C4.109l-0.013%2C3.242c5.307-0.816%2C10.58-3.537%2C13.079-7.353h5.691v2.937c0%2C2.317%2C2%2C2.237%2C4.554%2C2.237%20h9.598v-2.891H59.782l0.022-2.285h10.286v-2.793H55.69V10.938z%22%2F%3E%20%3Cpath%20d%3D%22M66.605%2C24.9v-2.504H51.34c1.537-1.033%2C2.678-2.051%2C3.604-3.569h-4.477c-2.157%2C2.397-6.497%2C5.077-11.6%2C5.838v3.196%20c1.759-0.221%2C3.621-0.698%2C5.445-1.371c1.532%2C1.101%2C3.141%2C2.08%2C4.867%2C2.947c-4.124%2C1.035-8.263%2C1.648-11.982%2C1.787l0.006%2C3.252%20c4.937-0.399%2C10.946-1.377%2C16.565-3.098c4.436%2C1.564%2C9.778%2C2.566%2C16.311%2C3.068v-3.238c-4.484-0.268-8.312-0.814-11.453-1.57%20C61.653%2C28.37%2C64.407%2C26.806%2C66.605%2C24.9%20M53.676%2C28.111c-2.356-0.909-4.307-1.963-6-3.104c0.016-0.008%2C0.033-0.021%2C0.052-0.024%20h13.115C58.587%2C26.22%2C56.161%2C27.261%2C53.676%2C28.111%20M1.281%2C2.148h28.957v3.837H1.281V2.148z%20M0%2C29.583h31.517v3.971H0V29.583z%20M2.44%2C15.573h26.652v3.833H2.44V15.573z%20M166.014%2C3.203h26.399v6.714c0%2C19.379-15.335%2C24.073-23.776%2C24.573l0.021-4.305%20c11.618-1.379%2C18.797-8.082%2C18.797-19.021V6.879h-21.443L166.014%2C3.203z%20M255.379%2C2.501h15.288V6.23h-15.288V2.501z%20M276.8%2C10.054%20c0%2C13.486-7.155%2C19.822-17.748%2C19.822c-1.224%2C0-1.224%2C0.063-3.645-0.006v4.327h2.845c16.587%2C0%2C22.979-10.657%2C22.979-24.147%20L276.8%2C10.054z%20M375.071%2C12.695c0%2C11.703-4.821%2C15.474-10.021%2C16.638V2.562h-4.423v31.525c15.314-0.49%2C19.017-10.084%2C19.017-21.392%20H375.071L375.071%2C12.695z%20M352.121%2C17.706c0%2C6.438-1.954%2C10.862-5.898%2C12.698l-0.013%2C4.084c6.023-1.6%2C10.138-6.146%2C10.138-16.883%20V2.722h-4.228L352.121%2C17.706L352.121%2C17.706z%20M459.793%2C12.695c0%2C11.703-4.826%2C15.474-10.021%2C16.638V2.562h-4.426v31.525%20c15.312-0.49%2C19.02-10.084%2C19.02-21.392H459.793L459.793%2C12.695z%20M436.845%2C17.706c0%2C6.438-1.961%2C10.862-5.902%2C12.698l-0.013%2C4.084%20c6.027-1.6%2C10.138-6.146%2C10.138-16.883V2.722h-4.222L436.845%2C17.706L436.845%2C17.706z%20M241.501%2C1.065h-4.61v7.707h-14.145v3.447%20h14.145v3.991c0%2C11.986-7.167%2C13.699-12.943%2C14.049v4.227c6.827-0.393%2C17.554-2.592%2C17.554-18.375v-3.89h10.345V8.772h-10.345%20V1.065L241.501%2C1.065z%20M513.616%2C4.546c0-0.464%2C0.124-0.914%2C0.228-1.347l-1.369%2C0.03h-22.448v3.674h21.782v4.286%20c0%2C10.938-7.183%2C17.642-18.795%2C19.022l-0.02%2C4.306c8.438-0.503%2C23.772-5.193%2C23.772-24.577l-0.016-0.479%20C514.97%2C8.525%2C513.616%2C6.693%2C513.616%2C4.546%20M519.103%2C0.651c-2.149%2C0-3.896%2C1.745-3.896%2C3.895c0%2C2.153%2C1.744%2C3.896%2C3.896%2C3.896%20c2.152%2C0%2C3.897-1.741%2C3.897-3.896C523%2C2.396%2C521.255%2C0.651%2C519.103%2C0.651%20M519.103%2C7.043c-1.378%2C0-2.496-1.119-2.496-2.497%20c0-1.377%2C1.118-2.496%2C2.496-2.496s2.499%2C1.119%2C2.499%2C2.496C521.602%2C5.924%2C520.481%2C7.043%2C519.103%2C7.043%20M391.628%2C16.254%20c0%2C1.589-1.286%2C2.878-2.877%2C2.878c-1.586%2C0-2.877-1.29-2.877-2.878c0-1.589%2C1.291-2.877%2C2.877-2.877%20C390.342%2C13.376%2C391.628%2C14.664%2C391.628%2C16.254%22%2F%3E%3C%2Fsvg%3E");
  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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2034%22%3E%20%3Cpath%20fill%3D%22%23e60000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M39%2C24H81a3%2C3%2C0%2C0%2C1%2C0%2C6H39A3%2C3%2C0%2C0%2C1%2C39%2C24Zm0%2C14H81a3%2C3%2C0%2C0%2C1%2C0%2C6H39A3%2C3%2C0%2C0%2C1%2C39%2C38Zm0%2C14H81a3%2C3%2C0%2C0%2C1%2C0%2C6H39A3%2C3%2C0%2C0%2C1%2C39%2C52Z%22%20transform%3D%22translate(-36%20-24)%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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.031%2036.031%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M708.14%2C28.077L695.2%2C41.016l12.907%2C12.908a2.981%2C2.981%2C0%2C0%2C1-4.216%2C4.216L690.984%2C45.232%2C678.108%2C58.109a2.981%2C2.981%2C0%2C0%2C1-4.216-4.216l12.876-12.877L673.86%2C28.108a2.982%2C2.982%2C0%2C1%2C1%2C4.217-4.216L690.984%2C36.8l12.939-12.939A2.982%2C2.982%2C0%2C1%2C1%2C708.14%2C28.077Z%22%20transform%3D%22translate(-673%20-23)%22%2F%3E%3C%2Fsvg%3E");
}

.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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.188%2025.47%22%3E%20%3Cpath%20fill%3D%22%23e60000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M394.581%2C3261.95l-10.253%2C10.26%2C9.546%2C9.54-2.828%2C2.83-9.546-9.54-9.546%2C9.54-2.828-2.83%2C9.546-9.54-10.254-10.26%2C2.829-2.82%2C10.253%2C10.25%2C10.253-10.25Z%22%20transform%3D%22translate(-368%20-3259)%22%2F%3E%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.414px%22%20height%3D%2216.414px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%23e60000%22%20d%3D%22M16.414%201.414L15%200%208.207%206.793%201.414%200%200%201.414%206.793%208.207%200%2015%201.414%2016.414%208.207%209.621%2015%2016.414%2016.414%2015%209.621%208.207z%22%2F%3E%3C%2Fsvg%3E");
  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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240px%22%20height%3D%2236px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M28.873%2C23.058c1.191-2.094%2C1.917-4.493%2C2.01-7.067C31.188%2C7.465%2C24.525%2C0.306%2C16%2C0C7.319-0.154%2C0.157%2C6.757%2C0%2C15.438%20c0.001%2C8.314%2C6.583%2C15.136%2C14.892%2C15.434c4.561%2C0.163%2C8.718-1.68%2C11.657-4.723l10.631%2C9.825L40%2C33.34L28.873%2C23.058z%20M15.22%2C25.689%20c-5.527-0.21-9.9-4.752-9.9-10.283C5.432%2C9.618%2C10.212%2C5.016%2C16%2C5.124c5.68%2C0.215%2C10.107%2C4.994%2C9.893%2C10.672%20C25.678%2C21.476%2C20.898%2C25.904%2C15.22%2C25.689z%22%2F%3E%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.188%2025.47%22%3E%20%3Cpath%20fill%3D%22%23666%22%20fill-rule%3D%22evenodd%22%20d%3D%22M394.581%2C3261.95l-10.253%2C10.26%2C9.546%2C9.54-2.828%2C2.83-9.546-9.54-9.546%2C9.54-2.828-2.83%2C9.546-9.54-10.254-10.26%2C2.829-2.82%2C10.253%2C10.25%2C10.253-10.25Z%22%20transform%3D%22translate(-368%20-3259)%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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%228.59%206%207.41%2012%22%3E%20%3Cpath%20fill%3D%22%23e60000%22%20d%3D%22M10%2C6L8.59%2C7.41L13.17%2C12l-4.58%2C4.59L10%2C18l6-6L10%2C6z%22%2F%3E%3C%2Fsvg%3E");
  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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%223%203.23%2018%2017.54%22%3E%20%3Cpath%20fill%3D%22%23e60000%22%20d%3D%22M3%2C9v6h4l5%2C5V4L7%2C9H3z%20M16.5%2C12c0-1.77-1.02-3.29-2.5-4.03v8.05C15.48%2C15.29%2C16.5%2C13.77%2C16.5%2C12z%20M14%2C3.23v2.06%20c2.891%2C0.86%2C5%2C3.54%2C5%2C6.71s-2.109%2C5.85-5%2C6.71v2.06c4.01-0.91%2C7-4.489%2C7-8.77S18.01%2C4.14%2C14%2C3.23z%22%2F%3E%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%228.59%206%207.41%2012%22%3E%20%3Cpath%20fill%3D%22%23e60000%22%20d%3D%22M10%2C6L8.59%2C7.41L13.17%2C12l-4.58%2C4.59L10%2C18l6-6L10%2C6z%22%2F%3E%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.876%2023.28%22%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224px%22%20d%3D%22M667.56%2C8443.83L684%2C8427.39l16.44%2C16.44%22%20transform%3D%22translate(-666%20-8425)%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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214px%22%20height%3D%2214px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20d%3D%22M8.235%2C7c0%2C0.684-0.552%2C1.235-1.235%2C1.235S5.765%2C7.684%2C5.765%2C7S6.316%2C5.765%2C7%2C5.765C7.708%2C5.765%2C8.235%2C6.34%2C8.235%2C7z%22%2F%3E%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280.75%22%20height%3D%2280.76%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.375%2037.88H63.375V41.88H15.375z%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20605%20%E3%81%AE%E3%82%B3%E3%83%94%E3%83%BC%22%2F%3E%3C%2Fsvg%3E") 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("../../../etc.clientlibs/mufg/clientlibs/resources/imgs/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(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240px%22%20height%3D%2236px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%23999%22%20d%3D%22M28.873%2C23.058c1.191-2.094%2C1.917-4.493%2C2.01-7.067C31.188%2C7.465%2C24.525%2C0.306%2C16%2C0C7.319-0.154%2C0.157%2C6.757%2C0%2C15.438%20c0.001%2C8.314%2C6.583%2C15.136%2C14.892%2C15.434c4.561%2C0.163%2C8.718-1.68%2C11.657-4.723l10.631%2C9.825L40%2C33.34L28.873%2C23.058z%20M15.22%2C25.689%20c-5.527-0.21-9.9-4.752-9.9-10.283C5.432%2C9.618%2C10.212%2C5.016%2C16%2C5.124c5.68%2C0.215%2C10.107%2C4.994%2C9.893%2C10.672%20C25.678%2C21.476%2C20.898%2C25.904%2C15.22%2C25.689z%22%2F%3E%3C%2Fsvg%3E) 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(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240px%22%20height%3D%2236px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M28.873%2C23.058c1.191-2.094%2C1.917-4.493%2C2.01-7.067C31.188%2C7.465%2C24.525%2C0.306%2C16%2C0C7.319-0.154%2C0.157%2C6.757%2C0%2C15.438%20c0.001%2C8.314%2C6.583%2C15.136%2C14.892%2C15.434c4.561%2C0.163%2C8.718-1.68%2C11.657-4.723l10.631%2C9.825L40%2C33.34L28.873%2C23.058z%20M15.22%2C25.689%20c-5.527-0.21-9.9-4.752-9.9-10.283C5.432%2C9.618%2C10.212%2C5.016%2C16%2C5.124c5.68%2C0.215%2C10.107%2C4.994%2C9.893%2C10.672%20C25.678%2C21.476%2C20.898%2C25.904%2C15.22%2C25.689z%22%2F%3E%3C%2Fsvg%3E);
	}
}

/*---------------
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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2254.937%22%20height%3D%2254.9%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M699.9%2C33314.8l-24.981%2C25%2C23.688%2C23.7-2.828%2C2.8-23.688-23.7-24.274%2C24.3-2.828-2.8%2C24.274-24.3-23.567-23.6%2C2.828-2.8%2C23.567%2C23.6%2C24.981-25Z%22%20transform%3D%22translate(-645%20-33312)%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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.875%22%20height%3D%2246%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M62.8%2C34260.5l2.123-2.1-21.621-20.9%2C21.621-20.9-2.123-2.1-23.745%2C23Z%22%20transform%3D%22translate(-39%20-34214)%22%2F%3E%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243.5px%22%20height%3D%2222.6px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%23999%22%20d%3D%22M43.512%2C1.102L22.85%2C21.5l0%2C0l-1.087%2C1l-1.088-1l0%2C0L0.012%2C1.102L1.099%2C0l20.662%2C20.398L42.422%2C0%20L43.512%2C1.102z%20M43.512%2C1.102L22.85%2C21.5l0%2C0l-1.087%2C1l-1.088-1l0%2C0L0.012%2C1.102L1.099%2C0l20.662%2C20.398L42.422%2C0L43.512%2C1.102z%22%2F%3E%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2228.5%22%3E%20%3Cpath%20fill%3D%22%23666%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1288.78%2C20343.2l-0.71.7h0l-13.58%2C13.6-0.71-.7%2C13.57-13.6-13.57-13.5%2C0.71-.7%2C13.58%2C13.5h0Z%22%20transform%3D%22translate(-1274%20-20329)%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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2228.5%22%3E%20%3Cpath%20fill%3D%22%23CCC%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1288.78%2C20343.2l-0.71.7h0l-13.58%2C13.6-0.71-.7%2C13.57-13.6-13.57-13.5%2C0.71-.7%2C13.58%2C13.5h0Z%22%20transform%3D%22translate(-1274%20-20329)%22%2F%3E%3C%2Fsvg%3E");
}

.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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2220px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%23adadad%22%20d%3D%22M4%200H20V16H4z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6%202H18V14H6z%22%2F%3E%20%3Cpath%20fill%3D%22%23adadad%22%20d%3D%22M2%2018L2%204%200%204%200%2018%200%2020%2016%2020%2016%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.a-ic-blank-primary:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2220px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%23e60000%22%20d%3D%22M4%200H20V16H4z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6%202H18V14H6z%22%2F%3E%20%3Cpath%20fill%3D%22%23e60000%22%20d%3D%22M2%2018L2%204%200%204%200%2018%200%2020%2016%2020%2016%2018z%22%2F%3E%3C%2Fsvg%3E");
}

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

a:hover .a-ic-blank-primary-hov:after {
  /* 190214追加 */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2220px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%23e60000%22%20d%3D%22M4%200H20V16H4z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6%202H18V14H6z%22%2F%3E%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M2%2018L2%204%200%204%200%2018%200%2020%2016%2020%2016%2018z%22%2F%3E%3C%2Fsvg%3E");
}

.a-ic-attention:before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.685px%22%20height%3D%2220.974px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%23E60000%22%20d%3D%22M13.343%2C1.071c-0.825-1.429-2.175-1.429-3%2C0l-9.99%2C17.305c-0.825%2C1.429-0.151%2C2.598%2C1.5%2C2.598h19.979%20c1.651%2C0%2C2.325-1.169%2C1.5-2.598L13.343%2C1.071z%22%2F%3E%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.229%2C17.227c0%2C0.759-0.611%2C1.386-1.385%2C1.386c-0.76%2C0-1.387-0.61-1.387-1.386%20c0-0.792%2C0.644-1.402%2C1.387-1.402C12.603%2C15.824%2C13.229%2C16.435%2C13.229%2C17.227%20M10.639%2C6.417c-0.018-0.61-0.05-1.501%2C1.187-1.501%20c1.272%2C0%2C1.239%2C0.857%2C1.222%2C1.501l-0.197%2C7.113c-0.017%2C0.429-0.033%2C1.139-0.99%2C1.139c-0.991%2C0-1.006-0.693-1.024-1.139L10.639%2C6.417%20z%22%2F%3E%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22125px%22%20height%3D%2230px%22%20x%3D%220px%22%20y%3D%220px%22%3E%20%3Cpath%20fill%3D%22%235A5A5A%22%20d%3D%22M63.507%2C24.77V12.037l-5.418%2C8.25h-0.113l-5.466-8.164v12.645h-4.076V5.218h4.556l5.099%2C8.198l5.095-8.198%20h4.394V24.77H63.507z%20M79.128%2C24.988c-5.209%2C0-8.295-2.904-8.295-8.598V5.218h4.068v11.063c0%2C3.152%2C1.688%2C4.775%2C4.279%2C4.775%20c2.59%2C0%2C4.274-1.562%2C4.274-4.641V5.218h4.073v11.036C87.531%2C22.111%2C84.333%2C24.988%2C79.128%2C24.988%20M94.862%2C9.291v4.074h8.555v4.072%20h-8.555v7.33h-4.075V5.218h15.073v4.073H94.862z%20M116.79%2C25.02c-6.034%2C0-10.115-4.238-10.115-9.963V15%20c0-5.5%2C4.223-10.019%2C10.09-10.019c3.491%2C0%2C5.564%2C0.936%2C7.58%2C2.669l-2.705%2C3.223c-1.482-1.234-2.748-1.966-4.985-1.966%20c-3.11%2C0-5.503%2C2.747-5.503%2C6.033v0.059c0%2C3.546%2C2.379%2C6.14%2C5.816%2C6.14c1.553%2C0%2C2.738-0.387%2C3.961-1.162v-2.541h-4.479v-4.072H125%20v8.578C122.963%2C23.635%2C120.336%2C25.02%2C116.79%2C25.02%22%2F%3E%20%3Cpath%20fill%3D%22%23E60000%22%20d%3D%22M26.625%2C0.34c-2.135%2C0-4.156%2C0.454-5.982%2C1.276c-1.829-0.822-3.85-1.276-5.983-1.276%20C6.565%2C0.34%2C0%2C6.904%2C0%2C15.002C0%2C23.098%2C6.564%2C29.66%2C14.66%2C29.66c2.133%2C0%2C4.155-0.459%2C5.983-1.27c1.826%2C0.811%2C3.847%2C1.27%2C5.982%2C1.27%20c8.094%2C0%2C14.661-6.562%2C14.661-14.658C41.285%2C6.904%2C34.719%2C0.34%2C26.625%2C0.34%20M20.643%2C28.252c-7.319%2C0-13.255-5.932-13.255-13.25%20c0-7.32%2C5.936-13.257%2C13.255-13.257c7.316%2C0%2C13.252%2C5.937%2C13.252%2C13.257C33.895%2C22.32%2C27.959%2C28.252%2C20.643%2C28.252%20M26.737%2C15.002%20c0%2C3.365-2.724%2C6.1-6.094%2C6.1c-3.371%2C0-6.096-2.734-6.096-6.1c0-3.369%2C2.725-6.102%2C6.096-6.102%20C24.013%2C8.901%2C26.737%2C11.633%2C26.737%2C15.002%22%2F%3E%3C%2Fsvg%3E") 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;
}
