@charset "UTF-8";
/*===========================================
_reset.scss
===========================================*/
v\:line, v\:rect, v\:fill, v\:image, v\:stroke {
  behavior: url(#default#VML); }

/*--------------------------------------------
  HTML5 Reset ::style.css
  -------------------------
  We have learned much from/been inspired by/taken code where offered from:
  Eric Meyer:http://ericmeyer.com
  HTML5 Doctor:http://html5doctor.com
  and the HTML5 Boilerplate:http://html5boilerplate.com
---------------------------------------------*/
/* Let's default this puppy out
--------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/* Responsive images and other embedded objects
   Note:keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%; }

html {
  overflow-y: scroll; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: top; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: top; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: middle; }

input[type="checkbox"] {
  vertical-align: middle;
  *vertical-align: baseline; }

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

a:hover, a:active {
  outline: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  font-size: 90%; }

button, input, select, textarea {
  margin: 0; }

button {
  width: auto;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

img {
  vertical-align: bottom; }

em {
  font-style: normal; }

@-ms-viewport {
  width: device-width; }
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body, select, input, textarea {
  font-size: 100%;
  -webkit-text-size-adjust: none; }

a {
  color: #014099;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 255, 0.2) !important; }

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
a:link {
  -webkit-tap-highlight-color: #014099; }

a:hover {
  text-decoration: underline; }

caption {
  margin-bottom: 5px;
  text-align: left; }

ins {
  background-color: #fcd700;
  color: #333;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: #333;
  font-style: italic;
  font-weight: bold; }

select {
  height: 1.8em; }

input {
  padding: 0 2px;
  border-radius: 0; }

textarea {
  padding: 2px;
  resize: vertical;
  width: 98%; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/*===========================================
_fonts.scss
===========================================*/
@font-face {
  font-family: 'svgicon';
  src: url("../fonts/svgicon.woff?a8ryc2") format("woff"), url("../fonts/svgicon.svg?a8ryc2#svgicon") format("svg");
  font-weight: normal;
  font-style: normal; }
body, select, input, textarea {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  color: #333; }

[lang="ja"] body,
[lang="ja"] select,
[lang="ja"] input,
[lang="ja"] textarea {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo','メイリオ',sans-serif;
  font-feature-settings: "pkna";
  letter-spacing: .03em; }

@media screen and (max-width: 320px) {
  html {
    font-size: 50%; }

  body, select, input, textarea {
    line-height: 1.6; } }
@media only screen and (max-width: 767px) {
  body, select, input, textarea {
    line-height: 1.6; } }
.icon-window {
  font-family: 'svgicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-window:before {
  content: "\e907"; }

/*===========================================
_layout.scss
* Base Setting
* header
* globalNav
* localNav
* contents
* header height setting
* footer
* popup page
===========================================*/
/*-------------------------------------------
Base Setting
-------------------------------------------*/
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1 !important; } }
#skipLink {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 1px; }

body {
  opacity: 0;
  min-width: 320px; }
  body.is_loaded {
    opacity: 1;
    transition: opacity 1s ease-out; }

/*-------------------------------------------
header
-------------------------------------------*/
.ly_header {
  position: fixed;
  z-index: 101;
  background-color: #fff;
  width: 100%;
  transition: height 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  /* siteFunctions
  ---------------------------------*/ }
  @media print, screen and (min-width: 960px) {
    .ly_header {
      padding: 0 2%; }
      .ly_header .inner {
        position: relative;
        max-width: 1200px;
        margin: 0 auto; } }
  @media only screen and (max-width: 959px) {
    .ly_header {
      width: 100%;
      margin: 0;
      padding: 0 0 0 2%;
      height: auto;
      border-bottom: #D6E1F0 1px solid; }
      .ly_header .inner {
        position: relative;
        max-width: 100%;
        margin: 0 auto; }
      .ly_header.hideGnavHeader {
        height: 42px; } }
  .ly_header .logo {
    display: flex;
    justify-content: start;
    align-items: center; }
    @media print, screen and (min-width: 768px) {
      .ly_header .logo {
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 105;
        overflow: hidden; }
        .ly_header .logo .groupLogo img {
          width: 121px;
          vertical-align: top;
          transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1); }
        .ly_header .logo .groupLogo + .siteLogo {
          padding-left: 25px; }
        .ly_header .logo .siteLogo {
          padding: 0;
          line-height: 1; }
          .ly_header .logo .siteLogo img {
            display: inline-block;
            height: auto;
            vertical-align: top;
            transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1); }
        .ly_header .logo .originalLogo {
          padding: 14px 0 0 0; }
        .ly_header .logo .spMenuBtn {
          display: none; } }
    @media only screen and (max-width: 959px) {
      .ly_header .logo {
        position: relative;
        top: inherit;
        left: 0;
        overflow: hidden; }
        .ly_header .logo .groupLogo {
          width: 90px; }
          .ly_header .logo .groupLogo img {
            width: 100%; }
        .ly_header .logo .siteLogo {
          margin: 0;
          width: auto;
          padding: 0 0 0 8px; }
          .ly_header .logo .siteLogo img {
            display: flex;
            align-items: center;
            vertical-align: middle;
            height: 11px; }
        .ly_header .logo .spMenuBtn,
        .ly_header .logo .spRegionBtn {
          position: absolute;
          top: 0;
          right: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          width: 50px;
          height: 50px; }
          .ly_header .logo .spMenuBtn i, .ly_header .logo .spMenuBtn::before, .ly_header .logo .spMenuBtn::after,
          .ly_header .logo .spRegionBtn i,
          .ly_header .logo .spRegionBtn::before,
          .ly_header .logo .spRegionBtn::after {
            box-sizing: border-box;
            display: inline-block;
            transition: all .4s;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            width: 20px;
            height: 2px;
            background-color: #1D3A65; }
          .ly_header .logo .spMenuBtn::before, .ly_header .logo .spMenuBtn::after,
          .ly_header .logo .spRegionBtn::before,
          .ly_header .logo .spRegionBtn::after {
            content: ''; }
          .ly_header .logo .spMenuBtn.is_current i,
          .ly_header .logo .spRegionBtn.is_current i {
            margin: 0; }
          .ly_header .logo .spMenuBtn.is_current::before, .ly_header .logo .spMenuBtn.is_current::after,
          .ly_header .logo .spRegionBtn.is_current::before,
          .ly_header .logo .spRegionBtn.is_current::after {
            transform-origin: center; }
          .ly_header .logo .spMenuBtn.is_current i,
          .ly_header .logo .spRegionBtn.is_current i {
            opacity: 0; }
          .ly_header .logo .spMenuBtn.is_current::before,
          .ly_header .logo .spRegionBtn.is_current::before {
            transform: rotate(-45deg); }
          .ly_header .logo .spMenuBtn.is_current::after,
          .ly_header .logo .spRegionBtn.is_current::after {
            transform: rotate(45deg); }
          .ly_header .logo .spMenuBtn.is_current i,
          .ly_header .logo .spRegionBtn.is_current i {
            display: none; }
        .ly_header .logo .spRegionBtn {
          right: 50px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .ly_header .logo .spRegionBtn:not(.is_current)::before, .ly_header .logo .spRegionBtn:not(.is_current)::after {
            opacity: 0;
            transition: none; }
          .ly_header .logo .spRegionBtn:not(.is_current) i {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            background-color: #fff;
            transition: none; }
            .ly_header .logo .spRegionBtn:not(.is_current) i::before {
              font-family: 'svgicon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: '\e901';
              font-size: 20px;
              color: #1D3A65; }
          .ly_header .logo .spRegionBtn.is_current i {
            display: none; }
          .ly_header .logo .spRegionBtn.is_current::before, .ly_header .logo .spRegionBtn.is_current::after {
            transition: none; } }
    @media print, screen and (min-width: 768px) and (max-width: 959px) {
      .ly_header .logo .groupLogo {
        width: 121px; }
        .ly_header .logo .groupLogo img {
          width: 100%; }
      .ly_header .logo .siteLogo img {
        height: 22px; }
      .ly_header .logo .spMenuBtn,
      .ly_header .logo .spRegionBtn {
        width: 70px;
        height: 70px; }
        .ly_header .logo .spMenuBtn::before, .ly_header .logo .spMenuBtn::after,
        .ly_header .logo .spRegionBtn::before,
        .ly_header .logo .spRegionBtn::after {
          transition: none !important; }
      .ly_header .logo .spMenuBtn:not(.is_current)::before {
        margin-top: 27px; }
      .ly_header .logo .spMenuBtn:not(.is_current)::after {
        margin-top: 41px; }
      .ly_header .logo .spRegionBtn {
        right: 70px; } }
    @media only screen and (max-width: 767px) {
      .ly_header .logo .spMenuBtn:not(.is_current)::before {
        margin-top: 17px; }
      .ly_header .logo .spMenuBtn:not(.is_current)::after {
        margin-top: 31px; } }
  .ly_header .headerToolDialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    background: rgba(0, 0, 0, 0.84);
    color: #fff;
    width: 100%; }
    .ly_header .headerToolDialog .inner {
      max-width: calc(1200px + 4%);
      padding: 0 2%;
      margin: auto; }
    .ly_header .headerToolDialog .close {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      opacity: 0.7;
      transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1); }
      .ly_header .headerToolDialog .close:hover, .ly_header .headerToolDialog .close:focus {
        opacity: 1; }
      .ly_header .headerToolDialog .close:before, .ly_header .headerToolDialog .close:after {
        position: absolute;
        left: 50%;
        top: 0;
        content: ' ';
        height: calc(40px + 1px);
        width: 2px;
        background-color: #fff; }
      .ly_header .headerToolDialog .close:before {
        transform: rotate(45deg); }
      .ly_header .headerToolDialog .close:after {
        transform: rotate(-45deg); }
    @media print, screen and (min-width: 960px) {
      .ly_header .headerToolDialog {
        opacity: .5;
        transform: translateY(-100%);
        transition: all .3s ease-out; }
        .ly_header .headerToolDialog.is_show {
          opacity: 1;
          transform: translateY(0); }
        .ly_header .headerToolDialog .close {
          top: 5vw;
          right: 2%; }
          .ly_header .headerToolDialog .close i {
            display: none; } }
    @media only screen and (max-width: 959px) {
      .ly_header .headerToolDialog#headerRegionDialog {
        top: 50px;
        display: none;
        height: 100%;
        background: #1D3A65; }
      .ly_header .headerToolDialog#headerSearchDialog {
        position: relative;
        background: transparent; } }
    @media print, screen and (min-width: 768px) and (max-width: 959px) {
      .ly_header .headerToolDialog#headerRegionDialog {
        top: 70px; } }
    .ly_header .headerToolDialog .searchSet {
      width: 100%; }
      .ly_header .headerToolDialog .searchSet .mf_finder_container {
        background-color: transparent; }
      .ly_header .headerToolDialog .searchSet input {
        display: inline-block;
        outline: none;
        font-size: 2rem; }
        .ly_header .headerToolDialog .searchSet input[type="text"] {
          width: 85%;
          height: 45px;
          box-sizing: border-box;
          border: #e5e5e5 1px solid;
          line-height: 45px;
          padding: 5px 20px;
          background-color: #fff; }
        .ly_header .headerToolDialog .searchSet input.focusOff {
          color: #ccc; }
        .ly_header .headerToolDialog .searchSet input[type="submit"] {
          width: 15%;
          height: 45px;
          border: none;
          color: #fff; }
        .ly_header .headerToolDialog .searchSet input[type="submit"]:hover {
          opacity: 0.8; }
      @media print, screen and (min-width: 960px) {
        .ly_header .headerToolDialog .searchSet {
          min-height: 110px; }
          .ly_header .headerToolDialog .searchSet .close {
            top: 50%;
            right: 2%;
            transform: translateY(-50%); }
          .ly_header .headerToolDialog .searchSet .mf_finder_container {
            display: flex;
            justify-content: flex-end;
            margin-right: 5%; }
            .ly_header .headerToolDialog .searchSet .mf_finder_container .mf_finder_searchBox {
              width: 30%;
              padding: 20px 0; }
            .ly_header .headerToolDialog .searchSet .mf_finder_container input[type="text"] {
              background-color: rgba(255, 255, 255, 0.15);
              border: none;
              color: #fff; }
            .ly_header .headerToolDialog .searchSet .mf_finder_container .mf_finder_searchBox_submit {
              padding: 0 !important; } }
      @media only screen and (max-width: 959px) {
        .ly_header .headerToolDialog .searchSet {
          display: block;
          position: relative;
          top: 0 !important;
          padding: 10px 0;
          background-color: inherit;
          border-bottom: #4C6EA2 1px solid; }
          .ly_header .headerToolDialog .searchSet .close {
            display: none; }
          .ly_header .headerToolDialog .searchSet form {
            width: 100%;
            margin: 0;
            height: inherit; }
            .ly_header .headerToolDialog .searchSet form input[type="text"] {
              font-size: 16px;
              width: 78%;
              height: 40px !important;
              padding: 0 5px 0 10px !important;
              border: none;
              border-radius: 0; }
            .ly_header .headerToolDialog .searchSet form input[type="submit"] {
              width: 22%;
              height: 40px;
              background-color: #022b66;
              border: none;
              border-radius: 0;
              font-size: 1.4rem; }
          .ly_header .headerToolDialog .searchSet .mf_finder_searchBox_submit {
            background: #022b66 !important;
            color: #fff !important; } }
    .ly_header .headerToolDialog .selectRegion {
      position: relative;
      padding: 5% 2%; }
      .ly_header .headerToolDialog .selectRegion .regionHead {
        color: #fff;
        font-size: 2.4rem;
        font-weight: 600;
        margin-bottom: 3.3%; }
      .ly_header .headerToolDialog .selectRegion .regionWrap {
        display: flex; }
        .ly_header .headerToolDialog .selectRegion .regionWrap .region + .region {
          margin-left: 6%; }
        .ly_header .headerToolDialog .selectRegion .regionWrap .region .heading {
          font-size: 1.8rem;
          font-weight: 600; }
        .ly_header .headerToolDialog .selectRegion .regionWrap .country {
          border-collapse: collapse; }
          .ly_header .headerToolDialog .selectRegion .regionWrap .country th, .ly_header .headerToolDialog .selectRegion .regionWrap .country td {
            padding: 10px 0 0; }
          .ly_header .headerToolDialog .selectRegion .regionWrap .country th {
            color: #999;
            font-weight: 300;
            text-align: left;
            padding-right: 20px;
            white-space: nowrap; }
          .ly_header .headerToolDialog .selectRegion .regionWrap .country td {
            font-size: 1.4rem; }
          .ly_header .headerToolDialog .selectRegion .regionWrap .country a {
            display: inline-block;
            color: #E8E7E7;
            text-decoration: underline; }
            .ly_header .headerToolDialog .selectRegion .regionWrap .country a + a {
              margin-left: 20px; }
            .ly_header .headerToolDialog .selectRegion .regionWrap .country a:hover {
              text-decoration: none; }
      @media only screen and (max-width: 959px) {
        .ly_header .headerToolDialog .selectRegion {
          padding: 5%;
          height: 100%;
          position: relative;
          overflow-y: scroll;
          overflow-x: hidden; }
          .ly_header .headerToolDialog .selectRegion .close {
            display: none; }
          .ly_header .headerToolDialog .selectRegion .regionHead {
            margin: 0 0 0 3%;
            font-size: 2rem; }
          .ly_header .headerToolDialog .selectRegion .regionWrap {
            flex-direction: column; }
            .ly_header .headerToolDialog .selectRegion .regionWrap .region:last-child {
              padding-bottom: 10%; }
            .ly_header .headerToolDialog .selectRegion .regionWrap .region + .region {
              margin-left: 0; }
            .ly_header .headerToolDialog .selectRegion .regionWrap .region .heading {
              margin: 8% 0 3% 3%;
              font-size: 1.6rem; }
            .ly_header .headerToolDialog .selectRegion .regionWrap .region .country {
              width: 100%; }
            .ly_header .headerToolDialog .selectRegion .regionWrap .region th, .ly_header .headerToolDialog .selectRegion .regionWrap .region td {
              font-size: 1.4rem;
              padding: 3%;
              border-top: #4C6EA2 1px solid;
              border-bottom: #4C6EA2 1px solid; }
            .ly_header .headerToolDialog .selectRegion .regionWrap .region th {
              width: 40%;
              color: #BDD3F4; } }
      @media print, screen and (min-width: 768px) and (max-width: 959px) {
        .ly_header .headerToolDialog .selectRegion .regionHead {
          margin-left: 15px; }
        .ly_header .headerToolDialog .selectRegion .regionWrap .region .heading {
          margin: 30px 0 15px 15px; }
        .ly_header .headerToolDialog .selectRegion .regionWrap .region th, .ly_header .headerToolDialog .selectRegion .regionWrap .region td {
          padding: 15px; }
        .ly_header .headerToolDialog .selectRegion .regionWrap .region th {
          width: 30%; } }
  .ly_header .siteFunctions {
    z-index: 99;
    background-color: #fff; }
    @media print, screen and (min-width: 960px) {
      .ly_header .siteFunctions {
        display: block !important; }
        .ly_header .siteFunctions a {
          color: #333; }
          .ly_header .siteFunctions a:hover {
            text-decoration: none;
            color: #0089ff; }
        .ly_header .siteFunctions button:focus,
        .ly_header .siteFunctions input:focus {
          outline: 2px solid #004098; } }
    @media only screen and (max-width: 959px) {
      .ly_header .siteFunctions {
        display: none;
        position: fixed;
        z-index: inherit;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        margin-left: 0;
        padding: 0;
        background: #004098;
        backface-visibility: hidden; }
        .ly_header .siteFunctions a:hover {
          color: #fff !important; }
        .ly_header .siteFunctions.hideGnavHeader {
          height: inherit; }
        .ly_header .siteFunctions .ly_gnavOverlay {
          display: none !important; } }
    @media print, screen and (min-width: 960px) {
      .ly_header .siteFunctions .drawer {
        height: auto !important; } }
    @media only screen and (max-width: 959px) {
      .ly_header .siteFunctions .drawer {
        display: block;
        position: relative;
        padding: 10px 20px;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; } }
    @media print, screen and (min-width: 960px) {
      .ly_header .siteFunctions .funcBtns {
        position: absolute;
        top: 5px;
        right: -10px;
        display: flex;
        justify-content: flex-end;
        font-size: 1.2rem; }
        .ly_header .siteFunctions .funcBtns .inner {
          display: flex;
          align-items: center; }
          .ly_header .siteFunctions .funcBtns .inner > * {
            display: flex;
            align-items: center; }
          .ly_header .siteFunctions .funcBtns .inner > *:not(:first-child) {
            padding-left: 10px;
            position: relative; }
            .ly_header .siteFunctions .funcBtns .inner > *:not(:first-child)::before {
              content: '';
              display: block;
              width: 1px;
              height: 12px;
              background: #000;
              opacity: .75;
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%); }
        .ly_header .siteFunctions .funcBtns .searchOpen,
        .ly_header .siteFunctions .funcBtns .regionOpen {
          display: block;
          height: 30px;
          padding: 0 10px;
          cursor: pointer;
          transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1); }
          .ly_header .siteFunctions .funcBtns .searchOpen::after,
          .ly_header .siteFunctions .funcBtns .regionOpen::after {
            font-family: 'svgicon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 15px;
            color: #001E4B;
            padding: 5px; }
          .ly_header .siteFunctions .funcBtns .searchOpen:hover::after,
          .ly_header .siteFunctions .funcBtns .regionOpen:hover::after {
            color: #0089ff; }
        .ly_header .siteFunctions .funcBtns .searchOpen::after {
          content: "\e906"; }
        .ly_header .siteFunctions .funcBtns .regionOpen::after {
          content: "\e901"; } }
    @media only screen and (max-width: 959px) {
      .ly_header .siteFunctions .funcBtns {
        right: inherit; }
        .ly_header .siteFunctions .funcBtns .searchOpen,
        .ly_header .siteFunctions .funcBtns .regionOpen {
          display: none !important; } }
    .ly_header .siteFunctions .funcBtns .langSelect {
      position: relative;
      font-family: Helvetica,Arial,sans-serif;
      padding: 0 8px; }
      .ly_header .siteFunctions .funcBtns .langSelect a {
        padding: 1px 7px;
        line-height: 1.2;
        color: #b2b2b2; }
        .ly_header .siteFunctions .funcBtns .langSelect a:not(.is_current) {
          text-decoration: underline; }
          .ly_header .siteFunctions .funcBtns .langSelect a:not(.is_current):hover {
            text-decoration: none;
            color: #0089ff; }
        .ly_header .siteFunctions .funcBtns .langSelect a.is_current {
          color: #333;
          font-weight: 600; }
      @media only screen and (max-width: 959px) {
        .ly_header .siteFunctions .funcBtns .langSelect {
          margin: 30px 0;
          display: flex;
          justify-content: center; }
          .ly_header .siteFunctions .funcBtns .langSelect a {
            display: inline-block;
            color: #fff; }
            .ly_header .siteFunctions .funcBtns .langSelect a + a {
              margin-left: 5%; }
            .ly_header .siteFunctions .funcBtns .langSelect a.is_current {
              color: #fff; } }
    @media print, screen and (min-width: 960px) {
      .ly_header .siteFunctions .funcBtns .otherLink {
        padding-right: 10px; }
        .ly_header .siteFunctions .funcBtns .otherLink a {
          display: block;
          padding: 5px 0 4px; } }
    @media only screen and (max-width: 959px) {
      .ly_header .siteFunctions .funcBtns .otherLink {
        margin: 30px 0;
        height: auto;
        padding: 0;
        text-align: center; }
        .ly_header .siteFunctions .funcBtns .otherLink a {
          display: inline-block;
          text-decoration: underline;
          text-align: center;
          color: #fff;
          padding: 0; } }
    .ly_header .siteFunctions .contactLink a {
      color: #333;
      font-size: 1.2rem;
      font-weight: 600;
      display: flex;
      align-items: center; }
      .ly_header .siteFunctions .contactLink a::before {
        font-family: 'svgicon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e900";
        font-size: 14px;
        color: #001E4B;
        margin-right: 5px; }
      .ly_header .siteFunctions .contactLink a:hover {
        color: #0089ff; }
        .ly_header .siteFunctions .contactLink a:hover::before {
          color: #0089ff; }
    @media print, screen and (min-width: 960px) {
      .ly_header .siteFunctions .contactLink {
        position: absolute;
        top: 45px;
        right: 0; } }
    @media only screen and (max-width: 959px) {
      .ly_header .siteFunctions .contactLink {
        display: block;
        height: auto;
        padding: 0;
        margin: 30px 0; }
        .ly_header .siteFunctions .contactLink a {
          position: relative;
          display: block;
          height: auto;
          padding: 15px;
          text-align: center;
          background: #fff;
          color: #000;
          font-size: 1.4rem;
          font-weight: 300;
          margin: auto; }
          .ly_header .siteFunctions .contactLink a::before {
            content: ''; } }
    @media print, screen and (min-width: 768px) and (max-width: 959px) {
      .ly_header .siteFunctions .contactLink a {
        padding: 3%;
        max-width: 50%; } }

/*-------------------------------------------
globalNav
-------------------------------------------*/
/* gnavOverlay
---------------------------------*/
.ly_gnavOverlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 98;
  background: transparent; }
  @media only screen and (max-width: 959px) {
    .ly_gnavOverlay {
      display: none !important; } }

/* globalNav
---------------------------------*/
@media print, screen and (min-width: 960px) {
  .ly_globalNav {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 40px;
    padding: 0 2%;
    background-color: #fff;
    border-bottom: #D6E1F0 1px solid; }
    .ly_globalNav.hideGnav {
      display: none; }
    .ly_globalNav .menuLv1 {
      display: flex;
      max-width: 1200px;
      margin: 0 auto; }
      .ly_globalNav .menuLv1 > li {
        margin: 0 15px; }
        .ly_globalNav .menuLv1 > li > a {
          position: relative;
          padding: 5px 0 14px;
          font-size: 1.4rem;
          color: inherit;
          display: block;
          line-height: 1.5;
          font-weight: 600; }
          .ly_globalNav .menuLv1 > li > a.is_open {
            color: #0089ff; }
          .ly_globalNav .menuLv1 > li > a.off {
            color: #ccc; }
          .ly_globalNav .menuLv1 > li > a.off:hover, .ly_globalNav .menuLv1 > li > a:hover, .ly_globalNav .menuLv1 > li > a:focus {
            text-decoration: none;
            color: #0089ff;
            outline: none; }
          .ly_globalNav .menuLv1 > li > a.menuToggle {
            display: none; }
          .ly_globalNav .menuLv1 > li > a.is_current::after {
            content: '';
            position: absolute;
            bottom: 0;
            display: block;
            width: 100%;
            height: 6px;
            background: #0089ff; }
        .ly_globalNav .menuLv1 > li:first-child {
          margin-left: 0; } }
@media only screen and (max-width: 959px) {
  .ly_globalNav {
    display: none !important; } }

.subGnav {
  display: none;
  width: 100%;
  background-color: rgba(19, 51, 95, 0.95);
  overflow-y: hidden;
  overflow-x: hidden;
  color: #fff;
  backface-visibility: hidden; }
  .subGnav .inner {
    position: relative; }
  .subGnav .close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    opacity: 0.7;
    transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    right: 1vw;
    top: 0; }
    .subGnav .close:hover, .subGnav .close:focus {
      opacity: 1; }
    .subGnav .close:before, .subGnav .close:after {
      position: absolute;
      left: 50%;
      top: 0;
      content: ' ';
      height: calc(40px + 1px);
      width: 2px;
      background-color: #fff; }
    .subGnav .close:before {
      transform: rotate(45deg); }
    .subGnav .close:after {
      transform: rotate(-45deg); }
  .subGnav a {
    color: #fff; }
  .subGnav ._iconWindow:after {
    color: #fff;
    font-size: 12px; }
  .subGnav .menus a {
    color: #fff; }
  .subGnav .menus .blank .icon {
    width: 16px;
    height: 14px;
    fill: #fff;
    margin-left: 5px; }
  .subGnav .heading a {
    color: #fff; }
  @media print, screen and (min-width: 960px) {
    .subGnav {
      position: absolute;
      overflow-x: hidden;
      max-height: calc(100vh - 110px);
      top: 40px;
      left: 0;
      padding: 4% 2%; }
      .subGnav .inner {
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 5%; }
      .subGnav .heading {
        margin-bottom: 1.5vw;
        margin-left: -1em; }
        .subGnav .heading a {
          font-size: 2.4rem;
          font-weight: 600;
          position: relative;
          padding: 12px 60px 12px 10px;
          transition: background 0.3s cubic-bezier(0.17, 0.935, 0.305, 1); }
          .subGnav .heading a::after {
            content: '';
            display: inline-block;
            position: absolute;
            top: 50%;
            margin: auto;
            width: 12px;
            height: 12px;
            border-top: #fff 1px solid;
            border-right: #fff 1px solid;
            transform: translateY(-50%) rotate(45deg);
            right: 20px;
            margin: auto 0;
            border-width: 3px;
            right: 15px; }
          .subGnav .heading a:hover {
            background: rgba(255, 255, 255, 0.2);
            text-decoration: none; }
      .subGnav .subHeading {
        padding: 5px 0; }
      .subGnav .parent > a {
        position: relative; }
        .subGnav .parent > a::after {
          font-family: 'svgicon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          display: inline-block;
          content: "\e90c";
          color: #fff;
          font-size: 1.3rem; }
      .subGnav .is_current > a {
        background: rgba(255, 255, 255, 0.2); }
      .subGnav .menus.-flex {
        display: flex; }
      .subGnav .menuLv2 {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: auto;
        min-width: 20%;
        max-width: calc(100% / 3);
        min-height: 160px;
        border-right: 1px solid rgba(255, 255, 255, 0); }
        .subGnav .menuLv2.is_active {
          border-right: 1px solid rgba(255, 255, 255, 0.5); }
        .subGnav .menuLv2 > li a {
          display: block;
          padding: 5px 50px 5px 10px;
          transition: background 0.3s cubic-bezier(0.17, 0.935, 0.305, 1); }
          .subGnav .menuLv2 > li a:hover, .subGnav .menuLv2 > li a:focus {
            background: rgba(255, 255, 255, 0.2);
            text-decoration: none;
            outline: none; }
        .subGnav .menuLv2 > li.is_current .menuLv3 {
          transition: all .5s ease-out;
          visibility: visible;
          opacity: 1;
          transform: translateX(0); }
      .subGnav .menus.-col2 {
        display: flex;
        width: 100%; }
        .subGnav .menus.-col2 .menuLv2:nth-of-type(1) .menuLv3, .subGnav .menus.-col2 .menuLv2:nth-of-type(1) .menuLv4 {
          left: 200%; }
        .subGnav .menus.-col2 .menuLv2:nth-of-type(1).is_active {
          border-right: none; }
          .subGnav .menus.-col2 .menuLv2:nth-of-type(1).is_active .menuLv3, .subGnav .menus.-col2 .menuLv2:nth-of-type(1).is_active .menuLv4 {
            border-left: 1px solid rgba(255, 255, 255, 0.5); }
      .subGnav .menuLv3, .subGnav .menuLv4 {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: calc((1200px - 5%) / 3);
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 2vw;
        backface-visibility: hidden;
        visibility: hidden;
        opacity: 0;
        transform: translateX(-15px); }
        .subGnav .menuLv3.is_active, .subGnav .menuLv4.is_active {
          border-right: 1px solid rgba(255, 255, 255, 0.5); }
        .subGnav .menuLv3 > li > a, .subGnav .menuLv4 > li > a {
          display: block; }
        .subGnav .menuLv3 > li.is_current > a, .subGnav .menuLv4 > li.is_current > a {
          background: rgba(255, 255, 255, 0.08); }
        .subGnav .menuLv3 > li.is_current .menuLv4, .subGnav .menuLv4 > li.is_current .menuLv4 {
          transition: all .5s ease-out;
          visibility: visible;
          opacity: 1;
          transform: translateX(0); }
        .subGnav .menuLv3 > li.-index, .subGnav .menuLv4 > li.-index {
          position: relative;
          margin-bottom: 10px; }
          .subGnav .menuLv3 > li.-index::after, .subGnav .menuLv4 > li.-index::after {
            content: '';
            display: block;
            position: absolute;
            margin-left: 10px;
            width: calc(100% - 10px);
            height: 1px;
            background: rgba(255, 255, 255, 0.5); } }

@media print, screen and (min-width: 960px) {
  .gnavSp {
    display: none; } }
@media only screen and (max-width: 959px) {
  .gnavSp {
    position: relative;
    display: block; }
    .gnavSp > .menuLv1 > li {
      border-bottom: #4C6EA2 1px solid; }
      .gnavSp > .menuLv1 > li > a {
        position: relative;
        display: block;
        color: #fff;
        padding: 10px; }
        .gnavSp > .menuLv1 > li > a:hover {
          text-decoration: none;
          opacity: .75; }
      .gnavSp > .menuLv1 > li.parent > a::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        margin: auto;
        width: 8px;
        height: 8px;
        border-top: #fff 1px solid;
        border-right: #fff 1px solid;
        transform: translateY(-50%) rotate(135deg);
        bottom: 20%;
        margin: 0 auto;
        border-width: 2px;
        right: 3%; }
      .gnavSp > .menuLv1 > li.parent > a.is_current::after {
        transform: rotate(-45deg); }
      .gnavSp > .menuLv1 > li.lowerOpen .subGnav {
        display: block; }
    .gnavSp .subGnav {
      display: none;
      background: #004098;
      padding: 0 5% 7% 7%;
      font-size: 1.4rem; }
      .gnavSp .subGnav .close {
        display: none; }
      .gnavSp .subGnav .heading a {
        display: block;
        position: relative;
        padding: 1% 5% 1% 0; }
      .gnavSp .subGnav .subHeading {
        display: block;
        padding: 2% 0; }
      .gnavSp .subGnav .menuLv2 a {
        display: block;
        padding: 2% 0; }
      .gnavSp .subGnav .parent > a {
        position: relative;
        display: block;
        padding: 2% 5% 2% 0; }
        .gnavSp .subGnav .parent > a::after {
          content: '';
          display: inline-block;
          position: absolute;
          top: 50%;
          margin: auto;
          width: 6px;
          height: 6px;
          border-top: #fff 1px solid;
          border-right: #fff 1px solid;
          transform: translateY(-50%) rotate(135deg);
          bottom: 20%;
          margin: 0 auto;
          right: 3%; }
        .gnavSp .subGnav .parent > a.is_current::after {
          transform: rotate(-45deg); }
      .gnavSp .subGnav .menuLv3, .gnavSp .subGnav .menuLv4 {
        padding: 0 0 0 5%;
        font-size: 1.4rem;
        display: none; }
        .gnavSp .subGnav .menuLv3 li a, .gnavSp .subGnav .menuLv4 li a {
          display: block;
          padding: 1% 0; } }
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .gnavSp .subGnav .menuLv2 > li > a {
    padding: 0.5% 3% 0.5% 0; }
  .gnavSp .subGnav .menuLv3 > li > a, .gnavSp .subGnav .menuLv4 > li > a {
    padding: 0.5% 3% 0.5% 0; } }

/* If the menu height is higher than the window height
---------------------------------*/
@media print, screen and (min-width: 960px) {
  .js_overWindowHeight {
    overflow-y: hidden;
    padding-right: 7px; }
    .js_overWindowHeight .subGnav {
      overflow-y: auto !important; }
    .js_overWindowHeight .subGnav .inner {
      transform: translateX(7px); }
    .js_overWindowHeight .ly_header,
    .js_overWindowHeight .ly_mainContents,
    .js_overWindowHeight .ly_globalNav {
      transform: translateX(-7px); } }
/* When a line break is included in the menu item of menuLv1
---------------------------------*/
.gnavMultipleLines .ly_gnavOverlay {
  top: 171px; }
.gnavMultipleLines .ly_globalNav {
  height: 61px; }
.gnavMultipleLines .ly_globalNav ul li .subGnav {
  top: 61px; }

/*--------------------------------------------------
localNav
--------------------------------------------------*/
.ly_localNav {
  width: 100%;
  background: #656C74;
  color: #fff; }
  .ly_localNav ._iconWindow:after {
    color: #fff;
    font-size: 12px; }
  .ly_localNav li > span {
    color: rgba(255, 255, 255, 0.8); }
  .ly_localNav a {
    color: #fff;
    transition: all .3s linear; }
    .ly_localNav a:hover {
      opacity: 1; }
    .ly_localNav a:visited {
      color: #fff; }
  .ly_localNav .heading {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 3%; }
  .ly_localNav .menuLv2 > li {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    margin-top: -1px; }
    .ly_localNav .menuLv2 > li > a {
      display: block;
      padding: 12px 10px; }
  .ly_localNav .menuLv2 .menuLv3 {
    border-top: 1px dashed rgba(255, 255, 255, 0.7); }
    .ly_localNav .menuLv2 .menuLv3 a {
      padding: .7% 5% .7% 0;
      display: inline-block; }
    .ly_localNav .menuLv2 .menuLv3 .parent > a {
      position: relative;
      display: block; }
      .ly_localNav .menuLv2 .menuLv3 .parent > a::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        margin: auto;
        width: 6px;
        height: 6px;
        border-top: #fff 1px solid;
        border-right: #fff 1px solid;
        transform: translateY(-50%) rotate(135deg);
        bottom: 20%;
        margin: 0 auto;
        right: 3%; }
      .ly_localNav .menuLv2 .menuLv3 .parent > a.is_current::after {
        transform: rotate(-45deg); }
    .ly_localNav .menuLv2 .menuLv3 .menuLv4 {
      padding: 0 0 0 5%;
      font-size: 1.4rem;
      display: none; }
      .ly_localNav .menuLv2 .menuLv3 .menuLv4 li a {
        display: block;
        padding: 1% 0; }
  .ly_localNav .blank .icon {
    width: 16px;
    height: 14px;
    fill: #fff;
    margin-left: 5px; }
  @media print, screen and (min-width: 768px) {
    .ly_localNav .inner {
      max-width: calc(1200px + 4%);
      padding: 0 2%;
      margin: auto;
      padding: 80px 2%;
      max-width: calc(1200px + 7%); }
    .ly_localNav .heading {
      width: 100%;
      margin-left: 1.5%; }
    .ly_localNav .menuLv3 {
      display: block !important;
      padding: 4% 0 8% 6%;
      font-size: 1.4rem; }
      .ly_localNav .menuLv3 .index {
        display: none; }
    .ly_localNav .menuLv4 {
      padding-left: 6%; }
    .ly_localNav .is_current {
      font-weight: 600;
      opacity: 1; }
    .ly_localNav .-row {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      max-width: calc(1200px + 7%);
      margin: 0 auto; }
      .ly_localNav .-row + .-row {
        margin-top: 50px; }
      .ly_localNav .-row.-col2 > ul, .ly_localNav .-row.-col2 > li {
        width: calc((100% - (3% * 2)) / 2);
        margin-left: 1.5%;
        margin-right: 1.5%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
      .ly_localNav .-row.-col3 > ul, .ly_localNav .-row.-col3 > li {
        width: calc((100% - (3% * 3)) / 3);
        margin-left: 1.5%;
        margin-right: 1.5%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
      .ly_localNav .-row.-col4 > ul, .ly_localNav .-row.-col4 > li {
        width: calc((100% - (3% * 4)) / 4);
        margin-left: 1.5%;
        margin-right: 1.5%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7); } }
  @media only screen and (max-width: 767px) {
    .ly_localNav .inner {
      display: block;
      padding: 40px 4%; }
      .ly_localNav .inner[class*="-col"] {
        margin: 0; }
        .ly_localNav .inner[class*="-col"] > ul {
          width: 100%;
          margin: -1px 0 0; }
    .ly_localNav .heading {
      font-size: 1.6rem; }
    .ly_localNav .menuLv2 {
      display: block;
      font-size: 1.4rem; }
      .ly_localNav .menuLv2 > li {
        margin: -1px 0 0; }
        .ly_localNav .menuLv2 > li > a {
          padding: 3%; }
        .ly_localNav .menuLv2 > li.parent > a {
          position: relative; }
          .ly_localNav .menuLv2 > li.parent > a::after {
            content: '';
            display: inline-block;
            position: absolute;
            top: 50%;
            margin: auto;
            width: 8px;
            height: 8px;
            border-top: #fff 1px solid;
            border-right: #fff 1px solid;
            transform: translateY(-50%) rotate(135deg);
            bottom: 20%;
            margin: 0 auto;
            right: 4%; }
          .ly_localNav .menuLv2 > li.parent > a.is_current::after {
            transform: rotate(-45deg); }
    .ly_localNav .menuLv3 {
      padding: 4% 0 4% 8%;
      font-size: 1.4rem;
      display: none; }
      .ly_localNav .menuLv3 a {
        padding: 1% 0;
        display: block; }
      .ly_localNav .menuLv3 .is_current {
        font-weight: bold; }
    .ly_localNav .menuLv4 {
      padding: 0 0 0 4%; }
    .ly_localNav .is_current {
      opacity: 1; } }

/*-------------------------------------------
contents
-------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .ly_container {
    position: relative;
    margin-left: auto;
    margin-right: auto; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .ly_container {
      max-width: 100%; } }
@media print, screen and (min-width: 768px) {
    .ly_container .ly_inner {
      max-width: calc(1200px + 4%);
      padding: 0 2%;
      margin: auto;
      padding-top: 4%;
      padding-bottom: 4%; }
      .ly_container .ly_inner > .bl_headingLv2:nth-child(1) {
        margin-top: 0; } }
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .ly_container .ly_inner {
    padding-top: 6%;
    padding-bottom: 6%; } }
@media only screen and (max-width: 767px) {
  .ly_container .ly_inner {
    padding: 40px 4%; }
    .ly_container .ly_inner > .bl_headingLv2:nth-child(1) {
      margin-top: 0; } }
.ly_container.-typeA {
  background: #eaeef4; }
  @media only screen and (max-width: 767px) {
    .ly_container.-typeA .ly_inner {
      padding: 7%; } }
.ly_container.-typeB {
  background: #D8E0ED; }
  @media only screen and (max-width: 767px) {
    .ly_container.-typeB .ly_inner {
      padding: 7%; } }
.ly_container .ly_inner.-nogap {
  padding-top: 0;
  padding-bottom: 0; }
.ly_container .ly_inner.-thin {
  padding-top: 2.8%;
  padding-bottom: 2.8%; }
  @media print, screen and (min-width: 768px) and (max-width: 959px) {
    .ly_container .ly_inner.-thin {
      padding: 4% 2.8%; } }
  @media only screen and (max-width: 767px) {
    .ly_container .ly_inner.-thin {
      padding-top: 7%;
      padding-bottom: 7%; } }
@media print, screen and (min-width: 768px) {
  .ly_container .ly_inner.-slim {
    max-width: calc(1080px + 4%); } }

.ly_mainContents {
  position: relative;
  display: block; }
  @media print, screen and (min-width: 768px) {
    .ly_mainContents .ly_container:nth-child(1) .ly_inner {
      padding-top: 40px; } }
  @media print, screen and (min-width: 768px) and (max-width: 959px) {
    .ly_mainContents .ly_container:nth-child(1) .ly_inner {
      padding-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .ly_mainContents .ly_container:nth-child(1) .ly_inner {
      padding-top: 20px; } }

/*--------------------------------------------------
header height setting
--------------------------------------------------*/
@media print, screen and (min-width: 960px) {
  body:not(.is_noGnav):not(.is_scrolled) .ly_header {
    height: 110px; }
    body:not(.is_noGnav):not(.is_scrolled) .ly_header .logo .groupLogo img {
      width: 192px; }
    body:not(.is_noGnav):not(.is_scrolled) .ly_header .logo .siteLogo img {
      width: auto;
      height: 22px; }
  body:not(.is_noGnav):not(.is_scrolled) .ly_globalNav {
    top: 110px; }
  body:not(.is_noGnav):not(.is_scrolled) .ly_gnavOverlay {
    top: 150px; }
  body:not(.is_noGnav):not(.is_scrolled) .ly_mainContents {
    padding-top: 150px; }
  body:not(.is_noGnav).is_scrolled .ly_header {
    height: 70px; }
    body:not(.is_noGnav).is_scrolled .ly_header .logo .groupLogo img {
      width: 121px; }
    body:not(.is_noGnav).is_scrolled .ly_header .logo .siteLogo img {
      width: auto;
      height: 15px; }
  body:not(.is_noGnav).is_scrolled .ly_globalNav {
    top: 70px; }
  body:not(.is_noGnav).is_scrolled .ly_gnavOverlay {
    top: 110px; }
  body:not(.is_noGnav).is_scrolled .ly_mainContents {
    padding-top: 110px; }

  body.is_noGnav:not(.is_scrolled):not(.popup) .ly_header {
    height: 110px; }
    body.is_noGnav:not(.is_scrolled):not(.popup) .ly_header .logo .groupLogo img {
      width: 192px; }
    body.is_noGnav:not(.is_scrolled):not(.popup) .ly_header .logo .siteLogo img {
      width: auto;
      height: 22px; }
  body.is_noGnav:not(.is_scrolled):not(.popup) .ly_mainContents {
    padding-top: 110px; }
  body.is_noGnav.is_scrolled .ly_header {
    height: 70px; }
    body.is_noGnav.is_scrolled .ly_header .logo .groupLogo img {
      width: 121px; }
    body.is_noGnav.is_scrolled .ly_header .logo .siteLogo img {
      width: auto;
      height: 15px; }
  body.is_noGnav.is_scrolled .ly_mainContents {
    padding-top: 70px; } }
@media only screen and (max-width: 767px) {
  .ly_header {
    height: 50px; }
    .ly_header .logo {
      height: 50px; }

  .siteFunctions {
    top: 50px; }

  .ly_mainContents {
    padding-top: 50px; } }
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .ly_header {
    height: 70px; }
    .ly_header .logo {
      height: 70px; }

  .ly_globalNav {
    top: 70px; }

  .siteFunctions {
    top: 70px; }

  .ly_mainContents {
    padding-top: 70px; } }
/* ------------------------------------------
footer
--------------------------------------------- */
.ly_footer {
  position: relative;
  padding: 77px 0 20px;
  clear: both;
  font-size: 1.2rem;
  text-align: center; }
  .ly_footer .ly_inner {
    max-width: calc(1200px + 4%);
    padding: 0 2%;
    margin: auto;
    position: relative; }
  .ly_footer .footLinks li {
    display: inline-block;
    line-height: 1.5; }
  .ly_footer .footLinks li a {
    padding: 0 15px;
    color: #333; }
  .ly_footer .sns {
    display: flex; }
    .ly_footer .sns span {
      display: inline-block; }
    .ly_footer .sns a {
      display: inline-block;
      margin-left: 20px;
      transition: all 0.5s; }
      .ly_footer .sns a:hover {
        text-decoration: none;
        opacity: 0.75; }
      .ly_footer .sns a:hover {
        opacity: .5; }
    .ly_footer .sns .youtube {
      width: 56px; }
      .ly_footer .sns .youtube img {
        width: 100%; }
    .ly_footer .sns .linkedin {
      width: 48px; }
      .ly_footer .sns .linkedin img {
        width: 100%; }
  .ly_footer #copyright {
    width: auto;
    margin: 0 auto;
    font-family: Helvetica, Arial,sans-serif; }
  .ly_footer #groupLogo {
    margin: 30px auto 15px; }
    .ly_footer #groupLogo img {
      width: 194px; }
    .ly_footer #groupLogo a {
      transition: all 0.5s; }
      .ly_footer #groupLogo a:hover {
        text-decoration: none;
        opacity: 0.75; }
  @media print, screen and (min-width: 768px) {
    .ly_footer .sns {
      position: absolute;
      right: 2%;
      top: 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 959px) {
    .ly_footer .sns {
      position: relative;
      justify-content: center;
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .ly_footer {
      padding: 60px 0 10px;
      text-align: left; }
      .ly_footer #footerInner p#copyright {
        color: #999; }
      .ly_footer .ly_inner {
        padding: 0 4%; }
      .ly_footer .footLinks {
        margin: 0; }
        .ly_footer .footLinks li {
          display: block;
          margin: 0;
          border-top: #b2b2b2 1px solid; }
          .ly_footer .footLinks li a {
            display: block;
            padding: 15px 10px; }
      .ly_footer .sns {
        padding: 30px 10px;
        border-top: #b2b2b2 1px solid; }
        .ly_footer .sns span {
          margin-right: 30%; }
      .ly_footer #groupLogo {
        margin: 0;
        padding: 30px 0 20px;
        text-align: center;
        border-top: #b2b2b2 1px solid; }
      .ly_footer #groupLogo img {
        width: 175px; }
      .ly_footer #copyright {
        width: auto;
        font-size: 71%;
        margin: 0 auto;
        text-align: center; } }

/* pagetop
---------------------------*/
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 52; }
  .pagetop > a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #656C74;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1); }
    .pagetop > a:hover {
      background-color: #b1b5b9; }
    .pagetop > a::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 57%;
      left: 50%;
      width: 18px;
      height: 18px;
      transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
  @media only screen and (max-width: 959px) {
    .pagetop {
      bottom: 0;
      right: 0; }
      .pagetop > a {
        transform: scale(0.7); } }

/*-------------------------------------------
popup page
-------------------------------------------*/
body.popup .ly_header {
  z-index: 101;
  background-color: #fff;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 15px 0 0;
  border-bottom: #eaeaea 1px solid; }
  body.popup .ly_header .inner {
    max-width: calc(1080px + 4%);
    padding: 0 2%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative; }
  body.popup .ly_header .groupLogo img {
    width: 121px;
    transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    backface-visibility: hidden; }
  body.popup .ly_header .siteLogo {
    padding: 0 0 0 25px;
    line-height: 1; }
    body.popup .ly_header .siteLogo img {
      height: 15px;
      vertical-align: top;
      transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1); }
  body.popup .ly_header .close {
    position: absolute;
    right: 0; }
    body.popup .ly_header .close a {
      position: relative;
      display: block;
      width: 38px;
      height: 38px;
      transition: opacity .3s ease-out; }
      body.popup .ly_header .close a:before, body.popup .ly_header .close a:after {
        content: '';
        position: absolute;
        top: 17px;
        width: 38px;
        height: 2px;
        background-color: #333; }
      body.popup .ly_header .close a:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      body.popup .ly_header .close a:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      body.popup .ly_header .close a:hover {
        opacity: 0.5; }
  @media only screen and (max-width: 767px) {
    body.popup .ly_header {
      width: 100%;
      height: 50px;
      padding: 0; }
      body.popup .ly_header .inner {
        padding-top: 10px; }
      body.popup .ly_header .groupLogo img {
        width: 90px;
        vertical-align: top; }
      body.popup .ly_header .siteLogo {
        margin: 0;
        padding: 0 0 0 8px; }
        body.popup .ly_header .siteLogo img {
          vertical-align: middle;
          height: 11px; }
      body.popup .ly_header .close {
        margin: 0 10px 0 0; }
        body.popup .ly_header .close a {
          position: relative;
          display: block;
          width: 22px;
          height: 22px; }
          body.popup .ly_header .close a:before, body.popup .ly_header .close a:after {
            top: 10px;
            width: 20px;
            height: 2px; } }
body.popup .ly_mainContents {
  padding: 70px 0 0;
  min-height: 50vh; }
  body.popup .ly_mainContents .contactHeading {
    border: none;
    padding: 0;
    color: #014099;
    font-size: 3.6rem;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    body.popup .ly_mainContents {
      padding-top: 50px;
      min-height: 0; }
      body.popup .ly_mainContents .contactHeading {
        margin: 20px 0 15px;
        font-size: 2.4rem; } }
body.popup .conBlock {
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center; }
  body.popup .conBlock .color {
    color: #014099; }
  body.popup .conBlock02 {
    width: 900px;
    margin: 0 auto 20px; }
    body.popup .conBlock02 ul {
      padding: 25px 30px;
      border: 1px solid #e7e7e7;
      text-align: left; }
    body.popup .conBlock02 li {
      padding-left: 1em;
      text-indent: -1em; }
  body.popup .conBlock03 {
    text-align: center;
    display: flex;
    justify-content: center; }
    body.popup .conBlock03 .inqBtn {
      display: block; }
    body.popup .conBlock03 .inqBtn a {
      display: inline-block;
      padding: 8px 20px;
      background-color: #014099;
      color: #fff;
      font-size: 1.8rem;
      font-weight: bold; }
      body.popup .conBlock03 .inqBtn a:hover {
        text-decoration: none;
        background-color: #00265b; }
  @media only screen and (max-width: 767px) {
    body.popup .conBlock {
      width: 100%; }
      body.popup .conBlock02 {
        width: 100%; }
        body.popup .conBlock02 ul {
          padding: 15px; }
      body.popup .conBlock03 {
        padding-bottom: 30px; } }

/*===========================================
_module.scss
===========================================*/
/*-------------------------------------------
breadCrumb
-------------------------------------------*/
.bl_breadCrumb {
  font-size: 1.2rem;
  overflow: hidden; }
  .bl_breadCrumb li {
    float: left;
    white-space: nowrap;
    margin-right: 5px;
    padding-top: 3px;
    color: #999;
    line-height: 1.2;
    white-space: normal; }
    .bl_breadCrumb li::before {
      content: '>';
      font-family: verdana,sans-serif;
      padding: 0 3px 0 0; }
    .bl_breadCrumb li:first-child::before {
      padding-left: 0;
      content: ''; }
    .bl_breadCrumb li a {
      text-decoration: underline;
      color: #999; }
      .bl_breadCrumb li a:hover {
        text-decoration: none; }

/*--------------------------------------------------
Heading
--------------------------------------------------*/
.bl_headingLv1 {
  padding: 20px 0 5%;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2; }
  .bl_headingLv1 .subHeading {
    display: block;
    font-size: 2rem;
    margin-top: 5px; }
  .bl_headingLv1 .subHeadingBefore {
    display: block;
    font-size: 2rem;
    margin-bottom: 5px; }
  @media print, screen and (min-width: 768px) and (max-width: 959px) {
    .bl_headingLv1 {
      font-size: 2.8rem; } }
  @media only screen and (max-width: 767px) {
    .bl_headingLv1 {
      font-size: 2.1rem;
      padding: 20px 0;
      margin: 0; } }

.bl_headingLv2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 57px 0 37px;
  line-height: 1.4; }
  .bl_headingLv1 + .bl_headingLv2 {
    margin-top: 0; }
  .bl_headingLv2 + .bl_headingLv3 {
    margin-top: 0; }
  @media only screen and (max-width: 959px) {
    .bl_headingLv2 {
      font-size: 2rem;
      margin: 47px 0 17px; }
      .bl_headingLv1 + .bl_headingLv2 {
        margin-top: 0; } }

.ly_inner > .bl_headingLv2:first-child {
  margin-top: 0; }

.bl_headingLv3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 57px 0 17px;
  line-height: 1.6; }
  @media only screen and (max-width: 959px) {
    .bl_headingLv3 {
      margin: 37px 0 10px; } }

/*--------------------------------------------------
Link
--------------------------------------------------*/
.el_iconLink {
  padding: 0; }
  .el_iconLink li {
    text-indent: -1.4rem;
    padding: 0 0 5px 1.4rem;
    box-sizing: border-box; }
    .el_iconLink li::before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      border-top: #666 1px solid;
      border-right: #666 1px solid;
      transform: rotate(45deg);
      margin: -3px 8px 0 0;
      vertical-align: middle; }
  .el_iconLink.-noMargin li {
    padding-bottom: 0; }
  .el_iconLink > li > ul {
    margin-top: 5px;
    padding-left: 1rem; }
  .el_iconLink li._iconWindow,
  .el_iconLink li[class*="_label"],
  .el_iconLink li.bgNone {
    text-indent: 0;
    margin-left: 0; }
  .el_iconLink li._iconWindow::before,
  .el_iconLink li[class*="label"]::before,
  .el_iconLink li.bgNone::before {
    display: none; }
  [class*="bPattern"] .el_iconLink {
    margin: 0; }

/*--------------------------------------------------
List
--------------------------------------------------*/
.el_discList {
  list-style: outside disc;
  padding-left: 1.7em; }

.el_deciList {
  list-style: outside decimal; }
  .el_deciList > li {
    margin-left: 3rem; }
  .el_deciList.-brackets {
    margin-left: 1em; }
    .el_deciList.-brackets > li {
      list-style-type: none;
      counter-increment: cnt;
      position: relative; }
      .el_deciList.-brackets > li:before {
        content: "(" counter(cnt) ")";
        display: inline-block;
        margin-left: -3.5em;
        width: 3em;
        text-align: right;
        position: absolute;
        top: 0;
        left: 0; }

/*--------------------------------------------------
Grid
--------------------------------------------------*/
/* bl_grid
--------------------------------*/
.bl_grid {
  display: flex;
  flex-wrap: wrap; }
  .bl_grid .grid.-blue {
    background: #eaeef4;
    padding: 2%; }
  @media print, screen and (min-width: 768px) {
    .bl_grid + .bl_grid {
      margin-top: 10%; }
    .bl_grid.-col2 {
      margin-bottom: -3.3%; }
      .bl_grid.-col2 > .grid {
        width: calc((100% - 3.3%) / 2);
        margin-bottom: 3.3%; }
        .bl_grid.-col2 > .grid + .grid:not(:nth-child(2n+1)) {
          margin-left: 3.3%; }
    .bl_grid.-col3 {
      margin-bottom: -3.3%; }
      .bl_grid.-col3 > .grid {
        width: calc((100% - 3.3% * 2) / 3);
        margin-bottom: 3.3%; }
        .bl_grid.-col3 > .grid + .grid:not(:nth-child(3n+1)) {
          margin-left: 3.3%; }
    .bl_grid.-col4 {
      margin-bottom: -3.3%; }
      .bl_grid.-col4 > .grid {
        width: calc((100% - 3.3% * 3) / 4);
        margin-bottom: 3.3%; }
        .bl_grid.-col4 > .grid + .grid:not(:nth-child(4n+1)) {
          margin-left: 3.3%; } }
  @media only screen and (max-width: 767px) {
    .bl_grid + .bl_grid {
      margin-top: 40px; }
    .bl_grid.-col2, .bl_grid.-col3, .bl_grid.-col4 {
      margin-bottom: -40px; }
    .bl_grid > .grid {
      width: 100%;
      margin-bottom: 40px; }
      .bl_grid > .grid.-blue {
        padding: 6%; } }

/* IE11 */
@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  *::-ms-backdrop, .bl_grid.-col2 > .grid {
    width: 48% !important; }

  *::-ms-backdrop, .bl_grid.-col3 > .grid {
    width: 31% !important; }

  *::-ms-backdrop, .bl_grid.-col4 > .grid {
    width: 22.5% !important; }

  *::-ms-backdrop, .bl_cardUnit.-newslist > .bl_card:nth-of-type(n+5) {
    width: 100% !important; } }
/*--------------------------------------------------
Mars finder
--------------------------------------------------*/
/* window */
.searchSet .mf_finder_container {
  background-color: #eee; }

.searchSet .mf_finder_searchBox {
  padding: 10px;
  margin: 0; }

.searchSet form input[type="text"] {
  width: 100% !important; }

.mf_finder_searchBox_doctype:after {
  top: 2px !important; }

.mf_finder_searchBox_doctype_select,
.mf_finder_searchBox_selects select {
  font-size: 1.6rem !important; }

.mf_finder_searchBox_suggest_items li a {
  color: #fff !important; }

.mf_finder_searchBox_selects label:before {
  width: 2rem !important;
  font-size: 1.4rem !important; }

.mf_finder_searchBox_selects select {
  border-bottom-width: 1px !important;
  border-radius: 0 !important;
  padding-right: 2rem !important; }

.mf_finder_searchBox_selects label:after {
  top: 5px !important; }

.mf_finder_searchBox_submit {
  background-color: #5A7296 !important;
  border-radius: 0 !important;
  width: 50px !important; }

.mf_finder_searchBox_submit span {
  display: none !important; }

.mf_finder_searchBox_submit:before {
  display: inline-block !important;
  margin-left: 0 !important;
  font-size: 2rem !important;
  font-family: 'svgicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important; }

.mf_finder_searchBox_query_input {
  display: inline-block !important;
  outline: none !important;
  font-size: 2rem !important;
  height: 45px !important;
  line-height: 45px !important;
  padding: 5px 10px !important; }

/* result */
html:lang(ja) .mf_finder_searchBox .mf_finder_searchBox_query_input,
html:lang(ja) .mf_finder_searchBox .mf_finder_searchBox_query_input,
html:lang(ja-JP) .mf_finder_searchBox .mf_finder_searchBox_query_input,
html:lang(ja-JP) .mf_finder_searchBox .mf_finder_searchBox_query_input {
  background-image: none !important; }

.mf_finder_searchBox .mf_finder_searchBox_query_input::placeholder {
  opacity: .5; }

#mf_Result .mf_finder_searchBox {
  padding: 25px;
  margin: 0 0 30px;
  background-color: #eee; }

#mf_Result .mf_finder_searchBox_submit {
  border-radius: 0;
  padding: 0;
  width: 45px !important;
  display: flex;
  justify-content: center;
  align-items: center; }

#mf_Result .mf_finder_searchBox_items {
  padding: 0; }

#mf_Result .mf_finder_searchBox_selects {
  padding-top: 10px; }

#mf_Result .mf_finder_searchBox_misc {
  display: inline-block;
  vertical-align: top; }

#mf_Result .mf_finder_searchBox_misc label {
  margin-left: 10px; }

#mf_Result .mf_finder_searchBox_misc label::before {
  vertical-align: middle; }

#mf_Result .mf_finder_featured_contents {
  padding: 20px; }

#mf_Result .mf_finder_organic_doc {
  cursor: pointer;
  transition: all 0.3s; }

#mf_Result .mf_finder_organic_doc:hover {
  background-color: #f0f0f0; }

#mf_Result .mf_finder_organic_doc_body_wrapper * {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.4; }

#mf_Result .mf_finder_organic_doc_url_wrapper * {
  font-size: 1.2rem; }

#mf_Result .mf_finder_organic_doc_title_wrapper * {
  font-size: 1.6rem; }

html:not([lang="ja"]) #mf_Result .mf_finder_query {
  margin: 0 0.25rem 0 1.5rem; }

#mf_Result .mf_finder_organic_doc_contents_wrapper {
  margin-left: 20px; }

#mf_Result .mf_finder_query,
#mf_Result .mf_finder_query::before,
#mf_Result .mf_finder_query::after {
  font-size: 2rem; }

#mf_Result .mf_finder_query span {
  font-size: 2.8rem;
  vertical-align: top;
  display: inline-block;
  margin-top: -5px; }

#mf_Result .mf_finder_organic_nums * {
  font-size: 2rem; }

#mf_Result .mf_finder_organic_total::after,
#mf_Result .mf_finder_organic_range_from::after,
#mf_Result .mf_finder_organic_range_to::after,
#mf_Result .mf_finder_organic_total::before,
#mf_Result .mf_finder_organic_range_from::before,
#mf_Result .mf_finder_organic_range_to::before {
  font-size: 1.6rem; }

#mf_Result .mf_finder_organic_pager {
  margin: 2em 0; }

#mf_Result .mf_finder_pager_items li a {
  border-radius: 0;
  padding: .25rem 1rem; }

#mf_Result .mf_finder_pager_items li a:hover {
  opacity: 0.8; }

#mf_Result .funcBtns .searchOpen {
  display: none !important; }

@media only screen and (max-width: 959px) {
  .searchSet form {
    float: none; }

  .searchSet form {
    width: 100%;
    margin: 0;
    height: inherit; }

  .searchSet form::before {
    display: none !important; }

  .searchSet form input[type="text"] {
    border: none !important; }

  .searchSet .mf_finder_container {
    background: transparent; }

  .searchSet .mf_finder_searchBox_selects label:before {
    color: #fff !important; }

  .searchSet .mf_finder_searchBox {
    padding: 0;
    background-color: transparent !important; }

  .searchSet .mf_finder_searchBox_items {
    padding: 0 0 10px; }

  .searchSet .mf_finder_searchBox_submit {
    background-color: #022b66 !important;
    height: 40px;
    width: 40px !important; }

  .searchSet .mf_finder_searchBox_imgsize {
    display: none; }

  #mf_Result .mf_finder_searchBox_query_input {
    font-size: 16px !important;
    height: 40px !important;
    line-height: 35px !important;
    padding: 7px 5px !important; }

  .mf_finder_searchBox_doctype_select {
    background-color: #fff;
    font-size: 16px !important; }

  #mf_Result .mf_finder_searchBox {
    padding: 15px; }

  #mf_Result .mf_finder_searchBox_submit {
    width: 38px !important;
    height: 38px !important;
    margin-top: 1px !important; }

  #mf_Result .mf_finder_searchBox_useSelects .mf_finder_searchBox_category_select {
    width: auto !important; }

  #mf_Result .mf_finder_searchBox_category {
    padding-left: 0; }

  #mf_Result .mf_finder_searchBox_category:before {
    top: 1px;
    left: 2px; }

  #mf_Result .mf_finder_searchBox_misc .mf_finder_searchBox_imgsize {
    display: none; }

  #mf_Result .mf_finder_searchBox_selects select,
  #mf_Result .mf_finder_searchBox_selects input {
    font-size: 16px !important; }

  #mf_Result .mf_finder_searchBox_useToggle_show .mf_finder_searchBox_misc label select {
    width: inherit !important; }

  #mf_Result .mf_finder_searchBox_selects label:after {
    top: 0.7rem !important; }

  #mf_Result .mf_finder_featured_contents {
    padding: 10px; }

  #mf_Result .mf_finder_organic_header_wrapper {
    margin-left: 0; }

  #mf_Result .mf_finder_organic_wrapper * {
    max-width: 100%; }

  #mf_Result .mf_finder_query span {
    font-size: 2rem; }

  #mf_Result .mf_finder_organic_nums * {
    font-size: 1.6rem; }

  #mf_Result .mf_finder_organic_doc_contents_wrapper {
    margin-left: 0; }

  #mf_Result .mf_finder_organic_doc_body_wrapper * {
    font-size: 1.4rem;
    line-height: 1.4; }

  #mf_Result .mf_finder_organic_doc_img_wrapper {
    display: none; }

  #mf_Result .mf_finder_organic_doc_url_wrapper span {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }
