@charset "UTF-8";
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

body {
  line-height: 1;
}

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;
}

* {
  max-height: 999999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  margin: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100%;
}

a {
  color: #333;
  text-decoration: none;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 768px), print {
  a.telLink {
    display: inline-block;
    pointer-events: none;
    cursor: text;
    text-decoration: none !important;
  }
}
html {
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  html {
    font-size: 32px;
    max-width: 750px;
    overflow-x: hidden;
  }
}
body {
  background: #FFF;
  width: 100%;
  overflow-x: auto;
  color: #333;
  font-weight: 500;
  line-height: 2.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only screen and (min-width: 768px), print {
  body.fixed {
    padding-top: 7.25rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  body.fixed {
    height: 100%;
    position: fixed;
    width: 100%;
  }
}
header {
  z-index: 100;
  width: 100%;
}

header .fixedLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  padding-right: 2%;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

header .fixedLogo .logoImage, header .fixedLogo a {
  display: none;
}

@media only screen and (min-width: 768px), print {
  header {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  header.fixed {
    position: fixed;
    top: -71px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
  }
  header.fixed .fixedLogo {
    width: auto;
  }
  header.fixed .fixedLogo .logoImage, header.fixed .fixedLogo a {
    display: block;
  }
  header.fixed #nav {
    background: #FFF;
    padding: 0 10px;
  }
  header.fixed #navInnerBlock .triggerName .textWrap {
    color: #0c3388;
    line-height: 1.2;
  }
  header.fixed #navInnerBlock .triggerName .textWrap:before {
    opacity: 0;
  }
  header.fixed #navInnerBlock .triggerName .textWrap:after {
    opacity: 1;
  }
  header.fixed #navInnerBlock .triggerName .textWrap:hover {
    color: #FFF;
  }
  header.fixed #navInnerBlock .triggerName .textWrap:hover:before {
    opacity: 1;
  }
  header.fixed #navInnerBlock .triggerName .textWrap:hover:after {
    opacity: 0;
  }
  header.fixed #navInnerBlock .triggerName.service .textWrap:before, header.fixed #navInnerBlock .triggerName.service .textWrap:after {
    left: -25px;
  }
  header.fixed #navInnerBlock .triggerName.active .textWrap {
    color: #FFF;
  }
  header.fixed #navInnerBlock .triggerName.active .textWrap:before {
    opacity: 1;
  }
  header.fixed #navInnerBlock .triggerName.active .textWrap:after {
    opacity: 0;
  }
  header.fixed #navInnerBlock .triggerName {
    border-color: #d7d7d7;
    height: 54px;
  }
  header.fixed #navInnerBlock .trigger:hover {
    background: #0c3388;
  }
  header.fixed #navInnerBlock .underlayer {
    top: 70px !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
header .innerBlock {
  background: #FFF;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
  padding: 13px 10px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  header .innerBlock {
    max-width: 100%;
    padding: 20px 0 18px 30px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  }
  header .innerBlock h1 img, header .innerBlock .h1Style img {
    width: 250px;
  }
}
header .headerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .headerLink li {
  margin-left: 10px;
}

header .headerLink li a {
  color: #0c3388;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

header .headerLink li a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 0;
}

header .headerLink li .arrow:after {
  content: "";
  border-top: 1px solid #0c3388;
  border-right: 1px solid #0c3388;
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 768px), print {
  header .headerLink li .arrow:hover:after {
    right: -4px;
  }
}
header .headerLink li .faq, header .headerLink li .sitemap {
  padding: 0 12px 0 25px;
  margin-right: 32px;
}

@media only screen and (max-width: 1120px), print {
  header .headerLink li .faq, header .headerLink li .sitemap {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px), print {
  header .headerLink li .faq:hover, header .headerLink li .sitemap:hover {
    opacity: 0.6;
  }
}
header .headerLink li .faq:before {
  background-image: url(/content/dam/mi-tomonokai/common/images/icon_faq.svg);
  width: 20px;
  height: 18px;
  position: absolute;
  top: calc(50% - 8px);
}

header .headerLink li .sitemap:before {
  background-image: url(/content/dam/mi-tomonokai/common/images/icon_sitemap.svg);
  width: 18px;
  height: 17px;
  position: absolute;
  top: calc(50% - 9px);
}

header .headerLink li .contractdetails {
  height: 45px;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.3;
  border: 1px solid #0c3388;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .headerLink li .contractdetails:before {
  background-image: url(/content/dam/mi-tomonokai/common/images/icon_contractdetails.svg);
  width: 2.0625rem;
  height: 2.0625rem;
  position: absolute;
  top: calc(50% - 1.03125rem);
  left: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

header .headerLink li .contractdetails:after {
  content: "";
  display: block;
  background-image: url(/content/dam/mi-tomonokai/common/images/icon_contractdetails_on.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 0;
  width: 2.0625rem;
  height: 2.0625rem;
  position: absolute;
  top: calc(50% - 1.03125rem);
  left: 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  opacity: 0;
}

header .headerLink li .contractdetails .textWrap {
  min-width: 12.8125rem;
  padding: 0.125rem 1.25rem 0.125rem 3.1rem;
  font-size: 0.875rem;
}

header .headerLink li .contractdetails .textWrap:after {
  right: 11px;
}

header .headerLink li .contractdetails .textMin {
  display: block;
  font-size: 0.6875rem;
  font-weight: normal;
}

@media only screen and (min-width: 768px), print {
  header .headerLink li .contractdetails:hover {
    background: #0c3388;
    color: #FFF;
  }
  header .headerLink li .contractdetails:hover:before {
    opacity: 0;
  }
  header .headerLink li .contractdetails:hover:after {
    opacity: 1;
  }
  header .headerLink li .contractdetails:hover .textWrap {
    color: #FFF;
    text-decoration: none;
  }
  header .headerLink li .contractdetails:hover .textWrap:after {
    border-color: #FFF;
    right: 6px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  header .headerLink li .contractdetails {
    font-size: 0.625rem;
    line-height: 0.75rem;
    width: 7rem;
    height: 60px;
  }
  header .headerLink li .contractdetails .textWrap {
    padding-left: 65px;
    font-size: 0.625rem;
  }
  header .headerLink li .contractdetails .textWrap:after {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  header .headerLink li .contractdetails:before, header .headerLink li .contractdetails:after {
    width: 1.3125rem;
    height: 1.3125rem;
    top: calc(50% - 0.65625rem);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  header #gNavTrigger {
    display: block;
    background: #0c3388;
    width: 110px;
    height: 110px;
    margin: -20px 0 -18px 30px;
    cursor: pointer;
    position: relative;
  }
  header #gNavTrigger .line {
    display: inline-block;
    position: absolute;
    border-radius: 2px;
    right: calc(50% - 25px);
    height: 3px;
    width: 50px;
    background: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  header #gNavTrigger .line:nth-of-type(1) {
    top: 34px;
  }
  header #gNavTrigger .line:nth-of-type(2) {
    top: 54px;
  }
  header #gNavTrigger .line:nth-of-type(3) {
    top: 74px;
  }
  header #gNavTrigger.active .line:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 64px;
    top: 46px;
    right: calc(50% - 32px);
  }
  header #gNavTrigger.active .line:nth-of-type(2) {
    opacity: 0;
  }
  header #gNavTrigger.active .line:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 64px;
    top: 59px;
    right: calc(50% - 32px);
  }
}
#nav {
  background: #0c3388;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #nav {
    position: fixed;
    background: #EBF0F7;
    overflow: scroll;
    width: 100%;
    height: 100%;
    top: 110px;
    padding: 40px 30px 110px;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    right: -270vw;
  }
  #nav.active {
    right: 0;
  }
}
#navInnerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#navInnerBlock .trigger {
  display: block;
  width: 25.54%;
  max-width: 300px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 768px), print {
  #navInnerBlock .trigger:hover {
    background: #FFF;
  }
  #navInnerBlock .trigger:hover .triggerName {
    color: #0c3388;
  }
}
#navInnerBlock .trigger a.noHover {
  cursor: default;
  pointer-events: none;
}