@media only screen and (max-width: 767px) {
  #mf_Result .mf_finder_searchBox_misc label:nth-of-type(1) {
    margin-left: 0; } }
/* bl_media
--------------------------------*/
.bl_media {
  position: relative;
  display: flex; }
  .bl_media + .bl_media {
    margin-top: 5%; }
  .bl_media .mediaImg figcaption {
    margin-top: 10px; }
  .bl_media .mediaBody {
    flex: 1; }
    .bl_media .mediaBody > *:last-child {
      margin-bottom: 0; }
  .bl_media .heading {
    margin-bottom: 10px;
    font-weight: bold; }
  .bl_media.-end {
    align-items: flex-end; }
  .bl_media.-center {
    align-items: center; }
  .bl_media.-reverse {
    flex-direction: row-reverse; }
  .bl_media.-start {
    align-items: flex-start; }
  .bl_media.-float {
    display: block;
    overflow: hidden; }
    .bl_media.-float .mediaImg.-right {
      float: right;
      margin-left: 3.3%;
      margin-bottom: 20px; }
    .bl_media.-float .mediaImg.-left {
      float: left;
      margin-right: 3.3%;
      margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .bl_media.-float {
        display: flex; }
        .bl_media.-float .mediaImg.-right {
          margin-left: 0; }
        .bl_media.-float .mediaImg.-left {
          margin-right: 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 959px) {
    .bl_media .mediaImg {
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    .bl_media:not(.-spFluid) {
      flex-direction: column; }
      .bl_media:not(.-spFluid) .mediaImg {
        margin-right: 0;
        margin-bottom: 20px; }
        .bl_media:not(.-spFluid) .mediaImg img {
          width: 100%; }
    .bl_media.-spFluid.-reverse {
      flex-direction: row-reverse; }
      .bl_media.-spFluid.-reverse .mediaImg {
        margin-left: 4%; }
    .bl_media.-spFluid .mediaImg {
      width: 30%;
      margin-right: 4%; }
    .bl_media.-reverse {
      flex-direction: column-reverse; }
      .bl_media.-reverse .mediaImg {
        margin: 20px auto 0; }
    .bl_media.-end {
      align-items: center; }
    .bl_media.-free .mediaImg {
      margin: 0 auto 20px; }
    .bl_media .-order0 {
      order: 0; }
    .bl_media .-order1 {
      order: 1;
      margin-top: 20px; }
    .bl_media .-order2 {
      order: 2;
      margin-top: 20px; }
    .bl_media .-order3 {
      order: 3;
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .bl_media .mediaImg {
      margin-right: 40px; }
    .bl_media.-reverse .mediaImg {
      margin-left: 40px;
      margin-right: 0; }
    .bl_media.-free {
      justify-content: center; }
      .bl_media.-free .mediaImg {
        margin-right: 70px; }
      .bl_media.-free .mediaBody {
        flex-grow: 0;
        flex-basis: auto; } }

@media print, screen and (min-width: 768px) {
  .bl_grid .bl_media .mediaImg {
    margin-right: 20px; } }
/*===========================================
_helper
===========================================*/
/* width
-------------------------------------*/
._w1 {
  width: 1% !important; }

._w2 {
  width: 2% !important; }

._w3 {
  width: 3% !important; }

._w4 {
  width: 4% !important; }

._w5 {
  width: 5% !important; }

._w6 {
  width: 6% !important; }

._w7 {
  width: 7% !important; }

._w8 {
  width: 8% !important; }

._w9 {
  width: 9% !important; }

._w10 {
  width: 10% !important; }

._w11 {
  width: 11% !important; }

._w12 {
  width: 12% !important; }

._w13 {
  width: 13% !important; }

._w14 {
  width: 14% !important; }

._w15 {
  width: 15% !important; }

._w16 {
  width: 16% !important; }

._w17 {
  width: 17% !important; }

._w18 {
  width: 18% !important; }

._w19 {
  width: 19% !important; }

._w20 {
  width: 20% !important; }

._w21 {
  width: 21% !important; }

._w22 {
  width: 22% !important; }

._w23 {
  width: 23% !important; }

._w24 {
  width: 24% !important; }

._w25 {
  width: 25% !important; }

._w26 {
  width: 26% !important; }

._w27 {
  width: 27% !important; }

._w28 {
  width: 28% !important; }

._w29 {
  width: 29% !important; }

._w30 {
  width: 30% !important; }

._w31 {
  width: 31% !important; }

._w32 {
  width: 32% !important; }

._w33 {
  width: 33% !important; }

._w34 {
  width: 34% !important; }

._w35 {
  width: 35% !important; }

._w36 {
  width: 36% !important; }

._w37 {
  width: 37% !important; }

._w38 {
  width: 38% !important; }

._w39 {
  width: 39% !important; }

._w40 {
  width: 40% !important; }

._w41 {
  width: 41% !important; }

._w42 {
  width: 42% !important; }

._w43 {
  width: 43% !important; }

._w44 {
  width: 44% !important; }

._w45 {
  width: 45% !important; }

._w46 {
  width: 46% !important; }

._w47 {
  width: 47% !important; }

._w48 {
  width: 48% !important; }

._w49 {
  width: 49% !important; }

._w50 {
  width: 50% !important; }

._w51 {
  width: 51% !important; }

._w52 {
  width: 52% !important; }

._w53 {
  width: 53% !important; }

._w54 {
  width: 54% !important; }

._w55 {
  width: 55% !important; }

._w56 {
  width: 56% !important; }

._w57 {
  width: 57% !important; }

._w58 {
  width: 58% !important; }

._w59 {
  width: 59% !important; }

._w60 {
  width: 60% !important; }

._w61 {
  width: 61% !important; }

._w62 {
  width: 62% !important; }

._w63 {
  width: 63% !important; }

._w64 {
  width: 64% !important; }

._w65 {
  width: 65% !important; }

._w66 {
  width: 66% !important; }

._w67 {
  width: 67% !important; }

._w68 {
  width: 68% !important; }

._w69 {
  width: 69% !important; }

._w70 {
  width: 70% !important; }

._w71 {
  width: 71% !important; }

._w72 {
  width: 72% !important; }

._w73 {
  width: 73% !important; }

._w74 {
  width: 74% !important; }

._w75 {
  width: 75% !important; }

._w76 {
  width: 76% !important; }

._w77 {
  width: 77% !important; }

._w78 {
  width: 78% !important; }

._w79 {
  width: 79% !important; }

._w80 {
  width: 80% !important; }

._w81 {
  width: 81% !important; }

._w82 {
  width: 82% !important; }

._w83 {
  width: 83% !important; }

._w84 {
  width: 84% !important; }

._w85 {
  width: 85% !important; }

._w86 {
  width: 86% !important; }

._w87 {
  width: 87% !important; }

._w88 {
  width: 88% !important; }

._w89 {
  width: 89% !important; }

._w90 {
  width: 90% !important; }

._w91 {
  width: 91% !important; }

._w92 {
  width: 92% !important; }

._w93 {
  width: 93% !important; }

._w94 {
  width: 94% !important; }

._w95 {
  width: 95% !important; }

._w96 {
  width: 96% !important; }

._w97 {
  width: 97% !important; }

._w98 {
  width: 98% !important; }

._w99 {
  width: 99% !important; }

._w100 {
  width: 100% !important; }

/* margin
-------------------------------------*/
._m0 {
  margin: 0 !important; }

._mt0 {
  margin-top: 0px !important; }

._mr0 {
  margin-right: 0px !important; }

._mb0 {
  margin-bottom: 0px !important; }

._ml0 {
  margin-left: 0px !important; }

._mt5 {
  margin-top: 5px !important; }

._mr5 {
  margin-right: 5px !important; }

._mb5 {
  margin-bottom: 5px !important; }

._ml5 {
  margin-left: 5px !important; }

._mt10 {
  margin-top: 10px !important; }

._mr10 {
  margin-right: 10px !important; }

._mb10 {
  margin-bottom: 10px !important; }

._ml10 {
  margin-left: 10px !important; }

._mt15 {
  margin-top: 15px !important; }

._mr15 {
  margin-right: 15px !important; }

._mb15 {
  margin-bottom: 15px !important; }

._ml15 {
  margin-left: 15px !important; }

._mt20 {
  margin-top: 20px !important; }

._mr20 {
  margin-right: 20px !important; }

._mb20 {
  margin-bottom: 20px !important; }

._ml20 {
  margin-left: 20px !important; }

._mt25 {
  margin-top: 25px !important; }

._mr25 {
  margin-right: 25px !important; }

._mb25 {
  margin-bottom: 25px !important; }

._ml25 {
  margin-left: 25px !important; }

._mt30 {
  margin-top: 30px !important; }

._mr30 {
  margin-right: 30px !important; }

._mb30 {
  margin-bottom: 30px !important; }

._ml30 {
  margin-left: 30px !important; }

._mt35 {
  margin-top: 35px !important; }

._mr35 {
  margin-right: 35px !important; }

._mb35 {
  margin-bottom: 35px !important; }

._ml35 {
  margin-left: 35px !important; }

._mt40 {
  margin-top: 40px !important; }

._mr40 {
  margin-right: 40px !important; }

._mb40 {
  margin-bottom: 40px !important; }

._ml40 {
  margin-left: 40px !important; }

._mt45 {
  margin-top: 45px !important; }

._mr45 {
  margin-right: 45px !important; }

._mb45 {
  margin-bottom: 45px !important; }

._ml45 {
  margin-left: 45px !important; }

._mt50 {
  margin-top: 50px !important; }

._mr50 {
  margin-right: 50px !important; }

._mb50 {
  margin-bottom: 50px !important; }

._ml50 {
  margin-left: 50px !important; }

._mt55 {
  margin-top: 55px !important; }

._mr55 {
  margin-right: 55px !important; }

._mb55 {
  margin-bottom: 55px !important; }

._ml55 {
  margin-left: 55px !important; }

._mt60 {
  margin-top: 60px !important; }

._mr60 {
  margin-right: 60px !important; }

._mb60 {
  margin-bottom: 60px !important; }

._ml60 {
  margin-left: 60px !important; }

._mt65 {
  margin-top: 65px !important; }

._mr65 {
  margin-right: 65px !important; }

._mb65 {
  margin-bottom: 65px !important; }

._ml65 {
  margin-left: 65px !important; }

._mt70 {
  margin-top: 70px !important; }

._mr70 {
  margin-right: 70px !important; }

._mb70 {
  margin-bottom: 70px !important; }

._ml70 {
  margin-left: 70px !important; }

@media print, screen and (min-width: 768px) {
  ._mtSection {
    margin-top: 5.6%; } }
@media only screen and (max-width: 767px) {
  ._mtSection {
    margin-top: 16%; } }

@media print, screen and (min-width: 768px) {
  ._mbSection {
    margin-bottom: 5.6%; } }
@media only screen and (max-width: 767px) {
  ._mbSection {
    margin-bottom: 16%; } }

@media print, screen and (min-width: 768px) {
  ._mtElement {
    margin-top: 4%; } }
@media only screen and (max-width: 767px) {
  ._mtElement {
    margin-top: 12%; } }

/* padding
-------------------------------------*/
._pt0 {
  padding-top: 0px !important; }

._pr0 {
  padding-right: 0px !important; }

._pb0 {
  padding-bottom: 0px !important; }

._pl0 {
  padding-left: 0px !important; }

._pt5 {
  padding-top: 5px !important; }

._pr5 {
  padding-right: 5px !important; }

._pb5 {
  padding-bottom: 5px !important; }

._pl5 {
  padding-left: 5px !important; }

._pt10 {
  padding-top: 10px !important; }

._pr10 {
  padding-right: 10px !important; }

._pb10 {
  padding-bottom: 10px !important; }

._pl10 {
  padding-left: 10px !important; }

._pt15 {
  padding-top: 15px !important; }

._pr15 {
  padding-right: 15px !important; }

._pb15 {
  padding-bottom: 15px !important; }

._pl15 {
  padding-left: 15px !important; }

._pt20 {
  padding-top: 20px !important; }

._pr20 {
  padding-right: 20px !important; }

._pb20 {
  padding-bottom: 20px !important; }

._pl20 {
  padding-left: 20px !important; }

._pt25 {
  padding-top: 25px !important; }

._pr25 {
  padding-right: 25px !important; }

._pb25 {
  padding-bottom: 25px !important; }

._pl25 {
  padding-left: 25px !important; }

._pt30 {
  padding-top: 30px !important; }

._pr30 {
  padding-right: 30px !important; }

._pb30 {
  padding-bottom: 30px !important; }

._pl30 {
  padding-left: 30px !important; }

._pt35 {
  padding-top: 35px !important; }

._pr35 {
  padding-right: 35px !important; }

._pb35 {
  padding-bottom: 35px !important; }

._pl35 {
  padding-left: 35px !important; }

._pt40 {
  padding-top: 40px !important; }

._pr40 {
  padding-right: 40px !important; }

._pb40 {
  padding-bottom: 40px !important; }

._pl40 {
  padding-left: 40px !important; }

._pt45 {
  padding-top: 45px !important; }

._pr45 {
  padding-right: 45px !important; }

._pb45 {
  padding-bottom: 45px !important; }

._pl45 {
  padding-left: 45px !important; }

._pt50 {
  padding-top: 50px !important; }

._pr50 {
  padding-right: 50px !important; }

._pb50 {
  padding-bottom: 50px !important; }

._pl50 {
  padding-left: 50px !important; }

._pt55 {
  padding-top: 55px !important; }

._pr55 {
  padding-right: 55px !important; }

._pb55 {
  padding-bottom: 55px !important; }

._pl55 {
  padding-left: 55px !important; }

._pt60 {
  padding-top: 60px !important; }

._pr60 {
  padding-right: 60px !important; }

._pb60 {
  padding-bottom: 60px !important; }

._pl60 {
  padding-left: 60px !important; }

._pt65 {
  padding-top: 65px !important; }

._pr65 {
  padding-right: 65px !important; }

._pb65 {
  padding-bottom: 65px !important; }

._pl65 {
  padding-left: 65px !important; }

._pt70 {
  padding-top: 70px !important; }

._pr70 {
  padding-right: 70px !important; }

._pb70 {
  padding-bottom: 70px !important; }

._pl70 {
  padding-left: 70px !important; }

._pt75 {
  padding-top: 75px !important; }

._pr75 {
  padding-right: 75px !important; }

._pb75 {
  padding-bottom: 75px !important; }

._pl75 {
  padding-left: 75px !important; }

/* text
-------------------------------------*/
._alignR {
  text-align: right !important; }

._alignC {
  text-align: center !important; }

._alignL {
  text-align: left !important; }

._verTop {
  vertical-align: top !important; }

._verMiddle {
  vertical-align: middle !important; }

._verBottom {
  vertical-align: bottom !important; }

._fzXXS {
  font-size: 1rem !important; }

._fzXS {
  font-size: 1.2rem !important; }

._fzS {
  font-size: 1.4rem !important; }

._fzM {
  font-size: 1.6rem !important; }

._fzL {
  font-size: 1.8rem !important; }

._fzXL {
  font-size: 2rem !important; }

._fzXXL {
  font-size: 2.2rem !important; }

._fwB {
  font-weight: bold !important; }

._dpIilineBlock {
  display: inline-block !important; }

._nowrap {
  white-space: nowrap !important; }

/* position
-------------------------------------*/
._posRelative {
  position: relative; }

/* sp
-------------------------------------*/
@media print, screen and (min-width: 768px) {
  ._spShow {
    display: none; } }
@media only screen and (max-width: 767px) {
  ._pcShow {
    display: none; }

  ._spFull {
    margin-left: -4%;
    margin-right: -4%; } }
/* color
-------------------------------------*/
._color1 {
  color: #ff3300 !important; }

._color2 {
  color: #004098 !important; }

._color3 {
  color: #333 !important; }

/* icon
-------------------------------------*/
._iconArrow {
  display: inline-block; }
  ._iconArrow::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: #666 1px solid;
    border-right: #666 1px solid;
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    margin: auto 0;
    border-width: 1px;
    position: relative;
    right: 0;
    left: 0;
    margin-right: 8px; }

._iconWindow::after {
  font-family: 'svgicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 14px;
  color: #5d5d5d;
  margin-left: 7px; }
._iconWindow.-small::after {
  font-size: 10px;
  vertical-align: middle; }

._labelPDF::after,
._labelEXL::after,
._labelZIP::after,
._labelVIDEO::after,
._labelAUDIO::after {
  display: inline-block;
  padding: 1px 8px;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  vertical-align: middle;
  margin: -2px 0 0 7px; }

._labelPDF::after {
  content: 'PDF';
  background-color: #c90000; }

._labelEXL::after {
  content: 'EXCEL';
  background-color: #19792b; }

._labelZIP::after {
  content: 'ZIP';
  background-color: #666; }

._labelVIDEO::after {
  content: 'VIDEO';
  background-color: #118cdd; }

._labelAUDIO::after {
  content: 'AUDIO';
  background-color: #118cdd; }

/* lazyload
-------------------------------------*/
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.17, 0.935, 0.305, 1); }

/*===========================================
original.css
===========================================*/
/*===========================================
print.css
===========================================*/
@media print {
  html {
    font-size: 50%; }

  body {
    width: 100%; }

  .ly_mainContents {
    padding-top: 0 !important; }
    .ly_mainContents #main {
      width: 100%; }
    .ly_mainContents .ly_container {
      width: 100%;
      padding: 0; }
    .ly_mainContents .ly_container .ly_inner {
      width: 100%; }

  .ly_header .headerToolDialog,
  .ly_header .funcBtns,
  .ly_header .siteFunctions,
  .ly_mainContents #sidebar,
  .ly_globalNav,
  .ly_localNav,
  .bl_breadCrumb,
  .pagetop,
  .ly_footer .footLinks,
  .ly_footer .sns {
    display: none !important; }

  .ly_header {
    width: auto;
    height: 70px !important;
    position: relative !important;
    margin: 0 !important;
    padding-bottom: 10px !important;
    border-bottom: #ccc 1px solid !important; }
    .ly_header .logo {
      position: relative;
      left: 0;
      top: 0; }
      .ly_header .logo .groupLogo img {
        width: 130px !important; }
      .ly_header .logo .siteLogo {
        padding: 5px 0 0 15px !important; }
      .ly_header .logo .siteLogo img {
        width: 70% !important; }

  .ly_footer {
    padding-top: 0; }

  .bl_headingLv1 {
    font-size: 30px; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; } }