#navInnerBlock .trigger li.noHover {
  color: #0c3388;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #navInnerBlock .trigger {
    background: #FFF;
    width: 100%;
    max-width: 100%;
  }
}
#navInnerBlock .trigger .spLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0c3388;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 55px 0 30px;
  width: 100%;
  height: 100px;
  position: relative;
}

#navInnerBlock .trigger .spLinks:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #0c3388;
  border-right: 2px solid #0c3388;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 37px;
}

#navInnerBlock .trigger .spLinks.miLink:after {
  border: none;
  content: "";
  display: block;
  background: url(/content/dam/mi-tomonokai/common/images/icon_blank_blue.svg) no-repeat center center;
  background-size: cover;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: calc(50% - 9px);
  right: 30px;
}

#navInnerBlock .trigger .underlayer {
  background: #FFF;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px 0;
  left: 0;
  display: none;
}

@media only screen and (min-width: 768px), print {
  #navInnerBlock .trigger .underlayer {
    top: 45px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #navInnerBlock .trigger .underlayer {
    width: 100%;
    opacity: 1;
    padding: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    pointer-events: auto;
    overflow: hidden;
  }
  #navInnerBlock .trigger .underlayer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 55px;
    width: 100%;
    height: 100px;
    position: relative;
  }
  #navInnerBlock .trigger .underlayer a:after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #0c3388;
    border-right: 2px solid #0c3388;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 37px;
  }
}
#navInnerBlock .triggerName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #FFF;
  border-right: 1px solid #FFF;
  height: 30px;
  padding-top: 1px;
  margin: 8px 0;
  z-index: 10;
  position: sticky;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #navInnerBlock .triggerName {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #0c3388;
    font-size: 0.875rem;
    border: none;
    height: 100px;
    margin: 0;
    position: relative;
    pointer-events: none;
    z-index: 1;
  }
  #navInnerBlock .triggerName:before, #navInnerBlock .triggerName:after {
    content: "";
    background: #4D4D4D;
    width: 22px;
    height: 2px;
    position: absolute;
    right: 30px;
    top: calc(50% - 1px);
  }
  #navInnerBlock .triggerName:after {
    width: 2px;
    height: 22px;
    right: 40px;
    top: calc(50% - 11px);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  #navInnerBlock .triggerName.active:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
#navInnerBlock .triggerName .textWrap {
  margin-left: 30px;
  position: relative;
}

#navInnerBlock .triggerName .textWrap:before, #navInnerBlock .triggerName .textWrap:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: calc(50% - 14px);
  left: -35px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #navInnerBlock .triggerName .textWrap:before, #navInnerBlock .triggerName .textWrap:after {
    display: none;
  }
}
#navInnerBlock .triggerName .textWrap:after {
  opacity: 0;
}

#navInnerBlock .triggerName.about {
  border-left: 1px solid #FFF;
}

#navInnerBlock .triggerName.about .textWrap:before, #navInnerBlock .triggerName.about .textWrap:after {
  background-image: url(/content/dam/mi-tomonokai/common/images/icon_about.svg);
  width: 25px;
  height: 25px;
}

#navInnerBlock .triggerName.about .textWrap:after {
  background-image: url(/content/dam/mi-tomonokai/common/images/icon_about_on.svg);
}

#navInnerBlock .triggerName.procedure .textWrap:before, #navInnerBlock .triggerName.procedure .textWrap:after {
  background-image: url(/content/dam/mi-tomonokai/common/images/icon_procedure.svg);
  width: 25px;
  height: 25px;
}

#navInnerBlock .triggerName.procedure .textWrap:after {
  background-image: url(/content/dam/mi-tomonokai/common/images/icon_procedure_on.svg);
}

#navInnerBlock .triggerName.service .textWrap:before, #navInnerBlock .triggerName.service .textWrap:after {
  background-image: url(/content/dam/mi-tomonokai/common/images/icon_service.svg);
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

#navInnerBlock .triggerName.service .textWrap:after {
  background-image: url(/content/dam/mi-tomonokai/common/images/icon_service_on.svg);
}

#navInnerBlock .triggerName:hover .textWrap:before, #navInnerBlock .triggerName.active .textWrap:before {
  opacity: 0;
}

#navInnerBlock .triggerName:hover .textWrap:after, #navInnerBlock .triggerName.active .textWrap:after {
  opacity: 1;
}

#navInnerBlock .underBlock {
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 1080px;
}

@media only screen and (min-width: 768px), print {
  #navInnerBlock .underBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#navInnerBlock .underBlock a {
  color: #0c3388;
  display: block;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 768px), print {
  #navInnerBlock .underBlock a:hover {
    background: #376ab3;
    color: #FFF;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #navInnerBlock .underBlock {
    display: none;
    font-size: 0.875rem;
  }
}
#navInnerBlock .underBlock dt {
  width: 226px;
  border-right: 1px solid #d6d6d6;
  font-weight: bold;
  margin-right: 10px;
  padding-right: 15px;
}

#navInnerBlock .underBlock dt a.noHover {
  cursor: default;
  pointer-events: none;
}

@media only screen and (min-width: 768px), print {
  #navInnerBlock .underBlock dt a:hover {
    background: #0c3388;
  }
  #navInnerBlock .underBlock dt a:hover.noHover {
    background: #FFF;
    color: #0c3388;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #navInnerBlock .underBlock dt {
    width: 100%;
    border: none;
    font-weight: normal;
    padding: 0;
  }
}
#navInnerBlock .underList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 875px;
}

#navInnerBlock .underList li {
  width: 280px;
  padding-left: 10px;
  margin-bottom: 5px;
}

#navInnerBlock .underList li.wAuto {
  width: auto;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #navInnerBlock .underList {
    display: block;
    max-width: 100%;
  }
  #navInnerBlock .underList li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #navInnerBlock {
    display: block;
  }
}
#pankuzu {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  line-height: 22px;
  height: 22px;
  padding-left: 42px;
  margin: 18px auto 30px;
  color: #2C2C2C;
}

#pankuzu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pankuzu li:first-child {
  position: relative;
}

#pankuzu li:first-child:before {
  content: "";
  display: block;
  background: url(/content/dam/mi-tomonokai/common/images/icon_home.svg) no-repeat center center;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  left: -25px;
  top: -1px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #pankuzu li:first-child:before {
    width: 38px;
    height: 38px;
    left: -50px;
    top: -10px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #pankuzu {
    margin-top: 140px;
    height: 44px;
    font-size: 0.625rem;
    padding: 0 80px;
    white-space: nowrap;
    overflow-scrolling: touch;
    overflow-y: auto;
  }
}
#pankuzu li:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #2C2C2C;
  border-bottom: 4px solid transparent;
  margin: 0 0.5em;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #pankuzu li:after {
    border-top: 8px solid transparent;
    border-left: 10px solid #2C2C2C;
    border-bottom: 8px solid transparent;
    margin: 0 1em;
  }
}
#pankuzu li:last-child:after {
  display: none;
}

#pankuzu a {
  color: #0c3388;
}

@media only screen and (min-width: 768px), print {
  #pankuzu a:hover {
    text-decoration: underline;
  }
}
#pageTop {
  display: block;
  background: #0c3388;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #0c3388;
  position: absolute;
  top: -63px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#pageTop:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 6px);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#pageTop.fixed {
  position: fixed;
  top: auto;
  bottom: 18px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #pageTop {
    width: 80px;
    height: 80px;
    top: -126px;
  }
  #pageTop:before {
    width: 20px;
    height: 20px;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    top: calc(50% - 10px);
    left: calc(50% - 11px);
  }
  #pageTop.fixed {
    bottom: 36px;
  }
}
@media only screen and (min-width: 768px), print {
  #pageTop:hover {
    background: #FFF;
  }
  #pageTop:hover:before {
    border-color: #0c3388;
    top: calc(50% - 8px);
  }
}
footer {
  border-top: 3px solid #0c3388;
  border-bottom: 10px solid #0c3388;
  position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer {
    border-top: 6px solid #0c3388;
    border-bottom: 20px solid #0c3388;
  }
}
footer #footerContentInner {
  font-size: 0.75rem;
}

@media only screen and (min-width: 768px), print {
  footer #footerContentInner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #footerContentInner {
    font-size: 0.875rem;
    margin: 0 30px;
  }
  footer #footerContentInner .trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0c3388;
    font-weight: bold;
    border-bottom: 2px solid #d7d7d7;
    height: 100px;
    padding-left: 30px;
    position: relative;
  }
  footer #footerContentInner .trigger:before, footer #footerContentInner .trigger:after {
    content: "";
    background: #4D4D4D;
    width: 22px;
    height: 2px;
    position: absolute;
    right: 30px;
    top: calc(50% - 1px);
  }
  footer #footerContentInner .trigger:after {
    width: 2px;
    height: 22px;
    right: 40px;
    top: calc(50% - 11px);
  }
  footer #footerContentInner .trigger.active {
    border-bottom: none;
  }
  footer #footerContentInner .trigger.active:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
footer #footerContentInner #footerSitemap {
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  footer #footerContentInner #footerSitemap {
    font-size: 0.7rem;
    line-height: 2.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 10px 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #footerContentInner #footerSitemap {
    font-weight: normal;
  }
}
footer #footerContentInner #footerSitemap a {
  color: #0c3388;
}

@media only screen and (min-width: 768px), print {
  footer #footerContentInner #footerSitemap a:hover {
    text-decoration: underline;
  }
}
footer #footerContentInner #footerSitemap a.noHover {
  cursor: default;
  pointer-events: none;
}

footer #footerContentInner #footerSitemap li.noHover {
  color: #0c3388;
}

footer #footerContentInner #footerSitemap li.noHover.mt1em {
  margin-top: 2.25em;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #footerContentInner #footerSitemap {
    padding: 40px 0 0;
  }
  footer #footerContentInner #footerSitemap .logoImage {
    width: 280px;
    margin: 0;
  }
  footer #footerContentInner #footerSitemap .siteMapLists {
    display: none;
  }
  footer #footerContentInner #footerSitemap .siteMapLists.view {
    display: block;
  }
  footer #footerContentInner #footerSitemap .siteMapLists, footer #footerContentInner #footerSitemap .boderBottom {
    border-bottom: 2px solid #d7d7d7;
  }
  footer #footerContentInner #footerSitemap .logo a {
    padding-bottom: 40px;
    padding-left: 0;
  }
  footer #footerContentInner #footerSitemap .logo a:after {
    display: none;
  }
  footer #footerContentInner #footerSitemap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #376ab3;
    width: 100%;
    height: 100px;
    padding-left: 30px;
    position: relative;
  }
  footer #footerContentInner #footerSitemap a:after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #0c3388;
    border-right: 2px solid #0c3388;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 37px;
  }
  footer #footerContentInner #footerSitemap a.miLink:after {
    border: none;
    content: "";
    display: block;
    background: url(/content/dam/mi-tomonokai/common/images/icon_blank_blue.svg) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: calc(50% - 9px);
    right: 30px;
  }
  footer #footerContentInner #footerSitemap .spLinks {
    color: #0c3388;
    font-weight: bold;
  }
}
footer #footerContentInner #footerSitemap .innerLists {
  font-weight: normal;
}

footer #footerContentInner #footerSitemap .innerLists a {
  color: #376ab3;
}

@media only screen and (min-width: 768px), print {
  footer #footerContentInner #footerSitemap .miLink {
    margin-top: 28px;
  }
  footer #footerContentInner #footerSitemap .miLink.mt00 {
    margin-top: 0;
  }
}
footer #footerContentInner #footerSitemap .miLink a:after {
  content: "";
  display: inline-block;
  background: url(/content/dam/mi-tomonokai/common/images/icon_blank_blue.svg) no-repeat center center;
  background-size: cover;
  width: 11px;
  height: 11px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}

footer #footerContentInner #footerGroupLink {
  padding: 40px 10px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #footerContentInner #footerGroupLink {
    padding: 70px 0 10px;
    border-bottom: 2px solid #d7d7d7;
  }
}
@media only screen and (min-width: 768px), print {
  footer #footerContentInner #footerGroupLink .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  footer #footerContentInner #footerGroupLink .links a img {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  footer #footerContentInner #footerGroupLink .links a img:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #footerContentInner #footerGroupLink .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer #footerContentInner #footerGroupLink .links li {
    margin: 0 20px 50px;
  }
  footer #footerContentInner #footerGroupLink .links img.logo1 {
    height: 60px;
  }
  footer #footerContentInner #footerGroupLink .links img.logo2 {
    height: 60px;
  }
  footer #footerContentInner #footerGroupLink .links img.logo3 {
    height: 38px;
  }
  footer #footerContentInner #footerGroupLink .links img.logo4 {
    height: 62px;
  }
  footer #footerContentInner #footerGroupLink .links img.logo5 {
    height: 80px;
  }
}
footer #footerContentInner #copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #footerContentInner #copyright {
    font-size: 0.6rem;
    height: 140px;
  }
}
@media only screen and (min-width: 768px), print {
  .s {
    display: none !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .l {
    display: none !important;
  }
}
@media all and (-ms-high-contrast: none) {
  #navInnerBlock .underBlock dd {
    width: 70%;
  }
}
@media only screen and (min-width: 768px), print {
  .lpBnrWrap {
    padding: 60px 0 60px;
  }
  .lpBnrWrap a {
    display: block;
    width: 600px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .lpBnrWrap a .bnr, .lpBnrWrap .cmp-image__image {
    width: 100%;
  }
  .lpBnrWrap a:hover {
    opacity: 0.7;
  }
  #service .lpBnrWrap {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .lpBnrWrap {
    padding: 2rem 0.9375rem 5.625rem;
  }
  .lpBnrWrap a {
    display: block;
  }
  .lpBnrWrap a .bnr, .lpBnrWrap .cmp-image__image {
    width: 100%;
  }
  #service .lpBnrWrap {
    padding-top: 0;
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px), print {
  footer #footerContentInner #footerSitemap .cookieLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer #footerContentInner #footerSitemap .cookieLink:after {
    border: none;
    content: "";
    display: block;
    background: url(/content/dam/mi-tomonokai/common/images/icon_blank_blue.svg) no-repeat center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-top: 6px;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  footer #footerContentInner #footerSitemap .cookieLink a:after {
    border: none;
    content: "";
    display: block;
    border: none;
    background: url(/content/dam/mi-tomonokai/common/images/icon_blank_blue.svg) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: calc(50% - 9px);
    right: 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #navInnerBlock .cookieLink.trigger a:after {
    border: none;
    content: "";
    display: block;
    border: none;
    background: url(/content/dam/mi-tomonokai/common/images/icon_blank_blue.svg) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: calc(50% - 9px);
    right: 30px;
  }
}
.c-toggle-cnt {
  display: none;
}
.c-toggle-cnt.is-active {
  display: block;
}

.pankuzu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-list__pdf {
  display: none;
}

.aem-AuthorLayer-Edit .c-toggle-cnt {
  display: block !important;
  opacity: 1 !important;
  z-index: 9999;
}
.aem-AuthorLayer-Edit .news-list__pdf {
  display: block;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  left: 14.5em;
}